From 5eedee288e4900591cc701cc172193462726c1f3 Mon Sep 17 00:00:00 2001 From: kevin tessier Date: Tue, 29 Jan 2019 19:33:51 +0100 Subject: [PATCH] install npm --- user/themes/gilles_acezat/CHANGELOG.md | 121 + user/themes/gilles_acezat/LICENSE | 21 + user/themes/gilles_acezat/README.md | 152 + .../assets/quark-screenshots.jpg | Bin 0 -> 198055 bytes user/themes/gilles_acezat/blueprints.yaml | 174 + .../themes/gilles_acezat/blueprints/blog.yaml | 94 + .../gilles_acezat/blueprints/default.yaml | 15 + .../themes/gilles_acezat/blueprints/item.yaml | 113 + .../blueprints/modular/features.yaml | 38 + .../blueprints/modular/hero.yaml | 23 + .../blueprints/modular/text.yaml | 19 + .../blueprints/partials/blog-bits.yaml | 64 + .../css-compiled/spectre-exp.css | 369 + .../css-compiled/spectre-exp.min.css | 1 + .../css-compiled/spectre-icons.css | 172 + .../css-compiled/spectre-icons.min.css | 1 + .../gilles_acezat/css-compiled/spectre.css | 1242 ++ .../css-compiled/spectre.min.css | 1 + .../gilles_acezat/css-compiled/theme.css | 388 + .../gilles_acezat/css-compiled/theme.min.css | 1 + user/themes/gilles_acezat/css/bricklayer.css | 49 + user/themes/gilles_acezat/css/custom.css | 0 .../gilles_acezat/css/line-awesome.min.css | 4 + .../gilles_acezat/fonts/line-awesome.eot | Bin 0 -> 213245 bytes .../gilles_acezat/fonts/line-awesome.svg | 2954 +++ .../gilles_acezat/fonts/line-awesome.ttf | Bin 0 -> 263504 bytes .../gilles_acezat/fonts/line-awesome.woff | Bin 0 -> 117372 bytes .../gilles_acezat/fonts/line-awesome.woff2 | Bin 0 -> 76372 bytes user/themes/gilles_acezat/gilles-acezat.php | 56 + user/themes/gilles_acezat/gilles-acezat.yaml | 12 + user/themes/gilles_acezat/gulpfile.js | 39 + user/themes/gilles_acezat/images/favicon.png | Bin 0 -> 12441 bytes .../themes/gilles_acezat/images/grav-logo.svg | 1 + .../themes/gilles_acezat/images/logo/.gitkeep | 0 .../themes/gilles_acezat/js/bricklayer.min.js | 1 + .../gilles_acezat/js/jquery.treemenu.js | 87 + .../js/scopedQuerySelectorShim.min.js | 9 + .../gilles_acezat/js/singlepagenav.min.js | 8 + user/themes/gilles_acezat/js/site.js | 59 + .../gilles_acezat/js/smooth-scroll.min.js | 6 + user/themes/gilles_acezat/languages.yaml | 240 + .../gilles_acezat/node_modules/.bin/acorn | 4 + .../gilles_acezat/node_modules/.bin/atob | 6 + .../node_modules/.bin/autoprefixer | 22 + .../node_modules/.bin/browserslist | 146 + .../node_modules/.bin/color-support | 3 + .../gilles_acezat/node_modules/.bin/csscomb | 2 + .../gilles_acezat/node_modules/.bin/gonzales | 26 + .../gilles_acezat/node_modules/.bin/gulp | 212 + .../node_modules/.bin/in-install | 4 + .../node_modules/.bin/in-publish | 4 + .../gilles_acezat/node_modules/.bin/mkdirp | 33 + .../gilles_acezat/node_modules/.bin/node-gyp | 148 + .../gilles_acezat/node_modules/.bin/node-sass | 412 + .../gilles_acezat/node_modules/.bin/nopt | 54 + .../node_modules/.bin/not-in-install | 4 + .../node_modules/.bin/not-in-publish | 4 + .../gilles_acezat/node_modules/.bin/rimraf | 50 + .../gilles_acezat/node_modules/.bin/sassgraph | 124 + .../gilles_acezat/node_modules/.bin/semver | 133 + .../node_modules/.bin/sshpk-conv | 202 + .../node_modules/.bin/sshpk-sign | 191 + .../node_modules/.bin/sshpk-verify | 167 + .../gilles_acezat/node_modules/.bin/strip-bom | 42 + .../node_modules/.bin/strip-indent | 49 + .../gilles_acezat/node_modules/.bin/user-home | 26 + .../gilles_acezat/node_modules/.bin/uuid | 65 + .../gilles_acezat/node_modules/.bin/which | 52 + .../@gulp-sourcemaps/identity-map/LICENSE | 21 + .../@gulp-sourcemaps/identity-map/README.md | 40 + .../@gulp-sourcemaps/identity-map/index.js | 35 + .../identity-map/lib/generate.js | 65 + .../node_modules/source-map/CHANGELOG.md | 301 + .../node_modules/source-map/LICENSE | 28 + .../node_modules/source-map/README.md | 742 + .../source-map/dist/source-map.debug.js | 3234 +++ .../source-map/dist/source-map.js | 3233 +++ .../source-map/dist/source-map.min.js | 2 + .../source-map/dist/source-map.min.js.map | 1 + .../node_modules/source-map/lib/array-set.js | 121 + .../node_modules/source-map/lib/base64-vlq.js | 140 + .../node_modules/source-map/lib/base64.js | 67 + .../source-map/lib/binary-search.js | 111 + .../source-map/lib/mapping-list.js | 79 + .../node_modules/source-map/lib/quick-sort.js | 114 + .../source-map/lib/source-map-consumer.js | 1145 ++ .../source-map/lib/source-map-generator.js | 425 + .../source-map/lib/source-node.js | 413 + .../node_modules/source-map/lib/util.js | 488 + .../node_modules/source-map/package.json | 212 + .../node_modules/source-map/source-map.d.ts | 98 + .../node_modules/source-map/source-map.js | 8 + .../identity-map/package.json | 90 + .../@gulp-sourcemaps/map-sources/LICENSE | 21 + .../@gulp-sourcemaps/map-sources/README.md | 52 + .../@gulp-sourcemaps/map-sources/index.js | 30 + .../@gulp-sourcemaps/map-sources/package.json | 88 + .../gilles_acezat/node_modules/abbrev/LICENSE | 46 + .../node_modules/abbrev/README.md | 23 + .../node_modules/abbrev/abbrev.js | 61 + .../node_modules/abbrev/package.json | 60 + .../gilles_acezat/node_modules/acorn/AUTHORS | 79 + .../node_modules/acorn/CHANGELOG.md | 508 + .../gilles_acezat/node_modules/acorn/LICENSE | 19 + .../node_modules/acorn/README.md | 467 + .../node_modules/acorn/bin/_acorn.js | 69 + .../node_modules/acorn/bin/acorn | 4 + .../node_modules/acorn/bin/run_test262.js | 21 + .../node_modules/acorn/bin/test262.whitelist | 404 + .../node_modules/acorn/dist/.keep | 0 .../node_modules/acorn/dist/acorn.es.js | 5314 +++++ .../node_modules/acorn/dist/acorn.js | 5345 +++++ .../node_modules/acorn/dist/acorn_loose.es.js | 1424 ++ .../node_modules/acorn/dist/acorn_loose.js | 1434 ++ .../node_modules/acorn/dist/walk.es.js | 423 + .../node_modules/acorn/dist/walk.js | 443 + .../node_modules/acorn/package.json | 325 + .../node_modules/ajv/.tonic_example.js | 20 + .../gilles_acezat/node_modules/ajv/LICENSE | 22 + .../gilles_acezat/node_modules/ajv/README.md | 1297 ++ .../node_modules/ajv/dist/ajv.bundle.js | 7039 +++++++ .../node_modules/ajv/dist/ajv.min.js | 3 + .../node_modules/ajv/dist/ajv.min.js.map | 1 + .../node_modules/ajv/lib/ajv.d.ts | 372 + .../gilles_acezat/node_modules/ajv/lib/ajv.js | 496 + .../node_modules/ajv/lib/cache.js | 26 + .../node_modules/ajv/lib/compile/async.js | 90 + .../node_modules/ajv/lib/compile/equal.js | 3 + .../ajv/lib/compile/error_classes.js | 34 + .../node_modules/ajv/lib/compile/formats.js | 149 + .../node_modules/ajv/lib/compile/index.js | 379 + .../node_modules/ajv/lib/compile/resolve.js | 270 + .../node_modules/ajv/lib/compile/rules.js | 66 + .../ajv/lib/compile/schema_obj.js | 9 + .../ajv/lib/compile/ucs2length.js | 20 + .../node_modules/ajv/lib/compile/util.js | 267 + .../node_modules/ajv/lib/data.js | 49 + .../node_modules/ajv/lib/dot/_limit.jst | 104 + .../node_modules/ajv/lib/dot/_limitItems.jst | 10 + .../node_modules/ajv/lib/dot/_limitLength.jst | 10 + .../ajv/lib/dot/_limitProperties.jst | 10 + .../node_modules/ajv/lib/dot/allOf.jst | 34 + .../node_modules/ajv/lib/dot/anyOf.jst | 48 + .../node_modules/ajv/lib/dot/coerce.def | 61 + .../node_modules/ajv/lib/dot/comment.jst | 9 + .../node_modules/ajv/lib/dot/const.jst | 11 + .../node_modules/ajv/lib/dot/contains.jst | 57 + .../node_modules/ajv/lib/dot/custom.jst | 191 + .../node_modules/ajv/lib/dot/defaults.def | 32 + .../node_modules/ajv/lib/dot/definitions.def | 199 + .../node_modules/ajv/lib/dot/dependencies.jst | 80 + .../node_modules/ajv/lib/dot/enum.jst | 30 + .../node_modules/ajv/lib/dot/errors.def | 194 + .../node_modules/ajv/lib/dot/format.jst | 106 + .../node_modules/ajv/lib/dot/if.jst | 75 + .../node_modules/ajv/lib/dot/items.jst | 100 + .../node_modules/ajv/lib/dot/missing.def | 39 + .../node_modules/ajv/lib/dot/multipleOf.jst | 20 + .../node_modules/ajv/lib/dot/not.jst | 43 + .../node_modules/ajv/lib/dot/oneOf.jst | 54 + .../node_modules/ajv/lib/dot/pattern.jst | 14 + .../node_modules/ajv/lib/dot/properties.jst | 244 + .../ajv/lib/dot/propertyNames.jst | 54 + .../node_modules/ajv/lib/dot/ref.jst | 85 + .../node_modules/ajv/lib/dot/required.jst | 108 + .../node_modules/ajv/lib/dot/uniqueItems.jst | 62 + .../node_modules/ajv/lib/dot/validate.jst | 265 + .../node_modules/ajv/lib/dotjs/README.md | 3 + .../node_modules/ajv/lib/dotjs/_limit.js | 155 + .../node_modules/ajv/lib/dotjs/_limitItems.js | 76 + .../ajv/lib/dotjs/_limitLength.js | 81 + .../ajv/lib/dotjs/_limitProperties.js | 76 + .../node_modules/ajv/lib/dotjs/allOf.js | 43 + .../node_modules/ajv/lib/dotjs/anyOf.js | 73 + .../node_modules/ajv/lib/dotjs/comment.js | 14 + .../node_modules/ajv/lib/dotjs/const.js | 55 + .../node_modules/ajv/lib/dotjs/contains.js | 81 + .../node_modules/ajv/lib/dotjs/custom.js | 226 + .../ajv/lib/dotjs/dependencies.js | 167 + .../node_modules/ajv/lib/dotjs/enum.js | 65 + .../node_modules/ajv/lib/dotjs/format.js | 149 + .../node_modules/ajv/lib/dotjs/if.js | 103 + .../node_modules/ajv/lib/dotjs/index.js | 33 + .../node_modules/ajv/lib/dotjs/items.js | 140 + .../node_modules/ajv/lib/dotjs/multipleOf.js | 76 + .../node_modules/ajv/lib/dotjs/not.js | 83 + .../node_modules/ajv/lib/dotjs/oneOf.js | 72 + .../node_modules/ajv/lib/dotjs/pattern.js | 74 + .../node_modules/ajv/lib/dotjs/properties.js | 328 + .../ajv/lib/dotjs/propertyNames.js | 81 + .../node_modules/ajv/lib/dotjs/ref.js | 123 + .../node_modules/ajv/lib/dotjs/required.js | 268 + .../node_modules/ajv/lib/dotjs/uniqueItems.js | 85 + .../node_modules/ajv/lib/dotjs/validate.js | 453 + .../node_modules/ajv/lib/keyword.js | 135 + .../node_modules/ajv/lib/refs/data.json | 17 + .../ajv/lib/refs/json-schema-draft-04.json | 149 + .../ajv/lib/refs/json-schema-draft-06.json | 154 + .../ajv/lib/refs/json-schema-draft-07.json | 168 + .../node_modules/ajv/package.json | 123 + .../node_modules/ajv/scripts/.eslintrc.yml | 3 + .../node_modules/ajv/scripts/bundle.js | 61 + .../node_modules/ajv/scripts/compile-dots.js | 73 + .../node_modules/ajv/scripts/info | 10 + .../node_modules/ajv/scripts/prepare-tests | 9 + .../ajv/scripts/publish-built-version | 32 + .../node_modules/ajv/scripts/travis-gh-pages | 23 + .../node_modules/amdefine/LICENSE | 58 + .../node_modules/amdefine/README.md | 171 + .../node_modules/amdefine/amdefine.js | 301 + .../node_modules/amdefine/intercept.js | 36 + .../node_modules/amdefine/package.json | 52 + .../node_modules/ansi-colors/LICENSE | 21 + .../node_modules/ansi-colors/README.md | 105 + .../node_modules/ansi-colors/index.js | 456 + .../node_modules/ansi-colors/package.json | 179 + .../node_modules/ansi-colors/types/index.d.ts | 31 + .../node_modules/ansi-gray/LICENSE | 21 + .../node_modules/ansi-gray/index.js | 14 + .../node_modules/ansi-gray/package.json | 86 + .../node_modules/ansi-gray/readme.md | 74 + .../node_modules/ansi-regex/index.js | 4 + .../node_modules/ansi-regex/license | 21 + .../node_modules/ansi-regex/package.json | 113 + .../node_modules/ansi-regex/readme.md | 39 + .../node_modules/ansi-styles/index.js | 65 + .../node_modules/ansi-styles/license | 21 + .../node_modules/ansi-styles/package.json | 94 + .../node_modules/ansi-styles/readme.md | 86 + .../node_modules/ansi-wrap/LICENSE | 21 + .../node_modules/ansi-wrap/README.md | 89 + .../node_modules/ansi-wrap/index.js | 5 + .../node_modules/ansi-wrap/package.json | 63 + .../gilles_acezat/node_modules/aproba/LICENSE | 14 + .../node_modules/aproba/README.md | 94 + .../node_modules/aproba/index.js | 105 + .../node_modules/aproba/package.json | 66 + .../node_modules/archy/.travis.yml | 4 + .../gilles_acezat/node_modules/archy/LICENSE | 18 + .../node_modules/archy/examples/beep.js | 24 + .../node_modules/archy/examples/multi_line.js | 25 + .../gilles_acezat/node_modules/archy/index.js | 35 + .../node_modules/archy/package.json | 83 + .../node_modules/archy/readme.markdown | 88 + .../node_modules/archy/test/beep.js | 40 + .../node_modules/archy/test/multi_line.js | 45 + .../node_modules/archy/test/non_unicode.js | 40 + .../node_modules/are-we-there-yet/CHANGES.md | 37 + .../node_modules/are-we-there-yet/LICENSE | 5 + .../node_modules/are-we-there-yet/README.md | 195 + .../node_modules/are-we-there-yet/index.js | 4 + .../node_modules/isarray/.npmignore | 1 + .../node_modules/isarray/.travis.yml | 4 + .../node_modules/isarray/Makefile | 6 + .../node_modules/isarray/README.md | 60 + .../node_modules/isarray/component.json | 19 + .../node_modules/isarray/index.js | 5 + .../node_modules/isarray/package.json | 77 + .../node_modules/isarray/test.js | 20 + .../node_modules/readable-stream/.travis.yml | 55 + .../readable-stream/CONTRIBUTING.md | 38 + .../readable-stream/GOVERNANCE.md | 136 + .../node_modules/readable-stream/LICENSE | 47 + .../node_modules/readable-stream/README.md | 58 + .../doc/wg-meetings/2015-01-30.md | 60 + .../readable-stream/duplex-browser.js | 1 + .../node_modules/readable-stream/duplex.js | 1 + .../readable-stream/lib/_stream_duplex.js | 131 + .../lib/_stream_passthrough.js | 47 + .../readable-stream/lib/_stream_readable.js | 1019 + .../readable-stream/lib/_stream_transform.js | 214 + .../readable-stream/lib/_stream_writable.js | 687 + .../lib/internal/streams/BufferList.js | 79 + .../lib/internal/streams/destroy.js | 74 + .../lib/internal/streams/stream-browser.js | 1 + .../lib/internal/streams/stream.js | 1 + .../node_modules/readable-stream/package.json | 85 + .../readable-stream/passthrough.js | 1 + .../readable-stream/readable-browser.js | 7 + .../node_modules/readable-stream/readable.js | 19 + .../node_modules/readable-stream/transform.js | 1 + .../readable-stream/writable-browser.js | 1 + .../node_modules/readable-stream/writable.js | 8 + .../node_modules/string_decoder/.travis.yml | 50 + .../node_modules/string_decoder/LICENSE | 48 + .../node_modules/string_decoder/README.md | 47 + .../string_decoder/lib/string_decoder.js | 296 + .../node_modules/string_decoder/package.json | 63 + .../are-we-there-yet/package.json | 73 + .../are-we-there-yet/tracker-base.js | 11 + .../are-we-there-yet/tracker-group.js | 107 + .../are-we-there-yet/tracker-stream.js | 36 + .../node_modules/are-we-there-yet/tracker.js | 30 + .../node_modules/arr-diff/LICENSE | 21 + .../node_modules/arr-diff/README.md | 130 + .../node_modules/arr-diff/index.js | 47 + .../node_modules/arr-diff/package.json | 109 + .../node_modules/arr-flatten/LICENSE | 21 + .../node_modules/arr-flatten/README.md | 86 + .../node_modules/arr-flatten/index.js | 22 + .../node_modules/arr-flatten/package.json | 113 + .../node_modules/arr-union/LICENSE | 21 + .../node_modules/arr-union/README.md | 99 + .../node_modules/arr-union/index.js | 29 + .../node_modules/arr-union/package.json | 113 + .../node_modules/array-differ/index.js | 7 + .../node_modules/array-differ/package.json | 68 + .../node_modules/array-differ/readme.md | 41 + .../node_modules/array-each/LICENSE | 21 + .../node_modules/array-each/README.md | 84 + .../node_modules/array-each/index.js | 46 + .../node_modules/array-each/package.json | 81 + .../node_modules/array-find-index/index.js | 25 + .../node_modules/array-find-index/license | 21 + .../array-find-index/package.json | 71 + .../node_modules/array-find-index/readme.md | 30 + .../node_modules/array-slice/LICENSE | 21 + .../node_modules/array-slice/README.md | 82 + .../node_modules/array-slice/index.js | 33 + .../node_modules/array-slice/package.json | 85 + .../node_modules/array-uniq/index.js | 62 + .../node_modules/array-uniq/license | 21 + .../node_modules/array-uniq/package.json | 73 + .../node_modules/array-uniq/readme.md | 30 + .../node_modules/array-unique/LICENSE | 21 + .../node_modules/array-unique/README.md | 77 + .../node_modules/array-unique/index.js | 43 + .../node_modules/array-unique/package.json | 96 + .../gilles_acezat/node_modules/asn1/LICENSE | 19 + .../gilles_acezat/node_modules/asn1/README.md | 50 + .../node_modules/asn1/lib/ber/errors.js | 13 + .../node_modules/asn1/lib/ber/index.js | 27 + .../node_modules/asn1/lib/ber/reader.js | 262 + .../node_modules/asn1/lib/ber/types.js | 36 + .../node_modules/asn1/lib/ber/writer.js | 317 + .../node_modules/asn1/lib/index.js | 20 + .../node_modules/asn1/package.json | 75 + .../node_modules/assert-plus/AUTHORS | 6 + .../node_modules/assert-plus/CHANGES.md | 14 + .../node_modules/assert-plus/README.md | 162 + .../node_modules/assert-plus/assert.js | 211 + .../node_modules/assert-plus/package.json | 87 + .../node_modules/assign-symbols/LICENSE | 21 + .../node_modules/assign-symbols/README.md | 73 + .../node_modules/assign-symbols/index.js | 40 + .../node_modules/assign-symbols/package.json | 75 + .../node_modules/async-foreach/LICENSE-MIT | 22 + .../node_modules/async-foreach/README.md | 195 + .../async-foreach/dist/ba-foreach.js | 58 + .../async-foreach/dist/ba-foreach.min.js | 4 + .../node_modules/async-foreach/grunt.js | 48 + .../node_modules/async-foreach/lib/foreach.js | 63 + .../node_modules/async-foreach/package.json | 59 + .../async-foreach/test/foreach_test.js | 200 + .../node_modules/asynckit/LICENSE | 21 + .../node_modules/asynckit/README.md | 233 + .../node_modules/asynckit/bench.js | 76 + .../node_modules/asynckit/index.js | 6 + .../node_modules/asynckit/lib/abort.js | 29 + .../node_modules/asynckit/lib/async.js | 34 + .../node_modules/asynckit/lib/defer.js | 26 + .../node_modules/asynckit/lib/iterate.js | 75 + .../asynckit/lib/readable_asynckit.js | 91 + .../asynckit/lib/readable_parallel.js | 25 + .../asynckit/lib/readable_serial.js | 25 + .../asynckit/lib/readable_serial_ordered.js | 29 + .../node_modules/asynckit/lib/state.js | 37 + .../node_modules/asynckit/lib/streamify.js | 141 + .../node_modules/asynckit/lib/terminator.js | 29 + .../node_modules/asynckit/package.json | 95 + .../node_modules/asynckit/parallel.js | 43 + .../node_modules/asynckit/serial.js | 17 + .../node_modules/asynckit/serialOrdered.js | 75 + .../node_modules/asynckit/stream.js | 21 + .../gilles_acezat/node_modules/atob/LICENSE | 230 + .../node_modules/atob/LICENSE.DOCS | 319 + .../gilles_acezat/node_modules/atob/README.md | 49 + .../node_modules/atob/bin/atob.js | 6 + .../node_modules/atob/bower.json | 25 + .../node_modules/atob/browser-atob.js | 44 + .../node_modules/atob/node-atob.js | 7 + .../node_modules/atob/package.json | 57 + .../gilles_acezat/node_modules/atob/test.js | 18 + .../node_modules/autoprefixer/CHANGELOG.md | 887 + .../node_modules/autoprefixer/LICENSE | 20 + .../node_modules/autoprefixer/README.md | 1035 + .../autoprefixer/bin/autoprefixer | 22 + .../autoprefixer/data/prefixes.js | 701 + .../node_modules/autoprefixer/lib/at-rule.js | 69 + .../autoprefixer/lib/autoprefixer.js | 141 + .../node_modules/autoprefixer/lib/brackets.js | 69 + .../node_modules/autoprefixer/lib/browsers.js | 99 + .../autoprefixer/lib/declaration.js | 261 + .../autoprefixer/lib/hacks/align-content.js | 82 + .../autoprefixer/lib/hacks/align-items.js | 79 + .../autoprefixer/lib/hacks/align-self.js | 86 + .../autoprefixer/lib/hacks/animation.js | 37 + .../autoprefixer/lib/hacks/appearance.js | 41 + .../autoprefixer/lib/hacks/background-clip.js | 47 + .../autoprefixer/lib/hacks/background-size.js | 40 + .../autoprefixer/lib/hacks/block-logical.js | 50 + .../autoprefixer/lib/hacks/border-image.js | 35 + .../autoprefixer/lib/hacks/border-radius.js | 67 + .../autoprefixer/lib/hacks/break-props.js | 78 + .../autoprefixer/lib/hacks/color-adjust.js | 42 + .../autoprefixer/lib/hacks/cross-fade.js | 56 + .../autoprefixer/lib/hacks/display-flex.js | 96 + .../autoprefixer/lib/hacks/display-grid.js | 43 + .../autoprefixer/lib/hacks/filter-value.js | 33 + .../autoprefixer/lib/hacks/filter.js | 35 + .../autoprefixer/lib/hacks/flex-basis.js | 74 + .../autoprefixer/lib/hacks/flex-direction.js | 110 + .../autoprefixer/lib/hacks/flex-flow.js | 83 + .../autoprefixer/lib/hacks/flex-grow.js | 59 + .../autoprefixer/lib/hacks/flex-shrink.js | 74 + .../autoprefixer/lib/hacks/flex-spec.js | 22 + .../autoprefixer/lib/hacks/flex-wrap.js | 42 + .../autoprefixer/lib/hacks/flex.js | 88 + .../autoprefixer/lib/hacks/fullscreen.js | 42 + .../autoprefixer/lib/hacks/gradient.js | 583 + .../autoprefixer/lib/hacks/grid-area.js | 54 + .../lib/hacks/grid-column-align.js | 50 + .../autoprefixer/lib/hacks/grid-end.js | 64 + .../autoprefixer/lib/hacks/grid-row-align.js | 50 + .../autoprefixer/lib/hacks/grid-row-column.js | 54 + .../lib/hacks/grid-rows-columns.js | 149 + .../autoprefixer/lib/hacks/grid-start.js | 57 + .../lib/hacks/grid-template-areas.js | 103 + .../autoprefixer/lib/hacks/grid-template.js | 92 + .../autoprefixer/lib/hacks/grid-utils.js | 1147 ++ .../autoprefixer/lib/hacks/image-rendering.js | 73 + .../autoprefixer/lib/hacks/image-set.js | 40 + .../autoprefixer/lib/hacks/inline-logical.js | 42 + .../autoprefixer/lib/hacks/intrinsic.js | 76 + .../autoprefixer/lib/hacks/justify-content.js | 88 + .../autoprefixer/lib/hacks/mask-border.js | 48 + .../autoprefixer/lib/hacks/order.js | 74 + .../lib/hacks/overscroll-behavior.js | 56 + .../autoprefixer/lib/hacks/pixelated.js | 60 + .../autoprefixer/lib/hacks/place-self.js | 57 + .../autoprefixer/lib/hacks/placeholder.js | 58 + .../autoprefixer/lib/hacks/text-decoration.js | 38 + .../lib/hacks/text-emphasis-position.js | 35 + .../autoprefixer/lib/hacks/transform-decl.js | 112 + .../autoprefixer/lib/hacks/writing-mode.js | 42 + .../node_modules/autoprefixer/lib/info.js | 176 + .../autoprefixer/lib/old-selector.js | 95 + .../autoprefixer/lib/old-value.js | 32 + .../node_modules/autoprefixer/lib/prefixer.js | 176 + .../node_modules/autoprefixer/lib/prefixes.js | 539 + .../autoprefixer/lib/processor.js | 695 + .../autoprefixer/lib/resolution.js | 156 + .../node_modules/autoprefixer/lib/selector.js | 178 + .../node_modules/autoprefixer/lib/supports.js | 386 + .../autoprefixer/lib/transition.js | 467 + .../node_modules/autoprefixer/lib/utils.js | 108 + .../node_modules/autoprefixer/lib/value.js | 166 + .../node_modules/autoprefixer/package.json | 65 + .../node_modules/aws-sign2/LICENSE | 55 + .../node_modules/aws-sign2/README.md | 4 + .../node_modules/aws-sign2/index.js | 212 + .../node_modules/aws-sign2/package.json | 50 + .../node_modules/aws4/.travis.yml | 5 + .../gilles_acezat/node_modules/aws4/LICENSE | 19 + .../gilles_acezat/node_modules/aws4/README.md | 523 + .../gilles_acezat/node_modules/aws4/aws4.js | 332 + .../gilles_acezat/node_modules/aws4/lru.js | 96 + .../node_modules/aws4/package.json | 104 + .../node_modules/balanced-match/.npmignore | 5 + .../node_modules/balanced-match/LICENSE.md | 21 + .../node_modules/balanced-match/README.md | 91 + .../node_modules/balanced-match/index.js | 59 + .../node_modules/balanced-match/package.json | 81 + .../gilles_acezat/node_modules/base/LICENSE | 21 + .../gilles_acezat/node_modules/base/README.md | 491 + .../gilles_acezat/node_modules/base/index.js | 435 + .../base/node_modules/define-property/LICENSE | 21 + .../node_modules/define-property/README.md | 95 + .../node_modules/define-property/index.js | 31 + .../node_modules/define-property/package.json | 93 + .../is-accessor-descriptor/LICENSE | 21 + .../is-accessor-descriptor/README.md | 144 + .../is-accessor-descriptor/index.js | 69 + .../is-accessor-descriptor/package.json | 110 + .../node_modules/is-data-descriptor/LICENSE | 21 + .../node_modules/is-data-descriptor/README.md | 161 + .../node_modules/is-data-descriptor/index.js | 49 + .../is-data-descriptor/package.json | 109 + .../base/node_modules/is-descriptor/LICENSE | 21 + .../base/node_modules/is-descriptor/README.md | 193 + .../base/node_modules/is-descriptor/index.js | 22 + .../node_modules/is-descriptor/package.json | 114 + .../node_modules/base/package.json | 164 + .../node_modules/bcrypt-pbkdf/CONTRIBUTING.md | 13 + .../node_modules/bcrypt-pbkdf/LICENSE | 66 + .../node_modules/bcrypt-pbkdf/README.md | 45 + .../node_modules/bcrypt-pbkdf/index.js | 556 + .../node_modules/bcrypt-pbkdf/package.json | 49 + .../node_modules/beeper/index.js | 60 + .../gilles_acezat/node_modules/beeper/license | 21 + .../node_modules/beeper/package.json | 74 + .../node_modules/beeper/readme.md | 55 + .../node_modules/block-stream/LICENCE | 25 + .../node_modules/block-stream/LICENSE | 15 + .../node_modules/block-stream/README.md | 14 + .../node_modules/block-stream/block-stream.js | 209 + .../node_modules/block-stream/package.json | 64 + .../node_modules/brace-expansion/LICENSE | 21 + .../node_modules/brace-expansion/README.md | 129 + .../node_modules/brace-expansion/index.js | 201 + .../node_modules/brace-expansion/package.json | 83 + .../gilles_acezat/node_modules/braces/LICENSE | 21 + .../node_modules/braces/README.md | 640 + .../node_modules/braces/index.js | 318 + .../node_modules/braces/lib/braces.js | 104 + .../node_modules/braces/lib/compilers.js | 282 + .../node_modules/braces/lib/parsers.js | 360 + .../node_modules/braces/lib/utils.js | 343 + .../node_modules/extend-shallow/LICENSE | 21 + .../node_modules/extend-shallow/README.md | 61 + .../node_modules/extend-shallow/index.js | 33 + .../node_modules/extend-shallow/package.json | 87 + .../node_modules/braces/package.json | 156 + .../node_modules/browserslist/CHANGELOG.md | 341 + .../node_modules/browserslist/LICENSE | 20 + .../node_modules/browserslist/README.md | 544 + .../node_modules/browserslist/browser.js | 41 + .../node_modules/browserslist/cli.js | 146 + .../node_modules/browserslist/error.js | 12 + .../node_modules/browserslist/index.js | 833 + .../node_modules/browserslist/node.js | 318 + .../node_modules/browserslist/package.json | 65 + .../builtin-modules/builtin-modules.json | 35 + .../node_modules/builtin-modules/index.js | 10 + .../node_modules/builtin-modules/license | 21 + .../node_modules/builtin-modules/package.json | 76 + .../node_modules/builtin-modules/readme.md | 41 + .../node_modules/builtin-modules/static.js | 2 + .../node_modules/cache-base/LICENSE | 21 + .../node_modules/cache-base/README.md | 291 + .../node_modules/cache-base/index.js | 261 + .../node_modules/cache-base/package.json | 118 + .../node_modules/camelcase-keys/index.js | 12 + .../node_modules/camelcase-keys/license | 21 + .../node_modules/camelcase-keys/package.json | 88 + .../node_modules/camelcase-keys/readme.md | 54 + .../node_modules/camelcase/index.js | 56 + .../node_modules/camelcase/license | 21 + .../node_modules/camelcase/package.json | 75 + .../node_modules/camelcase/readme.md | 57 + .../node_modules/caniuse-lite/CHANGELOG.md | 241 + .../node_modules/caniuse-lite/LICENSE | 395 + .../node_modules/caniuse-lite/README.md | 97 + .../node_modules/caniuse-lite/data/agents.js | 1 + .../caniuse-lite/data/browserVersions.js | 1 + .../caniuse-lite/data/browsers.js | 1 + .../caniuse-lite/data/features.js | 1 + .../caniuse-lite/data/features/aac.js | 1 + .../data/features/abortcontroller.js | 1 + .../caniuse-lite/data/features/ac3-ec3.js | 1 + .../data/features/accelerometer.js | 1 + .../data/features/addeventlistener.js | 1 + .../data/features/alternate-stylesheet.js | 1 + .../data/features/ambient-light.js | 1 + .../caniuse-lite/data/features/apng.js | 1 + .../data/features/array-find-index.js | 1 + .../caniuse-lite/data/features/array-find.js | 1 + .../data/features/array-includes.js | 1 + .../data/features/arrow-functions.js | 1 + .../caniuse-lite/data/features/asmjs.js | 1 + .../data/features/async-clipboard.js | 1 + .../data/features/async-functions.js | 1 + .../async-iterations-and-generators.js | 1 + .../caniuse-lite/data/features/atob-btoa.js | 1 + .../caniuse-lite/data/features/audio-api.js | 1 + .../caniuse-lite/data/features/audio.js | 1 + .../caniuse-lite/data/features/audiotracks.js | 1 + .../caniuse-lite/data/features/autofocus.js | 1 + .../caniuse-lite/data/features/aux-click.js | 1 + .../caniuse-lite/data/features/auxclick.js | 1 + .../caniuse-lite/data/features/av1.js | 1 + .../data/features/background-attachment.js | 1 + .../data/features/background-clip-text.js | 1 + .../data/features/background-img-opts.js | 1 + .../data/features/background-position-x-y.js | 1 + .../features/background-repeat-round-space.js | 1 + .../data/features/background-sync.js | 1 + .../data/features/battery-status.js | 1 + .../caniuse-lite/data/features/beacon.js | 1 + .../data/features/beforeafterprint.js | 1 + .../caniuse-lite/data/features/bigint.js | 1 + .../caniuse-lite/data/features/blobbuilder.js | 1 + .../caniuse-lite/data/features/bloburls.js | 1 + .../data/features/border-image.js | 1 + .../data/features/border-radius.js | 1 + .../data/features/broadcastchannel.js | 1 + .../caniuse-lite/data/features/brotli.js | 1 + .../caniuse-lite/data/features/calc.js | 1 + .../data/features/canvas-blending.js | 1 + .../caniuse-lite/data/features/canvas-text.js | 1 + .../caniuse-lite/data/features/canvas.js | 1 + .../caniuse-lite/data/features/ch-unit.js | 1 + .../data/features/chacha20-poly1305.js | 1 + .../data/features/channel-messaging.js | 1 + .../data/features/childnode-remove.js | 1 + .../caniuse-lite/data/features/classlist.js | 1 + .../client-hints-dpr-width-viewport.js | 1 + .../caniuse-lite/data/features/clipboard.js | 1 + .../data/features/comparedocumentposition.js | 1 + .../data/features/console-basic.js | 1 + .../data/features/console-time.js | 1 + .../caniuse-lite/data/features/const.js | 1 + .../data/features/constraint-validation.js | 1 + .../data/features/contenteditable.js | 1 + .../data/features/contentsecuritypolicy.js | 1 + .../data/features/contentsecuritypolicy2.js | 1 + .../caniuse-lite/data/features/cors.js | 1 + .../data/features/createimagebitmap.js | 1 + .../data/features/credential-management.js | 1 + .../data/features/cryptography.js | 1 + .../caniuse-lite/data/features/css-all.js | 1 + .../data/features/css-animation.js | 1 + .../data/features/css-any-link.js | 1 + .../data/features/css-appearance.js | 1 + .../data/features/css-apply-rule.js | 1 + .../data/features/css-at-counter-style.js | 1 + .../data/features/css-backdrop-filter.js | 1 + .../data/features/css-background-offsets.js | 1 + .../data/features/css-backgroundblendmode.js | 1 + .../data/features/css-boxdecorationbreak.js | 1 + .../data/features/css-boxshadow.js | 1 + .../caniuse-lite/data/features/css-canvas.js | 1 + .../data/features/css-caret-color.js | 1 + .../data/features/css-case-insensitive.js | 1 + .../data/features/css-clip-path.js | 1 + .../data/features/css-color-adjust.js | 1 + .../data/features/css-conic-gradients.js | 1 + .../data/features/css-containment.js | 1 + .../data/features/css-counters.js | 1 + .../data/features/css-crisp-edges.js | 1 + .../data/features/css-cross-fade.js | 1 + .../data/features/css-default-pseudo.js | 1 + .../data/features/css-descendant-gtgt.js | 1 + .../data/features/css-deviceadaptation.js | 1 + .../data/features/css-dir-pseudo.js | 1 + .../data/features/css-display-contents.js | 1 + .../data/features/css-element-function.js | 1 + .../data/features/css-env-function.js | 1 + .../data/features/css-exclusions.js | 1 + .../data/features/css-featurequeries.js | 1 + .../data/features/css-filter-function.js | 1 + .../caniuse-lite/data/features/css-filters.js | 1 + .../data/features/css-first-letter.js | 1 + .../data/features/css-first-line.js | 1 + .../caniuse-lite/data/features/css-fixed.js | 1 + .../data/features/css-focus-ring.js | 1 + .../data/features/css-focus-visible.js | 1 + .../data/features/css-focus-within.js | 1 + .../features/css-font-rendering-controls.js | 1 + .../data/features/css-font-stretch.js | 1 + .../data/features/css-gencontent.js | 1 + .../data/features/css-gradients.js | 1 + .../caniuse-lite/data/features/css-grid.js | 1 + .../data/features/css-hanging-punctuation.js | 1 + .../caniuse-lite/data/features/css-has.js | 1 + .../data/features/css-hyphenate.js | 1 + .../caniuse-lite/data/features/css-hyphens.js | 1 + .../data/features/css-image-orientation.js | 1 + .../data/features/css-image-set.js | 1 + .../data/features/css-in-out-of-range.js | 1 + .../data/features/css-indeterminate-pseudo.js | 1 + .../data/features/css-initial-letter.js | 1 + .../data/features/css-initial-value.js | 1 + .../data/features/css-letter-spacing.js | 1 + .../data/features/css-line-clamp.js | 1 + .../data/features/css-logical-props.js | 1 + .../data/features/css-marker-pseudo.js | 1 + .../caniuse-lite/data/features/css-masks.js | 1 + .../data/features/css-matches-pseudo.js | 1 + .../data/features/css-math-functions.js | 1 + .../data/features/css-media-interaction.js | 1 + .../data/features/css-media-resolution.js | 1 + .../data/features/css-media-scripting.js | 1 + .../data/features/css-mediaqueries.js | 1 + .../data/features/css-mixblendmode.js | 1 + .../data/features/css-motion-paths.js | 1 + .../data/features/css-namespaces.js | 1 + .../data/features/css-not-sel-list.js | 1 + .../data/features/css-nth-child-of.js | 1 + .../caniuse-lite/data/features/css-opacity.js | 1 + .../data/features/css-optional-pseudo.js | 1 + .../data/features/css-overflow-anchor.js | 1 + .../data/features/css-overflow.js | 1 + .../data/features/css-overscroll-behavior.js | 1 + .../data/features/css-page-break.js | 1 + .../data/features/css-paged-media.js | 1 + .../data/features/css-paint-api.js | 1 + .../data/features/css-placeholder-shown.js | 1 + .../data/features/css-placeholder.js | 1 + .../data/features/css-read-only-write.js | 1 + .../data/features/css-rebeccapurple.js | 1 + .../data/features/css-reflections.js | 1 + .../caniuse-lite/data/features/css-regions.js | 1 + .../data/features/css-repeating-gradients.js | 1 + .../caniuse-lite/data/features/css-resize.js | 1 + .../data/features/css-revert-value.js | 1 + .../data/features/css-rrggbbaa.js | 1 + .../data/features/css-scroll-behavior.js | 1 + .../data/features/css-scrollbar.js | 1 + .../caniuse-lite/data/features/css-sel2.js | 1 + .../caniuse-lite/data/features/css-sel3.js | 1 + .../data/features/css-selection.js | 1 + .../caniuse-lite/data/features/css-shapes.js | 1 + .../data/features/css-snappoints.js | 1 + .../caniuse-lite/data/features/css-sticky.js | 1 + .../data/features/css-supports-api.js | 1 + .../caniuse-lite/data/features/css-table.js | 1 + .../data/features/css-text-align-last.js | 1 + .../data/features/css-text-indent.js | 1 + .../data/features/css-text-justify.js | 1 + .../data/features/css-text-orientation.js | 1 + .../data/features/css-text-spacing.js | 1 + .../data/features/css-textshadow.js | 1 + .../data/features/css-touch-action-2.js | 1 + .../data/features/css-touch-action.js | 1 + .../data/features/css-transitions.js | 1 + .../data/features/css-unicode-bidi.js | 1 + .../data/features/css-unset-value.js | 1 + .../data/features/css-variables.js | 1 + .../data/features/css-widows-orphans.js | 1 + .../data/features/css-writing-mode.js | 1 + .../caniuse-lite/data/features/css-zoom.js | 1 + .../caniuse-lite/data/features/css3-attr.js | 1 + .../data/features/css3-boxsizing.js | 1 + .../caniuse-lite/data/features/css3-colors.js | 1 + .../data/features/css3-cursors-grab.js | 1 + .../data/features/css3-cursors-newer.js | 1 + .../data/features/css3-cursors.js | 1 + .../data/features/css3-tabsize.js | 1 + .../data/features/currentcolor.js | 1 + .../data/features/custom-elements.js | 1 + .../data/features/custom-elementsv1.js | 1 + .../caniuse-lite/data/features/customevent.js | 1 + .../caniuse-lite/data/features/datalist.js | 1 + .../caniuse-lite/data/features/dataset.js | 1 + .../caniuse-lite/data/features/datauri.js | 1 + .../caniuse-lite/data/features/details.js | 1 + .../data/features/deviceorientation.js | 1 + .../data/features/devicepixelratio.js | 1 + .../caniuse-lite/data/features/dialog.js | 1 + .../data/features/dispatchevent.js | 1 + .../data/features/do-not-track.js | 1 + .../data/features/document-currentscript.js | 1 + .../data/features/document-evaluate-xpath.js | 1 + .../data/features/document-execcommand.js | 1 + .../features/document-scrollingelement.js | 1 + .../data/features/documenthead.js | 1 + .../data/features/dom-manip-convenience.js | 1 + .../caniuse-lite/data/features/dom-range.js | 1 + .../data/features/domcontentloaded.js | 1 + .../features/domfocusin-domfocusout-events.js | 1 + .../caniuse-lite/data/features/dommatrix.js | 1 + .../caniuse-lite/data/features/download.js | 1 + .../caniuse-lite/data/features/dragndrop.js | 1 + .../data/features/element-closest.js | 1 + .../data/features/element-from-point.js | 1 + .../caniuse-lite/data/features/eme.js | 1 + .../caniuse-lite/data/features/eot.js | 1 + .../caniuse-lite/data/features/es5.js | 1 + .../caniuse-lite/data/features/es6-class.js | 1 + .../data/features/es6-generators.js | 1 + .../features/es6-module-dynamic-import.js | 1 + .../data/features/es6-module-nomodule.js | 1 + .../caniuse-lite/data/features/es6-module.js | 1 + .../caniuse-lite/data/features/es6-number.js | 1 + .../data/features/es6-string-includes.js | 1 + .../caniuse-lite/data/features/eventsource.js | 1 + .../data/features/feature-policy.js | 1 + .../caniuse-lite/data/features/fetch.js | 1 + .../data/features/fieldset-disabled.js | 1 + .../caniuse-lite/data/features/fileapi.js | 1 + .../caniuse-lite/data/features/filereader.js | 1 + .../data/features/filereadersync.js | 1 + .../caniuse-lite/data/features/filesystem.js | 1 + .../caniuse-lite/data/features/flac.js | 1 + .../caniuse-lite/data/features/flexbox.js | 1 + .../caniuse-lite/data/features/flow-root.js | 1 + .../data/features/focusin-focusout-events.js | 1 + .../features/focusoptions-preventscroll.js | 1 + .../data/features/font-family-system-ui.js | 1 + .../data/features/font-feature.js | 1 + .../data/features/font-kerning.js | 1 + .../data/features/font-loading.js | 1 + .../data/features/font-size-adjust.js | 1 + .../caniuse-lite/data/features/font-smooth.js | 1 + .../data/features/font-unicode-range.js | 1 + .../data/features/font-variant-alternates.js | 1 + .../data/features/font-variant-east-asian.js | 1 + .../caniuse-lite/data/features/fontface.js | 1 + .../data/features/form-attribute.js | 1 + .../data/features/form-submit-attributes.js | 1 + .../data/features/form-validation.js | 1 + .../caniuse-lite/data/features/forms.js | 1 + .../caniuse-lite/data/features/fullscreen.js | 1 + .../caniuse-lite/data/features/gamepad.js | 1 + .../caniuse-lite/data/features/geolocation.js | 1 + .../data/features/getboundingclientrect.js | 1 + .../data/features/getcomputedstyle.js | 1 + .../data/features/getelementsbyclassname.js | 1 + .../data/features/getrandomvalues.js | 1 + .../caniuse-lite/data/features/gyroscope.js | 1 + .../data/features/hardwareconcurrency.js | 1 + .../caniuse-lite/data/features/hashchange.js | 1 + .../caniuse-lite/data/features/heif.js | 1 + .../caniuse-lite/data/features/hevc.js | 1 + .../caniuse-lite/data/features/hidden.js | 1 + .../data/features/high-resolution-time.js | 1 + .../caniuse-lite/data/features/history.js | 1 + .../data/features/html-media-capture.js | 1 + .../data/features/html5semantic.js | 1 + .../data/features/http-live-streaming.js | 1 + .../caniuse-lite/data/features/http2.js | 1 + .../data/features/iframe-sandbox.js | 1 + .../data/features/iframe-seamless.js | 1 + .../data/features/iframe-srcdoc.js | 1 + .../data/features/imagecapture.js | 1 + .../caniuse-lite/data/features/ime.js | 1 + .../img-naturalwidth-naturalheight.js | 1 + .../caniuse-lite/data/features/imports.js | 1 + .../data/features/indeterminate-checkbox.js | 1 + .../caniuse-lite/data/features/indexeddb.js | 1 + .../caniuse-lite/data/features/indexeddb2.js | 1 + .../data/features/inline-block.js | 1 + .../caniuse-lite/data/features/innertext.js | 1 + .../data/features/input-autocomplete-onoff.js | 1 + .../caniuse-lite/data/features/input-color.js | 1 + .../data/features/input-datetime.js | 1 + .../data/features/input-email-tel-url.js | 1 + .../caniuse-lite/data/features/input-event.js | 1 + .../data/features/input-file-accept.js | 1 + .../data/features/input-file-directory.js | 1 + .../data/features/input-file-multiple.js | 1 + .../data/features/input-inputmode.js | 1 + .../data/features/input-minlength.js | 1 + .../data/features/input-number.js | 1 + .../data/features/input-pattern.js | 1 + .../data/features/input-placeholder.js | 1 + .../caniuse-lite/data/features/input-range.js | 1 + .../data/features/input-search.js | 1 + .../data/features/input-selection.js | 1 + .../data/features/insert-adjacent.js | 1 + .../data/features/insertadjacenthtml.js | 1 + .../internationalization-plural-rul.js | 1 + .../data/features/internationalization.js | 1 + .../data/features/intersectionobserver.js | 1 + .../data/features/intrinsic-width.js | 1 + .../caniuse-lite/data/features/jpeg2000.js | 1 + .../caniuse-lite/data/features/jpegxr.js | 1 + .../caniuse-lite/data/features/json.js | 1 + .../features/justify-content-space-evenly.js | 1 + .../data/features/kerning-pairs-ligatures.js | 1 + .../data/features/keyboardevent-charcode.js | 1 + .../data/features/keyboardevent-code.js | 1 + .../keyboardevent-getmodifierstate.js | 1 + .../data/features/keyboardevent-key.js | 1 + .../data/features/keyboardevent-location.js | 1 + .../data/features/keyboardevent-which.js | 1 + .../caniuse-lite/data/features/lazyload.js | 1 + .../caniuse-lite/data/features/let.js | 1 + .../data/features/link-icon-png.js | 1 + .../data/features/link-icon-svg.js | 1 + .../data/features/link-rel-dns-prefetch.js | 1 + .../data/features/link-rel-preconnect.js | 1 + .../data/features/link-rel-prefetch.js | 1 + .../data/features/link-rel-preload.js | 1 + .../data/features/link-rel-prerender.js | 1 + .../data/features/localecompare.js | 1 + .../data/features/magnetometer.js | 1 + .../data/features/matchesselector.js | 1 + .../caniuse-lite/data/features/matchmedia.js | 1 + .../caniuse-lite/data/features/mathml.js | 1 + .../caniuse-lite/data/features/maxlength.js | 1 + .../data/features/media-attribute.js | 1 + .../data/features/media-fragments.js | 1 + .../data/features/media-session-api.js | 1 + .../data/features/mediacapture-fromelement.js | 1 + .../data/features/mediarecorder.js | 1 + .../caniuse-lite/data/features/mediasource.js | 1 + .../caniuse-lite/data/features/menu.js | 1 + .../data/features/meta-theme-color.js | 1 + .../caniuse-lite/data/features/meter.js | 1 + .../caniuse-lite/data/features/midi.js | 1 + .../caniuse-lite/data/features/minmaxwh.js | 1 + .../caniuse-lite/data/features/mp3.js | 1 + .../caniuse-lite/data/features/mpeg-dash.js | 1 + .../caniuse-lite/data/features/mpeg4.js | 1 + .../data/features/multibackgrounds.js | 1 + .../caniuse-lite/data/features/multicolumn.js | 1 + .../data/features/mutation-events.js | 1 + .../data/features/mutationobserver.js | 1 + .../data/features/namevalue-storage.js | 1 + .../caniuse-lite/data/features/nav-timing.js | 1 + .../data/features/navigator-language.js | 1 + .../caniuse-lite/data/features/netinfo.js | 1 + .../data/features/node-contains.js | 1 + .../data/features/node-parentelement.js | 1 + .../data/features/notifications.js | 1 + .../caniuse-lite/data/features/object-fit.js | 1 + .../data/features/object-observe.js | 1 + .../data/features/object-values.js | 1 + .../caniuse-lite/data/features/objectrtc.js | 1 + .../data/features/offline-apps.js | 1 + .../data/features/offscreencanvas.js | 1 + .../caniuse-lite/data/features/ogg-vorbis.js | 1 + .../caniuse-lite/data/features/ogv.js | 1 + .../caniuse-lite/data/features/ol-reversed.js | 1 + .../data/features/once-event-listener.js | 1 + .../data/features/online-status.js | 1 + .../caniuse-lite/data/features/opus.js | 1 + .../data/features/orientation-sensor.js | 1 + .../caniuse-lite/data/features/outline.js | 1 + .../data/features/pad-start-end.js | 1 + .../data/features/page-transition-events.js | 1 + .../data/features/pagevisibility.js | 1 + .../data/features/passive-event-listener.js | 1 + .../data/features/passwordrules.js | 1 + .../caniuse-lite/data/features/path2d.js | 1 + .../data/features/payment-request.js | 1 + .../data/features/permissions-api.js | 1 + .../data/features/picture-in-picture.js | 1 + .../caniuse-lite/data/features/picture.js | 1 + .../caniuse-lite/data/features/ping.js | 1 + .../caniuse-lite/data/features/png-alpha.js | 1 + .../data/features/pointer-events.js | 1 + .../caniuse-lite/data/features/pointer.js | 1 + .../caniuse-lite/data/features/pointerlock.js | 1 + .../data/features/prefers-reduced-motion.js | 1 + .../caniuse-lite/data/features/progress.js | 1 + .../data/features/promise-finally.js | 1 + .../caniuse-lite/data/features/promises.js | 1 + .../caniuse-lite/data/features/proximity.js | 1 + .../caniuse-lite/data/features/proxy.js | 1 + .../data/features/publickeypinning.js | 1 + .../caniuse-lite/data/features/push-api.js | 1 + .../data/features/queryselector.js | 1 + .../data/features/readonly-attr.js | 1 + .../data/features/referrer-policy.js | 1 + .../data/features/registerprotocolhandler.js | 1 + .../data/features/rel-noopener.js | 1 + .../data/features/rel-noreferrer.js | 1 + .../caniuse-lite/data/features/rellist.js | 1 + .../caniuse-lite/data/features/rem.js | 1 + .../data/features/requestanimationframe.js | 1 + .../data/features/requestidlecallback.js | 1 + .../data/features/resizeobserver.js | 1 + .../data/features/resource-timing.js | 1 + .../data/features/rest-parameters.js | 1 + .../data/features/rtcpeerconnection.js | 1 + .../caniuse-lite/data/features/ruby.js | 1 + .../caniuse-lite/data/features/run-in.js | 1 + .../features/same-site-cookie-attribute.js | 1 + .../data/features/screen-orientation.js | 1 + .../data/features/script-async.js | 1 + .../data/features/script-defer.js | 1 + .../data/features/scrollintoview.js | 1 + .../data/features/scrollintoviewifneeded.js | 1 + .../caniuse-lite/data/features/sdch.js | 1 + .../data/features/selection-api.js | 1 + .../data/features/server-timing.js | 1 + .../data/features/serviceworkers.js | 1 + .../data/features/setimmediate.js | 1 + .../caniuse-lite/data/features/sha-2.js | 1 + .../caniuse-lite/data/features/shadowdom.js | 1 + .../caniuse-lite/data/features/shadowdomv1.js | 1 + .../data/features/sharedarraybuffer.js | 1 + .../data/features/sharedworkers.js | 1 + .../caniuse-lite/data/features/sni.js | 1 + .../caniuse-lite/data/features/spdy.js | 1 + .../data/features/speech-recognition.js | 1 + .../data/features/speech-synthesis.js | 1 + .../data/features/spellcheck-attribute.js | 1 + .../caniuse-lite/data/features/sql-storage.js | 1 + .../caniuse-lite/data/features/srcset.js | 1 + .../data/features/stopimmediatepropagation.js | 1 + .../caniuse-lite/data/features/stream.js | 1 + .../caniuse-lite/data/features/streams.js | 1 + .../data/features/stricttransportsecurity.js | 1 + .../data/features/style-scoped.js | 1 + .../data/features/subresource-integrity.js | 1 + .../caniuse-lite/data/features/svg-css.js | 1 + .../caniuse-lite/data/features/svg-filters.js | 1 + .../caniuse-lite/data/features/svg-fonts.js | 1 + .../data/features/svg-fragment.js | 1 + .../caniuse-lite/data/features/svg-html.js | 1 + .../caniuse-lite/data/features/svg-html5.js | 1 + .../caniuse-lite/data/features/svg-img.js | 1 + .../caniuse-lite/data/features/svg-smil.js | 1 + .../caniuse-lite/data/features/svg.js | 1 + .../caniuse-lite/data/features/symbols.js | 1 + .../data/features/tabindex-attr.js | 1 + .../data/features/template-literals.js | 1 + .../caniuse-lite/data/features/template.js | 1 + .../caniuse-lite/data/features/testfeat.js | 1 + .../data/features/text-decoration.js | 1 + .../data/features/text-emphasis.js | 1 + .../data/features/text-overflow.js | 1 + .../data/features/text-size-adjust.js | 1 + .../caniuse-lite/data/features/text-stroke.js | 1 + .../caniuse-lite/data/features/textcontent.js | 1 + .../caniuse-lite/data/features/textencoder.js | 1 + .../caniuse-lite/data/features/tls1-1.js | 1 + .../caniuse-lite/data/features/tls1-2.js | 1 + .../caniuse-lite/data/features/tls1-3.js | 1 + .../data/features/token-binding.js | 1 + .../caniuse-lite/data/features/touch.js | 1 + .../data/features/transforms2d.js | 1 + .../data/features/transforms3d.js | 1 + .../caniuse-lite/data/features/ttf.js | 1 + .../caniuse-lite/data/features/typedarrays.js | 1 + .../caniuse-lite/data/features/u2f.js | 1 + .../data/features/unhandledrejection.js | 1 + .../data/features/upgradeinsecurerequests.js | 1 + .../caniuse-lite/data/features/url.js | 1 + .../data/features/urlsearchparams.js | 1 + .../caniuse-lite/data/features/use-strict.js | 1 + .../data/features/user-select-none.js | 1 + .../caniuse-lite/data/features/user-timing.js | 1 + .../data/features/variable-fonts.js | 1 + .../caniuse-lite/data/features/vibration.js | 1 + .../caniuse-lite/data/features/video.js | 1 + .../caniuse-lite/data/features/videotracks.js | 1 + .../data/features/viewport-units.js | 1 + .../caniuse-lite/data/features/wai-aria.js | 1 + .../caniuse-lite/data/features/wasm.js | 1 + .../caniuse-lite/data/features/wav.js | 1 + .../caniuse-lite/data/features/wbr-element.js | 1 + .../data/features/web-animation.js | 1 + .../data/features/web-app-manifest.js | 1 + .../data/features/web-bluetooth.js | 1 + .../caniuse-lite/data/features/web-share.js | 1 + .../caniuse-lite/data/features/webauthn.js | 1 + .../caniuse-lite/data/features/webgl.js | 1 + .../caniuse-lite/data/features/webgl2.js | 1 + .../caniuse-lite/data/features/webm.js | 1 + .../caniuse-lite/data/features/webp.js | 1 + .../caniuse-lite/data/features/websockets.js | 1 + .../caniuse-lite/data/features/webusb.js | 1 + .../caniuse-lite/data/features/webvr.js | 1 + .../caniuse-lite/data/features/webvtt.js | 1 + .../caniuse-lite/data/features/webworkers.js | 1 + .../caniuse-lite/data/features/will-change.js | 1 + .../caniuse-lite/data/features/woff.js | 1 + .../caniuse-lite/data/features/woff2.js | 1 + .../caniuse-lite/data/features/word-break.js | 1 + .../caniuse-lite/data/features/wordwrap.js | 1 + .../data/features/x-doc-messaging.js | 1 + .../data/features/x-frame-options.js | 1 + .../caniuse-lite/data/features/xhr2.js | 1 + .../caniuse-lite/data/features/xhtml.js | 1 + .../caniuse-lite/data/features/xhtmlsmil.js | 1 + .../data/features/xml-serializer.js | 1 + .../caniuse-lite/data/regions/AD.js | 1 + .../caniuse-lite/data/regions/AE.js | 1 + .../caniuse-lite/data/regions/AF.js | 1 + .../caniuse-lite/data/regions/AG.js | 1 + .../caniuse-lite/data/regions/AI.js | 1 + .../caniuse-lite/data/regions/AL.js | 1 + .../caniuse-lite/data/regions/AM.js | 1 + .../caniuse-lite/data/regions/AN.js | 1 + .../caniuse-lite/data/regions/AO.js | 1 + .../caniuse-lite/data/regions/AR.js | 1 + .../caniuse-lite/data/regions/AS.js | 1 + .../caniuse-lite/data/regions/AT.js | 1 + .../caniuse-lite/data/regions/AU.js | 1 + .../caniuse-lite/data/regions/AW.js | 1 + .../caniuse-lite/data/regions/AX.js | 1 + .../caniuse-lite/data/regions/AZ.js | 1 + .../caniuse-lite/data/regions/BA.js | 1 + .../caniuse-lite/data/regions/BB.js | 1 + .../caniuse-lite/data/regions/BD.js | 1 + .../caniuse-lite/data/regions/BE.js | 1 + .../caniuse-lite/data/regions/BF.js | 1 + .../caniuse-lite/data/regions/BG.js | 1 + .../caniuse-lite/data/regions/BH.js | 1 + .../caniuse-lite/data/regions/BI.js | 1 + .../caniuse-lite/data/regions/BJ.js | 1 + .../caniuse-lite/data/regions/BM.js | 1 + .../caniuse-lite/data/regions/BN.js | 1 + .../caniuse-lite/data/regions/BO.js | 1 + .../caniuse-lite/data/regions/BR.js | 1 + .../caniuse-lite/data/regions/BS.js | 1 + .../caniuse-lite/data/regions/BT.js | 1 + .../caniuse-lite/data/regions/BW.js | 1 + .../caniuse-lite/data/regions/BY.js | 1 + .../caniuse-lite/data/regions/BZ.js | 1 + .../caniuse-lite/data/regions/CA.js | 1 + .../caniuse-lite/data/regions/CD.js | 1 + .../caniuse-lite/data/regions/CF.js | 1 + .../caniuse-lite/data/regions/CG.js | 1 + .../caniuse-lite/data/regions/CH.js | 1 + .../caniuse-lite/data/regions/CI.js | 1 + .../caniuse-lite/data/regions/CK.js | 1 + .../caniuse-lite/data/regions/CL.js | 1 + .../caniuse-lite/data/regions/CM.js | 1 + .../caniuse-lite/data/regions/CN.js | 1 + .../caniuse-lite/data/regions/CO.js | 1 + .../caniuse-lite/data/regions/CR.js | 1 + .../caniuse-lite/data/regions/CU.js | 1 + .../caniuse-lite/data/regions/CV.js | 1 + .../caniuse-lite/data/regions/CX.js | 1 + .../caniuse-lite/data/regions/CY.js | 1 + .../caniuse-lite/data/regions/CZ.js | 1 + .../caniuse-lite/data/regions/DE.js | 1 + .../caniuse-lite/data/regions/DJ.js | 1 + .../caniuse-lite/data/regions/DK.js | 1 + .../caniuse-lite/data/regions/DM.js | 1 + .../caniuse-lite/data/regions/DO.js | 1 + .../caniuse-lite/data/regions/DZ.js | 1 + .../caniuse-lite/data/regions/EC.js | 1 + .../caniuse-lite/data/regions/EE.js | 1 + .../caniuse-lite/data/regions/EG.js | 1 + .../caniuse-lite/data/regions/ER.js | 1 + .../caniuse-lite/data/regions/ES.js | 1 + .../caniuse-lite/data/regions/ET.js | 1 + .../caniuse-lite/data/regions/FI.js | 1 + .../caniuse-lite/data/regions/FJ.js | 1 + .../caniuse-lite/data/regions/FK.js | 1 + .../caniuse-lite/data/regions/FM.js | 1 + .../caniuse-lite/data/regions/FO.js | 1 + .../caniuse-lite/data/regions/FR.js | 1 + .../caniuse-lite/data/regions/GA.js | 1 + .../caniuse-lite/data/regions/GB.js | 1 + .../caniuse-lite/data/regions/GD.js | 1 + .../caniuse-lite/data/regions/GE.js | 1 + .../caniuse-lite/data/regions/GF.js | 1 + .../caniuse-lite/data/regions/GG.js | 1 + .../caniuse-lite/data/regions/GH.js | 1 + .../caniuse-lite/data/regions/GI.js | 1 + .../caniuse-lite/data/regions/GL.js | 1 + .../caniuse-lite/data/regions/GM.js | 1 + .../caniuse-lite/data/regions/GN.js | 1 + .../caniuse-lite/data/regions/GP.js | 1 + .../caniuse-lite/data/regions/GQ.js | 1 + .../caniuse-lite/data/regions/GR.js | 1 + .../caniuse-lite/data/regions/GT.js | 1 + .../caniuse-lite/data/regions/GU.js | 1 + .../caniuse-lite/data/regions/GW.js | 1 + .../caniuse-lite/data/regions/GY.js | 1 + .../caniuse-lite/data/regions/HK.js | 1 + .../caniuse-lite/data/regions/HN.js | 1 + .../caniuse-lite/data/regions/HR.js | 1 + .../caniuse-lite/data/regions/HT.js | 1 + .../caniuse-lite/data/regions/HU.js | 1 + .../caniuse-lite/data/regions/ID.js | 1 + .../caniuse-lite/data/regions/IE.js | 1 + .../caniuse-lite/data/regions/IL.js | 1 + .../caniuse-lite/data/regions/IM.js | 1 + .../caniuse-lite/data/regions/IN.js | 1 + .../caniuse-lite/data/regions/IQ.js | 1 + .../caniuse-lite/data/regions/IR.js | 1 + .../caniuse-lite/data/regions/IS.js | 1 + .../caniuse-lite/data/regions/IT.js | 1 + .../caniuse-lite/data/regions/JE.js | 1 + .../caniuse-lite/data/regions/JM.js | 1 + .../caniuse-lite/data/regions/JO.js | 1 + .../caniuse-lite/data/regions/JP.js | 1 + .../caniuse-lite/data/regions/KE.js | 1 + .../caniuse-lite/data/regions/KG.js | 1 + .../caniuse-lite/data/regions/KH.js | 1 + .../caniuse-lite/data/regions/KI.js | 1 + .../caniuse-lite/data/regions/KM.js | 1 + .../caniuse-lite/data/regions/KN.js | 1 + .../caniuse-lite/data/regions/KP.js | 1 + .../caniuse-lite/data/regions/KR.js | 1 + .../caniuse-lite/data/regions/KW.js | 1 + .../caniuse-lite/data/regions/KY.js | 1 + .../caniuse-lite/data/regions/KZ.js | 1 + .../caniuse-lite/data/regions/LA.js | 1 + .../caniuse-lite/data/regions/LB.js | 1 + .../caniuse-lite/data/regions/LC.js | 1 + .../caniuse-lite/data/regions/LI.js | 1 + .../caniuse-lite/data/regions/LK.js | 1 + .../caniuse-lite/data/regions/LR.js | 1 + .../caniuse-lite/data/regions/LS.js | 1 + .../caniuse-lite/data/regions/LT.js | 1 + .../caniuse-lite/data/regions/LU.js | 1 + .../caniuse-lite/data/regions/LV.js | 1 + .../caniuse-lite/data/regions/LY.js | 1 + .../caniuse-lite/data/regions/MA.js | 1 + .../caniuse-lite/data/regions/MC.js | 1 + .../caniuse-lite/data/regions/MD.js | 1 + .../caniuse-lite/data/regions/ME.js | 1 + .../caniuse-lite/data/regions/MG.js | 1 + .../caniuse-lite/data/regions/MH.js | 1 + .../caniuse-lite/data/regions/MK.js | 1 + .../caniuse-lite/data/regions/ML.js | 1 + .../caniuse-lite/data/regions/MM.js | 1 + .../caniuse-lite/data/regions/MN.js | 1 + .../caniuse-lite/data/regions/MO.js | 1 + .../caniuse-lite/data/regions/MP.js | 1 + .../caniuse-lite/data/regions/MQ.js | 1 + .../caniuse-lite/data/regions/MR.js | 1 + .../caniuse-lite/data/regions/MS.js | 1 + .../caniuse-lite/data/regions/MT.js | 1 + .../caniuse-lite/data/regions/MU.js | 1 + .../caniuse-lite/data/regions/MV.js | 1 + .../caniuse-lite/data/regions/MW.js | 1 + .../caniuse-lite/data/regions/MX.js | 1 + .../caniuse-lite/data/regions/MY.js | 1 + .../caniuse-lite/data/regions/MZ.js | 1 + .../caniuse-lite/data/regions/NA.js | 1 + .../caniuse-lite/data/regions/NC.js | 1 + .../caniuse-lite/data/regions/NE.js | 1 + .../caniuse-lite/data/regions/NF.js | 1 + .../caniuse-lite/data/regions/NG.js | 1 + .../caniuse-lite/data/regions/NI.js | 1 + .../caniuse-lite/data/regions/NL.js | 1 + .../caniuse-lite/data/regions/NO.js | 1 + .../caniuse-lite/data/regions/NP.js | 1 + .../caniuse-lite/data/regions/NR.js | 1 + .../caniuse-lite/data/regions/NU.js | 1 + .../caniuse-lite/data/regions/NZ.js | 1 + .../caniuse-lite/data/regions/OM.js | 1 + .../caniuse-lite/data/regions/PA.js | 1 + .../caniuse-lite/data/regions/PE.js | 1 + .../caniuse-lite/data/regions/PF.js | 1 + .../caniuse-lite/data/regions/PG.js | 1 + .../caniuse-lite/data/regions/PH.js | 1 + .../caniuse-lite/data/regions/PK.js | 1 + .../caniuse-lite/data/regions/PL.js | 1 + .../caniuse-lite/data/regions/PM.js | 1 + .../caniuse-lite/data/regions/PN.js | 1 + .../caniuse-lite/data/regions/PR.js | 1 + .../caniuse-lite/data/regions/PS.js | 1 + .../caniuse-lite/data/regions/PT.js | 1 + .../caniuse-lite/data/regions/PW.js | 1 + .../caniuse-lite/data/regions/PY.js | 1 + .../caniuse-lite/data/regions/QA.js | 1 + .../caniuse-lite/data/regions/RE.js | 1 + .../caniuse-lite/data/regions/RO.js | 1 + .../caniuse-lite/data/regions/RS.js | 1 + .../caniuse-lite/data/regions/RU.js | 1 + .../caniuse-lite/data/regions/RW.js | 1 + .../caniuse-lite/data/regions/SA.js | 1 + .../caniuse-lite/data/regions/SB.js | 1 + .../caniuse-lite/data/regions/SC.js | 1 + .../caniuse-lite/data/regions/SD.js | 1 + .../caniuse-lite/data/regions/SE.js | 1 + .../caniuse-lite/data/regions/SG.js | 1 + .../caniuse-lite/data/regions/SH.js | 1 + .../caniuse-lite/data/regions/SI.js | 1 + .../caniuse-lite/data/regions/SK.js | 1 + .../caniuse-lite/data/regions/SL.js | 1 + .../caniuse-lite/data/regions/SM.js | 1 + .../caniuse-lite/data/regions/SN.js | 1 + .../caniuse-lite/data/regions/SO.js | 1 + .../caniuse-lite/data/regions/SR.js | 1 + .../caniuse-lite/data/regions/ST.js | 1 + .../caniuse-lite/data/regions/SV.js | 1 + .../caniuse-lite/data/regions/SY.js | 1 + .../caniuse-lite/data/regions/SZ.js | 1 + .../caniuse-lite/data/regions/TC.js | 1 + .../caniuse-lite/data/regions/TD.js | 1 + .../caniuse-lite/data/regions/TG.js | 1 + .../caniuse-lite/data/regions/TH.js | 1 + .../caniuse-lite/data/regions/TJ.js | 1 + .../caniuse-lite/data/regions/TK.js | 1 + .../caniuse-lite/data/regions/TL.js | 1 + .../caniuse-lite/data/regions/TM.js | 1 + .../caniuse-lite/data/regions/TN.js | 1 + .../caniuse-lite/data/regions/TO.js | 1 + .../caniuse-lite/data/regions/TR.js | 1 + .../caniuse-lite/data/regions/TT.js | 1 + .../caniuse-lite/data/regions/TV.js | 1 + .../caniuse-lite/data/regions/TW.js | 1 + .../caniuse-lite/data/regions/TZ.js | 1 + .../caniuse-lite/data/regions/UA.js | 1 + .../caniuse-lite/data/regions/UG.js | 1 + .../caniuse-lite/data/regions/US.js | 1 + .../caniuse-lite/data/regions/UY.js | 1 + .../caniuse-lite/data/regions/UZ.js | 1 + .../caniuse-lite/data/regions/VA.js | 1 + .../caniuse-lite/data/regions/VC.js | 1 + .../caniuse-lite/data/regions/VE.js | 1 + .../caniuse-lite/data/regions/VG.js | 1 + .../caniuse-lite/data/regions/VI.js | 1 + .../caniuse-lite/data/regions/VN.js | 1 + .../caniuse-lite/data/regions/VU.js | 1 + .../caniuse-lite/data/regions/WF.js | 1 + .../caniuse-lite/data/regions/WS.js | 1 + .../caniuse-lite/data/regions/YE.js | 1 + .../caniuse-lite/data/regions/YT.js | 1 + .../caniuse-lite/data/regions/ZA.js | 1 + .../caniuse-lite/data/regions/ZM.js | 1 + .../caniuse-lite/data/regions/ZW.js | 1 + .../caniuse-lite/data/regions/alt-af.js | 1 + .../caniuse-lite/data/regions/alt-an.js | 1 + .../caniuse-lite/data/regions/alt-as.js | 1 + .../caniuse-lite/data/regions/alt-eu.js | 1 + .../caniuse-lite/data/regions/alt-na.js | 1 + .../caniuse-lite/data/regions/alt-oc.js | 1 + .../caniuse-lite/data/regions/alt-sa.js | 1 + .../caniuse-lite/data/regions/alt-ww.js | 1 + .../caniuse-lite/dist/lib/statuses.js | 14 + .../caniuse-lite/dist/lib/supported.js | 14 + .../caniuse-lite/dist/unpacker/agents.js | 51 + .../dist/unpacker/browserVersions.js | 6 + .../caniuse-lite/dist/unpacker/browsers.js | 6 + .../caniuse-lite/dist/unpacker/feature.js | 58 + .../caniuse-lite/dist/unpacker/features.js | 11 + .../caniuse-lite/dist/unpacker/index.js | 43 + .../caniuse-lite/dist/unpacker/region.js | 26 + .../node_modules/caniuse-lite/package.json | 60 + .../node_modules/caseless/LICENSE | 28 + .../node_modules/caseless/README.md | 45 + .../node_modules/caseless/index.js | 67 + .../node_modules/caseless/package.json | 61 + .../node_modules/caseless/test.js | 67 + .../gilles_acezat/node_modules/chalk/index.js | 116 + .../node_modules/chalk/index.js.flow | 93 + .../gilles_acezat/node_modules/chalk/license | 21 + .../node_modules/chalk/package.json | 122 + .../node_modules/chalk/readme.md | 213 + .../node_modules/chalk/templates.js | 128 + .../node_modules/chalk/types/index.d.ts | 97 + .../node_modules/class-utils/LICENSE | 21 + .../node_modules/class-utils/README.md | 300 + .../node_modules/class-utils/index.js | 370 + .../node_modules/define-property/LICENSE | 21 + .../node_modules/define-property/README.md | 77 + .../node_modules/define-property/index.js | 31 + .../node_modules/define-property/package.json | 82 + .../node_modules/class-utils/package.json | 131 + .../node_modules/clean-css/History.md | 1358 ++ .../node_modules/clean-css/LICENSE | 19 + .../node_modules/clean-css/README.md | 764 + .../node_modules/clean-css/index.js | 1 + .../node_modules/clean-css/lib/clean.js | 172 + .../clean-css/lib/optimizer/hack.js | 8 + .../lib/optimizer/level-0/optimize.js | 6 + .../lib/optimizer/level-1/optimize.js | 676 + .../lib/optimizer/level-1/shorten-hex.js | 189 + .../lib/optimizer/level-1/shorten-hsl.js | 61 + .../lib/optimizer/level-1/shorten-rgb.js | 10 + .../lib/optimizer/level-1/sort-selectors.js | 23 + .../lib/optimizer/level-1/tidy-at-rule.js | 9 + .../lib/optimizer/level-1/tidy-block.js | 23 + .../lib/optimizer/level-1/tidy-rules.js | 213 + .../lib/optimizer/level-2/break-up.js | 644 + .../lib/optimizer/level-2/can-override.js | 283 + .../clean-css/lib/optimizer/level-2/clone.js | 33 + .../lib/optimizer/level-2/compactable.js | 1063 + .../optimizer/level-2/extract-properties.js | 73 + .../level-2/invalid-property-error.js | 10 + .../lib/optimizer/level-2/is-mergeable.js | 259 + .../lib/optimizer/level-2/merge-adjacent.js | 50 + .../optimizer/level-2/merge-media-queries.js | 103 + .../level-2/merge-non-adjacent-by-body.js | 80 + .../level-2/merge-non-adjacent-by-selector.js | 78 + .../lib/optimizer/level-2/optimize.js | 134 + .../level-2/properties/every-values-pair.js | 28 + .../level-2/properties/find-component-in.js | 40 + .../level-2/properties/has-inherit.js | 10 + .../level-2/properties/is-component-of.js | 22 + .../properties/is-mergeable-shorthand.js | 11 + .../properties/merge-into-shorthands.js | 445 + .../optimizer/level-2/properties/optimize.js | 40 + .../level-2/properties/override-properties.js | 484 + .../overrides-non-component-shorthand.js | 9 + .../level-2/properties/populate-components.js | 42 + .../level-2/properties/understandable.js | 15 + .../level-2/properties/vendor-prefixes.js | 23 + .../optimizer/level-2/reduce-non-adjacent.js | 180 + .../level-2/remove-duplicate-font-at-rules.js | 30 + .../level-2/remove-duplicate-media-queries.js | 30 + .../optimizer/level-2/remove-duplicates.js | 43 + .../level-2/remove-unused-at-rules.js | 249 + .../lib/optimizer/level-2/reorderable.js | 93 + .../level-2/restore-with-components.js | 13 + .../lib/optimizer/level-2/restore.js | 303 + .../lib/optimizer/level-2/restructure.js | 389 + .../lib/optimizer/level-2/rules-overlap.js | 32 + .../level-2/specificities-overlap.js | 34 + .../lib/optimizer/level-2/specificity.js | 77 + .../optimizer/level-2/tidy-rule-duplicates.js | 21 + .../clean-css/lib/optimizer/remove-unused.js | 11 + .../lib/optimizer/restore-from-optimizing.js | 69 + .../clean-css/lib/optimizer/validator.js | 529 + .../lib/optimizer/wrap-for-optimizing.js | 191 + .../clean-css/lib/options/compatibility.js | 183 + .../clean-css/lib/options/fetch.js | 7 + .../clean-css/lib/options/format.js | 216 + .../clean-css/lib/options/inline-request.js | 22 + .../clean-css/lib/options/inline-timeout.js | 7 + .../clean-css/lib/options/inline.js | 15 + .../lib/options/optimization-level.js | 221 + .../clean-css/lib/options/rebase-to.js | 7 + .../clean-css/lib/options/rebase.js | 5 + .../lib/options/rounding-precision.js | 88 + .../clean-css/lib/reader/apply-source-maps.js | 245 + .../reader/extract-import-url-and-media.js | 35 + .../lib/reader/input-source-map-tracker.js | 58 + .../lib/reader/is-allowed-resource.js | 77 + .../lib/reader/load-original-sources.js | 126 + .../lib/reader/load-remote-resource.js | 74 + .../clean-css/lib/reader/match-data-uri.js | 7 + .../clean-css/lib/reader/normalize-path.js | 8 + .../clean-css/lib/reader/read-sources.js | 341 + .../clean-css/lib/reader/rebase-local-map.js | 15 + .../clean-css/lib/reader/rebase-remote-map.js | 14 + .../clean-css/lib/reader/rebase.js | 101 + .../clean-css/lib/reader/restore-import.js | 5 + .../clean-css/lib/reader/rewrite-url.js | 118 + .../clean-css/lib/tokenizer/marker.js | 26 + .../clean-css/lib/tokenizer/token.js | 17 + .../clean-css/lib/tokenizer/tokenize.js | 571 + .../clean-css/lib/utils/clone-array.js | 12 + .../clean-css/lib/utils/format-position.js | 11 + .../clean-css/lib/utils/has-protocol.js | 7 + .../lib/utils/is-data-uri-resource.js | 7 + .../clean-css/lib/utils/is-http-resource.js | 7 + .../clean-css/lib/utils/is-https-resource.js | 7 + .../clean-css/lib/utils/is-import.js | 7 + .../clean-css/lib/utils/is-remote-resource.js | 7 + .../clean-css/lib/utils/natural-compare.js | 31 + .../clean-css/lib/utils/override.js | 34 + .../node_modules/clean-css/lib/utils/split.js | 50 + .../clean-css/lib/writer/helpers.js | 243 + .../clean-css/lib/writer/one-time.js | 52 + .../clean-css/lib/writer/simple.js | 50 + .../clean-css/lib/writer/source-maps.js | 101 + .../node_modules/source-map/CHANGELOG.md | 301 + .../clean-css/node_modules/source-map/LICENSE | 28 + .../node_modules/source-map/README.md | 742 + .../source-map/dist/source-map.debug.js | 3234 +++ .../source-map/dist/source-map.js | 3233 +++ .../source-map/dist/source-map.min.js | 2 + .../source-map/dist/source-map.min.js.map | 1 + .../node_modules/source-map/lib/array-set.js | 121 + .../node_modules/source-map/lib/base64-vlq.js | 140 + .../node_modules/source-map/lib/base64.js | 67 + .../source-map/lib/binary-search.js | 111 + .../source-map/lib/mapping-list.js | 79 + .../node_modules/source-map/lib/quick-sort.js | 114 + .../source-map/lib/source-map-consumer.js | 1145 ++ .../source-map/lib/source-map-generator.js | 425 + .../source-map/lib/source-node.js | 413 + .../node_modules/source-map/lib/util.js | 488 + .../node_modules/source-map/package.json | 212 + .../node_modules/source-map/source-map.d.ts | 98 + .../node_modules/source-map/source-map.js | 8 + .../node_modules/clean-css/package.json | 77 + .../node_modules/cliui/CHANGELOG.md | 15 + .../node_modules/cliui/LICENSE.txt | 14 + .../node_modules/cliui/README.md | 110 + .../gilles_acezat/node_modules/cliui/index.js | 316 + .../node_modules/cliui/package.json | 100 + .../node_modules/clone-stats/LICENSE.md | 21 + .../node_modules/clone-stats/README.md | 17 + .../node_modules/clone-stats/index.js | 13 + .../node_modules/clone-stats/package.json | 65 + .../node_modules/clone-stats/test.js | 36 + .../node_modules/clone/.npmignore | 4 + .../gilles_acezat/node_modules/clone/LICENSE | 18 + .../node_modules/clone/README.md | 126 + .../node_modules/clone/clone.iml | 10 + .../gilles_acezat/node_modules/clone/clone.js | 166 + .../node_modules/clone/package.json | 142 + .../node_modules/code-point-at/index.js | 32 + .../node_modules/code-point-at/license | 21 + .../node_modules/code-point-at/package.json | 74 + .../node_modules/code-point-at/readme.md | 32 + .../node_modules/collection-visit/LICENSE | 21 + .../node_modules/collection-visit/README.md | 89 + .../node_modules/collection-visit/index.js | 30 + .../collection-visit/package.json | 115 + .../node_modules/color-convert/CHANGELOG.md | 54 + .../node_modules/color-convert/LICENSE | 21 + .../node_modules/color-convert/README.md | 68 + .../node_modules/color-convert/conversions.js | 868 + .../node_modules/color-convert/index.js | 78 + .../node_modules/color-convert/package.json | 86 + .../node_modules/color-convert/route.js | 97 + .../node_modules/color-name/LICENSE | 8 + .../node_modules/color-name/README.md | 11 + .../node_modules/color-name/index.js | 150 + .../node_modules/color-name/package.json | 60 + .../node_modules/color-support/LICENSE | 15 + .../node_modules/color-support/README.md | 129 + .../node_modules/color-support/bin.js | 3 + .../node_modules/color-support/browser.js | 14 + .../node_modules/color-support/index.js | 134 + .../node_modules/color-support/package.json | 71 + .../node_modules/combined-stream/License | 19 + .../node_modules/combined-stream/Readme.md | 138 + .../combined-stream/lib/combined_stream.js | 189 + .../node_modules/combined-stream/lib/defer.js | 26 + .../node_modules/combined-stream/package.json | 58 + .../node_modules/commander/History.md | 179 + .../node_modules/commander/Readme.md | 195 + .../node_modules/commander/index.js | 847 + .../node_modules/commander/package.json | 63 + .../node_modules/component-emitter/History.md | 68 + .../node_modules/component-emitter/LICENSE | 24 + .../node_modules/component-emitter/Readme.md | 74 + .../node_modules/component-emitter/index.js | 163 + .../component-emitter/package.json | 57 + .../node_modules/concat-map/.travis.yml | 4 + .../node_modules/concat-map/LICENSE | 18 + .../node_modules/concat-map/README.markdown | 62 + .../node_modules/concat-map/example/map.js | 6 + .../node_modules/concat-map/index.js | 13 + .../node_modules/concat-map/package.json | 92 + .../node_modules/concat-map/test/map.js | 39 + .../console-control-strings/LICENSE | 13 + .../console-control-strings/README.md | 145 + .../console-control-strings/README.md~ | 140 + .../console-control-strings/index.js | 125 + .../console-control-strings/package.json | 65 + .../node_modules/convert-source-map/LICENSE | 23 + .../node_modules/convert-source-map/README.md | 125 + .../node_modules/convert-source-map/index.js | 136 + .../convert-source-map/package.json | 69 + .../node_modules/copy-descriptor/LICENSE | 21 + .../node_modules/copy-descriptor/index.js | 81 + .../node_modules/copy-descriptor/package.json | 87 + .../node_modules/core-util-is/LICENSE | 19 + .../node_modules/core-util-is/README.md | 3 + .../node_modules/core-util-is/float.patch | 604 + .../node_modules/core-util-is/lib/util.js | 107 + .../node_modules/core-util-is/package.json | 69 + .../node_modules/core-util-is/test.js | 68 + .../node_modules/cross-spawn/.editorconfig | 15 + .../node_modules/cross-spawn/.eslintrc | 7 + .../node_modules/cross-spawn/.npmignore | 3 + .../node_modules/cross-spawn/.travis.yml | 6 + .../node_modules/cross-spawn/LICENSE | 19 + .../node_modules/cross-spawn/README.md | 64 + .../node_modules/cross-spawn/appveyor.yml | 29 + .../node_modules/cross-spawn/index.js | 59 + .../node_modules/cross-spawn/lib/enoent.js | 73 + .../node_modules/cross-spawn/lib/parse.js | 128 + .../cross-spawn/lib/resolveCommand.js | 31 + .../node_modules/lru-cache/LICENSE | 15 + .../node_modules/lru-cache/README.md | 158 + .../node_modules/lru-cache/index.js | 468 + .../node_modules/lru-cache/package.json | 71 + .../node_modules/cross-spawn/package.json | 84 + .../gilles_acezat/node_modules/css/History.md | 75 + .../gilles_acezat/node_modules/css/LICENSE | 9 + .../gilles_acezat/node_modules/css/Readme.md | 314 + .../gilles_acezat/node_modules/css/index.js | 2 + .../node_modules/css/lib/parse/index.js | 603 + .../css/lib/stringify/compiler.js | 50 + .../css/lib/stringify/compress.js | 199 + .../css/lib/stringify/identity.js | 254 + .../node_modules/css/lib/stringify/index.js | 47 + .../css/lib/stringify/source-map-support.js | 126 + .../css/node_modules/source-map/CHANGELOG.md | 301 + .../css/node_modules/source-map/LICENSE | 28 + .../css/node_modules/source-map/README.md | 742 + .../source-map/dist/source-map.debug.js | 3234 +++ .../source-map/dist/source-map.js | 3233 +++ .../source-map/dist/source-map.min.js | 2 + .../source-map/dist/source-map.min.js.map | 1 + .../node_modules/source-map/lib/array-set.js | 121 + .../node_modules/source-map/lib/base64-vlq.js | 140 + .../css/node_modules/source-map/lib/base64.js | 67 + .../source-map/lib/binary-search.js | 111 + .../source-map/lib/mapping-list.js | 79 + .../node_modules/source-map/lib/quick-sort.js | 114 + .../source-map/lib/source-map-consumer.js | 1145 ++ .../source-map/lib/source-map-generator.js | 425 + .../source-map/lib/source-node.js | 413 + .../css/node_modules/source-map/lib/util.js | 488 + .../css/node_modules/source-map/package.json | 212 + .../node_modules/source-map/source-map.d.ts | 98 + .../css/node_modules/source-map/source-map.js | 8 + .../node_modules/css/package.json | 72 + .../node_modules/csscomb-core/.npmignore | 2 + .../node_modules/csscomb-core/README.md | 164 + .../node_modules/csscomb-core/TODO.nani | 1 + .../node_modules/csscomb-core/coverage.html | 293 + .../node_modules/csscomb-core/lib/core.js | 561 + .../node_modules/csscomb-core/lib/errors.js | 51 + .../node_modules/csscomb-core/lib/format.js | 5 + .../node_modules/csscomb-core/lib/plugin.js | 91 + .../node_modules/minimatch/LICENSE | 23 + .../node_modules/minimatch/README.md | 218 + .../node_modules/minimatch/minimatch.js | 1079 + .../node_modules/minimatch/package.json | 65 + .../node_modules/minimatch/test/basic.js | 399 + .../minimatch/test/brace-expand.js | 33 + .../node_modules/minimatch/test/caching.js | 14 + .../node_modules/minimatch/test/defaults.js | 274 + .../node_modules/csscomb-core/package.json | 68 + .../csscomb-core/test/add_handler.js | 32 + .../csscomb-core/test/configure.js | 0 .../csscomb-core/test/constructor.js | 22 + .../csscomb-core/test/get_options_order.js | 0 .../csscomb-core/test/get_syntax.js | 10 + .../csscomb-core/test/get_value.js | 11 + .../csscomb-core/test/lint_directory.js | 0 .../csscomb-core/test/lint_file.js | 0 .../csscomb-core/test/lint_path.js | 0 .../csscomb-core/test/lint_string.js | 19 + .../csscomb-core/test/lint_tree.js | 59 + .../csscomb-core/test/process_directory.js | 0 .../csscomb-core/test/process_file.js | 0 .../csscomb-core/test/process_path.js | 0 .../csscomb-core/test/process_string.js | 0 .../csscomb-core/test/process_tree.js | 0 .../csscomb-core/test/set_value.js | 73 + .../csscomb-core/test/should_process.js | 54 + .../csscomb-core/test/should_process_file.js | 27 + .../csscomb-core/test/update_option_order.js | 0 .../node_modules/csscomb-core/test/use.js | 0 .../node_modules/csscomb/CHANGELOG.md | 232 + .../node_modules/csscomb/LICENSE | 20 + .../node_modules/csscomb/README.md | 104 + .../node_modules/csscomb/bin/csscomb | 2 + .../node_modules/csscomb/config/csscomb.json | 328 + .../node_modules/csscomb/config/yandex.json | 324 + .../node_modules/csscomb/config/zen.json | 384 + .../node_modules/csscomb/lib/cli.js | 100 + .../node_modules/csscomb/lib/csscomb.js | 321 + .../node_modules/csscomb/lib/format.js | 5 + .../node_modules/csscomb/lib/gonzales.js | 4 + .../csscomb/lib/options/always-semicolon.js | 73 + .../csscomb/lib/options/block-indent.js | 135 + .../csscomb/lib/options/color-case.js | 34 + .../csscomb/lib/options/color-shorthand.js | 34 + .../csscomb/lib/options/element-case.js | 49 + .../csscomb/lib/options/eof-newline.js | 41 + .../csscomb/lib/options/leading-zero.js | 37 + .../csscomb/lib/options/quotes.js | 45 + .../lib/options/remove-empty-rulesets.js | 81 + .../lib/options/sort-order-fallback.js | 9 + .../csscomb/lib/options/sort-order.js | 388 + .../csscomb/lib/options/space-after-colon.js | 58 + .../lib/options/space-after-combinator.js | 60 + .../lib/options/space-after-opening-brace.js | 49 + .../options/space-after-selector-delimiter.js | 62 + .../lib/options/space-before-closing-brace.js | 103 + .../csscomb/lib/options/space-before-colon.js | 60 + .../lib/options/space-before-combinator.js | 68 + .../lib/options/space-before-opening-brace.js | 99 + .../space-before-selector-delimiter.js | 57 + .../lib/options/space-between-declarations.js | 97 + .../csscomb/lib/options/strip-spaces.js | 58 + .../csscomb/lib/options/tab-size.js | 19 + .../csscomb/lib/options/unitless-zero.js | 82 + .../lib/options/vendor-prefix-align.js | 436 + .../node_modules/csscomb/package.json | 104 + .../currently-unhandled/browser.js | 27 + .../node_modules/currently-unhandled/core.js | 33 + .../node_modules/currently-unhandled/index.js | 12 + .../node_modules/currently-unhandled/license | 21 + .../currently-unhandled/package.json | 107 + .../currently-unhandled/readme.md | 44 + .../themes/gilles_acezat/node_modules/d/.lint | 11 + .../gilles_acezat/node_modules/d/.npmignore | 4 + .../gilles_acezat/node_modules/d/.travis.yml | 15 + .../gilles_acezat/node_modules/d/CHANGES | 13 + .../gilles_acezat/node_modules/d/LICENSE | 19 + .../gilles_acezat/node_modules/d/README.md | 104 + .../gilles_acezat/node_modules/d/auto-bind.js | 32 + .../gilles_acezat/node_modules/d/index.js | 63 + .../gilles_acezat/node_modules/d/lazy.js | 117 + .../gilles_acezat/node_modules/d/package.json | 74 + .../node_modules/d/test/auto-bind.js | 12 + .../node_modules/d/test/index.js | 182 + .../gilles_acezat/node_modules/d/test/lazy.js | 82 + .../node_modules/dashdash/CHANGES.md | 364 + .../node_modules/dashdash/LICENSE.txt | 24 + .../node_modules/dashdash/README.md | 574 + .../dashdash/etc/dashdash.bash_completion.in | 389 + .../node_modules/dashdash/lib/dashdash.js | 1055 + .../node_modules/dashdash/package.json | 71 + .../node_modules/dateformat/.npmignore | 2 + .../dateformat/.vs/ProjectSettings.json | 3 + .../.vs/config/applicationhost.config | 1031 + .../dateformat/.vs/node-dateformat/v15/.suo | Bin 0 -> 4608 bytes .../node_modules/dateformat/.vs/slnx.sqlite | Bin 0 -> 73728 bytes .../node_modules/dateformat/LICENSE | 20 + .../node_modules/dateformat/Readme.md | 134 + .../node_modules/dateformat/lib/dateformat.js | 226 + .../node_modules/dateformat/package.json | 75 + .../node_modules/debug-fabulous/LICENSE | 21 + .../node_modules/debug-fabulous/README.md | 50 + .../node_modules/debug-fabulous/index.js | 2 + .../node_modules/debug/CHANGELOG.md | 395 + .../debug-fabulous/node_modules/debug/LICENSE | 19 + .../node_modules/debug/README.md | 437 + .../node_modules/debug/dist/debug.js | 886 + .../debug-fabulous/node_modules/debug/node.js | 1 + .../node_modules/debug/package.json | 90 + .../node_modules/debug/src/browser.js | 180 + .../node_modules/debug/src/common.js | 249 + .../node_modules/debug/src/index.js | 12 + .../node_modules/debug/src/node.js | 174 + .../debug-fabulous/node_modules/ms/index.js | 162 + .../debug-fabulous/node_modules/ms/license.md | 21 + .../node_modules/ms/package.json | 69 + .../debug-fabulous/node_modules/ms/readme.md | 60 + .../node_modules/object-assign/index.js | 90 + .../node_modules/object-assign/license | 21 + .../node_modules/object-assign/package.json | 74 + .../node_modules/object-assign/readme.md | 61 + .../node_modules/debug-fabulous/package.json | 65 + .../debug-fabulous/src/debugFabFactory.js | 18 + .../debug-fabulous/src/formatArgs.js | 24 + .../debug-fabulous/src/lazy-eval.js | 46 + .../node_modules/debug-fabulous/src/spawn.js | 32 + .../debug-fabulous/yarn-error.log | 1056 + .../node_modules/debug-fabulous/yarn.lock | 984 + .../node_modules/debug/.coveralls.yml | 1 + .../node_modules/debug/.eslintrc | 11 + .../node_modules/debug/.npmignore | 9 + .../node_modules/debug/.travis.yml | 14 + .../node_modules/debug/CHANGELOG.md | 362 + .../gilles_acezat/node_modules/debug/LICENSE | 19 + .../gilles_acezat/node_modules/debug/Makefile | 50 + .../node_modules/debug/README.md | 312 + .../node_modules/debug/component.json | 19 + .../node_modules/debug/karma.conf.js | 70 + .../gilles_acezat/node_modules/debug/node.js | 1 + .../node_modules/debug/package.json | 93 + .../node_modules/debug/src/browser.js | 185 + .../node_modules/debug/src/debug.js | 202 + .../node_modules/debug/src/index.js | 10 + .../node_modules/debug/src/inspector-log.js | 15 + .../node_modules/debug/src/node.js | 248 + .../node_modules/decamelize/index.js | 13 + .../node_modules/decamelize/license | 21 + .../node_modules/decamelize/package.json | 75 + .../node_modules/decamelize/readme.md | 48 + .../decode-uri-component/index.js | 94 + .../node_modules/decode-uri-component/license | 21 + .../decode-uri-component/package.json | 69 + .../decode-uri-component/readme.md | 70 + .../node_modules/defaults/.npmignore | 1 + .../node_modules/defaults/LICENSE | 21 + .../node_modules/defaults/README.md | 43 + .../node_modules/defaults/index.js | 13 + .../node_modules/defaults/package.json | 57 + .../node_modules/defaults/test.js | 34 + .../node_modules/define-property/CHANGELOG.md | 82 + .../node_modules/define-property/LICENSE | 21 + .../node_modules/define-property/README.md | 117 + .../node_modules/define-property/index.js | 38 + .../is-accessor-descriptor/LICENSE | 21 + .../is-accessor-descriptor/README.md | 144 + .../is-accessor-descriptor/index.js | 69 + .../is-accessor-descriptor/package.json | 110 + .../node_modules/is-data-descriptor/LICENSE | 21 + .../node_modules/is-data-descriptor/README.md | 161 + .../node_modules/is-data-descriptor/index.js | 49 + .../is-data-descriptor/package.json | 109 + .../node_modules/is-descriptor/LICENSE | 21 + .../node_modules/is-descriptor/README.md | 193 + .../node_modules/is-descriptor/index.js | 22 + .../node_modules/is-descriptor/package.json | 114 + .../node_modules/define-property/package.json | 108 + .../node_modules/delayed-stream/.npmignore | 1 + .../node_modules/delayed-stream/License | 19 + .../node_modules/delayed-stream/Makefile | 7 + .../node_modules/delayed-stream/Readme.md | 141 + .../delayed-stream/lib/delayed_stream.js | 107 + .../node_modules/delayed-stream/package.json | 66 + .../node_modules/delegates/.npmignore | 1 + .../node_modules/delegates/History.md | 22 + .../node_modules/delegates/License | 20 + .../node_modules/delegates/Makefile | 8 + .../node_modules/delegates/Readme.md | 94 + .../node_modules/delegates/index.js | 121 + .../node_modules/delegates/package.json | 52 + .../node_modules/delegates/test/index.js | 94 + .../node_modules/deprecated/.npmignore | 6 + .../node_modules/deprecated/.travis.yml | 6 + .../node_modules/deprecated/LICENSE | 20 + .../node_modules/deprecated/README.md | 51 + .../node_modules/deprecated/index.js | 39 + .../node_modules/deprecated/package.json | 67 + .../node_modules/deprecated/test/field.js | 44 + .../node_modules/deprecated/test/method.js | 32 + .../node_modules/detect-file/LICENSE | 21 + .../node_modules/detect-file/README.md | 99 + .../node_modules/detect-file/index.js | 109 + .../node_modules/detect-file/package.json | 91 + .../node_modules/detect-newline/index.js | 24 + .../node_modules/detect-newline/license | 21 + .../node_modules/detect-newline/package.json | 72 + .../node_modules/detect-newline/readme.md | 42 + .../node_modules/duplexer2/.npmignore | 1 + .../node_modules/duplexer2/.travis.yml | 3 + .../node_modules/duplexer2/LICENSE.md | 26 + .../node_modules/duplexer2/README.md | 129 + .../node_modules/duplexer2/example.js | 49 + .../node_modules/duplexer2/index.js | 62 + .../node_modules/duplexer2/package.json | 68 + .../node_modules/duplexer2/test/tests.js | 161 + .../node_modules/ecc-jsbn/LICENSE | 21 + .../node_modules/ecc-jsbn/README.md | 8 + .../node_modules/ecc-jsbn/index.js | 58 + .../node_modules/ecc-jsbn/lib/LICENSE-jsbn | 40 + .../node_modules/ecc-jsbn/lib/ec.js | 561 + .../node_modules/ecc-jsbn/lib/sec.js | 170 + .../node_modules/ecc-jsbn/package.json | 70 + .../node_modules/ecc-jsbn/test.js | 14 + .../electron-to-chromium/CHANGELOG.md | 14 + .../node_modules/electron-to-chromium/LICENSE | 5 + .../electron-to-chromium/README.md | 170 + .../electron-to-chromium/chromium-versions.js | 24 + .../full-chromium-versions.js | 311 + .../electron-to-chromium/full-versions.js | 255 + .../electron-to-chromium/index.js | 36 + .../electron-to-chromium/package.json | 69 + .../electron-to-chromium/versions.js | 34 + .../node_modules/end-of-stream/.npmignore | 1 + .../node_modules/end-of-stream/README.md | 47 + .../node_modules/end-of-stream/index.js | 61 + .../node_modules/end-of-stream/package.json | 59 + .../node_modules/end-of-stream/test.js | 59 + .../node_modules/error-ex/LICENSE | 21 + .../node_modules/error-ex/README.md | 144 + .../node_modules/error-ex/index.js | 141 + .../node_modules/error-ex/package.json | 90 + .../node_modules/es5-ext/.editorconfig | 14 + .../node_modules/es5-ext/CHANGELOG.md | 339 + .../node_modules/es5-ext/CHANGES | 650 + .../node_modules/es5-ext/LICENSE | 15 + .../node_modules/es5-ext/README.md | 1018 + .../es5-ext/array/#/@@iterator/implement.js | 10 + .../es5-ext/array/#/@@iterator/index.js | 4 + .../array/#/@@iterator/is-implemented.js | 16 + .../es5-ext/array/#/@@iterator/shim.js | 3 + .../es5-ext/array/#/_compare-by-length.js | 9 + .../es5-ext/array/#/binary-search.js | 28 + .../node_modules/es5-ext/array/#/clear.js | 12 + .../node_modules/es5-ext/array/#/compact.js | 13 + .../es5-ext/array/#/concat/implement.js | 8 + .../es5-ext/array/#/concat/index.js | 4 + .../es5-ext/array/#/concat/is-implemented.js | 7 + .../es5-ext/array/#/concat/shim.js | 48 + .../node_modules/es5-ext/array/#/contains.js | 7 + .../es5-ext/array/#/copy-within/implement.js | 10 + .../es5-ext/array/#/copy-within/index.js | 4 + .../array/#/copy-within/is-implemented.js | 7 + .../es5-ext/array/#/copy-within/shim.js | 45 + .../node_modules/es5-ext/array/#/diff.js | 13 + .../es5-ext/array/#/e-index-of.js | 28 + .../es5-ext/array/#/e-last-index-of.js | 31 + .../es5-ext/array/#/entries/implement.js | 8 + .../es5-ext/array/#/entries/index.js | 4 + .../es5-ext/array/#/entries/is-implemented.js | 15 + .../es5-ext/array/#/entries/shim.js | 6 + .../node_modules/es5-ext/array/#/exclusion.js | 31 + .../es5-ext/array/#/fill/implement.js | 8 + .../es5-ext/array/#/fill/index.js | 4 + .../es5-ext/array/#/fill/is-implemented.js | 7 + .../node_modules/es5-ext/array/#/fill/shim.js | 25 + .../es5-ext/array/#/filter/implement.js | 8 + .../es5-ext/array/#/filter/index.js | 4 + .../es5-ext/array/#/filter/is-implemented.js | 11 + .../es5-ext/array/#/filter/shim.js | 23 + .../es5-ext/array/#/find-index/implement.js | 9 + .../es5-ext/array/#/find-index/index.js | 4 + .../array/#/find-index/is-implemented.js | 11 + .../es5-ext/array/#/find-index/shim.js | 26 + .../es5-ext/array/#/find/implement.js | 8 + .../es5-ext/array/#/find/index.js | 4 + .../es5-ext/array/#/find/is-implemented.js | 11 + .../node_modules/es5-ext/array/#/find/shim.js | 9 + .../es5-ext/array/#/first-index.js | 15 + .../node_modules/es5-ext/array/#/first.js | 9 + .../node_modules/es5-ext/array/#/flatten.js | 40 + .../es5-ext/array/#/for-each-right.js | 19 + .../node_modules/es5-ext/array/#/group.js | 28 + .../node_modules/es5-ext/array/#/index.js | 41 + .../es5-ext/array/#/indexes-of.js | 12 + .../es5-ext/array/#/intersection.js | 21 + .../node_modules/es5-ext/array/#/is-copy.js | 21 + .../node_modules/es5-ext/array/#/is-empty.js | 8 + .../node_modules/es5-ext/array/#/is-uniq.js | 14 + .../es5-ext/array/#/keys/implement.js | 8 + .../es5-ext/array/#/keys/index.js | 4 + .../es5-ext/array/#/keys/is-implemented.js | 14 + .../node_modules/es5-ext/array/#/keys/shim.js | 6 + .../es5-ext/array/#/last-index.js | 15 + .../node_modules/es5-ext/array/#/last.js | 9 + .../es5-ext/array/#/map/implement.js | 8 + .../node_modules/es5-ext/array/#/map/index.js | 4 + .../es5-ext/array/#/map/is-implemented.js | 8 + .../node_modules/es5-ext/array/#/map/shim.js | 21 + .../node_modules/es5-ext/array/#/remove.js | 17 + .../node_modules/es5-ext/array/#/separate.js | 12 + .../es5-ext/array/#/slice/implement.js | 8 + .../es5-ext/array/#/slice/index.js | 4 + .../es5-ext/array/#/slice/is-implemented.js | 7 + .../es5-ext/array/#/slice/shim.js | 36 + .../es5-ext/array/#/some-right.js | 21 + .../es5-ext/array/#/splice/implement.js | 8 + .../es5-ext/array/#/splice/index.js | 4 + .../es5-ext/array/#/splice/is-implemented.js | 7 + .../es5-ext/array/#/splice/shim.js | 17 + .../node_modules/es5-ext/array/#/uniq.js | 15 + .../es5-ext/array/#/values/implement.js | 8 + .../es5-ext/array/#/values/index.js | 3 + .../es5-ext/array/#/values/is-implemented.js | 14 + .../es5-ext/array/#/values/shim.js | 6 + .../es5-ext/array/_is-extensible.js | 13 + .../es5-ext/array/_sub-array-dummy-safe.js | 25 + .../es5-ext/array/_sub-array-dummy.js | 20 + .../es5-ext/array/from/implement.js | 8 + .../node_modules/es5-ext/array/from/index.js | 5 + .../es5-ext/array/from/is-implemented.js | 9 + .../node_modules/es5-ext/array/from/shim.js | 119 + .../node_modules/es5-ext/array/generate.js | 18 + .../node_modules/es5-ext/array/index.js | 11 + .../es5-ext/array/is-plain-array.js | 11 + .../es5-ext/array/of/implement.js | 8 + .../node_modules/es5-ext/array/of/index.js | 5 + .../es5-ext/array/of/is-implemented.js | 8 + .../node_modules/es5-ext/array/of/shim.js | 19 + .../node_modules/es5-ext/array/to-array.js | 9 + .../node_modules/es5-ext/array/valid-array.js | 8 + .../node_modules/es5-ext/boolean/index.js | 5 + .../es5-ext/boolean/is-boolean.js | 10 + .../node_modules/es5-ext/date/#/copy.js | 7 + .../es5-ext/date/#/days-in-month.js | 17 + .../node_modules/es5-ext/date/#/floor-day.js | 8 + .../es5-ext/date/#/floor-month.js | 8 + .../node_modules/es5-ext/date/#/floor-year.js | 8 + .../node_modules/es5-ext/date/#/format.js | 38 + .../node_modules/es5-ext/date/#/index.js | 10 + .../es5-ext/date/ensure-time-value.js | 10 + .../node_modules/es5-ext/date/index.js | 9 + .../node_modules/es5-ext/date/is-date.js | 10 + .../es5-ext/date/is-time-value.js | 12 + .../node_modules/es5-ext/date/valid-date.js | 8 + .../node_modules/es5-ext/error/#/index.js | 5 + .../node_modules/es5-ext/error/#/throw.js | 7 + .../node_modules/es5-ext/error/custom.js | 20 + .../node_modules/es5-ext/error/index.js | 8 + .../node_modules/es5-ext/error/is-error.js | 7 + .../node_modules/es5-ext/error/valid-error.js | 8 + .../es5-ext/function/#/compose.js | 22 + .../node_modules/es5-ext/function/#/copy.js | 23 + .../node_modules/es5-ext/function/#/curry.js | 24 + .../node_modules/es5-ext/function/#/index.js | 13 + .../node_modules/es5-ext/function/#/lock.js | 14 + .../es5-ext/function/#/microtask-delay.js | 14 + .../node_modules/es5-ext/function/#/not.js | 14 + .../es5-ext/function/#/partial.js | 16 + .../node_modules/es5-ext/function/#/spread.js | 12 + .../es5-ext/function/#/to-string-tokens.js | 17 + .../es5-ext/function/_define-length.js | 56 + .../node_modules/es5-ext/function/constant.js | 7 + .../node_modules/es5-ext/function/identity.js | 5 + .../node_modules/es5-ext/function/index.js | 15 + .../node_modules/es5-ext/function/invoke.js | 15 + .../es5-ext/function/is-arguments.js | 12 + .../es5-ext/function/is-function.js | 7 + .../node_modules/es5-ext/function/noop.js | 4 + .../node_modules/es5-ext/function/pluck.js | 9 + .../es5-ext/function/valid-function.js | 8 + .../node_modules/es5-ext/global.js | 5 + .../node_modules/es5-ext/index.js | 22 + .../node_modules/es5-ext/iterable/for-each.js | 12 + .../node_modules/es5-ext/iterable/index.js | 8 + .../node_modules/es5-ext/iterable/is.js | 11 + .../es5-ext/iterable/validate-object.js | 9 + .../node_modules/es5-ext/iterable/validate.js | 8 + .../node_modules/es5-ext/json/index.js | 5 + .../es5-ext/json/safe-stringify.js | 41 + .../es5-ext/math/_decimal-adjust.js | 29 + .../es5-ext/math/_pack-ieee754.js | 88 + .../es5-ext/math/_unpack-ieee754.js | 33 + .../es5-ext/math/acosh/implement.js | 8 + .../node_modules/es5-ext/math/acosh/index.js | 5 + .../es5-ext/math/acosh/is-implemented.js | 7 + .../node_modules/es5-ext/math/acosh/shim.js | 12 + .../es5-ext/math/asinh/implement.js | 8 + .../node_modules/es5-ext/math/asinh/index.js | 5 + .../es5-ext/math/asinh/is-implemented.js | 7 + .../node_modules/es5-ext/math/asinh/shim.js | 15 + .../es5-ext/math/atanh/implement.js | 8 + .../node_modules/es5-ext/math/atanh/index.js | 5 + .../es5-ext/math/atanh/is-implemented.js | 7 + .../node_modules/es5-ext/math/atanh/shim.js | 14 + .../es5-ext/math/cbrt/implement.js | 8 + .../node_modules/es5-ext/math/cbrt/index.js | 5 + .../es5-ext/math/cbrt/is-implemented.js | 7 + .../node_modules/es5-ext/math/cbrt/shim.js | 12 + .../node_modules/es5-ext/math/ceil-10.js | 3 + .../es5-ext/math/clz32/implement.js | 8 + .../node_modules/es5-ext/math/clz32/index.js | 5 + .../es5-ext/math/clz32/is-implemented.js | 7 + .../node_modules/es5-ext/math/clz32/shim.js | 7 + .../es5-ext/math/cosh/implement.js | 8 + .../node_modules/es5-ext/math/cosh/index.js | 5 + .../es5-ext/math/cosh/is-implemented.js | 7 + .../node_modules/es5-ext/math/cosh/shim.js | 11 + .../es5-ext/math/expm1/implement.js | 8 + .../node_modules/es5-ext/math/expm1/index.js | 5 + .../es5-ext/math/expm1/is-implemented.js | 7 + .../node_modules/es5-ext/math/expm1/shim.js | 16 + .../node_modules/es5-ext/math/floor-10.js | 3 + .../es5-ext/math/fround/implement.js | 8 + .../node_modules/es5-ext/math/fround/index.js | 5 + .../es5-ext/math/fround/is-implemented.js | 7 + .../node_modules/es5-ext/math/fround/shim.js | 35 + .../es5-ext/math/hypot/implement.js | 8 + .../node_modules/es5-ext/math/hypot/index.js | 5 + .../es5-ext/math/hypot/is-implemented.js | 7 + .../node_modules/es5-ext/math/hypot/shim.js | 43 + .../es5-ext/math/imul/implement.js | 8 + .../node_modules/es5-ext/math/imul/index.js | 5 + .../es5-ext/math/imul/is-implemented.js | 7 + .../node_modules/es5-ext/math/imul/shim.js | 17 + .../node_modules/es5-ext/math/index.js | 24 + .../es5-ext/math/log10/implement.js | 8 + .../node_modules/es5-ext/math/log10/index.js | 5 + .../es5-ext/math/log10/is-implemented.js | 7 + .../node_modules/es5-ext/math/log10/shim.js | 14 + .../es5-ext/math/log1p/implement.js | 8 + .../node_modules/es5-ext/math/log1p/index.js | 5 + .../es5-ext/math/log1p/is-implemented.js | 7 + .../node_modules/es5-ext/math/log1p/shim.js | 17 + .../es5-ext/math/log2/implement.js | 8 + .../node_modules/es5-ext/math/log2/index.js | 5 + .../es5-ext/math/log2/is-implemented.js | 7 + .../node_modules/es5-ext/math/log2/shim.js | 14 + .../node_modules/es5-ext/math/round-10.js | 3 + .../es5-ext/math/sign/implement.js | 8 + .../node_modules/es5-ext/math/sign/index.js | 5 + .../es5-ext/math/sign/is-implemented.js | 7 + .../node_modules/es5-ext/math/sign/shim.js | 7 + .../es5-ext/math/sinh/implement.js | 8 + .../node_modules/es5-ext/math/sinh/index.js | 5 + .../es5-ext/math/sinh/is-implemented.js | 7 + .../node_modules/es5-ext/math/sinh/shim.js | 18 + .../es5-ext/math/tanh/implement.js | 8 + .../node_modules/es5-ext/math/tanh/index.js | 5 + .../es5-ext/math/tanh/is-implemented.js | 7 + .../node_modules/es5-ext/math/tanh/shim.js | 17 + .../es5-ext/math/trunc/implement.js | 8 + .../node_modules/es5-ext/math/trunc/index.js | 5 + .../es5-ext/math/trunc/is-implemented.js | 7 + .../node_modules/es5-ext/math/trunc/shim.js | 13 + .../node_modules/es5-ext/number/#/index.js | 5 + .../node_modules/es5-ext/number/#/pad.js | 15 + .../es5-ext/number/epsilon/implement.js | 8 + .../es5-ext/number/epsilon/index.js | 3 + .../es5-ext/number/epsilon/is-implemented.js | 5 + .../node_modules/es5-ext/number/index.js | 17 + .../es5-ext/number/is-finite/implement.js | 8 + .../es5-ext/number/is-finite/index.js | 5 + .../number/is-finite/is-implemented.js | 7 + .../es5-ext/number/is-finite/shim.js | 5 + .../es5-ext/number/is-integer/implement.js | 8 + .../es5-ext/number/is-integer/index.js | 5 + .../number/is-integer/is-implemented.js | 7 + .../es5-ext/number/is-integer/shim.js | 8 + .../es5-ext/number/is-nan/implement.js | 8 + .../es5-ext/number/is-nan/index.js | 5 + .../es5-ext/number/is-nan/is-implemented.js | 7 + .../es5-ext/number/is-nan/shim.js | 6 + .../node_modules/es5-ext/number/is-natural.js | 7 + .../node_modules/es5-ext/number/is-number.js | 10 + .../number/is-safe-integer/implement.js | 8 + .../es5-ext/number/is-safe-integer/index.js | 5 + .../number/is-safe-integer/is-implemented.js | 8 + .../es5-ext/number/is-safe-integer/shim.js | 11 + .../number/max-safe-integer/implement.js | 8 + .../es5-ext/number/max-safe-integer/index.js | 3 + .../number/max-safe-integer/is-implemented.js | 5 + .../number/min-safe-integer/implement.js | 8 + .../es5-ext/number/min-safe-integer/index.js | 3 + .../number/min-safe-integer/is-implemented.js | 5 + .../node_modules/es5-ext/number/to-integer.js | 12 + .../es5-ext/number/to-pos-integer.js | 9 + .../node_modules/es5-ext/number/to-uint32.js | 6 + .../node_modules/es5-ext/object/_iterate.js | 30 + .../es5-ext/object/assign-deep.js | 34 + .../es5-ext/object/assign/implement.js | 8 + .../es5-ext/object/assign/index.js | 5 + .../es5-ext/object/assign/is-implemented.js | 9 + .../es5-ext/object/assign/shim.js | 23 + .../node_modules/es5-ext/object/clear.js | 16 + .../node_modules/es5-ext/object/compact.js | 10 + .../node_modules/es5-ext/object/compare.js | 45 + .../node_modules/es5-ext/object/copy-deep.js | 37 + .../node_modules/es5-ext/object/copy.js | 19 + .../node_modules/es5-ext/object/count.js | 7 + .../node_modules/es5-ext/object/create.js | 48 + .../es5-ext/object/ensure-array.js | 9 + .../es5-ext/object/ensure-finite-number.js | 9 + .../es5-ext/object/ensure-integer.js | 9 + .../object/ensure-natural-number-value.js | 10 + .../es5-ext/object/ensure-natural-number.js | 10 + .../es5-ext/object/ensure-plain-function.js | 11 + .../es5-ext/object/ensure-promise.js | 9 + .../es5-ext/object/ensure-thenable.js | 9 + .../es5-ext/object/entries/implement.js | 10 + .../es5-ext/object/entries/index.js | 3 + .../es5-ext/object/entries/is-implemented.js | 9 + .../es5-ext/object/entries/shim.js | 14 + .../node_modules/es5-ext/object/eq.js | 7 + .../node_modules/es5-ext/object/every.js | 3 + .../node_modules/es5-ext/object/filter.js | 14 + .../node_modules/es5-ext/object/find-key.js | 3 + .../node_modules/es5-ext/object/find.js | 10 + .../node_modules/es5-ext/object/first-key.js | 13 + .../node_modules/es5-ext/object/flatten.js | 17 + .../node_modules/es5-ext/object/for-each.js | 3 + .../es5-ext/object/get-property-names.js | 17 + .../node_modules/es5-ext/object/index.js | 69 + .../es5-ext/object/is-array-like.js | 17 + .../es5-ext/object/is-callable.js | 7 + .../es5-ext/object/is-copy-deep.js | 59 + .../node_modules/es5-ext/object/is-copy.js | 23 + .../node_modules/es5-ext/object/is-empty.js | 14 + .../es5-ext/object/is-finite-number.js | 7 + .../node_modules/es5-ext/object/is-integer.js | 10 + .../es5-ext/object/is-natural-number-value.js | 9 + .../es5-ext/object/is-natural-number.js | 7 + .../es5-ext/object/is-number-value.js | 12 + .../node_modules/es5-ext/object/is-object.js | 9 + .../es5-ext/object/is-plain-function.js | 11 + .../es5-ext/object/is-plain-object.js | 20 + .../node_modules/es5-ext/object/is-promise.js | 4 + .../es5-ext/object/is-thenable.js | 8 + .../node_modules/es5-ext/object/is-value.js | 7 + .../node_modules/es5-ext/object/is.js | 10 + .../node_modules/es5-ext/object/key-of.js | 17 + .../es5-ext/object/keys/implement.js | 10 + .../node_modules/es5-ext/object/keys/index.js | 3 + .../es5-ext/object/keys/is-implemented.js | 10 + .../node_modules/es5-ext/object/keys/shim.js | 7 + .../node_modules/es5-ext/object/map-keys.js | 18 + .../node_modules/es5-ext/object/map.js | 14 + .../es5-ext/object/mixin-prototypes.js | 37 + .../node_modules/es5-ext/object/mixin.js | 31 + .../es5-ext/object/normalize-options.js | 20 + .../es5-ext/object/primitive-set.js | 12 + .../es5-ext/object/safe-traverse.js | 16 + .../node_modules/es5-ext/object/serialize.js | 41 + .../object/set-prototype-of/implement.js | 8 + .../es5-ext/object/set-prototype-of/index.js | 5 + .../object/set-prototype-of/is-implemented.js | 9 + .../es5-ext/object/set-prototype-of/shim.js | 86 + .../node_modules/es5-ext/object/some.js | 3 + .../node_modules/es5-ext/object/to-array.js | 24 + .../es5-ext/object/unserialize.js | 8 + .../es5-ext/object/valid-callable.js | 6 + .../es5-ext/object/valid-object.js | 8 + .../es5-ext/object/valid-value.js | 8 + .../object/validate-array-like-object.js | 9 + .../es5-ext/object/validate-array-like.js | 8 + .../object/validate-stringifiable-value.js | 8 + .../es5-ext/object/validate-stringifiable.js | 12 + .../node_modules/es5-ext/optional-chaining.js | 12 + .../node_modules/es5-ext/package.json | 90 + .../es5-ext/promise/#/as-callback.js | 19 + .../node_modules/es5-ext/promise/#/index.js | 5 + .../es5-ext/promise/.eslintrc.json | 3 + .../node_modules/es5-ext/promise/index.js | 6 + .../node_modules/es5-ext/promise/lazy.js | 38 + .../node_modules/es5-ext/reg-exp/#/index.js | 10 + .../es5-ext/reg-exp/#/is-sticky.js | 9 + .../es5-ext/reg-exp/#/is-unicode.js | 9 + .../es5-ext/reg-exp/#/match/implement.js | 8 + .../es5-ext/reg-exp/#/match/index.js | 5 + .../es5-ext/reg-exp/#/match/is-implemented.js | 8 + .../es5-ext/reg-exp/#/match/shim.js | 8 + .../es5-ext/reg-exp/#/replace/implement.js | 8 + .../es5-ext/reg-exp/#/replace/index.js | 5 + .../reg-exp/#/replace/is-implemented.js | 8 + .../es5-ext/reg-exp/#/replace/shim.js | 8 + .../es5-ext/reg-exp/#/search/implement.js | 8 + .../es5-ext/reg-exp/#/search/index.js | 5 + .../reg-exp/#/search/is-implemented.js | 8 + .../es5-ext/reg-exp/#/search/shim.js | 8 + .../es5-ext/reg-exp/#/split/implement.js | 8 + .../es5-ext/reg-exp/#/split/index.js | 5 + .../es5-ext/reg-exp/#/split/is-implemented.js | 8 + .../es5-ext/reg-exp/#/split/shim.js | 8 + .../es5-ext/reg-exp/#/sticky/implement.js | 9 + .../reg-exp/#/sticky/is-implemented.js | 10 + .../es5-ext/reg-exp/#/unicode/implement.js | 9 + .../reg-exp/#/unicode/is-implemented.js | 10 + .../node_modules/es5-ext/reg-exp/escape.js | 11 + .../node_modules/es5-ext/reg-exp/index.js | 8 + .../es5-ext/reg-exp/is-reg-exp.js | 7 + .../es5-ext/reg-exp/valid-reg-exp.js | 8 + .../node_modules/es5-ext/safe-to-string.js | 12 + .../es5-ext/string/#/@@iterator/implement.js | 6 + .../es5-ext/string/#/@@iterator/index.js | 4 + .../string/#/@@iterator/is-implemented.js | 16 + .../es5-ext/string/#/@@iterator/shim.js | 8 + .../node_modules/es5-ext/string/#/at.js | 35 + .../es5-ext/string/#/camel-to-hyphen.js | 10 + .../es5-ext/string/#/capitalize.js | 8 + .../string/#/case-insensitive-compare.js | 7 + .../string/#/code-point-at/implement.js | 9 + .../es5-ext/string/#/code-point-at/index.js | 5 + .../string/#/code-point-at/is-implemented.js | 8 + .../es5-ext/string/#/code-point-at/shim.js | 26 + .../es5-ext/string/#/contains/implement.js | 9 + .../es5-ext/string/#/contains/index.js | 5 + .../string/#/contains/is-implemented.js | 8 + .../es5-ext/string/#/contains/shim.js | 7 + .../node_modules/es5-ext/string/#/count.js | 15 + .../es5-ext/string/#/ends-with/implement.js | 9 + .../es5-ext/string/#/ends-with/index.js | 5 + .../string/#/ends-with/is-implemented.js | 8 + .../es5-ext/string/#/ends-with/shim.js | 18 + .../es5-ext/string/#/hyphen-to-camel.js | 10 + .../node_modules/es5-ext/string/#/indent.js | 12 + .../node_modules/es5-ext/string/#/index.js | 23 + .../node_modules/es5-ext/string/#/last.js | 8 + .../es5-ext/string/#/normalize/_data.js | 7203 +++++++ .../es5-ext/string/#/normalize/implement.js | 9 + .../es5-ext/string/#/normalize/index.js | 5 + .../string/#/normalize/is-implemented.js | 8 + .../es5-ext/string/#/normalize/shim.js | 317 + .../node_modules/es5-ext/string/#/pad.js | 18 + .../es5-ext/string/#/plain-replace-all.js | 16 + .../es5-ext/string/#/plain-replace.js | 10 + .../es5-ext/string/#/repeat/implement.js | 9 + .../es5-ext/string/#/repeat/index.js | 5 + .../es5-ext/string/#/repeat/is-implemented.js | 8 + .../es5-ext/string/#/repeat/shim.js | 24 + .../es5-ext/string/#/starts-with/implement.js | 9 + .../es5-ext/string/#/starts-with/index.js | 5 + .../string/#/starts-with/is-implemented.js | 9 + .../es5-ext/string/#/starts-with/shim.js | 12 + .../es5-ext/string/#/uncapitalize.js | 8 + .../es5-ext/string/format-method.js | 27 + .../string/from-code-point/implement.js | 8 + .../es5-ext/string/from-code-point/index.js | 5 + .../string/from-code-point/is-implemented.js | 7 + .../es5-ext/string/from-code-point/shim.js | 37 + .../node_modules/es5-ext/string/index.js | 11 + .../node_modules/es5-ext/string/is-string.js | 13 + .../es5-ext/string/random-uniq.js | 13 + .../node_modules/es5-ext/string/random.js | 42 + .../es5-ext/string/raw/implement.js | 8 + .../node_modules/es5-ext/string/raw/index.js | 5 + .../es5-ext/string/raw/is-implemented.js | 9 + .../node_modules/es5-ext/string/raw/shim.js | 14 + .../node_modules/es5-ext/test/.eslintrc.json | 14 + .../node_modules/es5-ext/test/__tad.js | 3 + .../test/array/#/@@iterator/implement.js | 7 + .../es5-ext/test/array/#/@@iterator/index.js | 3 + .../test/array/#/@@iterator/is-implemented.js | 5 + .../es5-ext/test/array/#/@@iterator/shim.js | 9 + .../test/array/#/_compare-by-length.js | 7 + .../es5-ext/test/array/#/binary-search.js | 17 + .../es5-ext/test/array/#/clear.js | 7 + .../es5-ext/test/array/#/compact.js | 17 + .../es5-ext/test/array/#/concat/implement.js | 7 + .../es5-ext/test/array/#/concat/index.js | 3 + .../test/array/#/concat/is-implemented.js | 5 + .../es5-ext/test/array/#/concat/shim.js | 26 + .../es5-ext/test/array/#/contains.js | 21 + .../test/array/#/copy-within/implement.js | 7 + .../es5-ext/test/array/#/copy-within/index.js | 3 + .../array/#/copy-within/is-implemented.js | 5 + .../es5-ext/test/array/#/copy-within/shim.js | 29 + .../node_modules/es5-ext/test/array/#/diff.js | 17 + .../es5-ext/test/array/#/e-index-of.js | 13 + .../es5-ext/test/array/#/e-last-index-of.js | 12 + .../es5-ext/test/array/#/entries/implement.js | 7 + .../es5-ext/test/array/#/entries/index.js | 3 + .../test/array/#/entries/is-implemented.js | 5 + .../es5-ext/test/array/#/entries/shim.js | 9 + .../es5-ext/test/array/#/exclusion.js | 15 + .../es5-ext/test/array/#/fill/implement.js | 7 + .../es5-ext/test/array/#/fill/index.js | 3 + .../test/array/#/fill/is-implemented.js | 5 + .../es5-ext/test/array/#/fill/shim.js | 18 + .../es5-ext/test/array/#/filter/implement.js | 7 + .../es5-ext/test/array/#/filter/index.js | 3 + .../test/array/#/filter/is-implemented.js | 5 + .../es5-ext/test/array/#/filter/shim.js | 17 + .../test/array/#/find-index/implement.js | 7 + .../es5-ext/test/array/#/find-index/index.js | 3 + .../test/array/#/find-index/is-implemented.js | 5 + .../es5-ext/test/array/#/find-index/shim.js | 17 + .../es5-ext/test/array/#/find/implement.js | 7 + .../es5-ext/test/array/#/find/index.js | 3 + .../test/array/#/find/is-implemented.js | 5 + .../es5-ext/test/array/#/find/shim.js | 17 + .../es5-ext/test/array/#/first-index.js | 17 + .../es5-ext/test/array/#/first.js | 13 + .../es5-ext/test/array/#/flatten.js | 14 + .../es5-ext/test/array/#/for-each-right.js | 47 + .../es5-ext/test/array/#/group.js | 24 + .../es5-ext/test/array/#/indexes-of.js | 14 + .../es5-ext/test/array/#/intersection.js | 24 + .../es5-ext/test/array/#/is-copy.js | 13 + .../es5-ext/test/array/#/is-empty.js | 8 + .../es5-ext/test/array/#/is-uniq.js | 11 + .../es5-ext/test/array/#/keys/implement.js | 7 + .../es5-ext/test/array/#/keys/index.js | 3 + .../test/array/#/keys/is-implemented.js | 5 + .../es5-ext/test/array/#/keys/shim.js | 9 + .../es5-ext/test/array/#/last-index.js | 17 + .../node_modules/es5-ext/test/array/#/last.js | 15 + .../es5-ext/test/array/#/map/implement.js | 7 + .../es5-ext/test/array/#/map/index.js | 3 + .../test/array/#/map/is-implemented.js | 5 + .../es5-ext/test/array/#/map/shim.js | 19 + .../es5-ext/test/array/#/remove.js | 14 + .../es5-ext/test/array/#/separate.js | 15 + .../es5-ext/test/array/#/slice/implement.js | 7 + .../es5-ext/test/array/#/slice/index.js | 3 + .../test/array/#/slice/is-implemented.js | 5 + .../es5-ext/test/array/#/slice/shim.js | 17 + .../es5-ext/test/array/#/some-right.js | 62 + .../es5-ext/test/array/#/splice/implement.js | 7 + .../es5-ext/test/array/#/splice/index.js | 3 + .../test/array/#/splice/is-implemented.js | 5 + .../es5-ext/test/array/#/splice/shim.js | 19 + .../node_modules/es5-ext/test/array/#/uniq.js | 14 + .../es5-ext/test/array/#/values/implement.js | 7 + .../es5-ext/test/array/#/values/index.js | 3 + .../test/array/#/values/is-implemented.js | 5 + .../es5-ext/test/array/#/values/shim.js | 9 + .../es5-ext/test/array/__scopes.js | 11 + .../es5-ext/test/array/_is-extensible.js | 5 + .../test/array/_sub-array-dummy-safe.js | 7 + .../es5-ext/test/array/_sub-array-dummy.js | 7 + .../es5-ext/test/array/from/implement.js | 7 + .../es5-ext/test/array/from/index.js | 3 + .../es5-ext/test/array/from/is-implemented.js | 5 + .../es5-ext/test/array/from/shim.js | 138 + .../es5-ext/test/array/generate.js | 10 + .../es5-ext/test/array/is-plain-array.js | 18 + .../es5-ext/test/array/of/implement.js | 7 + .../es5-ext/test/array/of/index.js | 3 + .../es5-ext/test/array/of/is-implemented.js | 5 + .../es5-ext/test/array/of/shim.js | 89 + .../es5-ext/test/array/to-array.js | 27 + .../es5-ext/test/array/valid-array.js | 30 + .../es5-ext/test/boolean/is-boolean.js | 12 + .../node_modules/es5-ext/test/date/#/copy.js | 10 + .../es5-ext/test/date/#/days-in-month.js | 17 + .../es5-ext/test/date/#/floor-day.js | 6 + .../es5-ext/test/date/#/floor-month.js | 6 + .../es5-ext/test/date/#/floor-year.js | 6 + .../es5-ext/test/date/#/format.js | 6 + .../es5-ext/test/date/ensure-time-value.js | 14 + .../node_modules/es5-ext/test/date/is-date.js | 10 + .../es5-ext/test/date/is-time-value.js | 15 + .../es5-ext/test/date/valid-date.js | 14 + .../es5-ext/test/error/#/throw.js | 10 + .../node_modules/es5-ext/test/error/custom.js | 12 + .../es5-ext/test/error/is-error.js | 18 + .../es5-ext/test/error/valid-error.js | 9 + .../es5-ext/test/function/#/compose.js | 15 + .../es5-ext/test/function/#/copy.js | 22 + .../es5-ext/test/function/#/curry.js | 20 + .../es5-ext/test/function/#/lock.js | 7 + .../test/function/#/microtask-delay.js | 22 + .../es5-ext/test/function/#/not.js | 11 + .../es5-ext/test/function/#/partial.js | 11 + .../es5-ext/test/function/#/spread.js | 10 + .../test/function/#/to-string-tokens.js | 33 + .../es5-ext/test/function/_define-length.js | 14 + .../es5-ext/test/function/constant.js | 7 + .../es5-ext/test/function/identity.js | 7 + .../es5-ext/test/function/invoke.js | 9 + .../es5-ext/test/function/is-arguments.js | 13 + .../es5-ext/test/function/is-function.js | 8 + .../es5-ext/test/function/noop.js | 5 + .../es5-ext/test/function/pluck.js | 7 + .../es5-ext/test/function/valid-function.js | 22 + .../node_modules/es5-ext/test/global.js | 6 + .../es5-ext/test/iterable/for-each.js | 42 + .../node_modules/es5-ext/test/iterable/is.js | 28 + .../es5-ext/test/iterable/validate-object.js | 34 + .../es5-ext/test/iterable/validate.js | 32 + .../es5-ext/test/json/safe-stringify.js | 26 + .../es5-ext/test/math/_decimal-adjust.js | 6 + .../es5-ext/test/math/_pack-ieee754.js | 5 + .../es5-ext/test/math/_unpack-ieee754.js | 5 + .../es5-ext/test/math/acosh/implement.js | 7 + .../es5-ext/test/math/acosh/index.js | 3 + .../es5-ext/test/math/acosh/is-implemented.js | 5 + .../es5-ext/test/math/acosh/shim.js | 11 + .../es5-ext/test/math/asinh/implement.js | 7 + .../es5-ext/test/math/asinh/index.js | 3 + .../es5-ext/test/math/asinh/is-implemented.js | 5 + .../es5-ext/test/math/asinh/shim.js | 10 + .../es5-ext/test/math/atanh/implement.js | 7 + .../es5-ext/test/math/atanh/index.js | 3 + .../es5-ext/test/math/atanh/is-implemented.js | 5 + .../es5-ext/test/math/atanh/shim.js | 11 + .../es5-ext/test/math/cbrt/implement.js | 7 + .../es5-ext/test/math/cbrt/index.js | 3 + .../es5-ext/test/math/cbrt/is-implemented.js | 5 + .../es5-ext/test/math/cbrt/shim.js | 11 + .../node_modules/es5-ext/test/math/ceil-10.js | 8 + .../es5-ext/test/math/clz32/implement.js | 7 + .../es5-ext/test/math/clz32/index.js | 3 + .../es5-ext/test/math/clz32/is-implemented.js | 5 + .../es5-ext/test/math/clz32/shim.js | 12 + .../es5-ext/test/math/cosh/implement.js | 7 + .../es5-ext/test/math/cosh/index.js | 3 + .../es5-ext/test/math/cosh/is-implemented.js | 5 + .../es5-ext/test/math/cosh/shim.js | 13 + .../es5-ext/test/math/expm1/implement.js | 7 + .../es5-ext/test/math/expm1/index.js | 3 + .../es5-ext/test/math/expm1/is-implemented.js | 5 + .../es5-ext/test/math/expm1/shim.js | 9 + .../es5-ext/test/math/floor-10.js | 8 + .../es5-ext/test/math/fround/implement.js | 7 + .../es5-ext/test/math/fround/index.js | 3 + .../test/math/fround/is-implemented.js | 5 + .../es5-ext/test/math/fround/shim.js | 9 + .../es5-ext/test/math/hypot/implement.js | 7 + .../es5-ext/test/math/hypot/index.js | 3 + .../es5-ext/test/math/hypot/is-implemented.js | 5 + .../es5-ext/test/math/hypot/shim.js | 11 + .../es5-ext/test/math/imul/implement.js | 7 + .../es5-ext/test/math/imul/index.js | 3 + .../es5-ext/test/math/imul/is-implemented.js | 5 + .../es5-ext/test/math/imul/shim.js | 9 + .../es5-ext/test/math/log10/implement.js | 7 + .../es5-ext/test/math/log10/index.js | 3 + .../es5-ext/test/math/log10/is-implemented.js | 5 + .../es5-ext/test/math/log10/shim.js | 10 + .../es5-ext/test/math/log1p/implement.js | 7 + .../es5-ext/test/math/log1p/index.js | 3 + .../es5-ext/test/math/log1p/is-implemented.js | 5 + .../es5-ext/test/math/log1p/shim.js | 10 + .../es5-ext/test/math/log2/implement.js | 7 + .../es5-ext/test/math/log2/index.js | 3 + .../es5-ext/test/math/log2/is-implemented.js | 5 + .../es5-ext/test/math/log2/shim.js | 10 + .../es5-ext/test/math/round-10.js | 14 + .../es5-ext/test/math/sign/implement.js | 7 + .../es5-ext/test/math/sign/index.js | 3 + .../es5-ext/test/math/sign/is-implemented.js | 5 + .../es5-ext/test/math/sign/shim.js | 11 + .../es5-ext/test/math/sinh/implement.js | 7 + .../es5-ext/test/math/sinh/index.js | 3 + .../es5-ext/test/math/sinh/is-implemented.js | 5 + .../es5-ext/test/math/sinh/shim.js | 13 + .../es5-ext/test/math/tanh/implement.js | 7 + .../es5-ext/test/math/tanh/index.js | 3 + .../es5-ext/test/math/tanh/is-implemented.js | 5 + .../es5-ext/test/math/tanh/shim.js | 11 + .../es5-ext/test/math/trunc/implement.js | 7 + .../es5-ext/test/math/trunc/index.js | 3 + .../es5-ext/test/math/trunc/is-implemented.js | 5 + .../es5-ext/test/math/trunc/shim.js | 16 + .../node_modules/es5-ext/test/number/#/pad.js | 7 + .../es5-ext/test/number/epsilon/implement.js | 7 + .../es5-ext/test/number/epsilon/index.js | 5 + .../test/number/epsilon/is-implemented.js | 5 + .../test/number/is-finite/implement.js | 7 + .../es5-ext/test/number/is-finite/index.js | 3 + .../test/number/is-finite/is-implemented.js | 5 + .../es5-ext/test/number/is-finite/shim.js | 8 + .../test/number/is-integer/implement.js | 7 + .../es5-ext/test/number/is-integer/index.js | 3 + .../test/number/is-integer/is-implemented.js | 5 + .../es5-ext/test/number/is-integer/shim.js | 9 + .../es5-ext/test/number/is-nan/implement.js | 7 + .../es5-ext/test/number/is-nan/index.js | 3 + .../test/number/is-nan/is-implemented.js | 5 + .../es5-ext/test/number/is-nan/shim.js | 7 + .../es5-ext/test/number/is-natural.js | 10 + .../es5-ext/test/number/is-number.js | 13 + .../test/number/is-safe-integer/implement.js | 7 + .../test/number/is-safe-integer/index.js | 3 + .../number/is-safe-integer/is-implemented.js | 5 + .../test/number/is-safe-integer/shim.js | 11 + .../test/number/max-safe-integer/implement.js | 7 + .../test/number/max-safe-integer/index.js | 5 + .../number/max-safe-integer/is-implemented.js | 5 + .../test/number/min-safe-integer/implement.js | 7 + .../test/number/min-safe-integer/index.js | 5 + .../number/min-safe-integer/is-implemented.js | 5 + .../es5-ext/test/number/to-integer.js | 10 + .../es5-ext/test/number/to-pos-integer.js | 10 + .../es5-ext/test/number/to-uint32.js | 8 + .../es5-ext/test/object/_iterate.js | 30 + .../es5-ext/test/object/assign-deep.js | 27 + .../es5-ext/test/object/assign/implement.js | 7 + .../es5-ext/test/object/assign/index.js | 3 + .../test/object/assign/is-implemented.js | 5 + .../es5-ext/test/object/assign/shim.js | 11 + .../node_modules/es5-ext/test/object/clear.js | 13 + .../es5-ext/test/object/compact.js | 20 + .../es5-ext/test/object/compare.js | 13 + .../es5-ext/test/object/copy-deep.js | 35 + .../node_modules/es5-ext/test/object/copy.js | 30 + .../node_modules/es5-ext/test/object/count.js | 11 + .../es5-ext/test/object/create.js | 22 + .../es5-ext/test/object/ensure-array.js | 55 + .../test/object/ensure-finite-number.js | 54 + .../es5-ext/test/object/ensure-integer.js | 42 + .../object/ensure-natural-number-value.js | 24 + .../test/object/ensure-natural-number.js | 22 + .../test/object/ensure-plain-function.js | 14 + .../es5-ext/test/object/ensure-promise.js | 32 + .../es5-ext/test/object/ensure-thenable.js | 11 + .../es5-ext/test/object/entries/implement.js | 5 + .../es5-ext/test/object/entries/index.js | 3 + .../test/object/entries/is-implemented.js | 5 + .../es5-ext/test/object/entries/shim.js | 8 + .../node_modules/es5-ext/test/object/eq.js | 12 + .../node_modules/es5-ext/test/object/every.js | 21 + .../es5-ext/test/object/filter.js | 8 + .../es5-ext/test/object/find-key.js | 23 + .../node_modules/es5-ext/test/object/find.js | 23 + .../es5-ext/test/object/first-key.js | 13 + .../es5-ext/test/object/flatten.js | 6 + .../es5-ext/test/object/for-each.js | 10 + .../es5-ext/test/object/get-property-names.js | 18 + .../es5-ext/test/object/is-array-like.js | 22 + .../es5-ext/test/object/is-callable.js | 8 + .../es5-ext/test/object/is-copy-deep.js | 46 + .../es5-ext/test/object/is-copy.js | 18 + .../es5-ext/test/object/is-empty.js | 6 + .../es5-ext/test/object/is-finite-number.js | 18 + .../es5-ext/test/object/is-integer.js | 12 + .../test/object/is-natural-number-value.js | 12 + .../es5-ext/test/object/is-natural-number.js | 12 + .../es5-ext/test/object/is-number-value.js | 18 + .../es5-ext/test/object/is-object.js | 13 + .../es5-ext/test/object/is-plain-function.js | 42 + .../es5-ext/test/object/is-plain-object.js | 18 + .../es5-ext/test/object/is-promise.js | 17 + .../es5-ext/test/object/is-thenable.js | 17 + .../es5-ext/test/object/is-value.js | 14 + .../node_modules/es5-ext/test/object/is.js | 12 + .../es5-ext/test/object/key-of.js | 12 + .../es5-ext/test/object/keys/implement.js | 5 + .../es5-ext/test/object/keys/index.js | 3 + .../test/object/keys/is-implemented.js | 3 + .../es5-ext/test/object/keys/shim.js | 8 + .../es5-ext/test/object/map-keys.js | 7 + .../node_modules/es5-ext/test/object/map.js | 9 + .../es5-ext/test/object/mixin-prototypes.js | 73 + .../node_modules/es5-ext/test/object/mixin.js | 75 + .../es5-ext/test/object/normalize-options.js | 46 + .../es5-ext/test/object/primitive-set.js | 15 + .../es5-ext/test/object/safe-traverse.js | 15 + .../es5-ext/test/object/serialize.js | 45 + .../test/object/set-prototype-of/implement.js | 8 + .../test/object/set-prototype-of/index.js | 27 + .../object/set-prototype-of/is-implemented.js | 5 + .../test/object/set-prototype-of/shim.js | 27 + .../node_modules/es5-ext/test/object/some.js | 23 + .../es5-ext/test/object/to-array.js | 15 + .../es5-ext/test/object/unserialize.js | 41 + .../es5-ext/test/object/valid-callable.js | 9 + .../es5-ext/test/object/valid-object.js | 25 + .../es5-ext/test/object/valid-value.js | 19 + .../test/object/validate-array-like-object.js | 29 + .../test/object/validate-array-like.js | 27 + .../object/validate-stringifiable-value.js | 22 + .../test/object/validate-stringifiable.js | 18 + .../es5-ext/test/optional-chaining.js | 17 + .../es5-ext/test/promise/#/as-callback.js | 32 + .../es5-ext/test/promise/.eslintrc.json | 3 + .../node_modules/es5-ext/test/promise/lazy.js | 52 + .../es5-ext/test/reg-exp/#/index.js | 15 + .../es5-ext/test/reg-exp/#/is-sticky.js | 13 + .../es5-ext/test/reg-exp/#/is-unicode.js | 13 + .../es5-ext/test/reg-exp/#/match/implement.js | 7 + .../es5-ext/test/reg-exp/#/match/index.js | 3 + .../test/reg-exp/#/match/is-implemented.js | 5 + .../es5-ext/test/reg-exp/#/match/shim.js | 6 + .../test/reg-exp/#/replace/implement.js | 7 + .../es5-ext/test/reg-exp/#/replace/index.js | 3 + .../test/reg-exp/#/replace/is-implemented.js | 5 + .../es5-ext/test/reg-exp/#/replace/shim.js | 5 + .../test/reg-exp/#/search/implement.js | 7 + .../es5-ext/test/reg-exp/#/search/index.js | 3 + .../test/reg-exp/#/search/is-implemented.js | 5 + .../es5-ext/test/reg-exp/#/search/shim.js | 5 + .../es5-ext/test/reg-exp/#/split/implement.js | 7 + .../es5-ext/test/reg-exp/#/split/index.js | 3 + .../test/reg-exp/#/split/is-implemented.js | 5 + .../es5-ext/test/reg-exp/#/split/shim.js | 5 + .../test/reg-exp/#/sticky/implement.js | 7 + .../test/reg-exp/#/sticky/is-implemented.js | 5 + .../test/reg-exp/#/unicode/implement.js | 7 + .../test/reg-exp/#/unicode/is-implemented.js | 5 + .../es5-ext/test/reg-exp/escape.js | 6 + .../es5-ext/test/reg-exp/is-reg-exp.js | 12 + .../es5-ext/test/reg-exp/valid-reg-exp.js | 19 + .../es5-ext/test/safe-to-string.js | 12 + .../test/string/#/@@iterator/implement.js | 7 + .../es5-ext/test/string/#/@@iterator/index.js | 3 + .../string/#/@@iterator/is-implemented.js | 5 + .../es5-ext/test/string/#/@@iterator/shim.js | 9 + .../node_modules/es5-ext/test/string/#/at.js | 132 + .../es5-ext/test/string/#/camel-to-hyphen.js | 7 + .../es5-ext/test/string/#/capitalize.js | 9 + .../test/string/#/case-insensitive-compare.js | 7 + .../test/string/#/code-point-at/implement.js | 8 + .../test/string/#/code-point-at/index.js | 3 + .../string/#/code-point-at/is-implemented.js | 5 + .../test/string/#/code-point-at/shim.js | 119 + .../test/string/#/contains/implement.js | 7 + .../es5-ext/test/string/#/contains/index.js | 3 + .../test/string/#/contains/is-implemented.js | 5 + .../es5-ext/test/string/#/contains/shim.js | 14 + .../es5-ext/test/string/#/count.js | 14 + .../test/string/#/ends-with/implement.js | 7 + .../es5-ext/test/string/#/ends-with/index.js | 3 + .../test/string/#/ends-with/is-implemented.js | 5 + .../es5-ext/test/string/#/ends-with/shim.js | 16 + .../es5-ext/test/string/#/hyphen-to-camel.js | 7 + .../es5-ext/test/string/#/indent.js | 9 + .../es5-ext/test/string/#/last.js | 6 + .../es5-ext/test/string/#/normalize/_data.js | 5 + .../test/string/#/normalize/implement.js | 7 + .../es5-ext/test/string/#/normalize/index.js | 3 + .../test/string/#/normalize/is-implemented.js | 5 + .../es5-ext/test/string/#/normalize/shim.js | 13 + .../node_modules/es5-ext/test/string/#/pad.js | 24 + .../test/string/#/plain-replace-all.js | 11 + .../es5-ext/test/string/#/plain-replace.js | 7 + .../es5-ext/test/string/#/repeat/implement.js | 7 + .../es5-ext/test/string/#/repeat/index.js | 3 + .../test/string/#/repeat/is-implemented.js | 5 + .../es5-ext/test/string/#/repeat/shim.js | 12 + .../test/string/#/starts-with/implement.js | 7 + .../test/string/#/starts-with/index.js | 3 + .../string/#/starts-with/is-implemented.js | 5 + .../es5-ext/test/string/#/starts-with/shim.js | 14 + .../es5-ext/test/string/#/uncapitalize.js | 10 + .../es5-ext/test/string/format-method.js | 14 + .../test/string/from-code-point/implement.js | 7 + .../test/string/from-code-point/index.js | 3 + .../string/from-code-point/is-implemented.js | 5 + .../test/string/from-code-point/shim.js | 73 + .../es5-ext/test/string/is-string.js | 11 + .../es5-ext/test/string/random-uniq.js | 14 + .../es5-ext/test/string/random.js | 13 + .../es5-ext/test/string/raw/implement.js | 7 + .../es5-ext/test/string/raw/index.js | 3 + .../es5-ext/test/string/raw/is-implemented.js | 5 + .../es5-ext/test/string/raw/shim.js | 15 + .../test/to-short-string-representation.js | 16 + .../es5-ext/to-short-string-representation.js | 16 + .../node_modules/es6-iterator/#/chain.js | 40 + .../node_modules/es6-iterator/.editorconfig | 14 + .../node_modules/es6-iterator/.npmignore | 12 + .../node_modules/es6-iterator/CHANGELOG.md | 27 + .../node_modules/es6-iterator/CHANGES | 42 + .../node_modules/es6-iterator/LICENSE | 21 + .../node_modules/es6-iterator/README.md | 148 + .../node_modules/es6-iterator/appveyor.yml | 26 + .../node_modules/es6-iterator/array.js | 32 + .../node_modules/es6-iterator/for-of.js | 47 + .../node_modules/es6-iterator/get.js | 15 + .../node_modules/es6-iterator/index.js | 106 + .../node_modules/es6-iterator/is-iterable.js | 16 + .../node_modules/es6-iterator/package.json | 78 + .../node_modules/es6-iterator/string.js | 39 + .../node_modules/es6-iterator/test/#/chain.js | 23 + .../es6-iterator/test/.eslintrc.json | 5 + .../node_modules/es6-iterator/test/array.js | 67 + .../node_modules/es6-iterator/test/for-of.js | 42 + .../node_modules/es6-iterator/test/get.js | 27 + .../node_modules/es6-iterator/test/index.js | 99 + .../es6-iterator/test/is-iterable.js | 23 + .../node_modules/es6-iterator/test/string.js | 23 + .../es6-iterator/test/valid-iterable.js | 28 + .../es6-iterator/valid-iterable.js | 8 + .../node_modules/es6-symbol/.lint | 15 + .../node_modules/es6-symbol/.npmignore | 4 + .../node_modules/es6-symbol/.travis.yml | 11 + .../node_modules/es6-symbol/CHANGES | 57 + .../node_modules/es6-symbol/LICENSE | 19 + .../node_modules/es6-symbol/README.md | 71 + .../node_modules/es6-symbol/implement.js | 7 + .../node_modules/es6-symbol/index.js | 3 + .../node_modules/es6-symbol/is-implemented.js | 17 + .../es6-symbol/is-native-implemented.js | 5 + .../node_modules/es6-symbol/is-symbol.js | 9 + .../node_modules/es6-symbol/package.json | 73 + .../node_modules/es6-symbol/polyfill.js | 118 + .../node_modules/es6-symbol/test/implement.js | 3 + .../node_modules/es6-symbol/test/index.js | 12 + .../es6-symbol/test/is-implemented.js | 14 + .../es6-symbol/test/is-native-implemented.js | 3 + .../node_modules/es6-symbol/test/is-symbol.js | 16 + .../node_modules/es6-symbol/test/polyfill.js | 29 + .../es6-symbol/test/validate-symbol.js | 19 + .../es6-symbol/validate-symbol.js | 8 + .../node_modules/es6-weak-map/.lint | 13 + .../node_modules/es6-weak-map/.npmignore | 4 + .../node_modules/es6-weak-map/.travis.yml | 13 + .../node_modules/es6-weak-map/CHANGES | 45 + .../node_modules/es6-weak-map/LICENSE | 19 + .../node_modules/es6-weak-map/README.md | 63 + .../node_modules/es6-weak-map/implement.js | 7 + .../node_modules/es6-weak-map/index.js | 3 + .../es6-weak-map/is-implemented.js | 20 + .../es6-weak-map/is-native-implemented.js | 8 + .../node_modules/es6-weak-map/is-weak-map.js | 13 + .../node_modules/es6-weak-map/package.json | 74 + .../node_modules/es6-weak-map/polyfill.js | 66 + .../es6-weak-map/test/implement.js | 3 + .../node_modules/es6-weak-map/test/index.js | 6 + .../es6-weak-map/test/is-implemented.js | 14 + .../test/is-native-implemented.js | 3 + .../es6-weak-map/test/is-weak-map.js | 16 + .../es6-weak-map/test/polyfill.js | 23 + .../es6-weak-map/test/valid-weak-map.js | 19 + .../es6-weak-map/valid-weak-map.js | 8 + .../escape-string-regexp/index.js | 11 + .../node_modules/escape-string-regexp/license | 21 + .../escape-string-regexp/package.json | 86 + .../escape-string-regexp/readme.md | 27 + .../node_modules/event-emitter/.lint | 15 + .../node_modules/event-emitter/.npmignore | 3 + .../node_modules/event-emitter/.testignore | 1 + .../node_modules/event-emitter/.travis.yml | 16 + .../node_modules/event-emitter/CHANGES | 73 + .../node_modules/event-emitter/LICENSE | 19 + .../node_modules/event-emitter/README.md | 98 + .../node_modules/event-emitter/all-off.js | 19 + .../event-emitter/benchmark/many-on.js | 83 + .../event-emitter/benchmark/single-on.js | 73 + .../node_modules/event-emitter/emit-error.js | 13 + .../event-emitter/has-listeners.js | 16 + .../node_modules/event-emitter/index.js | 132 + .../node_modules/event-emitter/package.json | 70 + .../node_modules/event-emitter/pipe.js | 42 + .../event-emitter/test/all-off.js | 48 + .../event-emitter/test/emit-error.js | 14 + .../event-emitter/test/has-listeners.js | 42 + .../node_modules/event-emitter/test/index.js | 107 + .../node_modules/event-emitter/test/pipe.js | 53 + .../node_modules/event-emitter/test/unify.js | 123 + .../node_modules/event-emitter/unify.js | 50 + .../node_modules/expand-brackets/LICENSE | 21 + .../node_modules/expand-brackets/README.md | 302 + .../node_modules/expand-brackets/changelog.md | 35 + .../node_modules/expand-brackets/index.js | 211 + .../expand-brackets/lib/compilers.js | 87 + .../expand-brackets/lib/parsers.js | 219 + .../node_modules/expand-brackets/lib/utils.js | 34 + .../node_modules/define-property/LICENSE | 21 + .../node_modules/define-property/README.md | 77 + .../node_modules/define-property/index.js | 31 + .../node_modules/define-property/package.json | 82 + .../node_modules/extend-shallow/LICENSE | 21 + .../node_modules/extend-shallow/README.md | 61 + .../node_modules/extend-shallow/index.js | 33 + .../node_modules/extend-shallow/package.json | 87 + .../node_modules/expand-brackets/package.json | 134 + .../node_modules/expand-tilde/LICENSE | 21 + .../node_modules/expand-tilde/README.md | 80 + .../node_modules/expand-tilde/index.js | 22 + .../node_modules/expand-tilde/package.json | 100 + .../node_modules/extend-shallow/LICENSE | 21 + .../node_modules/extend-shallow/README.md | 97 + .../node_modules/extend-shallow/index.js | 60 + .../node_modules/is-extendable/LICENSE | 21 + .../node_modules/is-extendable/README.md | 88 + .../node_modules/is-extendable/index.d.ts | 5 + .../node_modules/is-extendable/index.js | 14 + .../node_modules/is-extendable/package.json | 102 + .../node_modules/extend-shallow/package.json | 131 + .../node_modules/extend/.editorconfig | 20 + .../node_modules/extend/.eslintrc | 17 + .../node_modules/extend/.jscs.json | 175 + .../node_modules/extend/.travis.yml | 230 + .../node_modules/extend/CHANGELOG.md | 83 + .../gilles_acezat/node_modules/extend/LICENSE | 23 + .../node_modules/extend/README.md | 81 + .../node_modules/extend/component.json | 32 + .../node_modules/extend/index.js | 117 + .../node_modules/extend/package.json | 81 + .../node_modules/extglob/LICENSE | 21 + .../node_modules/extglob/README.md | 362 + .../node_modules/extglob/changelog.md | 25 + .../node_modules/extglob/index.js | 331 + .../node_modules/extglob/lib/compilers.js | 169 + .../node_modules/extglob/lib/extglob.js | 78 + .../node_modules/extglob/lib/parsers.js | 156 + .../node_modules/extglob/lib/utils.js | 69 + .../node_modules/define-property/LICENSE | 21 + .../node_modules/define-property/README.md | 95 + .../node_modules/define-property/index.js | 31 + .../node_modules/define-property/package.json | 93 + .../node_modules/extend-shallow/LICENSE | 21 + .../node_modules/extend-shallow/README.md | 61 + .../node_modules/extend-shallow/index.js | 33 + .../node_modules/extend-shallow/package.json | 87 + .../is-accessor-descriptor/LICENSE | 21 + .../is-accessor-descriptor/README.md | 144 + .../is-accessor-descriptor/index.js | 69 + .../is-accessor-descriptor/package.json | 110 + .../node_modules/is-data-descriptor/LICENSE | 21 + .../node_modules/is-data-descriptor/README.md | 161 + .../node_modules/is-data-descriptor/index.js | 49 + .../is-data-descriptor/package.json | 109 + .../node_modules/is-descriptor/LICENSE | 21 + .../node_modules/is-descriptor/README.md | 193 + .../node_modules/is-descriptor/index.js | 22 + .../node_modules/is-descriptor/package.json | 114 + .../node_modules/extglob/package.json | 160 + .../node_modules/extsprintf/.gitmodules | 0 .../node_modules/extsprintf/.npmignore | 2 + .../node_modules/extsprintf/LICENSE | 19 + .../node_modules/extsprintf/Makefile | 24 + .../node_modules/extsprintf/Makefile.targ | 285 + .../node_modules/extsprintf/README.md | 46 + .../node_modules/extsprintf/jsl.node.conf | 137 + .../node_modules/extsprintf/lib/extsprintf.js | 183 + .../node_modules/extsprintf/package.json | 48 + .../node_modules/fancy-log/LICENSE | 23 + .../node_modules/fancy-log/README.md | 51 + .../node_modules/fancy-log/index.js | 72 + .../node_modules/fancy-log/package.json | 86 + .../node_modules/fast-deep-equal/LICENSE | 21 + .../node_modules/fast-deep-equal/README.md | 58 + .../node_modules/fast-deep-equal/index.d.ts | 4 + .../node_modules/fast-deep-equal/index.js | 55 + .../node_modules/fast-deep-equal/package.json | 86 + .../fast-json-stable-stringify/.eslintrc.yml | 26 + .../fast-json-stable-stringify/.npmignore | 4 + .../fast-json-stable-stringify/.travis.yml | 8 + .../fast-json-stable-stringify/LICENSE | 18 + .../fast-json-stable-stringify/README.md | 119 + .../benchmark/index.js | 31 + .../benchmark/test.json | 137 + .../example/key_cmp.js | 7 + .../example/nested.js | 3 + .../fast-json-stable-stringify/example/str.js | 3 + .../example/value_cmp.js | 7 + .../fast-json-stable-stringify/index.js | 59 + .../fast-json-stable-stringify/package.json | 78 + .../fast-json-stable-stringify/test/cmp.js | 13 + .../fast-json-stable-stringify/test/nested.js | 44 + .../fast-json-stable-stringify/test/str.js | 46 + .../test/to-json.js | 22 + .../node_modules/fill-range/LICENSE | 21 + .../node_modules/fill-range/README.md | 250 + .../node_modules/fill-range/index.js | 208 + .../node_modules/extend-shallow/LICENSE | 21 + .../node_modules/extend-shallow/README.md | 61 + .../node_modules/extend-shallow/index.js | 33 + .../node_modules/extend-shallow/package.json | 87 + .../node_modules/fill-range/package.json | 130 + .../node_modules/find-index/README.md | 33 + .../node_modules/find-index/index.js | 26 + .../node_modules/find-index/last.js | 26 + .../node_modules/find-index/package.json | 56 + .../node_modules/find-up/index.js | 53 + .../node_modules/find-up/license | 21 + .../node_modules/find-up/package.json | 87 + .../node_modules/find-up/readme.md | 72 + .../node_modules/findup-sync/README.md | 69 + .../node_modules/findup-sync/index.js | 85 + .../node_modules/findup-sync/package.json | 79 + .../gilles_acezat/node_modules/fined/LICENSE | 21 + .../node_modules/fined/README.md | 81 + .../gilles_acezat/node_modules/fined/index.js | 168 + .../node_modules/fined/package.json | 89 + .../node_modules/first-chunk-stream/index.js | 93 + .../first-chunk-stream/package.json | 68 + .../node_modules/first-chunk-stream/readme.md | 62 + .../node_modules/flagged-respawn/LICENSE | 21 + .../node_modules/flagged-respawn/README.md | 111 + .../node_modules/flagged-respawn/index.js | 52 + .../flagged-respawn/lib/is-v8flags.js | 13 + .../flagged-respawn/lib/remover.js | 13 + .../flagged-respawn/lib/reorder.js | 18 + .../flagged-respawn/lib/respawn.js | 16 + .../node_modules/flagged-respawn/package.json | 95 + .../gilles_acezat/node_modules/for-in/LICENSE | 21 + .../node_modules/for-in/README.md | 85 + .../node_modules/for-in/index.js | 16 + .../node_modules/for-in/package.json | 107 + .../node_modules/for-own/LICENSE | 21 + .../node_modules/for-own/README.md | 85 + .../node_modules/for-own/index.js | 19 + .../node_modules/for-own/package.json | 110 + .../node_modules/forever-agent/LICENSE | 55 + .../node_modules/forever-agent/README.md | 4 + .../node_modules/forever-agent/index.js | 138 + .../node_modules/forever-agent/package.json | 54 + .../node_modules/form-data/License | 19 + .../node_modules/form-data/README.md | 234 + .../node_modules/form-data/README.md.bak | 234 + .../node_modules/form-data/lib/browser.js | 2 + .../node_modules/form-data/lib/form_data.js | 457 + .../node_modules/form-data/lib/populate.js | 10 + .../node_modules/form-data/package.json | 98 + .../node_modules/form-data/yarn.lock | 2662 +++ .../node_modules/fragment-cache/LICENSE | 21 + .../node_modules/fragment-cache/README.md | 156 + .../node_modules/fragment-cache/index.js | 128 + .../node_modules/fragment-cache/package.json | 93 + .../node_modules/fs.realpath/LICENSE | 43 + .../node_modules/fs.realpath/README.md | 33 + .../node_modules/fs.realpath/index.js | 66 + .../node_modules/fs.realpath/old.js | 303 + .../node_modules/fs.realpath/package.json | 66 + .../node_modules/fsevents/.travis.yml | 102 + .../node_modules/fsevents/ISSUE_TEMPLATE.md | 8 + .../node_modules/fsevents/LICENSE | 22 + .../node_modules/fsevents/Readme.md | 78 + .../node_modules/fsevents/binding.gyp | 29 + .../node_modules/fsevents/build/.target.mk | 55 + .../node_modules/fsevents/build/Makefile | 352 + .../build/Release/.deps/Release/.node.d | 1 + .../build/Release/.deps/Release/fse.node.d | 1 + .../obj.target/action_after_build.stamp.d | 1 + .../.deps/Release/obj.target/fse/fsevents.o.d | 67 + .../Release/node-v64-darwin-x64/fse.node.d | 1 + .../node_modules/fsevents/build/Release/.node | Bin 0 -> 4144 bytes .../fsevents/build/Release/fse.node | Bin 0 -> 39176 bytes .../obj.target/action_after_build.stamp | 0 .../build/Release/obj.target/fse/fsevents.o | Bin 0 -> 332240 bytes .../build/action_after_build.target.mk | 32 + .../fsevents/build/binding.Makefile | 6 + .../node_modules/fsevents/build/fse.target.mk | 184 + .../node_modules/fsevents/build/gyp-mac-tool | 611 + .../node_modules/fsevents/fsevents.cc | 100 + .../node_modules/fsevents/fsevents.js | 108 + .../node_modules/fsevents/install.js | 7 + .../Release/node-v11-darwin-x64/fse.node | Bin 0 -> 33384 bytes .../Release/node-v46-darwin-x64/fse.node | Bin 0 -> 34672 bytes .../Release/node-v47-darwin-x64/fse.node | Bin 0 -> 34672 bytes .../Release/node-v48-darwin-x64/fse.node | Bin 0 -> 38328 bytes .../Release/node-v57-darwin-x64/fse.node | Bin 0 -> 40736 bytes .../Release/node-v64-darwin-x64/fse.node | Bin 0 -> 39176 bytes .../fsevents/node_modules/.bin/detect-libc | 18 + .../fsevents/node_modules/.bin/mkdirp | 33 + .../fsevents/node_modules/.bin/needle | 40 + .../fsevents/node_modules/.bin/node-pre-gyp | 134 + .../fsevents/node_modules/.bin/nopt | 54 + .../fsevents/node_modules/.bin/rc | 4 + .../fsevents/node_modules/.bin/rimraf | 50 + .../fsevents/node_modules/.bin/semver | 143 + .../fsevents/node_modules/abbrev/LICENSE | 46 + .../fsevents/node_modules/abbrev/README.md | 23 + .../fsevents/node_modules/abbrev/abbrev.js | 61 + .../fsevents/node_modules/abbrev/package.json | 59 + .../fsevents/node_modules/ansi-regex/index.js | 4 + .../fsevents/node_modules/ansi-regex/license | 21 + .../node_modules/ansi-regex/package.json | 111 + .../node_modules/ansi-regex/readme.md | 39 + .../fsevents/node_modules/aproba/LICENSE | 14 + .../fsevents/node_modules/aproba/README.md | 94 + .../fsevents/node_modules/aproba/index.js | 105 + .../fsevents/node_modules/aproba/package.json | 65 + .../node_modules/are-we-there-yet/CHANGES.md | 31 + .../node_modules/are-we-there-yet/CHANGES.md~ | 27 + .../node_modules/are-we-there-yet/LICENSE | 5 + .../node_modules/are-we-there-yet/README.md | 195 + .../node_modules/are-we-there-yet/index.js | 4 + .../are-we-there-yet/package.json | 66 + .../are-we-there-yet/tracker-base.js | 11 + .../are-we-there-yet/tracker-group.js | 107 + .../are-we-there-yet/tracker-stream.js | 35 + .../node_modules/are-we-there-yet/tracker.js | 30 + .../node_modules/balanced-match/.npmignore | 5 + .../node_modules/balanced-match/LICENSE.md | 21 + .../node_modules/balanced-match/README.md | 91 + .../node_modules/balanced-match/index.js | 59 + .../node_modules/balanced-match/package.json | 80 + .../node_modules/brace-expansion/LICENSE | 21 + .../node_modules/brace-expansion/README.md | 129 + .../node_modules/brace-expansion/index.js | 201 + .../node_modules/brace-expansion/package.json | 78 + .../fsevents/node_modules/chownr/LICENSE | 15 + .../fsevents/node_modules/chownr/README.md | 3 + .../fsevents/node_modules/chownr/chownr.js | 52 + .../fsevents/node_modules/chownr/package.json | 59 + .../node_modules/code-point-at/index.js | 32 + .../node_modules/code-point-at/license | 21 + .../node_modules/code-point-at/package.json | 73 + .../node_modules/code-point-at/readme.md | 32 + .../node_modules/concat-map/.travis.yml | 4 + .../fsevents/node_modules/concat-map/LICENSE | 18 + .../node_modules/concat-map/README.markdown | 62 + .../node_modules/concat-map/example/map.js | 6 + .../fsevents/node_modules/concat-map/index.js | 13 + .../node_modules/concat-map/package.json | 91 + .../node_modules/concat-map/test/map.js | 39 + .../console-control-strings/LICENSE | 13 + .../console-control-strings/README.md | 145 + .../console-control-strings/README.md~ | 140 + .../console-control-strings/index.js | 125 + .../console-control-strings/package.json | 64 + .../node_modules/core-util-is/LICENSE | 19 + .../node_modules/core-util-is/README.md | 3 + .../node_modules/core-util-is/float.patch | 604 + .../node_modules/core-util-is/lib/util.js | 107 + .../node_modules/core-util-is/package.json | 65 + .../node_modules/core-util-is/test.js | 68 + .../node_modules/debug/.coveralls.yml | 1 + .../fsevents/node_modules/debug/.eslintrc | 11 + .../fsevents/node_modules/debug/.npmignore | 9 + .../fsevents/node_modules/debug/.travis.yml | 14 + .../fsevents/node_modules/debug/CHANGELOG.md | 362 + .../fsevents/node_modules/debug/LICENSE | 19 + .../fsevents/node_modules/debug/Makefile | 50 + .../fsevents/node_modules/debug/README.md | 312 + .../node_modules/debug/component.json | 19 + .../fsevents/node_modules/debug/karma.conf.js | 70 + .../fsevents/node_modules/debug/node.js | 1 + .../fsevents/node_modules/debug/package.json | 91 + .../node_modules/debug/src/browser.js | 185 + .../fsevents/node_modules/debug/src/debug.js | 202 + .../fsevents/node_modules/debug/src/index.js | 10 + .../node_modules/debug/src/inspector-log.js | 15 + .../fsevents/node_modules/debug/src/node.js | 248 + .../node_modules/deep-extend/CHANGELOG.md | 38 + .../fsevents/node_modules/deep-extend/LICENSE | 20 + .../node_modules/deep-extend/README.md | 93 + .../node_modules/deep-extend/index.js | 1 + .../deep-extend/lib/deep-extend.js | 150 + .../node_modules/deep-extend/package.json | 93 + .../node_modules/delegates/.npmignore | 1 + .../node_modules/delegates/History.md | 22 + .../fsevents/node_modules/delegates/License | 20 + .../fsevents/node_modules/delegates/Makefile | 8 + .../fsevents/node_modules/delegates/Readme.md | 94 + .../fsevents/node_modules/delegates/index.js | 121 + .../node_modules/delegates/package.json | 51 + .../node_modules/delegates/test/index.js | 94 + .../node_modules/detect-libc/.npmignore | 7 + .../fsevents/node_modules/detect-libc/LICENSE | 201 + .../node_modules/detect-libc/README.md | 78 + .../detect-libc/bin/detect-libc.js | 18 + .../detect-libc/lib/detect-libc.js | 92 + .../node_modules/detect-libc/package.json | 73 + .../fsevents/node_modules/fs-minipass/LICENSE | 15 + .../node_modules/fs-minipass/README.md | 70 + .../node_modules/fs-minipass/index.js | 386 + .../node_modules/fs-minipass/package.json | 65 + .../fsevents/node_modules/fs.realpath/LICENSE | 43 + .../node_modules/fs.realpath/README.md | 33 + .../node_modules/fs.realpath/index.js | 66 + .../fsevents/node_modules/fs.realpath/old.js | 303 + .../node_modules/fs.realpath/package.json | 62 + .../fsevents/node_modules/gauge/CHANGELOG.md | 160 + .../fsevents/node_modules/gauge/LICENSE | 13 + .../fsevents/node_modules/gauge/README.md | 399 + .../fsevents/node_modules/gauge/base-theme.js | 14 + .../fsevents/node_modules/gauge/error.js | 24 + .../fsevents/node_modules/gauge/has-color.js | 12 + .../fsevents/node_modules/gauge/index.js | 233 + .../fsevents/node_modules/gauge/package.json | 94 + .../fsevents/node_modules/gauge/plumbing.js | 48 + .../fsevents/node_modules/gauge/process.js | 3 + .../node_modules/gauge/progress-bar.js | 35 + .../node_modules/gauge/render-template.js | 181 + .../node_modules/gauge/set-immediate.js | 7 + .../node_modules/gauge/set-interval.js | 3 + .../fsevents/node_modules/gauge/spin.js | 5 + .../node_modules/gauge/template-item.js | 73 + .../fsevents/node_modules/gauge/theme-set.js | 115 + .../fsevents/node_modules/gauge/themes.js | 54 + .../node_modules/gauge/wide-truncate.js | 25 + .../fsevents/node_modules/glob/LICENSE | 15 + .../fsevents/node_modules/glob/README.md | 368 + .../fsevents/node_modules/glob/changelog.md | 67 + .../fsevents/node_modules/glob/common.js | 240 + .../fsevents/node_modules/glob/glob.js | 790 + .../fsevents/node_modules/glob/package.json | 79 + .../fsevents/node_modules/glob/sync.js | 486 + .../fsevents/node_modules/has-unicode/LICENSE | 14 + .../node_modules/has-unicode/README.md | 43 + .../node_modules/has-unicode/index.js | 16 + .../node_modules/has-unicode/package.json | 61 + .../node_modules/iconv-lite/.travis.yml | 23 + .../node_modules/iconv-lite/Changelog.md | 146 + .../fsevents/node_modules/iconv-lite/LICENSE | 21 + .../node_modules/iconv-lite/README.md | 156 + .../iconv-lite/encodings/dbcs-codec.js | 555 + .../iconv-lite/encodings/dbcs-data.js | 176 + .../iconv-lite/encodings/index.js | 22 + .../iconv-lite/encodings/internal.js | 188 + .../iconv-lite/encodings/sbcs-codec.js | 72 + .../encodings/sbcs-data-generated.js | 451 + .../iconv-lite/encodings/sbcs-data.js | 169 + .../encodings/tables/big5-added.json | 122 + .../iconv-lite/encodings/tables/cp936.json | 264 + .../iconv-lite/encodings/tables/cp949.json | 273 + .../iconv-lite/encodings/tables/cp950.json | 177 + .../iconv-lite/encodings/tables/eucjp.json | 182 + .../encodings/tables/gb18030-ranges.json | 1 + .../encodings/tables/gbk-added.json | 55 + .../iconv-lite/encodings/tables/shiftjis.json | 125 + .../iconv-lite/encodings/utf16.js | 177 + .../node_modules/iconv-lite/encodings/utf7.js | 290 + .../iconv-lite/lib/bom-handling.js | 52 + .../iconv-lite/lib/extend-node.js | 217 + .../node_modules/iconv-lite/lib/index.d.ts | 24 + .../node_modules/iconv-lite/lib/index.js | 153 + .../node_modules/iconv-lite/lib/streams.js | 121 + .../node_modules/iconv-lite/package.json | 79 + .../fsevents/node_modules/ignore-walk/LICENSE | 15 + .../node_modules/ignore-walk/README.md | 60 + .../node_modules/ignore-walk/index.js | 265 + .../node_modules/ignore-walk/package.json | 74 + .../fsevents/node_modules/inflight/LICENSE | 15 + .../fsevents/node_modules/inflight/README.md | 37 + .../node_modules/inflight/inflight.js | 54 + .../node_modules/inflight/package.json | 61 + .../fsevents/node_modules/inherits/LICENSE | 16 + .../fsevents/node_modules/inherits/README.md | 42 + .../node_modules/inherits/inherits.js | 7 + .../node_modules/inherits/inherits_browser.js | 23 + .../node_modules/inherits/package.json | 65 + .../fsevents/node_modules/ini/LICENSE | 15 + .../fsevents/node_modules/ini/README.md | 102 + .../fsevents/node_modules/ini/ini.js | 194 + .../fsevents/node_modules/ini/package.json | 66 + .../is-fullwidth-code-point/index.js | 46 + .../is-fullwidth-code-point/license | 21 + .../is-fullwidth-code-point/package.json | 80 + .../is-fullwidth-code-point/readme.md | 39 + .../fsevents/node_modules/isarray/.npmignore | 1 + .../fsevents/node_modules/isarray/.travis.yml | 4 + .../fsevents/node_modules/isarray/Makefile | 6 + .../fsevents/node_modules/isarray/README.md | 60 + .../node_modules/isarray/component.json | 19 + .../fsevents/node_modules/isarray/index.js | 5 + .../node_modules/isarray/package.json | 76 + .../fsevents/node_modules/isarray/test.js | 20 + .../fsevents/node_modules/minimatch/LICENSE | 15 + .../fsevents/node_modules/minimatch/README.md | 209 + .../node_modules/minimatch/minimatch.js | 923 + .../node_modules/minimatch/package.json | 67 + .../node_modules/minimist/.travis.yml | 4 + .../fsevents/node_modules/minimist/LICENSE | 18 + .../node_modules/minimist/example/parse.js | 2 + .../fsevents/node_modules/minimist/index.js | 187 + .../node_modules/minimist/package.json | 74 + .../node_modules/minimist/readme.markdown | 73 + .../node_modules/minimist/test/dash.js | 24 + .../minimist/test/default_bool.js | 20 + .../node_modules/minimist/test/dotted.js | 16 + .../node_modules/minimist/test/long.js | 31 + .../node_modules/minimist/test/parse.js | 318 + .../minimist/test/parse_modified.js | 9 + .../node_modules/minimist/test/short.js | 67 + .../node_modules/minimist/test/whitespace.js | 8 + .../fsevents/node_modules/minipass/README.md | 46 + .../fsevents/node_modules/minipass/index.js | 304 + .../node_modules/minipass/package.json | 72 + .../fsevents/node_modules/minizlib/LICENSE | 26 + .../fsevents/node_modules/minizlib/README.md | 44 + .../node_modules/minizlib/constants.js | 46 + .../fsevents/node_modules/minizlib/index.js | 364 + .../node_modules/minizlib/package.json | 74 + .../fsevents/node_modules/mkdirp/.travis.yml | 8 + .../fsevents/node_modules/mkdirp/LICENSE | 21 + .../fsevents/node_modules/mkdirp/bin/cmd.js | 33 + .../node_modules/mkdirp/bin/usage.txt | 12 + .../node_modules/mkdirp/examples/pow.js | 6 + .../fsevents/node_modules/mkdirp/index.js | 98 + .../fsevents/node_modules/mkdirp/package.json | 66 + .../node_modules/mkdirp/readme.markdown | 100 + .../node_modules/mkdirp/test/chmod.js | 41 + .../node_modules/mkdirp/test/clobber.js | 38 + .../node_modules/mkdirp/test/mkdirp.js | 28 + .../node_modules/mkdirp/test/opts_fs.js | 29 + .../node_modules/mkdirp/test/opts_fs_sync.js | 27 + .../fsevents/node_modules/mkdirp/test/perm.js | 32 + .../node_modules/mkdirp/test/perm_sync.js | 36 + .../fsevents/node_modules/mkdirp/test/race.js | 37 + .../fsevents/node_modules/mkdirp/test/rel.js | 32 + .../node_modules/mkdirp/test/return.js | 25 + .../node_modules/mkdirp/test/return_sync.js | 24 + .../fsevents/node_modules/mkdirp/test/root.js | 19 + .../fsevents/node_modules/mkdirp/test/sync.js | 32 + .../node_modules/mkdirp/test/umask.js | 28 + .../node_modules/mkdirp/test/umask_sync.js | 32 + .../fsevents/node_modules/ms/index.js | 152 + .../fsevents/node_modules/ms/license.md | 21 + .../fsevents/node_modules/ms/package.json | 72 + .../fsevents/node_modules/ms/readme.md | 51 + .../fsevents/node_modules/needle/README.md | 593 + .../fsevents/node_modules/needle/bin/needle | 40 + .../needle/examples/deflated-stream.js | 22 + .../needle/examples/digest-auth.js | 16 + .../needle/examples/download-to-file.js | 18 + .../needle/examples/multipart-stream.js | 25 + .../needle/examples/parsed-stream.js | 23 + .../needle/examples/parsed-stream2.js | 21 + .../needle/examples/stream-events.js | 23 + .../needle/examples/stream-to-file.js | 14 + .../needle/examples/upload-image.js | 51 + .../fsevents/node_modules/needle/lib/auth.js | 110 + .../node_modules/needle/lib/cookies.js | 77 + .../node_modules/needle/lib/decoder.js | 53 + .../node_modules/needle/lib/multipart.js | 98 + .../node_modules/needle/lib/needle.js | 783 + .../node_modules/needle/lib/parsers.js | 120 + .../node_modules/needle/lib/querystring.js | 49 + .../fsevents/node_modules/needle/license.txt | 19 + .../fsevents/node_modules/needle/package.json | 105 + .../needle/test/basic_auth_spec.js | 196 + .../needle/test/compression_spec.js | 94 + .../node_modules/needle/test/cookies_spec.js | 305 + .../node_modules/needle/test/decoder_spec.js | 86 + .../node_modules/needle/test/errors_spec.js | 286 + .../node_modules/needle/test/headers_spec.js | 198 + .../node_modules/needle/test/helpers.js | 72 + .../needle/test/long_string_spec.js | 34 + .../node_modules/needle/test/output_spec.js | 254 + .../node_modules/needle/test/parsing_spec.js | 494 + .../needle/test/post_data_spec.js | 1021 + .../node_modules/needle/test/proxy_spec.js | 202 + .../needle/test/querystring_spec.js | 128 + .../node_modules/needle/test/redirect_spec.js | 392 + .../needle/test/redirect_with_timeout.js | 45 + .../needle/test/request_stream_spec.js | 202 + .../needle/test/response_stream_spec.js | 139 + .../needle/test/socket_pool_spec.js | 66 + .../node_modules/needle/test/url_spec.js | 147 + .../needle/test/utils/formidable.js | 17 + .../node_modules/needle/test/utils/proxy.js | 62 + .../node_modules/needle/test/utils/test.js | 104 + .../node_modules/node-pre-gyp/CHANGELOG.md | 409 + .../node_modules/node-pre-gyp/LICENSE | 27 + .../node_modules/node-pre-gyp/README.md | 661 + .../node_modules/node-pre-gyp/appveyor.yml | 32 + .../node-pre-gyp/bin/node-pre-gyp | 134 + .../node-pre-gyp/bin/node-pre-gyp.cmd | 2 + .../node_modules/node-pre-gyp/contributing.md | 10 + .../node_modules/node-pre-gyp/lib/build.js | 51 + .../node_modules/node-pre-gyp/lib/clean.js | 32 + .../node-pre-gyp/lib/configure.js | 52 + .../node_modules/node-pre-gyp/lib/info.js | 40 + .../node_modules/node-pre-gyp/lib/install.js | 221 + .../node-pre-gyp/lib/node-pre-gyp.js | 203 + .../node_modules/node-pre-gyp/lib/package.js | 56 + .../node-pre-gyp/lib/pre-binding.js | 30 + .../node_modules/node-pre-gyp/lib/publish.js | 79 + .../node_modules/node-pre-gyp/lib/rebuild.js | 21 + .../node-pre-gyp/lib/reinstall.js | 20 + .../node_modules/node-pre-gyp/lib/reveal.js | 33 + .../node-pre-gyp/lib/testbinary.js | 81 + .../node-pre-gyp/lib/testpackage.js | 55 + .../node-pre-gyp/lib/unpublish.js | 43 + .../node-pre-gyp/lib/util/abi_crosswalk.json | 1734 ++ .../node-pre-gyp/lib/util/compile.js | 87 + .../node-pre-gyp/lib/util/handle_gyp_opts.js | 100 + .../node-pre-gyp/lib/util/napi.js | 156 + .../lib/util/nw-pre-gyp/index.html | 26 + .../lib/util/nw-pre-gyp/package.json | 9 + .../node-pre-gyp/lib/util/s3_setup.js | 27 + .../node-pre-gyp/lib/util/versioning.js | 330 + .../node_modules/node-pre-gyp/package.json | 87 + .../fsevents/node_modules/nopt/.npmignore | 1 + .../fsevents/node_modules/nopt/.travis.yml | 8 + .../fsevents/node_modules/nopt/CHANGELOG.md | 58 + .../fsevents/node_modules/nopt/LICENSE | 15 + .../fsevents/node_modules/nopt/README.md | 213 + .../fsevents/node_modules/nopt/bin/nopt.js | 54 + .../node_modules/nopt/examples/my-program.js | 30 + .../fsevents/node_modules/nopt/lib/nopt.js | 436 + .../fsevents/node_modules/nopt/package.json | 61 + .../fsevents/node_modules/nopt/test/basic.js | 303 + .../node_modules/npm-bundled/README.md | 46 + .../node_modules/npm-bundled/index.js | 227 + .../node_modules/npm-bundled/package.json | 63 + .../node_modules/npm-packlist/LICENSE | 15 + .../node_modules/npm-packlist/README.md | 68 + .../node_modules/npm-packlist/index.js | 220 + .../node_modules/npm-packlist/package.json | 69 + .../fsevents/node_modules/npmlog/CHANGELOG.md | 49 + .../fsevents/node_modules/npmlog/LICENSE | 15 + .../fsevents/node_modules/npmlog/README.md | 216 + .../fsevents/node_modules/npmlog/log.js | 309 + .../fsevents/node_modules/npmlog/package.json | 64 + .../node_modules/number-is-nan/index.js | 4 + .../node_modules/number-is-nan/license | 21 + .../node_modules/number-is-nan/package.json | 70 + .../node_modules/number-is-nan/readme.md | 28 + .../node_modules/object-assign/index.js | 90 + .../node_modules/object-assign/license | 21 + .../node_modules/object-assign/package.json | 77 + .../node_modules/object-assign/readme.md | 61 + .../fsevents/node_modules/once/LICENSE | 15 + .../fsevents/node_modules/once/README.md | 79 + .../fsevents/node_modules/once/once.js | 42 + .../fsevents/node_modules/once/package.json | 70 + .../fsevents/node_modules/os-homedir/index.js | 24 + .../fsevents/node_modules/os-homedir/license | 21 + .../node_modules/os-homedir/package.json | 76 + .../node_modules/os-homedir/readme.md | 31 + .../fsevents/node_modules/os-tmpdir/index.js | 25 + .../fsevents/node_modules/os-tmpdir/license | 21 + .../node_modules/os-tmpdir/package.json | 76 + .../fsevents/node_modules/os-tmpdir/readme.md | 32 + .../fsevents/node_modules/osenv/LICENSE | 15 + .../fsevents/node_modules/osenv/README.md | 63 + .../fsevents/node_modules/osenv/osenv.js | 72 + .../fsevents/node_modules/osenv/package.json | 76 + .../node_modules/path-is-absolute/index.js | 20 + .../node_modules/path-is-absolute/license | 21 + .../path-is-absolute/package.json | 78 + .../node_modules/path-is-absolute/readme.md | 59 + .../process-nextick-args/index.js | 44 + .../process-nextick-args/license.md | 19 + .../process-nextick-args/package.json | 53 + .../process-nextick-args/readme.md | 18 + .../fsevents/node_modules/rc/LICENSE.APACHE2 | 15 + .../fsevents/node_modules/rc/LICENSE.BSD | 26 + .../fsevents/node_modules/rc/LICENSE.MIT | 24 + .../fsevents/node_modules/rc/README.md | 227 + .../fsevents/node_modules/rc/browser.js | 7 + .../fsevents/node_modules/rc/cli.js | 4 + .../fsevents/node_modules/rc/index.js | 53 + .../fsevents/node_modules/rc/lib/utils.js | 104 + .../rc/node_modules/minimist/.travis.yml | 8 + .../rc/node_modules/minimist/LICENSE | 18 + .../rc/node_modules/minimist/example/parse.js | 2 + .../rc/node_modules/minimist/index.js | 236 + .../rc/node_modules/minimist/package.json | 76 + .../rc/node_modules/minimist/readme.markdown | 91 + .../rc/node_modules/minimist/test/all_bool.js | 32 + .../rc/node_modules/minimist/test/bool.js | 166 + .../rc/node_modules/minimist/test/dash.js | 31 + .../minimist/test/default_bool.js | 35 + .../rc/node_modules/minimist/test/dotted.js | 22 + .../rc/node_modules/minimist/test/kv_short.js | 16 + .../rc/node_modules/minimist/test/long.js | 31 + .../rc/node_modules/minimist/test/num.js | 36 + .../rc/node_modules/minimist/test/parse.js | 197 + .../minimist/test/parse_modified.js | 9 + .../rc/node_modules/minimist/test/short.js | 67 + .../node_modules/minimist/test/stop_early.js | 15 + .../rc/node_modules/minimist/test/unknown.js | 102 + .../node_modules/minimist/test/whitespace.js | 8 + .../fsevents/node_modules/rc/package.json | 64 + .../fsevents/node_modules/rc/test/ini.js | 16 + .../node_modules/rc/test/nested-env-vars.js | 50 + .../fsevents/node_modules/rc/test/test.js | 59 + .../node_modules/readable-stream/.travis.yml | 55 + .../readable-stream/CONTRIBUTING.md | 38 + .../readable-stream/GOVERNANCE.md | 136 + .../node_modules/readable-stream/LICENSE | 47 + .../node_modules/readable-stream/README.md | 58 + .../doc/wg-meetings/2015-01-30.md | 60 + .../readable-stream/duplex-browser.js | 1 + .../node_modules/readable-stream/duplex.js | 1 + .../readable-stream/lib/_stream_duplex.js | 131 + .../lib/_stream_passthrough.js | 47 + .../readable-stream/lib/_stream_readable.js | 1019 + .../readable-stream/lib/_stream_transform.js | 214 + .../readable-stream/lib/_stream_writable.js | 687 + .../lib/internal/streams/BufferList.js | 79 + .../lib/internal/streams/destroy.js | 74 + .../lib/internal/streams/stream-browser.js | 1 + .../lib/internal/streams/stream.js | 1 + .../node_modules/readable-stream/package.json | 84 + .../readable-stream/passthrough.js | 1 + .../readable-stream/readable-browser.js | 7 + .../node_modules/readable-stream/readable.js | 19 + .../node_modules/readable-stream/transform.js | 1 + .../readable-stream/writable-browser.js | 1 + .../node_modules/readable-stream/writable.js | 8 + .../fsevents/node_modules/rimraf/LICENSE | 15 + .../fsevents/node_modules/rimraf/README.md | 101 + .../fsevents/node_modules/rimraf/bin.js | 50 + .../fsevents/node_modules/rimraf/package.json | 67 + .../fsevents/node_modules/rimraf/rimraf.js | 364 + .../node_modules/safe-buffer/.travis.yml | 7 + .../fsevents/node_modules/safe-buffer/LICENSE | 21 + .../node_modules/safe-buffer/README.md | 584 + .../node_modules/safe-buffer/index.js | 62 + .../node_modules/safe-buffer/package.json | 68 + .../fsevents/node_modules/safe-buffer/test.js | 101 + .../node_modules/safer-buffer/LICENSE | 21 + .../safer-buffer/Porting-Buffer.md | 268 + .../node_modules/safer-buffer/Readme.md | 156 + .../node_modules/safer-buffer/dangerous.js | 58 + .../node_modules/safer-buffer/package.json | 63 + .../node_modules/safer-buffer/safer.js | 77 + .../node_modules/safer-buffer/tests.js | 406 + .../fsevents/node_modules/sax/LICENSE | 41 + .../fsevents/node_modules/sax/README.md | 225 + .../fsevents/node_modules/sax/lib/sax.js | 1565 ++ .../fsevents/node_modules/sax/package.json | 64 + .../fsevents/node_modules/semver/LICENSE | 15 + .../fsevents/node_modules/semver/README.md | 388 + .../fsevents/node_modules/semver/bin/semver | 143 + .../fsevents/node_modules/semver/package.json | 57 + .../fsevents/node_modules/semver/range.bnf | 16 + .../fsevents/node_modules/semver/semver.js | 1324 ++ .../node_modules/set-blocking/CHANGELOG.md | 26 + .../node_modules/set-blocking/LICENSE.txt | 14 + .../node_modules/set-blocking/README.md | 31 + .../node_modules/set-blocking/index.js | 7 + .../node_modules/set-blocking/package.json | 73 + .../node_modules/signal-exit/CHANGELOG.md | 27 + .../node_modules/signal-exit/LICENSE.txt | 16 + .../node_modules/signal-exit/README.md | 40 + .../node_modules/signal-exit/index.js | 157 + .../node_modules/signal-exit/package.json | 69 + .../node_modules/signal-exit/signals.js | 53 + .../node_modules/string-width/index.js | 37 + .../node_modules/string-width/license | 21 + .../node_modules/string-width/package.json | 92 + .../node_modules/string-width/readme.md | 42 + .../node_modules/string_decoder/.travis.yml | 50 + .../node_modules/string_decoder/LICENSE | 48 + .../node_modules/string_decoder/README.md | 47 + .../string_decoder/lib/string_decoder.js | 296 + .../node_modules/string_decoder/package.json | 62 + .../fsevents/node_modules/strip-ansi/index.js | 6 + .../fsevents/node_modules/strip-ansi/license | 21 + .../node_modules/strip-ansi/package.json | 105 + .../node_modules/strip-ansi/readme.md | 33 + .../node_modules/strip-json-comments/index.js | 70 + .../node_modules/strip-json-comments/license | 21 + .../strip-json-comments/package.json | 77 + .../strip-json-comments/readme.md | 64 + .../fsevents/node_modules/tar/LICENSE | 15 + .../fsevents/node_modules/tar/README.md | 949 + .../fsevents/node_modules/tar/index.js | 18 + .../fsevents/node_modules/tar/lib/buffer.js | 11 + .../fsevents/node_modules/tar/lib/create.js | 105 + .../fsevents/node_modules/tar/lib/extract.js | 112 + .../fsevents/node_modules/tar/lib/header.js | 273 + .../node_modules/tar/lib/high-level-opt.js | 29 + .../node_modules/tar/lib/large-numbers.js | 92 + .../fsevents/node_modules/tar/lib/list.js | 130 + .../fsevents/node_modules/tar/lib/mkdir.js | 206 + .../fsevents/node_modules/tar/lib/pack.js | 403 + .../fsevents/node_modules/tar/lib/parse.js | 422 + .../fsevents/node_modules/tar/lib/pax.js | 146 + .../node_modules/tar/lib/read-entry.js | 94 + .../fsevents/node_modules/tar/lib/replace.js | 220 + .../fsevents/node_modules/tar/lib/types.js | 44 + .../fsevents/node_modules/tar/lib/unpack.js | 560 + .../fsevents/node_modules/tar/lib/update.js | 36 + .../node_modules/tar/lib/warn-mixin.js | 14 + .../fsevents/node_modules/tar/lib/winchars.js | 23 + .../node_modules/tar/lib/write-entry.js | 403 + .../fsevents/node_modules/tar/package.json | 81 + .../node_modules/util-deprecate/History.md | 16 + .../node_modules/util-deprecate/LICENSE | 24 + .../node_modules/util-deprecate/README.md | 53 + .../node_modules/util-deprecate/browser.js | 67 + .../node_modules/util-deprecate/node.js | 6 + .../node_modules/util-deprecate/package.json | 59 + .../fsevents/node_modules/wide-align/LICENSE | 14 + .../node_modules/wide-align/README.md | 47 + .../fsevents/node_modules/wide-align/align.js | 65 + .../node_modules/wide-align/package.json | 69 + .../fsevents/node_modules/wrappy/LICENSE | 15 + .../fsevents/node_modules/wrappy/README.md | 36 + .../fsevents/node_modules/wrappy/package.json | 62 + .../fsevents/node_modules/wrappy/wrappy.js | 33 + .../fsevents/node_modules/yallist/LICENSE | 15 + .../fsevents/node_modules/yallist/README.md | 204 + .../fsevents/node_modules/yallist/iterator.js | 8 + .../node_modules/yallist/package.json | 66 + .../fsevents/node_modules/yallist/yallist.js | 376 + .../node_modules/fsevents/package.json | 76 + .../node_modules/fsevents/src/async.cc | 43 + .../node_modules/fsevents/src/constants.cc | 110 + .../node_modules/fsevents/src/locking.cc | 27 + .../node_modules/fsevents/src/methods.cc | 44 + .../node_modules/fsevents/src/storage.cc | 27 + .../node_modules/fsevents/src/thread.cc | 72 + .../node_modules/fstream/.npmignore | 5 + .../node_modules/fstream/.travis.yml | 9 + .../node_modules/fstream/LICENSE | 15 + .../node_modules/fstream/README.md | 76 + .../fstream/examples/filter-pipe.js | 134 + .../node_modules/fstream/examples/pipe.js | 118 + .../node_modules/fstream/examples/reader.js | 68 + .../fstream/examples/symlink-write.js | 27 + .../node_modules/fstream/fstream.js | 35 + .../node_modules/fstream/lib/abstract.js | 85 + .../node_modules/fstream/lib/collect.js | 70 + .../node_modules/fstream/lib/dir-reader.js | 252 + .../node_modules/fstream/lib/dir-writer.js | 174 + .../node_modules/fstream/lib/file-reader.js | 150 + .../node_modules/fstream/lib/file-writer.js | 107 + .../node_modules/fstream/lib/get-type.js | 33 + .../node_modules/fstream/lib/link-reader.js | 53 + .../node_modules/fstream/lib/link-writer.js | 95 + .../node_modules/fstream/lib/proxy-reader.js | 95 + .../node_modules/fstream/lib/proxy-writer.js | 111 + .../node_modules/fstream/lib/reader.js | 255 + .../node_modules/fstream/lib/socket-reader.js | 36 + .../node_modules/fstream/lib/writer.js | 390 + .../fstream/node_modules/graceful-fs/LICENSE | 15 + .../node_modules/graceful-fs/README.md | 133 + .../fstream/node_modules/graceful-fs/clone.js | 19 + .../node_modules/graceful-fs/graceful-fs.js | 279 + .../graceful-fs/legacy-streams.js | 118 + .../node_modules/graceful-fs/package.json | 78 + .../node_modules/graceful-fs/polyfills.js | 329 + .../node_modules/fstream/package.json | 66 + .../node_modules/gauge/CHANGELOG.md | 160 + .../gilles_acezat/node_modules/gauge/LICENSE | 13 + .../node_modules/gauge/README.md | 399 + .../node_modules/gauge/base-theme.js | 14 + .../gilles_acezat/node_modules/gauge/error.js | 24 + .../node_modules/gauge/has-color.js | 12 + .../gilles_acezat/node_modules/gauge/index.js | 233 + .../gauge/node_modules/object-assign/index.js | 90 + .../gauge/node_modules/object-assign/license | 21 + .../node_modules/object-assign/package.json | 78 + .../node_modules/object-assign/readme.md | 61 + .../node_modules/gauge/package.json | 95 + .../node_modules/gauge/plumbing.js | 48 + .../node_modules/gauge/process.js | 3 + .../node_modules/gauge/progress-bar.js | 35 + .../node_modules/gauge/render-template.js | 181 + .../node_modules/gauge/set-immediate.js | 7 + .../node_modules/gauge/set-interval.js | 3 + .../gilles_acezat/node_modules/gauge/spin.js | 5 + .../node_modules/gauge/template-item.js | 73 + .../node_modules/gauge/theme-set.js | 115 + .../node_modules/gauge/themes.js | 54 + .../node_modules/gauge/wide-truncate.js | 25 + .../node_modules/gaze/LICENSE-MIT | 22 + .../gilles_acezat/node_modules/gaze/README.md | 181 + .../node_modules/gaze/lib/gaze.js | 439 + .../node_modules/gaze/lib/helper.js | 67 + .../node_modules/gaze/package.json | 75 + .../node_modules/get-caller-file/LICENSE.md | 6 + .../node_modules/get-caller-file/README.md | 4 + .../node_modules/get-caller-file/index.js | 20 + .../node_modules/get-caller-file/package.json | 62 + .../node_modules/get-stdin/index.js | 49 + .../node_modules/get-stdin/package.json | 72 + .../node_modules/get-stdin/readme.md | 44 + .../node_modules/get-value/LICENSE | 21 + .../node_modules/get-value/index.js | 50 + .../node_modules/get-value/package.json | 113 + .../node_modules/getpass/.npmignore | 8 + .../node_modules/getpass/.travis.yml | 9 + .../node_modules/getpass/LICENSE | 18 + .../node_modules/getpass/README.md | 32 + .../node_modules/getpass/lib/index.js | 123 + .../node_modules/getpass/package.json | 54 + .../node_modules/glob-stream/LICENSE | 20 + .../node_modules/glob-stream/README.md | 67 + .../node_modules/glob-stream/index.js | 117 + .../node_modules/readable-stream/.npmignore | 5 + .../node_modules/readable-stream/LICENSE | 18 + .../node_modules/readable-stream/README.md | 15 + .../node_modules/readable-stream/duplex.js | 1 + .../readable-stream/lib/_stream_duplex.js | 89 + .../lib/_stream_passthrough.js | 46 + .../readable-stream/lib/_stream_readable.js | 982 + .../readable-stream/lib/_stream_transform.js | 210 + .../readable-stream/lib/_stream_writable.js | 386 + .../node_modules/readable-stream/package.json | 65 + .../readable-stream/passthrough.js | 1 + .../node_modules/readable-stream/readable.js | 11 + .../node_modules/readable-stream/transform.js | 1 + .../node_modules/readable-stream/writable.js | 1 + .../node_modules/through2/.npmignore | 3 + .../glob-stream/node_modules/through2/LICENSE | 39 + .../node_modules/through2/README.md | 132 + .../node_modules/through2/package.json | 64 + .../node_modules/through2/through2.js | 96 + .../node_modules/glob-stream/package.json | 84 + .../node_modules/glob-watcher/.npmignore | 6 + .../node_modules/glob-watcher/.travis.yml | 6 + .../node_modules/glob-watcher/LICENSE | 20 + .../node_modules/glob-watcher/README.md | 53 + .../node_modules/glob-watcher/index.js | 39 + .../node_modules/glob-watcher/package.json | 70 + .../glob-watcher/test/fixtures/test.coffee | 1 + .../node_modules/glob-watcher/test/main.js | 87 + .../gilles_acezat/node_modules/glob/LICENSE | 15 + .../gilles_acezat/node_modules/glob/README.md | 369 + .../gilles_acezat/node_modules/glob/common.js | 237 + .../gilles_acezat/node_modules/glob/glob.js | 740 + .../node_modules/glob/package.json | 74 + .../gilles_acezat/node_modules/glob/sync.js | 457 + .../node_modules/glob2base/LICENSE | 20 + .../node_modules/glob2base/README.md | 51 + .../node_modules/glob2base/index.js | 59 + .../node_modules/glob2base/package.json | 75 + .../node_modules/global-modules/LICENSE | 21 + .../node_modules/global-modules/README.md | 75 + .../node_modules/global-modules/index.js | 31 + .../node_modules/global-modules/package.json | 112 + .../node_modules/global-prefix/LICENSE | 21 + .../node_modules/global-prefix/README.md | 78 + .../node_modules/global-prefix/index.js | 96 + .../node_modules/global-prefix/package.json | 130 + .../node_modules/globule/.jshintrc | 15 + .../node_modules/globule/.npmignore | 1 + .../node_modules/globule/.travis.yml | 6 + .../node_modules/globule/Gruntfile.js | 48 + .../node_modules/globule/LICENSE-MIT | 22 + .../node_modules/globule/README.md | 117 + .../node_modules/globule/lib/globule.js | 172 + .../globule/node_modules/glob/.npmignore | 2 + .../globule/node_modules/glob/.travis.yml | 3 + .../globule/node_modules/glob/LICENSE | 27 + .../globule/node_modules/glob/README.md | 233 + .../globule/node_modules/glob/examples/g.js | 9 + .../node_modules/glob/examples/usr-local.js | 9 + .../globule/node_modules/glob/glob.js | 643 + .../globule/node_modules/glob/package.json | 61 + .../node_modules/glob/test/00-setup.js | 176 + .../node_modules/glob/test/bash-comparison.js | 63 + .../node_modules/glob/test/bash-results.json | 348 + .../node_modules/glob/test/cwd-test.js | 55 + .../globule/node_modules/glob/test/mark.js | 74 + .../node_modules/glob/test/nocase-nomagic.js | 113 + .../node_modules/glob/test/pause-resume.js | 73 + .../node_modules/glob/test/root-nomount.js | 39 + .../globule/node_modules/glob/test/root.js | 46 + .../node_modules/glob/test/zz-cleanup.js | 11 + .../node_modules/graceful-fs/.npmignore | 1 + .../globule/node_modules/graceful-fs/LICENSE | 27 + .../node_modules/graceful-fs/README.md | 33 + .../node_modules/graceful-fs/graceful-fs.js | 442 + .../node_modules/graceful-fs/package.json | 70 + .../node_modules/graceful-fs/test/open.js | 46 + .../node_modules/graceful-fs/test/ulimit.js | 158 + .../globule/node_modules/inherits/LICENSE | 16 + .../globule/node_modules/inherits/README.md | 51 + .../globule/node_modules/inherits/inherits.js | 29 + .../node_modules/inherits/package.json | 51 + .../globule/node_modules/minimatch/.npmignore | 1 + .../globule/node_modules/minimatch/LICENSE | 23 + .../globule/node_modules/minimatch/README.md | 218 + .../node_modules/minimatch/minimatch.js | 1055 + .../node_modules/minimatch/package.json | 62 + .../node_modules/minimatch/test/basic.js | 399 + .../minimatch/test/brace-expand.js | 33 + .../node_modules/minimatch/test/caching.js | 14 + .../node_modules/minimatch/test/defaults.js | 274 + .../test/extglob-ending-with-state-char.js | 8 + .../node_modules/globule/package.json | 80 + .../globule/test/fixtures/expand/README.md | 0 .../globule/test/fixtures/expand/css/baz.css | 0 .../globule/test/fixtures/expand/css/qux.css | 0 .../test/fixtures/expand/deep/deep.txt | 0 .../fixtures/expand/deep/deeper/deeper.txt | 0 .../expand/deep/deeper/deepest/deepest.txt | 0 .../globule/test/fixtures/expand/js/bar.js | 0 .../globule/test/fixtures/expand/js/foo.js | 0 .../node_modules/globule/test/globule_test.js | 486 + .../gilles_acezat/node_modules/glogg/LICENSE | 22 + .../node_modules/glogg/README.md | 92 + .../gilles_acezat/node_modules/glogg/index.js | 34 + .../node_modules/glogg/package.json | 78 + .../node_modules/gonzales-pe/.npmignore | 8 + .../node_modules/gonzales-pe/.travis.yml | 10 + .../node_modules/gonzales-pe/CHANGELOG.md | 120 + .../node_modules/gonzales-pe/MIT-LICENSE.txt | 19 + .../node_modules/gonzales-pe/README.md | 227 + .../node_modules/gonzales-pe/TODO.nani | 26 + .../gonzales-pe/bin/generate-tests.js | 45 + .../node_modules/gonzales-pe/bin/gonzales.js | 26 + .../gonzales-pe/doc/AST-Description.md | 1214 ++ .../gonzales-pe/doc/Gonzales-Usage.md | 148 + .../node_modules/gonzales-pe/lib/css/mark.js | 129 + .../node_modules/gonzales-pe/lib/css/parse.js | 2688 +++ .../gonzales-pe/lib/css/stringify.js | 80 + .../gonzales-pe/lib/css/tokenizer.js | 273 + .../node_modules/gonzales-pe/lib/gonzales.js | 9 + .../node_modules/gonzales-pe/lib/less/mark.js | 116 + .../gonzales-pe/lib/less/parse.js | 3168 +++ .../gonzales-pe/lib/less/stringify.js | 95 + .../gonzales-pe/lib/less/tokenizer.js | 272 + .../gonzales-pe/lib/node-types.js | 63 + .../node_modules/gonzales-pe/lib/node.js | 151 + .../node_modules/gonzales-pe/lib/parse.js | 42 + .../gonzales-pe/lib/parsing-error.js | 79 + .../node_modules/gonzales-pe/lib/sass/mark.js | 182 + .../gonzales-pe/lib/sass/parse.js | 3889 ++++ .../gonzales-pe/lib/sass/stringify.js | 98 + .../gonzales-pe/lib/sass/tokenizer.js | 350 + .../node_modules/gonzales-pe/lib/scss/mark.js | 116 + .../gonzales-pe/lib/scss/parse.js | 3552 ++++ .../gonzales-pe/lib/scss/stringify.js | 98 + .../gonzales-pe/lib/scss/tokenizer.js | 305 + .../gonzales-pe/lib/token-types.js | 47 + .../node_modules/gonzales-pe/package.json | 64 + .../node_modules/graceful-fs/.npmignore | 3 + .../node_modules/graceful-fs/.travis.yml | 7 + .../node_modules/graceful-fs/LICENSE | 15 + .../node_modules/graceful-fs/README.md | 36 + .../node_modules/graceful-fs/fs.js | 1 + .../node_modules/graceful-fs/graceful-fs.js | 158 + .../node_modules/graceful-fs/package.json | 78 + .../node_modules/graceful-fs/polyfills.js | 255 + .../node_modules/graceful-fs/test/max-open.js | 69 + .../node_modules/graceful-fs/test/open.js | 39 + .../graceful-fs/test/readdir-sort.js | 20 + .../graceful-fs/test/write-then-read.js | 47 + .../node_modules/gulp-autoprefixer/index.js | 56 + .../node_modules/gulp-autoprefixer/license | 9 + .../gulp-autoprefixer/package.json | 79 + .../node_modules/gulp-autoprefixer/readme.md | 75 + .../node_modules/gulp-clean-css/LICENSE | 20 + .../node_modules/gulp-clean-css/README.md | 79 + .../node_modules/gulp-clean-css/index.js | 73 + .../node_modules/gulp-clean-css/package.json | 85 + .../node_modules/gulp-csscomb/LICENSE.txt | 21 + .../node_modules/gulp-csscomb/README.md | 67 + .../node_modules/gulp-csscomb/index.js | 87 + .../node_modules/gulp-csscomb/package.json | 77 + .../node_modules/gulp-rename/LICENSE | 20 + .../node_modules/gulp-rename/README.md | 56 + .../node_modules/gulp-rename/index.js | 69 + .../node_modules/gulp-rename/package.json | 68 + .../node_modules/gulp-sass/.editorconfig | 21 + .../node_modules/gulp-sass/.eslintrc | 12 + .../node_modules/gulp-sass/.travis.yml | 8 + .../node_modules/gulp-sass/CHANGELOG.md | 105 + .../node_modules/gulp-sass/CONTRIBUTING.md | 63 + .../node_modules/gulp-sass/LICENSE | 20 + .../node_modules/gulp-sass/README.md | 110 + .../node_modules/gulp-sass/appveyor.yml | 25 + .../node_modules/gulp-sass/index.js | 164 + .../node_modules/ansi-regex/index.js | 10 + .../gulp-sass/node_modules/ansi-regex/license | 9 + .../node_modules/ansi-regex/package.json | 89 + .../node_modules/ansi-regex/readme.md | 46 + .../node_modules/ansi-styles/index.js | 165 + .../node_modules/ansi-styles/license | 9 + .../node_modules/ansi-styles/package.json | 92 + .../node_modules/ansi-styles/readme.md | 147 + .../gulp-sass/node_modules/chalk/index.js | 228 + .../node_modules/chalk/index.js.flow | 93 + .../gulp-sass/node_modules/chalk/license | 9 + .../gulp-sass/node_modules/chalk/package.json | 107 + .../gulp-sass/node_modules/chalk/readme.md | 314 + .../gulp-sass/node_modules/chalk/templates.js | 128 + .../node_modules/chalk/types/index.d.ts | 97 + .../node_modules/replace-ext/LICENSE | 21 + .../node_modules/replace-ext/README.md | 50 + .../node_modules/replace-ext/index.js | 18 + .../node_modules/replace-ext/package.json | 90 + .../node_modules/strip-ansi/index.js | 4 + .../gulp-sass/node_modules/strip-ansi/license | 9 + .../node_modules/strip-ansi/package.json | 88 + .../node_modules/strip-ansi/readme.md | 39 + .../node_modules/supports-color/browser.js | 5 + .../node_modules/supports-color/index.js | 131 + .../node_modules/supports-color/license | 9 + .../node_modules/supports-color/package.json | 89 + .../node_modules/supports-color/readme.md | 66 + .../node_modules/gulp-sass/package.json | 86 + .../node_modules/gulp-sourcemaps/LICENSE.md | 15 + .../node_modules/gulp-sourcemaps/README.md | 407 + .../node_modules/gulp-sourcemaps/index.js | 8 + .../node_modules/graceful-fs/LICENSE | 15 + .../node_modules/graceful-fs/README.md | 133 + .../node_modules/graceful-fs/clone.js | 19 + .../node_modules/graceful-fs/graceful-fs.js | 279 + .../graceful-fs/legacy-streams.js | 118 + .../node_modules/graceful-fs/package.json | 78 + .../node_modules/graceful-fs/polyfills.js | 329 + .../node_modules/source-map/CHANGELOG.md | 301 + .../node_modules/source-map/LICENSE | 28 + .../node_modules/source-map/README.md | 742 + .../source-map/dist/source-map.debug.js | 3234 +++ .../source-map/dist/source-map.js | 3233 +++ .../source-map/dist/source-map.min.js | 2 + .../source-map/dist/source-map.min.js.map | 1 + .../node_modules/source-map/lib/array-set.js | 121 + .../node_modules/source-map/lib/base64-vlq.js | 140 + .../node_modules/source-map/lib/base64.js | 67 + .../source-map/lib/binary-search.js | 111 + .../source-map/lib/mapping-list.js | 79 + .../node_modules/source-map/lib/quick-sort.js | 114 + .../source-map/lib/source-map-consumer.js | 1145 ++ .../source-map/lib/source-map-generator.js | 425 + .../source-map/lib/source-node.js | 413 + .../node_modules/source-map/lib/util.js | 488 + .../node_modules/source-map/package.json | 212 + .../node_modules/source-map/source-map.d.ts | 98 + .../node_modules/source-map/source-map.js | 8 + .../node_modules/gulp-sourcemaps/package.json | 102 + .../node_modules/gulp-sourcemaps/src/debug.js | 1 + .../src/init/index.internals.js | 128 + .../gulp-sourcemaps/src/init/index.js | 141 + .../node_modules/gulp-sourcemaps/src/utils.js | 78 + .../src/write/index.internals.js | 179 + .../gulp-sourcemaps/src/write/index.js | 70 + .../node_modules/gulp-util/LICENSE | 20 + .../node_modules/gulp-util/README.md | 145 + .../node_modules/gulp-util/index.js | 18 + .../node_modules/gulp-util/lib/PluginError.js | 130 + .../node_modules/gulp-util/lib/buffer.js | 15 + .../node_modules/gulp-util/lib/combine.js | 11 + .../node_modules/gulp-util/lib/env.js | 4 + .../node_modules/gulp-util/lib/isBuffer.js | 7 + .../node_modules/gulp-util/lib/isNull.js | 3 + .../node_modules/gulp-util/lib/isStream.js | 5 + .../node_modules/gulp-util/lib/log.js | 14 + .../node_modules/gulp-util/lib/noop.js | 5 + .../node_modules/gulp-util/lib/template.js | 23 + .../node_modules/gulp-util/package.json | 96 + .../node_modules/gulp/CHANGELOG.md | 233 + .../gilles_acezat/node_modules/gulp/LICENSE | 22 + .../gilles_acezat/node_modules/gulp/README.md | 103 + .../node_modules/gulp/bin/gulp.js | 212 + .../node_modules/gulp/completion/README.md | 20 + .../node_modules/gulp/completion/bash | 27 + .../node_modules/gulp/completion/fish | 10 + .../node_modules/gulp/completion/powershell | 61 + .../node_modules/gulp/completion/zsh | 25 + .../gilles_acezat/node_modules/gulp/gulp.1 | 40 + .../gilles_acezat/node_modules/gulp/index.js | 63 + .../node_modules/gulp/lib/completion.js | 22 + .../node_modules/gulp/lib/taskTree.js | 14 + .../node_modules/gulp/package.json | 108 + .../node_modules/gulplog/CHANGELOG.md | 10 + .../node_modules/gulplog/LICENSE | 22 + .../node_modules/gulplog/README.md | 79 + .../node_modules/gulplog/index.js | 7 + .../node_modules/gulplog/package.json | 74 + .../node_modules/har-schema/LICENSE | 13 + .../node_modules/har-schema/README.md | 49 + .../har-schema/lib/afterRequest.json | 30 + .../har-schema/lib/beforeRequest.json | 30 + .../node_modules/har-schema/lib/browser.json | 20 + .../node_modules/har-schema/lib/cache.json | 21 + .../node_modules/har-schema/lib/content.json | 29 + .../node_modules/har-schema/lib/cookie.json | 36 + .../node_modules/har-schema/lib/creator.json | 20 + .../node_modules/har-schema/lib/entry.json | 53 + .../node_modules/har-schema/lib/har.json | 13 + .../node_modules/har-schema/lib/header.json | 20 + .../node_modules/har-schema/lib/index.js | 22 + .../node_modules/har-schema/lib/log.json | 36 + .../node_modules/har-schema/lib/page.json | 32 + .../har-schema/lib/pageTimings.json | 18 + .../node_modules/har-schema/lib/postData.json | 43 + .../node_modules/har-schema/lib/query.json | 20 + .../node_modules/har-schema/lib/request.json | 57 + .../node_modules/har-schema/lib/response.json | 54 + .../node_modules/har-schema/lib/timings.json | 42 + .../node_modules/har-schema/package.json | 86 + .../node_modules/har-validator/LICENSE | 9 + .../node_modules/har-validator/README.md | 37 + .../node_modules/har-validator/lib/async.js | 105 + .../node_modules/har-validator/lib/error.js | 17 + .../node_modules/har-validator/lib/promise.js | 102 + .../node_modules/har-validator/package.json | 76 + .../node_modules/has-ansi/index.js | 4 + .../node_modules/has-ansi/license | 21 + .../node_modules/has-ansi/package.json | 99 + .../node_modules/has-ansi/readme.md | 36 + .../node_modules/has-flag/index.js | 8 + .../node_modules/has-flag/license | 9 + .../node_modules/has-flag/package.json | 76 + .../node_modules/has-flag/readme.md | 70 + .../node_modules/has-gulplog/LICENSE | 22 + .../node_modules/has-gulplog/README.md | 2 + .../node_modules/has-gulplog/index.js | 9 + .../node_modules/has-gulplog/package.json | 71 + .../node_modules/has-unicode/LICENSE | 14 + .../node_modules/has-unicode/README.md | 43 + .../node_modules/has-unicode/index.js | 16 + .../node_modules/has-unicode/package.json | 62 + .../node_modules/has-value/LICENSE | 21 + .../node_modules/has-value/README.md | 149 + .../node_modules/has-value/index.js | 16 + .../node_modules/has-value/package.json | 120 + .../node_modules/has-values/LICENSE | 21 + .../node_modules/has-values/README.md | 129 + .../node_modules/has-values/index.js | 60 + .../has-values/node_modules/kind-of/LICENSE | 21 + .../has-values/node_modules/kind-of/README.md | 267 + .../has-values/node_modules/kind-of/index.js | 119 + .../node_modules/kind-of/package.json | 139 + .../node_modules/has-values/package.json | 115 + .../node_modules/homedir-polyfill/LICENSE | 21 + .../node_modules/homedir-polyfill/README.md | 75 + .../node_modules/homedir-polyfill/index.js | 85 + .../homedir-polyfill/package.json | 93 + .../node_modules/hosted-git-info/CHANGELOG.md | 54 + .../node_modules/hosted-git-info/LICENSE | 13 + .../node_modules/hosted-git-info/README.md | 133 + .../hosted-git-info/git-host-info.js | 77 + .../node_modules/hosted-git-info/git-host.js | 131 + .../node_modules/hosted-git-info/index.js | 122 + .../node_modules/hosted-git-info/package.json | 72 + .../http-signature/.dir-locals.el | 6 + .../node_modules/http-signature/.npmignore | 7 + .../node_modules/http-signature/CHANGES.md | 46 + .../node_modules/http-signature/LICENSE | 18 + .../node_modules/http-signature/README.md | 79 + .../http-signature/http_signing.md | 363 + .../node_modules/http-signature/lib/index.js | 29 + .../node_modules/http-signature/lib/parser.js | 315 + .../node_modules/http-signature/lib/signer.js | 401 + .../node_modules/http-signature/lib/utils.js | 112 + .../node_modules/http-signature/lib/verify.js | 88 + .../node_modules/http-signature/package.json | 77 + .../node_modules/in-publish/.npmignore | 32 + .../node_modules/in-publish/LICENSE | 14 + .../node_modules/in-publish/README.md | 50 + .../node_modules/in-publish/README.md~ | 40 + .../node_modules/in-publish/in-install.js | 4 + .../node_modules/in-publish/in-publish.js | 4 + .../node_modules/in-publish/index.js | 28 + .../node_modules/in-publish/not-in-install.js | 4 + .../node_modules/in-publish/not-in-publish.js | 4 + .../node_modules/in-publish/package.json | 54 + .../node_modules/in-publish/test/package.json | 10 + .../node_modules/indent-string/index.js | 20 + .../node_modules/indent-string/license | 21 + .../node_modules/indent-string/package.json | 72 + .../node_modules/indent-string/readme.md | 58 + .../node_modules/inflight/LICENSE | 15 + .../node_modules/inflight/README.md | 37 + .../node_modules/inflight/inflight.js | 54 + .../node_modules/inflight/package.json | 67 + .../node_modules/inherits/LICENSE | 16 + .../node_modules/inherits/README.md | 42 + .../node_modules/inherits/inherits.js | 7 + .../node_modules/inherits/inherits_browser.js | 23 + .../node_modules/inherits/package.json | 78 + .../gilles_acezat/node_modules/ini/LICENSE | 15 + .../gilles_acezat/node_modules/ini/README.md | 102 + .../gilles_acezat/node_modules/ini/ini.js | 194 + .../node_modules/ini/package.json | 63 + .../node_modules/interpret/CHANGELOG | 115 + .../node_modules/interpret/LICENSE | 22 + .../node_modules/interpret/README.md | 145 + .../node_modules/interpret/index.js | 141 + .../node_modules/interpret/package.json | 78 + .../node_modules/invert-kv/index.js | 15 + .../node_modules/invert-kv/package.json | 69 + .../node_modules/invert-kv/readme.md | 25 + .../node_modules/is-absolute/LICENSE | 22 + .../node_modules/is-absolute/README.md | 114 + .../node_modules/is-absolute/index.js | 47 + .../node_modules/is-absolute/package.json | 133 + .../is-accessor-descriptor/LICENSE | 21 + .../is-accessor-descriptor/README.md | 123 + .../is-accessor-descriptor/index.js | 69 + .../node_modules/kind-of/LICENSE | 21 + .../node_modules/kind-of/README.md | 261 + .../node_modules/kind-of/index.js | 116 + .../node_modules/kind-of/package.json | 139 + .../is-accessor-descriptor/package.json | 94 + .../node_modules/is-arrayish/.editorconfig | 18 + .../node_modules/is-arrayish/.istanbul.yml | 4 + .../node_modules/is-arrayish/.npmignore | 5 + .../node_modules/is-arrayish/.travis.yml | 17 + .../node_modules/is-arrayish/LICENSE | 21 + .../node_modules/is-arrayish/README.md | 16 + .../node_modules/is-arrayish/index.js | 10 + .../node_modules/is-arrayish/package.json | 70 + .../node_modules/is-buffer/LICENSE | 21 + .../node_modules/is-buffer/README.md | 53 + .../node_modules/is-buffer/index.js | 21 + .../node_modules/is-buffer/package.json | 83 + .../node_modules/is-buffer/test/basic.js | 24 + .../node_modules/is-builtin-module/index.js | 10 + .../node_modules/is-builtin-module/license | 21 + .../is-builtin-module/package.json | 79 + .../node_modules/is-builtin-module/readme.md | 33 + .../node_modules/is-data-descriptor/LICENSE | 21 + .../node_modules/is-data-descriptor/README.md | 128 + .../node_modules/is-data-descriptor/index.js | 55 + .../node_modules/kind-of/LICENSE | 21 + .../node_modules/kind-of/README.md | 261 + .../node_modules/kind-of/index.js | 116 + .../node_modules/kind-of/package.json | 139 + .../is-data-descriptor/package.json | 93 + .../node_modules/is-descriptor/LICENSE | 21 + .../node_modules/is-descriptor/README.md | 193 + .../node_modules/is-descriptor/index.js | 22 + .../node_modules/kind-of/LICENSE | 21 + .../node_modules/kind-of/README.md | 342 + .../node_modules/kind-of/index.js | 147 + .../node_modules/kind-of/package.json | 146 + .../node_modules/is-descriptor/package.json | 118 + .../node_modules/is-extendable/LICENSE | 21 + .../node_modules/is-extendable/README.md | 72 + .../node_modules/is-extendable/index.js | 13 + .../node_modules/is-extendable/package.json | 91 + .../node_modules/is-extglob/LICENSE | 21 + .../node_modules/is-extglob/README.md | 107 + .../node_modules/is-extglob/index.js | 20 + .../node_modules/is-extglob/package.json | 100 + .../node_modules/is-finite/index.js | 6 + .../node_modules/is-finite/license | 21 + .../node_modules/is-finite/package.json | 72 + .../node_modules/is-finite/readme.md | 28 + .../is-fullwidth-code-point/index.js | 46 + .../is-fullwidth-code-point/license | 21 + .../is-fullwidth-code-point/package.json | 81 + .../is-fullwidth-code-point/readme.md | 39 + .../node_modules/is-glob/LICENSE | 21 + .../node_modules/is-glob/README.md | 142 + .../node_modules/is-glob/index.js | 25 + .../node_modules/is-glob/package.json | 119 + .../node_modules/is-number/LICENSE | 21 + .../node_modules/is-number/README.md | 115 + .../node_modules/is-number/index.js | 22 + .../is-number/node_modules/kind-of/LICENSE | 21 + .../is-number/node_modules/kind-of/README.md | 261 + .../is-number/node_modules/kind-of/index.js | 116 + .../node_modules/kind-of/package.json | 139 + .../node_modules/is-number/package.json | 125 + .../node_modules/is-plain-object/LICENSE | 21 + .../node_modules/is-plain-object/README.md | 104 + .../node_modules/is-plain-object/index.d.ts | 5 + .../node_modules/is-plain-object/index.js | 37 + .../node_modules/is-plain-object/package.json | 130 + .../node_modules/is-promise/.npmignore | 6 + .../node_modules/is-promise/.travis.yml | 3 + .../node_modules/is-promise/LICENSE | 19 + .../node_modules/is-promise/index.js | 5 + .../node_modules/is-promise/package.json | 53 + .../node_modules/is-promise/readme.md | 29 + .../node_modules/is-relative/LICENSE | 21 + .../node_modules/is-relative/README.md | 77 + .../node_modules/is-relative/index.js | 12 + .../node_modules/is-relative/package.json | 108 + .../node_modules/is-typedarray/LICENSE.md | 18 + .../node_modules/is-typedarray/README.md | 16 + .../node_modules/is-typedarray/index.js | 41 + .../node_modules/is-typedarray/package.json | 63 + .../node_modules/is-typedarray/test.js | 34 + .../node_modules/is-unc-path/LICENSE | 21 + .../node_modules/is-unc-path/README.md | 115 + .../node_modules/is-unc-path/index.js | 10 + .../node_modules/is-unc-path/package.json | 96 + .../node_modules/is-utf8/LICENSE | 9 + .../node_modules/is-utf8/README.md | 16 + .../node_modules/is-utf8/is-utf8.js | 76 + .../node_modules/is-utf8/package.json | 58 + .../node_modules/is-windows/LICENSE | 21 + .../node_modules/is-windows/README.md | 95 + .../node_modules/is-windows/index.js | 27 + .../node_modules/is-windows/package.json | 114 + .../node_modules/isarray/README.md | 54 + .../node_modules/isarray/build/build.js | 209 + .../node_modules/isarray/component.json | 19 + .../node_modules/isarray/index.js | 3 + .../node_modules/isarray/package.json | 63 + .../node_modules/isexe/.npmignore | 2 + .../gilles_acezat/node_modules/isexe/LICENSE | 15 + .../node_modules/isexe/README.md | 51 + .../gilles_acezat/node_modules/isexe/index.js | 57 + .../gilles_acezat/node_modules/isexe/mode.js | 41 + .../node_modules/isexe/package.json | 64 + .../node_modules/isexe/test/basic.js | 221 + .../node_modules/isexe/windows.js | 42 + .../node_modules/isobject/LICENSE | 21 + .../node_modules/isobject/README.md | 122 + .../node_modules/isobject/index.d.ts | 5 + .../node_modules/isobject/index.js | 12 + .../node_modules/isobject/package.json | 129 + .../node_modules/isstream/.jshintrc | 59 + .../node_modules/isstream/.npmignore | 1 + .../node_modules/isstream/.travis.yml | 12 + .../node_modules/isstream/LICENSE.md | 11 + .../node_modules/isstream/README.md | 66 + .../node_modules/isstream/isstream.js | 27 + .../node_modules/isstream/package.json | 65 + .../node_modules/isstream/test.js | 168 + .../js-base64/.attic/test-moment/dankogai.js | 44 + .../js-base64/.attic/test-moment/es5.js | 24 + .../js-base64/.attic/test-moment/es6.js | 25 + .../js-base64/.attic/test-moment/index.html | 40 + .../js-base64/.attic/test-moment/large.js | 25 + .../js-base64/.attic/test-moment/moment.js | 4535 ++++ .../js-base64/.attic/test-moment/yoshinoya.js | 19 + .../node_modules/js-base64/1x1.png | Bin 0 -> 68 bytes .../node_modules/js-base64/LICENSE.md | 27 + .../node_modules/js-base64/README.md | 94 + .../node_modules/js-base64/base64.html | 47 + .../node_modules/js-base64/base64.js | 234 + .../node_modules/js-base64/base64.min.js | 1 + .../node_modules/js-base64/bower.json | 18 + .../node_modules/js-base64/package.js | 9 + .../node_modules/js-base64/package.json | 58 + .../node_modules/js-base64/test/atob.js | 46 + .../node_modules/js-base64/test/dankogai.js | 44 + .../node_modules/js-base64/test/es5.js | 24 + .../node_modules/js-base64/test/es6.js | 25 + .../node_modules/js-base64/test/index.html | 40 + .../node_modules/js-base64/test/large.js | 25 + .../node_modules/js-base64/test/yoshinoya.js | 19 + .../node_modules/jsbn/.npmignore | 2 + .../gilles_acezat/node_modules/jsbn/LICENSE | 40 + .../gilles_acezat/node_modules/jsbn/README.md | 175 + .../node_modules/jsbn/example.html | 12 + .../node_modules/jsbn/example.js | 3 + .../gilles_acezat/node_modules/jsbn/index.js | 1357 ++ .../node_modules/jsbn/package.json | 58 + .../json-schema-traverse/.eslintrc.yml | 27 + .../json-schema-traverse/.travis.yml | 8 + .../node_modules/json-schema-traverse/LICENSE | 21 + .../json-schema-traverse/README.md | 83 + .../json-schema-traverse/index.js | 89 + .../json-schema-traverse/package.json | 70 + .../json-schema-traverse/spec/.eslintrc.yml | 6 + .../spec/fixtures/schema.js | 125 + .../json-schema-traverse/spec/index.spec.js | 171 + .../node_modules/json-schema/README.md | 5 + .../json-schema/draft-00/hyper-schema | 68 + .../json-schema/draft-00/json-ref | 26 + .../node_modules/json-schema/draft-00/links | 33 + .../node_modules/json-schema/draft-00/schema | 155 + .../json-schema/draft-01/hyper-schema | 68 + .../json-schema/draft-01/json-ref | 26 + .../node_modules/json-schema/draft-01/links | 33 + .../node_modules/json-schema/draft-01/schema | 155 + .../json-schema/draft-02/hyper-schema | 68 + .../json-schema/draft-02/json-ref | 26 + .../node_modules/json-schema/draft-02/links | 35 + .../node_modules/json-schema/draft-02/schema | 166 + .../json-schema/draft-03/examples/address | 20 + .../json-schema/draft-03/examples/calendar | 53 + .../json-schema/draft-03/examples/card | 105 + .../json-schema/draft-03/examples/geo | 8 + .../json-schema/draft-03/examples/interfaces | 23 + .../json-schema/draft-03/hyper-schema | 60 + .../json-schema/draft-03/json-ref | 26 + .../node_modules/json-schema/draft-03/links | 35 + .../node_modules/json-schema/draft-03/schema | 174 + .../json-schema/draft-04/hyper-schema | 60 + .../node_modules/json-schema/draft-04/links | 41 + .../node_modules/json-schema/draft-04/schema | 189 + .../json-schema/draft-zyp-json-schema-03.xml | 1120 + .../json-schema/draft-zyp-json-schema-04.xml | 1072 + .../node_modules/json-schema/lib/links.js | 66 + .../node_modules/json-schema/lib/validate.js | 273 + .../node_modules/json-schema/package.json | 75 + .../node_modules/json-schema/test/tests.js | 95 + .../json-stringify-safe/.npmignore | 1 + .../json-stringify-safe/CHANGELOG.md | 14 + .../node_modules/json-stringify-safe/LICENSE | 15 + .../node_modules/json-stringify-safe/Makefile | 35 + .../json-stringify-safe/README.md | 52 + .../json-stringify-safe/package.json | 70 + .../json-stringify-safe/stringify.js | 27 + .../json-stringify-safe/test/mocha.opts | 2 + .../test/stringify_test.js | 246 + .../node_modules/jsprim/CHANGES.md | 49 + .../node_modules/jsprim/CONTRIBUTING.md | 19 + .../gilles_acezat/node_modules/jsprim/LICENSE | 19 + .../node_modules/jsprim/README.md | 287 + .../node_modules/jsprim/lib/jsprim.js | 735 + .../node_modules/jsprim/package.json | 53 + .../node_modules/kind-of/CHANGELOG.md | 157 + .../node_modules/kind-of/LICENSE | 21 + .../node_modules/kind-of/README.md | 365 + .../node_modules/kind-of/index.js | 129 + .../node_modules/kind-of/package.json | 158 + .../gilles_acezat/node_modules/lcid/index.js | 22 + .../gilles_acezat/node_modules/lcid/lcid.json | 203 + .../gilles_acezat/node_modules/lcid/license | 21 + .../node_modules/lcid/package.json | 82 + .../gilles_acezat/node_modules/lcid/readme.md | 35 + .../node_modules/liftoff/CHANGELOG | 127 + .../node_modules/liftoff/LICENSE | 22 + .../node_modules/liftoff/README.md | 451 + .../node_modules/liftoff/index.js | 211 + .../liftoff/lib/build_config_name.js | 17 + .../node_modules/liftoff/lib/file_search.js | 14 + .../node_modules/liftoff/lib/find_config.js | 25 + .../node_modules/liftoff/lib/find_cwd.js | 18 + .../liftoff/lib/get_node_flags.js | 30 + .../node_modules/liftoff/lib/parse_options.js | 35 + .../liftoff/lib/register_loader.js | 24 + .../liftoff/lib/silent_require.js | 5 + .../node_modules/liftoff/package.json | 79 + .../node_modules/load-json-file/index.js | 21 + .../node_modules/load-json-file/license | 21 + .../node_modules/graceful-fs/LICENSE | 15 + .../node_modules/graceful-fs/README.md | 133 + .../node_modules/graceful-fs/clone.js | 19 + .../node_modules/graceful-fs/graceful-fs.js | 279 + .../graceful-fs/legacy-streams.js | 118 + .../node_modules/graceful-fs/package.json | 78 + .../node_modules/graceful-fs/polyfills.js | 329 + .../node_modules/strip-bom/index.js | 17 + .../node_modules/strip-bom/license | 21 + .../node_modules/strip-bom/package.json | 78 + .../node_modules/strip-bom/readme.md | 39 + .../node_modules/load-json-file/package.json | 84 + .../node_modules/load-json-file/readme.md | 45 + .../node_modules/lodash._basecopy/LICENSE.txt | 22 + .../node_modules/lodash._basecopy/README.md | 20 + .../node_modules/lodash._basecopy/index.js | 32 + .../lodash._basecopy/package.json | 79 + .../node_modules/lodash._basetostring/LICENSE | 22 + .../lodash._basetostring/README.md | 20 + .../lodash._basetostring/index.js | 22 + .../lodash._basetostring/package.json | 79 + .../lodash._basevalues/LICENSE.txt | 22 + .../node_modules/lodash._basevalues/README.md | 20 + .../node_modules/lodash._basevalues/index.js | 31 + .../lodash._basevalues/package.json | 79 + .../node_modules/lodash._getnative/LICENSE | 22 + .../node_modules/lodash._getnative/README.md | 20 + .../node_modules/lodash._getnative/index.js | 137 + .../lodash._getnative/package.json | 79 + .../lodash._isiterateecall/LICENSE.txt | 22 + .../lodash._isiterateecall/README.md | 20 + .../lodash._isiterateecall/index.js | 132 + .../lodash._isiterateecall/package.json | 79 + .../node_modules/lodash._reescape/LICENSE.txt | 22 + .../node_modules/lodash._reescape/README.md | 20 + .../node_modules/lodash._reescape/index.js | 13 + .../lodash._reescape/package.json | 79 + .../lodash._reevaluate/LICENSE.txt | 22 + .../node_modules/lodash._reevaluate/README.md | 20 + .../node_modules/lodash._reevaluate/index.js | 13 + .../lodash._reevaluate/package.json | 79 + .../lodash._reinterpolate/LICENSE.txt | 22 + .../lodash._reinterpolate/README.md | 20 + .../lodash._reinterpolate/index.js | 13 + .../lodash._reinterpolate/package.json | 81 + .../node_modules/lodash._root/LICENSE | 23 + .../node_modules/lodash._root/README.md | 18 + .../node_modules/lodash._root/index.js | 59 + .../node_modules/lodash._root/package.json | 69 + .../node_modules/lodash.assign/LICENSE | 47 + .../node_modules/lodash.assign/README.md | 18 + .../node_modules/lodash.assign/index.js | 637 + .../node_modules/lodash.assign/package.json | 73 + .../node_modules/lodash.clonedeep/LICENSE | 47 + .../node_modules/lodash.clonedeep/README.md | 18 + .../node_modules/lodash.clonedeep/index.js | 1748 ++ .../lodash.clonedeep/package.json | 74 + .../node_modules/lodash.escape/LICENSE | 22 + .../node_modules/lodash.escape/README.md | 18 + .../node_modules/lodash.escape/index.js | 180 + .../node_modules/lodash.escape/package.json | 77 + .../node_modules/lodash.isarguments/LICENSE | 47 + .../node_modules/lodash.isarguments/README.md | 18 + .../node_modules/lodash.isarguments/index.js | 229 + .../lodash.isarguments/package.json | 73 + .../node_modules/lodash.isarray/LICENSE | 22 + .../node_modules/lodash.isarray/README.md | 20 + .../node_modules/lodash.isarray/index.js | 180 + .../node_modules/lodash.isarray/package.json | 85 + .../node_modules/lodash.keys/LICENSE | 22 + .../node_modules/lodash.keys/README.md | 20 + .../node_modules/lodash.keys/index.js | 236 + .../node_modules/lodash.keys/package.json | 90 + .../node_modules/lodash.mergewith/LICENSE | 47 + .../node_modules/lodash.mergewith/README.md | 18 + .../node_modules/lodash.mergewith/index.js | 1963 ++ .../lodash.mergewith/package.json | 68 + .../node_modules/lodash.restparam/LICENSE.txt | 22 + .../node_modules/lodash.restparam/README.md | 20 + .../node_modules/lodash.restparam/index.js | 67 + .../lodash.restparam/package.json | 85 + .../node_modules/lodash.template/LICENSE | 22 + .../node_modules/lodash.template/README.md | 20 + .../node_modules/lodash.template/index.js | 389 + .../node_modules/lodash.template/package.json | 96 + .../lodash.templatesettings/LICENSE | 22 + .../lodash.templatesettings/README.md | 18 + .../lodash.templatesettings/index.js | 77 + .../lodash.templatesettings/package.json | 80 + .../node_modules/lodash/LICENSE.txt | 22 + .../node_modules/lodash/README.md | 128 + .../node_modules/lodash/dist/lodash.compat.js | 5152 +++++ .../lodash/dist/lodash.compat.min.js | 42 + .../node_modules/lodash/dist/lodash.js | 4983 +++++ .../node_modules/lodash/dist/lodash.min.js | 41 + .../lodash/dist/lodash.underscore.js | 4307 ++++ .../lodash/dist/lodash.underscore.min.js | 34 + .../node_modules/lodash/package.json | 83 + .../node_modules/loud-rejection/api.js | 11 + .../node_modules/loud-rejection/index.js | 36 + .../node_modules/loud-rejection/license | 21 + .../node_modules/loud-rejection/package.json | 95 + .../node_modules/loud-rejection/readme.md | 68 + .../node_modules/loud-rejection/register.js | 2 + .../node_modules/lru-cache/.npmignore | 1 + .../node_modules/lru-cache/.travis.yml | 8 + .../node_modules/lru-cache/CONTRIBUTORS | 14 + .../node_modules/lru-cache/LICENSE | 15 + .../node_modules/lru-cache/README.md | 137 + .../node_modules/lru-cache/lib/lru-cache.js | 334 + .../node_modules/lru-cache/package.json | 62 + .../node_modules/lru-cache/test/basic.js | 396 + .../node_modules/lru-cache/test/foreach.js | 120 + .../lru-cache/test/memory-leak.js | 51 + .../node_modules/lru-cache/test/serialize.js | 216 + .../node_modules/lru-queue/.lint | 11 + .../node_modules/lru-queue/.npmignore | 4 + .../node_modules/lru-queue/.travis.yml | 9 + .../node_modules/lru-queue/CHANGES | 3 + .../node_modules/lru-queue/LICENCE | 19 + .../node_modules/lru-queue/README.md | 65 + .../node_modules/lru-queue/index.js | 48 + .../node_modules/lru-queue/package.json | 61 + .../node_modules/lru-queue/test/index.js | 29 + .../node_modules/make-iterator/LICENSE | 21 + .../node_modules/make-iterator/README.md | 102 + .../node_modules/make-iterator/index.js | 99 + .../node_modules/make-iterator/package.json | 99 + .../node_modules/map-cache/LICENSE | 21 + .../node_modules/map-cache/README.md | 145 + .../node_modules/map-cache/index.js | 100 + .../node_modules/map-cache/package.json | 92 + .../node_modules/map-obj/index.js | 13 + .../node_modules/map-obj/license | 21 + .../node_modules/map-obj/package.json | 73 + .../node_modules/map-obj/readme.md | 29 + .../node_modules/map-visit/LICENSE | 21 + .../node_modules/map-visit/README.md | 155 + .../node_modules/map-visit/index.js | 37 + .../node_modules/map-visit/package.json | 113 + .../node_modules/memoizee/.editorconfig | 14 + .../node_modules/memoizee/.testignore | 1 + .../node_modules/memoizee/CHANGELOG.md | 91 + .../node_modules/memoizee/CHANGES | 124 + .../node_modules/memoizee/LICENSE | 15 + .../node_modules/memoizee/README.md | 485 + .../memoizee/benchmark/fibonacci.js | 140 + .../node_modules/memoizee/ext/async.js | 154 + .../node_modules/memoizee/ext/dispose.js | 33 + .../node_modules/memoizee/ext/max-age.js | 90 + .../node_modules/memoizee/ext/max.js | 27 + .../node_modules/memoizee/ext/promise.js | 147 + .../node_modules/memoizee/ext/ref-counter.js | 48 + .../node_modules/memoizee/index.js | 34 + .../memoizee/lib/configure-map.js | 182 + .../node_modules/memoizee/lib/methods.js | 32 + .../memoizee/lib/registered-extensions.js | 1 + .../memoizee/lib/resolve-length.js | 15 + .../memoizee/lib/resolve-normalize.js | 17 + .../memoizee/lib/resolve-resolve.js | 21 + .../node_modules/memoizee/lib/weak.js | 134 + .../node_modules/memoizee/methods-plain.js | 3 + .../node_modules/memoizee/methods.js | 3 + .../memoizee/normalizers/get-1.js | 29 + .../memoizee/normalizers/get-fixed.js | 71 + .../normalizers/get-primitive-fixed.js | 16 + .../node_modules/memoizee/normalizers/get.js | 90 + .../memoizee/normalizers/primitive.js | 9 + .../node_modules/memoizee/package.json | 94 + .../node_modules/memoizee/plain.js | 37 + .../node_modules/memoizee/profile.js | 107 + .../node_modules/memoizee/test/ext/async.js | 413 + .../node_modules/memoizee/test/ext/dispose.js | 243 + .../node_modules/memoizee/test/ext/max-age.js | 860 + .../node_modules/memoizee/test/ext/max.js | 1677 ++ .../node_modules/memoizee/test/ext/promise.js | 326 + .../memoizee/test/ext/ref-counter.js | 302 + .../node_modules/memoizee/test/index.js | 2474 +++ .../memoizee/test/lib/configure-map.js | 156 + .../node_modules/memoizee/test/lib/methods.js | 50 + .../test/lib/registered-extensions.js | 6 + .../memoizee/test/lib/resolve-length.js | 10 + .../memoizee/test/lib/resolve-normalize.js | 9 + .../memoizee/test/lib/resolve-resolve.js | 5 + .../node_modules/memoizee/test/lib/weak.js | 53 + .../memoizee/test/methods-plain.js | 48 + .../node_modules/memoizee/test/methods.js | 45 + .../memoizee/test/normalizers/get-1.js | 62 + .../memoizee/test/normalizers/get-fixed.js | 98 + .../test/normalizers/get-primitive-fixed.js | 70 + .../memoizee/test/normalizers/get.js | 66 + .../memoizee/test/normalizers/primitive.js | 28 + .../node_modules/memoizee/test/plain.js | 56 + .../node_modules/memoizee/test/profile.js | 14 + .../node_modules/memoizee/test/weak-plain.js | 50 + .../node_modules/memoizee/test/weak.js | 62 + .../node_modules/memoizee/weak-plain.js | 3 + .../node_modules/memoizee/weak.js | 3 + .../gilles_acezat/node_modules/meow/index.js | 82 + .../gilles_acezat/node_modules/meow/license | 21 + .../meow/node_modules/object-assign/index.js | 90 + .../meow/node_modules/object-assign/license | 21 + .../node_modules/object-assign/package.json | 78 + .../meow/node_modules/object-assign/readme.md | 61 + .../node_modules/meow/package.json | 94 + .../gilles_acezat/node_modules/meow/readme.md | 159 + .../node_modules/micromatch/CHANGELOG.md | 37 + .../node_modules/micromatch/LICENSE | 21 + .../node_modules/micromatch/README.md | 1150 ++ .../node_modules/micromatch/index.js | 877 + .../node_modules/micromatch/lib/cache.js | 1 + .../node_modules/micromatch/lib/compilers.js | 77 + .../node_modules/micromatch/lib/parsers.js | 83 + .../node_modules/micromatch/lib/utils.js | 309 + .../node_modules/micromatch/package.json | 216 + .../node_modules/mime-db/HISTORY.md | 397 + .../node_modules/mime-db/LICENSE | 22 + .../node_modules/mime-db/README.md | 94 + .../node_modules/mime-db/db.json | 7688 +++++++ .../node_modules/mime-db/index.js | 11 + .../node_modules/mime-db/package.json | 100 + .../node_modules/mime-types/HISTORY.md | 285 + .../node_modules/mime-types/LICENSE | 23 + .../node_modules/mime-types/README.md | 107 + .../node_modules/mime-types/index.js | 188 + .../node_modules/mime-types/package.json | 87 + .../node_modules/minimatch/LICENSE | 15 + .../node_modules/minimatch/README.md | 216 + .../node_modules/minimatch/browser.js | 1159 ++ .../node_modules/minimatch/minimatch.js | 912 + .../node_modules/minimatch/package.json | 66 + .../node_modules/minimist/.travis.yml | 8 + .../node_modules/minimist/LICENSE | 18 + .../node_modules/minimist/example/parse.js | 2 + .../node_modules/minimist/index.js | 236 + .../node_modules/minimist/package.json | 79 + .../node_modules/minimist/readme.markdown | 91 + .../node_modules/minimist/test/all_bool.js | 32 + .../node_modules/minimist/test/bool.js | 166 + .../node_modules/minimist/test/dash.js | 31 + .../minimist/test/default_bool.js | 35 + .../node_modules/minimist/test/dotted.js | 22 + .../node_modules/minimist/test/kv_short.js | 16 + .../node_modules/minimist/test/long.js | 31 + .../node_modules/minimist/test/num.js | 36 + .../node_modules/minimist/test/parse.js | 197 + .../minimist/test/parse_modified.js | 9 + .../node_modules/minimist/test/short.js | 67 + .../node_modules/minimist/test/stop_early.js | 15 + .../node_modules/minimist/test/unknown.js | 102 + .../node_modules/minimist/test/whitespace.js | 8 + .../node_modules/mixin-deep/LICENSE | 21 + .../node_modules/mixin-deep/README.md | 80 + .../node_modules/mixin-deep/index.js | 53 + .../node_modules/is-extendable/LICENSE | 21 + .../node_modules/is-extendable/README.md | 88 + .../node_modules/is-extendable/index.d.ts | 5 + .../node_modules/is-extendable/index.js | 14 + .../node_modules/is-extendable/package.json | 98 + .../node_modules/mixin-deep/package.json | 98 + .../node_modules/mkdirp/.travis.yml | 8 + .../gilles_acezat/node_modules/mkdirp/LICENSE | 21 + .../node_modules/mkdirp/bin/cmd.js | 33 + .../node_modules/mkdirp/bin/usage.txt | 12 + .../node_modules/mkdirp/examples/pow.js | 6 + .../node_modules/mkdirp/index.js | 98 + .../mkdirp/node_modules/minimist/.travis.yml | 4 + .../mkdirp/node_modules/minimist/LICENSE | 18 + .../node_modules/minimist/example/parse.js | 2 + .../mkdirp/node_modules/minimist/index.js | 187 + .../mkdirp/node_modules/minimist/package.json | 75 + .../node_modules/minimist/readme.markdown | 73 + .../mkdirp/node_modules/minimist/test/dash.js | 24 + .../minimist/test/default_bool.js | 20 + .../node_modules/minimist/test/dotted.js | 16 + .../mkdirp/node_modules/minimist/test/long.js | 31 + .../node_modules/minimist/test/parse.js | 318 + .../minimist/test/parse_modified.js | 9 + .../node_modules/minimist/test/short.js | 67 + .../node_modules/minimist/test/whitespace.js | 8 + .../node_modules/mkdirp/package.json | 69 + .../node_modules/mkdirp/readme.markdown | 100 + .../node_modules/mkdirp/test/chmod.js | 41 + .../node_modules/mkdirp/test/clobber.js | 38 + .../node_modules/mkdirp/test/mkdirp.js | 28 + .../node_modules/mkdirp/test/opts_fs.js | 29 + .../node_modules/mkdirp/test/opts_fs_sync.js | 27 + .../node_modules/mkdirp/test/perm.js | 32 + .../node_modules/mkdirp/test/perm_sync.js | 36 + .../node_modules/mkdirp/test/race.js | 37 + .../node_modules/mkdirp/test/rel.js | 32 + .../node_modules/mkdirp/test/return.js | 25 + .../node_modules/mkdirp/test/return_sync.js | 24 + .../node_modules/mkdirp/test/root.js | 19 + .../node_modules/mkdirp/test/sync.js | 32 + .../node_modules/mkdirp/test/umask.js | 28 + .../node_modules/mkdirp/test/umask_sync.js | 32 + .../gilles_acezat/node_modules/ms/index.js | 152 + .../gilles_acezat/node_modules/ms/license.md | 21 + .../node_modules/ms/package.json | 74 + .../gilles_acezat/node_modules/ms/readme.md | 51 + .../node_modules/multipipe/.npmignore | 1 + .../node_modules/multipipe/.travis.yml | 3 + .../node_modules/multipipe/History.md | 25 + .../node_modules/multipipe/Makefile | 10 + .../node_modules/multipipe/Readme.md | 102 + .../node_modules/multipipe/index.js | 72 + .../node_modules/multipipe/package.json | 52 + .../node_modules/multipipe/test/multipipe.js | 141 + .../node_modules/nan/CHANGELOG.md | 509 + .../gilles_acezat/node_modules/nan/LICENSE.md | 13 + .../gilles_acezat/node_modules/nan/README.md | 456 + .../node_modules/nan/doc/asyncworker.md | 146 + .../node_modules/nan/doc/buffers.md | 54 + .../node_modules/nan/doc/callback.md | 76 + .../node_modules/nan/doc/converters.md | 41 + .../node_modules/nan/doc/errors.md | 226 + .../node_modules/nan/doc/json.md | 62 + .../node_modules/nan/doc/maybe_types.md | 583 + .../node_modules/nan/doc/methods.md | 661 + .../gilles_acezat/node_modules/nan/doc/new.md | 147 + .../node_modules/nan/doc/node_misc.md | 123 + .../node_modules/nan/doc/object_wrappers.md | 263 + .../node_modules/nan/doc/persistent.md | 296 + .../node_modules/nan/doc/scopes.md | 73 + .../node_modules/nan/doc/script.md | 38 + .../node_modules/nan/doc/string_bytes.md | 62 + .../node_modules/nan/doc/v8_internals.md | 199 + .../node_modules/nan/doc/v8_misc.md | 85 + .../node_modules/nan/include_dirs.js | 1 + .../gilles_acezat/node_modules/nan/nan.h | 2810 +++ .../node_modules/nan/nan_callbacks.h | 88 + .../node_modules/nan/nan_callbacks_12_inl.h | 514 + .../nan/nan_callbacks_pre_12_inl.h | 520 + .../node_modules/nan/nan_converters.h | 72 + .../node_modules/nan/nan_converters_43_inl.h | 48 + .../nan/nan_converters_pre_43_inl.h | 42 + .../nan/nan_define_own_property_helper.h | 29 + .../nan/nan_implementation_12_inl.h | 424 + .../nan/nan_implementation_pre_12_inl.h | 263 + .../gilles_acezat/node_modules/nan/nan_json.h | 166 + .../node_modules/nan/nan_maybe_43_inl.h | 369 + .../node_modules/nan/nan_maybe_pre_43_inl.h | 316 + .../gilles_acezat/node_modules/nan/nan_new.h | 340 + .../node_modules/nan/nan_object_wrap.h | 158 + .../node_modules/nan/nan_persistent_12_inl.h | 132 + .../nan/nan_persistent_pre_12_inl.h | 242 + .../node_modules/nan/nan_private.h | 73 + .../node_modules/nan/nan_string_bytes.h | 305 + .../nan/nan_typedarray_contents.h | 90 + .../gilles_acezat/node_modules/nan/nan_weak.h | 437 + .../node_modules/nan/package.json | 98 + .../node_modules/nan/tools/1to2.js | 412 + .../node_modules/nan/tools/README.md | 14 + .../node_modules/nan/tools/package.json | 19 + .../node_modules/nanomatch/CHANGELOG.md | 57 + .../node_modules/nanomatch/LICENSE | 21 + .../node_modules/nanomatch/README.md | 1148 ++ .../node_modules/nanomatch/index.js | 838 + .../node_modules/nanomatch/lib/cache.js | 1 + .../node_modules/nanomatch/lib/compilers.js | 339 + .../node_modules/nanomatch/lib/parsers.js | 386 + .../node_modules/nanomatch/lib/utils.js | 379 + .../node_modules/nanomatch/package.json | 171 + .../node_modules/natives/LICENSE.md | 6 + .../node_modules/natives/README.md | 64 + .../node_modules/natives/index.js | 161 + .../node_modules/natives/package.json | 54 + .../node_modules/next-tick/.lint | 14 + .../node_modules/next-tick/.npmignore | 4 + .../node_modules/next-tick/.travis.yml | 16 + .../node_modules/next-tick/CHANGES | 24 + .../node_modules/next-tick/LICENSE | 21 + .../node_modules/next-tick/README.md | 24 + .../node_modules/next-tick/index.js | 71 + .../node_modules/next-tick/package.json | 65 + .../node_modules/next-tick/test/index.js | 22 + .../node-gyp/.github/ISSUE_TEMPLATE.md | 26 + .../node-gyp/.github/PULL_REQUEST_TEMPLATE.md | 17 + .../node_modules/node-gyp/.jshintrc | 7 + .../node_modules/node-gyp/CHANGELOG.md | 227 + .../node_modules/node-gyp/CONTRIBUTING.md | 34 + .../node_modules/node-gyp/LICENSE | 24 + .../node_modules/node-gyp/README.md | 244 + .../node_modules/node-gyp/addon.gypi | 147 + .../node_modules/node-gyp/bin/node-gyp.js | 148 + .../node_modules/node-gyp/gyp/AUTHORS | 13 + .../node_modules/node-gyp/gyp/DEPS | 24 + .../node_modules/node-gyp/gyp/LICENSE | 27 + .../node_modules/node-gyp/gyp/OWNERS | 1 + .../node_modules/node-gyp/gyp/PRESUBMIT.py | 139 + .../node-gyp/gyp/codereview.settings | 10 + .../node-gyp/gyp/data/win/large-pdb-shim.cc | 12 + .../node_modules/node-gyp/gyp/gyp | 8 + .../node_modules/node-gyp/gyp/gyp.bat | 5 + .../node_modules/node-gyp/gyp/gyp_main.py | 16 + .../node-gyp/gyp/pylib/gyp/MSVSNew.py | 340 + .../node-gyp/gyp/pylib/gyp/MSVSProject.py | 208 + .../node-gyp/gyp/pylib/gyp/MSVSSettings.py | 1096 + .../gyp/pylib/gyp/MSVSSettings_test.py | 1483 ++ .../node-gyp/gyp/pylib/gyp/MSVSToolFile.py | 58 + .../node-gyp/gyp/pylib/gyp/MSVSUserFile.py | 147 + .../node-gyp/gyp/pylib/gyp/MSVSUtil.py | 270 + .../node-gyp/gyp/pylib/gyp/MSVSVersion.py | 443 + .../node-gyp/gyp/pylib/gyp/__init__.py | 548 + .../node-gyp/gyp/pylib/gyp/common.py | 612 + .../node-gyp/gyp/pylib/gyp/common_test.py | 72 + .../node-gyp/gyp/pylib/gyp/easy_xml.py | 162 + .../node-gyp/gyp/pylib/gyp/easy_xml_test.py | 103 + .../node-gyp/gyp/pylib/gyp/flock_tool.py | 54 + .../gyp/pylib/gyp/generator/__init__.py | 0 .../gyp/pylib/gyp/generator/analyzer.py | 741 + .../gyp/pylib/gyp/generator/android.py | 1095 + .../node-gyp/gyp/pylib/gyp/generator/cmake.py | 1221 ++ .../gyp/generator/dump_dependency_json.py | 99 + .../gyp/pylib/gyp/generator/eclipse.py | 425 + .../node-gyp/gyp/pylib/gyp/generator/gypd.py | 94 + .../node-gyp/gyp/pylib/gyp/generator/gypsh.py | 56 + .../node-gyp/gyp/pylib/gyp/generator/make.py | 2263 ++ .../node-gyp/gyp/pylib/gyp/generator/msvs.py | 3494 ++++ .../gyp/pylib/gyp/generator/msvs_test.py | 37 + .../node-gyp/gyp/pylib/gyp/generator/ninja.py | 2422 +++ .../gyp/pylib/gyp/generator/ninja_test.py | 47 + .../node-gyp/gyp/pylib/gyp/generator/xcode.py | 1300 ++ .../gyp/pylib/gyp/generator/xcode_test.py | 23 + .../node-gyp/gyp/pylib/gyp/input.py | 2902 +++ .../node-gyp/gyp/pylib/gyp/input_test.py | 90 + .../node-gyp/gyp/pylib/gyp/mac_tool.py | 610 + .../node-gyp/gyp/pylib/gyp/msvs_emulation.py | 1087 + .../node-gyp/gyp/pylib/gyp/ninja_syntax.py | 160 + .../node-gyp/gyp/pylib/gyp/ordered_dict.py | 289 + .../node-gyp/gyp/pylib/gyp/simple_copy.py | 46 + .../node-gyp/gyp/pylib/gyp/win_tool.py | 314 + .../node-gyp/gyp/pylib/gyp/xcode_emulation.py | 1653 ++ .../node-gyp/gyp/pylib/gyp/xcode_ninja.py | 270 + .../node-gyp/gyp/pylib/gyp/xcodeproj_file.py | 2927 +++ .../node-gyp/gyp/pylib/gyp/xml_fix.py | 69 + .../node_modules/node-gyp/gyp/samples/samples | 81 + .../node-gyp/gyp/samples/samples.bat | 5 + .../node_modules/node-gyp/gyp/setup.py | 19 + .../node_modules/node-gyp/gyp/tools/README | 15 + .../node-gyp/gyp/tools/Xcode/README | 5 + .../tools/Xcode/Specifications/gyp.pbfilespec | 27 + .../tools/Xcode/Specifications/gyp.xclangspec | 226 + .../node-gyp/gyp/tools/emacs/README | 12 + .../node-gyp/gyp/tools/emacs/gyp-tests.el | 63 + .../node-gyp/gyp/tools/emacs/gyp.el | 275 + .../gyp/tools/emacs/run-unit-tests.sh | 7 + .../gyp/tools/emacs/testdata/media.gyp | 1105 + .../tools/emacs/testdata/media.gyp.fontified | 1107 + .../node-gyp/gyp/tools/graphviz.py | 100 + .../node-gyp/gyp/tools/pretty_gyp.py | 155 + .../node-gyp/gyp/tools/pretty_sln.py | 169 + .../node-gyp/gyp/tools/pretty_vcproj.py | 329 + .../node_modules/node-gyp/lib/Find-VS2017.cs | 273 + .../node_modules/node-gyp/lib/build.js | 270 + .../node_modules/node-gyp/lib/clean.js | 22 + .../node_modules/node-gyp/lib/configure.js | 524 + .../node-gyp/lib/find-node-directory.js | 61 + .../node_modules/node-gyp/lib/find-vs2017.js | 46 + .../node_modules/node-gyp/lib/install.js | 475 + .../node_modules/node-gyp/lib/list.js | 33 + .../node_modules/node-gyp/lib/node-gyp.js | 216 + .../node-gyp/lib/process-release.js | 155 + .../node_modules/node-gyp/lib/rebuild.js | 14 + .../node_modules/node-gyp/lib/remove.js | 52 + .../node-gyp/node_modules/.bin/semver | 133 + .../node-gyp/node_modules/glob/LICENSE | 15 + .../node-gyp/node_modules/glob/README.md | 368 + .../node-gyp/node_modules/glob/changelog.md | 67 + .../node-gyp/node_modules/glob/common.js | 240 + .../node-gyp/node_modules/glob/glob.js | 790 + .../node-gyp/node_modules/glob/package.json | 76 + .../node-gyp/node_modules/glob/sync.js | 486 + .../node-gyp/node_modules/graceful-fs/LICENSE | 15 + .../node_modules/graceful-fs/README.md | 133 + .../node_modules/graceful-fs/clone.js | 19 + .../node_modules/graceful-fs/graceful-fs.js | 279 + .../graceful-fs/legacy-streams.js | 118 + .../node_modules/graceful-fs/package.json | 78 + .../node_modules/graceful-fs/polyfills.js | 329 + .../node-gyp/node_modules/minimatch/LICENSE | 15 + .../node-gyp/node_modules/minimatch/README.md | 209 + .../node_modules/minimatch/minimatch.js | 923 + .../node_modules/minimatch/package.json | 68 + .../node-gyp/node_modules/semver/LICENSE | 15 + .../node-gyp/node_modules/semver/README.md | 350 + .../node-gyp/node_modules/semver/bin/semver | 133 + .../node-gyp/node_modules/semver/package.json | 58 + .../node-gyp/node_modules/semver/range.bnf | 16 + .../node-gyp/node_modules/semver/semver.js | 1203 ++ .../node_modules/node-gyp/package.json | 92 + .../node-gyp/src/win_delay_load_hook.cc | 36 + .../node_modules/node-gyp/test/docker.sh | 164 + .../node-gyp/test/fixtures/ca-bundle.crt | 40 + .../node-gyp/test/fixtures/ca.crt | 21 + .../node-gyp/test/fixtures/server.crt | 19 + .../node-gyp/test/fixtures/server.key | 28 + .../node-gyp/test/fixtures/test-charmap.py | 22 + .../node-gyp/test/process-exec-sync.js | 138 + .../node-gyp/test/simple-proxy.js | 24 + .../node_modules/node-gyp/test/test-addon.js | 113 + .../node-gyp/test/test-configure-python.js | 74 + .../node-gyp/test/test-download.js | 102 + .../test/test-find-accessible-sync.js | 86 + .../node-gyp/test/test-find-node-directory.js | 115 + .../node-gyp/test/test-find-python.js | 339 + .../node-gyp/test/test-install.js | 37 + .../node-gyp/test/test-options.js | 25 + .../node-gyp/test/test-process-release.js | 637 + .../gyp/generator/compile_commands_json.py | 115 + .../node-releases/.idea/encodings.xml | 4 + .../inspectionProfiles/Project_Default.xml | 8 + .../node_modules/node-releases/.idea/misc.xml | 9 + .../node-releases/.idea/modules.xml | 8 + .../node-releases/.idea/node-releases.iml | 12 + .../node_modules/node-releases/.idea/vcs.xml | 6 + .../node-releases/.idea/workspace.xml | 133 + .../node_modules/node-releases/LICENSE | 21 + .../node_modules/node-releases/README.md | 31 + .../node-releases/data/processed/envs.json | 730 + .../node-releases/data/raw/iojs.json | 43 + .../node-releases/data/raw/nodejs.json | 427 + .../release-schedule/release-schedule.json | 65 + .../node-releases/node_modules/.bin/semver | 153 + .../node-releases/node_modules/semver/LICENSE | 15 + .../node_modules/semver/README.md | 399 + .../node_modules/semver/bin/semver | 153 + .../node_modules/semver/package.json | 54 + .../node_modules/semver/range.bnf | 16 + .../node_modules/semver/semver.js | 1352 ++ .../node_modules/node-releases/package.json | 55 + .../node_modules/node-sass/CHANGELOG.md | 240 + .../node_modules/node-sass/LICENSE | 20 + .../node_modules/node-sass/README.md | 621 + .../node_modules/node-sass/bin/emcc | 12 + .../node_modules/node-sass/bin/node-sass | 412 + .../node_modules/node-sass/binding.gyp | 91 + .../node_modules/node-sass/lib/binding.js | 20 + .../node_modules/node-sass/lib/errors.js | 49 + .../node_modules/node-sass/lib/extensions.js | 459 + .../node_modules/node-sass/lib/index.js | 475 + .../node_modules/node-sass/lib/render.js | 121 + .../node_modules/node-sass/lib/watcher.js | 93 + .../node-sass/node_modules/gaze/LICENSE-MIT | 22 + .../node-sass/node_modules/gaze/README.md | 196 + .../node-sass/node_modules/gaze/lib/gaze.js | 469 + .../node-sass/node_modules/gaze/lib/helper.js | 84 + .../node-sass/node_modules/gaze/package.json | 83 + .../node-sass/node_modules/glob/LICENSE | 15 + .../node-sass/node_modules/glob/README.md | 368 + .../node-sass/node_modules/glob/changelog.md | 67 + .../node-sass/node_modules/glob/common.js | 240 + .../node-sass/node_modules/glob/glob.js | 790 + .../node-sass/node_modules/glob/package.json | 77 + .../node-sass/node_modules/glob/sync.js | 486 + .../node-sass/node_modules/globule/LICENSE | 22 + .../node-sass/node_modules/globule/README.md | 131 + .../node_modules/globule/lib/globule.js | 192 + .../node_modules/globule/package.json | 79 + .../node-sass/node_modules/lodash/LICENSE | 47 + .../node-sass/node_modules/lodash/README.md | 39 + .../node_modules/lodash/_DataView.js | 7 + .../node-sass/node_modules/lodash/_Hash.js | 32 + .../node_modules/lodash/_LazyWrapper.js | 28 + .../node_modules/lodash/_ListCache.js | 32 + .../node_modules/lodash/_LodashWrapper.js | 22 + .../node-sass/node_modules/lodash/_Map.js | 7 + .../node_modules/lodash/_MapCache.js | 32 + .../node-sass/node_modules/lodash/_Promise.js | 7 + .../node-sass/node_modules/lodash/_Set.js | 7 + .../node_modules/lodash/_SetCache.js | 27 + .../node-sass/node_modules/lodash/_Stack.js | 27 + .../node-sass/node_modules/lodash/_Symbol.js | 6 + .../node_modules/lodash/_Uint8Array.js | 6 + .../node-sass/node_modules/lodash/_WeakMap.js | 7 + .../node-sass/node_modules/lodash/_apply.js | 21 + .../node_modules/lodash/_arrayAggregator.js | 22 + .../node_modules/lodash/_arrayEach.js | 22 + .../node_modules/lodash/_arrayEachRight.js | 21 + .../node_modules/lodash/_arrayEvery.js | 23 + .../node_modules/lodash/_arrayFilter.js | 25 + .../node_modules/lodash/_arrayIncludes.js | 17 + .../node_modules/lodash/_arrayIncludesWith.js | 22 + .../node_modules/lodash/_arrayLikeKeys.js | 49 + .../node_modules/lodash/_arrayMap.js | 21 + .../node_modules/lodash/_arrayPush.js | 20 + .../node_modules/lodash/_arrayReduce.js | 26 + .../node_modules/lodash/_arrayReduceRight.js | 24 + .../node_modules/lodash/_arraySample.js | 15 + .../node_modules/lodash/_arraySampleSize.js | 17 + .../node_modules/lodash/_arrayShuffle.js | 15 + .../node_modules/lodash/_arraySome.js | 23 + .../node_modules/lodash/_asciiSize.js | 12 + .../node_modules/lodash/_asciiToArray.js | 12 + .../node_modules/lodash/_asciiWords.js | 15 + .../node_modules/lodash/_assignMergeValue.js | 20 + .../node_modules/lodash/_assignValue.js | 28 + .../node_modules/lodash/_assocIndexOf.js | 21 + .../node_modules/lodash/_baseAggregator.js | 21 + .../node_modules/lodash/_baseAssign.js | 17 + .../node_modules/lodash/_baseAssignIn.js | 17 + .../node_modules/lodash/_baseAssignValue.js | 25 + .../node-sass/node_modules/lodash/_baseAt.js | 23 + .../node_modules/lodash/_baseClamp.js | 22 + .../node_modules/lodash/_baseClone.js | 171 + .../node_modules/lodash/_baseConforms.js | 18 + .../node_modules/lodash/_baseConformsTo.js | 27 + .../node_modules/lodash/_baseCreate.js | 30 + .../node_modules/lodash/_baseDelay.js | 21 + .../node_modules/lodash/_baseDifference.js | 67 + .../node_modules/lodash/_baseEach.js | 14 + .../node_modules/lodash/_baseEachRight.js | 14 + .../node_modules/lodash/_baseEvery.js | 21 + .../node_modules/lodash/_baseExtremum.js | 32 + .../node_modules/lodash/_baseFill.js | 32 + .../node_modules/lodash/_baseFilter.js | 21 + .../node_modules/lodash/_baseFindIndex.js | 24 + .../node_modules/lodash/_baseFindKey.js | 23 + .../node_modules/lodash/_baseFlatten.js | 38 + .../node-sass/node_modules/lodash/_baseFor.js | 16 + .../node_modules/lodash/_baseForOwn.js | 16 + .../node_modules/lodash/_baseForOwnRight.js | 16 + .../node_modules/lodash/_baseForRight.js | 15 + .../node_modules/lodash/_baseFunctions.js | 19 + .../node-sass/node_modules/lodash/_baseGet.js | 24 + .../node_modules/lodash/_baseGetAllKeys.js | 20 + .../node_modules/lodash/_baseGetTag.js | 28 + .../node-sass/node_modules/lodash/_baseGt.js | 14 + .../node-sass/node_modules/lodash/_baseHas.js | 19 + .../node_modules/lodash/_baseHasIn.js | 13 + .../node_modules/lodash/_baseInRange.js | 18 + .../node_modules/lodash/_baseIndexOf.js | 20 + .../node_modules/lodash/_baseIndexOfWith.js | 23 + .../node_modules/lodash/_baseIntersection.js | 74 + .../node_modules/lodash/_baseInverter.js | 21 + .../node_modules/lodash/_baseInvoke.js | 24 + .../node_modules/lodash/_baseIsArguments.js | 18 + .../node_modules/lodash/_baseIsArrayBuffer.js | 17 + .../node_modules/lodash/_baseIsDate.js | 18 + .../node_modules/lodash/_baseIsEqual.js | 28 + .../node_modules/lodash/_baseIsEqualDeep.js | 83 + .../node_modules/lodash/_baseIsMap.js | 18 + .../node_modules/lodash/_baseIsMatch.js | 62 + .../node_modules/lodash/_baseIsNaN.js | 12 + .../node_modules/lodash/_baseIsNative.js | 47 + .../node_modules/lodash/_baseIsRegExp.js | 18 + .../node_modules/lodash/_baseIsSet.js | 18 + .../node_modules/lodash/_baseIsTypedArray.js | 60 + .../node_modules/lodash/_baseIteratee.js | 31 + .../node_modules/lodash/_baseKeys.js | 30 + .../node_modules/lodash/_baseKeysIn.js | 33 + .../node_modules/lodash/_baseLodash.js | 10 + .../node-sass/node_modules/lodash/_baseLt.js | 14 + .../node-sass/node_modules/lodash/_baseMap.js | 22 + .../node_modules/lodash/_baseMatches.js | 22 + .../lodash/_baseMatchesProperty.js | 33 + .../node_modules/lodash/_baseMean.js | 20 + .../node_modules/lodash/_baseMerge.js | 42 + .../node_modules/lodash/_baseMergeDeep.js | 94 + .../node-sass/node_modules/lodash/_baseNth.js | 20 + .../node_modules/lodash/_baseOrderBy.js | 34 + .../node_modules/lodash/_basePick.js | 19 + .../node_modules/lodash/_basePickBy.js | 30 + .../node_modules/lodash/_baseProperty.js | 14 + .../node_modules/lodash/_basePropertyDeep.js | 16 + .../node_modules/lodash/_basePropertyOf.js | 14 + .../node_modules/lodash/_basePullAll.js | 51 + .../node_modules/lodash/_basePullAt.js | 37 + .../node_modules/lodash/_baseRandom.js | 18 + .../node_modules/lodash/_baseRange.js | 28 + .../node_modules/lodash/_baseReduce.js | 23 + .../node_modules/lodash/_baseRepeat.js | 35 + .../node_modules/lodash/_baseRest.js | 17 + .../node_modules/lodash/_baseSample.js | 15 + .../node_modules/lodash/_baseSampleSize.js | 18 + .../node-sass/node_modules/lodash/_baseSet.js | 47 + .../node_modules/lodash/_baseSetData.js | 17 + .../node_modules/lodash/_baseSetToString.js | 22 + .../node_modules/lodash/_baseShuffle.js | 15 + .../node_modules/lodash/_baseSlice.js | 31 + .../node_modules/lodash/_baseSome.js | 22 + .../node_modules/lodash/_baseSortBy.js | 21 + .../node_modules/lodash/_baseSortedIndex.js | 42 + .../node_modules/lodash/_baseSortedIndexBy.js | 64 + .../node_modules/lodash/_baseSortedUniq.js | 30 + .../node-sass/node_modules/lodash/_baseSum.js | 24 + .../node_modules/lodash/_baseTimes.js | 20 + .../node_modules/lodash/_baseToNumber.js | 24 + .../node_modules/lodash/_baseToPairs.js | 18 + .../node_modules/lodash/_baseToString.js | 37 + .../node_modules/lodash/_baseUnary.js | 14 + .../node_modules/lodash/_baseUniq.js | 72 + .../node_modules/lodash/_baseUnset.js | 20 + .../node_modules/lodash/_baseUpdate.js | 18 + .../node_modules/lodash/_baseValues.js | 19 + .../node_modules/lodash/_baseWhile.js | 26 + .../node_modules/lodash/_baseWrapperValue.js | 25 + .../node-sass/node_modules/lodash/_baseXor.js | 36 + .../node_modules/lodash/_baseZipObject.js | 23 + .../node_modules/lodash/_cacheHas.js | 13 + .../lodash/_castArrayLikeObject.js | 14 + .../node_modules/lodash/_castFunction.js | 14 + .../node_modules/lodash/_castPath.js | 21 + .../node_modules/lodash/_castRest.js | 14 + .../node_modules/lodash/_castSlice.js | 18 + .../node_modules/lodash/_charsEndIndex.js | 19 + .../node_modules/lodash/_charsStartIndex.js | 20 + .../node_modules/lodash/_cloneArrayBuffer.js | 16 + .../node_modules/lodash/_cloneBuffer.js | 35 + .../node_modules/lodash/_cloneDataView.js | 16 + .../node_modules/lodash/_cloneRegExp.js | 17 + .../node_modules/lodash/_cloneSymbol.js | 18 + .../node_modules/lodash/_cloneTypedArray.js | 16 + .../node_modules/lodash/_compareAscending.js | 41 + .../node_modules/lodash/_compareMultiple.js | 44 + .../node_modules/lodash/_composeArgs.js | 39 + .../node_modules/lodash/_composeArgsRight.js | 41 + .../node_modules/lodash/_copyArray.js | 20 + .../node_modules/lodash/_copyObject.js | 40 + .../node_modules/lodash/_copySymbols.js | 16 + .../node_modules/lodash/_copySymbolsIn.js | 16 + .../node_modules/lodash/_coreJsData.js | 6 + .../node_modules/lodash/_countHolders.js | 21 + .../node_modules/lodash/_createAggregator.js | 23 + .../node_modules/lodash/_createAssigner.js | 37 + .../node_modules/lodash/_createBaseEach.js | 32 + .../node_modules/lodash/_createBaseFor.js | 25 + .../node_modules/lodash/_createBind.js | 28 + .../node_modules/lodash/_createCaseFirst.js | 33 + .../node_modules/lodash/_createCompounder.js | 24 + .../node_modules/lodash/_createCtor.js | 37 + .../node_modules/lodash/_createCurry.js | 46 + .../node_modules/lodash/_createFind.js | 25 + .../node_modules/lodash/_createFlow.js | 78 + .../node_modules/lodash/_createHybrid.js | 92 + .../node_modules/lodash/_createInverter.js | 17 + .../lodash/_createMathOperation.js | 38 + .../node_modules/lodash/_createOver.js | 27 + .../node_modules/lodash/_createPadding.js | 33 + .../node_modules/lodash/_createPartial.js | 43 + .../node_modules/lodash/_createRange.js | 30 + .../node_modules/lodash/_createRecurry.js | 56 + .../lodash/_createRelationalOperation.js | 20 + .../node_modules/lodash/_createRound.js | 33 + .../node_modules/lodash/_createSet.js | 19 + .../node_modules/lodash/_createToPairs.js | 30 + .../node_modules/lodash/_createWrap.js | 106 + .../lodash/_customDefaultsAssignIn.js | 29 + .../lodash/_customDefaultsMerge.js | 28 + .../node_modules/lodash/_customOmitClone.js | 16 + .../node_modules/lodash/_deburrLetter.js | 71 + .../node_modules/lodash/_defineProperty.js | 11 + .../node_modules/lodash/_equalArrays.js | 83 + .../node_modules/lodash/_equalByTag.js | 112 + .../node_modules/lodash/_equalObjects.js | 89 + .../node_modules/lodash/_escapeHtmlChar.js | 21 + .../node_modules/lodash/_escapeStringChar.js | 22 + .../node_modules/lodash/_flatRest.js | 16 + .../node_modules/lodash/_freeGlobal.js | 4 + .../node_modules/lodash/_getAllKeys.js | 16 + .../node_modules/lodash/_getAllKeysIn.js | 17 + .../node-sass/node_modules/lodash/_getData.js | 15 + .../node_modules/lodash/_getFuncName.js | 31 + .../node_modules/lodash/_getHolder.js | 13 + .../node_modules/lodash/_getMapData.js | 18 + .../node_modules/lodash/_getMatchData.js | 24 + .../node_modules/lodash/_getNative.js | 17 + .../node_modules/lodash/_getPrototype.js | 6 + .../node_modules/lodash/_getRawTag.js | 46 + .../node_modules/lodash/_getSymbols.js | 30 + .../node_modules/lodash/_getSymbolsIn.js | 25 + .../node-sass/node_modules/lodash/_getTag.js | 58 + .../node_modules/lodash/_getValue.js | 13 + .../node-sass/node_modules/lodash/_getView.js | 33 + .../node_modules/lodash/_getWrapDetails.js | 17 + .../node-sass/node_modules/lodash/_hasPath.js | 39 + .../node_modules/lodash/_hasUnicode.js | 26 + .../node_modules/lodash/_hasUnicodeWord.js | 15 + .../node_modules/lodash/_hashClear.js | 15 + .../node_modules/lodash/_hashDelete.js | 17 + .../node-sass/node_modules/lodash/_hashGet.js | 30 + .../node-sass/node_modules/lodash/_hashHas.js | 23 + .../node-sass/node_modules/lodash/_hashSet.js | 23 + .../node_modules/lodash/_initCloneArray.js | 26 + .../node_modules/lodash/_initCloneByTag.js | 77 + .../node_modules/lodash/_initCloneObject.js | 18 + .../node_modules/lodash/_insertWrapDetails.js | 23 + .../node_modules/lodash/_isFlattenable.js | 20 + .../node-sass/node_modules/lodash/_isIndex.js | 25 + .../node_modules/lodash/_isIterateeCall.js | 30 + .../node-sass/node_modules/lodash/_isKey.js | 29 + .../node_modules/lodash/_isKeyable.js | 15 + .../node_modules/lodash/_isLaziable.js | 28 + .../node_modules/lodash/_isMaskable.js | 14 + .../node_modules/lodash/_isMasked.js | 20 + .../node_modules/lodash/_isPrototype.js | 18 + .../lodash/_isStrictComparable.js | 15 + .../node_modules/lodash/_iteratorToArray.js | 18 + .../node_modules/lodash/_lazyClone.js | 23 + .../node_modules/lodash/_lazyReverse.js | 23 + .../node_modules/lodash/_lazyValue.js | 69 + .../node_modules/lodash/_listCacheClear.js | 13 + .../node_modules/lodash/_listCacheDelete.js | 35 + .../node_modules/lodash/_listCacheGet.js | 19 + .../node_modules/lodash/_listCacheHas.js | 16 + .../node_modules/lodash/_listCacheSet.js | 26 + .../node_modules/lodash/_mapCacheClear.js | 21 + .../node_modules/lodash/_mapCacheDelete.js | 18 + .../node_modules/lodash/_mapCacheGet.js | 16 + .../node_modules/lodash/_mapCacheHas.js | 16 + .../node_modules/lodash/_mapCacheSet.js | 22 + .../node_modules/lodash/_mapToArray.js | 18 + .../lodash/_matchesStrictComparable.js | 20 + .../node_modules/lodash/_memoizeCapped.js | 26 + .../node_modules/lodash/_mergeData.js | 90 + .../node-sass/node_modules/lodash/_metaMap.js | 6 + .../node_modules/lodash/_nativeCreate.js | 6 + .../node_modules/lodash/_nativeKeys.js | 6 + .../node_modules/lodash/_nativeKeysIn.js | 20 + .../node_modules/lodash/_nodeUtil.js | 30 + .../node_modules/lodash/_objectToString.js | 22 + .../node-sass/node_modules/lodash/_overArg.js | 15 + .../node_modules/lodash/_overRest.js | 36 + .../node-sass/node_modules/lodash/_parent.js | 16 + .../node_modules/lodash/_reEscape.js | 4 + .../node_modules/lodash/_reEvaluate.js | 4 + .../node_modules/lodash/_reInterpolate.js | 4 + .../node_modules/lodash/_realNames.js | 4 + .../node-sass/node_modules/lodash/_reorder.js | 29 + .../node_modules/lodash/_replaceHolders.js | 29 + .../node-sass/node_modules/lodash/_root.js | 9 + .../node-sass/node_modules/lodash/_safeGet.js | 17 + .../node_modules/lodash/_setCacheAdd.js | 19 + .../node_modules/lodash/_setCacheHas.js | 14 + .../node-sass/node_modules/lodash/_setData.js | 20 + .../node_modules/lodash/_setToArray.js | 18 + .../node_modules/lodash/_setToPairs.js | 18 + .../node_modules/lodash/_setToString.js | 14 + .../node_modules/lodash/_setWrapToString.js | 21 + .../node_modules/lodash/_shortOut.js | 37 + .../node_modules/lodash/_shuffleSelf.js | 28 + .../node_modules/lodash/_stackClear.js | 15 + .../node_modules/lodash/_stackDelete.js | 18 + .../node_modules/lodash/_stackGet.js | 14 + .../node_modules/lodash/_stackHas.js | 14 + .../node_modules/lodash/_stackSet.js | 34 + .../node_modules/lodash/_strictIndexOf.js | 23 + .../node_modules/lodash/_strictLastIndexOf.js | 21 + .../node_modules/lodash/_stringSize.js | 18 + .../node_modules/lodash/_stringToArray.js | 18 + .../node_modules/lodash/_stringToPath.js | 27 + .../node-sass/node_modules/lodash/_toKey.js | 21 + .../node_modules/lodash/_toSource.js | 26 + .../node_modules/lodash/_unescapeHtmlChar.js | 21 + .../node_modules/lodash/_unicodeSize.js | 44 + .../node_modules/lodash/_unicodeToArray.js | 40 + .../node_modules/lodash/_unicodeWords.js | 69 + .../node_modules/lodash/_updateWrapDetails.js | 46 + .../node_modules/lodash/_wrapperClone.js | 23 + .../node-sass/node_modules/lodash/add.js | 22 + .../node-sass/node_modules/lodash/after.js | 42 + .../node-sass/node_modules/lodash/array.js | 67 + .../node-sass/node_modules/lodash/ary.js | 29 + .../node-sass/node_modules/lodash/assign.js | 58 + .../node-sass/node_modules/lodash/assignIn.js | 40 + .../node_modules/lodash/assignInWith.js | 38 + .../node_modules/lodash/assignWith.js | 37 + .../node-sass/node_modules/lodash/at.js | 23 + .../node-sass/node_modules/lodash/attempt.js | 35 + .../node-sass/node_modules/lodash/before.js | 40 + .../node-sass/node_modules/lodash/bind.js | 57 + .../node-sass/node_modules/lodash/bindAll.js | 41 + .../node-sass/node_modules/lodash/bindKey.js | 68 + .../node_modules/lodash/camelCase.js | 29 + .../node_modules/lodash/capitalize.js | 23 + .../node_modules/lodash/castArray.js | 44 + .../node-sass/node_modules/lodash/ceil.js | 26 + .../node-sass/node_modules/lodash/chain.js | 38 + .../node-sass/node_modules/lodash/chunk.js | 50 + .../node-sass/node_modules/lodash/clamp.js | 39 + .../node-sass/node_modules/lodash/clone.js | 36 + .../node_modules/lodash/cloneDeep.js | 29 + .../node_modules/lodash/cloneDeepWith.js | 40 + .../node_modules/lodash/cloneWith.js | 42 + .../node_modules/lodash/collection.js | 30 + .../node-sass/node_modules/lodash/commit.js | 33 + .../node-sass/node_modules/lodash/compact.js | 31 + .../node-sass/node_modules/lodash/concat.js | 43 + .../node-sass/node_modules/lodash/cond.js | 60 + .../node-sass/node_modules/lodash/conforms.js | 35 + .../node_modules/lodash/conformsTo.js | 32 + .../node-sass/node_modules/lodash/constant.js | 26 + .../node-sass/node_modules/lodash/core.js | 3854 ++++ .../node-sass/node_modules/lodash/core.min.js | 29 + .../node-sass/node_modules/lodash/countBy.js | 40 + .../node-sass/node_modules/lodash/create.js | 43 + .../node-sass/node_modules/lodash/curry.js | 57 + .../node_modules/lodash/curryRight.js | 54 + .../node-sass/node_modules/lodash/date.js | 3 + .../node-sass/node_modules/lodash/debounce.js | 190 + .../node-sass/node_modules/lodash/deburr.js | 45 + .../node_modules/lodash/defaultTo.js | 25 + .../node-sass/node_modules/lodash/defaults.js | 64 + .../node_modules/lodash/defaultsDeep.js | 30 + .../node-sass/node_modules/lodash/defer.js | 26 + .../node-sass/node_modules/lodash/delay.js | 28 + .../node_modules/lodash/difference.js | 33 + .../node_modules/lodash/differenceBy.js | 44 + .../node_modules/lodash/differenceWith.js | 40 + .../node-sass/node_modules/lodash/divide.js | 22 + .../node-sass/node_modules/lodash/drop.js | 38 + .../node_modules/lodash/dropRight.js | 39 + .../node_modules/lodash/dropRightWhile.js | 45 + .../node_modules/lodash/dropWhile.js | 45 + .../node-sass/node_modules/lodash/each.js | 1 + .../node_modules/lodash/eachRight.js | 1 + .../node-sass/node_modules/lodash/endsWith.js | 43 + .../node-sass/node_modules/lodash/entries.js | 1 + .../node_modules/lodash/entriesIn.js | 1 + .../node-sass/node_modules/lodash/eq.js | 37 + .../node-sass/node_modules/lodash/escape.js | 43 + .../node_modules/lodash/escapeRegExp.js | 32 + .../node-sass/node_modules/lodash/every.js | 56 + .../node-sass/node_modules/lodash/extend.js | 1 + .../node_modules/lodash/extendWith.js | 1 + .../node-sass/node_modules/lodash/fill.js | 45 + .../node-sass/node_modules/lodash/filter.js | 48 + .../node-sass/node_modules/lodash/find.js | 42 + .../node_modules/lodash/findIndex.js | 55 + .../node-sass/node_modules/lodash/findKey.js | 44 + .../node-sass/node_modules/lodash/findLast.js | 25 + .../node_modules/lodash/findLastIndex.js | 59 + .../node_modules/lodash/findLastKey.js | 44 + .../node-sass/node_modules/lodash/first.js | 1 + .../node-sass/node_modules/lodash/flatMap.js | 29 + .../node_modules/lodash/flatMapDeep.js | 31 + .../node_modules/lodash/flatMapDepth.js | 31 + .../node-sass/node_modules/lodash/flatten.js | 22 + .../node_modules/lodash/flattenDeep.js | 25 + .../node_modules/lodash/flattenDepth.js | 33 + .../node-sass/node_modules/lodash/flip.js | 28 + .../node-sass/node_modules/lodash/floor.js | 26 + .../node-sass/node_modules/lodash/flow.js | 27 + .../node_modules/lodash/flowRight.js | 26 + .../node-sass/node_modules/lodash/forEach.js | 41 + .../node_modules/lodash/forEachRight.js | 31 + .../node-sass/node_modules/lodash/forIn.js | 39 + .../node_modules/lodash/forInRight.js | 37 + .../node-sass/node_modules/lodash/forOwn.js | 36 + .../node_modules/lodash/forOwnRight.js | 34 + .../node-sass/node_modules/lodash/fp.js | 2 + .../node-sass/node_modules/lodash/fp/F.js | 1 + .../node-sass/node_modules/lodash/fp/T.js | 1 + .../node-sass/node_modules/lodash/fp/__.js | 1 + .../node_modules/lodash/fp/_baseConvert.js | 569 + .../node_modules/lodash/fp/_convertBrowser.js | 18 + .../node_modules/lodash/fp/_falseOptions.js | 7 + .../node_modules/lodash/fp/_mapping.js | 358 + .../node-sass/node_modules/lodash/fp/_util.js | 16 + .../node-sass/node_modules/lodash/fp/add.js | 5 + .../node-sass/node_modules/lodash/fp/after.js | 5 + .../node-sass/node_modules/lodash/fp/all.js | 1 + .../node_modules/lodash/fp/allPass.js | 1 + .../node_modules/lodash/fp/always.js | 1 + .../node-sass/node_modules/lodash/fp/any.js | 1 + .../node_modules/lodash/fp/anyPass.js | 1 + .../node-sass/node_modules/lodash/fp/apply.js | 1 + .../node-sass/node_modules/lodash/fp/array.js | 2 + .../node-sass/node_modules/lodash/fp/ary.js | 5 + .../node_modules/lodash/fp/assign.js | 5 + .../node_modules/lodash/fp/assignAll.js | 5 + .../node_modules/lodash/fp/assignAllWith.js | 5 + .../node_modules/lodash/fp/assignIn.js | 5 + .../node_modules/lodash/fp/assignInAll.js | 5 + .../node_modules/lodash/fp/assignInAllWith.js | 5 + .../node_modules/lodash/fp/assignInWith.js | 5 + .../node_modules/lodash/fp/assignWith.js | 5 + .../node-sass/node_modules/lodash/fp/assoc.js | 1 + .../node_modules/lodash/fp/assocPath.js | 1 + .../node-sass/node_modules/lodash/fp/at.js | 5 + .../node_modules/lodash/fp/attempt.js | 5 + .../node_modules/lodash/fp/before.js | 5 + .../node-sass/node_modules/lodash/fp/bind.js | 5 + .../node_modules/lodash/fp/bindAll.js | 5 + .../node_modules/lodash/fp/bindKey.js | 5 + .../node_modules/lodash/fp/camelCase.js | 5 + .../node_modules/lodash/fp/capitalize.js | 5 + .../node_modules/lodash/fp/castArray.js | 5 + .../node-sass/node_modules/lodash/fp/ceil.js | 5 + .../node-sass/node_modules/lodash/fp/chain.js | 5 + .../node-sass/node_modules/lodash/fp/chunk.js | 5 + .../node-sass/node_modules/lodash/fp/clamp.js | 5 + .../node-sass/node_modules/lodash/fp/clone.js | 5 + .../node_modules/lodash/fp/cloneDeep.js | 5 + .../node_modules/lodash/fp/cloneDeepWith.js | 5 + .../node_modules/lodash/fp/cloneWith.js | 5 + .../node_modules/lodash/fp/collection.js | 2 + .../node_modules/lodash/fp/commit.js | 5 + .../node_modules/lodash/fp/compact.js | 5 + .../node_modules/lodash/fp/complement.js | 1 + .../node_modules/lodash/fp/compose.js | 1 + .../node_modules/lodash/fp/concat.js | 5 + .../node-sass/node_modules/lodash/fp/cond.js | 5 + .../node_modules/lodash/fp/conforms.js | 1 + .../node_modules/lodash/fp/conformsTo.js | 5 + .../node_modules/lodash/fp/constant.js | 5 + .../node_modules/lodash/fp/contains.js | 1 + .../node_modules/lodash/fp/convert.js | 18 + .../node_modules/lodash/fp/countBy.js | 5 + .../node_modules/lodash/fp/create.js | 5 + .../node-sass/node_modules/lodash/fp/curry.js | 5 + .../node_modules/lodash/fp/curryN.js | 5 + .../node_modules/lodash/fp/curryRight.js | 5 + .../node_modules/lodash/fp/curryRightN.js | 5 + .../node-sass/node_modules/lodash/fp/date.js | 2 + .../node_modules/lodash/fp/debounce.js | 5 + .../node_modules/lodash/fp/deburr.js | 5 + .../node_modules/lodash/fp/defaultTo.js | 5 + .../node_modules/lodash/fp/defaults.js | 5 + .../node_modules/lodash/fp/defaultsAll.js | 5 + .../node_modules/lodash/fp/defaultsDeep.js | 5 + .../node_modules/lodash/fp/defaultsDeepAll.js | 5 + .../node-sass/node_modules/lodash/fp/defer.js | 5 + .../node-sass/node_modules/lodash/fp/delay.js | 5 + .../node_modules/lodash/fp/difference.js | 5 + .../node_modules/lodash/fp/differenceBy.js | 5 + .../node_modules/lodash/fp/differenceWith.js | 5 + .../node_modules/lodash/fp/dissoc.js | 1 + .../node_modules/lodash/fp/dissocPath.js | 1 + .../node_modules/lodash/fp/divide.js | 5 + .../node-sass/node_modules/lodash/fp/drop.js | 5 + .../node_modules/lodash/fp/dropLast.js | 1 + .../node_modules/lodash/fp/dropLastWhile.js | 1 + .../node_modules/lodash/fp/dropRight.js | 5 + .../node_modules/lodash/fp/dropRightWhile.js | 5 + .../node_modules/lodash/fp/dropWhile.js | 5 + .../node-sass/node_modules/lodash/fp/each.js | 1 + .../node_modules/lodash/fp/eachRight.js | 1 + .../node_modules/lodash/fp/endsWith.js | 5 + .../node_modules/lodash/fp/entries.js | 1 + .../node_modules/lodash/fp/entriesIn.js | 1 + .../node-sass/node_modules/lodash/fp/eq.js | 5 + .../node_modules/lodash/fp/equals.js | 1 + .../node_modules/lodash/fp/escape.js | 5 + .../node_modules/lodash/fp/escapeRegExp.js | 5 + .../node-sass/node_modules/lodash/fp/every.js | 5 + .../node_modules/lodash/fp/extend.js | 1 + .../node_modules/lodash/fp/extendAll.js | 1 + .../node_modules/lodash/fp/extendAllWith.js | 1 + .../node_modules/lodash/fp/extendWith.js | 1 + .../node-sass/node_modules/lodash/fp/fill.js | 5 + .../node_modules/lodash/fp/filter.js | 5 + .../node-sass/node_modules/lodash/fp/find.js | 5 + .../node_modules/lodash/fp/findFrom.js | 5 + .../node_modules/lodash/fp/findIndex.js | 5 + .../node_modules/lodash/fp/findIndexFrom.js | 5 + .../node_modules/lodash/fp/findKey.js | 5 + .../node_modules/lodash/fp/findLast.js | 5 + .../node_modules/lodash/fp/findLastFrom.js | 5 + .../node_modules/lodash/fp/findLastIndex.js | 5 + .../lodash/fp/findLastIndexFrom.js | 5 + .../node_modules/lodash/fp/findLastKey.js | 5 + .../node-sass/node_modules/lodash/fp/first.js | 1 + .../node_modules/lodash/fp/flatMap.js | 5 + .../node_modules/lodash/fp/flatMapDeep.js | 5 + .../node_modules/lodash/fp/flatMapDepth.js | 5 + .../node_modules/lodash/fp/flatten.js | 5 + .../node_modules/lodash/fp/flattenDeep.js | 5 + .../node_modules/lodash/fp/flattenDepth.js | 5 + .../node-sass/node_modules/lodash/fp/flip.js | 5 + .../node-sass/node_modules/lodash/fp/floor.js | 5 + .../node-sass/node_modules/lodash/fp/flow.js | 5 + .../node_modules/lodash/fp/flowRight.js | 5 + .../node_modules/lodash/fp/forEach.js | 5 + .../node_modules/lodash/fp/forEachRight.js | 5 + .../node-sass/node_modules/lodash/fp/forIn.js | 5 + .../node_modules/lodash/fp/forInRight.js | 5 + .../node_modules/lodash/fp/forOwn.js | 5 + .../node_modules/lodash/fp/forOwnRight.js | 5 + .../node_modules/lodash/fp/fromPairs.js | 5 + .../node_modules/lodash/fp/function.js | 2 + .../node_modules/lodash/fp/functions.js | 5 + .../node_modules/lodash/fp/functionsIn.js | 5 + .../node-sass/node_modules/lodash/fp/get.js | 5 + .../node-sass/node_modules/lodash/fp/getOr.js | 5 + .../node_modules/lodash/fp/groupBy.js | 5 + .../node-sass/node_modules/lodash/fp/gt.js | 5 + .../node-sass/node_modules/lodash/fp/gte.js | 5 + .../node-sass/node_modules/lodash/fp/has.js | 5 + .../node-sass/node_modules/lodash/fp/hasIn.js | 5 + .../node-sass/node_modules/lodash/fp/head.js | 5 + .../node_modules/lodash/fp/identical.js | 1 + .../node_modules/lodash/fp/identity.js | 5 + .../node_modules/lodash/fp/inRange.js | 5 + .../node_modules/lodash/fp/includes.js | 5 + .../node_modules/lodash/fp/includesFrom.js | 5 + .../node_modules/lodash/fp/indexBy.js | 1 + .../node_modules/lodash/fp/indexOf.js | 5 + .../node_modules/lodash/fp/indexOfFrom.js | 5 + .../node-sass/node_modules/lodash/fp/init.js | 1 + .../node_modules/lodash/fp/initial.js | 5 + .../node_modules/lodash/fp/intersection.js | 5 + .../node_modules/lodash/fp/intersectionBy.js | 5 + .../lodash/fp/intersectionWith.js | 5 + .../node_modules/lodash/fp/invert.js | 5 + .../node_modules/lodash/fp/invertBy.js | 5 + .../node_modules/lodash/fp/invertObj.js | 1 + .../node_modules/lodash/fp/invoke.js | 5 + .../node_modules/lodash/fp/invokeArgs.js | 5 + .../node_modules/lodash/fp/invokeArgsMap.js | 5 + .../node_modules/lodash/fp/invokeMap.js | 5 + .../node_modules/lodash/fp/isArguments.js | 5 + .../node_modules/lodash/fp/isArray.js | 5 + .../node_modules/lodash/fp/isArrayBuffer.js | 5 + .../node_modules/lodash/fp/isArrayLike.js | 5 + .../lodash/fp/isArrayLikeObject.js | 5 + .../node_modules/lodash/fp/isBoolean.js | 5 + .../node_modules/lodash/fp/isBuffer.js | 5 + .../node_modules/lodash/fp/isDate.js | 5 + .../node_modules/lodash/fp/isElement.js | 5 + .../node_modules/lodash/fp/isEmpty.js | 5 + .../node_modules/lodash/fp/isEqual.js | 5 + .../node_modules/lodash/fp/isEqualWith.js | 5 + .../node_modules/lodash/fp/isError.js | 5 + .../node_modules/lodash/fp/isFinite.js | 5 + .../node_modules/lodash/fp/isFunction.js | 5 + .../node_modules/lodash/fp/isInteger.js | 5 + .../node_modules/lodash/fp/isLength.js | 5 + .../node-sass/node_modules/lodash/fp/isMap.js | 5 + .../node_modules/lodash/fp/isMatch.js | 5 + .../node_modules/lodash/fp/isMatchWith.js | 5 + .../node-sass/node_modules/lodash/fp/isNaN.js | 5 + .../node_modules/lodash/fp/isNative.js | 5 + .../node-sass/node_modules/lodash/fp/isNil.js | 5 + .../node_modules/lodash/fp/isNull.js | 5 + .../node_modules/lodash/fp/isNumber.js | 5 + .../node_modules/lodash/fp/isObject.js | 5 + .../node_modules/lodash/fp/isObjectLike.js | 5 + .../node_modules/lodash/fp/isPlainObject.js | 5 + .../node_modules/lodash/fp/isRegExp.js | 5 + .../node_modules/lodash/fp/isSafeInteger.js | 5 + .../node-sass/node_modules/lodash/fp/isSet.js | 5 + .../node_modules/lodash/fp/isString.js | 5 + .../node_modules/lodash/fp/isSymbol.js | 5 + .../node_modules/lodash/fp/isTypedArray.js | 5 + .../node_modules/lodash/fp/isUndefined.js | 5 + .../node_modules/lodash/fp/isWeakMap.js | 5 + .../node_modules/lodash/fp/isWeakSet.js | 5 + .../node_modules/lodash/fp/iteratee.js | 5 + .../node-sass/node_modules/lodash/fp/join.js | 5 + .../node-sass/node_modules/lodash/fp/juxt.js | 1 + .../node_modules/lodash/fp/kebabCase.js | 5 + .../node-sass/node_modules/lodash/fp/keyBy.js | 5 + .../node-sass/node_modules/lodash/fp/keys.js | 5 + .../node_modules/lodash/fp/keysIn.js | 5 + .../node-sass/node_modules/lodash/fp/lang.js | 2 + .../node-sass/node_modules/lodash/fp/last.js | 5 + .../node_modules/lodash/fp/lastIndexOf.js | 5 + .../node_modules/lodash/fp/lastIndexOfFrom.js | 5 + .../node_modules/lodash/fp/lowerCase.js | 5 + .../node_modules/lodash/fp/lowerFirst.js | 5 + .../node-sass/node_modules/lodash/fp/lt.js | 5 + .../node-sass/node_modules/lodash/fp/lte.js | 5 + .../node-sass/node_modules/lodash/fp/map.js | 5 + .../node_modules/lodash/fp/mapKeys.js | 5 + .../node_modules/lodash/fp/mapValues.js | 5 + .../node_modules/lodash/fp/matches.js | 1 + .../node_modules/lodash/fp/matchesProperty.js | 5 + .../node-sass/node_modules/lodash/fp/math.js | 2 + .../node-sass/node_modules/lodash/fp/max.js | 5 + .../node-sass/node_modules/lodash/fp/maxBy.js | 5 + .../node-sass/node_modules/lodash/fp/mean.js | 5 + .../node_modules/lodash/fp/meanBy.js | 5 + .../node_modules/lodash/fp/memoize.js | 5 + .../node-sass/node_modules/lodash/fp/merge.js | 5 + .../node_modules/lodash/fp/mergeAll.js | 5 + .../node_modules/lodash/fp/mergeAllWith.js | 5 + .../node_modules/lodash/fp/mergeWith.js | 5 + .../node_modules/lodash/fp/method.js | 5 + .../node_modules/lodash/fp/methodOf.js | 5 + .../node-sass/node_modules/lodash/fp/min.js | 5 + .../node-sass/node_modules/lodash/fp/minBy.js | 5 + .../node-sass/node_modules/lodash/fp/mixin.js | 5 + .../node_modules/lodash/fp/multiply.js | 5 + .../node-sass/node_modules/lodash/fp/nAry.js | 1 + .../node_modules/lodash/fp/negate.js | 5 + .../node-sass/node_modules/lodash/fp/next.js | 5 + .../node-sass/node_modules/lodash/fp/noop.js | 5 + .../node-sass/node_modules/lodash/fp/now.js | 5 + .../node-sass/node_modules/lodash/fp/nth.js | 5 + .../node_modules/lodash/fp/nthArg.js | 5 + .../node_modules/lodash/fp/number.js | 2 + .../node_modules/lodash/fp/object.js | 2 + .../node-sass/node_modules/lodash/fp/omit.js | 5 + .../node_modules/lodash/fp/omitAll.js | 1 + .../node_modules/lodash/fp/omitBy.js | 5 + .../node-sass/node_modules/lodash/fp/once.js | 5 + .../node_modules/lodash/fp/orderBy.js | 5 + .../node-sass/node_modules/lodash/fp/over.js | 5 + .../node_modules/lodash/fp/overArgs.js | 5 + .../node_modules/lodash/fp/overEvery.js | 5 + .../node_modules/lodash/fp/overSome.js | 5 + .../node-sass/node_modules/lodash/fp/pad.js | 5 + .../node_modules/lodash/fp/padChars.js | 5 + .../node_modules/lodash/fp/padCharsEnd.js | 5 + .../node_modules/lodash/fp/padCharsStart.js | 5 + .../node_modules/lodash/fp/padEnd.js | 5 + .../node_modules/lodash/fp/padStart.js | 5 + .../node_modules/lodash/fp/parseInt.js | 5 + .../node_modules/lodash/fp/partial.js | 5 + .../node_modules/lodash/fp/partialRight.js | 5 + .../node_modules/lodash/fp/partition.js | 5 + .../node-sass/node_modules/lodash/fp/path.js | 1 + .../node_modules/lodash/fp/pathEq.js | 1 + .../node_modules/lodash/fp/pathOr.js | 1 + .../node-sass/node_modules/lodash/fp/paths.js | 1 + .../node-sass/node_modules/lodash/fp/pick.js | 5 + .../node_modules/lodash/fp/pickAll.js | 1 + .../node_modules/lodash/fp/pickBy.js | 5 + .../node-sass/node_modules/lodash/fp/pipe.js | 1 + .../node_modules/lodash/fp/placeholder.js | 6 + .../node-sass/node_modules/lodash/fp/plant.js | 5 + .../node-sass/node_modules/lodash/fp/pluck.js | 1 + .../node-sass/node_modules/lodash/fp/prop.js | 1 + .../node_modules/lodash/fp/propEq.js | 1 + .../node_modules/lodash/fp/propOr.js | 1 + .../node_modules/lodash/fp/property.js | 1 + .../node_modules/lodash/fp/propertyOf.js | 5 + .../node-sass/node_modules/lodash/fp/props.js | 1 + .../node-sass/node_modules/lodash/fp/pull.js | 5 + .../node_modules/lodash/fp/pullAll.js | 5 + .../node_modules/lodash/fp/pullAllBy.js | 5 + .../node_modules/lodash/fp/pullAllWith.js | 5 + .../node_modules/lodash/fp/pullAt.js | 5 + .../node_modules/lodash/fp/random.js | 5 + .../node-sass/node_modules/lodash/fp/range.js | 5 + .../node_modules/lodash/fp/rangeRight.js | 5 + .../node_modules/lodash/fp/rangeStep.js | 5 + .../node_modules/lodash/fp/rangeStepRight.js | 5 + .../node-sass/node_modules/lodash/fp/rearg.js | 5 + .../node_modules/lodash/fp/reduce.js | 5 + .../node_modules/lodash/fp/reduceRight.js | 5 + .../node_modules/lodash/fp/reject.js | 5 + .../node_modules/lodash/fp/remove.js | 5 + .../node_modules/lodash/fp/repeat.js | 5 + .../node_modules/lodash/fp/replace.js | 5 + .../node-sass/node_modules/lodash/fp/rest.js | 5 + .../node_modules/lodash/fp/restFrom.js | 5 + .../node_modules/lodash/fp/result.js | 5 + .../node_modules/lodash/fp/reverse.js | 5 + .../node-sass/node_modules/lodash/fp/round.js | 5 + .../node_modules/lodash/fp/sample.js | 5 + .../node_modules/lodash/fp/sampleSize.js | 5 + .../node-sass/node_modules/lodash/fp/seq.js | 2 + .../node-sass/node_modules/lodash/fp/set.js | 5 + .../node_modules/lodash/fp/setWith.js | 5 + .../node_modules/lodash/fp/shuffle.js | 5 + .../node-sass/node_modules/lodash/fp/size.js | 5 + .../node-sass/node_modules/lodash/fp/slice.js | 5 + .../node_modules/lodash/fp/snakeCase.js | 5 + .../node-sass/node_modules/lodash/fp/some.js | 5 + .../node_modules/lodash/fp/sortBy.js | 5 + .../node_modules/lodash/fp/sortedIndex.js | 5 + .../node_modules/lodash/fp/sortedIndexBy.js | 5 + .../node_modules/lodash/fp/sortedIndexOf.js | 5 + .../node_modules/lodash/fp/sortedLastIndex.js | 5 + .../lodash/fp/sortedLastIndexBy.js | 5 + .../lodash/fp/sortedLastIndexOf.js | 5 + .../node_modules/lodash/fp/sortedUniq.js | 5 + .../node_modules/lodash/fp/sortedUniqBy.js | 5 + .../node-sass/node_modules/lodash/fp/split.js | 5 + .../node_modules/lodash/fp/spread.js | 5 + .../node_modules/lodash/fp/spreadFrom.js | 5 + .../node_modules/lodash/fp/startCase.js | 5 + .../node_modules/lodash/fp/startsWith.js | 5 + .../node_modules/lodash/fp/string.js | 2 + .../node_modules/lodash/fp/stubArray.js | 5 + .../node_modules/lodash/fp/stubFalse.js | 5 + .../node_modules/lodash/fp/stubObject.js | 5 + .../node_modules/lodash/fp/stubString.js | 5 + .../node_modules/lodash/fp/stubTrue.js | 5 + .../node_modules/lodash/fp/subtract.js | 5 + .../node-sass/node_modules/lodash/fp/sum.js | 5 + .../node-sass/node_modules/lodash/fp/sumBy.js | 5 + .../lodash/fp/symmetricDifference.js | 1 + .../lodash/fp/symmetricDifferenceBy.js | 1 + .../lodash/fp/symmetricDifferenceWith.js | 1 + .../node-sass/node_modules/lodash/fp/tail.js | 5 + .../node-sass/node_modules/lodash/fp/take.js | 5 + .../node_modules/lodash/fp/takeLast.js | 1 + .../node_modules/lodash/fp/takeLastWhile.js | 1 + .../node_modules/lodash/fp/takeRight.js | 5 + .../node_modules/lodash/fp/takeRightWhile.js | 5 + .../node_modules/lodash/fp/takeWhile.js | 5 + .../node-sass/node_modules/lodash/fp/tap.js | 5 + .../node_modules/lodash/fp/template.js | 5 + .../lodash/fp/templateSettings.js | 5 + .../node_modules/lodash/fp/throttle.js | 5 + .../node-sass/node_modules/lodash/fp/thru.js | 5 + .../node-sass/node_modules/lodash/fp/times.js | 5 + .../node_modules/lodash/fp/toArray.js | 5 + .../node_modules/lodash/fp/toFinite.js | 5 + .../node_modules/lodash/fp/toInteger.js | 5 + .../node_modules/lodash/fp/toIterator.js | 5 + .../node_modules/lodash/fp/toJSON.js | 5 + .../node_modules/lodash/fp/toLength.js | 5 + .../node_modules/lodash/fp/toLower.js | 5 + .../node_modules/lodash/fp/toNumber.js | 5 + .../node_modules/lodash/fp/toPairs.js | 5 + .../node_modules/lodash/fp/toPairsIn.js | 5 + .../node_modules/lodash/fp/toPath.js | 5 + .../node_modules/lodash/fp/toPlainObject.js | 5 + .../node_modules/lodash/fp/toSafeInteger.js | 5 + .../node_modules/lodash/fp/toString.js | 5 + .../node_modules/lodash/fp/toUpper.js | 5 + .../node_modules/lodash/fp/transform.js | 5 + .../node-sass/node_modules/lodash/fp/trim.js | 5 + .../node_modules/lodash/fp/trimChars.js | 5 + .../node_modules/lodash/fp/trimCharsEnd.js | 5 + .../node_modules/lodash/fp/trimCharsStart.js | 5 + .../node_modules/lodash/fp/trimEnd.js | 5 + .../node_modules/lodash/fp/trimStart.js | 5 + .../node_modules/lodash/fp/truncate.js | 5 + .../node_modules/lodash/fp/unapply.js | 1 + .../node-sass/node_modules/lodash/fp/unary.js | 5 + .../node_modules/lodash/fp/unescape.js | 5 + .../node-sass/node_modules/lodash/fp/union.js | 5 + .../node_modules/lodash/fp/unionBy.js | 5 + .../node_modules/lodash/fp/unionWith.js | 5 + .../node-sass/node_modules/lodash/fp/uniq.js | 5 + .../node_modules/lodash/fp/uniqBy.js | 5 + .../node_modules/lodash/fp/uniqWith.js | 5 + .../node_modules/lodash/fp/uniqueId.js | 5 + .../node_modules/lodash/fp/unnest.js | 1 + .../node-sass/node_modules/lodash/fp/unset.js | 5 + .../node-sass/node_modules/lodash/fp/unzip.js | 5 + .../node_modules/lodash/fp/unzipWith.js | 5 + .../node_modules/lodash/fp/update.js | 5 + .../node_modules/lodash/fp/updateWith.js | 5 + .../node_modules/lodash/fp/upperCase.js | 5 + .../node_modules/lodash/fp/upperFirst.js | 5 + .../node_modules/lodash/fp/useWith.js | 1 + .../node-sass/node_modules/lodash/fp/util.js | 2 + .../node-sass/node_modules/lodash/fp/value.js | 5 + .../node_modules/lodash/fp/valueOf.js | 5 + .../node_modules/lodash/fp/values.js | 5 + .../node_modules/lodash/fp/valuesIn.js | 5 + .../node-sass/node_modules/lodash/fp/where.js | 1 + .../node_modules/lodash/fp/whereEq.js | 1 + .../node_modules/lodash/fp/without.js | 5 + .../node-sass/node_modules/lodash/fp/words.js | 5 + .../node-sass/node_modules/lodash/fp/wrap.js | 5 + .../node_modules/lodash/fp/wrapperAt.js | 5 + .../node_modules/lodash/fp/wrapperChain.js | 5 + .../node_modules/lodash/fp/wrapperLodash.js | 5 + .../node_modules/lodash/fp/wrapperReverse.js | 5 + .../node_modules/lodash/fp/wrapperValue.js | 5 + .../node-sass/node_modules/lodash/fp/xor.js | 5 + .../node-sass/node_modules/lodash/fp/xorBy.js | 5 + .../node_modules/lodash/fp/xorWith.js | 5 + .../node-sass/node_modules/lodash/fp/zip.js | 5 + .../node_modules/lodash/fp/zipAll.js | 5 + .../node_modules/lodash/fp/zipObj.js | 1 + .../node_modules/lodash/fp/zipObject.js | 5 + .../node_modules/lodash/fp/zipObjectDeep.js | 5 + .../node_modules/lodash/fp/zipWith.js | 5 + .../node_modules/lodash/fromPairs.js | 28 + .../node-sass/node_modules/lodash/function.js | 25 + .../node_modules/lodash/functions.js | 31 + .../node_modules/lodash/functionsIn.js | 31 + .../node-sass/node_modules/lodash/get.js | 33 + .../node-sass/node_modules/lodash/groupBy.js | 41 + .../node-sass/node_modules/lodash/gt.js | 29 + .../node-sass/node_modules/lodash/gte.js | 30 + .../node-sass/node_modules/lodash/has.js | 35 + .../node-sass/node_modules/lodash/hasIn.js | 34 + .../node-sass/node_modules/lodash/head.js | 23 + .../node-sass/node_modules/lodash/identity.js | 21 + .../node-sass/node_modules/lodash/inRange.js | 55 + .../node-sass/node_modules/lodash/includes.js | 53 + .../node-sass/node_modules/lodash/index.js | 1 + .../node-sass/node_modules/lodash/indexOf.js | 42 + .../node-sass/node_modules/lodash/initial.js | 22 + .../node_modules/lodash/intersection.js | 30 + .../node_modules/lodash/intersectionBy.js | 45 + .../node_modules/lodash/intersectionWith.js | 41 + .../node-sass/node_modules/lodash/invert.js | 42 + .../node-sass/node_modules/lodash/invertBy.js | 56 + .../node-sass/node_modules/lodash/invoke.js | 24 + .../node_modules/lodash/invokeMap.js | 41 + .../node_modules/lodash/isArguments.js | 36 + .../node-sass/node_modules/lodash/isArray.js | 26 + .../node_modules/lodash/isArrayBuffer.js | 27 + .../node_modules/lodash/isArrayLike.js | 33 + .../node_modules/lodash/isArrayLikeObject.js | 33 + .../node_modules/lodash/isBoolean.js | 29 + .../node-sass/node_modules/lodash/isBuffer.js | 38 + .../node-sass/node_modules/lodash/isDate.js | 27 + .../node_modules/lodash/isElement.js | 25 + .../node-sass/node_modules/lodash/isEmpty.js | 77 + .../node-sass/node_modules/lodash/isEqual.js | 35 + .../node_modules/lodash/isEqualWith.js | 41 + .../node-sass/node_modules/lodash/isError.js | 36 + .../node-sass/node_modules/lodash/isFinite.js | 36 + .../node_modules/lodash/isFunction.js | 37 + .../node_modules/lodash/isInteger.js | 33 + .../node-sass/node_modules/lodash/isLength.js | 35 + .../node-sass/node_modules/lodash/isMap.js | 27 + .../node-sass/node_modules/lodash/isMatch.js | 36 + .../node_modules/lodash/isMatchWith.js | 41 + .../node-sass/node_modules/lodash/isNaN.js | 38 + .../node-sass/node_modules/lodash/isNative.js | 40 + .../node-sass/node_modules/lodash/isNil.js | 25 + .../node-sass/node_modules/lodash/isNull.js | 22 + .../node-sass/node_modules/lodash/isNumber.js | 38 + .../node-sass/node_modules/lodash/isObject.js | 31 + .../node_modules/lodash/isObjectLike.js | 29 + .../node_modules/lodash/isPlainObject.js | 62 + .../node-sass/node_modules/lodash/isRegExp.js | 27 + .../node_modules/lodash/isSafeInteger.js | 37 + .../node-sass/node_modules/lodash/isSet.js | 27 + .../node-sass/node_modules/lodash/isString.js | 30 + .../node-sass/node_modules/lodash/isSymbol.js | 29 + .../node_modules/lodash/isTypedArray.js | 27 + .../node_modules/lodash/isUndefined.js | 22 + .../node_modules/lodash/isWeakMap.js | 28 + .../node_modules/lodash/isWeakSet.js | 28 + .../node-sass/node_modules/lodash/iteratee.js | 53 + .../node-sass/node_modules/lodash/join.js | 26 + .../node_modules/lodash/kebabCase.js | 28 + .../node-sass/node_modules/lodash/keyBy.js | 36 + .../node-sass/node_modules/lodash/keys.js | 37 + .../node-sass/node_modules/lodash/keysIn.js | 32 + .../node-sass/node_modules/lodash/lang.js | 58 + .../node-sass/node_modules/lodash/last.js | 20 + .../node_modules/lodash/lastIndexOf.js | 46 + .../node-sass/node_modules/lodash/lodash.js | 17107 ++++++++++++++++ .../node_modules/lodash/lodash.min.js | 137 + .../node_modules/lodash/lowerCase.js | 27 + .../node_modules/lodash/lowerFirst.js | 22 + .../node-sass/node_modules/lodash/lt.js | 29 + .../node-sass/node_modules/lodash/lte.js | 30 + .../node-sass/node_modules/lodash/map.js | 53 + .../node-sass/node_modules/lodash/mapKeys.js | 36 + .../node_modules/lodash/mapValues.js | 43 + .../node-sass/node_modules/lodash/matches.js | 39 + .../node_modules/lodash/matchesProperty.js | 37 + .../node-sass/node_modules/lodash/math.js | 17 + .../node-sass/node_modules/lodash/max.js | 29 + .../node-sass/node_modules/lodash/maxBy.js | 34 + .../node-sass/node_modules/lodash/mean.js | 22 + .../node-sass/node_modules/lodash/meanBy.js | 31 + .../node-sass/node_modules/lodash/memoize.js | 73 + .../node-sass/node_modules/lodash/merge.js | 39 + .../node_modules/lodash/mergeWith.js | 39 + .../node-sass/node_modules/lodash/method.js | 34 + .../node-sass/node_modules/lodash/methodOf.js | 33 + .../node-sass/node_modules/lodash/min.js | 29 + .../node-sass/node_modules/lodash/minBy.js | 34 + .../node-sass/node_modules/lodash/mixin.js | 74 + .../node-sass/node_modules/lodash/multiply.js | 22 + .../node-sass/node_modules/lodash/negate.js | 40 + .../node-sass/node_modules/lodash/next.js | 35 + .../node-sass/node_modules/lodash/noop.js | 17 + .../node-sass/node_modules/lodash/now.js | 23 + .../node-sass/node_modules/lodash/nth.js | 29 + .../node-sass/node_modules/lodash/nthArg.js | 32 + .../node-sass/node_modules/lodash/number.js | 5 + .../node-sass/node_modules/lodash/object.js | 49 + .../node-sass/node_modules/lodash/omit.js | 57 + .../node-sass/node_modules/lodash/omitBy.js | 29 + .../node-sass/node_modules/lodash/once.js | 25 + .../node-sass/node_modules/lodash/orderBy.js | 47 + .../node-sass/node_modules/lodash/over.js | 24 + .../node-sass/node_modules/lodash/overArgs.js | 61 + .../node_modules/lodash/overEvery.js | 30 + .../node-sass/node_modules/lodash/overSome.js | 30 + .../node_modules/lodash/package.json | 66 + .../node-sass/node_modules/lodash/pad.js | 49 + .../node-sass/node_modules/lodash/padEnd.js | 39 + .../node-sass/node_modules/lodash/padStart.js | 39 + .../node-sass/node_modules/lodash/parseInt.js | 43 + .../node-sass/node_modules/lodash/partial.js | 50 + .../node_modules/lodash/partialRight.js | 49 + .../node_modules/lodash/partition.js | 43 + .../node-sass/node_modules/lodash/pick.js | 25 + .../node-sass/node_modules/lodash/pickBy.js | 37 + .../node-sass/node_modules/lodash/plant.js | 48 + .../node-sass/node_modules/lodash/property.js | 32 + .../node_modules/lodash/propertyOf.js | 30 + .../node-sass/node_modules/lodash/pull.js | 29 + .../node-sass/node_modules/lodash/pullAll.js | 29 + .../node_modules/lodash/pullAllBy.js | 33 + .../node_modules/lodash/pullAllWith.js | 32 + .../node-sass/node_modules/lodash/pullAt.js | 43 + .../node-sass/node_modules/lodash/random.js | 82 + .../node-sass/node_modules/lodash/range.js | 46 + .../node_modules/lodash/rangeRight.js | 41 + .../node-sass/node_modules/lodash/rearg.js | 33 + .../node-sass/node_modules/lodash/reduce.js | 51 + .../node_modules/lodash/reduceRight.js | 36 + .../node-sass/node_modules/lodash/reject.js | 46 + .../node-sass/node_modules/lodash/remove.js | 53 + .../node-sass/node_modules/lodash/repeat.js | 37 + .../node-sass/node_modules/lodash/replace.js | 29 + .../node-sass/node_modules/lodash/rest.js | 40 + .../node-sass/node_modules/lodash/result.js | 56 + .../node-sass/node_modules/lodash/reverse.js | 34 + .../node-sass/node_modules/lodash/round.js | 26 + .../node-sass/node_modules/lodash/sample.js | 24 + .../node_modules/lodash/sampleSize.js | 37 + .../node-sass/node_modules/lodash/seq.js | 16 + .../node-sass/node_modules/lodash/set.js | 35 + .../node-sass/node_modules/lodash/setWith.js | 32 + .../node-sass/node_modules/lodash/shuffle.js | 25 + .../node-sass/node_modules/lodash/size.js | 46 + .../node-sass/node_modules/lodash/slice.js | 37 + .../node_modules/lodash/snakeCase.js | 28 + .../node-sass/node_modules/lodash/some.js | 51 + .../node-sass/node_modules/lodash/sortBy.js | 48 + .../node_modules/lodash/sortedIndex.js | 24 + .../node_modules/lodash/sortedIndexBy.js | 33 + .../node_modules/lodash/sortedIndexOf.js | 31 + .../node_modules/lodash/sortedLastIndex.js | 25 + .../node_modules/lodash/sortedLastIndexBy.js | 33 + .../node_modules/lodash/sortedLastIndexOf.js | 31 + .../node_modules/lodash/sortedUniq.js | 24 + .../node_modules/lodash/sortedUniqBy.js | 26 + .../node-sass/node_modules/lodash/split.js | 52 + .../node-sass/node_modules/lodash/spread.js | 63 + .../node_modules/lodash/startCase.js | 29 + .../node_modules/lodash/startsWith.js | 39 + .../node-sass/node_modules/lodash/string.js | 33 + .../node_modules/lodash/stubArray.js | 23 + .../node_modules/lodash/stubFalse.js | 18 + .../node_modules/lodash/stubObject.js | 23 + .../node_modules/lodash/stubString.js | 18 + .../node-sass/node_modules/lodash/stubTrue.js | 18 + .../node-sass/node_modules/lodash/subtract.js | 22 + .../node-sass/node_modules/lodash/sum.js | 24 + .../node-sass/node_modules/lodash/sumBy.js | 33 + .../node-sass/node_modules/lodash/tail.js | 22 + .../node-sass/node_modules/lodash/take.js | 37 + .../node_modules/lodash/takeRight.js | 39 + .../node_modules/lodash/takeRightWhile.js | 45 + .../node_modules/lodash/takeWhile.js | 45 + .../node-sass/node_modules/lodash/tap.js | 29 + .../node-sass/node_modules/lodash/template.js | 238 + .../node_modules/lodash/templateSettings.js | 67 + .../node-sass/node_modules/lodash/throttle.js | 69 + .../node-sass/node_modules/lodash/thru.js | 28 + .../node-sass/node_modules/lodash/times.js | 51 + .../node-sass/node_modules/lodash/toArray.js | 58 + .../node-sass/node_modules/lodash/toFinite.js | 42 + .../node_modules/lodash/toInteger.js | 36 + .../node_modules/lodash/toIterator.js | 23 + .../node-sass/node_modules/lodash/toJSON.js | 1 + .../node-sass/node_modules/lodash/toLength.js | 38 + .../node-sass/node_modules/lodash/toLower.js | 28 + .../node-sass/node_modules/lodash/toNumber.js | 66 + .../node-sass/node_modules/lodash/toPairs.js | 30 + .../node_modules/lodash/toPairsIn.js | 30 + .../node-sass/node_modules/lodash/toPath.js | 33 + .../node_modules/lodash/toPlainObject.js | 32 + .../node_modules/lodash/toSafeInteger.js | 37 + .../node-sass/node_modules/lodash/toString.js | 28 + .../node-sass/node_modules/lodash/toUpper.js | 28 + .../node_modules/lodash/transform.js | 65 + .../node-sass/node_modules/lodash/trim.js | 49 + .../node-sass/node_modules/lodash/trimEnd.js | 43 + .../node_modules/lodash/trimStart.js | 43 + .../node-sass/node_modules/lodash/truncate.js | 111 + .../node-sass/node_modules/lodash/unary.js | 22 + .../node-sass/node_modules/lodash/unescape.js | 34 + .../node-sass/node_modules/lodash/union.js | 26 + .../node-sass/node_modules/lodash/unionBy.js | 39 + .../node_modules/lodash/unionWith.js | 34 + .../node-sass/node_modules/lodash/uniq.js | 25 + .../node-sass/node_modules/lodash/uniqBy.js | 31 + .../node-sass/node_modules/lodash/uniqWith.js | 28 + .../node-sass/node_modules/lodash/uniqueId.js | 28 + .../node-sass/node_modules/lodash/unset.js | 34 + .../node-sass/node_modules/lodash/unzip.js | 45 + .../node_modules/lodash/unzipWith.js | 39 + .../node-sass/node_modules/lodash/update.js | 35 + .../node_modules/lodash/updateWith.js | 33 + .../node_modules/lodash/upperCase.js | 27 + .../node_modules/lodash/upperFirst.js | 22 + .../node-sass/node_modules/lodash/util.js | 34 + .../node-sass/node_modules/lodash/value.js | 1 + .../node-sass/node_modules/lodash/valueOf.js | 1 + .../node-sass/node_modules/lodash/values.js | 34 + .../node-sass/node_modules/lodash/valuesIn.js | 32 + .../node-sass/node_modules/lodash/without.js | 31 + .../node-sass/node_modules/lodash/words.js | 35 + .../node-sass/node_modules/lodash/wrap.js | 30 + .../node_modules/lodash/wrapperAt.js | 48 + .../node_modules/lodash/wrapperChain.js | 34 + .../node_modules/lodash/wrapperLodash.js | 147 + .../node_modules/lodash/wrapperReverse.js | 44 + .../node_modules/lodash/wrapperValue.js | 21 + .../node-sass/node_modules/lodash/xor.js | 28 + .../node-sass/node_modules/lodash/xorBy.js | 39 + .../node-sass/node_modules/lodash/xorWith.js | 34 + .../node-sass/node_modules/lodash/zip.js | 22 + .../node_modules/lodash/zipObject.js | 24 + .../node_modules/lodash/zipObjectDeep.js | 23 + .../node-sass/node_modules/lodash/zipWith.js | 32 + .../node-sass/node_modules/minimatch/LICENSE | 15 + .../node_modules/minimatch/README.md | 209 + .../node_modules/minimatch/minimatch.js | 923 + .../node_modules/minimatch/package.json | 68 + .../node_modules/node-sass/package.json | 123 + .../node_modules/node-sass/scripts/build.js | 155 + .../node-sass/scripts/coverage.js | 85 + .../node_modules/node-sass/scripts/install.js | 157 + .../node-sass/scripts/prepublish.js | 17 + .../node-sass/scripts/util/downloadoptions.js | 31 + .../node-sass/scripts/util/proxy.js | 22 + .../node-sass/scripts/util/useragent.js | 13 + .../node_modules/node-sass/src/binding.cpp | 358 + .../node-sass/src/callback_bridge.h | 228 + .../node-sass/src/create_string.cpp | 21 + .../node-sass/src/create_string.h | 8 + .../node-sass/src/custom_function_bridge.cpp | 27 + .../node-sass/src/custom_function_bridge.h | 18 + .../node-sass/src/custom_importer_bridge.cpp | 103 + .../node-sass/src/custom_importer_bridge.h | 22 + .../node_modules/node-sass/src/libsass.gyp | 114 + .../node-sass/src/libsass/.editorconfig | 15 + .../node-sass/src/libsass/.gitattributes | 2 + .../src/libsass/.github/CONTRIBUTING.md | 65 + .../src/libsass/.github/ISSUE_TEMPLATE.md | 54 + .../node-sass/src/libsass/.npmignore | 85 + .../node-sass/src/libsass/.travis.yml | 64 + .../node-sass/src/libsass/COPYING | 25 + .../node-sass/src/libsass/GNUmakefile.am | 74 + .../node-sass/src/libsass/INSTALL | 1 + .../node-sass/src/libsass/LICENSE | 25 + .../node-sass/src/libsass/Makefile | 351 + .../node-sass/src/libsass/Makefile.conf | 55 + .../node-sass/src/libsass/Readme.md | 104 + .../node-sass/src/libsass/SECURITY.md | 10 + .../node-sass/src/libsass/appveyor.yml | 91 + .../node-sass/src/libsass/configure.ac | 134 + .../src/libsass/contrib/libsass.spec | 66 + .../node-sass/src/libsass/contrib/plugin.cpp | 60 + .../node-sass/src/libsass/docs/README.md | 20 + .../src/libsass/docs/api-context-example.md | 45 + .../src/libsass/docs/api-context-internal.md | 163 + .../node-sass/src/libsass/docs/api-context.md | 295 + .../node-sass/src/libsass/docs/api-doc.md | 215 + .../src/libsass/docs/api-function-example.md | 67 + .../src/libsass/docs/api-function-internal.md | 8 + .../src/libsass/docs/api-function.md | 74 + .../src/libsass/docs/api-importer-example.md | 112 + .../src/libsass/docs/api-importer-internal.md | 20 + .../src/libsass/docs/api-importer.md | 86 + .../src/libsass/docs/api-value-example.md | 55 + .../src/libsass/docs/api-value-internal.md | 76 + .../node-sass/src/libsass/docs/api-value.md | 154 + .../src/libsass/docs/build-on-darwin.md | 27 + .../src/libsass/docs/build-on-gentoo.md | 55 + .../src/libsass/docs/build-on-windows.md | 139 + .../src/libsass/docs/build-shared-library.md | 35 + .../src/libsass/docs/build-with-autotools.md | 78 + .../src/libsass/docs/build-with-makefiles.md | 68 + .../src/libsass/docs/build-with-mingw.md | 107 + .../libsass/docs/build-with-visual-studio.md | 90 + .../node-sass/src/libsass/docs/build.md | 97 + .../src/libsass/docs/compatibility-plan.md | 48 + .../src/libsass/docs/contributing.md | 17 + .../libsass/docs/custom-functions-internal.md | 122 + .../src/libsass/docs/dev-ast-memory.md | 223 + .../src/libsass/docs/implementations.md | 65 + .../node-sass/src/libsass/docs/plugins.md | 47 + .../src/libsass/docs/setup-environment.md | 68 + .../src/libsass/docs/source-map-internals.md | 51 + .../node-sass/src/libsass/docs/trace.md | 26 + .../node-sass/src/libsass/docs/triage.md | 17 + .../node-sass/src/libsass/docs/unicode.md | 45 + .../node-sass/src/libsass/extconf.rb | 6 + .../node-sass/src/libsass/include/sass.h | 15 + .../node-sass/src/libsass/include/sass/base.h | 89 + .../src/libsass/include/sass/context.h | 170 + .../src/libsass/include/sass/functions.h | 139 + .../src/libsass/include/sass/values.h | 145 + .../src/libsass/include/sass/version.h | 12 + .../src/libsass/include/sass/version.h.in | 12 + .../node-sass/src/libsass/include/sass2scss.h | 120 + .../node-sass/src/libsass/m4/.gitkeep | 0 .../libsass/m4/m4-ax_cxx_compile_stdcxx_11.m4 | 167 + .../node-sass/src/libsass/res/resource.rc | 35 + .../node-sass/src/libsass/script/bootstrap | 13 + .../node-sass/src/libsass/script/branding | 10 + .../src/libsass/script/ci-build-libsass | 134 + .../src/libsass/script/ci-build-plugin | 62 + .../src/libsass/script/ci-install-compiler | 6 + .../src/libsass/script/ci-install-deps | 20 + .../src/libsass/script/ci-report-coverage | 42 + .../node-sass/src/libsass/script/spec | 5 + .../node-sass/src/libsass/script/tap-driver | 652 + .../node-sass/src/libsass/script/tap-runner | 1 + .../src/libsass/script/test-leaks.pl | 103 + .../node-sass/src/libsass/src/GNUmakefile.am | 54 + .../node-sass/src/libsass/src/ast.cpp | 2226 ++ .../node-sass/src/libsass/src/ast.hpp | 3049 +++ .../src/libsass/src/ast_def_macros.hpp | 80 + .../src/libsass/src/ast_fwd_decl.cpp | 29 + .../src/libsass/src/ast_fwd_decl.hpp | 463 + .../node-sass/src/libsass/src/b64/cencode.h | 32 + .../node-sass/src/libsass/src/b64/encode.h | 79 + .../node-sass/src/libsass/src/backtrace.cpp | 46 + .../node-sass/src/libsass/src/backtrace.hpp | 29 + .../node-sass/src/libsass/src/base64vlq.cpp | 44 + .../node-sass/src/libsass/src/base64vlq.hpp | 30 + .../node-sass/src/libsass/src/bind.cpp | 311 + .../node-sass/src/libsass/src/bind.hpp | 13 + .../node-sass/src/libsass/src/c99func.c | 54 + .../node-sass/src/libsass/src/cencode.c | 108 + .../src/libsass/src/check_nesting.cpp | 398 + .../src/libsass/src/check_nesting.hpp | 65 + .../node-sass/src/libsass/src/color_maps.cpp | 648 + .../node-sass/src/libsass/src/color_maps.hpp | 331 + .../node-sass/src/libsass/src/constants.cpp | 179 + .../node-sass/src/libsass/src/constants.hpp | 181 + .../node-sass/src/libsass/src/context.cpp | 880 + .../node-sass/src/libsass/src/context.hpp | 152 + .../node-sass/src/libsass/src/cssize.cpp | 606 + .../node-sass/src/libsass/src/cssize.hpp | 77 + .../node-sass/src/libsass/src/debug.hpp | 43 + .../node-sass/src/libsass/src/debugger.hpp | 801 + .../node-sass/src/libsass/src/emitter.cpp | 297 + .../node-sass/src/libsass/src/emitter.hpp | 99 + .../node-sass/src/libsass/src/environment.cpp | 246 + .../node-sass/src/libsass/src/environment.hpp | 113 + .../src/libsass/src/error_handling.cpp | 235 + .../src/libsass/src/error_handling.hpp | 216 + .../node-sass/src/libsass/src/eval.cpp | 1663 ++ .../node-sass/src/libsass/src/eval.hpp | 103 + .../node-sass/src/libsass/src/expand.cpp | 817 + .../node-sass/src/libsass/src/expand.hpp | 82 + .../node-sass/src/libsass/src/extend.cpp | 2130 ++ .../node-sass/src/libsass/src/extend.hpp | 86 + .../node-sass/src/libsass/src/file.cpp | 485 + .../node-sass/src/libsass/src/file.hpp | 133 + .../node-sass/src/libsass/src/functions.cpp | 2234 ++ .../node-sass/src/libsass/src/functions.hpp | 198 + .../node-sass/src/libsass/src/inspect.cpp | 1138 + .../node-sass/src/libsass/src/inspect.hpp | 103 + .../node-sass/src/libsass/src/json.cpp | 1436 ++ .../node-sass/src/libsass/src/json.hpp | 117 + .../src/libsass/src/kwd_arg_macros.hpp | 28 + .../node-sass/src/libsass/src/lexer.cpp | 181 + .../node-sass/src/libsass/src/lexer.hpp | 315 + .../node-sass/src/libsass/src/listize.cpp | 86 + .../node-sass/src/libsass/src/listize.hpp | 34 + .../node-sass/src/libsass/src/mapping.hpp | 18 + .../src/libsass/src/memory/SharedPtr.cpp | 114 + .../src/libsass/src/memory/SharedPtr.hpp | 206 + .../node-sass/src/libsass/src/node.cpp | 319 + .../node-sass/src/libsass/src/node.hpp | 118 + .../node-sass/src/libsass/src/operation.hpp | 173 + .../node-sass/src/libsass/src/operators.cpp | 267 + .../node-sass/src/libsass/src/operators.hpp | 30 + .../node-sass/src/libsass/src/output.cpp | 336 + .../node-sass/src/libsass/src/output.hpp | 54 + .../node-sass/src/libsass/src/parser.cpp | 3137 +++ .../node-sass/src/libsass/src/parser.hpp | 400 + .../node-sass/src/libsass/src/paths.hpp | 71 + .../node-sass/src/libsass/src/plugins.cpp | 184 + .../node-sass/src/libsass/src/plugins.hpp | 57 + .../node-sass/src/libsass/src/position.cpp | 181 + .../node-sass/src/libsass/src/position.hpp | 124 + .../node-sass/src/libsass/src/prelexer.cpp | 1774 ++ .../node-sass/src/libsass/src/prelexer.hpp | 484 + .../src/libsass/src/remove_placeholders.cpp | 84 + .../src/libsass/src/remove_placeholders.hpp | 35 + .../node-sass/src/libsass/src/sass.cpp | 151 + .../node-sass/src/libsass/src/sass.hpp | 139 + .../node-sass/src/libsass/src/sass2scss.cpp | 864 + .../src/libsass/src/sass_context.cpp | 769 + .../src/libsass/src/sass_context.hpp | 129 + .../src/libsass/src/sass_functions.cpp | 207 + .../src/libsass/src/sass_functions.hpp | 50 + .../node-sass/src/libsass/src/sass_util.cpp | 149 + .../node-sass/src/libsass/src/sass_util.hpp | 256 + .../node-sass/src/libsass/src/sass_values.cpp | 357 + .../node-sass/src/libsass/src/sass_values.hpp | 82 + .../node-sass/src/libsass/src/source_map.cpp | 195 + .../node-sass/src/libsass/src/source_map.hpp | 62 + .../node-sass/src/libsass/src/subset_map.cpp | 55 + .../node-sass/src/libsass/src/subset_map.hpp | 76 + .../src/libsass/src/support/libsass.pc.in | 11 + .../node-sass/src/libsass/src/to_c.cpp | 74 + .../node-sass/src/libsass/src/to_c.hpp | 39 + .../node-sass/src/libsass/src/to_value.cpp | 112 + .../node-sass/src/libsass/src/to_value.hpp | 50 + .../node-sass/src/libsass/src/units.cpp | 501 + .../node-sass/src/libsass/src/units.hpp | 109 + .../node-sass/src/libsass/src/utf8.h | 34 + .../node-sass/src/libsass/src/utf8/checked.h | 334 + .../node-sass/src/libsass/src/utf8/core.h | 329 + .../src/libsass/src/utf8/unchecked.h | 235 + .../node-sass/src/libsass/src/utf8_string.cpp | 102 + .../node-sass/src/libsass/src/utf8_string.hpp | 37 + .../node-sass/src/libsass/src/util.cpp | 733 + .../node-sass/src/libsass/src/util.hpp | 56 + .../node-sass/src/libsass/src/values.cpp | 131 + .../node-sass/src/libsass/src/values.hpp | 12 + .../node-sass/src/libsass/test/test_node.cpp | 94 + .../node-sass/src/libsass/test/test_paths.cpp | 28 + .../libsass/test/test_selector_difference.cpp | 25 + .../src/libsass/test/test_specificity.cpp | 25 + .../src/libsass/test/test_subset_map.cpp | 472 + .../src/libsass/test/test_superselector.cpp | 69 + .../src/libsass/test/test_unification.cpp | 31 + .../node-sass/src/libsass/version.sh | 10 + .../node-sass/src/libsass/win/libsass.sln | 39 + .../src/libsass/win/libsass.sln.DotSettings | 9 + .../node-sass/src/libsass/win/libsass.targets | 118 + .../node-sass/src/libsass/win/libsass.vcxproj | 188 + .../src/libsass/win/libsass.vcxproj.filters | 357 + .../node-sass/src/sass_context_wrapper.cpp | 67 + .../node-sass/src/sass_context_wrapper.h | 57 + .../node-sass/src/sass_types/boolean.cpp | 73 + .../node-sass/src/sass_types/boolean.h | 31 + .../node-sass/src/sass_types/color.cpp | 127 + .../node-sass/src/sass_types/color.h | 34 + .../node-sass/src/sass_types/error.cpp | 24 + .../node-sass/src/sass_types/error.h | 19 + .../node-sass/src/sass_types/factory.cpp | 72 + .../node-sass/src/sass_types/factory.h | 20 + .../node-sass/src/sass_types/list.cpp | 101 + .../node-sass/src/sass_types/list.h | 25 + .../node-sass/src/sass_types/map.cpp | 118 + .../node-sass/src/sass_types/map.h | 25 + .../node-sass/src/sass_types/null.cpp | 57 + .../node-sass/src/sass_types/null.h | 29 + .../node-sass/src/sass_types/number.cpp | 75 + .../node-sass/src/sass_types/number.h | 25 + .../src/sass_types/sass_value_wrapper.h | 101 + .../node-sass/src/sass_types/string.cpp | 48 + .../node-sass/src/sass_types/string.h | 22 + .../node-sass/src/sass_types/value.h | 42 + .../node_modules/node-sass/test/.eslintrc | 5 + .../node_modules/node-sass/test/api.js | 1995 ++ .../node_modules/node-sass/test/binding.js | 129 + .../node_modules/node-sass/test/cli.js | 804 + .../node-sass/test/downloadoptions.js | 74 + .../node_modules/node-sass/test/errors.js | 53 + .../test/fixtures/compressed/expected.css | 1 + .../test/fixtures/compressed/index.scss | 16 + .../custom-functions/setter-expected.css | 3 + .../fixtures/custom-functions/setter.scss | 1 + .../string-conversion-expected.css | 2 + .../custom-functions/string-conversion.scss | 1 + .../fixtures/cwd-include-path/expected.css | 2 + .../fixtures/cwd-include-path/outside.scss | 3 + .../fixtures/cwd-include-path/root/index.scss | 1 + .../test/fixtures/depth-first/_common.scss | 6 + .../test/fixtures/depth-first/_struct.scss | 3 + .../test/fixtures/depth-first/_vars.scss | 5 + .../test/fixtures/depth-first/a.scss | 7 + .../test/fixtures/depth-first/a1.scss | 3 + .../test/fixtures/depth-first/b.scss | 5 + .../test/fixtures/depth-first/b1.scss | 3 + .../test/fixtures/depth-first/expected.css | 32 + .../test/fixtures/depth-first/index.scss | 8 + .../extras/my_custom_arrays_of_importers.js | 12 + .../extras/my_custom_functions_setter.js | 10 + .../my_custom_functions_string_conversion.js | 8 + .../extras/my_custom_importer_data.js | 5 + .../extras/my_custom_importer_data_cb.js | 5 + .../extras/my_custom_importer_error.js | 3 + .../extras/my_custom_importer_file.js | 7 + .../my_custom_importer_file_and_data.js | 6 + .../my_custom_importer_file_and_data_cb.js | 6 + .../extras/my_custom_importer_file_cb.js | 7 + .../test/fixtures/follow/foo/bar/index.scss | 16 + .../test/fixtures/include-files/bar.scss | 1 + .../chained-imports-with-custom-importer.scss | 1 + .../include-files/expected-importer.css | 5 + .../file-not-processed-by-loader.scss | 1 + .../file-processed-by-loader.scss | 3 + .../test/fixtures/include-files/foo.scss | 1 + .../test/fixtures/include-files/index.scss | 2 + .../test/fixtures/include-path/expected.css | 3 + .../include-path/functions/colorBlue.scss | 3 + .../test/fixtures/include-path/index.scss | 7 + .../test/fixtures/include-path/lib/vars.scss | 1 + .../test/fixtures/indent/expected.css | 2 + .../node-sass/test/fixtures/indent/index.sass | 3 + .../input-directory/sass/_skipped.scss | 16 + .../input-directory/sass/nested/three.scss | 16 + .../fixtures/input-directory/sass/one.scss | 16 + .../fixtures/input-directory/sass/two.scss | 16 + .../test/fixtures/invalid/index.scss | 3 + .../test/fixtures/output-directory/index.scss | 16 + .../test/fixtures/precision/expected.css | 2 + .../test/fixtures/precision/index.scss | 3 + .../fixtures/sass-path/expected-orange.css | 3 + .../test/fixtures/sass-path/expected-red.css | 3 + .../test/fixtures/sass-path/index.scss | 6 + .../fixtures/sass-path/orange/colors.scss | 1 + .../test/fixtures/sass-path/red/colors.scss | 1 + .../test/fixtures/simple/expected.css | 11 + .../node-sass/test/fixtures/simple/index.scss | 16 + .../fixtures/source-comments/expected.css | 15 + .../test/fixtures/source-comments/index.scss | 16 + .../fixtures/source-map-embed/expected.css | 13 + .../test/fixtures/source-map-embed/index.scss | 16 + .../test/fixtures/source-map/expected.css | 13 + .../test/fixtures/source-map/expected.map | 9 + .../test/fixtures/source-map/index.scss | 16 + .../test/fixtures/watcher/main/one.scss | 5 + .../fixtures/watcher/main/partials/_one.scss | 5 + .../watcher/main/partials/_three.scss | 3 + .../fixtures/watcher/main/partials/_two.scss | 5 + .../test/fixtures/watcher/main/three.scss | 3 + .../test/fixtures/watcher/main/two.scss | 3 + .../watcher/sibling/partials/_three.scss | 3 + .../test/fixtures/watcher/sibling/three.scss | 5 + .../test/fixtures/watching-dir-01/index.scss | 1 + .../test/fixtures/watching-dir-02/foo.scss | 1 + .../test/fixtures/watching-dir-02/index.scss | 1 + .../node-sass/test/fixtures/watching/bar.sass | 2 + .../test/fixtures/watching/index.sass | 1 + .../test/fixtures/watching/index.scss | 1 + .../test/fixtures/watching/white.scss | 1 + .../node_modules/node-sass/test/lowlevel.js | 243 + .../node_modules/node-sass/test/runtime.js | 185 + .../node-sass/test/scripts/util/proxy.js | 76 + .../node_modules/node-sass/test/spec.js | 192 + .../node_modules/node-sass/test/types.js | 643 + .../node_modules/node-sass/test/useragent.js | 15 + .../node_modules/node-sass/test/watcher.js | 503 + .../vendor/linux-x64-67/binding.node | Bin 0 -> 3545790 bytes .../node_modules/node-uuid/.npmignore | 2 + .../node_modules/node-uuid/LICENSE.md | 3 + .../node_modules/node-uuid/README.md | 203 + .../node-uuid/benchmark/README.md | 53 + .../node-uuid/benchmark/bench.gnu | 174 + .../node_modules/node-uuid/benchmark/bench.sh | 34 + .../node-uuid/benchmark/benchmark-native.c | 34 + .../node-uuid/benchmark/benchmark.js | 84 + .../node_modules/node-uuid/package.json | 60 + .../node_modules/node-uuid/test/compare_v1.js | 63 + .../node_modules/node-uuid/test/test.html | 17 + .../node_modules/node-uuid/test/test.js | 228 + .../node_modules/node-uuid/uuid.js | 245 + .../node_modules/nopt/.npmignore | 1 + .../node_modules/nopt/.travis.yml | 9 + .../gilles_acezat/node_modules/nopt/LICENSE | 15 + .../gilles_acezat/node_modules/nopt/README.md | 211 + .../node_modules/nopt/bin/nopt.js | 54 + .../node_modules/nopt/examples/my-program.js | 30 + .../node_modules/nopt/lib/nopt.js | 415 + .../node_modules/nopt/package.json | 61 + .../node_modules/nopt/test/basic.js | 273 + .../normalize-package-data/AUTHORS | 4 + .../normalize-package-data/LICENSE | 30 + .../normalize-package-data/README.md | 106 + .../lib/extract_description.js | 14 + .../normalize-package-data/lib/fixer.js | 417 + .../lib/make_warning.js | 23 + .../normalize-package-data/lib/normalize.js | 39 + .../normalize-package-data/lib/safe_format.js | 9 + .../normalize-package-data/lib/typos.json | 25 + .../lib/warning_messages.json | 30 + .../normalize-package-data/package.json | 82 + .../node_modules/normalize-path/LICENSE | 21 + .../node_modules/normalize-path/README.md | 92 + .../node_modules/normalize-path/index.js | 19 + .../node_modules/normalize-path/package.json | 121 + .../node_modules/normalize-range/index.js | 54 + .../node_modules/normalize-range/license | 21 + .../node_modules/normalize-range/package.json | 78 + .../node_modules/normalize-range/readme.md | 148 + .../node_modules/normalize.css/CHANGELOG.md | 175 + .../node_modules/normalize.css/LICENSE.md | 21 + .../node_modules/normalize.css/README.md | 102 + .../node_modules/normalize.css/normalize.css | 349 + .../node_modules/normalize.css/package.json | 46 + .../node_modules/npmlog/CHANGELOG.md | 49 + .../gilles_acezat/node_modules/npmlog/LICENSE | 15 + .../node_modules/npmlog/README.md | 216 + .../gilles_acezat/node_modules/npmlog/log.js | 309 + .../node_modules/npmlog/package.json | 66 + .../node_modules/num2fraction/.editorconfig | 14 + .../node_modules/num2fraction/.npmignore | 8 + .../node_modules/num2fraction/LICENSE | 22 + .../node_modules/num2fraction/README.md | 87 + .../node_modules/num2fraction/index.js | 48 + .../node_modules/num2fraction/package.json | 60 + .../node_modules/number-is-nan/index.js | 4 + .../node_modules/number-is-nan/license | 21 + .../node_modules/number-is-nan/package.json | 72 + .../node_modules/number-is-nan/readme.md | 28 + .../node_modules/oauth-sign/LICENSE | 55 + .../node_modules/oauth-sign/README.md | 11 + .../node_modules/oauth-sign/index.js | 146 + .../node_modules/oauth-sign/package.json | 56 + .../node_modules/object-assign/index.js | 39 + .../node_modules/object-assign/license | 21 + .../node_modules/object-assign/package.json | 74 + .../node_modules/object-assign/readme.md | 51 + .../node_modules/object-copy/LICENSE | 21 + .../node_modules/object-copy/index.js | 174 + .../node_modules/define-property/LICENSE | 21 + .../node_modules/define-property/README.md | 77 + .../node_modules/define-property/index.js | 31 + .../node_modules/define-property/package.json | 82 + .../object-copy/node_modules/kind-of/LICENSE | 21 + .../node_modules/kind-of/README.md | 261 + .../object-copy/node_modules/kind-of/index.js | 116 + .../node_modules/kind-of/package.json | 139 + .../node_modules/object-copy/package.json | 81 + .../node_modules/object-visit/LICENSE | 21 + .../node_modules/object-visit/README.md | 83 + .../node_modules/object-visit/index.js | 33 + .../node_modules/object-visit/package.json | 97 + .../node_modules/object.defaults/LICENSE | 21 + .../node_modules/object.defaults/README.md | 85 + .../node_modules/object.defaults/immutable.js | 20 + .../node_modules/object.defaults/index.js | 11 + .../node_modules/object.defaults/mutable.js | 35 + .../node_modules/object.defaults/package.json | 106 + .../node_modules/object.map/LICENSE | 24 + .../node_modules/object.map/README.md | 87 + .../node_modules/object.map/index.js | 22 + .../node_modules/object.map/package.json | 99 + .../node_modules/object.pick/LICENSE | 21 + .../node_modules/object.pick/README.md | 76 + .../node_modules/object.pick/index.js | 35 + .../node_modules/object.pick/package.json | 93 + .../gilles_acezat/node_modules/once/LICENSE | 15 + .../gilles_acezat/node_modules/once/README.md | 51 + .../gilles_acezat/node_modules/once/once.js | 21 + .../node_modules/once/package.json | 77 + .../node_modules/orchestrator/.npmignore | 10 + .../node_modules/orchestrator/LICENSE | 20 + .../node_modules/orchestrator/README.md | 286 + .../node_modules/orchestrator/index.js | 304 + .../node_modules/orchestrator/lib/runTask.js | 66 + .../node_modules/orchestrator/package.json | 69 + .../ordered-read-streams/.npmignore | 16 + .../ordered-read-streams/.travis.yml | 4 + .../node_modules/ordered-read-streams/LICENSE | 20 + .../ordered-read-streams/README.md | 65 + .../ordered-read-streams/index.js | 87 + .../ordered-read-streams/package.json | 54 + .../ordered-read-streams/test/main.js | 160 + .../node_modules/os-homedir/index.js | 24 + .../node_modules/os-homedir/license | 21 + .../node_modules/os-homedir/package.json | 78 + .../node_modules/os-homedir/readme.md | 31 + .../node_modules/os-locale/index.js | 127 + .../node_modules/os-locale/license | 21 + .../node_modules/os-locale/package.json | 79 + .../node_modules/os-locale/readme.md | 47 + .../node_modules/os-tmpdir/index.js | 25 + .../node_modules/os-tmpdir/license | 21 + .../node_modules/os-tmpdir/package.json | 77 + .../node_modules/os-tmpdir/readme.md | 32 + .../gilles_acezat/node_modules/osenv/LICENSE | 15 + .../node_modules/osenv/README.md | 63 + .../gilles_acezat/node_modules/osenv/osenv.js | 72 + .../node_modules/osenv/package.json | 77 + .../node_modules/parse-filepath/LICENSE | 21 + .../node_modules/parse-filepath/README.md | 111 + .../node_modules/parse-filepath/index.js | 95 + .../node_modules/parse-filepath/package.json | 110 + .../node_modules/parse-json/index.js | 35 + .../node_modules/parse-json/license | 21 + .../node_modules/parse-json/package.json | 82 + .../node_modules/parse-json/readme.md | 83 + .../node_modules/parse-json/vendor/parse.js | 752 + .../node_modules/parse-json/vendor/unicode.js | 71 + .../node_modules/parse-passwd/LICENSE | 21 + .../node_modules/parse-passwd/README.md | 86 + .../node_modules/parse-passwd/index.js | 56 + .../node_modules/parse-passwd/package.json | 86 + .../node_modules/pascalcase/LICENSE | 21 + .../node_modules/pascalcase/README.md | 80 + .../node_modules/pascalcase/index.js | 21 + .../node_modules/pascalcase/package.json | 77 + .../node_modules/path-exists/index.js | 24 + .../node_modules/path-exists/license | 21 + .../node_modules/path-exists/package.json | 76 + .../node_modules/path-exists/readme.md | 45 + .../node_modules/path-is-absolute/index.js | 20 + .../node_modules/path-is-absolute/license | 21 + .../path-is-absolute/package.json | 83 + .../node_modules/path-is-absolute/readme.md | 59 + .../node_modules/path-parse/.travis.yml | 9 + .../node_modules/path-parse/LICENSE | 21 + .../node_modules/path-parse/README.md | 42 + .../node_modules/path-parse/index.js | 93 + .../node_modules/path-parse/package.json | 61 + .../node_modules/path-parse/test.js | 77 + .../node_modules/path-root-regex/LICENSE | 21 + .../node_modules/path-root-regex/README.md | 53 + .../node_modules/path-root-regex/index.js | 13 + .../node_modules/path-root-regex/package.json | 96 + .../node_modules/path-root/LICENSE | 21 + .../node_modules/path-root/README.md | 94 + .../node_modules/path-root/index.js | 21 + .../node_modules/path-root/package.json | 89 + .../node_modules/path-type/index.js | 29 + .../node_modules/path-type/license | 21 + .../node_modules/graceful-fs/LICENSE | 15 + .../node_modules/graceful-fs/README.md | 133 + .../node_modules/graceful-fs/clone.js | 19 + .../node_modules/graceful-fs/graceful-fs.js | 279 + .../graceful-fs/legacy-streams.js | 118 + .../node_modules/graceful-fs/package.json | 78 + .../node_modules/graceful-fs/polyfills.js | 329 + .../node_modules/path-type/package.json | 88 + .../node_modules/path-type/readme.md | 42 + .../node_modules/performance-now/.npmignore | 1 + .../performance-now/.tm_properties | 7 + .../node_modules/performance-now/.travis.yml | 6 + .../node_modules/performance-now/README.md | 30 + .../performance-now/lib/performance-now.js | 36 + .../lib/performance-now.js.map | 10 + .../node_modules/performance-now/license.txt | 7 + .../node_modules/performance-now/package.json | 65 + .../performance-now/src/index.d.ts | 8 + .../src/performance-now.coffee | 17 + .../performance-now/test/mocha.opts | 3 + .../test/performance-now.coffee | 43 + .../performance-now/test/scripts.coffee | 27 + .../test/scripts/delayed-call.coffee | 11 + .../test/scripts/delayed-require.coffee | 12 + .../test/scripts/difference.coffee | 6 + .../test/scripts/initial-value.coffee | 10 + .../gilles_acezat/node_modules/pify/index.js | 68 + .../gilles_acezat/node_modules/pify/license | 21 + .../node_modules/pify/package.json | 85 + .../gilles_acezat/node_modules/pify/readme.md | 119 + .../node_modules/pinkie-promise/index.js | 3 + .../node_modules/pinkie-promise/license | 21 + .../node_modules/pinkie-promise/package.json | 75 + .../node_modules/pinkie-promise/readme.md | 28 + .../node_modules/pinkie/index.js | 292 + .../gilles_acezat/node_modules/pinkie/license | 21 + .../node_modules/pinkie/package.json | 72 + .../node_modules/pinkie/readme.md | 83 + .../node_modules/plugin-error/LICENSE | 21 + .../node_modules/plugin-error/README.md | 69 + .../node_modules/plugin-error/index.d.ts | 114 + .../node_modules/plugin-error/index.js | 190 + .../node_modules/plugin-error/package.json | 98 + .../posix-character-classes/LICENSE | 21 + .../posix-character-classes/README.md | 103 + .../posix-character-classes/index.js | 22 + .../posix-character-classes/package.json | 85 + .../node_modules/postcss-value-parser/LICENSE | 22 + .../postcss-value-parser/README.md | 253 + .../postcss-value-parser/lib/index.js | 28 + .../postcss-value-parser/lib/parse.js | 251 + .../postcss-value-parser/lib/stringify.js | 48 + .../postcss-value-parser/lib/unit.js | 49 + .../postcss-value-parser/lib/walk.js | 22 + .../postcss-value-parser/package.json | 86 + .../node_modules/postcss/CHANGELOG.md | 583 + .../node_modules/postcss/LICENSE | 20 + .../node_modules/postcss/README.md | 430 + .../node_modules/postcss/docs/architecture.md | 156 + .../postcss/docs/guidelines/plugin.md | 195 + .../postcss/docs/guidelines/runner.md | 143 + .../node_modules/postcss/docs/source-maps.md | 74 + .../node_modules/postcss/docs/syntax.md | 231 + .../node_modules/postcss/lib/at-rule.js | 129 + .../node_modules/postcss/lib/comment.js | 57 + .../node_modules/postcss/lib/container.js | 869 + .../postcss/lib/css-syntax-error.js | 300 + .../node_modules/postcss/lib/declaration.js | 98 + .../node_modules/postcss/lib/input.js | 216 + .../node_modules/postcss/lib/lazy-result.js | 444 + .../node_modules/postcss/lib/list.js | 93 + .../node_modules/postcss/lib/map-generator.js | 348 + .../node_modules/postcss/lib/node.js | 608 + .../node_modules/postcss/lib/parse.js | 40 + .../node_modules/postcss/lib/parser.js | 607 + .../node_modules/postcss/lib/postcss.d.ts | 1305 ++ .../node_modules/postcss/lib/postcss.js | 285 + .../node_modules/postcss/lib/previous-map.js | 161 + .../node_modules/postcss/lib/processor.js | 263 + .../node_modules/postcss/lib/result.js | 215 + .../node_modules/postcss/lib/root.js | 129 + .../node_modules/postcss/lib/rule.js | 118 + .../node_modules/postcss/lib/stringifier.js | 363 + .../node_modules/postcss/lib/stringify.js | 18 + .../postcss/lib/terminal-highlight.js | 84 + .../node_modules/postcss/lib/tokenize.js | 290 + .../node_modules/postcss/lib/vendor.js | 53 + .../node_modules/postcss/lib/warn-once.js | 17 + .../node_modules/postcss/lib/warning.js | 133 + .../postcss/node_modules/ansi-styles/index.js | 165 + .../postcss/node_modules/ansi-styles/license | 9 + .../node_modules/ansi-styles/package.json | 88 + .../node_modules/ansi-styles/readme.md | 147 + .../postcss/node_modules/chalk/index.js | 228 + .../postcss/node_modules/chalk/index.js.flow | 93 + .../postcss/node_modules/chalk/license | 9 + .../postcss/node_modules/chalk/package.json | 103 + .../postcss/node_modules/chalk/readme.md | 314 + .../postcss/node_modules/chalk/templates.js | 128 + .../node_modules/chalk/types/index.d.ts | 97 + .../node_modules/source-map/CHANGELOG.md | 301 + .../postcss/node_modules/source-map/LICENSE | 28 + .../postcss/node_modules/source-map/README.md | 742 + .../source-map/dist/source-map.debug.js | 3234 +++ .../source-map/dist/source-map.js | 3233 +++ .../source-map/dist/source-map.min.js | 2 + .../source-map/dist/source-map.min.js.map | 1 + .../node_modules/source-map/lib/array-set.js | 121 + .../node_modules/source-map/lib/base64-vlq.js | 140 + .../node_modules/source-map/lib/base64.js | 67 + .../source-map/lib/binary-search.js | 111 + .../source-map/lib/mapping-list.js | 79 + .../node_modules/source-map/lib/quick-sort.js | 114 + .../source-map/lib/source-map-consumer.js | 1145 ++ .../source-map/lib/source-map-generator.js | 425 + .../source-map/lib/source-node.js | 413 + .../node_modules/source-map/lib/util.js | 488 + .../node_modules/source-map/package.json | 212 + .../node_modules/source-map/source-map.d.ts | 98 + .../node_modules/source-map/source-map.js | 8 + .../node_modules/supports-color/browser.js | 5 + .../node_modules/supports-color/index.js | 131 + .../node_modules/supports-color/license | 9 + .../node_modules/supports-color/package.json | 86 + .../node_modules/supports-color/readme.md | 66 + .../node_modules/postcss/package.json | 87 + .../node_modules/pretty-hrtime/.jshintignore | 1 + .../node_modules/pretty-hrtime/.npmignore | 10 + .../node_modules/pretty-hrtime/LICENSE | 20 + .../node_modules/pretty-hrtime/README.md | 57 + .../node_modules/pretty-hrtime/index.js | 80 + .../node_modules/pretty-hrtime/package.json | 59 + .../process-nextick-args/index.js | 44 + .../process-nextick-args/license.md | 19 + .../process-nextick-args/package.json | 56 + .../process-nextick-args/readme.md | 18 + .../node_modules/pseudomap/LICENSE | 15 + .../node_modules/pseudomap/README.md | 60 + .../node_modules/pseudomap/map.js | 9 + .../node_modules/pseudomap/package.json | 58 + .../node_modules/pseudomap/pseudomap.js | 113 + .../node_modules/pseudomap/test/basic.js | 86 + .../node_modules/psl/.eslintignore | 1 + .../gilles_acezat/node_modules/psl/.eslintrc | 11 + .../node_modules/psl/.travis.yml | 6 + .../gilles_acezat/node_modules/psl/LICENSE | 9 + .../gilles_acezat/node_modules/psl/README.md | 213 + .../node_modules/psl/data/rules.json | 1 + .../node_modules/psl/dist/psl.js | 812 + .../node_modules/psl/dist/psl.min.js | 1 + .../gilles_acezat/node_modules/psl/index.js | 269 + .../node_modules/psl/karma.conf.js | 38 + .../node_modules/psl/package.json | 73 + .../gilles_acezat/node_modules/psl/yarn.lock | 3955 ++++ .../node_modules/punycode/LICENSE-MIT.txt | 20 + .../node_modules/punycode/README.md | 122 + .../node_modules/punycode/package.json | 85 + .../node_modules/punycode/punycode.es6.js | 441 + .../node_modules/punycode/punycode.js | 440 + .../node_modules/qs/.editorconfig | 30 + .../node_modules/qs/.eslintignore | 1 + .../gilles_acezat/node_modules/qs/.eslintrc | 19 + .../node_modules/qs/CHANGELOG.md | 226 + .../gilles_acezat/node_modules/qs/LICENSE | 28 + .../gilles_acezat/node_modules/qs/README.md | 475 + .../gilles_acezat/node_modules/qs/dist/qs.js | 638 + .../node_modules/qs/lib/formats.js | 18 + .../node_modules/qs/lib/index.js | 11 + .../node_modules/qs/lib/parse.js | 174 + .../node_modules/qs/lib/stringify.js | 210 + .../node_modules/qs/lib/utils.js | 213 + .../node_modules/qs/package.json | 80 + .../node_modules/qs/test/.eslintrc | 15 + .../node_modules/qs/test/index.js | 7 + .../node_modules/qs/test/parse.js | 574 + .../node_modules/qs/test/stringify.js | 597 + .../node_modules/qs/test/utils.js | 34 + .../node_modules/read-pkg-up/index.js | 31 + .../node_modules/read-pkg-up/license | 21 + .../node_modules/read-pkg-up/package.json | 96 + .../node_modules/read-pkg-up/readme.md | 79 + .../node_modules/read-pkg/index.js | 48 + .../node_modules/read-pkg/license | 21 + .../node_modules/read-pkg/package.json | 78 + .../node_modules/read-pkg/readme.md | 79 + .../node_modules/readable-stream/.npmignore | 5 + .../node_modules/readable-stream/LICENSE | 18 + .../node_modules/readable-stream/README.md | 15 + .../node_modules/readable-stream/duplex.js | 1 + .../node_modules/readable-stream/float.patch | 923 + .../readable-stream/lib/_stream_duplex.js | 89 + .../lib/_stream_passthrough.js | 46 + .../readable-stream/lib/_stream_readable.js | 951 + .../readable-stream/lib/_stream_transform.js | 209 + .../readable-stream/lib/_stream_writable.js | 477 + .../node_modules/readable-stream/package.json | 69 + .../readable-stream/passthrough.js | 1 + .../node_modules/readable-stream/readable.js | 10 + .../node_modules/readable-stream/transform.js | 1 + .../node_modules/readable-stream/writable.js | 1 + .../node_modules/rechoir/.npmignore | 1 + .../node_modules/rechoir/.travis.yml | 24 + .../node_modules/rechoir/CHANGELOG | 38 + .../node_modules/rechoir/LICENSE | 22 + .../node_modules/rechoir/README.md | 42 + .../node_modules/rechoir/index.js | 59 + .../node_modules/rechoir/lib/extension.js | 11 + .../node_modules/rechoir/lib/normalize.js | 15 + .../node_modules/rechoir/lib/register.js | 15 + .../node_modules/rechoir/package.json | 113 + .../node_modules/redent/index.js | 7 + .../gilles_acezat/node_modules/redent/license | 21 + .../node_modules/redent/package.json | 79 + .../node_modules/redent/readme.md | 48 + .../node_modules/regex-not/LICENSE | 21 + .../node_modules/regex-not/README.md | 133 + .../node_modules/regex-not/index.js | 72 + .../node_modules/regex-not/package.json | 98 + .../remove-trailing-separator/history.md | 17 + .../remove-trailing-separator/index.js | 17 + .../remove-trailing-separator/license | 3 + .../remove-trailing-separator/package.json | 67 + .../remove-trailing-separator/readme.md | 51 + .../node_modules/repeat-element/LICENSE | 21 + .../node_modules/repeat-element/README.md | 99 + .../node_modules/repeat-element/index.js | 18 + .../node_modules/repeat-element/package.json | 80 + .../node_modules/repeat-string/LICENSE | 21 + .../node_modules/repeat-string/README.md | 136 + .../node_modules/repeat-string/index.js | 70 + .../node_modules/repeat-string/package.json | 129 + .../node_modules/repeating/index.js | 24 + .../node_modules/repeating/license | 21 + .../node_modules/repeating/package.json | 73 + .../node_modules/repeating/readme.md | 30 + .../node_modules/replace-ext/.npmignore | 6 + .../node_modules/replace-ext/.travis.yml | 8 + .../node_modules/replace-ext/LICENSE | 20 + .../node_modules/replace-ext/README.md | 44 + .../node_modules/replace-ext/index.js | 9 + .../node_modules/replace-ext/package.json | 72 + .../node_modules/replace-ext/test/main.js | 51 + .../node_modules/request/CHANGELOG.md | 709 + .../node_modules/request/LICENSE | 55 + .../node_modules/request/README.md | 1097 + .../node_modules/request/index.js | 155 + .../node_modules/request/lib/auth.js | 167 + .../node_modules/request/lib/cookies.js | 38 + .../request/lib/getProxyFromURI.js | 79 + .../node_modules/request/lib/har.js | 205 + .../node_modules/request/lib/hawk.js | 89 + .../node_modules/request/lib/helpers.js | 66 + .../node_modules/request/lib/multipart.js | 112 + .../node_modules/request/lib/oauth.js | 148 + .../node_modules/request/lib/querystring.js | 50 + .../node_modules/request/lib/redirect.js | 154 + .../node_modules/request/lib/tunnel.js | 175 + .../node_modules/request/package.json | 116 + .../node_modules/request/request.js | 1551 ++ .../node_modules/require-directory/.jshintrc | 67 + .../node_modules/require-directory/.npmignore | 1 + .../require-directory/.travis.yml | 3 + .../node_modules/require-directory/LICENSE | 22 + .../require-directory/README.markdown | 184 + .../node_modules/require-directory/index.js | 86 + .../require-directory/package.json | 73 + .../require-main-filename/.npmignore | 3 + .../require-main-filename/.travis.yml | 8 + .../require-main-filename/LICENSE.txt | 14 + .../require-main-filename/README.md | 26 + .../require-main-filename/index.js | 18 + .../require-main-filename/package.json | 62 + .../require-main-filename/test.js | 36 + .../node_modules/resolve-dir/LICENSE | 21 + .../node_modules/resolve-dir/README.md | 88 + .../node_modules/resolve-dir/index.js | 22 + .../node_modules/resolve-dir/package.json | 105 + .../node_modules/resolve-url/.jshintrc | 44 + .../node_modules/resolve-url/LICENSE | 21 + .../node_modules/resolve-url/bower.json | 15 + .../node_modules/resolve-url/changelog.md | 15 + .../node_modules/resolve-url/component.json | 15 + .../node_modules/resolve-url/package.json | 72 + .../node_modules/resolve-url/readme.md | 83 + .../node_modules/resolve-url/resolve-url.js | 47 + .../resolve-url/test/resolve-url.js | 70 + .../node_modules/resolve/.editorconfig | 20 + .../node_modules/resolve/.eslintignore | 1 + .../node_modules/resolve/.eslintrc | 31 + .../node_modules/resolve/.travis.yml | 259 + .../node_modules/resolve/CHANGELOG.md | 335 + .../node_modules/resolve/LICENSE | 18 + .../node_modules/resolve/appveyor.yml | 47 + .../node_modules/resolve/changelog.hbs | 26 + .../node_modules/resolve/example/async.js | 5 + .../node_modules/resolve/example/sync.js | 3 + .../node_modules/resolve/index.js | 8 + .../node_modules/resolve/lib/async.js | 229 + .../node_modules/resolve/lib/caller.js | 8 + .../node_modules/resolve/lib/core.js | 53 + .../node_modules/resolve/lib/core.json | 72 + .../resolve/lib/node-modules-paths.js | 42 + .../resolve/lib/normalize-options.js | 10 + .../node_modules/resolve/lib/sync.js | 154 + .../node_modules/resolve/package.json | 73 + .../node_modules/resolve/readme.markdown | 179 + .../node_modules/resolve/test/.eslintrc | 5 + .../node_modules/resolve/test/core.js | 82 + .../node_modules/resolve/test/dotdot.js | 29 + .../resolve/test/dotdot/abc/index.js | 2 + .../node_modules/resolve/test/dotdot/index.js | 1 + .../resolve/test/faulty_basedir.js | 13 + .../node_modules/resolve/test/filter.js | 34 + .../node_modules/resolve/test/filter_sync.js | 26 + .../node_modules/resolve/test/mock.js | 143 + .../node_modules/resolve/test/mock_sync.js | 67 + .../node_modules/resolve/test/module_dir.js | 56 + .../test/module_dir/xmodules/aaa/index.js | 1 + .../test/module_dir/ymodules/aaa/index.js | 1 + .../test/module_dir/zmodules/bbb/main.js | 1 + .../test/module_dir/zmodules/bbb/package.json | 3 + .../resolve/test/node-modules-paths.js | 121 + .../node_modules/resolve/test/node_path.js | 70 + .../resolve/test/node_path/x/aaa/index.js | 1 + .../resolve/test/node_path/x/ccc/index.js | 1 + .../resolve/test/node_path/y/bbb/index.js | 1 + .../resolve/test/node_path/y/ccc/index.js | 1 + .../node_modules/resolve/test/nonstring.js | 9 + .../node_modules/resolve/test/pathfilter.js | 75 + .../resolve/test/pathfilter/deep_ref/main.js | 0 .../node_modules/resolve/test/precedence.js | 23 + .../resolve/test/precedence/aaa.js | 1 + .../resolve/test/precedence/aaa/index.js | 1 + .../resolve/test/precedence/aaa/main.js | 1 + .../resolve/test/precedence/bbb.js | 1 + .../resolve/test/precedence/bbb/main.js | 1 + .../node_modules/resolve/test/resolver.js | 416 + .../resolve/test/resolver/baz/doom.js | 0 .../resolve/test/resolver/baz/package.json | 3 + .../resolve/test/resolver/baz/quux.js | 1 + .../resolve/test/resolver/browser_field/a.js | 0 .../resolve/test/resolver/browser_field/b.js | 0 .../test/resolver/browser_field/package.json | 5 + .../resolve/test/resolver/cup.coffee | 1 + .../resolve/test/resolver/dot_main/index.js | 1 + .../test/resolver/dot_main/package.json | 3 + .../test/resolver/dot_slash_main/index.js | 1 + .../test/resolver/dot_slash_main/package.json | 3 + .../node_modules/resolve/test/resolver/foo.js | 1 + .../test/resolver/incorrect_main/index.js | 2 + .../test/resolver/incorrect_main/package.json | 3 + .../test/resolver/invalid_main/package.json | 7 + .../resolve/test/resolver/mug.coffee | 0 .../node_modules/resolve/test/resolver/mug.js | 0 .../test/resolver/multirepo/lerna.json | 6 + .../test/resolver/multirepo/package.json | 20 + .../multirepo/packages/package-a/index.js | 35 + .../multirepo/packages/package-a/package.json | 14 + .../multirepo/packages/package-b/index.js | 0 .../multirepo/packages/package-b/package.json | 14 + .../test/resolver/other_path/lib/other-lib.js | 0 .../resolve/test/resolver/other_path/root.js | 0 .../resolve/test/resolver/quux/foo/index.js | 1 + .../resolve/test/resolver/same_names/foo.js | 1 + .../test/resolver/same_names/foo/index.js | 1 + .../resolver/symlinked/_/node_modules/foo.js | 0 .../symlinked/_/symlink_target/.gitkeep | 0 .../test/resolver/without_basedir/main.js | 5 + .../resolve/test/resolver_sync.js | 325 + .../node_modules/resolve/test/subdirs.js | 13 + .../node_modules/resolve/test/symlinks.js | 56 + .../gilles_acezat/node_modules/ret/LICENSE | 19 + .../gilles_acezat/node_modules/ret/README.md | 183 + .../node_modules/ret/lib/index.js | 282 + .../node_modules/ret/lib/positions.js | 17 + .../node_modules/ret/lib/sets.js | 82 + .../node_modules/ret/lib/types.js | 10 + .../node_modules/ret/lib/util.js | 111 + .../node_modules/ret/package.json | 67 + .../gilles_acezat/node_modules/rimraf/LICENSE | 15 + .../node_modules/rimraf/README.md | 101 + .../gilles_acezat/node_modules/rimraf/bin.js | 50 + .../rimraf/node_modules/glob/LICENSE | 15 + .../rimraf/node_modules/glob/README.md | 368 + .../rimraf/node_modules/glob/changelog.md | 67 + .../rimraf/node_modules/glob/common.js | 240 + .../rimraf/node_modules/glob/glob.js | 790 + .../rimraf/node_modules/glob/package.json | 76 + .../rimraf/node_modules/glob/sync.js | 486 + .../rimraf/node_modules/minimatch/LICENSE | 15 + .../rimraf/node_modules/minimatch/README.md | 209 + .../node_modules/minimatch/minimatch.js | 923 + .../node_modules/minimatch/package.json | 67 + .../node_modules/rimraf/package.json | 76 + .../node_modules/rimraf/rimraf.js | 364 + .../node_modules/safe-buffer/LICENSE | 21 + .../node_modules/safe-buffer/README.md | 584 + .../node_modules/safe-buffer/index.d.ts | 187 + .../node_modules/safe-buffer/index.js | 62 + .../node_modules/safe-buffer/package.json | 75 + .../node_modules/safe-regex/.travis.yml | 4 + .../node_modules/safe-regex/LICENSE | 18 + .../node_modules/safe-regex/example/safe.js | 3 + .../node_modules/safe-regex/index.js | 43 + .../node_modules/safe-regex/package.json | 74 + .../node_modules/safe-regex/readme.markdown | 65 + .../node_modules/safe-regex/test/regex.js | 50 + .../node_modules/safer-buffer/LICENSE | 21 + .../safer-buffer/Porting-Buffer.md | 268 + .../node_modules/safer-buffer/Readme.md | 156 + .../node_modules/safer-buffer/dangerous.js | 58 + .../node_modules/safer-buffer/package.json | 62 + .../node_modules/safer-buffer/safer.js | 77 + .../node_modules/safer-buffer/tests.js | 406 + .../node_modules/sass-graph/CHANGELOG.md | 127 + .../node_modules/sass-graph/bin/sassgraph | 124 + .../sass-graph/node_modules/glob/LICENSE | 15 + .../sass-graph/node_modules/glob/README.md | 368 + .../sass-graph/node_modules/glob/changelog.md | 67 + .../sass-graph/node_modules/glob/common.js | 240 + .../sass-graph/node_modules/glob/glob.js | 790 + .../sass-graph/node_modules/glob/package.json | 76 + .../sass-graph/node_modules/glob/sync.js | 486 + .../sass-graph/node_modules/lodash/LICENSE | 47 + .../sass-graph/node_modules/lodash/README.md | 39 + .../node_modules/lodash/_DataView.js | 7 + .../sass-graph/node_modules/lodash/_Hash.js | 32 + .../node_modules/lodash/_LazyWrapper.js | 28 + .../node_modules/lodash/_ListCache.js | 32 + .../node_modules/lodash/_LodashWrapper.js | 22 + .../sass-graph/node_modules/lodash/_Map.js | 7 + .../node_modules/lodash/_MapCache.js | 32 + .../node_modules/lodash/_Promise.js | 7 + .../sass-graph/node_modules/lodash/_Set.js | 7 + .../node_modules/lodash/_SetCache.js | 27 + .../sass-graph/node_modules/lodash/_Stack.js | 27 + .../sass-graph/node_modules/lodash/_Symbol.js | 6 + .../node_modules/lodash/_Uint8Array.js | 6 + .../node_modules/lodash/_WeakMap.js | 7 + .../sass-graph/node_modules/lodash/_apply.js | 21 + .../node_modules/lodash/_arrayAggregator.js | 22 + .../node_modules/lodash/_arrayEach.js | 22 + .../node_modules/lodash/_arrayEachRight.js | 21 + .../node_modules/lodash/_arrayEvery.js | 23 + .../node_modules/lodash/_arrayFilter.js | 25 + .../node_modules/lodash/_arrayIncludes.js | 17 + .../node_modules/lodash/_arrayIncludesWith.js | 22 + .../node_modules/lodash/_arrayLikeKeys.js | 49 + .../node_modules/lodash/_arrayMap.js | 21 + .../node_modules/lodash/_arrayPush.js | 20 + .../node_modules/lodash/_arrayReduce.js | 26 + .../node_modules/lodash/_arrayReduceRight.js | 24 + .../node_modules/lodash/_arraySample.js | 15 + .../node_modules/lodash/_arraySampleSize.js | 17 + .../node_modules/lodash/_arrayShuffle.js | 15 + .../node_modules/lodash/_arraySome.js | 23 + .../node_modules/lodash/_asciiSize.js | 12 + .../node_modules/lodash/_asciiToArray.js | 12 + .../node_modules/lodash/_asciiWords.js | 15 + .../node_modules/lodash/_assignMergeValue.js | 20 + .../node_modules/lodash/_assignValue.js | 28 + .../node_modules/lodash/_assocIndexOf.js | 21 + .../node_modules/lodash/_baseAggregator.js | 21 + .../node_modules/lodash/_baseAssign.js | 17 + .../node_modules/lodash/_baseAssignIn.js | 17 + .../node_modules/lodash/_baseAssignValue.js | 25 + .../sass-graph/node_modules/lodash/_baseAt.js | 23 + .../node_modules/lodash/_baseClamp.js | 22 + .../node_modules/lodash/_baseClone.js | 171 + .../node_modules/lodash/_baseConforms.js | 18 + .../node_modules/lodash/_baseConformsTo.js | 27 + .../node_modules/lodash/_baseCreate.js | 30 + .../node_modules/lodash/_baseDelay.js | 21 + .../node_modules/lodash/_baseDifference.js | 67 + .../node_modules/lodash/_baseEach.js | 14 + .../node_modules/lodash/_baseEachRight.js | 14 + .../node_modules/lodash/_baseEvery.js | 21 + .../node_modules/lodash/_baseExtremum.js | 32 + .../node_modules/lodash/_baseFill.js | 32 + .../node_modules/lodash/_baseFilter.js | 21 + .../node_modules/lodash/_baseFindIndex.js | 24 + .../node_modules/lodash/_baseFindKey.js | 23 + .../node_modules/lodash/_baseFlatten.js | 38 + .../node_modules/lodash/_baseFor.js | 16 + .../node_modules/lodash/_baseForOwn.js | 16 + .../node_modules/lodash/_baseForOwnRight.js | 16 + .../node_modules/lodash/_baseForRight.js | 15 + .../node_modules/lodash/_baseFunctions.js | 19 + .../node_modules/lodash/_baseGet.js | 24 + .../node_modules/lodash/_baseGetAllKeys.js | 20 + .../node_modules/lodash/_baseGetTag.js | 28 + .../sass-graph/node_modules/lodash/_baseGt.js | 14 + .../node_modules/lodash/_baseHas.js | 19 + .../node_modules/lodash/_baseHasIn.js | 13 + .../node_modules/lodash/_baseInRange.js | 18 + .../node_modules/lodash/_baseIndexOf.js | 20 + .../node_modules/lodash/_baseIndexOfWith.js | 23 + .../node_modules/lodash/_baseIntersection.js | 74 + .../node_modules/lodash/_baseInverter.js | 21 + .../node_modules/lodash/_baseInvoke.js | 24 + .../node_modules/lodash/_baseIsArguments.js | 18 + .../node_modules/lodash/_baseIsArrayBuffer.js | 17 + .../node_modules/lodash/_baseIsDate.js | 18 + .../node_modules/lodash/_baseIsEqual.js | 28 + .../node_modules/lodash/_baseIsEqualDeep.js | 83 + .../node_modules/lodash/_baseIsMap.js | 18 + .../node_modules/lodash/_baseIsMatch.js | 62 + .../node_modules/lodash/_baseIsNaN.js | 12 + .../node_modules/lodash/_baseIsNative.js | 47 + .../node_modules/lodash/_baseIsRegExp.js | 18 + .../node_modules/lodash/_baseIsSet.js | 18 + .../node_modules/lodash/_baseIsTypedArray.js | 60 + .../node_modules/lodash/_baseIteratee.js | 31 + .../node_modules/lodash/_baseKeys.js | 30 + .../node_modules/lodash/_baseKeysIn.js | 33 + .../node_modules/lodash/_baseLodash.js | 10 + .../sass-graph/node_modules/lodash/_baseLt.js | 14 + .../node_modules/lodash/_baseMap.js | 22 + .../node_modules/lodash/_baseMatches.js | 22 + .../lodash/_baseMatchesProperty.js | 33 + .../node_modules/lodash/_baseMean.js | 20 + .../node_modules/lodash/_baseMerge.js | 42 + .../node_modules/lodash/_baseMergeDeep.js | 94 + .../node_modules/lodash/_baseNth.js | 20 + .../node_modules/lodash/_baseOrderBy.js | 34 + .../node_modules/lodash/_basePick.js | 19 + .../node_modules/lodash/_basePickBy.js | 30 + .../node_modules/lodash/_baseProperty.js | 14 + .../node_modules/lodash/_basePropertyDeep.js | 16 + .../node_modules/lodash/_basePropertyOf.js | 14 + .../node_modules/lodash/_basePullAll.js | 51 + .../node_modules/lodash/_basePullAt.js | 37 + .../node_modules/lodash/_baseRandom.js | 18 + .../node_modules/lodash/_baseRange.js | 28 + .../node_modules/lodash/_baseReduce.js | 23 + .../node_modules/lodash/_baseRepeat.js | 35 + .../node_modules/lodash/_baseRest.js | 17 + .../node_modules/lodash/_baseSample.js | 15 + .../node_modules/lodash/_baseSampleSize.js | 18 + .../node_modules/lodash/_baseSet.js | 47 + .../node_modules/lodash/_baseSetData.js | 17 + .../node_modules/lodash/_baseSetToString.js | 22 + .../node_modules/lodash/_baseShuffle.js | 15 + .../node_modules/lodash/_baseSlice.js | 31 + .../node_modules/lodash/_baseSome.js | 22 + .../node_modules/lodash/_baseSortBy.js | 21 + .../node_modules/lodash/_baseSortedIndex.js | 42 + .../node_modules/lodash/_baseSortedIndexBy.js | 64 + .../node_modules/lodash/_baseSortedUniq.js | 30 + .../node_modules/lodash/_baseSum.js | 24 + .../node_modules/lodash/_baseTimes.js | 20 + .../node_modules/lodash/_baseToNumber.js | 24 + .../node_modules/lodash/_baseToPairs.js | 18 + .../node_modules/lodash/_baseToString.js | 37 + .../node_modules/lodash/_baseUnary.js | 14 + .../node_modules/lodash/_baseUniq.js | 72 + .../node_modules/lodash/_baseUnset.js | 20 + .../node_modules/lodash/_baseUpdate.js | 18 + .../node_modules/lodash/_baseValues.js | 19 + .../node_modules/lodash/_baseWhile.js | 26 + .../node_modules/lodash/_baseWrapperValue.js | 25 + .../node_modules/lodash/_baseXor.js | 36 + .../node_modules/lodash/_baseZipObject.js | 23 + .../node_modules/lodash/_cacheHas.js | 13 + .../lodash/_castArrayLikeObject.js | 14 + .../node_modules/lodash/_castFunction.js | 14 + .../node_modules/lodash/_castPath.js | 21 + .../node_modules/lodash/_castRest.js | 14 + .../node_modules/lodash/_castSlice.js | 18 + .../node_modules/lodash/_charsEndIndex.js | 19 + .../node_modules/lodash/_charsStartIndex.js | 20 + .../node_modules/lodash/_cloneArrayBuffer.js | 16 + .../node_modules/lodash/_cloneBuffer.js | 35 + .../node_modules/lodash/_cloneDataView.js | 16 + .../node_modules/lodash/_cloneRegExp.js | 17 + .../node_modules/lodash/_cloneSymbol.js | 18 + .../node_modules/lodash/_cloneTypedArray.js | 16 + .../node_modules/lodash/_compareAscending.js | 41 + .../node_modules/lodash/_compareMultiple.js | 44 + .../node_modules/lodash/_composeArgs.js | 39 + .../node_modules/lodash/_composeArgsRight.js | 41 + .../node_modules/lodash/_copyArray.js | 20 + .../node_modules/lodash/_copyObject.js | 40 + .../node_modules/lodash/_copySymbols.js | 16 + .../node_modules/lodash/_copySymbolsIn.js | 16 + .../node_modules/lodash/_coreJsData.js | 6 + .../node_modules/lodash/_countHolders.js | 21 + .../node_modules/lodash/_createAggregator.js | 23 + .../node_modules/lodash/_createAssigner.js | 37 + .../node_modules/lodash/_createBaseEach.js | 32 + .../node_modules/lodash/_createBaseFor.js | 25 + .../node_modules/lodash/_createBind.js | 28 + .../node_modules/lodash/_createCaseFirst.js | 33 + .../node_modules/lodash/_createCompounder.js | 24 + .../node_modules/lodash/_createCtor.js | 37 + .../node_modules/lodash/_createCurry.js | 46 + .../node_modules/lodash/_createFind.js | 25 + .../node_modules/lodash/_createFlow.js | 78 + .../node_modules/lodash/_createHybrid.js | 92 + .../node_modules/lodash/_createInverter.js | 17 + .../lodash/_createMathOperation.js | 38 + .../node_modules/lodash/_createOver.js | 27 + .../node_modules/lodash/_createPadding.js | 33 + .../node_modules/lodash/_createPartial.js | 43 + .../node_modules/lodash/_createRange.js | 30 + .../node_modules/lodash/_createRecurry.js | 56 + .../lodash/_createRelationalOperation.js | 20 + .../node_modules/lodash/_createRound.js | 33 + .../node_modules/lodash/_createSet.js | 19 + .../node_modules/lodash/_createToPairs.js | 30 + .../node_modules/lodash/_createWrap.js | 106 + .../lodash/_customDefaultsAssignIn.js | 29 + .../lodash/_customDefaultsMerge.js | 28 + .../node_modules/lodash/_customOmitClone.js | 16 + .../node_modules/lodash/_deburrLetter.js | 71 + .../node_modules/lodash/_defineProperty.js | 11 + .../node_modules/lodash/_equalArrays.js | 83 + .../node_modules/lodash/_equalByTag.js | 112 + .../node_modules/lodash/_equalObjects.js | 89 + .../node_modules/lodash/_escapeHtmlChar.js | 21 + .../node_modules/lodash/_escapeStringChar.js | 22 + .../node_modules/lodash/_flatRest.js | 16 + .../node_modules/lodash/_freeGlobal.js | 4 + .../node_modules/lodash/_getAllKeys.js | 16 + .../node_modules/lodash/_getAllKeysIn.js | 17 + .../node_modules/lodash/_getData.js | 15 + .../node_modules/lodash/_getFuncName.js | 31 + .../node_modules/lodash/_getHolder.js | 13 + .../node_modules/lodash/_getMapData.js | 18 + .../node_modules/lodash/_getMatchData.js | 24 + .../node_modules/lodash/_getNative.js | 17 + .../node_modules/lodash/_getPrototype.js | 6 + .../node_modules/lodash/_getRawTag.js | 46 + .../node_modules/lodash/_getSymbols.js | 30 + .../node_modules/lodash/_getSymbolsIn.js | 25 + .../sass-graph/node_modules/lodash/_getTag.js | 58 + .../node_modules/lodash/_getValue.js | 13 + .../node_modules/lodash/_getView.js | 33 + .../node_modules/lodash/_getWrapDetails.js | 17 + .../node_modules/lodash/_hasPath.js | 39 + .../node_modules/lodash/_hasUnicode.js | 26 + .../node_modules/lodash/_hasUnicodeWord.js | 15 + .../node_modules/lodash/_hashClear.js | 15 + .../node_modules/lodash/_hashDelete.js | 17 + .../node_modules/lodash/_hashGet.js | 30 + .../node_modules/lodash/_hashHas.js | 23 + .../node_modules/lodash/_hashSet.js | 23 + .../node_modules/lodash/_initCloneArray.js | 26 + .../node_modules/lodash/_initCloneByTag.js | 77 + .../node_modules/lodash/_initCloneObject.js | 18 + .../node_modules/lodash/_insertWrapDetails.js | 23 + .../node_modules/lodash/_isFlattenable.js | 20 + .../node_modules/lodash/_isIndex.js | 25 + .../node_modules/lodash/_isIterateeCall.js | 30 + .../sass-graph/node_modules/lodash/_isKey.js | 29 + .../node_modules/lodash/_isKeyable.js | 15 + .../node_modules/lodash/_isLaziable.js | 28 + .../node_modules/lodash/_isMaskable.js | 14 + .../node_modules/lodash/_isMasked.js | 20 + .../node_modules/lodash/_isPrototype.js | 18 + .../lodash/_isStrictComparable.js | 15 + .../node_modules/lodash/_iteratorToArray.js | 18 + .../node_modules/lodash/_lazyClone.js | 23 + .../node_modules/lodash/_lazyReverse.js | 23 + .../node_modules/lodash/_lazyValue.js | 69 + .../node_modules/lodash/_listCacheClear.js | 13 + .../node_modules/lodash/_listCacheDelete.js | 35 + .../node_modules/lodash/_listCacheGet.js | 19 + .../node_modules/lodash/_listCacheHas.js | 16 + .../node_modules/lodash/_listCacheSet.js | 26 + .../node_modules/lodash/_mapCacheClear.js | 21 + .../node_modules/lodash/_mapCacheDelete.js | 18 + .../node_modules/lodash/_mapCacheGet.js | 16 + .../node_modules/lodash/_mapCacheHas.js | 16 + .../node_modules/lodash/_mapCacheSet.js | 22 + .../node_modules/lodash/_mapToArray.js | 18 + .../lodash/_matchesStrictComparable.js | 20 + .../node_modules/lodash/_memoizeCapped.js | 26 + .../node_modules/lodash/_mergeData.js | 90 + .../node_modules/lodash/_metaMap.js | 6 + .../node_modules/lodash/_nativeCreate.js | 6 + .../node_modules/lodash/_nativeKeys.js | 6 + .../node_modules/lodash/_nativeKeysIn.js | 20 + .../node_modules/lodash/_nodeUtil.js | 30 + .../node_modules/lodash/_objectToString.js | 22 + .../node_modules/lodash/_overArg.js | 15 + .../node_modules/lodash/_overRest.js | 36 + .../sass-graph/node_modules/lodash/_parent.js | 16 + .../node_modules/lodash/_reEscape.js | 4 + .../node_modules/lodash/_reEvaluate.js | 4 + .../node_modules/lodash/_reInterpolate.js | 4 + .../node_modules/lodash/_realNames.js | 4 + .../node_modules/lodash/_reorder.js | 29 + .../node_modules/lodash/_replaceHolders.js | 29 + .../sass-graph/node_modules/lodash/_root.js | 9 + .../node_modules/lodash/_safeGet.js | 17 + .../node_modules/lodash/_setCacheAdd.js | 19 + .../node_modules/lodash/_setCacheHas.js | 14 + .../node_modules/lodash/_setData.js | 20 + .../node_modules/lodash/_setToArray.js | 18 + .../node_modules/lodash/_setToPairs.js | 18 + .../node_modules/lodash/_setToString.js | 14 + .../node_modules/lodash/_setWrapToString.js | 21 + .../node_modules/lodash/_shortOut.js | 37 + .../node_modules/lodash/_shuffleSelf.js | 28 + .../node_modules/lodash/_stackClear.js | 15 + .../node_modules/lodash/_stackDelete.js | 18 + .../node_modules/lodash/_stackGet.js | 14 + .../node_modules/lodash/_stackHas.js | 14 + .../node_modules/lodash/_stackSet.js | 34 + .../node_modules/lodash/_strictIndexOf.js | 23 + .../node_modules/lodash/_strictLastIndexOf.js | 21 + .../node_modules/lodash/_stringSize.js | 18 + .../node_modules/lodash/_stringToArray.js | 18 + .../node_modules/lodash/_stringToPath.js | 27 + .../sass-graph/node_modules/lodash/_toKey.js | 21 + .../node_modules/lodash/_toSource.js | 26 + .../node_modules/lodash/_unescapeHtmlChar.js | 21 + .../node_modules/lodash/_unicodeSize.js | 44 + .../node_modules/lodash/_unicodeToArray.js | 40 + .../node_modules/lodash/_unicodeWords.js | 69 + .../node_modules/lodash/_updateWrapDetails.js | 46 + .../node_modules/lodash/_wrapperClone.js | 23 + .../sass-graph/node_modules/lodash/add.js | 22 + .../sass-graph/node_modules/lodash/after.js | 42 + .../sass-graph/node_modules/lodash/array.js | 67 + .../sass-graph/node_modules/lodash/ary.js | 29 + .../sass-graph/node_modules/lodash/assign.js | 58 + .../node_modules/lodash/assignIn.js | 40 + .../node_modules/lodash/assignInWith.js | 38 + .../node_modules/lodash/assignWith.js | 37 + .../sass-graph/node_modules/lodash/at.js | 23 + .../sass-graph/node_modules/lodash/attempt.js | 35 + .../sass-graph/node_modules/lodash/before.js | 40 + .../sass-graph/node_modules/lodash/bind.js | 57 + .../sass-graph/node_modules/lodash/bindAll.js | 41 + .../sass-graph/node_modules/lodash/bindKey.js | 68 + .../node_modules/lodash/camelCase.js | 29 + .../node_modules/lodash/capitalize.js | 23 + .../node_modules/lodash/castArray.js | 44 + .../sass-graph/node_modules/lodash/ceil.js | 26 + .../sass-graph/node_modules/lodash/chain.js | 38 + .../sass-graph/node_modules/lodash/chunk.js | 50 + .../sass-graph/node_modules/lodash/clamp.js | 39 + .../sass-graph/node_modules/lodash/clone.js | 36 + .../node_modules/lodash/cloneDeep.js | 29 + .../node_modules/lodash/cloneDeepWith.js | 40 + .../node_modules/lodash/cloneWith.js | 42 + .../node_modules/lodash/collection.js | 30 + .../sass-graph/node_modules/lodash/commit.js | 33 + .../sass-graph/node_modules/lodash/compact.js | 31 + .../sass-graph/node_modules/lodash/concat.js | 43 + .../sass-graph/node_modules/lodash/cond.js | 60 + .../node_modules/lodash/conforms.js | 35 + .../node_modules/lodash/conformsTo.js | 32 + .../node_modules/lodash/constant.js | 26 + .../sass-graph/node_modules/lodash/core.js | 3854 ++++ .../node_modules/lodash/core.min.js | 29 + .../sass-graph/node_modules/lodash/countBy.js | 40 + .../sass-graph/node_modules/lodash/create.js | 43 + .../sass-graph/node_modules/lodash/curry.js | 57 + .../node_modules/lodash/curryRight.js | 54 + .../sass-graph/node_modules/lodash/date.js | 3 + .../node_modules/lodash/debounce.js | 190 + .../sass-graph/node_modules/lodash/deburr.js | 45 + .../node_modules/lodash/defaultTo.js | 25 + .../node_modules/lodash/defaults.js | 64 + .../node_modules/lodash/defaultsDeep.js | 30 + .../sass-graph/node_modules/lodash/defer.js | 26 + .../sass-graph/node_modules/lodash/delay.js | 28 + .../node_modules/lodash/difference.js | 33 + .../node_modules/lodash/differenceBy.js | 44 + .../node_modules/lodash/differenceWith.js | 40 + .../sass-graph/node_modules/lodash/divide.js | 22 + .../sass-graph/node_modules/lodash/drop.js | 38 + .../node_modules/lodash/dropRight.js | 39 + .../node_modules/lodash/dropRightWhile.js | 45 + .../node_modules/lodash/dropWhile.js | 45 + .../sass-graph/node_modules/lodash/each.js | 1 + .../node_modules/lodash/eachRight.js | 1 + .../node_modules/lodash/endsWith.js | 43 + .../sass-graph/node_modules/lodash/entries.js | 1 + .../node_modules/lodash/entriesIn.js | 1 + .../sass-graph/node_modules/lodash/eq.js | 37 + .../sass-graph/node_modules/lodash/escape.js | 43 + .../node_modules/lodash/escapeRegExp.js | 32 + .../sass-graph/node_modules/lodash/every.js | 56 + .../sass-graph/node_modules/lodash/extend.js | 1 + .../node_modules/lodash/extendWith.js | 1 + .../sass-graph/node_modules/lodash/fill.js | 45 + .../sass-graph/node_modules/lodash/filter.js | 48 + .../sass-graph/node_modules/lodash/find.js | 42 + .../node_modules/lodash/findIndex.js | 55 + .../sass-graph/node_modules/lodash/findKey.js | 44 + .../node_modules/lodash/findLast.js | 25 + .../node_modules/lodash/findLastIndex.js | 59 + .../node_modules/lodash/findLastKey.js | 44 + .../sass-graph/node_modules/lodash/first.js | 1 + .../sass-graph/node_modules/lodash/flatMap.js | 29 + .../node_modules/lodash/flatMapDeep.js | 31 + .../node_modules/lodash/flatMapDepth.js | 31 + .../sass-graph/node_modules/lodash/flatten.js | 22 + .../node_modules/lodash/flattenDeep.js | 25 + .../node_modules/lodash/flattenDepth.js | 33 + .../sass-graph/node_modules/lodash/flip.js | 28 + .../sass-graph/node_modules/lodash/floor.js | 26 + .../sass-graph/node_modules/lodash/flow.js | 27 + .../node_modules/lodash/flowRight.js | 26 + .../sass-graph/node_modules/lodash/forEach.js | 41 + .../node_modules/lodash/forEachRight.js | 31 + .../sass-graph/node_modules/lodash/forIn.js | 39 + .../node_modules/lodash/forInRight.js | 37 + .../sass-graph/node_modules/lodash/forOwn.js | 36 + .../node_modules/lodash/forOwnRight.js | 34 + .../sass-graph/node_modules/lodash/fp.js | 2 + .../sass-graph/node_modules/lodash/fp/F.js | 1 + .../sass-graph/node_modules/lodash/fp/T.js | 1 + .../sass-graph/node_modules/lodash/fp/__.js | 1 + .../node_modules/lodash/fp/_baseConvert.js | 569 + .../node_modules/lodash/fp/_convertBrowser.js | 18 + .../node_modules/lodash/fp/_falseOptions.js | 7 + .../node_modules/lodash/fp/_mapping.js | 358 + .../node_modules/lodash/fp/_util.js | 16 + .../sass-graph/node_modules/lodash/fp/add.js | 5 + .../node_modules/lodash/fp/after.js | 5 + .../sass-graph/node_modules/lodash/fp/all.js | 1 + .../node_modules/lodash/fp/allPass.js | 1 + .../node_modules/lodash/fp/always.js | 1 + .../sass-graph/node_modules/lodash/fp/any.js | 1 + .../node_modules/lodash/fp/anyPass.js | 1 + .../node_modules/lodash/fp/apply.js | 1 + .../node_modules/lodash/fp/array.js | 2 + .../sass-graph/node_modules/lodash/fp/ary.js | 5 + .../node_modules/lodash/fp/assign.js | 5 + .../node_modules/lodash/fp/assignAll.js | 5 + .../node_modules/lodash/fp/assignAllWith.js | 5 + .../node_modules/lodash/fp/assignIn.js | 5 + .../node_modules/lodash/fp/assignInAll.js | 5 + .../node_modules/lodash/fp/assignInAllWith.js | 5 + .../node_modules/lodash/fp/assignInWith.js | 5 + .../node_modules/lodash/fp/assignWith.js | 5 + .../node_modules/lodash/fp/assoc.js | 1 + .../node_modules/lodash/fp/assocPath.js | 1 + .../sass-graph/node_modules/lodash/fp/at.js | 5 + .../node_modules/lodash/fp/attempt.js | 5 + .../node_modules/lodash/fp/before.js | 5 + .../sass-graph/node_modules/lodash/fp/bind.js | 5 + .../node_modules/lodash/fp/bindAll.js | 5 + .../node_modules/lodash/fp/bindKey.js | 5 + .../node_modules/lodash/fp/camelCase.js | 5 + .../node_modules/lodash/fp/capitalize.js | 5 + .../node_modules/lodash/fp/castArray.js | 5 + .../sass-graph/node_modules/lodash/fp/ceil.js | 5 + .../node_modules/lodash/fp/chain.js | 5 + .../node_modules/lodash/fp/chunk.js | 5 + .../node_modules/lodash/fp/clamp.js | 5 + .../node_modules/lodash/fp/clone.js | 5 + .../node_modules/lodash/fp/cloneDeep.js | 5 + .../node_modules/lodash/fp/cloneDeepWith.js | 5 + .../node_modules/lodash/fp/cloneWith.js | 5 + .../node_modules/lodash/fp/collection.js | 2 + .../node_modules/lodash/fp/commit.js | 5 + .../node_modules/lodash/fp/compact.js | 5 + .../node_modules/lodash/fp/complement.js | 1 + .../node_modules/lodash/fp/compose.js | 1 + .../node_modules/lodash/fp/concat.js | 5 + .../sass-graph/node_modules/lodash/fp/cond.js | 5 + .../node_modules/lodash/fp/conforms.js | 1 + .../node_modules/lodash/fp/conformsTo.js | 5 + .../node_modules/lodash/fp/constant.js | 5 + .../node_modules/lodash/fp/contains.js | 1 + .../node_modules/lodash/fp/convert.js | 18 + .../node_modules/lodash/fp/countBy.js | 5 + .../node_modules/lodash/fp/create.js | 5 + .../node_modules/lodash/fp/curry.js | 5 + .../node_modules/lodash/fp/curryN.js | 5 + .../node_modules/lodash/fp/curryRight.js | 5 + .../node_modules/lodash/fp/curryRightN.js | 5 + .../sass-graph/node_modules/lodash/fp/date.js | 2 + .../node_modules/lodash/fp/debounce.js | 5 + .../node_modules/lodash/fp/deburr.js | 5 + .../node_modules/lodash/fp/defaultTo.js | 5 + .../node_modules/lodash/fp/defaults.js | 5 + .../node_modules/lodash/fp/defaultsAll.js | 5 + .../node_modules/lodash/fp/defaultsDeep.js | 5 + .../node_modules/lodash/fp/defaultsDeepAll.js | 5 + .../node_modules/lodash/fp/defer.js | 5 + .../node_modules/lodash/fp/delay.js | 5 + .../node_modules/lodash/fp/difference.js | 5 + .../node_modules/lodash/fp/differenceBy.js | 5 + .../node_modules/lodash/fp/differenceWith.js | 5 + .../node_modules/lodash/fp/dissoc.js | 1 + .../node_modules/lodash/fp/dissocPath.js | 1 + .../node_modules/lodash/fp/divide.js | 5 + .../sass-graph/node_modules/lodash/fp/drop.js | 5 + .../node_modules/lodash/fp/dropLast.js | 1 + .../node_modules/lodash/fp/dropLastWhile.js | 1 + .../node_modules/lodash/fp/dropRight.js | 5 + .../node_modules/lodash/fp/dropRightWhile.js | 5 + .../node_modules/lodash/fp/dropWhile.js | 5 + .../sass-graph/node_modules/lodash/fp/each.js | 1 + .../node_modules/lodash/fp/eachRight.js | 1 + .../node_modules/lodash/fp/endsWith.js | 5 + .../node_modules/lodash/fp/entries.js | 1 + .../node_modules/lodash/fp/entriesIn.js | 1 + .../sass-graph/node_modules/lodash/fp/eq.js | 5 + .../node_modules/lodash/fp/equals.js | 1 + .../node_modules/lodash/fp/escape.js | 5 + .../node_modules/lodash/fp/escapeRegExp.js | 5 + .../node_modules/lodash/fp/every.js | 5 + .../node_modules/lodash/fp/extend.js | 1 + .../node_modules/lodash/fp/extendAll.js | 1 + .../node_modules/lodash/fp/extendAllWith.js | 1 + .../node_modules/lodash/fp/extendWith.js | 1 + .../sass-graph/node_modules/lodash/fp/fill.js | 5 + .../node_modules/lodash/fp/filter.js | 5 + .../sass-graph/node_modules/lodash/fp/find.js | 5 + .../node_modules/lodash/fp/findFrom.js | 5 + .../node_modules/lodash/fp/findIndex.js | 5 + .../node_modules/lodash/fp/findIndexFrom.js | 5 + .../node_modules/lodash/fp/findKey.js | 5 + .../node_modules/lodash/fp/findLast.js | 5 + .../node_modules/lodash/fp/findLastFrom.js | 5 + .../node_modules/lodash/fp/findLastIndex.js | 5 + .../lodash/fp/findLastIndexFrom.js | 5 + .../node_modules/lodash/fp/findLastKey.js | 5 + .../node_modules/lodash/fp/first.js | 1 + .../node_modules/lodash/fp/flatMap.js | 5 + .../node_modules/lodash/fp/flatMapDeep.js | 5 + .../node_modules/lodash/fp/flatMapDepth.js | 5 + .../node_modules/lodash/fp/flatten.js | 5 + .../node_modules/lodash/fp/flattenDeep.js | 5 + .../node_modules/lodash/fp/flattenDepth.js | 5 + .../sass-graph/node_modules/lodash/fp/flip.js | 5 + .../node_modules/lodash/fp/floor.js | 5 + .../sass-graph/node_modules/lodash/fp/flow.js | 5 + .../node_modules/lodash/fp/flowRight.js | 5 + .../node_modules/lodash/fp/forEach.js | 5 + .../node_modules/lodash/fp/forEachRight.js | 5 + .../node_modules/lodash/fp/forIn.js | 5 + .../node_modules/lodash/fp/forInRight.js | 5 + .../node_modules/lodash/fp/forOwn.js | 5 + .../node_modules/lodash/fp/forOwnRight.js | 5 + .../node_modules/lodash/fp/fromPairs.js | 5 + .../node_modules/lodash/fp/function.js | 2 + .../node_modules/lodash/fp/functions.js | 5 + .../node_modules/lodash/fp/functionsIn.js | 5 + .../sass-graph/node_modules/lodash/fp/get.js | 5 + .../node_modules/lodash/fp/getOr.js | 5 + .../node_modules/lodash/fp/groupBy.js | 5 + .../sass-graph/node_modules/lodash/fp/gt.js | 5 + .../sass-graph/node_modules/lodash/fp/gte.js | 5 + .../sass-graph/node_modules/lodash/fp/has.js | 5 + .../node_modules/lodash/fp/hasIn.js | 5 + .../sass-graph/node_modules/lodash/fp/head.js | 5 + .../node_modules/lodash/fp/identical.js | 1 + .../node_modules/lodash/fp/identity.js | 5 + .../node_modules/lodash/fp/inRange.js | 5 + .../node_modules/lodash/fp/includes.js | 5 + .../node_modules/lodash/fp/includesFrom.js | 5 + .../node_modules/lodash/fp/indexBy.js | 1 + .../node_modules/lodash/fp/indexOf.js | 5 + .../node_modules/lodash/fp/indexOfFrom.js | 5 + .../sass-graph/node_modules/lodash/fp/init.js | 1 + .../node_modules/lodash/fp/initial.js | 5 + .../node_modules/lodash/fp/intersection.js | 5 + .../node_modules/lodash/fp/intersectionBy.js | 5 + .../lodash/fp/intersectionWith.js | 5 + .../node_modules/lodash/fp/invert.js | 5 + .../node_modules/lodash/fp/invertBy.js | 5 + .../node_modules/lodash/fp/invertObj.js | 1 + .../node_modules/lodash/fp/invoke.js | 5 + .../node_modules/lodash/fp/invokeArgs.js | 5 + .../node_modules/lodash/fp/invokeArgsMap.js | 5 + .../node_modules/lodash/fp/invokeMap.js | 5 + .../node_modules/lodash/fp/isArguments.js | 5 + .../node_modules/lodash/fp/isArray.js | 5 + .../node_modules/lodash/fp/isArrayBuffer.js | 5 + .../node_modules/lodash/fp/isArrayLike.js | 5 + .../lodash/fp/isArrayLikeObject.js | 5 + .../node_modules/lodash/fp/isBoolean.js | 5 + .../node_modules/lodash/fp/isBuffer.js | 5 + .../node_modules/lodash/fp/isDate.js | 5 + .../node_modules/lodash/fp/isElement.js | 5 + .../node_modules/lodash/fp/isEmpty.js | 5 + .../node_modules/lodash/fp/isEqual.js | 5 + .../node_modules/lodash/fp/isEqualWith.js | 5 + .../node_modules/lodash/fp/isError.js | 5 + .../node_modules/lodash/fp/isFinite.js | 5 + .../node_modules/lodash/fp/isFunction.js | 5 + .../node_modules/lodash/fp/isInteger.js | 5 + .../node_modules/lodash/fp/isLength.js | 5 + .../node_modules/lodash/fp/isMap.js | 5 + .../node_modules/lodash/fp/isMatch.js | 5 + .../node_modules/lodash/fp/isMatchWith.js | 5 + .../node_modules/lodash/fp/isNaN.js | 5 + .../node_modules/lodash/fp/isNative.js | 5 + .../node_modules/lodash/fp/isNil.js | 5 + .../node_modules/lodash/fp/isNull.js | 5 + .../node_modules/lodash/fp/isNumber.js | 5 + .../node_modules/lodash/fp/isObject.js | 5 + .../node_modules/lodash/fp/isObjectLike.js | 5 + .../node_modules/lodash/fp/isPlainObject.js | 5 + .../node_modules/lodash/fp/isRegExp.js | 5 + .../node_modules/lodash/fp/isSafeInteger.js | 5 + .../node_modules/lodash/fp/isSet.js | 5 + .../node_modules/lodash/fp/isString.js | 5 + .../node_modules/lodash/fp/isSymbol.js | 5 + .../node_modules/lodash/fp/isTypedArray.js | 5 + .../node_modules/lodash/fp/isUndefined.js | 5 + .../node_modules/lodash/fp/isWeakMap.js | 5 + .../node_modules/lodash/fp/isWeakSet.js | 5 + .../node_modules/lodash/fp/iteratee.js | 5 + .../sass-graph/node_modules/lodash/fp/join.js | 5 + .../sass-graph/node_modules/lodash/fp/juxt.js | 1 + .../node_modules/lodash/fp/kebabCase.js | 5 + .../node_modules/lodash/fp/keyBy.js | 5 + .../sass-graph/node_modules/lodash/fp/keys.js | 5 + .../node_modules/lodash/fp/keysIn.js | 5 + .../sass-graph/node_modules/lodash/fp/lang.js | 2 + .../sass-graph/node_modules/lodash/fp/last.js | 5 + .../node_modules/lodash/fp/lastIndexOf.js | 5 + .../node_modules/lodash/fp/lastIndexOfFrom.js | 5 + .../node_modules/lodash/fp/lowerCase.js | 5 + .../node_modules/lodash/fp/lowerFirst.js | 5 + .../sass-graph/node_modules/lodash/fp/lt.js | 5 + .../sass-graph/node_modules/lodash/fp/lte.js | 5 + .../sass-graph/node_modules/lodash/fp/map.js | 5 + .../node_modules/lodash/fp/mapKeys.js | 5 + .../node_modules/lodash/fp/mapValues.js | 5 + .../node_modules/lodash/fp/matches.js | 1 + .../node_modules/lodash/fp/matchesProperty.js | 5 + .../sass-graph/node_modules/lodash/fp/math.js | 2 + .../sass-graph/node_modules/lodash/fp/max.js | 5 + .../node_modules/lodash/fp/maxBy.js | 5 + .../sass-graph/node_modules/lodash/fp/mean.js | 5 + .../node_modules/lodash/fp/meanBy.js | 5 + .../node_modules/lodash/fp/memoize.js | 5 + .../node_modules/lodash/fp/merge.js | 5 + .../node_modules/lodash/fp/mergeAll.js | 5 + .../node_modules/lodash/fp/mergeAllWith.js | 5 + .../node_modules/lodash/fp/mergeWith.js | 5 + .../node_modules/lodash/fp/method.js | 5 + .../node_modules/lodash/fp/methodOf.js | 5 + .../sass-graph/node_modules/lodash/fp/min.js | 5 + .../node_modules/lodash/fp/minBy.js | 5 + .../node_modules/lodash/fp/mixin.js | 5 + .../node_modules/lodash/fp/multiply.js | 5 + .../sass-graph/node_modules/lodash/fp/nAry.js | 1 + .../node_modules/lodash/fp/negate.js | 5 + .../sass-graph/node_modules/lodash/fp/next.js | 5 + .../sass-graph/node_modules/lodash/fp/noop.js | 5 + .../sass-graph/node_modules/lodash/fp/now.js | 5 + .../sass-graph/node_modules/lodash/fp/nth.js | 5 + .../node_modules/lodash/fp/nthArg.js | 5 + .../node_modules/lodash/fp/number.js | 2 + .../node_modules/lodash/fp/object.js | 2 + .../sass-graph/node_modules/lodash/fp/omit.js | 5 + .../node_modules/lodash/fp/omitAll.js | 1 + .../node_modules/lodash/fp/omitBy.js | 5 + .../sass-graph/node_modules/lodash/fp/once.js | 5 + .../node_modules/lodash/fp/orderBy.js | 5 + .../sass-graph/node_modules/lodash/fp/over.js | 5 + .../node_modules/lodash/fp/overArgs.js | 5 + .../node_modules/lodash/fp/overEvery.js | 5 + .../node_modules/lodash/fp/overSome.js | 5 + .../sass-graph/node_modules/lodash/fp/pad.js | 5 + .../node_modules/lodash/fp/padChars.js | 5 + .../node_modules/lodash/fp/padCharsEnd.js | 5 + .../node_modules/lodash/fp/padCharsStart.js | 5 + .../node_modules/lodash/fp/padEnd.js | 5 + .../node_modules/lodash/fp/padStart.js | 5 + .../node_modules/lodash/fp/parseInt.js | 5 + .../node_modules/lodash/fp/partial.js | 5 + .../node_modules/lodash/fp/partialRight.js | 5 + .../node_modules/lodash/fp/partition.js | 5 + .../sass-graph/node_modules/lodash/fp/path.js | 1 + .../node_modules/lodash/fp/pathEq.js | 1 + .../node_modules/lodash/fp/pathOr.js | 1 + .../node_modules/lodash/fp/paths.js | 1 + .../sass-graph/node_modules/lodash/fp/pick.js | 5 + .../node_modules/lodash/fp/pickAll.js | 1 + .../node_modules/lodash/fp/pickBy.js | 5 + .../sass-graph/node_modules/lodash/fp/pipe.js | 1 + .../node_modules/lodash/fp/placeholder.js | 6 + .../node_modules/lodash/fp/plant.js | 5 + .../node_modules/lodash/fp/pluck.js | 1 + .../sass-graph/node_modules/lodash/fp/prop.js | 1 + .../node_modules/lodash/fp/propEq.js | 1 + .../node_modules/lodash/fp/propOr.js | 1 + .../node_modules/lodash/fp/property.js | 1 + .../node_modules/lodash/fp/propertyOf.js | 5 + .../node_modules/lodash/fp/props.js | 1 + .../sass-graph/node_modules/lodash/fp/pull.js | 5 + .../node_modules/lodash/fp/pullAll.js | 5 + .../node_modules/lodash/fp/pullAllBy.js | 5 + .../node_modules/lodash/fp/pullAllWith.js | 5 + .../node_modules/lodash/fp/pullAt.js | 5 + .../node_modules/lodash/fp/random.js | 5 + .../node_modules/lodash/fp/range.js | 5 + .../node_modules/lodash/fp/rangeRight.js | 5 + .../node_modules/lodash/fp/rangeStep.js | 5 + .../node_modules/lodash/fp/rangeStepRight.js | 5 + .../node_modules/lodash/fp/rearg.js | 5 + .../node_modules/lodash/fp/reduce.js | 5 + .../node_modules/lodash/fp/reduceRight.js | 5 + .../node_modules/lodash/fp/reject.js | 5 + .../node_modules/lodash/fp/remove.js | 5 + .../node_modules/lodash/fp/repeat.js | 5 + .../node_modules/lodash/fp/replace.js | 5 + .../sass-graph/node_modules/lodash/fp/rest.js | 5 + .../node_modules/lodash/fp/restFrom.js | 5 + .../node_modules/lodash/fp/result.js | 5 + .../node_modules/lodash/fp/reverse.js | 5 + .../node_modules/lodash/fp/round.js | 5 + .../node_modules/lodash/fp/sample.js | 5 + .../node_modules/lodash/fp/sampleSize.js | 5 + .../sass-graph/node_modules/lodash/fp/seq.js | 2 + .../sass-graph/node_modules/lodash/fp/set.js | 5 + .../node_modules/lodash/fp/setWith.js | 5 + .../node_modules/lodash/fp/shuffle.js | 5 + .../sass-graph/node_modules/lodash/fp/size.js | 5 + .../node_modules/lodash/fp/slice.js | 5 + .../node_modules/lodash/fp/snakeCase.js | 5 + .../sass-graph/node_modules/lodash/fp/some.js | 5 + .../node_modules/lodash/fp/sortBy.js | 5 + .../node_modules/lodash/fp/sortedIndex.js | 5 + .../node_modules/lodash/fp/sortedIndexBy.js | 5 + .../node_modules/lodash/fp/sortedIndexOf.js | 5 + .../node_modules/lodash/fp/sortedLastIndex.js | 5 + .../lodash/fp/sortedLastIndexBy.js | 5 + .../lodash/fp/sortedLastIndexOf.js | 5 + .../node_modules/lodash/fp/sortedUniq.js | 5 + .../node_modules/lodash/fp/sortedUniqBy.js | 5 + .../node_modules/lodash/fp/split.js | 5 + .../node_modules/lodash/fp/spread.js | 5 + .../node_modules/lodash/fp/spreadFrom.js | 5 + .../node_modules/lodash/fp/startCase.js | 5 + .../node_modules/lodash/fp/startsWith.js | 5 + .../node_modules/lodash/fp/string.js | 2 + .../node_modules/lodash/fp/stubArray.js | 5 + .../node_modules/lodash/fp/stubFalse.js | 5 + .../node_modules/lodash/fp/stubObject.js | 5 + .../node_modules/lodash/fp/stubString.js | 5 + .../node_modules/lodash/fp/stubTrue.js | 5 + .../node_modules/lodash/fp/subtract.js | 5 + .../sass-graph/node_modules/lodash/fp/sum.js | 5 + .../node_modules/lodash/fp/sumBy.js | 5 + .../lodash/fp/symmetricDifference.js | 1 + .../lodash/fp/symmetricDifferenceBy.js | 1 + .../lodash/fp/symmetricDifferenceWith.js | 1 + .../sass-graph/node_modules/lodash/fp/tail.js | 5 + .../sass-graph/node_modules/lodash/fp/take.js | 5 + .../node_modules/lodash/fp/takeLast.js | 1 + .../node_modules/lodash/fp/takeLastWhile.js | 1 + .../node_modules/lodash/fp/takeRight.js | 5 + .../node_modules/lodash/fp/takeRightWhile.js | 5 + .../node_modules/lodash/fp/takeWhile.js | 5 + .../sass-graph/node_modules/lodash/fp/tap.js | 5 + .../node_modules/lodash/fp/template.js | 5 + .../lodash/fp/templateSettings.js | 5 + .../node_modules/lodash/fp/throttle.js | 5 + .../sass-graph/node_modules/lodash/fp/thru.js | 5 + .../node_modules/lodash/fp/times.js | 5 + .../node_modules/lodash/fp/toArray.js | 5 + .../node_modules/lodash/fp/toFinite.js | 5 + .../node_modules/lodash/fp/toInteger.js | 5 + .../node_modules/lodash/fp/toIterator.js | 5 + .../node_modules/lodash/fp/toJSON.js | 5 + .../node_modules/lodash/fp/toLength.js | 5 + .../node_modules/lodash/fp/toLower.js | 5 + .../node_modules/lodash/fp/toNumber.js | 5 + .../node_modules/lodash/fp/toPairs.js | 5 + .../node_modules/lodash/fp/toPairsIn.js | 5 + .../node_modules/lodash/fp/toPath.js | 5 + .../node_modules/lodash/fp/toPlainObject.js | 5 + .../node_modules/lodash/fp/toSafeInteger.js | 5 + .../node_modules/lodash/fp/toString.js | 5 + .../node_modules/lodash/fp/toUpper.js | 5 + .../node_modules/lodash/fp/transform.js | 5 + .../sass-graph/node_modules/lodash/fp/trim.js | 5 + .../node_modules/lodash/fp/trimChars.js | 5 + .../node_modules/lodash/fp/trimCharsEnd.js | 5 + .../node_modules/lodash/fp/trimCharsStart.js | 5 + .../node_modules/lodash/fp/trimEnd.js | 5 + .../node_modules/lodash/fp/trimStart.js | 5 + .../node_modules/lodash/fp/truncate.js | 5 + .../node_modules/lodash/fp/unapply.js | 1 + .../node_modules/lodash/fp/unary.js | 5 + .../node_modules/lodash/fp/unescape.js | 5 + .../node_modules/lodash/fp/union.js | 5 + .../node_modules/lodash/fp/unionBy.js | 5 + .../node_modules/lodash/fp/unionWith.js | 5 + .../sass-graph/node_modules/lodash/fp/uniq.js | 5 + .../node_modules/lodash/fp/uniqBy.js | 5 + .../node_modules/lodash/fp/uniqWith.js | 5 + .../node_modules/lodash/fp/uniqueId.js | 5 + .../node_modules/lodash/fp/unnest.js | 1 + .../node_modules/lodash/fp/unset.js | 5 + .../node_modules/lodash/fp/unzip.js | 5 + .../node_modules/lodash/fp/unzipWith.js | 5 + .../node_modules/lodash/fp/update.js | 5 + .../node_modules/lodash/fp/updateWith.js | 5 + .../node_modules/lodash/fp/upperCase.js | 5 + .../node_modules/lodash/fp/upperFirst.js | 5 + .../node_modules/lodash/fp/useWith.js | 1 + .../sass-graph/node_modules/lodash/fp/util.js | 2 + .../node_modules/lodash/fp/value.js | 5 + .../node_modules/lodash/fp/valueOf.js | 5 + .../node_modules/lodash/fp/values.js | 5 + .../node_modules/lodash/fp/valuesIn.js | 5 + .../node_modules/lodash/fp/where.js | 1 + .../node_modules/lodash/fp/whereEq.js | 1 + .../node_modules/lodash/fp/without.js | 5 + .../node_modules/lodash/fp/words.js | 5 + .../sass-graph/node_modules/lodash/fp/wrap.js | 5 + .../node_modules/lodash/fp/wrapperAt.js | 5 + .../node_modules/lodash/fp/wrapperChain.js | 5 + .../node_modules/lodash/fp/wrapperLodash.js | 5 + .../node_modules/lodash/fp/wrapperReverse.js | 5 + .../node_modules/lodash/fp/wrapperValue.js | 5 + .../sass-graph/node_modules/lodash/fp/xor.js | 5 + .../node_modules/lodash/fp/xorBy.js | 5 + .../node_modules/lodash/fp/xorWith.js | 5 + .../sass-graph/node_modules/lodash/fp/zip.js | 5 + .../node_modules/lodash/fp/zipAll.js | 5 + .../node_modules/lodash/fp/zipObj.js | 1 + .../node_modules/lodash/fp/zipObject.js | 5 + .../node_modules/lodash/fp/zipObjectDeep.js | 5 + .../node_modules/lodash/fp/zipWith.js | 5 + .../node_modules/lodash/fromPairs.js | 28 + .../node_modules/lodash/function.js | 25 + .../node_modules/lodash/functions.js | 31 + .../node_modules/lodash/functionsIn.js | 31 + .../sass-graph/node_modules/lodash/get.js | 33 + .../sass-graph/node_modules/lodash/groupBy.js | 41 + .../sass-graph/node_modules/lodash/gt.js | 29 + .../sass-graph/node_modules/lodash/gte.js | 30 + .../sass-graph/node_modules/lodash/has.js | 35 + .../sass-graph/node_modules/lodash/hasIn.js | 34 + .../sass-graph/node_modules/lodash/head.js | 23 + .../node_modules/lodash/identity.js | 21 + .../sass-graph/node_modules/lodash/inRange.js | 55 + .../node_modules/lodash/includes.js | 53 + .../sass-graph/node_modules/lodash/index.js | 1 + .../sass-graph/node_modules/lodash/indexOf.js | 42 + .../sass-graph/node_modules/lodash/initial.js | 22 + .../node_modules/lodash/intersection.js | 30 + .../node_modules/lodash/intersectionBy.js | 45 + .../node_modules/lodash/intersectionWith.js | 41 + .../sass-graph/node_modules/lodash/invert.js | 42 + .../node_modules/lodash/invertBy.js | 56 + .../sass-graph/node_modules/lodash/invoke.js | 24 + .../node_modules/lodash/invokeMap.js | 41 + .../node_modules/lodash/isArguments.js | 36 + .../sass-graph/node_modules/lodash/isArray.js | 26 + .../node_modules/lodash/isArrayBuffer.js | 27 + .../node_modules/lodash/isArrayLike.js | 33 + .../node_modules/lodash/isArrayLikeObject.js | 33 + .../node_modules/lodash/isBoolean.js | 29 + .../node_modules/lodash/isBuffer.js | 38 + .../sass-graph/node_modules/lodash/isDate.js | 27 + .../node_modules/lodash/isElement.js | 25 + .../sass-graph/node_modules/lodash/isEmpty.js | 77 + .../sass-graph/node_modules/lodash/isEqual.js | 35 + .../node_modules/lodash/isEqualWith.js | 41 + .../sass-graph/node_modules/lodash/isError.js | 36 + .../node_modules/lodash/isFinite.js | 36 + .../node_modules/lodash/isFunction.js | 37 + .../node_modules/lodash/isInteger.js | 33 + .../node_modules/lodash/isLength.js | 35 + .../sass-graph/node_modules/lodash/isMap.js | 27 + .../sass-graph/node_modules/lodash/isMatch.js | 36 + .../node_modules/lodash/isMatchWith.js | 41 + .../sass-graph/node_modules/lodash/isNaN.js | 38 + .../node_modules/lodash/isNative.js | 40 + .../sass-graph/node_modules/lodash/isNil.js | 25 + .../sass-graph/node_modules/lodash/isNull.js | 22 + .../node_modules/lodash/isNumber.js | 38 + .../node_modules/lodash/isObject.js | 31 + .../node_modules/lodash/isObjectLike.js | 29 + .../node_modules/lodash/isPlainObject.js | 62 + .../node_modules/lodash/isRegExp.js | 27 + .../node_modules/lodash/isSafeInteger.js | 37 + .../sass-graph/node_modules/lodash/isSet.js | 27 + .../node_modules/lodash/isString.js | 30 + .../node_modules/lodash/isSymbol.js | 29 + .../node_modules/lodash/isTypedArray.js | 27 + .../node_modules/lodash/isUndefined.js | 22 + .../node_modules/lodash/isWeakMap.js | 28 + .../node_modules/lodash/isWeakSet.js | 28 + .../node_modules/lodash/iteratee.js | 53 + .../sass-graph/node_modules/lodash/join.js | 26 + .../node_modules/lodash/kebabCase.js | 28 + .../sass-graph/node_modules/lodash/keyBy.js | 36 + .../sass-graph/node_modules/lodash/keys.js | 37 + .../sass-graph/node_modules/lodash/keysIn.js | 32 + .../sass-graph/node_modules/lodash/lang.js | 58 + .../sass-graph/node_modules/lodash/last.js | 20 + .../node_modules/lodash/lastIndexOf.js | 46 + .../sass-graph/node_modules/lodash/lodash.js | 17107 ++++++++++++++++ .../node_modules/lodash/lodash.min.js | 137 + .../node_modules/lodash/lowerCase.js | 27 + .../node_modules/lodash/lowerFirst.js | 22 + .../sass-graph/node_modules/lodash/lt.js | 29 + .../sass-graph/node_modules/lodash/lte.js | 30 + .../sass-graph/node_modules/lodash/map.js | 53 + .../sass-graph/node_modules/lodash/mapKeys.js | 36 + .../node_modules/lodash/mapValues.js | 43 + .../sass-graph/node_modules/lodash/matches.js | 39 + .../node_modules/lodash/matchesProperty.js | 37 + .../sass-graph/node_modules/lodash/math.js | 17 + .../sass-graph/node_modules/lodash/max.js | 29 + .../sass-graph/node_modules/lodash/maxBy.js | 34 + .../sass-graph/node_modules/lodash/mean.js | 22 + .../sass-graph/node_modules/lodash/meanBy.js | 31 + .../sass-graph/node_modules/lodash/memoize.js | 73 + .../sass-graph/node_modules/lodash/merge.js | 39 + .../node_modules/lodash/mergeWith.js | 39 + .../sass-graph/node_modules/lodash/method.js | 34 + .../node_modules/lodash/methodOf.js | 33 + .../sass-graph/node_modules/lodash/min.js | 29 + .../sass-graph/node_modules/lodash/minBy.js | 34 + .../sass-graph/node_modules/lodash/mixin.js | 74 + .../node_modules/lodash/multiply.js | 22 + .../sass-graph/node_modules/lodash/negate.js | 40 + .../sass-graph/node_modules/lodash/next.js | 35 + .../sass-graph/node_modules/lodash/noop.js | 17 + .../sass-graph/node_modules/lodash/now.js | 23 + .../sass-graph/node_modules/lodash/nth.js | 29 + .../sass-graph/node_modules/lodash/nthArg.js | 32 + .../sass-graph/node_modules/lodash/number.js | 5 + .../sass-graph/node_modules/lodash/object.js | 49 + .../sass-graph/node_modules/lodash/omit.js | 57 + .../sass-graph/node_modules/lodash/omitBy.js | 29 + .../sass-graph/node_modules/lodash/once.js | 25 + .../sass-graph/node_modules/lodash/orderBy.js | 47 + .../sass-graph/node_modules/lodash/over.js | 24 + .../node_modules/lodash/overArgs.js | 61 + .../node_modules/lodash/overEvery.js | 30 + .../node_modules/lodash/overSome.js | 30 + .../node_modules/lodash/package.json | 66 + .../sass-graph/node_modules/lodash/pad.js | 49 + .../sass-graph/node_modules/lodash/padEnd.js | 39 + .../node_modules/lodash/padStart.js | 39 + .../node_modules/lodash/parseInt.js | 43 + .../sass-graph/node_modules/lodash/partial.js | 50 + .../node_modules/lodash/partialRight.js | 49 + .../node_modules/lodash/partition.js | 43 + .../sass-graph/node_modules/lodash/pick.js | 25 + .../sass-graph/node_modules/lodash/pickBy.js | 37 + .../sass-graph/node_modules/lodash/plant.js | 48 + .../node_modules/lodash/property.js | 32 + .../node_modules/lodash/propertyOf.js | 30 + .../sass-graph/node_modules/lodash/pull.js | 29 + .../sass-graph/node_modules/lodash/pullAll.js | 29 + .../node_modules/lodash/pullAllBy.js | 33 + .../node_modules/lodash/pullAllWith.js | 32 + .../sass-graph/node_modules/lodash/pullAt.js | 43 + .../sass-graph/node_modules/lodash/random.js | 82 + .../sass-graph/node_modules/lodash/range.js | 46 + .../node_modules/lodash/rangeRight.js | 41 + .../sass-graph/node_modules/lodash/rearg.js | 33 + .../sass-graph/node_modules/lodash/reduce.js | 51 + .../node_modules/lodash/reduceRight.js | 36 + .../sass-graph/node_modules/lodash/reject.js | 46 + .../sass-graph/node_modules/lodash/remove.js | 53 + .../sass-graph/node_modules/lodash/repeat.js | 37 + .../sass-graph/node_modules/lodash/replace.js | 29 + .../sass-graph/node_modules/lodash/rest.js | 40 + .../sass-graph/node_modules/lodash/result.js | 56 + .../sass-graph/node_modules/lodash/reverse.js | 34 + .../sass-graph/node_modules/lodash/round.js | 26 + .../sass-graph/node_modules/lodash/sample.js | 24 + .../node_modules/lodash/sampleSize.js | 37 + .../sass-graph/node_modules/lodash/seq.js | 16 + .../sass-graph/node_modules/lodash/set.js | 35 + .../sass-graph/node_modules/lodash/setWith.js | 32 + .../sass-graph/node_modules/lodash/shuffle.js | 25 + .../sass-graph/node_modules/lodash/size.js | 46 + .../sass-graph/node_modules/lodash/slice.js | 37 + .../node_modules/lodash/snakeCase.js | 28 + .../sass-graph/node_modules/lodash/some.js | 51 + .../sass-graph/node_modules/lodash/sortBy.js | 48 + .../node_modules/lodash/sortedIndex.js | 24 + .../node_modules/lodash/sortedIndexBy.js | 33 + .../node_modules/lodash/sortedIndexOf.js | 31 + .../node_modules/lodash/sortedLastIndex.js | 25 + .../node_modules/lodash/sortedLastIndexBy.js | 33 + .../node_modules/lodash/sortedLastIndexOf.js | 31 + .../node_modules/lodash/sortedUniq.js | 24 + .../node_modules/lodash/sortedUniqBy.js | 26 + .../sass-graph/node_modules/lodash/split.js | 52 + .../sass-graph/node_modules/lodash/spread.js | 63 + .../node_modules/lodash/startCase.js | 29 + .../node_modules/lodash/startsWith.js | 39 + .../sass-graph/node_modules/lodash/string.js | 33 + .../node_modules/lodash/stubArray.js | 23 + .../node_modules/lodash/stubFalse.js | 18 + .../node_modules/lodash/stubObject.js | 23 + .../node_modules/lodash/stubString.js | 18 + .../node_modules/lodash/stubTrue.js | 18 + .../node_modules/lodash/subtract.js | 22 + .../sass-graph/node_modules/lodash/sum.js | 24 + .../sass-graph/node_modules/lodash/sumBy.js | 33 + .../sass-graph/node_modules/lodash/tail.js | 22 + .../sass-graph/node_modules/lodash/take.js | 37 + .../node_modules/lodash/takeRight.js | 39 + .../node_modules/lodash/takeRightWhile.js | 45 + .../node_modules/lodash/takeWhile.js | 45 + .../sass-graph/node_modules/lodash/tap.js | 29 + .../node_modules/lodash/template.js | 238 + .../node_modules/lodash/templateSettings.js | 67 + .../node_modules/lodash/throttle.js | 69 + .../sass-graph/node_modules/lodash/thru.js | 28 + .../sass-graph/node_modules/lodash/times.js | 51 + .../sass-graph/node_modules/lodash/toArray.js | 58 + .../node_modules/lodash/toFinite.js | 42 + .../node_modules/lodash/toInteger.js | 36 + .../node_modules/lodash/toIterator.js | 23 + .../sass-graph/node_modules/lodash/toJSON.js | 1 + .../node_modules/lodash/toLength.js | 38 + .../sass-graph/node_modules/lodash/toLower.js | 28 + .../node_modules/lodash/toNumber.js | 66 + .../sass-graph/node_modules/lodash/toPairs.js | 30 + .../node_modules/lodash/toPairsIn.js | 30 + .../sass-graph/node_modules/lodash/toPath.js | 33 + .../node_modules/lodash/toPlainObject.js | 32 + .../node_modules/lodash/toSafeInteger.js | 37 + .../node_modules/lodash/toString.js | 28 + .../sass-graph/node_modules/lodash/toUpper.js | 28 + .../node_modules/lodash/transform.js | 65 + .../sass-graph/node_modules/lodash/trim.js | 49 + .../sass-graph/node_modules/lodash/trimEnd.js | 43 + .../node_modules/lodash/trimStart.js | 43 + .../node_modules/lodash/truncate.js | 111 + .../sass-graph/node_modules/lodash/unary.js | 22 + .../node_modules/lodash/unescape.js | 34 + .../sass-graph/node_modules/lodash/union.js | 26 + .../sass-graph/node_modules/lodash/unionBy.js | 39 + .../node_modules/lodash/unionWith.js | 34 + .../sass-graph/node_modules/lodash/uniq.js | 25 + .../sass-graph/node_modules/lodash/uniqBy.js | 31 + .../node_modules/lodash/uniqWith.js | 28 + .../node_modules/lodash/uniqueId.js | 28 + .../sass-graph/node_modules/lodash/unset.js | 34 + .../sass-graph/node_modules/lodash/unzip.js | 45 + .../node_modules/lodash/unzipWith.js | 39 + .../sass-graph/node_modules/lodash/update.js | 35 + .../node_modules/lodash/updateWith.js | 33 + .../node_modules/lodash/upperCase.js | 27 + .../node_modules/lodash/upperFirst.js | 22 + .../sass-graph/node_modules/lodash/util.js | 34 + .../sass-graph/node_modules/lodash/value.js | 1 + .../sass-graph/node_modules/lodash/valueOf.js | 1 + .../sass-graph/node_modules/lodash/values.js | 34 + .../node_modules/lodash/valuesIn.js | 32 + .../sass-graph/node_modules/lodash/without.js | 31 + .../sass-graph/node_modules/lodash/words.js | 35 + .../sass-graph/node_modules/lodash/wrap.js | 30 + .../node_modules/lodash/wrapperAt.js | 48 + .../node_modules/lodash/wrapperChain.js | 34 + .../node_modules/lodash/wrapperLodash.js | 147 + .../node_modules/lodash/wrapperReverse.js | 44 + .../node_modules/lodash/wrapperValue.js | 21 + .../sass-graph/node_modules/lodash/xor.js | 28 + .../sass-graph/node_modules/lodash/xorBy.js | 39 + .../sass-graph/node_modules/lodash/xorWith.js | 34 + .../sass-graph/node_modules/lodash/zip.js | 22 + .../node_modules/lodash/zipObject.js | 24 + .../node_modules/lodash/zipObjectDeep.js | 23 + .../sass-graph/node_modules/lodash/zipWith.js | 32 + .../sass-graph/node_modules/minimatch/LICENSE | 15 + .../node_modules/minimatch/README.md | 209 + .../node_modules/minimatch/minimatch.js | 923 + .../node_modules/minimatch/package.json | 67 + .../node_modules/sass-graph/package.json | 86 + .../node_modules/sass-graph/parse-imports.js | 64 + .../node_modules/sass-graph/readme.md | 123 + .../node_modules/sass-graph/sass-graph.js | 160 + .../node_modules/scss-tokenizer/LICENSE | 22 + .../node_modules/scss-tokenizer/README.md | 50 + .../node_modules/scss-tokenizer/index.js | 1 + .../node_modules/scss-tokenizer/lib/entry.js | 21 + .../node_modules/scss-tokenizer/lib/input.js | 57 + .../scss-tokenizer/lib/previous-map.js | 105 + .../scss-tokenizer/lib/tokenize-comment.js | 148 + .../lib/tokenize-interpolant.js | 303 + .../scss-tokenizer/lib/tokenize-string.js | 130 + .../scss-tokenizer/lib/tokenize.js | 302 + .../node_modules/source-map/README.md | 510 + .../source-map/build/assert-shim.js | 56 + .../source-map/build/mini-require.js | 152 + .../source-map/build/prefix-source-map.jsm | 21 + .../source-map/build/prefix-utils.jsm | 18 + .../source-map/build/suffix-browser.js | 8 + .../source-map/build/suffix-source-map.jsm | 6 + .../source-map/build/suffix-utils.jsm | 21 + .../source-map/build/test-prefix.js | 8 + .../source-map/build/test-suffix.js | 3 + .../node_modules/source-map/lib/source-map.js | 8 + .../source-map/lib/source-map/array-set.js | 107 + .../source-map/lib/source-map/base64-vlq.js | 146 + .../source-map/lib/source-map/base64.js | 73 + .../lib/source-map/binary-search.js | 117 + .../source-map/lib/source-map/mapping-list.js | 86 + .../source-map/lib/source-map/quick-sort.js | 120 + .../lib/source-map/source-map-consumer.js | 1077 + .../lib/source-map/source-map-generator.js | 399 + .../source-map/lib/source-map/source-node.js | 414 + .../source-map/lib/source-map/util.js | 370 + .../node_modules/source-map/package.json | 202 + .../node_modules/scss-tokenizer/package.json | 77 + .../node_modules/semver/.npmignore | 4 + .../node_modules/semver/.travis.yml | 5 + .../gilles_acezat/node_modules/semver/LICENSE | 15 + .../node_modules/semver/Makefile | 24 + .../node_modules/semver/README.md | 303 + .../node_modules/semver/bin/semver | 133 + .../node_modules/semver/foot.js.txt | 6 + .../node_modules/semver/head.js.txt | 2 + .../node_modules/semver/package.json | 58 + .../node_modules/semver/range.bnf | 16 + .../node_modules/semver/semver.browser.js | 1201 ++ .../node_modules/semver/semver.browser.js.gz | Bin 0 -> 7992 bytes .../node_modules/semver/semver.js | 1205 ++ .../node_modules/semver/semver.min.js | 1 + .../node_modules/semver/semver.min.js.gz | Bin 0 -> 3790 bytes .../node_modules/semver/test/amd.js | 15 + .../node_modules/semver/test/big-numbers.js | 31 + .../node_modules/semver/test/clean.js | 29 + .../node_modules/semver/test/gtr.js | 173 + .../node_modules/semver/test/index.js | 685 + .../node_modules/semver/test/ltr.js | 181 + .../semver/test/major-minor-patch.js | 72 + .../node_modules/semver/test/no-module.js | 19 + .../node_modules/sequencify/.npmignore | 9 + .../node_modules/sequencify/.travis.yml | 6 + .../node_modules/sequencify/LICENSE | 20 + .../node_modules/sequencify/README.md | 68 + .../node_modules/sequencify/index.js | 46 + .../node_modules/sequencify/package.json | 65 + .../node_modules/set-blocking/CHANGELOG.md | 26 + .../node_modules/set-blocking/LICENSE.txt | 14 + .../node_modules/set-blocking/README.md | 31 + .../node_modules/set-blocking/index.js | 7 + .../node_modules/set-blocking/package.json | 75 + .../node_modules/set-value/LICENSE | 21 + .../node_modules/set-value/README.md | 150 + .../node_modules/set-value/index.js | 51 + .../node_modules/extend-shallow/LICENSE | 21 + .../node_modules/extend-shallow/README.md | 61 + .../node_modules/extend-shallow/index.js | 33 + .../node_modules/extend-shallow/package.json | 87 + .../node_modules/set-value/package.json | 120 + .../node_modules/sigmund/LICENSE | 15 + .../node_modules/sigmund/README.md | 53 + .../node_modules/sigmund/bench.js | 283 + .../node_modules/sigmund/package.json | 69 + .../node_modules/sigmund/sigmund.js | 39 + .../node_modules/sigmund/test/basic.js | 24 + .../node_modules/signal-exit/CHANGELOG.md | 27 + .../node_modules/signal-exit/LICENSE.txt | 16 + .../node_modules/signal-exit/README.md | 40 + .../node_modules/signal-exit/index.js | 157 + .../node_modules/signal-exit/package.json | 71 + .../node_modules/signal-exit/signals.js | 53 + .../node_modules/snapdragon-node/LICENSE | 21 + .../node_modules/snapdragon-node/README.md | 453 + .../node_modules/snapdragon-node/index.js | 492 + .../node_modules/define-property/LICENSE | 21 + .../node_modules/define-property/README.md | 95 + .../node_modules/define-property/index.js | 31 + .../node_modules/define-property/package.json | 93 + .../is-accessor-descriptor/LICENSE | 21 + .../is-accessor-descriptor/README.md | 144 + .../is-accessor-descriptor/index.js | 69 + .../is-accessor-descriptor/package.json | 110 + .../node_modules/is-data-descriptor/LICENSE | 21 + .../node_modules/is-data-descriptor/README.md | 161 + .../node_modules/is-data-descriptor/index.js | 49 + .../is-data-descriptor/package.json | 109 + .../node_modules/is-descriptor/LICENSE | 21 + .../node_modules/is-descriptor/README.md | 193 + .../node_modules/is-descriptor/index.js | 22 + .../node_modules/is-descriptor/package.json | 114 + .../node_modules/snapdragon-node/package.json | 109 + .../node_modules/snapdragon-util/LICENSE | 21 + .../node_modules/snapdragon-util/README.md | 807 + .../node_modules/snapdragon-util/index.js | 1019 + .../node_modules/kind-of/LICENSE | 21 + .../node_modules/kind-of/README.md | 261 + .../node_modules/kind-of/index.js | 116 + .../node_modules/kind-of/package.json | 139 + .../node_modules/snapdragon-util/package.json | 98 + .../node_modules/snapdragon/LICENSE | 21 + .../node_modules/snapdragon/README.md | 321 + .../node_modules/snapdragon/index.js | 174 + .../node_modules/snapdragon/lib/compiler.js | 177 + .../node_modules/snapdragon/lib/parser.js | 533 + .../node_modules/snapdragon/lib/position.js | 14 + .../snapdragon/lib/source-maps.js | 145 + .../node_modules/snapdragon/lib/utils.js | 48 + .../node_modules/define-property/LICENSE | 21 + .../node_modules/define-property/README.md | 77 + .../node_modules/define-property/index.js | 31 + .../node_modules/define-property/package.json | 82 + .../node_modules/extend-shallow/LICENSE | 21 + .../node_modules/extend-shallow/README.md | 61 + .../node_modules/extend-shallow/index.js | 33 + .../node_modules/extend-shallow/package.json | 87 + .../node_modules/snapdragon/package.json | 130 + .../node_modules/source-map-resolve/.jshintrc | 46 + .../source-map-resolve/.travis.yml | 3 + .../node_modules/source-map-resolve/LICENSE | 21 + .../source-map-resolve/bower.json | 30 + .../source-map-resolve/changelog.md | 100 + .../source-map-resolve/component.json | 29 + .../generate-source-map-resolve.js | 28 + .../lib/decode-uri-component.js | 11 + .../source-map-resolve/lib/resolve-url.js | 12 + .../lib/source-map-resolve-node.js | 302 + .../source-map-resolve/package.json | 82 + .../node_modules/source-map-resolve/readme.md | 231 + .../source-map-resolve/source-map-resolve.js | 309 + .../source-map-resolve.js.template | 22 + .../source-map-resolve/test/common.js | 27 + .../source-map-resolve/test/read.js | 105 + .../test/source-map-resolve.js | 1162 ++ .../source-map-resolve/test/windows.js | 166 + .../source-map-resolve/x-package.json5 | 68 + .../node_modules/source-map-url/.jshintrc | 43 + .../node_modules/source-map-url/LICENSE | 21 + .../node_modules/source-map-url/bower.json | 20 + .../node_modules/source-map-url/changelog.md | 52 + .../source-map-url/component.json | 18 + .../node_modules/source-map-url/package.json | 77 + .../node_modules/source-map-url/readme.md | 97 + .../source-map-url/source-map-url.js | 57 + .../source-map-url/test/source-map-url.js | 402 + .../source-map-url/x-package.json5 | 55 + .../node_modules/source-map/CHANGELOG.md | 301 + .../node_modules/source-map/LICENSE | 28 + .../node_modules/source-map/README.md | 729 + .../source-map/dist/source-map.debug.js | 3091 +++ .../source-map/dist/source-map.js | 3090 +++ .../source-map/dist/source-map.min.js | 2 + .../source-map/dist/source-map.min.js.map | 1 + .../node_modules/source-map/lib/array-set.js | 121 + .../node_modules/source-map/lib/base64-vlq.js | 140 + .../node_modules/source-map/lib/base64.js | 67 + .../source-map/lib/binary-search.js | 111 + .../source-map/lib/mapping-list.js | 79 + .../node_modules/source-map/lib/quick-sort.js | 114 + .../source-map/lib/source-map-consumer.js | 1082 + .../source-map/lib/source-map-generator.js | 416 + .../source-map/lib/source-node.js | 413 + .../node_modules/source-map/lib/util.js | 417 + .../node_modules/source-map/package.json | 216 + .../node_modules/source-map/source-map.js | 8 + .../node_modules/sparkles/LICENSE | 22 + .../node_modules/sparkles/README.md | 62 + .../node_modules/sparkles/index.js | 45 + .../node_modules/sparkles/package.json | 86 + .../node_modules/spdx-correct/LICENSE | 202 + .../node_modules/spdx-correct/README.md | 14 + .../node_modules/spdx-correct/index.js | 343 + .../node_modules/spdx-correct/package.json | 88 + .../node_modules/spdx-exceptions/README.md | 36 + .../node_modules/spdx-exceptions/index.json | 34 + .../node_modules/spdx-exceptions/package.json | 49 + .../node_modules/spdx-exceptions/test.log | 8 + .../spdx-expression-parse/AUTHORS | 4 + .../spdx-expression-parse/LICENSE | 22 + .../spdx-expression-parse/README.md | 91 + .../spdx-expression-parse/index.js | 8 + .../spdx-expression-parse/package.json | 101 + .../spdx-expression-parse/parse.js | 138 + .../spdx-expression-parse/scan.js | 131 + .../node_modules/spdx-license-ids/README.md | 52 + .../spdx-license-ids/deprecated.json | 24 + .../node_modules/spdx-license-ids/index.json | 355 + .../spdx-license-ids/package.json | 75 + .../node_modules/split-string/LICENSE | 21 + .../node_modules/split-string/README.md | 321 + .../node_modules/split-string/index.js | 171 + .../node_modules/split-string/package.json | 103 + .../node_modules/sshpk/.npmignore | 9 + .../node_modules/sshpk/.travis.yml | 11 + .../gilles_acezat/node_modules/sshpk/LICENSE | 18 + .../node_modules/sshpk/README.md | 786 + .../node_modules/sshpk/bin/sshpk-conv | 202 + .../node_modules/sshpk/bin/sshpk-sign | 191 + .../node_modules/sshpk/bin/sshpk-verify | 167 + .../node_modules/sshpk/lib/algs.js | 168 + .../node_modules/sshpk/lib/certificate.js | 410 + .../node_modules/sshpk/lib/dhe.js | 397 + .../node_modules/sshpk/lib/ed-compat.js | 92 + .../node_modules/sshpk/lib/errors.js | 84 + .../node_modules/sshpk/lib/fingerprint.js | 169 + .../node_modules/sshpk/lib/formats/auto.js | 107 + .../node_modules/sshpk/lib/formats/dnssec.js | 287 + .../sshpk/lib/formats/openssh-cert.js | 352 + .../node_modules/sshpk/lib/formats/pem.js | 192 + .../node_modules/sshpk/lib/formats/pkcs1.js | 373 + .../node_modules/sshpk/lib/formats/pkcs8.js | 612 + .../node_modules/sshpk/lib/formats/rfc4253.js | 166 + .../sshpk/lib/formats/ssh-private.js | 262 + .../node_modules/sshpk/lib/formats/ssh.js | 115 + .../sshpk/lib/formats/x509-pem.js | 78 + .../node_modules/sshpk/lib/formats/x509.js | 730 + .../node_modules/sshpk/lib/identity.js | 373 + .../node_modules/sshpk/lib/index.js | 40 + .../node_modules/sshpk/lib/key.js | 275 + .../node_modules/sshpk/lib/private-key.js | 241 + .../node_modules/sshpk/lib/signature.js | 314 + .../node_modules/sshpk/lib/ssh-buffer.js | 149 + .../node_modules/sshpk/lib/utils.js | 369 + .../node_modules/sshpk/man/man1/sshpk-conv.1 | 135 + .../node_modules/sshpk/man/man1/sshpk-sign.1 | 81 + .../sshpk/man/man1/sshpk-verify.1 | 68 + .../node_modules/sshpk/package.json | 96 + .../node_modules/static-extend/LICENSE | 21 + .../node_modules/static-extend/index.js | 90 + .../node_modules/define-property/LICENSE | 21 + .../node_modules/define-property/README.md | 77 + .../node_modules/define-property/index.js | 31 + .../node_modules/define-property/package.json | 82 + .../node_modules/static-extend/package.json | 96 + .../node_modules/stdout-stream/.travis.yml | 6 + .../node_modules/stdout-stream/LICENSE | 20 + .../node_modules/stdout-stream/README.md | 45 + .../node_modules/stdout-stream/index.js | 53 + .../node_modules/isarray/.npmignore | 1 + .../node_modules/isarray/.travis.yml | 4 + .../node_modules/isarray/Makefile | 6 + .../node_modules/isarray/README.md | 60 + .../node_modules/isarray/component.json | 19 + .../node_modules/isarray/index.js | 5 + .../node_modules/isarray/package.json | 77 + .../node_modules/isarray/test.js | 20 + .../node_modules/readable-stream/.travis.yml | 55 + .../readable-stream/CONTRIBUTING.md | 38 + .../readable-stream/GOVERNANCE.md | 136 + .../node_modules/readable-stream/LICENSE | 47 + .../node_modules/readable-stream/README.md | 58 + .../doc/wg-meetings/2015-01-30.md | 60 + .../readable-stream/duplex-browser.js | 1 + .../node_modules/readable-stream/duplex.js | 1 + .../readable-stream/lib/_stream_duplex.js | 131 + .../lib/_stream_passthrough.js | 47 + .../readable-stream/lib/_stream_readable.js | 1019 + .../readable-stream/lib/_stream_transform.js | 214 + .../readable-stream/lib/_stream_writable.js | 687 + .../lib/internal/streams/BufferList.js | 79 + .../lib/internal/streams/destroy.js | 74 + .../lib/internal/streams/stream-browser.js | 1 + .../lib/internal/streams/stream.js | 1 + .../node_modules/readable-stream/package.json | 85 + .../readable-stream/passthrough.js | 1 + .../readable-stream/readable-browser.js | 7 + .../node_modules/readable-stream/readable.js | 19 + .../node_modules/readable-stream/transform.js | 1 + .../readable-stream/writable-browser.js | 1 + .../node_modules/readable-stream/writable.js | 8 + .../node_modules/string_decoder/.travis.yml | 50 + .../node_modules/string_decoder/LICENSE | 48 + .../node_modules/string_decoder/README.md | 47 + .../string_decoder/lib/string_decoder.js | 296 + .../node_modules/string_decoder/package.json | 63 + .../node_modules/stdout-stream/package.json | 54 + .../stdout-stream/test/fixtures/end.js | 8 + .../test/fixtures/hello-world.js | 4 + .../node_modules/stdout-stream/test/index.js | 33 + .../node_modules/stream-consume/README.md | 53 + .../node_modules/stream-consume/index.js | 14 + .../node_modules/stream-consume/package.json | 51 + .../node_modules/string-width/index.js | 37 + .../node_modules/string-width/license | 21 + .../node_modules/string-width/package.json | 96 + .../node_modules/string-width/readme.md | 42 + .../node_modules/string_decoder/.npmignore | 2 + .../node_modules/string_decoder/LICENSE | 20 + .../node_modules/string_decoder/README.md | 7 + .../node_modules/string_decoder/index.js | 221 + .../node_modules/string_decoder/package.json | 59 + .../node_modules/strip-ansi/index.js | 6 + .../node_modules/strip-ansi/license | 21 + .../node_modules/strip-ansi/package.json | 109 + .../node_modules/strip-ansi/readme.md | 33 + .../node_modules/strip-bom-string/LICENSE | 21 + .../node_modules/strip-bom-string/README.md | 66 + .../node_modules/strip-bom-string/index.js | 15 + .../strip-bom-string/package.json | 94 + .../node_modules/strip-bom/cli.js | 42 + .../node_modules/strip-bom/index.js | 24 + .../node_modules/strip-bom/package.json | 84 + .../node_modules/strip-bom/readme.md | 59 + .../node_modules/strip-indent/cli.js | 49 + .../node_modules/strip-indent/index.js | 16 + .../node_modules/strip-indent/license | 21 + .../node_modules/strip-indent/package.json | 82 + .../node_modules/strip-indent/readme.md | 61 + .../node_modules/supports-color/browser.js | 5 + .../node_modules/supports-color/index.js | 50 + .../node_modules/supports-color/license | 21 + .../node_modules/supports-color/package.json | 93 + .../node_modules/supports-color/readme.md | 36 + .../gilles_acezat/node_modules/tar/.npmignore | 5 + .../node_modules/tar/.travis.yml | 4 + .../gilles_acezat/node_modules/tar/LICENSE | 12 + .../gilles_acezat/node_modules/tar/README.md | 50 + .../node_modules/tar/examples/extracter.js | 19 + .../node_modules/tar/examples/packer.js | 24 + .../node_modules/tar/examples/reader.js | 36 + .../node_modules/tar/lib/buffer-entry.js | 30 + .../node_modules/tar/lib/entry-writer.js | 169 + .../node_modules/tar/lib/entry.js | 220 + .../tar/lib/extended-header-writer.js | 191 + .../node_modules/tar/lib/extended-header.js | 140 + .../node_modules/tar/lib/extract.js | 94 + .../tar/lib/global-header-writer.js | 14 + .../node_modules/tar/lib/header.js | 385 + .../node_modules/tar/lib/pack.js | 236 + .../node_modules/tar/lib/parse.js | 275 + .../node_modules/tar/package.json | 63 + .../gilles_acezat/node_modules/tar/tar.js | 173 + .../tar/test/00-setup-fixtures.js | 53 + .../tar/test/cb-never-called-1.0.1.tgz | Bin 0 -> 4096 bytes .../tar/test/dir-normalization.js | 177 + .../tar/test/dir-normalization.tar | Bin 0 -> 4608 bytes .../node_modules/tar/test/error-on-broken.js | 33 + .../node_modules/tar/test/extract-move.js | 132 + .../node_modules/tar/test/extract.js | 367 + .../node_modules/tar/test/fixtures.tgz | Bin 0 -> 19352 bytes .../node_modules/tar/test/header.js | 183 + .../tar/test/pack-no-proprietary.js | 886 + .../node_modules/tar/test/pack.js | 952 + .../node_modules/tar/test/parse-discard.js | 29 + .../node_modules/tar/test/parse.js | 359 + .../node_modules/tar/test/zz-cleanup.js | 20 + .../node_modules/through2/.npmignore | 3 + .../node_modules/through2/LICENSE.html | 336 + .../node_modules/through2/LICENSE.md | 9 + .../node_modules/through2/README.md | 136 + .../through2/node_modules/isarray/.npmignore | 1 + .../through2/node_modules/isarray/.travis.yml | 4 + .../through2/node_modules/isarray/Makefile | 6 + .../through2/node_modules/isarray/README.md | 60 + .../node_modules/isarray/component.json | 19 + .../through2/node_modules/isarray/index.js | 5 + .../node_modules/isarray/package.json | 77 + .../through2/node_modules/isarray/test.js | 20 + .../node_modules/readable-stream/.travis.yml | 55 + .../readable-stream/CONTRIBUTING.md | 38 + .../readable-stream/GOVERNANCE.md | 136 + .../node_modules/readable-stream/LICENSE | 47 + .../node_modules/readable-stream/README.md | 58 + .../doc/wg-meetings/2015-01-30.md | 60 + .../readable-stream/duplex-browser.js | 1 + .../node_modules/readable-stream/duplex.js | 1 + .../readable-stream/lib/_stream_duplex.js | 131 + .../lib/_stream_passthrough.js | 47 + .../readable-stream/lib/_stream_readable.js | 1019 + .../readable-stream/lib/_stream_transform.js | 214 + .../readable-stream/lib/_stream_writable.js | 687 + .../lib/internal/streams/BufferList.js | 79 + .../lib/internal/streams/destroy.js | 74 + .../lib/internal/streams/stream-browser.js | 1 + .../lib/internal/streams/stream.js | 1 + .../node_modules/readable-stream/package.json | 85 + .../readable-stream/passthrough.js | 1 + .../readable-stream/readable-browser.js | 7 + .../node_modules/readable-stream/readable.js | 19 + .../node_modules/readable-stream/transform.js | 1 + .../readable-stream/writable-browser.js | 1 + .../node_modules/readable-stream/writable.js | 8 + .../node_modules/string_decoder/.travis.yml | 50 + .../node_modules/string_decoder/LICENSE | 48 + .../node_modules/string_decoder/README.md | 47 + .../string_decoder/lib/string_decoder.js | 296 + .../node_modules/string_decoder/package.json | 63 + .../node_modules/through2/package.json | 74 + .../node_modules/through2/through2.js | 96 + .../node_modules/tildify/index.js | 9 + .../node_modules/tildify/license | 21 + .../node_modules/tildify/package.json | 73 + .../node_modules/tildify/readme.md | 30 + .../node_modules/time-stamp/LICENSE | 21 + .../node_modules/time-stamp/README.md | 132 + .../node_modules/time-stamp/index.js | 56 + .../node_modules/time-stamp/package.json | 121 + .../node_modules/timers-ext/.editorconfig | 14 + .../node_modules/timers-ext/CHANGELOG.md | 55 + .../node_modules/timers-ext/CHANGES | 26 + .../node_modules/timers-ext/LICENSE | 15 + .../node_modules/timers-ext/README.md | 69 + .../node_modules/timers-ext/delay.js | 21 + .../node_modules/timers-ext/max-timeout.js | 3 + .../node_modules/timers-ext/once.js | 42 + .../node_modules/timers-ext/package.json | 75 + .../timers-ext/promise/.eslintrc.json | 3 + .../node_modules/timers-ext/promise/sleep.js | 21 + .../timers-ext/promise_/timeout.js | 43 + .../timers-ext/test/.eslintrc.json | 6 + .../node_modules/timers-ext/test/delay.js | 27 + .../timers-ext/test/max-timeout.js | 13 + .../node_modules/timers-ext/test/once.js | 42 + .../timers-ext/test/promise/sleep.js | 34 + .../timers-ext/test/promise_/.eslintrc.json | 3 + .../timers-ext/test/promise_/timeout.js | 46 + .../node_modules/timers-ext/test/throttle.js | 41 + .../timers-ext/test/valid-timeout.js | 10 + .../node_modules/timers-ext/throttle.js | 33 + .../node_modules/timers-ext/valid-timeout.js | 10 + .../node_modules/to-object-path/LICENSE | 21 + .../node_modules/to-object-path/README.md | 71 + .../node_modules/to-object-path/index.js | 33 + .../node_modules/kind-of/LICENSE | 21 + .../node_modules/kind-of/README.md | 261 + .../node_modules/kind-of/index.js | 116 + .../node_modules/kind-of/package.json | 139 + .../node_modules/to-object-path/package.json | 82 + .../node_modules/to-regex-range/LICENSE | 21 + .../node_modules/to-regex-range/README.md | 281 + .../node_modules/to-regex-range/index.js | 294 + .../node_modules/to-regex-range/package.json | 117 + .../node_modules/to-regex/LICENSE | 21 + .../node_modules/to-regex/README.md | 205 + .../node_modules/to-regex/index.js | 155 + .../node_modules/to-regex/package.json | 97 + .../node_modules/tough-cookie/LICENSE | 12 + .../node_modules/tough-cookie/README.md | 507 + .../node_modules/tough-cookie/lib/cookie.js | 1431 ++ .../node_modules/tough-cookie/lib/memstore.js | 176 + .../tough-cookie/lib/pathMatch.js | 61 + .../tough-cookie/lib/permuteDomain.js | 56 + .../tough-cookie/lib/pubsuffix-psl.js | 38 + .../node_modules/tough-cookie/lib/store.js | 71 + .../node_modules/punycode/LICENSE-MIT.txt | 20 + .../node_modules/punycode/README.md | 176 + .../node_modules/punycode/package.json | 87 + .../node_modules/punycode/punycode.js | 533 + .../node_modules/tough-cookie/package.json | 94 + .../node_modules/trim-newlines/index.js | 13 + .../node_modules/trim-newlines/license | 21 + .../node_modules/trim-newlines/package.json | 78 + .../node_modules/trim-newlines/readme.md | 46 + .../node_modules/true-case-path/LICENSE | 201 + .../node_modules/true-case-path/README.md | 52 + .../node_modules/true-case-path/index.js | 32 + .../true-case-path/node_modules/glob/LICENSE | 15 + .../node_modules/glob/README.md | 368 + .../node_modules/glob/changelog.md | 67 + .../node_modules/glob/common.js | 240 + .../true-case-path/node_modules/glob/glob.js | 790 + .../node_modules/glob/package.json | 76 + .../true-case-path/node_modules/glob/sync.js | 486 + .../node_modules/minimatch/LICENSE | 15 + .../node_modules/minimatch/README.md | 209 + .../node_modules/minimatch/minimatch.js | 923 + .../node_modules/minimatch/package.json | 63 + .../node_modules/true-case-path/package.json | 63 + .../node_modules/tunnel-agent/LICENSE | 55 + .../node_modules/tunnel-agent/README.md | 4 + .../node_modules/tunnel-agent/index.js | 244 + .../node_modules/tunnel-agent/package.json | 60 + .../node_modules/tweetnacl/.npmignore | 4 + .../node_modules/tweetnacl/AUTHORS.md | 28 + .../node_modules/tweetnacl/CHANGELOG.md | 221 + .../node_modules/tweetnacl/LICENSE | 24 + .../tweetnacl/PULL_REQUEST_TEMPLATE.md | 20 + .../node_modules/tweetnacl/README.md | 459 + .../node_modules/tweetnacl/nacl-fast.js | 2388 +++ .../node_modules/tweetnacl/nacl-fast.min.js | 2 + .../node_modules/tweetnacl/nacl.d.ts | 98 + .../node_modules/tweetnacl/nacl.js | 1175 ++ .../node_modules/tweetnacl/nacl.min.js | 1 + .../node_modules/tweetnacl/package.json | 91 + .../node_modules/unc-path-regex/LICENSE | 21 + .../node_modules/unc-path-regex/README.md | 88 + .../node_modules/unc-path-regex/index.js | 5 + .../node_modules/unc-path-regex/package.json | 84 + .../node_modules/union-value/LICENSE | 21 + .../node_modules/union-value/README.md | 73 + .../node_modules/union-value/index.js | 30 + .../node_modules/extend-shallow/LICENSE | 21 + .../node_modules/extend-shallow/README.md | 61 + .../node_modules/extend-shallow/index.js | 33 + .../node_modules/extend-shallow/package.json | 87 + .../node_modules/set-value/LICENSE | 21 + .../node_modules/set-value/README.md | 81 + .../node_modules/set-value/index.js | 63 + .../node_modules/set-value/package.json | 121 + .../node_modules/union-value/package.json | 105 + .../node_modules/unique-stream/.npmignore | 3 + .../node_modules/unique-stream/.travis.yml | 3 + .../node_modules/unique-stream/LICENSE | 20 + .../node_modules/unique-stream/README.md | 89 + .../node_modules/unique-stream/index.js | 54 + .../node_modules/unique-stream/package.json | 59 + .../node_modules/unique-stream/test/index.js | 109 + .../node_modules/unset-value/LICENSE | 21 + .../node_modules/unset-value/README.md | 131 + .../node_modules/unset-value/index.js | 32 + .../node_modules/has-value/LICENSE | 21 + .../node_modules/has-value/README.md | 130 + .../node_modules/has-value/index.js | 19 + .../has-value/node_modules/isobject/LICENSE | 21 + .../has-value/node_modules/isobject/README.md | 112 + .../has-value/node_modules/isobject/index.js | 14 + .../node_modules/isobject/package.json | 98 + .../node_modules/has-value/package.json | 114 + .../node_modules/has-values/LICENSE | 21 + .../node_modules/has-values/README.md | 114 + .../node_modules/has-values/index.js | 36 + .../node_modules/has-values/package.json | 106 + .../node_modules/isarray/.npmignore | 1 + .../node_modules/isarray/.travis.yml | 4 + .../unset-value/node_modules/isarray/Makefile | 6 + .../node_modules/isarray/README.md | 60 + .../node_modules/isarray/component.json | 19 + .../unset-value/node_modules/isarray/index.js | 5 + .../node_modules/isarray/package.json | 77 + .../unset-value/node_modules/isarray/test.js | 20 + .../node_modules/unset-value/package.json | 112 + .../node_modules/uri-js/README.md | 199 + .../node_modules/uri-js/bower.json | 47 + .../node_modules/uri-js/dist/es5/uri.all.d.ts | 59 + .../node_modules/uri-js/dist/es5/uri.all.js | 1389 ++ .../uri-js/dist/es5/uri.all.js.map | 1 + .../uri-js/dist/es5/uri.all.min.d.ts | 59 + .../uri-js/dist/es5/uri.all.min.js | 3 + .../uri-js/dist/es5/uri.all.min.js.map | 1 + .../uri-js/dist/esnext/index.d.ts | 1 + .../node_modules/uri-js/dist/esnext/index.js | 13 + .../uri-js/dist/esnext/index.js.map | 1 + .../uri-js/dist/esnext/regexps-iri.d.ts | 3 + .../uri-js/dist/esnext/regexps-iri.js | 3 + .../uri-js/dist/esnext/regexps-iri.js.map | 1 + .../uri-js/dist/esnext/regexps-uri.d.ts | 4 + .../uri-js/dist/esnext/regexps-uri.js | 42 + .../uri-js/dist/esnext/regexps-uri.js.map | 1 + .../uri-js/dist/esnext/schemes/http.d.ts | 3 + .../uri-js/dist/esnext/schemes/http.js | 27 + .../uri-js/dist/esnext/schemes/http.js.map | 1 + .../uri-js/dist/esnext/schemes/https.d.ts | 3 + .../uri-js/dist/esnext/schemes/https.js | 9 + .../uri-js/dist/esnext/schemes/https.js.map | 1 + .../uri-js/dist/esnext/schemes/mailto.d.ts | 12 + .../uri-js/dist/esnext/schemes/mailto.js | 148 + .../uri-js/dist/esnext/schemes/mailto.js.map | 1 + .../uri-js/dist/esnext/schemes/urn-uuid.d.ts | 7 + .../uri-js/dist/esnext/schemes/urn-uuid.js | 23 + .../dist/esnext/schemes/urn-uuid.js.map | 1 + .../uri-js/dist/esnext/schemes/urn.d.ts | 10 + .../uri-js/dist/esnext/schemes/urn.js | 49 + .../uri-js/dist/esnext/schemes/urn.js.map | 1 + .../node_modules/uri-js/dist/esnext/uri.d.ts | 59 + .../node_modules/uri-js/dist/esnext/uri.js | 480 + .../uri-js/dist/esnext/uri.js.map | 1 + .../node_modules/uri-js/dist/esnext/util.d.ts | 6 + .../node_modules/uri-js/dist/esnext/util.js | 36 + .../uri-js/dist/esnext/util.js.map | 1 + .../node_modules/uri-js/package.json | 93 + .../node_modules/uri-js/rollup.config.js | 32 + .../node_modules/uri-js/src/index.ts | 18 + .../node_modules/uri-js/src/punycode.d.ts | 24 + .../node_modules/uri-js/src/regexps-iri.ts | 4 + .../node_modules/uri-js/src/regexps-uri.ts | 89 + .../node_modules/uri-js/src/schemes/http.ts | 36 + .../node_modules/uri-js/src/schemes/https.ts | 11 + .../node_modules/uri-js/src/schemes/mailto.ts | 182 + .../uri-js/src/schemes/urn-uuid.ts | 36 + .../node_modules/uri-js/src/schemes/urn.ts | 69 + .../node_modules/uri-js/src/uri.ts | 556 + .../node_modules/uri-js/src/util.ts | 40 + .../node_modules/uri-js/tests/qunit.css | 118 + .../node_modules/uri-js/tests/qunit.js | 1042 + .../uri-js/tests/test-es5-min.html | 17 + .../node_modules/uri-js/tests/test-es5.html | 17 + .../node_modules/uri-js/tests/tests.js | 774 + .../node_modules/uri-js/tsconfig.json | 20 + .../node_modules/uri-js/yarn.lock | 1902 ++ .../gilles_acezat/node_modules/urix/.jshintrc | 42 + .../gilles_acezat/node_modules/urix/LICENSE | 21 + .../gilles_acezat/node_modules/urix/index.js | 17 + .../node_modules/urix/package.json | 64 + .../gilles_acezat/node_modules/urix/readme.md | 46 + .../node_modules/urix/test/index.js | 43 + .../gilles_acezat/node_modules/use/LICENSE | 21 + .../gilles_acezat/node_modules/use/README.md | 90 + .../gilles_acezat/node_modules/use/index.js | 155 + .../node_modules/use/package.json | 112 + .../node_modules/user-home/cli.js | 26 + .../node_modules/user-home/index.js | 15 + .../node_modules/user-home/license | 21 + .../node_modules/user-home/package.json | 71 + .../node_modules/user-home/readme.md | 42 + .../node_modules/util-deprecate/History.md | 16 + .../node_modules/util-deprecate/LICENSE | 24 + .../node_modules/util-deprecate/README.md | 53 + .../node_modules/util-deprecate/browser.js | 67 + .../node_modules/util-deprecate/node.js | 6 + .../node_modules/util-deprecate/package.json | 59 + .../node_modules/uuid/.eslintrc.json | 47 + .../gilles_acezat/node_modules/uuid/AUTHORS | 5 + .../node_modules/uuid/CHANGELOG.md | 110 + .../node_modules/uuid/LICENSE.md | 21 + .../gilles_acezat/node_modules/uuid/README.md | 293 + .../node_modules/uuid/README_js.md | 280 + .../gilles_acezat/node_modules/uuid/bin/uuid | 65 + .../gilles_acezat/node_modules/uuid/index.js | 8 + .../node_modules/uuid/lib/bytesToUuid.js | 24 + .../node_modules/uuid/lib/md5-browser.js | 216 + .../node_modules/uuid/lib/md5.js | 25 + .../node_modules/uuid/lib/rng-browser.js | 34 + .../node_modules/uuid/lib/rng.js | 8 + .../node_modules/uuid/lib/sha1-browser.js | 89 + .../node_modules/uuid/lib/sha1.js | 25 + .../node_modules/uuid/lib/v35.js | 57 + .../node_modules/uuid/package.json | 100 + .../gilles_acezat/node_modules/uuid/v1.js | 109 + .../gilles_acezat/node_modules/uuid/v3.js | 4 + .../gilles_acezat/node_modules/uuid/v4.js | 29 + .../gilles_acezat/node_modules/uuid/v5.js | 3 + .../node_modules/v8flags/.npmignore | 4 + .../node_modules/v8flags/LICENSE | 22 + .../node_modules/v8flags/README.md | 49 + .../node_modules/v8flags/index.js | 133 + .../node_modules/v8flags/package.json | 67 + .../validate-npm-package-license/LICENSE | 202 + .../validate-npm-package-license/README.md | 113 + .../validate-npm-package-license/index.js | 86 + .../validate-npm-package-license/package.json | 67 + .../node_modules/verror/.npmignore | 9 + .../node_modules/verror/CHANGES.md | 28 + .../node_modules/verror/CONTRIBUTING.md | 19 + .../gilles_acezat/node_modules/verror/LICENSE | 19 + .../node_modules/verror/README.md | 528 + .../node_modules/verror/lib/verror.js | 451 + .../node_modules/verror/package.json | 55 + .../node_modules/vinyl-fs/LICENSE | 20 + .../node_modules/vinyl-fs/README.md | 93 + .../node_modules/vinyl-fs/index.js | 7 + .../node_modules/vinyl-fs/lib/dest/index.js | 61 + .../vinyl-fs/lib/dest/writeContents/index.js | 59 + .../lib/dest/writeContents/writeBuffer.js | 13 + .../lib/dest/writeContents/writeDir.js | 9 + .../lib/dest/writeContents/writeStream.js | 22 + .../lib/src/getContents/bufferFile.js | 16 + .../vinyl-fs/lib/src/getContents/index.js | 26 + .../vinyl-fs/lib/src/getContents/readDir.js | 8 + .../lib/src/getContents/streamFile.js | 13 + .../node_modules/vinyl-fs/lib/src/getStats.js | 19 + .../node_modules/vinyl-fs/lib/src/index.js | 61 + .../vinyl-fs/node_modules/clone/.npmignore | 1 + .../vinyl-fs/node_modules/clone/.travis.yml | 5 + .../vinyl-fs/node_modules/clone/LICENSE | 18 + .../vinyl-fs/node_modules/clone/README.md | 126 + .../vinyl-fs/node_modules/clone/clone.js | 144 + .../vinyl-fs/node_modules/clone/package.json | 130 + .../vinyl-fs/node_modules/clone/test.js | 289 + .../node_modules/readable-stream/.npmignore | 5 + .../node_modules/readable-stream/LICENSE | 18 + .../node_modules/readable-stream/README.md | 15 + .../node_modules/readable-stream/duplex.js | 1 + .../readable-stream/lib/_stream_duplex.js | 89 + .../lib/_stream_passthrough.js | 46 + .../readable-stream/lib/_stream_readable.js | 982 + .../readable-stream/lib/_stream_transform.js | 210 + .../readable-stream/lib/_stream_writable.js | 386 + .../node_modules/readable-stream/package.json | 65 + .../readable-stream/passthrough.js | 1 + .../node_modules/readable-stream/readable.js | 11 + .../node_modules/readable-stream/transform.js | 1 + .../node_modules/readable-stream/writable.js | 1 + .../vinyl-fs/node_modules/through2/.npmignore | 3 + .../vinyl-fs/node_modules/through2/LICENSE | 39 + .../vinyl-fs/node_modules/through2/README.md | 132 + .../node_modules/through2/package.json | 64 + .../node_modules/through2/through2.js | 96 + .../vinyl-fs/node_modules/vinyl/LICENSE | 20 + .../vinyl-fs/node_modules/vinyl/README.md | 127 + .../vinyl-fs/node_modules/vinyl/index.js | 175 + .../node_modules/vinyl/lib/cloneBuffer.js | 7 + .../node_modules/vinyl/lib/inspectStream.js | 11 + .../node_modules/vinyl/lib/isBuffer.js | 7 + .../vinyl-fs/node_modules/vinyl/lib/isNull.js | 3 + .../node_modules/vinyl/lib/isStream.js | 5 + .../vinyl-fs/node_modules/vinyl/package.json | 77 + .../node_modules/vinyl-fs/package.json | 89 + .../vinyl-sourcemaps-apply/.jshintrc | 4 + .../vinyl-sourcemaps-apply/.npmignore | 2 + .../vinyl-sourcemaps-apply/README.md | 42 + .../vinyl-sourcemaps-apply/index.js | 39 + .../vinyl-sourcemaps-apply/package.json | 61 + .../gilles_acezat/node_modules/vinyl/LICENSE | 20 + .../node_modules/vinyl/README.md | 195 + .../gilles_acezat/node_modules/vinyl/index.js | 213 + .../node_modules/vinyl/lib/cloneBuffer.js | 7 + .../node_modules/vinyl/lib/inspectStream.js | 11 + .../node_modules/vinyl/lib/isBuffer.js | 1 + .../node_modules/vinyl/lib/isNull.js | 3 + .../node_modules/vinyl/lib/isStream.js | 5 + .../node_modules/vinyl/package.json | 76 + .../node_modules/vow-fs/.npmignore | 2 + .../node_modules/vow-fs/.travis.yml | 5 + .../node_modules/vow-fs/README.md | 70 + .../node_modules/vow-fs/lib/fs.js | 364 + .../vow-fs/node_modules/glob/.npmignore | 2 + .../vow-fs/node_modules/glob/.travis.yml | 3 + .../vow-fs/node_modules/glob/LICENSE | 27 + .../vow-fs/node_modules/glob/README.md | 250 + .../vow-fs/node_modules/glob/examples/g.js | 9 + .../node_modules/glob/examples/usr-local.js | 9 + .../vow-fs/node_modules/glob/glob.js | 690 + .../vow-fs/node_modules/glob/package.json | 64 + .../vow-fs/node_modules/glob/test/00-setup.js | 176 + .../node_modules/glob/test/bash-comparison.js | 63 + .../node_modules/glob/test/bash-results.json | 350 + .../vow-fs/node_modules/glob/test/cwd-test.js | 55 + .../node_modules/glob/test/globstar-match.js | 19 + .../vow-fs/node_modules/glob/test/mark.js | 82 + .../glob/test/new-glob-optional-options.js | 10 + .../node_modules/glob/test/nocase-nomagic.js | 113 + .../node_modules/glob/test/pause-resume.js | 73 + .../node_modules/glob/test/root-nomount.js | 39 + .../vow-fs/node_modules/glob/test/root.js | 46 + .../vow-fs/node_modules/glob/test/stat.js | 32 + .../node_modules/glob/test/zz-cleanup.js | 11 + .../vow-fs/node_modules/minimatch/.npmignore | 1 + .../vow-fs/node_modules/minimatch/LICENSE | 23 + .../vow-fs/node_modules/minimatch/README.md | 218 + .../node_modules/minimatch/minimatch.js | 1055 + .../node_modules/minimatch/package.json | 65 + .../node_modules/minimatch/test/basic.js | 399 + .../minimatch/test/brace-expand.js | 33 + .../node_modules/minimatch/test/caching.js | 14 + .../node_modules/minimatch/test/defaults.js | 274 + .../test/extglob-ending-with-state-char.js | 8 + .../node_modules/vow-fs/package.json | 78 + .../node_modules/vow-fs/test/copy.js | 101 + .../node_modules/vow-fs/test/issymlink.js | 45 + .../node_modules/vow-fs/test/makedir.js | 128 + .../node_modules/vow-fs/test/maketmpfile.js | 103 + .../node_modules/vow-fs/test/removedir.js | 74 + .../node_modules/vow-fs/test/runner.js | 15 + .../node_modules/vow-queue/.jscs.json | 20 + .../node_modules/vow-queue/.jshintignore | 3 + .../node_modules/vow-queue/.jshintrc | 12 + .../node_modules/vow-queue/.npmignore | 7 + .../node_modules/vow-queue/.travis.yml | 5 + .../node_modules/vow-queue/CHANGELOG.md | 4 + .../node_modules/vow-queue/CONTRIBUTION.md | 29 + .../node_modules/vow-queue/LICENSE | 22 + .../node_modules/vow-queue/Makefile | 32 + .../node_modules/vow-queue/README.md | 49 + .../node_modules/vow-queue/bower.json | 6 + .../node_modules/vow-queue/lib/queue.js | 249 + .../node_modules/vow-queue/package.json | 74 + .../gilles_acezat/node_modules/vow/lib/vow.js | 1268 ++ .../node_modules/vow/package.json | 87 + .../gilles_acezat/node_modules/vow/vow.min.js | 9 + .../node_modules/which-module/CHANGELOG.md | 11 + .../node_modules/which-module/LICENSE | 13 + .../node_modules/which-module/README.md | 55 + .../node_modules/which-module/index.js | 9 + .../node_modules/which-module/package.json | 72 + .../node_modules/which/CHANGELOG.md | 152 + .../gilles_acezat/node_modules/which/LICENSE | 15 + .../node_modules/which/README.md | 51 + .../node_modules/which/bin/which | 52 + .../node_modules/which/package.json | 71 + .../gilles_acezat/node_modules/which/which.js | 135 + .../node_modules/wide-align/LICENSE | 14 + .../node_modules/wide-align/README.md | 47 + .../node_modules/wide-align/align.js | 65 + .../node_modules/wide-align/package.json | 70 + .../node_modules/wrap-ansi/index.js | 168 + .../node_modules/wrap-ansi/license | 21 + .../node_modules/wrap-ansi/package.json | 120 + .../node_modules/wrap-ansi/readme.md | 73 + .../gilles_acezat/node_modules/wrappy/LICENSE | 15 + .../node_modules/wrappy/README.md | 36 + .../node_modules/wrappy/package.json | 63 + .../node_modules/wrappy/wrappy.js | 33 + .../node_modules/xtend/.jshintrc | 30 + .../node_modules/xtend/.npmignore | 1 + .../gilles_acezat/node_modules/xtend/LICENCE | 19 + .../gilles_acezat/node_modules/xtend/Makefile | 4 + .../node_modules/xtend/README.md | 32 + .../node_modules/xtend/immutable.js | 19 + .../node_modules/xtend/mutable.js | 17 + .../node_modules/xtend/package.json | 92 + .../gilles_acezat/node_modules/xtend/test.js | 83 + .../gilles_acezat/node_modules/y18n/LICENSE | 13 + .../gilles_acezat/node_modules/y18n/README.md | 91 + .../gilles_acezat/node_modules/y18n/index.js | 172 + .../node_modules/y18n/package.json | 69 + .../node_modules/yallist/LICENSE | 15 + .../node_modules/yallist/README.md | 204 + .../node_modules/yallist/iterator.js | 7 + .../node_modules/yallist/package.json | 66 + .../node_modules/yallist/yallist.js | 370 + .../node_modules/yargs-parser/CHANGELOG.md | 169 + .../node_modules/yargs-parser/LICENSE.txt | 14 + .../node_modules/yargs-parser/README.md | 257 + .../node_modules/yargs-parser/index.js | 759 + .../yargs-parser/lib/tokenize-arg-string.js | 34 + .../node_modules/camelcase/index.js | 56 + .../node_modules/camelcase/license | 21 + .../node_modules/camelcase/package.json | 75 + .../node_modules/camelcase/readme.md | 57 + .../node_modules/yargs-parser/package.json | 79 + .../node_modules/yargs/CHANGELOG.md | 921 + .../gilles_acezat/node_modules/yargs/LICENSE | 22 + .../node_modules/yargs/README.md | 2017 ++ .../node_modules/yargs/completion.sh.hbs | 28 + .../gilles_acezat/node_modules/yargs/index.js | 31 + .../node_modules/yargs/lib/apply-extends.js | 41 + .../node_modules/yargs/lib/argsert.js | 72 + .../node_modules/yargs/lib/assign.js | 15 + .../node_modules/yargs/lib/command.js | 334 + .../node_modules/yargs/lib/completion.js | 104 + .../node_modules/yargs/lib/levenshtein.js | 47 + .../node_modules/yargs/lib/obj-filter.js | 10 + .../node_modules/yargs/lib/usage.js | 489 + .../node_modules/yargs/lib/validation.js | 363 + .../node_modules/yargs/lib/yerror.js | 10 + .../node_modules/yargs/locales/be.json | 39 + .../node_modules/yargs/locales/de.json | 39 + .../node_modules/yargs/locales/en.json | 40 + .../node_modules/yargs/locales/es.json | 39 + .../node_modules/yargs/locales/fr.json | 37 + .../node_modules/yargs/locales/hi.json | 39 + .../node_modules/yargs/locales/hu.json | 39 + .../node_modules/yargs/locales/id.json | 40 + .../node_modules/yargs/locales/it.json | 39 + .../node_modules/yargs/locales/ja.json | 39 + .../node_modules/yargs/locales/ko.json | 39 + .../node_modules/yargs/locales/nb.json | 37 + .../node_modules/yargs/locales/nl.json | 39 + .../node_modules/yargs/locales/pirate.json | 12 + .../node_modules/yargs/locales/pl.json | 39 + .../node_modules/yargs/locales/pt.json | 38 + .../node_modules/yargs/locales/pt_BR.json | 40 + .../node_modules/yargs/locales/ru.json | 39 + .../node_modules/yargs/locales/th.json | 39 + .../node_modules/yargs/locales/tr.json | 39 + .../node_modules/yargs/locales/zh_CN.json | 37 + .../node_modules/yargs/locales/zh_TW.json | 40 + .../yargs/node_modules/camelcase/index.js | 56 + .../yargs/node_modules/camelcase/license | 21 + .../yargs/node_modules/camelcase/package.json | 75 + .../yargs/node_modules/camelcase/readme.md | 57 + .../node_modules/yargs/package.json | 112 + .../gilles_acezat/node_modules/yargs/yargs.js | 1126 + user/themes/gilles_acezat/package-lock.json | 5110 +++++ user/themes/gilles_acezat/package.json | 45 + user/themes/gilles_acezat/screenshot.jpg | Bin 0 -> 159731 bytes .../gilles_acezat/scss/spectre-exp.scss | 18 + .../gilles_acezat/scss/spectre-icons.scss | 10 + user/themes/gilles_acezat/scss/spectre.scss | 51 + .../scss/spectre/_accordions.scss | 38 + .../scss/spectre/_animations.scss | 20 + .../gilles_acezat/scss/spectre/_asian.scss | 43 + .../scss/spectre/_autocomplete.scss | 47 + .../gilles_acezat/scss/spectre/_avatars.scss | 77 + .../gilles_acezat/scss/spectre/_badges.scss | 60 + .../gilles_acezat/scss/spectre/_bars.scss | 71 + .../gilles_acezat/scss/spectre/_base.scss | 44 + .../scss/spectre/_breadcrumbs.scss | 29 + .../gilles_acezat/scss/spectre/_buttons.scss | 193 + .../scss/spectre/_calendars.scss | 222 + .../gilles_acezat/scss/spectre/_cards.scss | 43 + .../scss/spectre/_carousels.scss | 136 + .../gilles_acezat/scss/spectre/_chips.scss | 33 + .../gilles_acezat/scss/spectre/_codes.scss | 31 + .../scss/spectre/_comparison-sliders.scss | 115 + .../scss/spectre/_dropdowns.scss | 36 + .../gilles_acezat/scss/spectre/_empty.scss | 21 + .../gilles_acezat/scss/spectre/_filters.scss | 37 + .../gilles_acezat/scss/spectre/_forms.scss | 555 + .../gilles_acezat/scss/spectre/_hero.scss | 22 + .../gilles_acezat/scss/spectre/_icons.scss | 5 + .../gilles_acezat/scss/spectre/_labels.scss | 34 + .../gilles_acezat/scss/spectre/_layout.scss | 423 + .../gilles_acezat/scss/spectre/_media.scss | 75 + .../gilles_acezat/scss/spectre/_menus.scss | 62 + .../gilles_acezat/scss/spectre/_meters.scss | 57 + .../gilles_acezat/scss/spectre/_mixins.scss | 10 + .../gilles_acezat/scss/spectre/_modals.scss | 87 + .../gilles_acezat/scss/spectre/_navbar.scss | 28 + .../gilles_acezat/scss/spectre/_navs.scss | 34 + .../scss/spectre/_normalize.scss | 446 + .../scss/spectre/_off-canvas.scss | 95 + .../scss/spectre/_pagination.scss | 60 + .../gilles_acezat/scss/spectre/_panels.scss | 23 + .../gilles_acezat/scss/spectre/_parallax.scss | 135 + .../gilles_acezat/scss/spectre/_popovers.scss | 65 + .../gilles_acezat/scss/spectre/_progress.scss | 45 + .../gilles_acezat/scss/spectre/_sliders.scss | 99 + .../gilles_acezat/scss/spectre/_steps.scss | 71 + .../gilles_acezat/scss/spectre/_tables.scss | 57 + .../gilles_acezat/scss/spectre/_tabs.scss | 66 + .../gilles_acezat/scss/spectre/_tiles.scss | 38 + .../scss/spectre/_timelines.scss | 56 + .../gilles_acezat/scss/spectre/_toasts.scss | 48 + .../gilles_acezat/scss/spectre/_tooltips.scss | 79 + .../scss/spectre/_typography.scss | 129 + .../scss/spectre/_utilities.scss | 8 + .../scss/spectre/_variables.scss | 116 + .../scss/spectre/_viewer-360.scss | 33 + .../scss/spectre/icons/_icons-action.scss | 315 + .../scss/spectre/icons/_icons-core.scss | 54 + .../scss/spectre/icons/_icons-navigation.scss | 127 + .../scss/spectre/icons/_icons-object.scss | 161 + .../scss/spectre/mixins/_avatar.scss | 6 + .../scss/spectre/mixins/_button.scss | 54 + .../scss/spectre/mixins/_clearfix.scss | 8 + .../scss/spectre/mixins/_color.scss | 27 + .../scss/spectre/mixins/_label.scss | 11 + .../scss/spectre/mixins/_position.scss | 65 + .../scss/spectre/mixins/_shadow.scss | 9 + .../scss/spectre/mixins/_text.scss | 6 + .../scss/spectre/mixins/_toast.scss | 5 + .../scss/spectre/utilities/_colors.scss | 31 + .../scss/spectre/utilities/_cursors.scss | 24 + .../scss/spectre/utilities/_display.scss | 44 + .../scss/spectre/utilities/_divider.scss | 50 + .../scss/spectre/utilities/_loading.scss | 34 + .../scss/spectre/utilities/_position.scss | 54 + .../scss/spectre/utilities/_shapes.scss | 8 + .../scss/spectre/utilities/_text.scss | 64 + user/themes/gilles_acezat/scss/theme.scss | 20 + .../gilles_acezat/scss/theme/_animation.scss | 23 + .../gilles_acezat/scss/theme/_blog.scss | 113 + .../gilles_acezat/scss/theme/_extensions.scss | 7 + .../gilles_acezat/scss/theme/_footer.scss | 17 + .../gilles_acezat/scss/theme/_forms.scss | 48 + .../gilles_acezat/scss/theme/_framework.scss | 156 + .../gilles_acezat/scss/theme/_header.scss | 101 + .../gilles_acezat/scss/theme/_menu.scss | 94 + .../gilles_acezat/scss/theme/_mixins.scss | 77 + .../gilles_acezat/scss/theme/_mobile.scss | 193 + .../gilles_acezat/scss/theme/_onepage.scss | 122 + .../gilles_acezat/scss/theme/_typography.scss | 162 + .../gilles_acezat/scss/theme/_variables.scss | 29 + .../gilles_acezat/templates/blog.html.twig | 63 + .../gilles_acezat/templates/default.html.twig | 5 + .../gilles_acezat/templates/error.html.twig | 12 + .../forms/fields/checkbox/checkbox.html.twig | 32 + .../fields/checkboxes/checkboxes.html.twig | 44 + .../forms/fields/radio/radio.html.twig | 26 + .../forms/fields/switch/switch.html.twig | 3 + .../gilles_acezat/templates/item.html.twig | 41 + .../templates/macros/macros.html.twig | 22 + .../gilles_acezat/templates/modular.html.twig | 64 + .../templates/modular/features.html.twig | 30 + .../templates/modular/hero.html.twig | 4 + .../templates/modular/text.html.twig | 23 + .../templates/partials/archives.html.twig | 13 + .../templates/partials/base.html.twig | 108 + .../templates/partials/blog-item.html.twig | 37 + .../partials/blog-list-item.html.twig | 27 + .../templates/partials/blog/date.html.twig | 5 + .../partials/blog/page-summary.html.twig | 8 + .../partials/blog/taxonomy.html.twig | 7 + .../templates/partials/blog/title.html.twig | 11 + .../templates/partials/footer.html.twig | 5 + .../partials/form-messages.html.twig | 6 + .../templates/partials/hero.html.twig | 7 + .../templates/partials/layout.html.twig | 14 + .../templates/partials/logo.html.twig | 9 + .../templates/partials/messages.html.twig | 17 + .../templates/partials/navigation.html.twig | 6 + .../templates/partials/relatedpages.html.twig | 15 + .../templates/partials/sidebar.html.twig | 43 + .../templates/partials/taxonomylist.html.twig | 10 + user/themes/gilles_acezat/thumbnail.jpg | Bin 0 -> 49487 bytes user/themes/gilles_acezat/yarn.lock | 2835 +++ 8785 files changed, 817030 insertions(+) create mode 100644 user/themes/gilles_acezat/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/LICENSE create mode 100644 user/themes/gilles_acezat/README.md create mode 100644 user/themes/gilles_acezat/assets/quark-screenshots.jpg create mode 100644 user/themes/gilles_acezat/blueprints.yaml create mode 100644 user/themes/gilles_acezat/blueprints/blog.yaml create mode 100644 user/themes/gilles_acezat/blueprints/default.yaml create mode 100644 user/themes/gilles_acezat/blueprints/item.yaml create mode 100644 user/themes/gilles_acezat/blueprints/modular/features.yaml create mode 100644 user/themes/gilles_acezat/blueprints/modular/hero.yaml create mode 100644 user/themes/gilles_acezat/blueprints/modular/text.yaml create mode 100644 user/themes/gilles_acezat/blueprints/partials/blog-bits.yaml create mode 100755 user/themes/gilles_acezat/css-compiled/spectre-exp.css create mode 100755 user/themes/gilles_acezat/css-compiled/spectre-exp.min.css create mode 100755 user/themes/gilles_acezat/css-compiled/spectre-icons.css create mode 100755 user/themes/gilles_acezat/css-compiled/spectre-icons.min.css create mode 100755 user/themes/gilles_acezat/css-compiled/spectre.css create mode 100755 user/themes/gilles_acezat/css-compiled/spectre.min.css create mode 100644 user/themes/gilles_acezat/css-compiled/theme.css create mode 100644 user/themes/gilles_acezat/css-compiled/theme.min.css create mode 100755 user/themes/gilles_acezat/css/bricklayer.css create mode 100644 user/themes/gilles_acezat/css/custom.css create mode 100644 user/themes/gilles_acezat/css/line-awesome.min.css create mode 100644 user/themes/gilles_acezat/fonts/line-awesome.eot create mode 100644 user/themes/gilles_acezat/fonts/line-awesome.svg create mode 100644 user/themes/gilles_acezat/fonts/line-awesome.ttf create mode 100644 user/themes/gilles_acezat/fonts/line-awesome.woff create mode 100644 user/themes/gilles_acezat/fonts/line-awesome.woff2 create mode 100644 user/themes/gilles_acezat/gilles-acezat.php create mode 100644 user/themes/gilles_acezat/gilles-acezat.yaml create mode 100644 user/themes/gilles_acezat/gulpfile.js create mode 100644 user/themes/gilles_acezat/images/favicon.png create mode 100644 user/themes/gilles_acezat/images/grav-logo.svg create mode 100644 user/themes/gilles_acezat/images/logo/.gitkeep create mode 100755 user/themes/gilles_acezat/js/bricklayer.min.js create mode 100755 user/themes/gilles_acezat/js/jquery.treemenu.js create mode 100644 user/themes/gilles_acezat/js/scopedQuerySelectorShim.min.js create mode 100644 user/themes/gilles_acezat/js/singlepagenav.min.js create mode 100644 user/themes/gilles_acezat/js/site.js create mode 100644 user/themes/gilles_acezat/js/smooth-scroll.min.js create mode 100644 user/themes/gilles_acezat/languages.yaml create mode 100644 user/themes/gilles_acezat/node_modules/.bin/acorn create mode 100644 user/themes/gilles_acezat/node_modules/.bin/atob create mode 100644 user/themes/gilles_acezat/node_modules/.bin/autoprefixer create mode 100644 user/themes/gilles_acezat/node_modules/.bin/browserslist create mode 100644 user/themes/gilles_acezat/node_modules/.bin/color-support create mode 100644 user/themes/gilles_acezat/node_modules/.bin/csscomb create mode 100644 user/themes/gilles_acezat/node_modules/.bin/gonzales create mode 100644 user/themes/gilles_acezat/node_modules/.bin/gulp create mode 100644 user/themes/gilles_acezat/node_modules/.bin/in-install create mode 100644 user/themes/gilles_acezat/node_modules/.bin/in-publish create mode 100644 user/themes/gilles_acezat/node_modules/.bin/mkdirp create mode 100644 user/themes/gilles_acezat/node_modules/.bin/node-gyp create mode 100644 user/themes/gilles_acezat/node_modules/.bin/node-sass create mode 100644 user/themes/gilles_acezat/node_modules/.bin/nopt create mode 100644 user/themes/gilles_acezat/node_modules/.bin/not-in-install create mode 100644 user/themes/gilles_acezat/node_modules/.bin/not-in-publish create mode 100644 user/themes/gilles_acezat/node_modules/.bin/rimraf create mode 100644 user/themes/gilles_acezat/node_modules/.bin/sassgraph create mode 100644 user/themes/gilles_acezat/node_modules/.bin/semver create mode 100644 user/themes/gilles_acezat/node_modules/.bin/sshpk-conv create mode 100644 user/themes/gilles_acezat/node_modules/.bin/sshpk-sign create mode 100644 user/themes/gilles_acezat/node_modules/.bin/sshpk-verify create mode 100644 user/themes/gilles_acezat/node_modules/.bin/strip-bom create mode 100644 user/themes/gilles_acezat/node_modules/.bin/strip-indent create mode 100644 user/themes/gilles_acezat/node_modules/.bin/user-home create mode 100644 user/themes/gilles_acezat/node_modules/.bin/uuid create mode 100644 user/themes/gilles_acezat/node_modules/.bin/which create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/README.md create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/index.js create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/lib/generate.js create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/README.md create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/dist/source-map.debug.js create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/dist/source-map.js create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/dist/source-map.min.js create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/dist/source-map.min.js.map create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/array-set.js create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/base64-vlq.js create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/base64.js create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/binary-search.js create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/mapping-list.js create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/quick-sort.js create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/source-map-consumer.js create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/source-map-generator.js create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/source-node.js create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/util.js create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/package.json create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/source-map.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/source-map.js create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/package.json create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/map-sources/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/map-sources/README.md create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/map-sources/index.js create mode 100644 user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/map-sources/package.json create mode 100644 user/themes/gilles_acezat/node_modules/abbrev/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/abbrev/README.md create mode 100644 user/themes/gilles_acezat/node_modules/abbrev/abbrev.js create mode 100644 user/themes/gilles_acezat/node_modules/abbrev/package.json create mode 100644 user/themes/gilles_acezat/node_modules/acorn/AUTHORS create mode 100644 user/themes/gilles_acezat/node_modules/acorn/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/acorn/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/acorn/README.md create mode 100644 user/themes/gilles_acezat/node_modules/acorn/bin/_acorn.js create mode 100644 user/themes/gilles_acezat/node_modules/acorn/bin/acorn create mode 100644 user/themes/gilles_acezat/node_modules/acorn/bin/run_test262.js create mode 100644 user/themes/gilles_acezat/node_modules/acorn/bin/test262.whitelist create mode 100644 user/themes/gilles_acezat/node_modules/acorn/dist/.keep create mode 100644 user/themes/gilles_acezat/node_modules/acorn/dist/acorn.es.js create mode 100644 user/themes/gilles_acezat/node_modules/acorn/dist/acorn.js create mode 100644 user/themes/gilles_acezat/node_modules/acorn/dist/acorn_loose.es.js create mode 100644 user/themes/gilles_acezat/node_modules/acorn/dist/acorn_loose.js create mode 100644 user/themes/gilles_acezat/node_modules/acorn/dist/walk.es.js create mode 100644 user/themes/gilles_acezat/node_modules/acorn/dist/walk.js create mode 100644 user/themes/gilles_acezat/node_modules/acorn/package.json create mode 100644 user/themes/gilles_acezat/node_modules/ajv/.tonic_example.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/ajv/README.md create mode 100644 user/themes/gilles_acezat/node_modules/ajv/dist/ajv.bundle.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/dist/ajv.min.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/dist/ajv.min.js.map create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/ajv.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/ajv.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/cache.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/compile/async.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/compile/equal.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/compile/error_classes.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/compile/formats.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/compile/index.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/compile/resolve.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/compile/rules.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/compile/schema_obj.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/compile/ucs2length.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/compile/util.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/data.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/_limit.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/_limitItems.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/_limitLength.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/_limitProperties.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/allOf.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/anyOf.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/coerce.def create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/comment.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/const.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/contains.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/custom.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/defaults.def create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/definitions.def create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/dependencies.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/enum.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/errors.def create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/format.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/if.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/items.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/missing.def create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/multipleOf.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/not.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/oneOf.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/pattern.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/properties.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/propertyNames.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/ref.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/required.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/uniqueItems.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dot/validate.jst create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/README.md create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/_limit.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/_limitItems.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/_limitLength.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/_limitProperties.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/allOf.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/anyOf.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/comment.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/const.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/contains.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/custom.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/dependencies.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/enum.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/format.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/if.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/index.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/items.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/multipleOf.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/not.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/oneOf.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/pattern.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/properties.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/propertyNames.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/ref.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/required.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/uniqueItems.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/dotjs/validate.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/keyword.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/refs/data.json create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/refs/json-schema-draft-04.json create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/refs/json-schema-draft-06.json create mode 100644 user/themes/gilles_acezat/node_modules/ajv/lib/refs/json-schema-draft-07.json create mode 100644 user/themes/gilles_acezat/node_modules/ajv/package.json create mode 100644 user/themes/gilles_acezat/node_modules/ajv/scripts/.eslintrc.yml create mode 100644 user/themes/gilles_acezat/node_modules/ajv/scripts/bundle.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/scripts/compile-dots.js create mode 100644 user/themes/gilles_acezat/node_modules/ajv/scripts/info create mode 100644 user/themes/gilles_acezat/node_modules/ajv/scripts/prepare-tests create mode 100644 user/themes/gilles_acezat/node_modules/ajv/scripts/publish-built-version create mode 100644 user/themes/gilles_acezat/node_modules/ajv/scripts/travis-gh-pages create mode 100644 user/themes/gilles_acezat/node_modules/amdefine/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/amdefine/README.md create mode 100644 user/themes/gilles_acezat/node_modules/amdefine/amdefine.js create mode 100644 user/themes/gilles_acezat/node_modules/amdefine/intercept.js create mode 100644 user/themes/gilles_acezat/node_modules/amdefine/package.json create mode 100644 user/themes/gilles_acezat/node_modules/ansi-colors/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/ansi-colors/README.md create mode 100644 user/themes/gilles_acezat/node_modules/ansi-colors/index.js create mode 100644 user/themes/gilles_acezat/node_modules/ansi-colors/package.json create mode 100644 user/themes/gilles_acezat/node_modules/ansi-colors/types/index.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/ansi-gray/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/ansi-gray/index.js create mode 100644 user/themes/gilles_acezat/node_modules/ansi-gray/package.json create mode 100644 user/themes/gilles_acezat/node_modules/ansi-gray/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/ansi-regex/index.js create mode 100644 user/themes/gilles_acezat/node_modules/ansi-regex/license create mode 100644 user/themes/gilles_acezat/node_modules/ansi-regex/package.json create mode 100644 user/themes/gilles_acezat/node_modules/ansi-regex/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/ansi-styles/index.js create mode 100644 user/themes/gilles_acezat/node_modules/ansi-styles/license create mode 100644 user/themes/gilles_acezat/node_modules/ansi-styles/package.json create mode 100644 user/themes/gilles_acezat/node_modules/ansi-styles/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/ansi-wrap/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/ansi-wrap/README.md create mode 100644 user/themes/gilles_acezat/node_modules/ansi-wrap/index.js create mode 100644 user/themes/gilles_acezat/node_modules/ansi-wrap/package.json create mode 100644 user/themes/gilles_acezat/node_modules/aproba/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/aproba/README.md create mode 100644 user/themes/gilles_acezat/node_modules/aproba/index.js create mode 100644 user/themes/gilles_acezat/node_modules/aproba/package.json create mode 100644 user/themes/gilles_acezat/node_modules/archy/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/archy/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/archy/examples/beep.js create mode 100644 user/themes/gilles_acezat/node_modules/archy/examples/multi_line.js create mode 100644 user/themes/gilles_acezat/node_modules/archy/index.js create mode 100644 user/themes/gilles_acezat/node_modules/archy/package.json create mode 100644 user/themes/gilles_acezat/node_modules/archy/readme.markdown create mode 100644 user/themes/gilles_acezat/node_modules/archy/test/beep.js create mode 100644 user/themes/gilles_acezat/node_modules/archy/test/multi_line.js create mode 100644 user/themes/gilles_acezat/node_modules/archy/test/non_unicode.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/CHANGES.md create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/README.md create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/index.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/isarray/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/isarray/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/isarray/Makefile create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/isarray/README.md create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/isarray/component.json create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/isarray/index.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/isarray/package.json create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/isarray/test.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/CONTRIBUTING.md create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/GOVERNANCE.md create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/README.md create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/duplex-browser.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/duplex.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_duplex.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_passthrough.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_readable.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_transform.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_writable.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/BufferList.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/destroy.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/stream-browser.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/stream.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/package.json create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/passthrough.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/readable-browser.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/readable.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/transform.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/writable-browser.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/readable-stream/writable.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/string_decoder/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/string_decoder/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/string_decoder/README.md create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/string_decoder/lib/string_decoder.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/node_modules/string_decoder/package.json create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/package.json create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/tracker-base.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/tracker-group.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/tracker-stream.js create mode 100644 user/themes/gilles_acezat/node_modules/are-we-there-yet/tracker.js create mode 100644 user/themes/gilles_acezat/node_modules/arr-diff/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/arr-diff/README.md create mode 100644 user/themes/gilles_acezat/node_modules/arr-diff/index.js create mode 100644 user/themes/gilles_acezat/node_modules/arr-diff/package.json create mode 100644 user/themes/gilles_acezat/node_modules/arr-flatten/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/arr-flatten/README.md create mode 100644 user/themes/gilles_acezat/node_modules/arr-flatten/index.js create mode 100644 user/themes/gilles_acezat/node_modules/arr-flatten/package.json create mode 100644 user/themes/gilles_acezat/node_modules/arr-union/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/arr-union/README.md create mode 100644 user/themes/gilles_acezat/node_modules/arr-union/index.js create mode 100644 user/themes/gilles_acezat/node_modules/arr-union/package.json create mode 100644 user/themes/gilles_acezat/node_modules/array-differ/index.js create mode 100644 user/themes/gilles_acezat/node_modules/array-differ/package.json create mode 100644 user/themes/gilles_acezat/node_modules/array-differ/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/array-each/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/array-each/README.md create mode 100644 user/themes/gilles_acezat/node_modules/array-each/index.js create mode 100644 user/themes/gilles_acezat/node_modules/array-each/package.json create mode 100644 user/themes/gilles_acezat/node_modules/array-find-index/index.js create mode 100644 user/themes/gilles_acezat/node_modules/array-find-index/license create mode 100644 user/themes/gilles_acezat/node_modules/array-find-index/package.json create mode 100644 user/themes/gilles_acezat/node_modules/array-find-index/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/array-slice/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/array-slice/README.md create mode 100644 user/themes/gilles_acezat/node_modules/array-slice/index.js create mode 100644 user/themes/gilles_acezat/node_modules/array-slice/package.json create mode 100644 user/themes/gilles_acezat/node_modules/array-uniq/index.js create mode 100644 user/themes/gilles_acezat/node_modules/array-uniq/license create mode 100644 user/themes/gilles_acezat/node_modules/array-uniq/package.json create mode 100644 user/themes/gilles_acezat/node_modules/array-uniq/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/array-unique/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/array-unique/README.md create mode 100644 user/themes/gilles_acezat/node_modules/array-unique/index.js create mode 100644 user/themes/gilles_acezat/node_modules/array-unique/package.json create mode 100644 user/themes/gilles_acezat/node_modules/asn1/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/asn1/README.md create mode 100644 user/themes/gilles_acezat/node_modules/asn1/lib/ber/errors.js create mode 100644 user/themes/gilles_acezat/node_modules/asn1/lib/ber/index.js create mode 100644 user/themes/gilles_acezat/node_modules/asn1/lib/ber/reader.js create mode 100644 user/themes/gilles_acezat/node_modules/asn1/lib/ber/types.js create mode 100644 user/themes/gilles_acezat/node_modules/asn1/lib/ber/writer.js create mode 100644 user/themes/gilles_acezat/node_modules/asn1/lib/index.js create mode 100644 user/themes/gilles_acezat/node_modules/asn1/package.json create mode 100644 user/themes/gilles_acezat/node_modules/assert-plus/AUTHORS create mode 100644 user/themes/gilles_acezat/node_modules/assert-plus/CHANGES.md create mode 100644 user/themes/gilles_acezat/node_modules/assert-plus/README.md create mode 100644 user/themes/gilles_acezat/node_modules/assert-plus/assert.js create mode 100644 user/themes/gilles_acezat/node_modules/assert-plus/package.json create mode 100644 user/themes/gilles_acezat/node_modules/assign-symbols/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/assign-symbols/README.md create mode 100644 user/themes/gilles_acezat/node_modules/assign-symbols/index.js create mode 100644 user/themes/gilles_acezat/node_modules/assign-symbols/package.json create mode 100644 user/themes/gilles_acezat/node_modules/async-foreach/LICENSE-MIT create mode 100644 user/themes/gilles_acezat/node_modules/async-foreach/README.md create mode 100644 user/themes/gilles_acezat/node_modules/async-foreach/dist/ba-foreach.js create mode 100644 user/themes/gilles_acezat/node_modules/async-foreach/dist/ba-foreach.min.js create mode 100644 user/themes/gilles_acezat/node_modules/async-foreach/grunt.js create mode 100644 user/themes/gilles_acezat/node_modules/async-foreach/lib/foreach.js create mode 100644 user/themes/gilles_acezat/node_modules/async-foreach/package.json create mode 100644 user/themes/gilles_acezat/node_modules/async-foreach/test/foreach_test.js create mode 100644 user/themes/gilles_acezat/node_modules/asynckit/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/asynckit/README.md create mode 100644 user/themes/gilles_acezat/node_modules/asynckit/bench.js create mode 100644 user/themes/gilles_acezat/node_modules/asynckit/index.js create mode 100644 user/themes/gilles_acezat/node_modules/asynckit/lib/abort.js create mode 100644 user/themes/gilles_acezat/node_modules/asynckit/lib/async.js create mode 100644 user/themes/gilles_acezat/node_modules/asynckit/lib/defer.js create mode 100644 user/themes/gilles_acezat/node_modules/asynckit/lib/iterate.js create mode 100644 user/themes/gilles_acezat/node_modules/asynckit/lib/readable_asynckit.js create mode 100644 user/themes/gilles_acezat/node_modules/asynckit/lib/readable_parallel.js create mode 100644 user/themes/gilles_acezat/node_modules/asynckit/lib/readable_serial.js create mode 100644 user/themes/gilles_acezat/node_modules/asynckit/lib/readable_serial_ordered.js create mode 100644 user/themes/gilles_acezat/node_modules/asynckit/lib/state.js create mode 100644 user/themes/gilles_acezat/node_modules/asynckit/lib/streamify.js create mode 100644 user/themes/gilles_acezat/node_modules/asynckit/lib/terminator.js create mode 100644 user/themes/gilles_acezat/node_modules/asynckit/package.json create mode 100644 user/themes/gilles_acezat/node_modules/asynckit/parallel.js create mode 100644 user/themes/gilles_acezat/node_modules/asynckit/serial.js create mode 100644 user/themes/gilles_acezat/node_modules/asynckit/serialOrdered.js create mode 100644 user/themes/gilles_acezat/node_modules/asynckit/stream.js create mode 100644 user/themes/gilles_acezat/node_modules/atob/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/atob/LICENSE.DOCS create mode 100644 user/themes/gilles_acezat/node_modules/atob/README.md create mode 100644 user/themes/gilles_acezat/node_modules/atob/bin/atob.js create mode 100644 user/themes/gilles_acezat/node_modules/atob/bower.json create mode 100644 user/themes/gilles_acezat/node_modules/atob/browser-atob.js create mode 100644 user/themes/gilles_acezat/node_modules/atob/node-atob.js create mode 100644 user/themes/gilles_acezat/node_modules/atob/package.json create mode 100644 user/themes/gilles_acezat/node_modules/atob/test.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/README.md create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/bin/autoprefixer create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/data/prefixes.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/at-rule.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/autoprefixer.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/brackets.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/browsers.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/declaration.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/align-content.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/align-items.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/align-self.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/animation.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/appearance.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/background-clip.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/background-size.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/block-logical.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/border-image.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/border-radius.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/break-props.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/color-adjust.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/cross-fade.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/display-flex.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/display-grid.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/filter-value.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/filter.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-basis.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-direction.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-flow.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-grow.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-shrink.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-spec.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-wrap.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/fullscreen.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/gradient.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-area.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-column-align.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-end.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-row-align.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-row-column.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-rows-columns.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-start.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-template-areas.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-template.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-utils.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/image-rendering.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/image-set.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/inline-logical.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/intrinsic.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/justify-content.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/mask-border.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/order.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/overscroll-behavior.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/pixelated.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/place-self.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/placeholder.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/text-decoration.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/text-emphasis-position.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/transform-decl.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/writing-mode.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/info.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/old-selector.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/old-value.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/prefixer.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/prefixes.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/processor.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/resolution.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/selector.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/supports.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/transition.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/utils.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/lib/value.js create mode 100644 user/themes/gilles_acezat/node_modules/autoprefixer/package.json create mode 100644 user/themes/gilles_acezat/node_modules/aws-sign2/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/aws-sign2/README.md create mode 100644 user/themes/gilles_acezat/node_modules/aws-sign2/index.js create mode 100644 user/themes/gilles_acezat/node_modules/aws-sign2/package.json create mode 100644 user/themes/gilles_acezat/node_modules/aws4/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/aws4/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/aws4/README.md create mode 100644 user/themes/gilles_acezat/node_modules/aws4/aws4.js create mode 100644 user/themes/gilles_acezat/node_modules/aws4/lru.js create mode 100644 user/themes/gilles_acezat/node_modules/aws4/package.json create mode 100644 user/themes/gilles_acezat/node_modules/balanced-match/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/balanced-match/LICENSE.md create mode 100644 user/themes/gilles_acezat/node_modules/balanced-match/README.md create mode 100644 user/themes/gilles_acezat/node_modules/balanced-match/index.js create mode 100644 user/themes/gilles_acezat/node_modules/balanced-match/package.json create mode 100644 user/themes/gilles_acezat/node_modules/base/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/base/README.md create mode 100644 user/themes/gilles_acezat/node_modules/base/index.js create mode 100644 user/themes/gilles_acezat/node_modules/base/node_modules/define-property/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/base/node_modules/define-property/README.md create mode 100644 user/themes/gilles_acezat/node_modules/base/node_modules/define-property/index.js create mode 100644 user/themes/gilles_acezat/node_modules/base/node_modules/define-property/package.json create mode 100644 user/themes/gilles_acezat/node_modules/base/node_modules/is-accessor-descriptor/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/base/node_modules/is-accessor-descriptor/README.md create mode 100644 user/themes/gilles_acezat/node_modules/base/node_modules/is-accessor-descriptor/index.js create mode 100644 user/themes/gilles_acezat/node_modules/base/node_modules/is-accessor-descriptor/package.json create mode 100644 user/themes/gilles_acezat/node_modules/base/node_modules/is-data-descriptor/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/base/node_modules/is-data-descriptor/README.md create mode 100644 user/themes/gilles_acezat/node_modules/base/node_modules/is-data-descriptor/index.js create mode 100644 user/themes/gilles_acezat/node_modules/base/node_modules/is-data-descriptor/package.json create mode 100644 user/themes/gilles_acezat/node_modules/base/node_modules/is-descriptor/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/base/node_modules/is-descriptor/README.md create mode 100644 user/themes/gilles_acezat/node_modules/base/node_modules/is-descriptor/index.js create mode 100644 user/themes/gilles_acezat/node_modules/base/node_modules/is-descriptor/package.json create mode 100644 user/themes/gilles_acezat/node_modules/base/package.json create mode 100644 user/themes/gilles_acezat/node_modules/bcrypt-pbkdf/CONTRIBUTING.md create mode 100644 user/themes/gilles_acezat/node_modules/bcrypt-pbkdf/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/bcrypt-pbkdf/README.md create mode 100644 user/themes/gilles_acezat/node_modules/bcrypt-pbkdf/index.js create mode 100644 user/themes/gilles_acezat/node_modules/bcrypt-pbkdf/package.json create mode 100644 user/themes/gilles_acezat/node_modules/beeper/index.js create mode 100644 user/themes/gilles_acezat/node_modules/beeper/license create mode 100644 user/themes/gilles_acezat/node_modules/beeper/package.json create mode 100644 user/themes/gilles_acezat/node_modules/beeper/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/block-stream/LICENCE create mode 100644 user/themes/gilles_acezat/node_modules/block-stream/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/block-stream/README.md create mode 100644 user/themes/gilles_acezat/node_modules/block-stream/block-stream.js create mode 100644 user/themes/gilles_acezat/node_modules/block-stream/package.json create mode 100644 user/themes/gilles_acezat/node_modules/brace-expansion/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/brace-expansion/README.md create mode 100644 user/themes/gilles_acezat/node_modules/brace-expansion/index.js create mode 100644 user/themes/gilles_acezat/node_modules/brace-expansion/package.json create mode 100644 user/themes/gilles_acezat/node_modules/braces/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/braces/README.md create mode 100644 user/themes/gilles_acezat/node_modules/braces/index.js create mode 100644 user/themes/gilles_acezat/node_modules/braces/lib/braces.js create mode 100644 user/themes/gilles_acezat/node_modules/braces/lib/compilers.js create mode 100644 user/themes/gilles_acezat/node_modules/braces/lib/parsers.js create mode 100644 user/themes/gilles_acezat/node_modules/braces/lib/utils.js create mode 100644 user/themes/gilles_acezat/node_modules/braces/node_modules/extend-shallow/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/braces/node_modules/extend-shallow/README.md create mode 100644 user/themes/gilles_acezat/node_modules/braces/node_modules/extend-shallow/index.js create mode 100644 user/themes/gilles_acezat/node_modules/braces/node_modules/extend-shallow/package.json create mode 100644 user/themes/gilles_acezat/node_modules/braces/package.json create mode 100644 user/themes/gilles_acezat/node_modules/browserslist/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/browserslist/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/browserslist/README.md create mode 100644 user/themes/gilles_acezat/node_modules/browserslist/browser.js create mode 100644 user/themes/gilles_acezat/node_modules/browserslist/cli.js create mode 100644 user/themes/gilles_acezat/node_modules/browserslist/error.js create mode 100644 user/themes/gilles_acezat/node_modules/browserslist/index.js create mode 100644 user/themes/gilles_acezat/node_modules/browserslist/node.js create mode 100644 user/themes/gilles_acezat/node_modules/browserslist/package.json create mode 100644 user/themes/gilles_acezat/node_modules/builtin-modules/builtin-modules.json create mode 100644 user/themes/gilles_acezat/node_modules/builtin-modules/index.js create mode 100644 user/themes/gilles_acezat/node_modules/builtin-modules/license create mode 100644 user/themes/gilles_acezat/node_modules/builtin-modules/package.json create mode 100644 user/themes/gilles_acezat/node_modules/builtin-modules/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/builtin-modules/static.js create mode 100644 user/themes/gilles_acezat/node_modules/cache-base/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/cache-base/README.md create mode 100644 user/themes/gilles_acezat/node_modules/cache-base/index.js create mode 100644 user/themes/gilles_acezat/node_modules/cache-base/package.json create mode 100644 user/themes/gilles_acezat/node_modules/camelcase-keys/index.js create mode 100644 user/themes/gilles_acezat/node_modules/camelcase-keys/license create mode 100644 user/themes/gilles_acezat/node_modules/camelcase-keys/package.json create mode 100644 user/themes/gilles_acezat/node_modules/camelcase-keys/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/camelcase/index.js create mode 100644 user/themes/gilles_acezat/node_modules/camelcase/license create mode 100644 user/themes/gilles_acezat/node_modules/camelcase/package.json create mode 100644 user/themes/gilles_acezat/node_modules/camelcase/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/README.md create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/agents.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/browserVersions.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/browsers.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/aac.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/abortcontroller.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ac3-ec3.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/accelerometer.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/addeventlistener.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/alternate-stylesheet.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ambient-light.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/apng.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/array-find-index.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/array-find.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/array-includes.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/arrow-functions.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/asmjs.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/async-clipboard.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/async-functions.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/async-iterations-and-generators.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/atob-btoa.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/audio-api.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/audio.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/audiotracks.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/autofocus.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/aux-click.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/auxclick.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/av1.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-attachment.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-clip-text.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-img-opts.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-position-x-y.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-repeat-round-space.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-sync.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/battery-status.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/beacon.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/beforeafterprint.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/bigint.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/blobbuilder.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/bloburls.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/border-image.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/border-radius.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/broadcastchannel.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/brotli.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/calc.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/canvas-blending.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/canvas-text.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/canvas.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ch-unit.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/chacha20-poly1305.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/channel-messaging.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/childnode-remove.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/classlist.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/clipboard.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/comparedocumentposition.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/console-basic.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/console-time.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/const.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/constraint-validation.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/contenteditable.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/cors.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/createimagebitmap.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/credential-management.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/cryptography.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-all.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-animation.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-any-link.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-appearance.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-apply-rule.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-at-counter-style.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-backdrop-filter.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-background-offsets.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-boxshadow.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-canvas.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-caret-color.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-case-insensitive.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-clip-path.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-color-adjust.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-conic-gradients.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-containment.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-counters.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-crisp-edges.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-cross-fade.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-default-pseudo.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-deviceadaptation.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-dir-pseudo.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-display-contents.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-element-function.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-env-function.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-exclusions.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-featurequeries.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-filter-function.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-filters.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-first-letter.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-first-line.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-fixed.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-focus-ring.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-focus-visible.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-focus-within.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-font-stretch.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-gencontent.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-gradients.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-grid.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-has.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-hyphenate.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-hyphens.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-image-orientation.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-image-set.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-in-out-of-range.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-initial-letter.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-initial-value.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-letter-spacing.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-line-clamp.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-logical-props.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-marker-pseudo.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-masks.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-matches-pseudo.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-math-functions.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-media-interaction.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-media-resolution.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-media-scripting.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-mediaqueries.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-mixblendmode.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-motion-paths.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-namespaces.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-not-sel-list.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-nth-child-of.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-opacity.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-optional-pseudo.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-overflow-anchor.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-overflow.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-page-break.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-paged-media.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-paint-api.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-placeholder-shown.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-placeholder.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-read-only-write.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-rebeccapurple.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-reflections.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-regions.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-repeating-gradients.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-resize.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-revert-value.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-rrggbbaa.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-scroll-behavior.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-scrollbar.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-sel2.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-sel3.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-selection.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-shapes.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-snappoints.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-sticky.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-supports-api.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-table.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-text-align-last.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-text-indent.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-text-justify.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-text-orientation.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-text-spacing.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-textshadow.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-touch-action-2.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-touch-action.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-transitions.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-unicode-bidi.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-unset-value.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-variables.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-widows-orphans.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-writing-mode.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-zoom.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-attr.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-boxsizing.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-colors.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-cursors-grab.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-cursors-newer.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-cursors.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-tabsize.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/currentcolor.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/custom-elements.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/custom-elementsv1.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/customevent.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/datalist.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dataset.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/datauri.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/details.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/deviceorientation.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/devicepixelratio.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dialog.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dispatchevent.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/do-not-track.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/document-currentscript.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/document-execcommand.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/document-scrollingelement.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/documenthead.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dom-manip-convenience.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dom-range.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/domcontentloaded.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/domfocusin-domfocusout-events.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dommatrix.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/download.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dragndrop.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/element-closest.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/element-from-point.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/eme.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/eot.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es5.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-class.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-generators.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-module-nomodule.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-module.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-number.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-string-includes.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/eventsource.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/feature-policy.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/fetch.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/fieldset-disabled.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/fileapi.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/filereader.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/filereadersync.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/filesystem.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/flac.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/flexbox.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/flow-root.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/focusin-focusout-events.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/focusoptions-preventscroll.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-family-system-ui.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-feature.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-kerning.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-loading.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-size-adjust.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-smooth.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-unicode-range.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-variant-alternates.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-variant-east-asian.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/fontface.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/form-attribute.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/form-submit-attributes.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/form-validation.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/forms.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/fullscreen.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/gamepad.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/geolocation.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/getboundingclientrect.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/getcomputedstyle.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/getelementsbyclassname.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/getrandomvalues.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/gyroscope.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/hardwareconcurrency.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/hashchange.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/heif.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/hevc.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/hidden.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/high-resolution-time.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/history.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/html-media-capture.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/html5semantic.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/http-live-streaming.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/http2.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/iframe-sandbox.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/iframe-seamless.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/iframe-srcdoc.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/imagecapture.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ime.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/imports.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/indexeddb.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/indexeddb2.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/inline-block.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/innertext.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-color.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-datetime.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-email-tel-url.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-event.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-file-accept.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-file-directory.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-file-multiple.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-inputmode.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-minlength.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-number.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-pattern.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-placeholder.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-range.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-search.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-selection.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/insert-adjacent.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/insertadjacenthtml.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/internationalization-plural-rul.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/internationalization.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/intersectionobserver.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/intrinsic-width.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/jpeg2000.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/jpegxr.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/json.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-code.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-key.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-location.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-which.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/lazyload.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/let.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-icon-png.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-icon-svg.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-rel-preconnect.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-rel-prefetch.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-rel-preload.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-rel-prerender.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/localecompare.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/magnetometer.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/matchesselector.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/matchmedia.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mathml.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/maxlength.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/media-attribute.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/media-fragments.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/media-session-api.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mediarecorder.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mediasource.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/menu.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/meta-theme-color.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/meter.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/midi.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/minmaxwh.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mp3.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mpeg-dash.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mpeg4.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/multibackgrounds.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/multicolumn.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mutation-events.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mutationobserver.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/namevalue-storage.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/nav-timing.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/navigator-language.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/netinfo.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/node-contains.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/node-parentelement.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/notifications.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/object-fit.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/object-observe.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/object-values.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/objectrtc.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/offline-apps.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/offscreencanvas.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ogg-vorbis.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ogv.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ol-reversed.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/once-event-listener.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/online-status.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/opus.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/orientation-sensor.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/outline.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/pad-start-end.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/page-transition-events.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/pagevisibility.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/passive-event-listener.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/passwordrules.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/path2d.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/payment-request.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/permissions-api.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/picture-in-picture.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/picture.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ping.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/png-alpha.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/pointer-events.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/pointer.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/pointerlock.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/progress.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/promise-finally.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/promises.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/proximity.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/proxy.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/publickeypinning.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/push-api.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/queryselector.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/readonly-attr.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/referrer-policy.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/registerprotocolhandler.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rel-noopener.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rel-noreferrer.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rellist.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rem.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/requestanimationframe.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/requestidlecallback.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/resizeobserver.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/resource-timing.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rest-parameters.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rtcpeerconnection.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ruby.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/run-in.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/screen-orientation.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/script-async.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/script-defer.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/scrollintoview.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sdch.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/selection-api.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/server-timing.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/serviceworkers.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/setimmediate.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sha-2.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/shadowdom.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/shadowdomv1.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sharedarraybuffer.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sharedworkers.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sni.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/spdy.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/speech-recognition.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/speech-synthesis.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/spellcheck-attribute.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sql-storage.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/srcset.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/stopimmediatepropagation.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/stream.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/streams.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/stricttransportsecurity.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/style-scoped.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/subresource-integrity.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-css.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-filters.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-fonts.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-fragment.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-html.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-html5.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-img.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-smil.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/symbols.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/tabindex-attr.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/template-literals.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/template.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/testfeat.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/text-decoration.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/text-emphasis.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/text-overflow.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/text-size-adjust.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/text-stroke.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/textcontent.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/textencoder.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/tls1-1.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/tls1-2.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/tls1-3.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/token-binding.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/touch.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/transforms2d.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/transforms3d.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ttf.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/typedarrays.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/u2f.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/unhandledrejection.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/url.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/urlsearchparams.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/use-strict.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/user-select-none.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/user-timing.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/variable-fonts.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/vibration.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/video.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/videotracks.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/viewport-units.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/wai-aria.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/wasm.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/wav.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/wbr-element.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/web-animation.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/web-app-manifest.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/web-bluetooth.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/web-share.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webauthn.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webgl.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webgl2.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webm.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webp.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/websockets.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webusb.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webvr.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webvtt.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webworkers.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/will-change.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/woff.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/woff2.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/word-break.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/wordwrap.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/x-doc-messaging.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/x-frame-options.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/xhr2.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/xhtml.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/xhtmlsmil.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/xml-serializer.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AD.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AE.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AF.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AG.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AI.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AL.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AM.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AN.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AO.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AR.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AS.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AT.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AU.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AW.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AX.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AZ.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BA.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BB.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BD.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BE.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BF.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BG.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BH.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BI.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BJ.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BM.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BN.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BO.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BR.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BS.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BT.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BW.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BY.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BZ.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CA.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CD.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CF.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CG.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CH.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CI.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CK.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CL.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CM.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CN.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CO.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CR.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CU.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CV.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CX.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CY.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CZ.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DE.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DJ.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DK.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DM.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DO.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DZ.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/EC.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/EE.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/EG.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ER.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ES.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ET.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FI.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FJ.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FK.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FM.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FO.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FR.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GA.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GB.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GD.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GE.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GF.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GG.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GH.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GI.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GL.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GM.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GN.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GP.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GQ.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GR.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GT.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GU.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GW.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GY.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/HK.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/HN.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/HR.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/HT.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/HU.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ID.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IE.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IL.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IM.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IN.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IQ.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IR.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IS.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IT.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/JE.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/JM.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/JO.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/JP.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KE.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KG.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KH.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KI.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KM.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KN.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KP.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KR.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KW.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KY.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KZ.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LA.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LB.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LC.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LI.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LK.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LR.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LS.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LT.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LU.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LV.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LY.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MA.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MC.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MD.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ME.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MG.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MH.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MK.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ML.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MM.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MN.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MO.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MP.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MQ.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MR.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MS.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MT.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MU.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MV.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MW.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MX.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MY.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MZ.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NA.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NC.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NE.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NF.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NG.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NI.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NL.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NO.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NP.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NR.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NU.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NZ.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/OM.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PA.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PE.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PF.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PG.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PH.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PK.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PL.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PM.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PN.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PR.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PS.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PT.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PW.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PY.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/QA.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/RE.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/RO.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/RS.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/RU.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/RW.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SA.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SB.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SC.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SD.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SE.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SG.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SH.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SI.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SK.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SL.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SM.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SN.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SO.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SR.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ST.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SV.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SY.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SZ.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TC.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TD.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TG.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TH.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TJ.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TK.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TL.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TM.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TN.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TO.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TR.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TT.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TV.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TW.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TZ.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/UA.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/UG.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/US.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/UY.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/UZ.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VA.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VC.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VE.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VG.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VI.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VN.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VU.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/WF.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/WS.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/YE.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/YT.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ZA.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ZM.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ZW.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-af.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-an.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-as.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-eu.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-na.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-oc.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-sa.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-ww.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/dist/lib/statuses.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/dist/lib/supported.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/agents.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/browserVersions.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/browsers.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/feature.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/features.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/index.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/region.js create mode 100644 user/themes/gilles_acezat/node_modules/caniuse-lite/package.json create mode 100644 user/themes/gilles_acezat/node_modules/caseless/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/caseless/README.md create mode 100644 user/themes/gilles_acezat/node_modules/caseless/index.js create mode 100644 user/themes/gilles_acezat/node_modules/caseless/package.json create mode 100644 user/themes/gilles_acezat/node_modules/caseless/test.js create mode 100644 user/themes/gilles_acezat/node_modules/chalk/index.js create mode 100644 user/themes/gilles_acezat/node_modules/chalk/index.js.flow create mode 100644 user/themes/gilles_acezat/node_modules/chalk/license create mode 100644 user/themes/gilles_acezat/node_modules/chalk/package.json create mode 100644 user/themes/gilles_acezat/node_modules/chalk/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/chalk/templates.js create mode 100644 user/themes/gilles_acezat/node_modules/chalk/types/index.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/class-utils/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/class-utils/README.md create mode 100644 user/themes/gilles_acezat/node_modules/class-utils/index.js create mode 100644 user/themes/gilles_acezat/node_modules/class-utils/node_modules/define-property/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/class-utils/node_modules/define-property/README.md create mode 100644 user/themes/gilles_acezat/node_modules/class-utils/node_modules/define-property/index.js create mode 100644 user/themes/gilles_acezat/node_modules/class-utils/node_modules/define-property/package.json create mode 100644 user/themes/gilles_acezat/node_modules/class-utils/package.json create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/History.md create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/README.md create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/index.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/clean.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/hack.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-0/optimize.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-1/optimize.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-1/shorten-hex.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-1/shorten-hsl.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-1/shorten-rgb.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-1/sort-selectors.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-1/tidy-at-rule.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-1/tidy-block.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-1/tidy-rules.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/break-up.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/can-override.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/clone.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/compactable.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/extract-properties.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/invalid-property-error.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/is-mergeable.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/merge-adjacent.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/merge-media-queries.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/merge-non-adjacent-by-body.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/merge-non-adjacent-by-selector.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/optimize.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/properties/every-values-pair.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/properties/find-component-in.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/properties/has-inherit.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/properties/is-component-of.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/properties/is-mergeable-shorthand.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/properties/merge-into-shorthands.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/properties/optimize.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/properties/override-properties.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/properties/overrides-non-component-shorthand.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/properties/populate-components.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/properties/understandable.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/properties/vendor-prefixes.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/reduce-non-adjacent.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/remove-duplicate-font-at-rules.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/remove-duplicate-media-queries.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/remove-duplicates.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/remove-unused-at-rules.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/reorderable.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/restore-with-components.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/restore.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/restructure.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/rules-overlap.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/specificities-overlap.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/specificity.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/level-2/tidy-rule-duplicates.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/remove-unused.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/restore-from-optimizing.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/validator.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/optimizer/wrap-for-optimizing.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/options/compatibility.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/options/fetch.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/options/format.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/options/inline-request.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/options/inline-timeout.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/options/inline.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/options/optimization-level.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/options/rebase-to.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/options/rebase.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/options/rounding-precision.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/reader/apply-source-maps.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/reader/extract-import-url-and-media.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/reader/input-source-map-tracker.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/reader/is-allowed-resource.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/reader/load-original-sources.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/reader/load-remote-resource.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/reader/match-data-uri.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/reader/normalize-path.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/reader/read-sources.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/reader/rebase-local-map.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/reader/rebase-remote-map.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/reader/rebase.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/reader/restore-import.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/reader/rewrite-url.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/tokenizer/marker.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/tokenizer/token.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/tokenizer/tokenize.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/utils/clone-array.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/utils/format-position.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/utils/has-protocol.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/utils/is-data-uri-resource.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/utils/is-http-resource.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/utils/is-https-resource.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/utils/is-import.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/utils/is-remote-resource.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/utils/natural-compare.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/utils/override.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/utils/split.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/writer/helpers.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/writer/one-time.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/writer/simple.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/lib/writer/source-maps.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/node_modules/source-map/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/node_modules/source-map/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/node_modules/source-map/README.md create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/node_modules/source-map/dist/source-map.debug.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/node_modules/source-map/dist/source-map.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/node_modules/source-map/dist/source-map.min.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/node_modules/source-map/dist/source-map.min.js.map create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/node_modules/source-map/lib/array-set.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/node_modules/source-map/lib/base64-vlq.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/node_modules/source-map/lib/base64.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/node_modules/source-map/lib/binary-search.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/node_modules/source-map/lib/mapping-list.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/node_modules/source-map/lib/quick-sort.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/node_modules/source-map/lib/source-map-consumer.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/node_modules/source-map/lib/source-map-generator.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/node_modules/source-map/lib/source-node.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/node_modules/source-map/lib/util.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/node_modules/source-map/package.json create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/node_modules/source-map/source-map.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/node_modules/source-map/source-map.js create mode 100644 user/themes/gilles_acezat/node_modules/clean-css/package.json create mode 100644 user/themes/gilles_acezat/node_modules/cliui/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/cliui/LICENSE.txt create mode 100644 user/themes/gilles_acezat/node_modules/cliui/README.md create mode 100644 user/themes/gilles_acezat/node_modules/cliui/index.js create mode 100644 user/themes/gilles_acezat/node_modules/cliui/package.json create mode 100644 user/themes/gilles_acezat/node_modules/clone-stats/LICENSE.md create mode 100644 user/themes/gilles_acezat/node_modules/clone-stats/README.md create mode 100644 user/themes/gilles_acezat/node_modules/clone-stats/index.js create mode 100644 user/themes/gilles_acezat/node_modules/clone-stats/package.json create mode 100644 user/themes/gilles_acezat/node_modules/clone-stats/test.js create mode 100644 user/themes/gilles_acezat/node_modules/clone/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/clone/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/clone/README.md create mode 100644 user/themes/gilles_acezat/node_modules/clone/clone.iml create mode 100644 user/themes/gilles_acezat/node_modules/clone/clone.js create mode 100644 user/themes/gilles_acezat/node_modules/clone/package.json create mode 100644 user/themes/gilles_acezat/node_modules/code-point-at/index.js create mode 100644 user/themes/gilles_acezat/node_modules/code-point-at/license create mode 100644 user/themes/gilles_acezat/node_modules/code-point-at/package.json create mode 100644 user/themes/gilles_acezat/node_modules/code-point-at/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/collection-visit/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/collection-visit/README.md create mode 100644 user/themes/gilles_acezat/node_modules/collection-visit/index.js create mode 100644 user/themes/gilles_acezat/node_modules/collection-visit/package.json create mode 100644 user/themes/gilles_acezat/node_modules/color-convert/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/color-convert/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/color-convert/README.md create mode 100644 user/themes/gilles_acezat/node_modules/color-convert/conversions.js create mode 100644 user/themes/gilles_acezat/node_modules/color-convert/index.js create mode 100644 user/themes/gilles_acezat/node_modules/color-convert/package.json create mode 100644 user/themes/gilles_acezat/node_modules/color-convert/route.js create mode 100644 user/themes/gilles_acezat/node_modules/color-name/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/color-name/README.md create mode 100644 user/themes/gilles_acezat/node_modules/color-name/index.js create mode 100644 user/themes/gilles_acezat/node_modules/color-name/package.json create mode 100644 user/themes/gilles_acezat/node_modules/color-support/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/color-support/README.md create mode 100644 user/themes/gilles_acezat/node_modules/color-support/bin.js create mode 100644 user/themes/gilles_acezat/node_modules/color-support/browser.js create mode 100644 user/themes/gilles_acezat/node_modules/color-support/index.js create mode 100644 user/themes/gilles_acezat/node_modules/color-support/package.json create mode 100644 user/themes/gilles_acezat/node_modules/combined-stream/License create mode 100644 user/themes/gilles_acezat/node_modules/combined-stream/Readme.md create mode 100644 user/themes/gilles_acezat/node_modules/combined-stream/lib/combined_stream.js create mode 100644 user/themes/gilles_acezat/node_modules/combined-stream/lib/defer.js create mode 100644 user/themes/gilles_acezat/node_modules/combined-stream/package.json create mode 100644 user/themes/gilles_acezat/node_modules/commander/History.md create mode 100644 user/themes/gilles_acezat/node_modules/commander/Readme.md create mode 100644 user/themes/gilles_acezat/node_modules/commander/index.js create mode 100644 user/themes/gilles_acezat/node_modules/commander/package.json create mode 100644 user/themes/gilles_acezat/node_modules/component-emitter/History.md create mode 100644 user/themes/gilles_acezat/node_modules/component-emitter/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/component-emitter/Readme.md create mode 100644 user/themes/gilles_acezat/node_modules/component-emitter/index.js create mode 100644 user/themes/gilles_acezat/node_modules/component-emitter/package.json create mode 100644 user/themes/gilles_acezat/node_modules/concat-map/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/concat-map/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/concat-map/README.markdown create mode 100644 user/themes/gilles_acezat/node_modules/concat-map/example/map.js create mode 100644 user/themes/gilles_acezat/node_modules/concat-map/index.js create mode 100644 user/themes/gilles_acezat/node_modules/concat-map/package.json create mode 100644 user/themes/gilles_acezat/node_modules/concat-map/test/map.js create mode 100644 user/themes/gilles_acezat/node_modules/console-control-strings/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/console-control-strings/README.md create mode 100644 user/themes/gilles_acezat/node_modules/console-control-strings/README.md~ create mode 100644 user/themes/gilles_acezat/node_modules/console-control-strings/index.js create mode 100644 user/themes/gilles_acezat/node_modules/console-control-strings/package.json create mode 100644 user/themes/gilles_acezat/node_modules/convert-source-map/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/convert-source-map/README.md create mode 100644 user/themes/gilles_acezat/node_modules/convert-source-map/index.js create mode 100644 user/themes/gilles_acezat/node_modules/convert-source-map/package.json create mode 100644 user/themes/gilles_acezat/node_modules/copy-descriptor/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/copy-descriptor/index.js create mode 100644 user/themes/gilles_acezat/node_modules/copy-descriptor/package.json create mode 100644 user/themes/gilles_acezat/node_modules/core-util-is/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/core-util-is/README.md create mode 100644 user/themes/gilles_acezat/node_modules/core-util-is/float.patch create mode 100644 user/themes/gilles_acezat/node_modules/core-util-is/lib/util.js create mode 100644 user/themes/gilles_acezat/node_modules/core-util-is/package.json create mode 100644 user/themes/gilles_acezat/node_modules/core-util-is/test.js create mode 100644 user/themes/gilles_acezat/node_modules/cross-spawn/.editorconfig create mode 100644 user/themes/gilles_acezat/node_modules/cross-spawn/.eslintrc create mode 100644 user/themes/gilles_acezat/node_modules/cross-spawn/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/cross-spawn/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/cross-spawn/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/cross-spawn/README.md create mode 100644 user/themes/gilles_acezat/node_modules/cross-spawn/appveyor.yml create mode 100644 user/themes/gilles_acezat/node_modules/cross-spawn/index.js create mode 100644 user/themes/gilles_acezat/node_modules/cross-spawn/lib/enoent.js create mode 100644 user/themes/gilles_acezat/node_modules/cross-spawn/lib/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/cross-spawn/lib/resolveCommand.js create mode 100644 user/themes/gilles_acezat/node_modules/cross-spawn/node_modules/lru-cache/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/cross-spawn/node_modules/lru-cache/README.md create mode 100644 user/themes/gilles_acezat/node_modules/cross-spawn/node_modules/lru-cache/index.js create mode 100644 user/themes/gilles_acezat/node_modules/cross-spawn/node_modules/lru-cache/package.json create mode 100644 user/themes/gilles_acezat/node_modules/cross-spawn/package.json create mode 100644 user/themes/gilles_acezat/node_modules/css/History.md create mode 100644 user/themes/gilles_acezat/node_modules/css/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/css/Readme.md create mode 100644 user/themes/gilles_acezat/node_modules/css/index.js create mode 100644 user/themes/gilles_acezat/node_modules/css/lib/parse/index.js create mode 100644 user/themes/gilles_acezat/node_modules/css/lib/stringify/compiler.js create mode 100644 user/themes/gilles_acezat/node_modules/css/lib/stringify/compress.js create mode 100644 user/themes/gilles_acezat/node_modules/css/lib/stringify/identity.js create mode 100644 user/themes/gilles_acezat/node_modules/css/lib/stringify/index.js create mode 100644 user/themes/gilles_acezat/node_modules/css/lib/stringify/source-map-support.js create mode 100644 user/themes/gilles_acezat/node_modules/css/node_modules/source-map/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/css/node_modules/source-map/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/css/node_modules/source-map/README.md create mode 100644 user/themes/gilles_acezat/node_modules/css/node_modules/source-map/dist/source-map.debug.js create mode 100644 user/themes/gilles_acezat/node_modules/css/node_modules/source-map/dist/source-map.js create mode 100644 user/themes/gilles_acezat/node_modules/css/node_modules/source-map/dist/source-map.min.js create mode 100644 user/themes/gilles_acezat/node_modules/css/node_modules/source-map/dist/source-map.min.js.map create mode 100644 user/themes/gilles_acezat/node_modules/css/node_modules/source-map/lib/array-set.js create mode 100644 user/themes/gilles_acezat/node_modules/css/node_modules/source-map/lib/base64-vlq.js create mode 100644 user/themes/gilles_acezat/node_modules/css/node_modules/source-map/lib/base64.js create mode 100644 user/themes/gilles_acezat/node_modules/css/node_modules/source-map/lib/binary-search.js create mode 100644 user/themes/gilles_acezat/node_modules/css/node_modules/source-map/lib/mapping-list.js create mode 100644 user/themes/gilles_acezat/node_modules/css/node_modules/source-map/lib/quick-sort.js create mode 100644 user/themes/gilles_acezat/node_modules/css/node_modules/source-map/lib/source-map-consumer.js create mode 100644 user/themes/gilles_acezat/node_modules/css/node_modules/source-map/lib/source-map-generator.js create mode 100644 user/themes/gilles_acezat/node_modules/css/node_modules/source-map/lib/source-node.js create mode 100644 user/themes/gilles_acezat/node_modules/css/node_modules/source-map/lib/util.js create mode 100644 user/themes/gilles_acezat/node_modules/css/node_modules/source-map/package.json create mode 100644 user/themes/gilles_acezat/node_modules/css/node_modules/source-map/source-map.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/css/node_modules/source-map/source-map.js create mode 100644 user/themes/gilles_acezat/node_modules/css/package.json create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/README.md create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/TODO.nani create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/coverage.html create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/lib/core.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/lib/errors.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/lib/format.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/lib/plugin.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/README.md create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/minimatch.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/package.json create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/test/basic.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/test/brace-expand.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/test/caching.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/test/defaults.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/package.json create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/test/add_handler.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/test/configure.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/test/constructor.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/test/get_options_order.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/test/get_syntax.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/test/get_value.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/test/lint_directory.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/test/lint_file.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/test/lint_path.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/test/lint_string.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/test/lint_tree.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/test/process_directory.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/test/process_file.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/test/process_path.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/test/process_string.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/test/process_tree.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/test/set_value.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/test/should_process.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/test/should_process_file.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/test/update_option_order.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb-core/test/use.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/README.md create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/bin/csscomb create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/config/csscomb.json create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/config/yandex.json create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/config/zen.json create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/cli.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/csscomb.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/format.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/gonzales.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/always-semicolon.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/block-indent.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/color-case.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/color-shorthand.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/element-case.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/eof-newline.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/leading-zero.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/quotes.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/remove-empty-rulesets.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/sort-order-fallback.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/sort-order.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-after-colon.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-after-combinator.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-after-opening-brace.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-after-selector-delimiter.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-before-closing-brace.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-before-colon.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-before-combinator.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-before-opening-brace.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-before-selector-delimiter.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-between-declarations.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/strip-spaces.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/tab-size.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/unitless-zero.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/lib/options/vendor-prefix-align.js create mode 100644 user/themes/gilles_acezat/node_modules/csscomb/package.json create mode 100644 user/themes/gilles_acezat/node_modules/currently-unhandled/browser.js create mode 100644 user/themes/gilles_acezat/node_modules/currently-unhandled/core.js create mode 100644 user/themes/gilles_acezat/node_modules/currently-unhandled/index.js create mode 100644 user/themes/gilles_acezat/node_modules/currently-unhandled/license create mode 100644 user/themes/gilles_acezat/node_modules/currently-unhandled/package.json create mode 100644 user/themes/gilles_acezat/node_modules/currently-unhandled/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/d/.lint create mode 100644 user/themes/gilles_acezat/node_modules/d/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/d/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/d/CHANGES create mode 100644 user/themes/gilles_acezat/node_modules/d/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/d/README.md create mode 100644 user/themes/gilles_acezat/node_modules/d/auto-bind.js create mode 100644 user/themes/gilles_acezat/node_modules/d/index.js create mode 100644 user/themes/gilles_acezat/node_modules/d/lazy.js create mode 100644 user/themes/gilles_acezat/node_modules/d/package.json create mode 100644 user/themes/gilles_acezat/node_modules/d/test/auto-bind.js create mode 100644 user/themes/gilles_acezat/node_modules/d/test/index.js create mode 100644 user/themes/gilles_acezat/node_modules/d/test/lazy.js create mode 100644 user/themes/gilles_acezat/node_modules/dashdash/CHANGES.md create mode 100644 user/themes/gilles_acezat/node_modules/dashdash/LICENSE.txt create mode 100644 user/themes/gilles_acezat/node_modules/dashdash/README.md create mode 100644 user/themes/gilles_acezat/node_modules/dashdash/etc/dashdash.bash_completion.in create mode 100644 user/themes/gilles_acezat/node_modules/dashdash/lib/dashdash.js create mode 100644 user/themes/gilles_acezat/node_modules/dashdash/package.json create mode 100644 user/themes/gilles_acezat/node_modules/dateformat/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/dateformat/.vs/ProjectSettings.json create mode 100644 user/themes/gilles_acezat/node_modules/dateformat/.vs/config/applicationhost.config create mode 100644 user/themes/gilles_acezat/node_modules/dateformat/.vs/node-dateformat/v15/.suo create mode 100644 user/themes/gilles_acezat/node_modules/dateformat/.vs/slnx.sqlite create mode 100644 user/themes/gilles_acezat/node_modules/dateformat/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/dateformat/Readme.md create mode 100644 user/themes/gilles_acezat/node_modules/dateformat/lib/dateformat.js create mode 100644 user/themes/gilles_acezat/node_modules/dateformat/package.json create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/README.md create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/index.js create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/node_modules/debug/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/node_modules/debug/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/node_modules/debug/README.md create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/node_modules/debug/dist/debug.js create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/node_modules/debug/node.js create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/node_modules/debug/package.json create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/node_modules/debug/src/browser.js create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/node_modules/debug/src/common.js create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/node_modules/debug/src/index.js create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/node_modules/debug/src/node.js create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/node_modules/ms/index.js create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/node_modules/ms/license.md create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/node_modules/ms/package.json create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/node_modules/ms/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/node_modules/object-assign/index.js create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/node_modules/object-assign/license create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/node_modules/object-assign/package.json create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/node_modules/object-assign/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/package.json create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/src/debugFabFactory.js create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/src/formatArgs.js create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/src/lazy-eval.js create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/src/spawn.js create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/yarn-error.log create mode 100644 user/themes/gilles_acezat/node_modules/debug-fabulous/yarn.lock create mode 100644 user/themes/gilles_acezat/node_modules/debug/.coveralls.yml create mode 100644 user/themes/gilles_acezat/node_modules/debug/.eslintrc create mode 100644 user/themes/gilles_acezat/node_modules/debug/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/debug/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/debug/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/debug/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/debug/Makefile create mode 100644 user/themes/gilles_acezat/node_modules/debug/README.md create mode 100644 user/themes/gilles_acezat/node_modules/debug/component.json create mode 100644 user/themes/gilles_acezat/node_modules/debug/karma.conf.js create mode 100644 user/themes/gilles_acezat/node_modules/debug/node.js create mode 100644 user/themes/gilles_acezat/node_modules/debug/package.json create mode 100644 user/themes/gilles_acezat/node_modules/debug/src/browser.js create mode 100644 user/themes/gilles_acezat/node_modules/debug/src/debug.js create mode 100644 user/themes/gilles_acezat/node_modules/debug/src/index.js create mode 100644 user/themes/gilles_acezat/node_modules/debug/src/inspector-log.js create mode 100644 user/themes/gilles_acezat/node_modules/debug/src/node.js create mode 100644 user/themes/gilles_acezat/node_modules/decamelize/index.js create mode 100644 user/themes/gilles_acezat/node_modules/decamelize/license create mode 100644 user/themes/gilles_acezat/node_modules/decamelize/package.json create mode 100644 user/themes/gilles_acezat/node_modules/decamelize/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/decode-uri-component/index.js create mode 100644 user/themes/gilles_acezat/node_modules/decode-uri-component/license create mode 100644 user/themes/gilles_acezat/node_modules/decode-uri-component/package.json create mode 100644 user/themes/gilles_acezat/node_modules/decode-uri-component/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/defaults/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/defaults/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/defaults/README.md create mode 100644 user/themes/gilles_acezat/node_modules/defaults/index.js create mode 100644 user/themes/gilles_acezat/node_modules/defaults/package.json create mode 100644 user/themes/gilles_acezat/node_modules/defaults/test.js create mode 100644 user/themes/gilles_acezat/node_modules/define-property/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/define-property/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/define-property/README.md create mode 100644 user/themes/gilles_acezat/node_modules/define-property/index.js create mode 100644 user/themes/gilles_acezat/node_modules/define-property/node_modules/is-accessor-descriptor/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/define-property/node_modules/is-accessor-descriptor/README.md create mode 100644 user/themes/gilles_acezat/node_modules/define-property/node_modules/is-accessor-descriptor/index.js create mode 100644 user/themes/gilles_acezat/node_modules/define-property/node_modules/is-accessor-descriptor/package.json create mode 100644 user/themes/gilles_acezat/node_modules/define-property/node_modules/is-data-descriptor/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/define-property/node_modules/is-data-descriptor/README.md create mode 100644 user/themes/gilles_acezat/node_modules/define-property/node_modules/is-data-descriptor/index.js create mode 100644 user/themes/gilles_acezat/node_modules/define-property/node_modules/is-data-descriptor/package.json create mode 100644 user/themes/gilles_acezat/node_modules/define-property/node_modules/is-descriptor/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/define-property/node_modules/is-descriptor/README.md create mode 100644 user/themes/gilles_acezat/node_modules/define-property/node_modules/is-descriptor/index.js create mode 100644 user/themes/gilles_acezat/node_modules/define-property/node_modules/is-descriptor/package.json create mode 100644 user/themes/gilles_acezat/node_modules/define-property/package.json create mode 100644 user/themes/gilles_acezat/node_modules/delayed-stream/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/delayed-stream/License create mode 100644 user/themes/gilles_acezat/node_modules/delayed-stream/Makefile create mode 100644 user/themes/gilles_acezat/node_modules/delayed-stream/Readme.md create mode 100644 user/themes/gilles_acezat/node_modules/delayed-stream/lib/delayed_stream.js create mode 100644 user/themes/gilles_acezat/node_modules/delayed-stream/package.json create mode 100644 user/themes/gilles_acezat/node_modules/delegates/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/delegates/History.md create mode 100644 user/themes/gilles_acezat/node_modules/delegates/License create mode 100644 user/themes/gilles_acezat/node_modules/delegates/Makefile create mode 100644 user/themes/gilles_acezat/node_modules/delegates/Readme.md create mode 100644 user/themes/gilles_acezat/node_modules/delegates/index.js create mode 100644 user/themes/gilles_acezat/node_modules/delegates/package.json create mode 100644 user/themes/gilles_acezat/node_modules/delegates/test/index.js create mode 100644 user/themes/gilles_acezat/node_modules/deprecated/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/deprecated/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/deprecated/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/deprecated/README.md create mode 100644 user/themes/gilles_acezat/node_modules/deprecated/index.js create mode 100644 user/themes/gilles_acezat/node_modules/deprecated/package.json create mode 100644 user/themes/gilles_acezat/node_modules/deprecated/test/field.js create mode 100644 user/themes/gilles_acezat/node_modules/deprecated/test/method.js create mode 100644 user/themes/gilles_acezat/node_modules/detect-file/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/detect-file/README.md create mode 100644 user/themes/gilles_acezat/node_modules/detect-file/index.js create mode 100644 user/themes/gilles_acezat/node_modules/detect-file/package.json create mode 100644 user/themes/gilles_acezat/node_modules/detect-newline/index.js create mode 100644 user/themes/gilles_acezat/node_modules/detect-newline/license create mode 100644 user/themes/gilles_acezat/node_modules/detect-newline/package.json create mode 100644 user/themes/gilles_acezat/node_modules/detect-newline/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/duplexer2/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/duplexer2/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/duplexer2/LICENSE.md create mode 100644 user/themes/gilles_acezat/node_modules/duplexer2/README.md create mode 100644 user/themes/gilles_acezat/node_modules/duplexer2/example.js create mode 100644 user/themes/gilles_acezat/node_modules/duplexer2/index.js create mode 100644 user/themes/gilles_acezat/node_modules/duplexer2/package.json create mode 100644 user/themes/gilles_acezat/node_modules/duplexer2/test/tests.js create mode 100644 user/themes/gilles_acezat/node_modules/ecc-jsbn/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/ecc-jsbn/README.md create mode 100644 user/themes/gilles_acezat/node_modules/ecc-jsbn/index.js create mode 100644 user/themes/gilles_acezat/node_modules/ecc-jsbn/lib/LICENSE-jsbn create mode 100644 user/themes/gilles_acezat/node_modules/ecc-jsbn/lib/ec.js create mode 100644 user/themes/gilles_acezat/node_modules/ecc-jsbn/lib/sec.js create mode 100644 user/themes/gilles_acezat/node_modules/ecc-jsbn/package.json create mode 100644 user/themes/gilles_acezat/node_modules/ecc-jsbn/test.js create mode 100644 user/themes/gilles_acezat/node_modules/electron-to-chromium/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/electron-to-chromium/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/electron-to-chromium/README.md create mode 100644 user/themes/gilles_acezat/node_modules/electron-to-chromium/chromium-versions.js create mode 100644 user/themes/gilles_acezat/node_modules/electron-to-chromium/full-chromium-versions.js create mode 100644 user/themes/gilles_acezat/node_modules/electron-to-chromium/full-versions.js create mode 100644 user/themes/gilles_acezat/node_modules/electron-to-chromium/index.js create mode 100644 user/themes/gilles_acezat/node_modules/electron-to-chromium/package.json create mode 100644 user/themes/gilles_acezat/node_modules/electron-to-chromium/versions.js create mode 100644 user/themes/gilles_acezat/node_modules/end-of-stream/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/end-of-stream/README.md create mode 100644 user/themes/gilles_acezat/node_modules/end-of-stream/index.js create mode 100644 user/themes/gilles_acezat/node_modules/end-of-stream/package.json create mode 100644 user/themes/gilles_acezat/node_modules/end-of-stream/test.js create mode 100644 user/themes/gilles_acezat/node_modules/error-ex/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/error-ex/README.md create mode 100644 user/themes/gilles_acezat/node_modules/error-ex/index.js create mode 100644 user/themes/gilles_acezat/node_modules/error-ex/package.json create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/.editorconfig create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/CHANGES create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/README.md create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/@@iterator/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/@@iterator/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/@@iterator/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/@@iterator/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/_compare-by-length.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/binary-search.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/clear.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/compact.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/concat/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/concat/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/concat/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/concat/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/contains.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/copy-within/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/copy-within/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/copy-within/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/copy-within/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/diff.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/e-index-of.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/e-last-index-of.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/entries/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/entries/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/entries/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/entries/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/exclusion.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/fill/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/fill/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/fill/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/fill/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/filter/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/filter/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/filter/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/filter/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/find-index/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/find-index/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/find-index/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/find-index/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/find/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/find/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/find/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/find/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/first-index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/first.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/flatten.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/for-each-right.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/group.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/indexes-of.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/intersection.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/is-copy.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/is-empty.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/is-uniq.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/keys/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/keys/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/keys/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/keys/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/last-index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/last.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/map/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/map/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/map/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/map/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/remove.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/separate.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/slice/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/slice/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/slice/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/slice/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/some-right.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/splice/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/splice/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/splice/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/splice/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/uniq.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/values/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/values/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/values/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/#/values/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/_is-extensible.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/_sub-array-dummy-safe.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/_sub-array-dummy.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/from/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/from/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/from/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/from/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/generate.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/is-plain-array.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/of/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/of/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/of/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/of/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/to-array.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/array/valid-array.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/boolean/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/boolean/is-boolean.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/date/#/copy.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/date/#/days-in-month.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/date/#/floor-day.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/date/#/floor-month.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/date/#/floor-year.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/date/#/format.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/date/#/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/date/ensure-time-value.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/date/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/date/is-date.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/date/is-time-value.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/date/valid-date.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/error/#/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/error/#/throw.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/error/custom.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/error/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/error/is-error.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/error/valid-error.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/function/#/compose.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/function/#/copy.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/function/#/curry.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/function/#/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/function/#/lock.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/function/#/microtask-delay.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/function/#/not.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/function/#/partial.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/function/#/spread.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/function/#/to-string-tokens.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/function/_define-length.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/function/constant.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/function/identity.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/function/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/function/invoke.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/function/is-arguments.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/function/is-function.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/function/noop.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/function/pluck.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/function/valid-function.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/global.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/iterable/for-each.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/iterable/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/iterable/is.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/iterable/validate-object.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/iterable/validate.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/json/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/json/safe-stringify.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/_decimal-adjust.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/_pack-ieee754.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/_unpack-ieee754.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/acosh/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/acosh/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/acosh/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/acosh/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/asinh/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/asinh/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/asinh/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/asinh/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/atanh/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/atanh/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/atanh/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/atanh/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/cbrt/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/cbrt/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/cbrt/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/cbrt/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/ceil-10.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/clz32/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/clz32/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/clz32/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/clz32/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/cosh/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/cosh/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/cosh/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/cosh/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/expm1/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/expm1/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/expm1/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/expm1/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/floor-10.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/fround/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/fround/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/fround/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/fround/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/hypot/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/hypot/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/hypot/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/hypot/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/imul/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/imul/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/imul/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/imul/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/log10/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/log10/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/log10/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/log10/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/log1p/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/log1p/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/log1p/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/log1p/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/log2/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/log2/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/log2/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/log2/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/round-10.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/sign/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/sign/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/sign/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/sign/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/sinh/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/sinh/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/sinh/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/sinh/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/tanh/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/tanh/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/tanh/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/tanh/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/trunc/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/trunc/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/trunc/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/math/trunc/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/#/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/#/pad.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/epsilon/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/epsilon/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/epsilon/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/is-finite/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/is-finite/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/is-finite/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/is-finite/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/is-integer/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/is-integer/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/is-integer/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/is-integer/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/is-nan/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/is-nan/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/is-nan/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/is-nan/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/is-natural.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/is-number.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/is-safe-integer/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/is-safe-integer/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/is-safe-integer/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/is-safe-integer/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/max-safe-integer/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/max-safe-integer/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/max-safe-integer/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/min-safe-integer/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/min-safe-integer/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/min-safe-integer/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/to-integer.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/to-pos-integer.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/number/to-uint32.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/_iterate.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/assign-deep.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/assign/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/assign/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/assign/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/assign/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/clear.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/compact.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/compare.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/copy-deep.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/copy.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/count.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/create.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/ensure-array.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/ensure-finite-number.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/ensure-integer.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/ensure-natural-number-value.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/ensure-natural-number.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/ensure-plain-function.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/ensure-promise.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/ensure-thenable.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/entries/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/entries/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/entries/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/entries/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/eq.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/every.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/filter.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/find-key.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/find.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/first-key.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/flatten.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/for-each.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/get-property-names.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/is-array-like.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/is-callable.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/is-copy-deep.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/is-copy.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/is-empty.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/is-finite-number.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/is-integer.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/is-natural-number-value.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/is-natural-number.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/is-number-value.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/is-object.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/is-plain-function.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/is-plain-object.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/is-promise.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/is-thenable.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/is-value.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/is.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/key-of.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/keys/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/keys/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/keys/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/keys/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/map-keys.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/map.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/mixin-prototypes.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/mixin.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/normalize-options.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/primitive-set.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/safe-traverse.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/serialize.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/set-prototype-of/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/set-prototype-of/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/set-prototype-of/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/set-prototype-of/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/some.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/to-array.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/unserialize.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/valid-callable.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/valid-object.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/valid-value.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/validate-array-like-object.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/validate-array-like.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/validate-stringifiable-value.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/object/validate-stringifiable.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/optional-chaining.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/package.json create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/promise/#/as-callback.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/promise/#/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/promise/.eslintrc.json create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/promise/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/promise/lazy.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/is-sticky.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/is-unicode.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/match/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/match/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/match/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/match/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/replace/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/replace/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/replace/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/replace/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/search/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/search/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/search/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/search/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/split/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/split/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/split/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/split/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/sticky/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/sticky/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/unicode/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/#/unicode/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/escape.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/is-reg-exp.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/reg-exp/valid-reg-exp.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/safe-to-string.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/@@iterator/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/@@iterator/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/@@iterator/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/@@iterator/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/at.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/camel-to-hyphen.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/capitalize.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/case-insensitive-compare.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/code-point-at/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/code-point-at/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/code-point-at/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/code-point-at/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/contains/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/contains/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/contains/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/contains/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/count.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/ends-with/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/ends-with/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/ends-with/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/ends-with/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/hyphen-to-camel.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/indent.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/last.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/normalize/_data.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/normalize/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/normalize/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/normalize/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/normalize/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/pad.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/plain-replace-all.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/plain-replace.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/repeat/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/repeat/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/repeat/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/repeat/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/starts-with/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/starts-with/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/starts-with/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/starts-with/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/#/uncapitalize.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/format-method.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/from-code-point/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/from-code-point/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/from-code-point/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/from-code-point/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/is-string.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/random-uniq.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/random.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/raw/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/raw/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/raw/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/string/raw/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/.eslintrc.json create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/__tad.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/@@iterator/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/@@iterator/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/@@iterator/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/@@iterator/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/_compare-by-length.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/binary-search.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/clear.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/compact.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/concat/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/concat/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/concat/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/concat/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/contains.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/copy-within/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/copy-within/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/copy-within/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/copy-within/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/diff.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/e-index-of.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/e-last-index-of.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/entries/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/entries/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/entries/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/entries/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/exclusion.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/fill/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/fill/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/fill/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/fill/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/filter/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/filter/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/filter/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/filter/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/find-index/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/find-index/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/find-index/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/find-index/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/find/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/find/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/find/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/find/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/first-index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/first.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/flatten.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/for-each-right.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/group.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/indexes-of.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/intersection.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/is-copy.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/is-empty.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/is-uniq.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/keys/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/keys/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/keys/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/keys/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/last-index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/last.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/map/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/map/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/map/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/map/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/remove.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/separate.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/slice/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/slice/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/slice/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/slice/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/some-right.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/splice/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/splice/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/splice/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/splice/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/uniq.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/values/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/values/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/values/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/#/values/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/__scopes.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/_is-extensible.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/_sub-array-dummy-safe.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/_sub-array-dummy.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/from/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/from/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/from/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/from/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/generate.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/is-plain-array.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/of/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/of/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/of/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/of/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/to-array.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/array/valid-array.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/boolean/is-boolean.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/date/#/copy.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/date/#/days-in-month.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/date/#/floor-day.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/date/#/floor-month.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/date/#/floor-year.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/date/#/format.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/date/ensure-time-value.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/date/is-date.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/date/is-time-value.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/date/valid-date.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/error/#/throw.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/error/custom.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/error/is-error.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/error/valid-error.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/function/#/compose.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/function/#/copy.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/function/#/curry.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/function/#/lock.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/function/#/microtask-delay.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/function/#/not.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/function/#/partial.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/function/#/spread.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/function/#/to-string-tokens.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/function/_define-length.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/function/constant.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/function/identity.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/function/invoke.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/function/is-arguments.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/function/is-function.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/function/noop.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/function/pluck.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/function/valid-function.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/global.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/iterable/for-each.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/iterable/is.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/iterable/validate-object.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/iterable/validate.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/json/safe-stringify.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/_decimal-adjust.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/_pack-ieee754.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/_unpack-ieee754.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/acosh/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/acosh/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/acosh/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/acosh/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/asinh/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/asinh/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/asinh/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/asinh/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/atanh/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/atanh/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/atanh/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/atanh/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/cbrt/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/cbrt/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/cbrt/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/cbrt/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/ceil-10.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/clz32/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/clz32/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/clz32/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/clz32/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/cosh/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/cosh/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/cosh/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/cosh/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/expm1/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/expm1/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/expm1/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/expm1/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/floor-10.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/fround/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/fround/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/fround/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/fround/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/hypot/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/hypot/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/hypot/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/hypot/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/imul/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/imul/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/imul/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/imul/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/log10/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/log10/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/log10/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/log10/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/log1p/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/log1p/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/log1p/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/log1p/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/log2/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/log2/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/log2/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/log2/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/round-10.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/sign/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/sign/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/sign/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/sign/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/sinh/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/sinh/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/sinh/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/sinh/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/tanh/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/tanh/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/tanh/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/tanh/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/trunc/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/trunc/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/trunc/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/math/trunc/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/#/pad.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/epsilon/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/epsilon/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/epsilon/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/is-finite/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/is-finite/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/is-finite/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/is-finite/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/is-integer/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/is-integer/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/is-integer/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/is-integer/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/is-nan/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/is-nan/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/is-nan/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/is-nan/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/is-natural.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/is-number.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/is-safe-integer/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/is-safe-integer/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/is-safe-integer/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/is-safe-integer/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/max-safe-integer/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/max-safe-integer/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/max-safe-integer/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/min-safe-integer/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/min-safe-integer/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/min-safe-integer/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/to-integer.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/to-pos-integer.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/number/to-uint32.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/_iterate.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/assign-deep.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/assign/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/assign/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/assign/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/assign/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/clear.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/compact.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/compare.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/copy-deep.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/copy.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/count.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/create.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/ensure-array.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/ensure-finite-number.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/ensure-integer.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/ensure-natural-number-value.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/ensure-natural-number.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/ensure-plain-function.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/ensure-promise.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/ensure-thenable.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/entries/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/entries/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/entries/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/entries/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/eq.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/every.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/filter.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/find-key.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/find.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/first-key.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/flatten.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/for-each.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/get-property-names.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/is-array-like.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/is-callable.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/is-copy-deep.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/is-copy.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/is-empty.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/is-finite-number.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/is-integer.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/is-natural-number-value.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/is-natural-number.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/is-number-value.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/is-object.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/is-plain-function.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/is-plain-object.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/is-promise.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/is-thenable.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/is-value.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/is.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/key-of.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/keys/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/keys/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/keys/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/keys/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/map-keys.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/map.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/mixin-prototypes.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/mixin.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/normalize-options.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/primitive-set.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/safe-traverse.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/serialize.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/set-prototype-of/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/set-prototype-of/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/set-prototype-of/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/set-prototype-of/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/some.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/to-array.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/unserialize.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/valid-callable.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/valid-object.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/valid-value.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/validate-array-like-object.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/validate-array-like.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/validate-stringifiable-value.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/object/validate-stringifiable.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/optional-chaining.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/promise/#/as-callback.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/promise/.eslintrc.json create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/promise/lazy.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/is-sticky.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/is-unicode.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/match/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/match/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/match/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/match/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/replace/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/replace/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/replace/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/replace/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/search/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/search/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/search/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/search/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/split/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/split/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/split/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/split/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/sticky/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/sticky/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/unicode/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/#/unicode/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/escape.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/is-reg-exp.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/reg-exp/valid-reg-exp.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/safe-to-string.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/@@iterator/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/@@iterator/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/@@iterator/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/@@iterator/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/at.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/camel-to-hyphen.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/capitalize.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/case-insensitive-compare.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/code-point-at/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/code-point-at/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/code-point-at/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/code-point-at/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/contains/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/contains/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/contains/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/contains/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/count.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/ends-with/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/ends-with/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/ends-with/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/ends-with/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/hyphen-to-camel.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/indent.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/last.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/normalize/_data.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/normalize/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/normalize/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/normalize/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/normalize/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/pad.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/plain-replace-all.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/plain-replace.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/repeat/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/repeat/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/repeat/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/repeat/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/starts-with/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/starts-with/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/starts-with/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/starts-with/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/#/uncapitalize.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/format-method.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/from-code-point/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/from-code-point/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/from-code-point/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/from-code-point/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/is-string.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/random-uniq.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/random.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/raw/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/raw/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/raw/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/string/raw/shim.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/test/to-short-string-representation.js create mode 100644 user/themes/gilles_acezat/node_modules/es5-ext/to-short-string-representation.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/#/chain.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/.editorconfig create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/CHANGES create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/README.md create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/appveyor.yml create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/array.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/for-of.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/get.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/is-iterable.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/package.json create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/string.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/test/#/chain.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/test/.eslintrc.json create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/test/array.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/test/for-of.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/test/get.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/test/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/test/is-iterable.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/test/string.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/test/valid-iterable.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-iterator/valid-iterable.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-symbol/.lint create mode 100644 user/themes/gilles_acezat/node_modules/es6-symbol/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/es6-symbol/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/es6-symbol/CHANGES create mode 100644 user/themes/gilles_acezat/node_modules/es6-symbol/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/es6-symbol/README.md create mode 100644 user/themes/gilles_acezat/node_modules/es6-symbol/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-symbol/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-symbol/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-symbol/is-native-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-symbol/is-symbol.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-symbol/package.json create mode 100644 user/themes/gilles_acezat/node_modules/es6-symbol/polyfill.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-symbol/test/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-symbol/test/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-symbol/test/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-symbol/test/is-native-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-symbol/test/is-symbol.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-symbol/test/polyfill.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-symbol/test/validate-symbol.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-symbol/validate-symbol.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-weak-map/.lint create mode 100644 user/themes/gilles_acezat/node_modules/es6-weak-map/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/es6-weak-map/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/es6-weak-map/CHANGES create mode 100644 user/themes/gilles_acezat/node_modules/es6-weak-map/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/es6-weak-map/README.md create mode 100644 user/themes/gilles_acezat/node_modules/es6-weak-map/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-weak-map/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-weak-map/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-weak-map/is-native-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-weak-map/is-weak-map.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-weak-map/package.json create mode 100644 user/themes/gilles_acezat/node_modules/es6-weak-map/polyfill.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-weak-map/test/implement.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-weak-map/test/index.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-weak-map/test/is-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-weak-map/test/is-native-implemented.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-weak-map/test/is-weak-map.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-weak-map/test/polyfill.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-weak-map/test/valid-weak-map.js create mode 100644 user/themes/gilles_acezat/node_modules/es6-weak-map/valid-weak-map.js create mode 100644 user/themes/gilles_acezat/node_modules/escape-string-regexp/index.js create mode 100644 user/themes/gilles_acezat/node_modules/escape-string-regexp/license create mode 100644 user/themes/gilles_acezat/node_modules/escape-string-regexp/package.json create mode 100644 user/themes/gilles_acezat/node_modules/escape-string-regexp/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/event-emitter/.lint create mode 100644 user/themes/gilles_acezat/node_modules/event-emitter/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/event-emitter/.testignore create mode 100644 user/themes/gilles_acezat/node_modules/event-emitter/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/event-emitter/CHANGES create mode 100644 user/themes/gilles_acezat/node_modules/event-emitter/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/event-emitter/README.md create mode 100644 user/themes/gilles_acezat/node_modules/event-emitter/all-off.js create mode 100644 user/themes/gilles_acezat/node_modules/event-emitter/benchmark/many-on.js create mode 100644 user/themes/gilles_acezat/node_modules/event-emitter/benchmark/single-on.js create mode 100644 user/themes/gilles_acezat/node_modules/event-emitter/emit-error.js create mode 100644 user/themes/gilles_acezat/node_modules/event-emitter/has-listeners.js create mode 100644 user/themes/gilles_acezat/node_modules/event-emitter/index.js create mode 100644 user/themes/gilles_acezat/node_modules/event-emitter/package.json create mode 100644 user/themes/gilles_acezat/node_modules/event-emitter/pipe.js create mode 100644 user/themes/gilles_acezat/node_modules/event-emitter/test/all-off.js create mode 100644 user/themes/gilles_acezat/node_modules/event-emitter/test/emit-error.js create mode 100644 user/themes/gilles_acezat/node_modules/event-emitter/test/has-listeners.js create mode 100644 user/themes/gilles_acezat/node_modules/event-emitter/test/index.js create mode 100644 user/themes/gilles_acezat/node_modules/event-emitter/test/pipe.js create mode 100644 user/themes/gilles_acezat/node_modules/event-emitter/test/unify.js create mode 100644 user/themes/gilles_acezat/node_modules/event-emitter/unify.js create mode 100644 user/themes/gilles_acezat/node_modules/expand-brackets/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/expand-brackets/README.md create mode 100644 user/themes/gilles_acezat/node_modules/expand-brackets/changelog.md create mode 100644 user/themes/gilles_acezat/node_modules/expand-brackets/index.js create mode 100644 user/themes/gilles_acezat/node_modules/expand-brackets/lib/compilers.js create mode 100644 user/themes/gilles_acezat/node_modules/expand-brackets/lib/parsers.js create mode 100644 user/themes/gilles_acezat/node_modules/expand-brackets/lib/utils.js create mode 100644 user/themes/gilles_acezat/node_modules/expand-brackets/node_modules/define-property/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/expand-brackets/node_modules/define-property/README.md create mode 100644 user/themes/gilles_acezat/node_modules/expand-brackets/node_modules/define-property/index.js create mode 100644 user/themes/gilles_acezat/node_modules/expand-brackets/node_modules/define-property/package.json create mode 100644 user/themes/gilles_acezat/node_modules/expand-brackets/node_modules/extend-shallow/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/expand-brackets/node_modules/extend-shallow/README.md create mode 100644 user/themes/gilles_acezat/node_modules/expand-brackets/node_modules/extend-shallow/index.js create mode 100644 user/themes/gilles_acezat/node_modules/expand-brackets/node_modules/extend-shallow/package.json create mode 100644 user/themes/gilles_acezat/node_modules/expand-brackets/package.json create mode 100644 user/themes/gilles_acezat/node_modules/expand-tilde/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/expand-tilde/README.md create mode 100644 user/themes/gilles_acezat/node_modules/expand-tilde/index.js create mode 100644 user/themes/gilles_acezat/node_modules/expand-tilde/package.json create mode 100644 user/themes/gilles_acezat/node_modules/extend-shallow/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/extend-shallow/README.md create mode 100644 user/themes/gilles_acezat/node_modules/extend-shallow/index.js create mode 100644 user/themes/gilles_acezat/node_modules/extend-shallow/node_modules/is-extendable/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/extend-shallow/node_modules/is-extendable/README.md create mode 100644 user/themes/gilles_acezat/node_modules/extend-shallow/node_modules/is-extendable/index.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/extend-shallow/node_modules/is-extendable/index.js create mode 100644 user/themes/gilles_acezat/node_modules/extend-shallow/node_modules/is-extendable/package.json create mode 100644 user/themes/gilles_acezat/node_modules/extend-shallow/package.json create mode 100644 user/themes/gilles_acezat/node_modules/extend/.editorconfig create mode 100644 user/themes/gilles_acezat/node_modules/extend/.eslintrc create mode 100644 user/themes/gilles_acezat/node_modules/extend/.jscs.json create mode 100644 user/themes/gilles_acezat/node_modules/extend/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/extend/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/extend/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/extend/README.md create mode 100644 user/themes/gilles_acezat/node_modules/extend/component.json create mode 100644 user/themes/gilles_acezat/node_modules/extend/index.js create mode 100644 user/themes/gilles_acezat/node_modules/extend/package.json create mode 100644 user/themes/gilles_acezat/node_modules/extglob/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/extglob/README.md create mode 100644 user/themes/gilles_acezat/node_modules/extglob/changelog.md create mode 100644 user/themes/gilles_acezat/node_modules/extglob/index.js create mode 100644 user/themes/gilles_acezat/node_modules/extglob/lib/compilers.js create mode 100644 user/themes/gilles_acezat/node_modules/extglob/lib/extglob.js create mode 100644 user/themes/gilles_acezat/node_modules/extglob/lib/parsers.js create mode 100644 user/themes/gilles_acezat/node_modules/extglob/lib/utils.js create mode 100644 user/themes/gilles_acezat/node_modules/extglob/node_modules/define-property/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/extglob/node_modules/define-property/README.md create mode 100644 user/themes/gilles_acezat/node_modules/extglob/node_modules/define-property/index.js create mode 100644 user/themes/gilles_acezat/node_modules/extglob/node_modules/define-property/package.json create mode 100644 user/themes/gilles_acezat/node_modules/extglob/node_modules/extend-shallow/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/extglob/node_modules/extend-shallow/README.md create mode 100644 user/themes/gilles_acezat/node_modules/extglob/node_modules/extend-shallow/index.js create mode 100644 user/themes/gilles_acezat/node_modules/extglob/node_modules/extend-shallow/package.json create mode 100644 user/themes/gilles_acezat/node_modules/extglob/node_modules/is-accessor-descriptor/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/extglob/node_modules/is-accessor-descriptor/README.md create mode 100644 user/themes/gilles_acezat/node_modules/extglob/node_modules/is-accessor-descriptor/index.js create mode 100644 user/themes/gilles_acezat/node_modules/extglob/node_modules/is-accessor-descriptor/package.json create mode 100644 user/themes/gilles_acezat/node_modules/extglob/node_modules/is-data-descriptor/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/extglob/node_modules/is-data-descriptor/README.md create mode 100644 user/themes/gilles_acezat/node_modules/extglob/node_modules/is-data-descriptor/index.js create mode 100644 user/themes/gilles_acezat/node_modules/extglob/node_modules/is-data-descriptor/package.json create mode 100644 user/themes/gilles_acezat/node_modules/extglob/node_modules/is-descriptor/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/extglob/node_modules/is-descriptor/README.md create mode 100644 user/themes/gilles_acezat/node_modules/extglob/node_modules/is-descriptor/index.js create mode 100644 user/themes/gilles_acezat/node_modules/extglob/node_modules/is-descriptor/package.json create mode 100644 user/themes/gilles_acezat/node_modules/extglob/package.json create mode 100644 user/themes/gilles_acezat/node_modules/extsprintf/.gitmodules create mode 100644 user/themes/gilles_acezat/node_modules/extsprintf/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/extsprintf/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/extsprintf/Makefile create mode 100644 user/themes/gilles_acezat/node_modules/extsprintf/Makefile.targ create mode 100644 user/themes/gilles_acezat/node_modules/extsprintf/README.md create mode 100644 user/themes/gilles_acezat/node_modules/extsprintf/jsl.node.conf create mode 100644 user/themes/gilles_acezat/node_modules/extsprintf/lib/extsprintf.js create mode 100644 user/themes/gilles_acezat/node_modules/extsprintf/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fancy-log/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fancy-log/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fancy-log/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fancy-log/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fast-deep-equal/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fast-deep-equal/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fast-deep-equal/index.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/fast-deep-equal/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fast-deep-equal/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fast-json-stable-stringify/.eslintrc.yml create mode 100644 user/themes/gilles_acezat/node_modules/fast-json-stable-stringify/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/fast-json-stable-stringify/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/fast-json-stable-stringify/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fast-json-stable-stringify/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fast-json-stable-stringify/benchmark/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fast-json-stable-stringify/benchmark/test.json create mode 100644 user/themes/gilles_acezat/node_modules/fast-json-stable-stringify/example/key_cmp.js create mode 100644 user/themes/gilles_acezat/node_modules/fast-json-stable-stringify/example/nested.js create mode 100644 user/themes/gilles_acezat/node_modules/fast-json-stable-stringify/example/str.js create mode 100644 user/themes/gilles_acezat/node_modules/fast-json-stable-stringify/example/value_cmp.js create mode 100644 user/themes/gilles_acezat/node_modules/fast-json-stable-stringify/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fast-json-stable-stringify/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fast-json-stable-stringify/test/cmp.js create mode 100644 user/themes/gilles_acezat/node_modules/fast-json-stable-stringify/test/nested.js create mode 100644 user/themes/gilles_acezat/node_modules/fast-json-stable-stringify/test/str.js create mode 100644 user/themes/gilles_acezat/node_modules/fast-json-stable-stringify/test/to-json.js create mode 100644 user/themes/gilles_acezat/node_modules/fill-range/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fill-range/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fill-range/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fill-range/node_modules/extend-shallow/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fill-range/node_modules/extend-shallow/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fill-range/node_modules/extend-shallow/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fill-range/node_modules/extend-shallow/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fill-range/package.json create mode 100644 user/themes/gilles_acezat/node_modules/find-index/README.md create mode 100644 user/themes/gilles_acezat/node_modules/find-index/index.js create mode 100644 user/themes/gilles_acezat/node_modules/find-index/last.js create mode 100644 user/themes/gilles_acezat/node_modules/find-index/package.json create mode 100644 user/themes/gilles_acezat/node_modules/find-up/index.js create mode 100644 user/themes/gilles_acezat/node_modules/find-up/license create mode 100644 user/themes/gilles_acezat/node_modules/find-up/package.json create mode 100644 user/themes/gilles_acezat/node_modules/find-up/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/findup-sync/README.md create mode 100644 user/themes/gilles_acezat/node_modules/findup-sync/index.js create mode 100644 user/themes/gilles_acezat/node_modules/findup-sync/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fined/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fined/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fined/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fined/package.json create mode 100644 user/themes/gilles_acezat/node_modules/first-chunk-stream/index.js create mode 100644 user/themes/gilles_acezat/node_modules/first-chunk-stream/package.json create mode 100644 user/themes/gilles_acezat/node_modules/first-chunk-stream/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/flagged-respawn/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/flagged-respawn/README.md create mode 100644 user/themes/gilles_acezat/node_modules/flagged-respawn/index.js create mode 100644 user/themes/gilles_acezat/node_modules/flagged-respawn/lib/is-v8flags.js create mode 100644 user/themes/gilles_acezat/node_modules/flagged-respawn/lib/remover.js create mode 100644 user/themes/gilles_acezat/node_modules/flagged-respawn/lib/reorder.js create mode 100644 user/themes/gilles_acezat/node_modules/flagged-respawn/lib/respawn.js create mode 100644 user/themes/gilles_acezat/node_modules/flagged-respawn/package.json create mode 100644 user/themes/gilles_acezat/node_modules/for-in/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/for-in/README.md create mode 100644 user/themes/gilles_acezat/node_modules/for-in/index.js create mode 100644 user/themes/gilles_acezat/node_modules/for-in/package.json create mode 100644 user/themes/gilles_acezat/node_modules/for-own/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/for-own/README.md create mode 100644 user/themes/gilles_acezat/node_modules/for-own/index.js create mode 100644 user/themes/gilles_acezat/node_modules/for-own/package.json create mode 100644 user/themes/gilles_acezat/node_modules/forever-agent/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/forever-agent/README.md create mode 100644 user/themes/gilles_acezat/node_modules/forever-agent/index.js create mode 100644 user/themes/gilles_acezat/node_modules/forever-agent/package.json create mode 100644 user/themes/gilles_acezat/node_modules/form-data/License create mode 100644 user/themes/gilles_acezat/node_modules/form-data/README.md create mode 100644 user/themes/gilles_acezat/node_modules/form-data/README.md.bak create mode 100644 user/themes/gilles_acezat/node_modules/form-data/lib/browser.js create mode 100644 user/themes/gilles_acezat/node_modules/form-data/lib/form_data.js create mode 100644 user/themes/gilles_acezat/node_modules/form-data/lib/populate.js create mode 100644 user/themes/gilles_acezat/node_modules/form-data/package.json create mode 100644 user/themes/gilles_acezat/node_modules/form-data/yarn.lock create mode 100644 user/themes/gilles_acezat/node_modules/fragment-cache/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fragment-cache/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fragment-cache/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fragment-cache/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fs.realpath/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fs.realpath/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fs.realpath/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fs.realpath/old.js create mode 100644 user/themes/gilles_acezat/node_modules/fs.realpath/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/ISSUE_TEMPLATE.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/Readme.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/binding.gyp create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/build/.target.mk create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/build/Makefile create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/build/Release/.deps/Release/.node.d create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/build/Release/.deps/Release/fse.node.d create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/build/Release/.deps/Release/obj.target/action_after_build.stamp.d create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/build/Release/.deps/Release/obj.target/fse/fsevents.o.d create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/build/Release/.deps/Users/eshanker/Code/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node.d create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/build/Release/.node create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/build/Release/fse.node create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/build/Release/obj.target/action_after_build.stamp create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/build/Release/obj.target/fse/fsevents.o create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/build/action_after_build.target.mk create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/build/binding.Makefile create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/build/fse.target.mk create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/build/gyp-mac-tool create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/fsevents.cc create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/fsevents.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/install.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/lib/binding/Release/node-v11-darwin-x64/fse.node create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/lib/binding/Release/node-v46-darwin-x64/fse.node create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/lib/binding/Release/node-v47-darwin-x64/fse.node create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/.bin/detect-libc create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/.bin/mkdirp create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/.bin/needle create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/.bin/node-pre-gyp create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/.bin/nopt create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/.bin/rc create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/.bin/rimraf create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/.bin/semver create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/abbrev/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/abbrev/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/abbrev/abbrev.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/abbrev/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/ansi-regex/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/ansi-regex/license create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/ansi-regex/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/ansi-regex/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/aproba/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/aproba/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/aproba/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/aproba/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/are-we-there-yet/CHANGES.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/are-we-there-yet/CHANGES.md~ create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/are-we-there-yet/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/are-we-there-yet/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/are-we-there-yet/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/are-we-there-yet/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/are-we-there-yet/tracker-base.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/are-we-there-yet/tracker-group.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/are-we-there-yet/tracker-stream.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/are-we-there-yet/tracker.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/balanced-match/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/balanced-match/LICENSE.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/balanced-match/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/balanced-match/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/balanced-match/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/brace-expansion/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/brace-expansion/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/brace-expansion/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/brace-expansion/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/chownr/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/chownr/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/chownr/chownr.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/chownr/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/code-point-at/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/code-point-at/license create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/code-point-at/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/code-point-at/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/concat-map/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/concat-map/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/concat-map/README.markdown create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/concat-map/example/map.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/concat-map/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/concat-map/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/concat-map/test/map.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/console-control-strings/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/console-control-strings/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/console-control-strings/README.md~ create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/console-control-strings/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/console-control-strings/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/core-util-is/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/core-util-is/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/core-util-is/float.patch create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/core-util-is/lib/util.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/core-util-is/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/core-util-is/test.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/debug/.coveralls.yml create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/debug/.eslintrc create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/debug/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/debug/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/debug/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/debug/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/debug/Makefile create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/debug/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/debug/component.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/debug/karma.conf.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/debug/node.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/debug/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/debug/src/browser.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/debug/src/debug.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/debug/src/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/debug/src/inspector-log.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/debug/src/node.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/deep-extend/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/deep-extend/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/deep-extend/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/deep-extend/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/deep-extend/lib/deep-extend.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/deep-extend/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/delegates/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/delegates/History.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/delegates/License create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/delegates/Makefile create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/delegates/Readme.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/delegates/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/delegates/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/delegates/test/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/detect-libc/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/detect-libc/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/detect-libc/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/detect-libc/bin/detect-libc.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/detect-libc/lib/detect-libc.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/detect-libc/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/fs-minipass/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/fs-minipass/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/fs-minipass/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/fs-minipass/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/fs.realpath/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/fs.realpath/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/fs.realpath/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/fs.realpath/old.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/fs.realpath/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/gauge/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/gauge/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/gauge/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/gauge/base-theme.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/gauge/error.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/gauge/has-color.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/gauge/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/gauge/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/gauge/plumbing.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/gauge/process.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/gauge/progress-bar.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/gauge/render-template.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/gauge/set-immediate.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/gauge/set-interval.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/gauge/spin.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/gauge/template-item.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/gauge/theme-set.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/gauge/themes.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/gauge/wide-truncate.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/glob/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/glob/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/glob/changelog.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/glob/common.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/glob/glob.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/glob/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/glob/sync.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/has-unicode/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/has-unicode/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/has-unicode/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/has-unicode/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/Changelog.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/encodings/dbcs-codec.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/encodings/dbcs-data.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/encodings/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/encodings/internal.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/encodings/sbcs-codec.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/encodings/sbcs-data-generated.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/encodings/sbcs-data.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/encodings/tables/big5-added.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/encodings/tables/cp936.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/encodings/tables/cp949.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/encodings/tables/cp950.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/encodings/tables/eucjp.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/encodings/tables/gbk-added.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/encodings/tables/shiftjis.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/encodings/utf16.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/encodings/utf7.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/lib/bom-handling.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/lib/extend-node.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/lib/index.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/lib/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/lib/streams.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/iconv-lite/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/ignore-walk/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/ignore-walk/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/ignore-walk/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/ignore-walk/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/inflight/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/inflight/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/inflight/inflight.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/inflight/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/inherits/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/inherits/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/inherits/inherits.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/inherits/inherits_browser.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/inherits/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/ini/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/ini/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/ini/ini.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/ini/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/is-fullwidth-code-point/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/is-fullwidth-code-point/license create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/is-fullwidth-code-point/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/is-fullwidth-code-point/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/isarray/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/isarray/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/isarray/Makefile create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/isarray/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/isarray/component.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/isarray/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/isarray/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/isarray/test.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minimatch/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minimatch/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minimatch/minimatch.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minimatch/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minimist/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minimist/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minimist/example/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minimist/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minimist/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minimist/readme.markdown create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minimist/test/dash.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minimist/test/default_bool.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minimist/test/dotted.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minimist/test/long.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minimist/test/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minimist/test/parse_modified.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minimist/test/short.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minimist/test/whitespace.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minipass/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minipass/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minipass/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minizlib/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minizlib/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minizlib/constants.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minizlib/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/minizlib/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/bin/cmd.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/bin/usage.txt create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/examples/pow.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/readme.markdown create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/test/chmod.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/test/clobber.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/test/mkdirp.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/test/opts_fs.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/test/opts_fs_sync.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/test/perm.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/test/perm_sync.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/test/race.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/test/rel.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/test/return.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/test/return_sync.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/test/root.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/test/sync.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/test/umask.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/mkdirp/test/umask_sync.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/ms/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/ms/license.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/ms/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/ms/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/bin/needle create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/examples/deflated-stream.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/examples/digest-auth.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/examples/download-to-file.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/examples/multipart-stream.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/examples/parsed-stream.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/examples/parsed-stream2.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/examples/stream-events.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/examples/stream-to-file.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/examples/upload-image.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/lib/auth.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/lib/cookies.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/lib/decoder.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/lib/multipart.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/lib/needle.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/lib/parsers.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/lib/querystring.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/license.txt create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/test/basic_auth_spec.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/test/compression_spec.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/test/cookies_spec.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/test/decoder_spec.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/test/errors_spec.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/test/headers_spec.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/test/helpers.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/test/long_string_spec.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/test/output_spec.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/test/parsing_spec.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/test/post_data_spec.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/test/proxy_spec.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/test/querystring_spec.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/test/redirect_spec.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/test/redirect_with_timeout.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/test/request_stream_spec.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/test/response_stream_spec.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/test/socket_pool_spec.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/test/url_spec.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/test/utils/formidable.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/test/utils/proxy.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/needle/test/utils/test.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/appveyor.yml create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/bin/node-pre-gyp create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/bin/node-pre-gyp.cmd create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/contributing.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/build.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/clean.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/configure.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/info.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/install.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/node-pre-gyp.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/package.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/pre-binding.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/publish.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/rebuild.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/reinstall.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/reveal.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/testbinary.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/testpackage.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/unpublish.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/abi_crosswalk.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/compile.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/handle_gyp_opts.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/napi.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/nw-pre-gyp/index.html create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/nw-pre-gyp/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/s3_setup.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/versioning.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/node-pre-gyp/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/nopt/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/nopt/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/nopt/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/nopt/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/nopt/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/nopt/bin/nopt.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/nopt/examples/my-program.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/nopt/lib/nopt.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/nopt/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/nopt/test/basic.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/npm-bundled/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/npm-bundled/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/npm-bundled/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/npm-packlist/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/npm-packlist/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/npm-packlist/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/npm-packlist/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/npmlog/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/npmlog/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/npmlog/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/npmlog/log.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/npmlog/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/number-is-nan/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/number-is-nan/license create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/number-is-nan/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/number-is-nan/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/object-assign/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/object-assign/license create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/object-assign/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/object-assign/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/once/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/once/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/once/once.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/once/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/os-homedir/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/os-homedir/license create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/os-homedir/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/os-homedir/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/os-tmpdir/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/os-tmpdir/license create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/os-tmpdir/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/os-tmpdir/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/osenv/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/osenv/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/osenv/osenv.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/osenv/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/path-is-absolute/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/path-is-absolute/license create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/path-is-absolute/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/path-is-absolute/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/process-nextick-args/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/process-nextick-args/license.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/process-nextick-args/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/process-nextick-args/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/LICENSE.APACHE2 create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/LICENSE.BSD create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/LICENSE.MIT create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/browser.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/cli.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/lib/utils.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/node_modules/minimist/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/node_modules/minimist/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/node_modules/minimist/example/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/node_modules/minimist/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/node_modules/minimist/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/node_modules/minimist/readme.markdown create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/all_bool.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/bool.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/dash.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/default_bool.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/dotted.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/kv_short.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/long.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/num.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/parse_modified.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/short.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/stop_early.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/unknown.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/node_modules/minimist/test/whitespace.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/test/ini.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/test/nested-env-vars.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rc/test/test.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/CONTRIBUTING.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/GOVERNANCE.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/duplex-browser.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/duplex.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/lib/_stream_duplex.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/lib/_stream_passthrough.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/lib/_stream_readable.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/lib/_stream_transform.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/lib/_stream_writable.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/lib/internal/streams/BufferList.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/lib/internal/streams/destroy.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/lib/internal/streams/stream-browser.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/lib/internal/streams/stream.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/passthrough.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/readable-browser.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/readable.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/transform.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/writable-browser.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/readable-stream/writable.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rimraf/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rimraf/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rimraf/bin.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rimraf/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/rimraf/rimraf.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/safe-buffer/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/safe-buffer/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/safe-buffer/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/safe-buffer/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/safe-buffer/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/safe-buffer/test.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/safer-buffer/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/safer-buffer/Porting-Buffer.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/safer-buffer/Readme.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/safer-buffer/dangerous.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/safer-buffer/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/safer-buffer/safer.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/safer-buffer/tests.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/sax/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/sax/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/sax/lib/sax.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/sax/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/semver/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/semver/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/semver/bin/semver create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/semver/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/semver/range.bnf create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/semver/semver.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/set-blocking/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/set-blocking/LICENSE.txt create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/set-blocking/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/set-blocking/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/set-blocking/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/signal-exit/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/signal-exit/LICENSE.txt create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/signal-exit/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/signal-exit/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/signal-exit/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/signal-exit/signals.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/string-width/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/string-width/license create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/string-width/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/string-width/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/string_decoder/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/string_decoder/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/string_decoder/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/string_decoder/lib/string_decoder.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/string_decoder/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/strip-ansi/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/strip-ansi/license create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/strip-ansi/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/strip-ansi/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/strip-json-comments/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/strip-json-comments/license create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/strip-json-comments/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/strip-json-comments/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/index.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/lib/buffer.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/lib/create.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/lib/extract.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/lib/header.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/lib/high-level-opt.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/lib/large-numbers.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/lib/list.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/lib/mkdir.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/lib/pack.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/lib/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/lib/pax.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/lib/read-entry.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/lib/replace.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/lib/types.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/lib/unpack.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/lib/update.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/lib/warn-mixin.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/lib/winchars.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/lib/write-entry.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/tar/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/util-deprecate/History.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/util-deprecate/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/util-deprecate/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/util-deprecate/browser.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/util-deprecate/node.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/util-deprecate/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/wide-align/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/wide-align/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/wide-align/align.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/wide-align/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/wrappy/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/wrappy/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/wrappy/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/wrappy/wrappy.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/yallist/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/yallist/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/yallist/iterator.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/yallist/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/node_modules/yallist/yallist.js create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/src/async.cc create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/src/constants.cc create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/src/locking.cc create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/src/methods.cc create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/src/storage.cc create mode 100644 user/themes/gilles_acezat/node_modules/fsevents/src/thread.cc create mode 100644 user/themes/gilles_acezat/node_modules/fstream/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/fstream/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/fstream/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fstream/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fstream/examples/filter-pipe.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/examples/pipe.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/examples/reader.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/examples/symlink-write.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/fstream.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/lib/abstract.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/lib/collect.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/lib/dir-reader.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/lib/dir-writer.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/lib/file-reader.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/lib/file-writer.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/lib/get-type.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/lib/link-reader.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/lib/link-writer.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/lib/proxy-reader.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/lib/proxy-writer.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/lib/reader.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/lib/socket-reader.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/lib/writer.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/node_modules/graceful-fs/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/fstream/node_modules/graceful-fs/README.md create mode 100644 user/themes/gilles_acezat/node_modules/fstream/node_modules/graceful-fs/clone.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/node_modules/graceful-fs/graceful-fs.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/node_modules/graceful-fs/legacy-streams.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/node_modules/graceful-fs/package.json create mode 100644 user/themes/gilles_acezat/node_modules/fstream/node_modules/graceful-fs/polyfills.js create mode 100644 user/themes/gilles_acezat/node_modules/fstream/package.json create mode 100644 user/themes/gilles_acezat/node_modules/gauge/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/gauge/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/gauge/README.md create mode 100644 user/themes/gilles_acezat/node_modules/gauge/base-theme.js create mode 100644 user/themes/gilles_acezat/node_modules/gauge/error.js create mode 100644 user/themes/gilles_acezat/node_modules/gauge/has-color.js create mode 100644 user/themes/gilles_acezat/node_modules/gauge/index.js create mode 100644 user/themes/gilles_acezat/node_modules/gauge/node_modules/object-assign/index.js create mode 100644 user/themes/gilles_acezat/node_modules/gauge/node_modules/object-assign/license create mode 100644 user/themes/gilles_acezat/node_modules/gauge/node_modules/object-assign/package.json create mode 100644 user/themes/gilles_acezat/node_modules/gauge/node_modules/object-assign/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/gauge/package.json create mode 100644 user/themes/gilles_acezat/node_modules/gauge/plumbing.js create mode 100644 user/themes/gilles_acezat/node_modules/gauge/process.js create mode 100644 user/themes/gilles_acezat/node_modules/gauge/progress-bar.js create mode 100644 user/themes/gilles_acezat/node_modules/gauge/render-template.js create mode 100644 user/themes/gilles_acezat/node_modules/gauge/set-immediate.js create mode 100644 user/themes/gilles_acezat/node_modules/gauge/set-interval.js create mode 100644 user/themes/gilles_acezat/node_modules/gauge/spin.js create mode 100644 user/themes/gilles_acezat/node_modules/gauge/template-item.js create mode 100644 user/themes/gilles_acezat/node_modules/gauge/theme-set.js create mode 100644 user/themes/gilles_acezat/node_modules/gauge/themes.js create mode 100644 user/themes/gilles_acezat/node_modules/gauge/wide-truncate.js create mode 100644 user/themes/gilles_acezat/node_modules/gaze/LICENSE-MIT create mode 100644 user/themes/gilles_acezat/node_modules/gaze/README.md create mode 100644 user/themes/gilles_acezat/node_modules/gaze/lib/gaze.js create mode 100644 user/themes/gilles_acezat/node_modules/gaze/lib/helper.js create mode 100644 user/themes/gilles_acezat/node_modules/gaze/package.json create mode 100644 user/themes/gilles_acezat/node_modules/get-caller-file/LICENSE.md create mode 100644 user/themes/gilles_acezat/node_modules/get-caller-file/README.md create mode 100644 user/themes/gilles_acezat/node_modules/get-caller-file/index.js create mode 100644 user/themes/gilles_acezat/node_modules/get-caller-file/package.json create mode 100644 user/themes/gilles_acezat/node_modules/get-stdin/index.js create mode 100644 user/themes/gilles_acezat/node_modules/get-stdin/package.json create mode 100644 user/themes/gilles_acezat/node_modules/get-stdin/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/get-value/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/get-value/index.js create mode 100644 user/themes/gilles_acezat/node_modules/get-value/package.json create mode 100644 user/themes/gilles_acezat/node_modules/getpass/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/getpass/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/getpass/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/getpass/README.md create mode 100644 user/themes/gilles_acezat/node_modules/getpass/lib/index.js create mode 100644 user/themes/gilles_acezat/node_modules/getpass/package.json create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/README.md create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/index.js create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/node_modules/readable-stream/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/node_modules/readable-stream/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/node_modules/readable-stream/README.md create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/node_modules/readable-stream/duplex.js create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/node_modules/readable-stream/lib/_stream_duplex.js create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/node_modules/readable-stream/lib/_stream_passthrough.js create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/node_modules/readable-stream/lib/_stream_readable.js create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/node_modules/readable-stream/lib/_stream_transform.js create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/node_modules/readable-stream/lib/_stream_writable.js create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/node_modules/readable-stream/package.json create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/node_modules/readable-stream/passthrough.js create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/node_modules/readable-stream/readable.js create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/node_modules/readable-stream/transform.js create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/node_modules/readable-stream/writable.js create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/node_modules/through2/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/node_modules/through2/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/node_modules/through2/README.md create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/node_modules/through2/package.json create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/node_modules/through2/through2.js create mode 100644 user/themes/gilles_acezat/node_modules/glob-stream/package.json create mode 100644 user/themes/gilles_acezat/node_modules/glob-watcher/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/glob-watcher/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/glob-watcher/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/glob-watcher/README.md create mode 100644 user/themes/gilles_acezat/node_modules/glob-watcher/index.js create mode 100644 user/themes/gilles_acezat/node_modules/glob-watcher/package.json create mode 100644 user/themes/gilles_acezat/node_modules/glob-watcher/test/fixtures/test.coffee create mode 100644 user/themes/gilles_acezat/node_modules/glob-watcher/test/main.js create mode 100644 user/themes/gilles_acezat/node_modules/glob/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/glob/README.md create mode 100644 user/themes/gilles_acezat/node_modules/glob/common.js create mode 100644 user/themes/gilles_acezat/node_modules/glob/glob.js create mode 100644 user/themes/gilles_acezat/node_modules/glob/package.json create mode 100644 user/themes/gilles_acezat/node_modules/glob/sync.js create mode 100644 user/themes/gilles_acezat/node_modules/glob2base/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/glob2base/README.md create mode 100644 user/themes/gilles_acezat/node_modules/glob2base/index.js create mode 100644 user/themes/gilles_acezat/node_modules/glob2base/package.json create mode 100644 user/themes/gilles_acezat/node_modules/global-modules/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/global-modules/README.md create mode 100644 user/themes/gilles_acezat/node_modules/global-modules/index.js create mode 100644 user/themes/gilles_acezat/node_modules/global-modules/package.json create mode 100644 user/themes/gilles_acezat/node_modules/global-prefix/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/global-prefix/README.md create mode 100644 user/themes/gilles_acezat/node_modules/global-prefix/index.js create mode 100644 user/themes/gilles_acezat/node_modules/global-prefix/package.json create mode 100644 user/themes/gilles_acezat/node_modules/globule/.jshintrc create mode 100644 user/themes/gilles_acezat/node_modules/globule/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/globule/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/globule/Gruntfile.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/LICENSE-MIT create mode 100644 user/themes/gilles_acezat/node_modules/globule/README.md create mode 100644 user/themes/gilles_acezat/node_modules/globule/lib/globule.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/glob/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/glob/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/glob/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/glob/README.md create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/glob/examples/g.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/glob/examples/usr-local.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/glob/glob.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/glob/package.json create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/glob/test/00-setup.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/glob/test/bash-comparison.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/glob/test/bash-results.json create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/glob/test/cwd-test.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/glob/test/mark.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/glob/test/nocase-nomagic.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/glob/test/pause-resume.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/glob/test/root-nomount.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/glob/test/root.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/glob/test/zz-cleanup.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/graceful-fs/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/graceful-fs/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/graceful-fs/README.md create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/graceful-fs/graceful-fs.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/graceful-fs/package.json create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/graceful-fs/test/open.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/graceful-fs/test/ulimit.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/inherits/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/inherits/README.md create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/inherits/inherits.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/inherits/package.json create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/minimatch/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/minimatch/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/minimatch/README.md create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/minimatch/minimatch.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/minimatch/package.json create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/minimatch/test/basic.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/minimatch/test/brace-expand.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/minimatch/test/caching.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/minimatch/test/defaults.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/node_modules/minimatch/test/extglob-ending-with-state-char.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/package.json create mode 100644 user/themes/gilles_acezat/node_modules/globule/test/fixtures/expand/README.md create mode 100644 user/themes/gilles_acezat/node_modules/globule/test/fixtures/expand/css/baz.css create mode 100644 user/themes/gilles_acezat/node_modules/globule/test/fixtures/expand/css/qux.css create mode 100644 user/themes/gilles_acezat/node_modules/globule/test/fixtures/expand/deep/deep.txt create mode 100644 user/themes/gilles_acezat/node_modules/globule/test/fixtures/expand/deep/deeper/deeper.txt create mode 100644 user/themes/gilles_acezat/node_modules/globule/test/fixtures/expand/deep/deeper/deepest/deepest.txt create mode 100644 user/themes/gilles_acezat/node_modules/globule/test/fixtures/expand/js/bar.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/test/fixtures/expand/js/foo.js create mode 100644 user/themes/gilles_acezat/node_modules/globule/test/globule_test.js create mode 100644 user/themes/gilles_acezat/node_modules/glogg/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/glogg/README.md create mode 100644 user/themes/gilles_acezat/node_modules/glogg/index.js create mode 100644 user/themes/gilles_acezat/node_modules/glogg/package.json create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/MIT-LICENSE.txt create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/README.md create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/TODO.nani create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/bin/generate-tests.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/bin/gonzales.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/doc/AST-Description.md create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/doc/Gonzales-Usage.md create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/lib/css/mark.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/lib/css/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/lib/css/stringify.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/lib/css/tokenizer.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/lib/gonzales.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/lib/less/mark.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/lib/less/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/lib/less/stringify.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/lib/less/tokenizer.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/lib/node-types.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/lib/node.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/lib/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/lib/parsing-error.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/lib/sass/mark.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/lib/sass/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/lib/sass/stringify.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/lib/sass/tokenizer.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/lib/scss/mark.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/lib/scss/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/lib/scss/stringify.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/lib/scss/tokenizer.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/lib/token-types.js create mode 100644 user/themes/gilles_acezat/node_modules/gonzales-pe/package.json create mode 100644 user/themes/gilles_acezat/node_modules/graceful-fs/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/graceful-fs/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/graceful-fs/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/graceful-fs/README.md create mode 100644 user/themes/gilles_acezat/node_modules/graceful-fs/fs.js create mode 100644 user/themes/gilles_acezat/node_modules/graceful-fs/graceful-fs.js create mode 100644 user/themes/gilles_acezat/node_modules/graceful-fs/package.json create mode 100644 user/themes/gilles_acezat/node_modules/graceful-fs/polyfills.js create mode 100644 user/themes/gilles_acezat/node_modules/graceful-fs/test/max-open.js create mode 100644 user/themes/gilles_acezat/node_modules/graceful-fs/test/open.js create mode 100644 user/themes/gilles_acezat/node_modules/graceful-fs/test/readdir-sort.js create mode 100644 user/themes/gilles_acezat/node_modules/graceful-fs/test/write-then-read.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-autoprefixer/index.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-autoprefixer/license create mode 100644 user/themes/gilles_acezat/node_modules/gulp-autoprefixer/package.json create mode 100644 user/themes/gilles_acezat/node_modules/gulp-autoprefixer/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/gulp-clean-css/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/gulp-clean-css/README.md create mode 100644 user/themes/gilles_acezat/node_modules/gulp-clean-css/index.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-clean-css/package.json create mode 100644 user/themes/gilles_acezat/node_modules/gulp-csscomb/LICENSE.txt create mode 100644 user/themes/gilles_acezat/node_modules/gulp-csscomb/README.md create mode 100644 user/themes/gilles_acezat/node_modules/gulp-csscomb/index.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-csscomb/package.json create mode 100644 user/themes/gilles_acezat/node_modules/gulp-rename/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/gulp-rename/README.md create mode 100644 user/themes/gilles_acezat/node_modules/gulp-rename/index.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-rename/package.json create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/.editorconfig create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/.eslintrc create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/CONTRIBUTING.md create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/README.md create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/appveyor.yml create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/index.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/ansi-regex/index.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/ansi-regex/license create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/ansi-regex/package.json create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/ansi-regex/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/ansi-styles/index.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/ansi-styles/license create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/ansi-styles/package.json create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/ansi-styles/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/chalk/index.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/chalk/index.js.flow create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/chalk/license create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/chalk/package.json create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/chalk/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/chalk/templates.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/chalk/types/index.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/replace-ext/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/replace-ext/README.md create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/replace-ext/index.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/replace-ext/package.json create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/strip-ansi/index.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/strip-ansi/license create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/strip-ansi/package.json create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/strip-ansi/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/supports-color/browser.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/supports-color/index.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/supports-color/license create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/supports-color/package.json create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/node_modules/supports-color/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sass/package.json create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/LICENSE.md create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/README.md create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/index.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/graceful-fs/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/graceful-fs/README.md create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/graceful-fs/clone.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/graceful-fs/graceful-fs.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/graceful-fs/legacy-streams.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/graceful-fs/package.json create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/graceful-fs/polyfills.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/source-map/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/source-map/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/source-map/README.md create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/source-map/dist/source-map.debug.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/source-map/dist/source-map.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/source-map/dist/source-map.min.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/source-map/dist/source-map.min.js.map create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/source-map/lib/array-set.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/source-map/lib/base64-vlq.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/source-map/lib/base64.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/source-map/lib/binary-search.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/source-map/lib/mapping-list.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/source-map/lib/quick-sort.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/source-map/lib/source-map-consumer.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/source-map/lib/source-map-generator.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/source-map/lib/source-node.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/source-map/lib/util.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/source-map/package.json create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/source-map/source-map.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/node_modules/source-map/source-map.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/package.json create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/src/debug.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/src/init/index.internals.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/src/init/index.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/src/utils.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/src/write/index.internals.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-sourcemaps/src/write/index.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-util/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/gulp-util/README.md create mode 100644 user/themes/gilles_acezat/node_modules/gulp-util/index.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-util/lib/PluginError.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-util/lib/buffer.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-util/lib/combine.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-util/lib/env.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-util/lib/isBuffer.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-util/lib/isNull.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-util/lib/isStream.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-util/lib/log.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-util/lib/noop.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-util/lib/template.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp-util/package.json create mode 100644 user/themes/gilles_acezat/node_modules/gulp/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/gulp/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/gulp/README.md create mode 100644 user/themes/gilles_acezat/node_modules/gulp/bin/gulp.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp/completion/README.md create mode 100644 user/themes/gilles_acezat/node_modules/gulp/completion/bash create mode 100644 user/themes/gilles_acezat/node_modules/gulp/completion/fish create mode 100644 user/themes/gilles_acezat/node_modules/gulp/completion/powershell create mode 100644 user/themes/gilles_acezat/node_modules/gulp/completion/zsh create mode 100644 user/themes/gilles_acezat/node_modules/gulp/gulp.1 create mode 100644 user/themes/gilles_acezat/node_modules/gulp/index.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp/lib/completion.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp/lib/taskTree.js create mode 100644 user/themes/gilles_acezat/node_modules/gulp/package.json create mode 100644 user/themes/gilles_acezat/node_modules/gulplog/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/gulplog/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/gulplog/README.md create mode 100644 user/themes/gilles_acezat/node_modules/gulplog/index.js create mode 100644 user/themes/gilles_acezat/node_modules/gulplog/package.json create mode 100644 user/themes/gilles_acezat/node_modules/har-schema/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/har-schema/README.md create mode 100644 user/themes/gilles_acezat/node_modules/har-schema/lib/afterRequest.json create mode 100644 user/themes/gilles_acezat/node_modules/har-schema/lib/beforeRequest.json create mode 100644 user/themes/gilles_acezat/node_modules/har-schema/lib/browser.json create mode 100644 user/themes/gilles_acezat/node_modules/har-schema/lib/cache.json create mode 100644 user/themes/gilles_acezat/node_modules/har-schema/lib/content.json create mode 100644 user/themes/gilles_acezat/node_modules/har-schema/lib/cookie.json create mode 100644 user/themes/gilles_acezat/node_modules/har-schema/lib/creator.json create mode 100644 user/themes/gilles_acezat/node_modules/har-schema/lib/entry.json create mode 100644 user/themes/gilles_acezat/node_modules/har-schema/lib/har.json create mode 100644 user/themes/gilles_acezat/node_modules/har-schema/lib/header.json create mode 100644 user/themes/gilles_acezat/node_modules/har-schema/lib/index.js create mode 100644 user/themes/gilles_acezat/node_modules/har-schema/lib/log.json create mode 100644 user/themes/gilles_acezat/node_modules/har-schema/lib/page.json create mode 100644 user/themes/gilles_acezat/node_modules/har-schema/lib/pageTimings.json create mode 100644 user/themes/gilles_acezat/node_modules/har-schema/lib/postData.json create mode 100644 user/themes/gilles_acezat/node_modules/har-schema/lib/query.json create mode 100644 user/themes/gilles_acezat/node_modules/har-schema/lib/request.json create mode 100644 user/themes/gilles_acezat/node_modules/har-schema/lib/response.json create mode 100644 user/themes/gilles_acezat/node_modules/har-schema/lib/timings.json create mode 100644 user/themes/gilles_acezat/node_modules/har-schema/package.json create mode 100644 user/themes/gilles_acezat/node_modules/har-validator/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/har-validator/README.md create mode 100644 user/themes/gilles_acezat/node_modules/har-validator/lib/async.js create mode 100644 user/themes/gilles_acezat/node_modules/har-validator/lib/error.js create mode 100644 user/themes/gilles_acezat/node_modules/har-validator/lib/promise.js create mode 100644 user/themes/gilles_acezat/node_modules/har-validator/package.json create mode 100644 user/themes/gilles_acezat/node_modules/has-ansi/index.js create mode 100644 user/themes/gilles_acezat/node_modules/has-ansi/license create mode 100644 user/themes/gilles_acezat/node_modules/has-ansi/package.json create mode 100644 user/themes/gilles_acezat/node_modules/has-ansi/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/has-flag/index.js create mode 100644 user/themes/gilles_acezat/node_modules/has-flag/license create mode 100644 user/themes/gilles_acezat/node_modules/has-flag/package.json create mode 100644 user/themes/gilles_acezat/node_modules/has-flag/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/has-gulplog/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/has-gulplog/README.md create mode 100644 user/themes/gilles_acezat/node_modules/has-gulplog/index.js create mode 100644 user/themes/gilles_acezat/node_modules/has-gulplog/package.json create mode 100644 user/themes/gilles_acezat/node_modules/has-unicode/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/has-unicode/README.md create mode 100644 user/themes/gilles_acezat/node_modules/has-unicode/index.js create mode 100644 user/themes/gilles_acezat/node_modules/has-unicode/package.json create mode 100644 user/themes/gilles_acezat/node_modules/has-value/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/has-value/README.md create mode 100644 user/themes/gilles_acezat/node_modules/has-value/index.js create mode 100644 user/themes/gilles_acezat/node_modules/has-value/package.json create mode 100644 user/themes/gilles_acezat/node_modules/has-values/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/has-values/README.md create mode 100644 user/themes/gilles_acezat/node_modules/has-values/index.js create mode 100644 user/themes/gilles_acezat/node_modules/has-values/node_modules/kind-of/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/has-values/node_modules/kind-of/README.md create mode 100644 user/themes/gilles_acezat/node_modules/has-values/node_modules/kind-of/index.js create mode 100644 user/themes/gilles_acezat/node_modules/has-values/node_modules/kind-of/package.json create mode 100644 user/themes/gilles_acezat/node_modules/has-values/package.json create mode 100644 user/themes/gilles_acezat/node_modules/homedir-polyfill/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/homedir-polyfill/README.md create mode 100644 user/themes/gilles_acezat/node_modules/homedir-polyfill/index.js create mode 100644 user/themes/gilles_acezat/node_modules/homedir-polyfill/package.json create mode 100644 user/themes/gilles_acezat/node_modules/hosted-git-info/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/hosted-git-info/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/hosted-git-info/README.md create mode 100644 user/themes/gilles_acezat/node_modules/hosted-git-info/git-host-info.js create mode 100644 user/themes/gilles_acezat/node_modules/hosted-git-info/git-host.js create mode 100644 user/themes/gilles_acezat/node_modules/hosted-git-info/index.js create mode 100644 user/themes/gilles_acezat/node_modules/hosted-git-info/package.json create mode 100644 user/themes/gilles_acezat/node_modules/http-signature/.dir-locals.el create mode 100644 user/themes/gilles_acezat/node_modules/http-signature/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/http-signature/CHANGES.md create mode 100644 user/themes/gilles_acezat/node_modules/http-signature/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/http-signature/README.md create mode 100644 user/themes/gilles_acezat/node_modules/http-signature/http_signing.md create mode 100644 user/themes/gilles_acezat/node_modules/http-signature/lib/index.js create mode 100644 user/themes/gilles_acezat/node_modules/http-signature/lib/parser.js create mode 100644 user/themes/gilles_acezat/node_modules/http-signature/lib/signer.js create mode 100644 user/themes/gilles_acezat/node_modules/http-signature/lib/utils.js create mode 100644 user/themes/gilles_acezat/node_modules/http-signature/lib/verify.js create mode 100644 user/themes/gilles_acezat/node_modules/http-signature/package.json create mode 100644 user/themes/gilles_acezat/node_modules/in-publish/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/in-publish/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/in-publish/README.md create mode 100644 user/themes/gilles_acezat/node_modules/in-publish/README.md~ create mode 100644 user/themes/gilles_acezat/node_modules/in-publish/in-install.js create mode 100644 user/themes/gilles_acezat/node_modules/in-publish/in-publish.js create mode 100644 user/themes/gilles_acezat/node_modules/in-publish/index.js create mode 100644 user/themes/gilles_acezat/node_modules/in-publish/not-in-install.js create mode 100644 user/themes/gilles_acezat/node_modules/in-publish/not-in-publish.js create mode 100644 user/themes/gilles_acezat/node_modules/in-publish/package.json create mode 100644 user/themes/gilles_acezat/node_modules/in-publish/test/package.json create mode 100644 user/themes/gilles_acezat/node_modules/indent-string/index.js create mode 100644 user/themes/gilles_acezat/node_modules/indent-string/license create mode 100644 user/themes/gilles_acezat/node_modules/indent-string/package.json create mode 100644 user/themes/gilles_acezat/node_modules/indent-string/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/inflight/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/inflight/README.md create mode 100644 user/themes/gilles_acezat/node_modules/inflight/inflight.js create mode 100644 user/themes/gilles_acezat/node_modules/inflight/package.json create mode 100644 user/themes/gilles_acezat/node_modules/inherits/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/inherits/README.md create mode 100644 user/themes/gilles_acezat/node_modules/inherits/inherits.js create mode 100644 user/themes/gilles_acezat/node_modules/inherits/inherits_browser.js create mode 100644 user/themes/gilles_acezat/node_modules/inherits/package.json create mode 100644 user/themes/gilles_acezat/node_modules/ini/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/ini/README.md create mode 100644 user/themes/gilles_acezat/node_modules/ini/ini.js create mode 100644 user/themes/gilles_acezat/node_modules/ini/package.json create mode 100644 user/themes/gilles_acezat/node_modules/interpret/CHANGELOG create mode 100644 user/themes/gilles_acezat/node_modules/interpret/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/interpret/README.md create mode 100644 user/themes/gilles_acezat/node_modules/interpret/index.js create mode 100644 user/themes/gilles_acezat/node_modules/interpret/package.json create mode 100644 user/themes/gilles_acezat/node_modules/invert-kv/index.js create mode 100644 user/themes/gilles_acezat/node_modules/invert-kv/package.json create mode 100644 user/themes/gilles_acezat/node_modules/invert-kv/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/is-absolute/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/is-absolute/README.md create mode 100644 user/themes/gilles_acezat/node_modules/is-absolute/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-absolute/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-accessor-descriptor/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/is-accessor-descriptor/README.md create mode 100644 user/themes/gilles_acezat/node_modules/is-accessor-descriptor/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-accessor-descriptor/node_modules/kind-of/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/is-accessor-descriptor/node_modules/kind-of/README.md create mode 100644 user/themes/gilles_acezat/node_modules/is-accessor-descriptor/node_modules/kind-of/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-accessor-descriptor/node_modules/kind-of/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-accessor-descriptor/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-arrayish/.editorconfig create mode 100644 user/themes/gilles_acezat/node_modules/is-arrayish/.istanbul.yml create mode 100644 user/themes/gilles_acezat/node_modules/is-arrayish/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/is-arrayish/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/is-arrayish/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/is-arrayish/README.md create mode 100644 user/themes/gilles_acezat/node_modules/is-arrayish/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-arrayish/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-buffer/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/is-buffer/README.md create mode 100644 user/themes/gilles_acezat/node_modules/is-buffer/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-buffer/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-buffer/test/basic.js create mode 100644 user/themes/gilles_acezat/node_modules/is-builtin-module/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-builtin-module/license create mode 100644 user/themes/gilles_acezat/node_modules/is-builtin-module/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-builtin-module/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/is-data-descriptor/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/is-data-descriptor/README.md create mode 100644 user/themes/gilles_acezat/node_modules/is-data-descriptor/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-data-descriptor/node_modules/kind-of/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/is-data-descriptor/node_modules/kind-of/README.md create mode 100644 user/themes/gilles_acezat/node_modules/is-data-descriptor/node_modules/kind-of/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-data-descriptor/node_modules/kind-of/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-data-descriptor/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-descriptor/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/is-descriptor/README.md create mode 100644 user/themes/gilles_acezat/node_modules/is-descriptor/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-descriptor/node_modules/kind-of/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/is-descriptor/node_modules/kind-of/README.md create mode 100644 user/themes/gilles_acezat/node_modules/is-descriptor/node_modules/kind-of/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-descriptor/node_modules/kind-of/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-descriptor/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-extendable/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/is-extendable/README.md create mode 100644 user/themes/gilles_acezat/node_modules/is-extendable/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-extendable/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-extglob/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/is-extglob/README.md create mode 100644 user/themes/gilles_acezat/node_modules/is-extglob/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-extglob/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-finite/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-finite/license create mode 100644 user/themes/gilles_acezat/node_modules/is-finite/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-finite/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/is-fullwidth-code-point/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-fullwidth-code-point/license create mode 100644 user/themes/gilles_acezat/node_modules/is-fullwidth-code-point/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-fullwidth-code-point/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/is-glob/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/is-glob/README.md create mode 100644 user/themes/gilles_acezat/node_modules/is-glob/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-glob/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-number/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/is-number/README.md create mode 100644 user/themes/gilles_acezat/node_modules/is-number/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-number/node_modules/kind-of/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/is-number/node_modules/kind-of/README.md create mode 100644 user/themes/gilles_acezat/node_modules/is-number/node_modules/kind-of/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-number/node_modules/kind-of/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-number/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-plain-object/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/is-plain-object/README.md create mode 100644 user/themes/gilles_acezat/node_modules/is-plain-object/index.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/is-plain-object/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-plain-object/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-promise/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/is-promise/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/is-promise/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/is-promise/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-promise/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-promise/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/is-relative/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/is-relative/README.md create mode 100644 user/themes/gilles_acezat/node_modules/is-relative/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-relative/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-typedarray/LICENSE.md create mode 100644 user/themes/gilles_acezat/node_modules/is-typedarray/README.md create mode 100644 user/themes/gilles_acezat/node_modules/is-typedarray/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-typedarray/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-typedarray/test.js create mode 100644 user/themes/gilles_acezat/node_modules/is-unc-path/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/is-unc-path/README.md create mode 100644 user/themes/gilles_acezat/node_modules/is-unc-path/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-unc-path/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-utf8/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/is-utf8/README.md create mode 100644 user/themes/gilles_acezat/node_modules/is-utf8/is-utf8.js create mode 100644 user/themes/gilles_acezat/node_modules/is-utf8/package.json create mode 100644 user/themes/gilles_acezat/node_modules/is-windows/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/is-windows/README.md create mode 100644 user/themes/gilles_acezat/node_modules/is-windows/index.js create mode 100644 user/themes/gilles_acezat/node_modules/is-windows/package.json create mode 100644 user/themes/gilles_acezat/node_modules/isarray/README.md create mode 100644 user/themes/gilles_acezat/node_modules/isarray/build/build.js create mode 100644 user/themes/gilles_acezat/node_modules/isarray/component.json create mode 100644 user/themes/gilles_acezat/node_modules/isarray/index.js create mode 100644 user/themes/gilles_acezat/node_modules/isarray/package.json create mode 100644 user/themes/gilles_acezat/node_modules/isexe/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/isexe/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/isexe/README.md create mode 100644 user/themes/gilles_acezat/node_modules/isexe/index.js create mode 100644 user/themes/gilles_acezat/node_modules/isexe/mode.js create mode 100644 user/themes/gilles_acezat/node_modules/isexe/package.json create mode 100644 user/themes/gilles_acezat/node_modules/isexe/test/basic.js create mode 100644 user/themes/gilles_acezat/node_modules/isexe/windows.js create mode 100644 user/themes/gilles_acezat/node_modules/isobject/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/isobject/README.md create mode 100644 user/themes/gilles_acezat/node_modules/isobject/index.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/isobject/index.js create mode 100644 user/themes/gilles_acezat/node_modules/isobject/package.json create mode 100644 user/themes/gilles_acezat/node_modules/isstream/.jshintrc create mode 100644 user/themes/gilles_acezat/node_modules/isstream/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/isstream/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/isstream/LICENSE.md create mode 100644 user/themes/gilles_acezat/node_modules/isstream/README.md create mode 100644 user/themes/gilles_acezat/node_modules/isstream/isstream.js create mode 100644 user/themes/gilles_acezat/node_modules/isstream/package.json create mode 100644 user/themes/gilles_acezat/node_modules/isstream/test.js create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/.attic/test-moment/dankogai.js create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/.attic/test-moment/es5.js create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/.attic/test-moment/es6.js create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/.attic/test-moment/index.html create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/.attic/test-moment/large.js create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/.attic/test-moment/moment.js create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/.attic/test-moment/yoshinoya.js create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/1x1.png create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/LICENSE.md create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/README.md create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/base64.html create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/base64.js create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/base64.min.js create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/bower.json create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/package.js create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/package.json create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/test/atob.js create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/test/dankogai.js create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/test/es5.js create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/test/es6.js create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/test/index.html create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/test/large.js create mode 100644 user/themes/gilles_acezat/node_modules/js-base64/test/yoshinoya.js create mode 100644 user/themes/gilles_acezat/node_modules/jsbn/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/jsbn/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/jsbn/README.md create mode 100644 user/themes/gilles_acezat/node_modules/jsbn/example.html create mode 100644 user/themes/gilles_acezat/node_modules/jsbn/example.js create mode 100644 user/themes/gilles_acezat/node_modules/jsbn/index.js create mode 100644 user/themes/gilles_acezat/node_modules/jsbn/package.json create mode 100644 user/themes/gilles_acezat/node_modules/json-schema-traverse/.eslintrc.yml create mode 100644 user/themes/gilles_acezat/node_modules/json-schema-traverse/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/json-schema-traverse/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/json-schema-traverse/README.md create mode 100644 user/themes/gilles_acezat/node_modules/json-schema-traverse/index.js create mode 100644 user/themes/gilles_acezat/node_modules/json-schema-traverse/package.json create mode 100644 user/themes/gilles_acezat/node_modules/json-schema-traverse/spec/.eslintrc.yml create mode 100644 user/themes/gilles_acezat/node_modules/json-schema-traverse/spec/fixtures/schema.js create mode 100644 user/themes/gilles_acezat/node_modules/json-schema-traverse/spec/index.spec.js create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/README.md create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-00/hyper-schema create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-00/json-ref create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-00/links create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-00/schema create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-01/hyper-schema create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-01/json-ref create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-01/links create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-01/schema create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-02/hyper-schema create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-02/json-ref create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-02/links create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-02/schema create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-03/examples/address create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-03/examples/calendar create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-03/examples/card create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-03/examples/geo create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-03/examples/interfaces create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-03/hyper-schema create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-03/json-ref create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-03/links create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-03/schema create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-04/hyper-schema create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-04/links create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-04/schema create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-zyp-json-schema-03.xml create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/draft-zyp-json-schema-04.xml create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/lib/links.js create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/lib/validate.js create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/package.json create mode 100644 user/themes/gilles_acezat/node_modules/json-schema/test/tests.js create mode 100644 user/themes/gilles_acezat/node_modules/json-stringify-safe/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/json-stringify-safe/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/json-stringify-safe/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/json-stringify-safe/Makefile create mode 100644 user/themes/gilles_acezat/node_modules/json-stringify-safe/README.md create mode 100644 user/themes/gilles_acezat/node_modules/json-stringify-safe/package.json create mode 100644 user/themes/gilles_acezat/node_modules/json-stringify-safe/stringify.js create mode 100644 user/themes/gilles_acezat/node_modules/json-stringify-safe/test/mocha.opts create mode 100644 user/themes/gilles_acezat/node_modules/json-stringify-safe/test/stringify_test.js create mode 100644 user/themes/gilles_acezat/node_modules/jsprim/CHANGES.md create mode 100644 user/themes/gilles_acezat/node_modules/jsprim/CONTRIBUTING.md create mode 100644 user/themes/gilles_acezat/node_modules/jsprim/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/jsprim/README.md create mode 100644 user/themes/gilles_acezat/node_modules/jsprim/lib/jsprim.js create mode 100644 user/themes/gilles_acezat/node_modules/jsprim/package.json create mode 100644 user/themes/gilles_acezat/node_modules/kind-of/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/kind-of/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/kind-of/README.md create mode 100644 user/themes/gilles_acezat/node_modules/kind-of/index.js create mode 100644 user/themes/gilles_acezat/node_modules/kind-of/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lcid/index.js create mode 100644 user/themes/gilles_acezat/node_modules/lcid/lcid.json create mode 100644 user/themes/gilles_acezat/node_modules/lcid/license create mode 100644 user/themes/gilles_acezat/node_modules/lcid/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lcid/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/liftoff/CHANGELOG create mode 100644 user/themes/gilles_acezat/node_modules/liftoff/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/liftoff/README.md create mode 100644 user/themes/gilles_acezat/node_modules/liftoff/index.js create mode 100644 user/themes/gilles_acezat/node_modules/liftoff/lib/build_config_name.js create mode 100644 user/themes/gilles_acezat/node_modules/liftoff/lib/file_search.js create mode 100644 user/themes/gilles_acezat/node_modules/liftoff/lib/find_config.js create mode 100644 user/themes/gilles_acezat/node_modules/liftoff/lib/find_cwd.js create mode 100644 user/themes/gilles_acezat/node_modules/liftoff/lib/get_node_flags.js create mode 100644 user/themes/gilles_acezat/node_modules/liftoff/lib/parse_options.js create mode 100644 user/themes/gilles_acezat/node_modules/liftoff/lib/register_loader.js create mode 100644 user/themes/gilles_acezat/node_modules/liftoff/lib/silent_require.js create mode 100644 user/themes/gilles_acezat/node_modules/liftoff/package.json create mode 100644 user/themes/gilles_acezat/node_modules/load-json-file/index.js create mode 100644 user/themes/gilles_acezat/node_modules/load-json-file/license create mode 100644 user/themes/gilles_acezat/node_modules/load-json-file/node_modules/graceful-fs/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/load-json-file/node_modules/graceful-fs/README.md create mode 100644 user/themes/gilles_acezat/node_modules/load-json-file/node_modules/graceful-fs/clone.js create mode 100644 user/themes/gilles_acezat/node_modules/load-json-file/node_modules/graceful-fs/graceful-fs.js create mode 100644 user/themes/gilles_acezat/node_modules/load-json-file/node_modules/graceful-fs/legacy-streams.js create mode 100644 user/themes/gilles_acezat/node_modules/load-json-file/node_modules/graceful-fs/package.json create mode 100644 user/themes/gilles_acezat/node_modules/load-json-file/node_modules/graceful-fs/polyfills.js create mode 100644 user/themes/gilles_acezat/node_modules/load-json-file/node_modules/strip-bom/index.js create mode 100644 user/themes/gilles_acezat/node_modules/load-json-file/node_modules/strip-bom/license create mode 100644 user/themes/gilles_acezat/node_modules/load-json-file/node_modules/strip-bom/package.json create mode 100644 user/themes/gilles_acezat/node_modules/load-json-file/node_modules/strip-bom/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/load-json-file/package.json create mode 100644 user/themes/gilles_acezat/node_modules/load-json-file/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/lodash._basecopy/LICENSE.txt create mode 100644 user/themes/gilles_acezat/node_modules/lodash._basecopy/README.md create mode 100644 user/themes/gilles_acezat/node_modules/lodash._basecopy/index.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash._basecopy/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lodash._basetostring/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/lodash._basetostring/README.md create mode 100644 user/themes/gilles_acezat/node_modules/lodash._basetostring/index.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash._basetostring/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lodash._basevalues/LICENSE.txt create mode 100644 user/themes/gilles_acezat/node_modules/lodash._basevalues/README.md create mode 100644 user/themes/gilles_acezat/node_modules/lodash._basevalues/index.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash._basevalues/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lodash._getnative/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/lodash._getnative/README.md create mode 100644 user/themes/gilles_acezat/node_modules/lodash._getnative/index.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash._getnative/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lodash._isiterateecall/LICENSE.txt create mode 100644 user/themes/gilles_acezat/node_modules/lodash._isiterateecall/README.md create mode 100644 user/themes/gilles_acezat/node_modules/lodash._isiterateecall/index.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash._isiterateecall/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lodash._reescape/LICENSE.txt create mode 100644 user/themes/gilles_acezat/node_modules/lodash._reescape/README.md create mode 100644 user/themes/gilles_acezat/node_modules/lodash._reescape/index.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash._reescape/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lodash._reevaluate/LICENSE.txt create mode 100644 user/themes/gilles_acezat/node_modules/lodash._reevaluate/README.md create mode 100644 user/themes/gilles_acezat/node_modules/lodash._reevaluate/index.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash._reevaluate/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lodash._reinterpolate/LICENSE.txt create mode 100644 user/themes/gilles_acezat/node_modules/lodash._reinterpolate/README.md create mode 100644 user/themes/gilles_acezat/node_modules/lodash._reinterpolate/index.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash._reinterpolate/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lodash._root/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/lodash._root/README.md create mode 100644 user/themes/gilles_acezat/node_modules/lodash._root/index.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash._root/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lodash.assign/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/lodash.assign/README.md create mode 100644 user/themes/gilles_acezat/node_modules/lodash.assign/index.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash.assign/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lodash.clonedeep/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/lodash.clonedeep/README.md create mode 100644 user/themes/gilles_acezat/node_modules/lodash.clonedeep/index.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash.clonedeep/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lodash.escape/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/lodash.escape/README.md create mode 100644 user/themes/gilles_acezat/node_modules/lodash.escape/index.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash.escape/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lodash.isarguments/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/lodash.isarguments/README.md create mode 100644 user/themes/gilles_acezat/node_modules/lodash.isarguments/index.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash.isarguments/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lodash.isarray/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/lodash.isarray/README.md create mode 100644 user/themes/gilles_acezat/node_modules/lodash.isarray/index.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash.isarray/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lodash.keys/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/lodash.keys/README.md create mode 100644 user/themes/gilles_acezat/node_modules/lodash.keys/index.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash.keys/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lodash.mergewith/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/lodash.mergewith/README.md create mode 100644 user/themes/gilles_acezat/node_modules/lodash.mergewith/index.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash.mergewith/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lodash.restparam/LICENSE.txt create mode 100644 user/themes/gilles_acezat/node_modules/lodash.restparam/README.md create mode 100644 user/themes/gilles_acezat/node_modules/lodash.restparam/index.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash.restparam/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lodash.template/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/lodash.template/README.md create mode 100644 user/themes/gilles_acezat/node_modules/lodash.template/index.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash.template/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lodash.templatesettings/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/lodash.templatesettings/README.md create mode 100644 user/themes/gilles_acezat/node_modules/lodash.templatesettings/index.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash.templatesettings/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lodash/LICENSE.txt create mode 100644 user/themes/gilles_acezat/node_modules/lodash/README.md create mode 100644 user/themes/gilles_acezat/node_modules/lodash/dist/lodash.compat.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash/dist/lodash.compat.min.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash/dist/lodash.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash/dist/lodash.min.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash/dist/lodash.underscore.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash/dist/lodash.underscore.min.js create mode 100644 user/themes/gilles_acezat/node_modules/lodash/package.json create mode 100644 user/themes/gilles_acezat/node_modules/loud-rejection/api.js create mode 100644 user/themes/gilles_acezat/node_modules/loud-rejection/index.js create mode 100644 user/themes/gilles_acezat/node_modules/loud-rejection/license create mode 100644 user/themes/gilles_acezat/node_modules/loud-rejection/package.json create mode 100644 user/themes/gilles_acezat/node_modules/loud-rejection/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/loud-rejection/register.js create mode 100644 user/themes/gilles_acezat/node_modules/lru-cache/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/lru-cache/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/lru-cache/CONTRIBUTORS create mode 100644 user/themes/gilles_acezat/node_modules/lru-cache/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/lru-cache/README.md create mode 100644 user/themes/gilles_acezat/node_modules/lru-cache/lib/lru-cache.js create mode 100644 user/themes/gilles_acezat/node_modules/lru-cache/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lru-cache/test/basic.js create mode 100644 user/themes/gilles_acezat/node_modules/lru-cache/test/foreach.js create mode 100644 user/themes/gilles_acezat/node_modules/lru-cache/test/memory-leak.js create mode 100644 user/themes/gilles_acezat/node_modules/lru-cache/test/serialize.js create mode 100644 user/themes/gilles_acezat/node_modules/lru-queue/.lint create mode 100644 user/themes/gilles_acezat/node_modules/lru-queue/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/lru-queue/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/lru-queue/CHANGES create mode 100644 user/themes/gilles_acezat/node_modules/lru-queue/LICENCE create mode 100644 user/themes/gilles_acezat/node_modules/lru-queue/README.md create mode 100644 user/themes/gilles_acezat/node_modules/lru-queue/index.js create mode 100644 user/themes/gilles_acezat/node_modules/lru-queue/package.json create mode 100644 user/themes/gilles_acezat/node_modules/lru-queue/test/index.js create mode 100644 user/themes/gilles_acezat/node_modules/make-iterator/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/make-iterator/README.md create mode 100644 user/themes/gilles_acezat/node_modules/make-iterator/index.js create mode 100644 user/themes/gilles_acezat/node_modules/make-iterator/package.json create mode 100644 user/themes/gilles_acezat/node_modules/map-cache/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/map-cache/README.md create mode 100644 user/themes/gilles_acezat/node_modules/map-cache/index.js create mode 100644 user/themes/gilles_acezat/node_modules/map-cache/package.json create mode 100644 user/themes/gilles_acezat/node_modules/map-obj/index.js create mode 100644 user/themes/gilles_acezat/node_modules/map-obj/license create mode 100644 user/themes/gilles_acezat/node_modules/map-obj/package.json create mode 100644 user/themes/gilles_acezat/node_modules/map-obj/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/map-visit/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/map-visit/README.md create mode 100644 user/themes/gilles_acezat/node_modules/map-visit/index.js create mode 100644 user/themes/gilles_acezat/node_modules/map-visit/package.json create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/.editorconfig create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/.testignore create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/CHANGES create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/README.md create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/benchmark/fibonacci.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/ext/async.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/ext/dispose.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/ext/max-age.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/ext/max.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/ext/promise.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/ext/ref-counter.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/index.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/lib/configure-map.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/lib/methods.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/lib/registered-extensions.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/lib/resolve-length.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/lib/resolve-normalize.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/lib/resolve-resolve.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/lib/weak.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/methods-plain.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/methods.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/normalizers/get-1.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/normalizers/get-fixed.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/normalizers/get-primitive-fixed.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/normalizers/get.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/normalizers/primitive.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/package.json create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/plain.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/profile.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/ext/async.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/ext/dispose.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/ext/max-age.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/ext/max.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/ext/promise.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/ext/ref-counter.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/index.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/lib/configure-map.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/lib/methods.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/lib/registered-extensions.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/lib/resolve-length.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/lib/resolve-normalize.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/lib/resolve-resolve.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/lib/weak.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/methods-plain.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/methods.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/normalizers/get-1.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/normalizers/get-fixed.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/normalizers/get-primitive-fixed.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/normalizers/get.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/normalizers/primitive.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/plain.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/profile.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/weak-plain.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/test/weak.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/weak-plain.js create mode 100644 user/themes/gilles_acezat/node_modules/memoizee/weak.js create mode 100644 user/themes/gilles_acezat/node_modules/meow/index.js create mode 100644 user/themes/gilles_acezat/node_modules/meow/license create mode 100644 user/themes/gilles_acezat/node_modules/meow/node_modules/object-assign/index.js create mode 100644 user/themes/gilles_acezat/node_modules/meow/node_modules/object-assign/license create mode 100644 user/themes/gilles_acezat/node_modules/meow/node_modules/object-assign/package.json create mode 100644 user/themes/gilles_acezat/node_modules/meow/node_modules/object-assign/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/meow/package.json create mode 100644 user/themes/gilles_acezat/node_modules/meow/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/micromatch/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/micromatch/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/micromatch/README.md create mode 100644 user/themes/gilles_acezat/node_modules/micromatch/index.js create mode 100644 user/themes/gilles_acezat/node_modules/micromatch/lib/cache.js create mode 100644 user/themes/gilles_acezat/node_modules/micromatch/lib/compilers.js create mode 100644 user/themes/gilles_acezat/node_modules/micromatch/lib/parsers.js create mode 100644 user/themes/gilles_acezat/node_modules/micromatch/lib/utils.js create mode 100644 user/themes/gilles_acezat/node_modules/micromatch/package.json create mode 100644 user/themes/gilles_acezat/node_modules/mime-db/HISTORY.md create mode 100644 user/themes/gilles_acezat/node_modules/mime-db/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/mime-db/README.md create mode 100644 user/themes/gilles_acezat/node_modules/mime-db/db.json create mode 100644 user/themes/gilles_acezat/node_modules/mime-db/index.js create mode 100644 user/themes/gilles_acezat/node_modules/mime-db/package.json create mode 100644 user/themes/gilles_acezat/node_modules/mime-types/HISTORY.md create mode 100644 user/themes/gilles_acezat/node_modules/mime-types/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/mime-types/README.md create mode 100644 user/themes/gilles_acezat/node_modules/mime-types/index.js create mode 100644 user/themes/gilles_acezat/node_modules/mime-types/package.json create mode 100644 user/themes/gilles_acezat/node_modules/minimatch/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/minimatch/README.md create mode 100644 user/themes/gilles_acezat/node_modules/minimatch/browser.js create mode 100644 user/themes/gilles_acezat/node_modules/minimatch/minimatch.js create mode 100644 user/themes/gilles_acezat/node_modules/minimatch/package.json create mode 100644 user/themes/gilles_acezat/node_modules/minimist/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/minimist/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/minimist/example/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/minimist/index.js create mode 100644 user/themes/gilles_acezat/node_modules/minimist/package.json create mode 100644 user/themes/gilles_acezat/node_modules/minimist/readme.markdown create mode 100644 user/themes/gilles_acezat/node_modules/minimist/test/all_bool.js create mode 100644 user/themes/gilles_acezat/node_modules/minimist/test/bool.js create mode 100644 user/themes/gilles_acezat/node_modules/minimist/test/dash.js create mode 100644 user/themes/gilles_acezat/node_modules/minimist/test/default_bool.js create mode 100644 user/themes/gilles_acezat/node_modules/minimist/test/dotted.js create mode 100644 user/themes/gilles_acezat/node_modules/minimist/test/kv_short.js create mode 100644 user/themes/gilles_acezat/node_modules/minimist/test/long.js create mode 100644 user/themes/gilles_acezat/node_modules/minimist/test/num.js create mode 100644 user/themes/gilles_acezat/node_modules/minimist/test/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/minimist/test/parse_modified.js create mode 100644 user/themes/gilles_acezat/node_modules/minimist/test/short.js create mode 100644 user/themes/gilles_acezat/node_modules/minimist/test/stop_early.js create mode 100644 user/themes/gilles_acezat/node_modules/minimist/test/unknown.js create mode 100644 user/themes/gilles_acezat/node_modules/minimist/test/whitespace.js create mode 100644 user/themes/gilles_acezat/node_modules/mixin-deep/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/mixin-deep/README.md create mode 100644 user/themes/gilles_acezat/node_modules/mixin-deep/index.js create mode 100644 user/themes/gilles_acezat/node_modules/mixin-deep/node_modules/is-extendable/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/mixin-deep/node_modules/is-extendable/README.md create mode 100644 user/themes/gilles_acezat/node_modules/mixin-deep/node_modules/is-extendable/index.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/mixin-deep/node_modules/is-extendable/index.js create mode 100644 user/themes/gilles_acezat/node_modules/mixin-deep/node_modules/is-extendable/package.json create mode 100644 user/themes/gilles_acezat/node_modules/mixin-deep/package.json create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/bin/cmd.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/bin/usage.txt create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/examples/pow.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/index.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/node_modules/minimist/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/node_modules/minimist/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/node_modules/minimist/example/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/node_modules/minimist/index.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/node_modules/minimist/package.json create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/node_modules/minimist/readme.markdown create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/node_modules/minimist/test/dash.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/node_modules/minimist/test/default_bool.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/node_modules/minimist/test/dotted.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/node_modules/minimist/test/long.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/node_modules/minimist/test/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/node_modules/minimist/test/parse_modified.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/node_modules/minimist/test/short.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/node_modules/minimist/test/whitespace.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/package.json create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/readme.markdown create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/test/chmod.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/test/clobber.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/test/mkdirp.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/test/opts_fs.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/test/opts_fs_sync.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/test/perm.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/test/perm_sync.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/test/race.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/test/rel.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/test/return.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/test/return_sync.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/test/root.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/test/sync.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/test/umask.js create mode 100644 user/themes/gilles_acezat/node_modules/mkdirp/test/umask_sync.js create mode 100644 user/themes/gilles_acezat/node_modules/ms/index.js create mode 100644 user/themes/gilles_acezat/node_modules/ms/license.md create mode 100644 user/themes/gilles_acezat/node_modules/ms/package.json create mode 100644 user/themes/gilles_acezat/node_modules/ms/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/multipipe/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/multipipe/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/multipipe/History.md create mode 100644 user/themes/gilles_acezat/node_modules/multipipe/Makefile create mode 100644 user/themes/gilles_acezat/node_modules/multipipe/Readme.md create mode 100644 user/themes/gilles_acezat/node_modules/multipipe/index.js create mode 100644 user/themes/gilles_acezat/node_modules/multipipe/package.json create mode 100644 user/themes/gilles_acezat/node_modules/multipipe/test/multipipe.js create mode 100644 user/themes/gilles_acezat/node_modules/nan/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/nan/LICENSE.md create mode 100644 user/themes/gilles_acezat/node_modules/nan/README.md create mode 100644 user/themes/gilles_acezat/node_modules/nan/doc/asyncworker.md create mode 100644 user/themes/gilles_acezat/node_modules/nan/doc/buffers.md create mode 100644 user/themes/gilles_acezat/node_modules/nan/doc/callback.md create mode 100644 user/themes/gilles_acezat/node_modules/nan/doc/converters.md create mode 100644 user/themes/gilles_acezat/node_modules/nan/doc/errors.md create mode 100644 user/themes/gilles_acezat/node_modules/nan/doc/json.md create mode 100644 user/themes/gilles_acezat/node_modules/nan/doc/maybe_types.md create mode 100644 user/themes/gilles_acezat/node_modules/nan/doc/methods.md create mode 100644 user/themes/gilles_acezat/node_modules/nan/doc/new.md create mode 100644 user/themes/gilles_acezat/node_modules/nan/doc/node_misc.md create mode 100644 user/themes/gilles_acezat/node_modules/nan/doc/object_wrappers.md create mode 100644 user/themes/gilles_acezat/node_modules/nan/doc/persistent.md create mode 100644 user/themes/gilles_acezat/node_modules/nan/doc/scopes.md create mode 100644 user/themes/gilles_acezat/node_modules/nan/doc/script.md create mode 100644 user/themes/gilles_acezat/node_modules/nan/doc/string_bytes.md create mode 100644 user/themes/gilles_acezat/node_modules/nan/doc/v8_internals.md create mode 100644 user/themes/gilles_acezat/node_modules/nan/doc/v8_misc.md create mode 100644 user/themes/gilles_acezat/node_modules/nan/include_dirs.js create mode 100644 user/themes/gilles_acezat/node_modules/nan/nan.h create mode 100644 user/themes/gilles_acezat/node_modules/nan/nan_callbacks.h create mode 100644 user/themes/gilles_acezat/node_modules/nan/nan_callbacks_12_inl.h create mode 100644 user/themes/gilles_acezat/node_modules/nan/nan_callbacks_pre_12_inl.h create mode 100644 user/themes/gilles_acezat/node_modules/nan/nan_converters.h create mode 100644 user/themes/gilles_acezat/node_modules/nan/nan_converters_43_inl.h create mode 100644 user/themes/gilles_acezat/node_modules/nan/nan_converters_pre_43_inl.h create mode 100644 user/themes/gilles_acezat/node_modules/nan/nan_define_own_property_helper.h create mode 100644 user/themes/gilles_acezat/node_modules/nan/nan_implementation_12_inl.h create mode 100644 user/themes/gilles_acezat/node_modules/nan/nan_implementation_pre_12_inl.h create mode 100644 user/themes/gilles_acezat/node_modules/nan/nan_json.h create mode 100644 user/themes/gilles_acezat/node_modules/nan/nan_maybe_43_inl.h create mode 100644 user/themes/gilles_acezat/node_modules/nan/nan_maybe_pre_43_inl.h create mode 100644 user/themes/gilles_acezat/node_modules/nan/nan_new.h create mode 100644 user/themes/gilles_acezat/node_modules/nan/nan_object_wrap.h create mode 100644 user/themes/gilles_acezat/node_modules/nan/nan_persistent_12_inl.h create mode 100644 user/themes/gilles_acezat/node_modules/nan/nan_persistent_pre_12_inl.h create mode 100644 user/themes/gilles_acezat/node_modules/nan/nan_private.h create mode 100644 user/themes/gilles_acezat/node_modules/nan/nan_string_bytes.h create mode 100644 user/themes/gilles_acezat/node_modules/nan/nan_typedarray_contents.h create mode 100644 user/themes/gilles_acezat/node_modules/nan/nan_weak.h create mode 100644 user/themes/gilles_acezat/node_modules/nan/package.json create mode 100644 user/themes/gilles_acezat/node_modules/nan/tools/1to2.js create mode 100644 user/themes/gilles_acezat/node_modules/nan/tools/README.md create mode 100644 user/themes/gilles_acezat/node_modules/nan/tools/package.json create mode 100644 user/themes/gilles_acezat/node_modules/nanomatch/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/nanomatch/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/nanomatch/README.md create mode 100644 user/themes/gilles_acezat/node_modules/nanomatch/index.js create mode 100644 user/themes/gilles_acezat/node_modules/nanomatch/lib/cache.js create mode 100644 user/themes/gilles_acezat/node_modules/nanomatch/lib/compilers.js create mode 100644 user/themes/gilles_acezat/node_modules/nanomatch/lib/parsers.js create mode 100644 user/themes/gilles_acezat/node_modules/nanomatch/lib/utils.js create mode 100644 user/themes/gilles_acezat/node_modules/nanomatch/package.json create mode 100644 user/themes/gilles_acezat/node_modules/natives/LICENSE.md create mode 100644 user/themes/gilles_acezat/node_modules/natives/README.md create mode 100644 user/themes/gilles_acezat/node_modules/natives/index.js create mode 100644 user/themes/gilles_acezat/node_modules/natives/package.json create mode 100644 user/themes/gilles_acezat/node_modules/next-tick/.lint create mode 100644 user/themes/gilles_acezat/node_modules/next-tick/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/next-tick/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/next-tick/CHANGES create mode 100644 user/themes/gilles_acezat/node_modules/next-tick/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/next-tick/README.md create mode 100644 user/themes/gilles_acezat/node_modules/next-tick/index.js create mode 100644 user/themes/gilles_acezat/node_modules/next-tick/package.json create mode 100644 user/themes/gilles_acezat/node_modules/next-tick/test/index.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/.github/PULL_REQUEST_TEMPLATE.md create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/.jshintrc create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/CONTRIBUTING.md create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/README.md create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/addon.gypi create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/bin/node-gyp.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/AUTHORS create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/DEPS create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/OWNERS create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/PRESUBMIT.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/codereview.settings create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/gyp create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/gyp.bat create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/gyp_main.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/__init__.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/common.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/common_test.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/input.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/input_test.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/ordered_dict.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/samples/samples create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/samples/samples.bat create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/setup.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/tools/README create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/tools/Xcode/README create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.pbfilespec create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.xclangspec create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/tools/emacs/README create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/tools/emacs/gyp-tests.el create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/tools/emacs/gyp.el create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/tools/emacs/run-unit-tests.sh create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp.fontified create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/tools/graphviz.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/tools/pretty_gyp.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/tools/pretty_sln.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/gyp/tools/pretty_vcproj.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/lib/Find-VS2017.cs create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/lib/build.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/lib/clean.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/lib/configure.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/lib/find-node-directory.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/lib/find-vs2017.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/lib/install.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/lib/list.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/lib/node-gyp.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/lib/process-release.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/lib/rebuild.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/lib/remove.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/.bin/semver create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/glob/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/glob/README.md create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/glob/changelog.md create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/glob/common.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/glob/glob.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/glob/package.json create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/glob/sync.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/graceful-fs/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/graceful-fs/README.md create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/graceful-fs/clone.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/graceful-fs/graceful-fs.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/graceful-fs/legacy-streams.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/graceful-fs/package.json create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/graceful-fs/polyfills.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/minimatch/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/minimatch/README.md create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/minimatch/minimatch.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/minimatch/package.json create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/semver/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/semver/README.md create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/semver/bin/semver create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/semver/package.json create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/semver/range.bnf create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/node_modules/semver/semver.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/package.json create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/src/win_delay_load_hook.cc create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/test/docker.sh create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/test/fixtures/ca-bundle.crt create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/test/fixtures/ca.crt create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/test/fixtures/server.crt create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/test/fixtures/server.key create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/test/fixtures/test-charmap.py create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/test/process-exec-sync.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/test/simple-proxy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/test/test-addon.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/test/test-configure-python.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/test/test-download.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/test/test-find-accessible-sync.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/test/test-find-node-directory.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/test/test-find-python.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/test/test-install.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/test/test-options.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/test/test-process-release.js create mode 100644 user/themes/gilles_acezat/node_modules/node-gyp/tools/gyp/pylib/gyp/generator/compile_commands_json.py create mode 100644 user/themes/gilles_acezat/node_modules/node-releases/.idea/encodings.xml create mode 100644 user/themes/gilles_acezat/node_modules/node-releases/.idea/inspectionProfiles/Project_Default.xml create mode 100644 user/themes/gilles_acezat/node_modules/node-releases/.idea/misc.xml create mode 100644 user/themes/gilles_acezat/node_modules/node-releases/.idea/modules.xml create mode 100644 user/themes/gilles_acezat/node_modules/node-releases/.idea/node-releases.iml create mode 100644 user/themes/gilles_acezat/node_modules/node-releases/.idea/vcs.xml create mode 100644 user/themes/gilles_acezat/node_modules/node-releases/.idea/workspace.xml create mode 100644 user/themes/gilles_acezat/node_modules/node-releases/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/node-releases/README.md create mode 100644 user/themes/gilles_acezat/node_modules/node-releases/data/processed/envs.json create mode 100644 user/themes/gilles_acezat/node_modules/node-releases/data/raw/iojs.json create mode 100644 user/themes/gilles_acezat/node_modules/node-releases/data/raw/nodejs.json create mode 100644 user/themes/gilles_acezat/node_modules/node-releases/data/release-schedule/release-schedule.json create mode 100644 user/themes/gilles_acezat/node_modules/node-releases/node_modules/.bin/semver create mode 100644 user/themes/gilles_acezat/node_modules/node-releases/node_modules/semver/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/node-releases/node_modules/semver/README.md create mode 100644 user/themes/gilles_acezat/node_modules/node-releases/node_modules/semver/bin/semver create mode 100644 user/themes/gilles_acezat/node_modules/node-releases/node_modules/semver/package.json create mode 100644 user/themes/gilles_acezat/node_modules/node-releases/node_modules/semver/range.bnf create mode 100644 user/themes/gilles_acezat/node_modules/node-releases/node_modules/semver/semver.js create mode 100644 user/themes/gilles_acezat/node_modules/node-releases/package.json create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/README.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/bin/emcc create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/bin/node-sass create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/binding.gyp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/lib/binding.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/lib/errors.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/lib/extensions.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/lib/index.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/lib/render.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/lib/watcher.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/gaze/LICENSE-MIT create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/gaze/README.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/gaze/lib/gaze.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/gaze/lib/helper.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/gaze/package.json create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/glob/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/glob/README.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/glob/changelog.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/glob/common.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/glob/glob.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/glob/package.json create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/glob/sync.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/globule/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/globule/README.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/globule/lib/globule.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/globule/package.json create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/README.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_DataView.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_Hash.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_LazyWrapper.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_ListCache.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_LodashWrapper.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_Map.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_MapCache.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_Promise.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_Set.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_SetCache.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_Stack.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_Symbol.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_Uint8Array.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_WeakMap.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_apply.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_arrayAggregator.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_arrayEach.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_arrayEachRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_arrayEvery.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_arrayFilter.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_arrayIncludes.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_arrayIncludesWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_arrayLikeKeys.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_arrayMap.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_arrayPush.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_arrayReduce.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_arrayReduceRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_arraySample.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_arraySampleSize.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_arrayShuffle.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_arraySome.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_asciiSize.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_asciiToArray.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_asciiWords.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_assignMergeValue.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_assignValue.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_assocIndexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseAggregator.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseAssign.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseAssignIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseAssignValue.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseAt.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseClamp.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseClone.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseConforms.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseConformsTo.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseCreate.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseDelay.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseDifference.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseEach.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseEachRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseEvery.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseExtremum.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseFill.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseFilter.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseFindIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseFindKey.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseFlatten.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseFor.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseForOwn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseForOwnRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseForRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseFunctions.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseGet.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseGetAllKeys.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseGetTag.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseGt.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseHas.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseHasIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseInRange.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseIndexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseIndexOfWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseIntersection.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseInverter.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseInvoke.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseIsArguments.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseIsArrayBuffer.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseIsDate.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseIsEqual.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseIsEqualDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseIsMap.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseIsMatch.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseIsNaN.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseIsNative.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseIsRegExp.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseIsSet.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseIsTypedArray.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseIteratee.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseKeys.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseKeysIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseLodash.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseLt.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseMap.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseMatches.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseMatchesProperty.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseMean.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseMerge.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseMergeDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseNth.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseOrderBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_basePick.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_basePickBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseProperty.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_basePropertyDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_basePropertyOf.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_basePullAll.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_basePullAt.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseRandom.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseRange.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseReduce.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseRepeat.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseRest.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseSample.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseSampleSize.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseSet.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseSetData.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseSetToString.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseShuffle.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseSlice.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseSome.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseSortBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseSortedIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseSortedIndexBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseSortedUniq.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseSum.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseTimes.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseToNumber.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseToPairs.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseToString.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseUnary.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseUniq.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseUnset.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseUpdate.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseValues.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseWhile.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseWrapperValue.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseXor.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_baseZipObject.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_cacheHas.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_castArrayLikeObject.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_castFunction.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_castPath.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_castRest.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_castSlice.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_charsEndIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_charsStartIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_cloneArrayBuffer.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_cloneBuffer.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_cloneDataView.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_cloneRegExp.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_cloneSymbol.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_cloneTypedArray.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_compareAscending.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_compareMultiple.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_composeArgs.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_composeArgsRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_copyArray.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_copyObject.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_copySymbols.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_copySymbolsIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_coreJsData.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_countHolders.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createAggregator.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createAssigner.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createBaseEach.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createBaseFor.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createBind.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createCaseFirst.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createCompounder.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createCtor.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createCurry.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createFind.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createFlow.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createHybrid.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createInverter.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createMathOperation.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createOver.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createPadding.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createPartial.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createRange.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createRecurry.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createRelationalOperation.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createRound.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createSet.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createToPairs.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_createWrap.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_customDefaultsAssignIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_customDefaultsMerge.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_customOmitClone.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_deburrLetter.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_defineProperty.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_equalArrays.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_equalByTag.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_equalObjects.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_escapeHtmlChar.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_escapeStringChar.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_flatRest.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_freeGlobal.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_getAllKeys.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_getAllKeysIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_getData.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_getFuncName.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_getHolder.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_getMapData.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_getMatchData.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_getNative.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_getPrototype.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_getRawTag.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_getSymbols.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_getSymbolsIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_getTag.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_getValue.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_getView.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_getWrapDetails.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_hasPath.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_hasUnicode.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_hasUnicodeWord.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_hashClear.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_hashDelete.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_hashGet.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_hashHas.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_hashSet.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_initCloneArray.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_initCloneByTag.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_initCloneObject.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_insertWrapDetails.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_isFlattenable.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_isIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_isIterateeCall.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_isKey.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_isKeyable.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_isLaziable.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_isMaskable.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_isMasked.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_isPrototype.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_isStrictComparable.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_iteratorToArray.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_lazyClone.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_lazyReverse.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_lazyValue.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_listCacheClear.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_listCacheDelete.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_listCacheGet.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_listCacheHas.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_listCacheSet.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_mapCacheClear.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_mapCacheDelete.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_mapCacheGet.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_mapCacheHas.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_mapCacheSet.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_mapToArray.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_matchesStrictComparable.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_memoizeCapped.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_mergeData.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_metaMap.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_nativeCreate.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_nativeKeys.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_nativeKeysIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_nodeUtil.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_objectToString.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_overArg.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_overRest.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_parent.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_reEscape.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_reEvaluate.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_reInterpolate.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_realNames.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_reorder.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_replaceHolders.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_root.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_safeGet.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_setCacheAdd.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_setCacheHas.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_setData.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_setToArray.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_setToPairs.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_setToString.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_setWrapToString.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_shortOut.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_shuffleSelf.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_stackClear.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_stackDelete.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_stackGet.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_stackHas.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_stackSet.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_strictIndexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_strictLastIndexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_stringSize.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_stringToArray.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_stringToPath.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_toKey.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_toSource.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_unescapeHtmlChar.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_unicodeSize.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_unicodeToArray.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_unicodeWords.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_updateWrapDetails.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/_wrapperClone.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/add.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/after.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/array.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/ary.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/assign.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/assignIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/assignInWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/assignWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/at.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/attempt.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/before.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/bind.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/bindAll.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/bindKey.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/camelCase.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/capitalize.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/castArray.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/ceil.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/chain.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/chunk.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/clamp.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/clone.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/cloneDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/cloneDeepWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/cloneWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/collection.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/commit.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/compact.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/concat.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/cond.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/conforms.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/conformsTo.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/constant.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/core.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/core.min.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/countBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/create.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/curry.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/curryRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/date.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/debounce.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/deburr.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/defaultTo.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/defaults.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/defaultsDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/defer.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/delay.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/difference.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/differenceBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/differenceWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/divide.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/drop.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/dropRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/dropRightWhile.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/dropWhile.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/each.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/eachRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/endsWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/entries.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/entriesIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/eq.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/escape.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/escapeRegExp.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/every.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/extend.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/extendWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fill.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/filter.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/find.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/findIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/findKey.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/findLast.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/findLastIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/findLastKey.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/first.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/flatMap.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/flatMapDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/flatMapDepth.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/flatten.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/flattenDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/flattenDepth.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/flip.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/floor.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/flow.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/flowRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/forEach.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/forEachRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/forIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/forInRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/forOwn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/forOwnRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/F.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/T.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/__.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/_baseConvert.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/_convertBrowser.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/_falseOptions.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/_mapping.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/_util.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/add.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/after.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/all.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/allPass.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/always.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/any.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/anyPass.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/apply.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/array.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/ary.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/assign.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/assignAll.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/assignAllWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/assignIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/assignInAll.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/assignInAllWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/assignInWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/assignWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/assoc.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/assocPath.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/at.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/attempt.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/before.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/bind.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/bindAll.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/bindKey.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/camelCase.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/capitalize.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/castArray.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/ceil.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/chain.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/chunk.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/clamp.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/clone.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/cloneDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/cloneDeepWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/cloneWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/collection.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/commit.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/compact.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/complement.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/compose.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/concat.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/cond.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/conforms.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/conformsTo.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/constant.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/contains.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/convert.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/countBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/create.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/curry.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/curryN.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/curryRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/curryRightN.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/date.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/debounce.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/deburr.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/defaultTo.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/defaults.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/defaultsAll.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/defaultsDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/defaultsDeepAll.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/defer.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/delay.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/difference.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/differenceBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/differenceWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/dissoc.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/dissocPath.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/divide.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/drop.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/dropLast.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/dropLastWhile.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/dropRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/dropRightWhile.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/dropWhile.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/each.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/eachRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/endsWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/entries.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/entriesIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/eq.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/equals.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/escape.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/escapeRegExp.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/every.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/extend.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/extendAll.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/extendAllWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/extendWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/fill.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/filter.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/find.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/findFrom.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/findIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/findIndexFrom.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/findKey.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/findLast.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/findLastFrom.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/findLastIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/findLastIndexFrom.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/findLastKey.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/first.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/flatMap.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/flatMapDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/flatMapDepth.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/flatten.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/flattenDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/flattenDepth.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/flip.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/floor.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/flow.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/flowRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/forEach.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/forEachRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/forIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/forInRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/forOwn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/forOwnRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/fromPairs.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/function.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/functions.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/functionsIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/get.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/getOr.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/groupBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/gt.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/gte.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/has.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/hasIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/head.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/identical.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/identity.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/inRange.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/includes.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/includesFrom.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/indexBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/indexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/indexOfFrom.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/init.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/initial.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/intersection.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/intersectionBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/intersectionWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/invert.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/invertBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/invertObj.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/invoke.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/invokeArgs.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/invokeArgsMap.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/invokeMap.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isArguments.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isArray.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isArrayBuffer.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isArrayLike.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isArrayLikeObject.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isBoolean.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isBuffer.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isDate.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isElement.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isEmpty.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isEqual.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isEqualWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isError.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isFinite.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isFunction.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isInteger.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isLength.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isMap.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isMatch.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isMatchWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isNaN.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isNative.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isNil.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isNull.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isNumber.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isObject.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isObjectLike.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isPlainObject.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isRegExp.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isSafeInteger.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isSet.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isString.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isSymbol.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isTypedArray.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isUndefined.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isWeakMap.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/isWeakSet.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/iteratee.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/join.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/juxt.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/kebabCase.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/keyBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/keys.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/keysIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/lang.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/last.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/lastIndexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/lastIndexOfFrom.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/lowerCase.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/lowerFirst.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/lt.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/lte.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/map.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/mapKeys.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/mapValues.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/matches.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/matchesProperty.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/math.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/max.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/maxBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/mean.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/meanBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/memoize.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/merge.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/mergeAll.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/mergeAllWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/mergeWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/method.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/methodOf.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/min.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/minBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/mixin.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/multiply.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/nAry.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/negate.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/next.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/noop.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/now.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/nth.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/nthArg.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/number.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/object.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/omit.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/omitAll.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/omitBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/once.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/orderBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/over.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/overArgs.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/overEvery.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/overSome.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/pad.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/padChars.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/padCharsEnd.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/padCharsStart.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/padEnd.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/padStart.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/parseInt.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/partial.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/partialRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/partition.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/path.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/pathEq.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/pathOr.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/paths.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/pick.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/pickAll.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/pickBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/pipe.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/placeholder.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/plant.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/pluck.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/prop.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/propEq.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/propOr.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/property.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/propertyOf.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/props.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/pull.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/pullAll.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/pullAllBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/pullAllWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/pullAt.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/random.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/range.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/rangeRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/rangeStep.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/rangeStepRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/rearg.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/reduce.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/reduceRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/reject.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/remove.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/repeat.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/replace.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/rest.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/restFrom.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/result.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/reverse.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/round.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/sample.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/sampleSize.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/seq.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/set.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/setWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/shuffle.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/size.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/slice.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/snakeCase.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/some.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/sortBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/sortedIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/sortedIndexBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/sortedIndexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/sortedLastIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/sortedLastIndexBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/sortedLastIndexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/sortedUniq.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/sortedUniqBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/split.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/spread.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/spreadFrom.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/startCase.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/startsWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/string.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/stubArray.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/stubFalse.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/stubObject.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/stubString.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/stubTrue.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/subtract.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/sum.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/sumBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/symmetricDifference.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/symmetricDifferenceBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/symmetricDifferenceWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/tail.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/take.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/takeLast.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/takeLastWhile.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/takeRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/takeRightWhile.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/takeWhile.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/tap.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/template.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/templateSettings.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/throttle.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/thru.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/times.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/toArray.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/toFinite.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/toInteger.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/toIterator.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/toJSON.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/toLength.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/toLower.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/toNumber.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/toPairs.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/toPairsIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/toPath.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/toPlainObject.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/toSafeInteger.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/toString.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/toUpper.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/transform.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/trim.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/trimChars.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/trimCharsEnd.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/trimCharsStart.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/trimEnd.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/trimStart.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/truncate.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/unapply.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/unary.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/unescape.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/union.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/unionBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/unionWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/uniq.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/uniqBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/uniqWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/uniqueId.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/unnest.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/unset.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/unzip.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/unzipWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/update.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/updateWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/upperCase.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/upperFirst.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/useWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/util.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/value.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/valueOf.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/values.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/valuesIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/where.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/whereEq.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/without.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/words.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/wrap.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/wrapperAt.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/wrapperChain.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/wrapperLodash.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/wrapperReverse.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/wrapperValue.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/xor.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/xorBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/xorWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/zip.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/zipAll.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/zipObj.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/zipObject.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/zipObjectDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fp/zipWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/fromPairs.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/function.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/functions.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/functionsIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/get.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/groupBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/gt.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/gte.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/has.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/hasIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/head.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/identity.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/inRange.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/includes.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/index.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/indexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/initial.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/intersection.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/intersectionBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/intersectionWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/invert.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/invertBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/invoke.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/invokeMap.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isArguments.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isArray.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isArrayBuffer.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isArrayLike.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isArrayLikeObject.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isBoolean.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isBuffer.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isDate.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isElement.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isEmpty.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isEqual.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isEqualWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isError.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isFinite.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isFunction.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isInteger.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isLength.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isMap.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isMatch.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isMatchWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isNaN.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isNative.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isNil.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isNull.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isNumber.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isObject.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isObjectLike.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isPlainObject.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isRegExp.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isSafeInteger.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isSet.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isString.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isSymbol.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isTypedArray.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isUndefined.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isWeakMap.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/isWeakSet.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/iteratee.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/join.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/kebabCase.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/keyBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/keys.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/keysIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/lang.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/last.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/lastIndexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/lodash.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/lodash.min.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/lowerCase.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/lowerFirst.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/lt.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/lte.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/map.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/mapKeys.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/mapValues.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/matches.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/matchesProperty.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/math.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/max.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/maxBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/mean.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/meanBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/memoize.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/merge.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/mergeWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/method.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/methodOf.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/min.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/minBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/mixin.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/multiply.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/negate.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/next.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/noop.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/now.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/nth.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/nthArg.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/number.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/object.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/omit.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/omitBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/once.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/orderBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/over.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/overArgs.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/overEvery.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/overSome.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/package.json create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/pad.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/padEnd.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/padStart.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/parseInt.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/partial.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/partialRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/partition.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/pick.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/pickBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/plant.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/property.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/propertyOf.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/pull.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/pullAll.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/pullAllBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/pullAllWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/pullAt.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/random.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/range.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/rangeRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/rearg.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/reduce.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/reduceRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/reject.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/remove.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/repeat.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/replace.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/rest.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/result.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/reverse.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/round.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/sample.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/sampleSize.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/seq.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/set.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/setWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/shuffle.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/size.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/slice.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/snakeCase.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/some.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/sortBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/sortedIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/sortedIndexBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/sortedIndexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/sortedLastIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/sortedLastIndexBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/sortedLastIndexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/sortedUniq.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/sortedUniqBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/split.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/spread.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/startCase.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/startsWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/string.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/stubArray.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/stubFalse.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/stubObject.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/stubString.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/stubTrue.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/subtract.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/sum.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/sumBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/tail.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/take.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/takeRight.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/takeRightWhile.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/takeWhile.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/tap.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/template.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/templateSettings.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/throttle.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/thru.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/times.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/toArray.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/toFinite.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/toInteger.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/toIterator.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/toJSON.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/toLength.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/toLower.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/toNumber.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/toPairs.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/toPairsIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/toPath.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/toPlainObject.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/toSafeInteger.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/toString.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/toUpper.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/transform.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/trim.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/trimEnd.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/trimStart.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/truncate.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/unary.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/unescape.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/union.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/unionBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/unionWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/uniq.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/uniqBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/uniqWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/uniqueId.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/unset.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/unzip.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/unzipWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/update.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/updateWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/upperCase.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/upperFirst.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/util.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/value.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/valueOf.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/values.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/valuesIn.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/without.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/words.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/wrap.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/wrapperAt.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/wrapperChain.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/wrapperLodash.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/wrapperReverse.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/wrapperValue.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/xor.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/xorBy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/xorWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/zip.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/zipObject.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/zipObjectDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/lodash/zipWith.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/minimatch/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/minimatch/README.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/minimatch/minimatch.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/node_modules/minimatch/package.json create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/package.json create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/scripts/build.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/scripts/coverage.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/scripts/install.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/scripts/prepublish.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/scripts/util/downloadoptions.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/scripts/util/proxy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/scripts/util/useragent.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/binding.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/callback_bridge.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/create_string.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/create_string.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/custom_function_bridge.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/custom_function_bridge.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/custom_importer_bridge.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/custom_importer_bridge.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass.gyp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/.editorconfig create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/.gitattributes create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/.github/CONTRIBUTING.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/.github/ISSUE_TEMPLATE.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/COPYING create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/GNUmakefile.am create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/INSTALL create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/Makefile create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/Makefile.conf create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/Readme.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/SECURITY.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/appveyor.yml create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/configure.ac create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/contrib/libsass.spec create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/contrib/plugin.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/README.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/api-context-example.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/api-context-internal.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/api-context.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/api-doc.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/api-function-example.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/api-function-internal.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/api-function.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/api-importer-example.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/api-importer-internal.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/api-importer.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/api-value-example.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/api-value-internal.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/api-value.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/build-on-darwin.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/build-on-gentoo.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/build-on-windows.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/build-shared-library.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/build-with-autotools.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/build-with-makefiles.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/build-with-mingw.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/build-with-visual-studio.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/build.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/compatibility-plan.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/contributing.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/custom-functions-internal.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/dev-ast-memory.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/implementations.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/plugins.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/setup-environment.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/source-map-internals.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/trace.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/triage.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/docs/unicode.md create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/extconf.rb create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/include/sass.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/include/sass/base.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/include/sass/context.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/include/sass/functions.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/include/sass/values.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/include/sass/version.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/include/sass/version.h.in create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/include/sass2scss.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/m4/.gitkeep create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/m4/m4-ax_cxx_compile_stdcxx_11.m4 create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/res/resource.rc create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/script/bootstrap create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/script/branding create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/script/ci-build-libsass create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/script/ci-build-plugin create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/script/ci-install-compiler create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/script/ci-install-deps create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/script/ci-report-coverage create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/script/spec create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/script/tap-driver create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/script/tap-runner create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/script/test-leaks.pl create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/GNUmakefile.am create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/ast.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/ast.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/ast_def_macros.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/ast_fwd_decl.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/ast_fwd_decl.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/b64/cencode.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/b64/encode.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/backtrace.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/backtrace.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/base64vlq.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/base64vlq.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/bind.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/bind.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/c99func.c create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/cencode.c create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/check_nesting.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/check_nesting.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/color_maps.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/color_maps.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/constants.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/constants.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/context.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/context.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/cssize.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/cssize.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/debug.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/debugger.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/emitter.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/emitter.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/environment.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/environment.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/error_handling.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/error_handling.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/eval.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/eval.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/expand.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/expand.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/extend.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/extend.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/file.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/file.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/functions.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/functions.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/inspect.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/inspect.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/json.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/json.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/kwd_arg_macros.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/lexer.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/lexer.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/listize.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/listize.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/mapping.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/memory/SharedPtr.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/memory/SharedPtr.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/node.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/node.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/operation.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/operators.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/operators.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/output.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/output.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/parser.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/parser.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/paths.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/plugins.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/plugins.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/position.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/position.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/prelexer.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/prelexer.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/remove_placeholders.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/remove_placeholders.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/sass.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/sass.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/sass2scss.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/sass_context.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/sass_context.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/sass_functions.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/sass_functions.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/sass_util.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/sass_util.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/sass_values.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/sass_values.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/source_map.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/source_map.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/subset_map.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/subset_map.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/support/libsass.pc.in create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/to_c.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/to_c.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/to_value.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/to_value.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/units.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/units.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/utf8.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/utf8/checked.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/utf8/core.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/utf8/unchecked.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/utf8_string.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/utf8_string.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/util.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/util.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/values.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/src/values.hpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/test/test_node.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/test/test_paths.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/test/test_selector_difference.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/test/test_specificity.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/test/test_subset_map.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/test/test_superselector.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/test/test_unification.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/version.sh create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/win/libsass.sln create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/win/libsass.sln.DotSettings create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/win/libsass.targets create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/win/libsass.vcxproj create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/libsass/win/libsass.vcxproj.filters create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/sass_context_wrapper.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/sass_context_wrapper.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/sass_types/boolean.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/sass_types/boolean.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/sass_types/color.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/sass_types/color.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/sass_types/error.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/sass_types/error.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/sass_types/factory.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/sass_types/factory.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/sass_types/list.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/sass_types/list.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/sass_types/map.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/sass_types/map.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/sass_types/null.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/sass_types/null.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/sass_types/number.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/sass_types/number.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/sass_types/sass_value_wrapper.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/sass_types/string.cpp create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/sass_types/string.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/src/sass_types/value.h create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/.eslintrc create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/api.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/binding.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/cli.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/downloadoptions.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/errors.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/compressed/expected.css create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/compressed/index.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/custom-functions/setter-expected.css create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/custom-functions/setter.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/custom-functions/string-conversion-expected.css create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/custom-functions/string-conversion.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/cwd-include-path/expected.css create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/cwd-include-path/outside.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/cwd-include-path/root/index.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/depth-first/_common.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/depth-first/_struct.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/depth-first/_vars.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/depth-first/a.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/depth-first/a1.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/depth-first/b.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/depth-first/b1.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/depth-first/expected.css create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/depth-first/index.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/extras/my_custom_arrays_of_importers.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/extras/my_custom_functions_setter.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/extras/my_custom_functions_string_conversion.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/extras/my_custom_importer_data.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/extras/my_custom_importer_data_cb.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/extras/my_custom_importer_error.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/extras/my_custom_importer_file.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/extras/my_custom_importer_file_and_data.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/extras/my_custom_importer_file_and_data_cb.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/extras/my_custom_importer_file_cb.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/follow/foo/bar/index.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/include-files/bar.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/include-files/chained-imports-with-custom-importer.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/include-files/expected-importer.css create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/include-files/file-not-processed-by-loader.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/include-files/file-processed-by-loader.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/include-files/foo.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/include-files/index.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/include-path/expected.css create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/include-path/functions/colorBlue.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/include-path/index.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/include-path/lib/vars.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/indent/expected.css create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/indent/index.sass create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/input-directory/sass/_skipped.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/input-directory/sass/nested/three.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/input-directory/sass/one.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/input-directory/sass/two.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/invalid/index.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/output-directory/index.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/precision/expected.css create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/precision/index.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/sass-path/expected-orange.css create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/sass-path/expected-red.css create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/sass-path/index.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/sass-path/orange/colors.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/sass-path/red/colors.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/simple/expected.css create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/simple/index.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/source-comments/expected.css create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/source-comments/index.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/source-map-embed/expected.css create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/source-map-embed/index.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/source-map/expected.css create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/source-map/expected.map create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/source-map/index.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/watcher/main/one.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/watcher/main/partials/_one.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/watcher/main/partials/_three.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/watcher/main/partials/_two.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/watcher/main/three.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/watcher/main/two.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/watcher/sibling/partials/_three.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/watcher/sibling/three.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/watching-dir-01/index.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/watching-dir-02/foo.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/watching-dir-02/index.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/watching/bar.sass create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/watching/index.sass create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/watching/index.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/fixtures/watching/white.scss create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/lowlevel.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/runtime.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/scripts/util/proxy.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/spec.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/types.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/useragent.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/test/watcher.js create mode 100644 user/themes/gilles_acezat/node_modules/node-sass/vendor/linux-x64-67/binding.node create mode 100644 user/themes/gilles_acezat/node_modules/node-uuid/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/node-uuid/LICENSE.md create mode 100644 user/themes/gilles_acezat/node_modules/node-uuid/README.md create mode 100644 user/themes/gilles_acezat/node_modules/node-uuid/benchmark/README.md create mode 100644 user/themes/gilles_acezat/node_modules/node-uuid/benchmark/bench.gnu create mode 100644 user/themes/gilles_acezat/node_modules/node-uuid/benchmark/bench.sh create mode 100644 user/themes/gilles_acezat/node_modules/node-uuid/benchmark/benchmark-native.c create mode 100644 user/themes/gilles_acezat/node_modules/node-uuid/benchmark/benchmark.js create mode 100644 user/themes/gilles_acezat/node_modules/node-uuid/package.json create mode 100644 user/themes/gilles_acezat/node_modules/node-uuid/test/compare_v1.js create mode 100644 user/themes/gilles_acezat/node_modules/node-uuid/test/test.html create mode 100644 user/themes/gilles_acezat/node_modules/node-uuid/test/test.js create mode 100644 user/themes/gilles_acezat/node_modules/node-uuid/uuid.js create mode 100644 user/themes/gilles_acezat/node_modules/nopt/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/nopt/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/nopt/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/nopt/README.md create mode 100644 user/themes/gilles_acezat/node_modules/nopt/bin/nopt.js create mode 100644 user/themes/gilles_acezat/node_modules/nopt/examples/my-program.js create mode 100644 user/themes/gilles_acezat/node_modules/nopt/lib/nopt.js create mode 100644 user/themes/gilles_acezat/node_modules/nopt/package.json create mode 100644 user/themes/gilles_acezat/node_modules/nopt/test/basic.js create mode 100644 user/themes/gilles_acezat/node_modules/normalize-package-data/AUTHORS create mode 100644 user/themes/gilles_acezat/node_modules/normalize-package-data/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/normalize-package-data/README.md create mode 100644 user/themes/gilles_acezat/node_modules/normalize-package-data/lib/extract_description.js create mode 100644 user/themes/gilles_acezat/node_modules/normalize-package-data/lib/fixer.js create mode 100644 user/themes/gilles_acezat/node_modules/normalize-package-data/lib/make_warning.js create mode 100644 user/themes/gilles_acezat/node_modules/normalize-package-data/lib/normalize.js create mode 100644 user/themes/gilles_acezat/node_modules/normalize-package-data/lib/safe_format.js create mode 100644 user/themes/gilles_acezat/node_modules/normalize-package-data/lib/typos.json create mode 100644 user/themes/gilles_acezat/node_modules/normalize-package-data/lib/warning_messages.json create mode 100644 user/themes/gilles_acezat/node_modules/normalize-package-data/package.json create mode 100644 user/themes/gilles_acezat/node_modules/normalize-path/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/normalize-path/README.md create mode 100644 user/themes/gilles_acezat/node_modules/normalize-path/index.js create mode 100644 user/themes/gilles_acezat/node_modules/normalize-path/package.json create mode 100644 user/themes/gilles_acezat/node_modules/normalize-range/index.js create mode 100644 user/themes/gilles_acezat/node_modules/normalize-range/license create mode 100644 user/themes/gilles_acezat/node_modules/normalize-range/package.json create mode 100644 user/themes/gilles_acezat/node_modules/normalize-range/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/normalize.css/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/normalize.css/LICENSE.md create mode 100644 user/themes/gilles_acezat/node_modules/normalize.css/README.md create mode 100644 user/themes/gilles_acezat/node_modules/normalize.css/normalize.css create mode 100644 user/themes/gilles_acezat/node_modules/normalize.css/package.json create mode 100644 user/themes/gilles_acezat/node_modules/npmlog/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/npmlog/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/npmlog/README.md create mode 100644 user/themes/gilles_acezat/node_modules/npmlog/log.js create mode 100644 user/themes/gilles_acezat/node_modules/npmlog/package.json create mode 100644 user/themes/gilles_acezat/node_modules/num2fraction/.editorconfig create mode 100644 user/themes/gilles_acezat/node_modules/num2fraction/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/num2fraction/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/num2fraction/README.md create mode 100644 user/themes/gilles_acezat/node_modules/num2fraction/index.js create mode 100644 user/themes/gilles_acezat/node_modules/num2fraction/package.json create mode 100644 user/themes/gilles_acezat/node_modules/number-is-nan/index.js create mode 100644 user/themes/gilles_acezat/node_modules/number-is-nan/license create mode 100644 user/themes/gilles_acezat/node_modules/number-is-nan/package.json create mode 100644 user/themes/gilles_acezat/node_modules/number-is-nan/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/oauth-sign/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/oauth-sign/README.md create mode 100644 user/themes/gilles_acezat/node_modules/oauth-sign/index.js create mode 100644 user/themes/gilles_acezat/node_modules/oauth-sign/package.json create mode 100644 user/themes/gilles_acezat/node_modules/object-assign/index.js create mode 100644 user/themes/gilles_acezat/node_modules/object-assign/license create mode 100644 user/themes/gilles_acezat/node_modules/object-assign/package.json create mode 100644 user/themes/gilles_acezat/node_modules/object-assign/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/object-copy/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/object-copy/index.js create mode 100644 user/themes/gilles_acezat/node_modules/object-copy/node_modules/define-property/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/object-copy/node_modules/define-property/README.md create mode 100644 user/themes/gilles_acezat/node_modules/object-copy/node_modules/define-property/index.js create mode 100644 user/themes/gilles_acezat/node_modules/object-copy/node_modules/define-property/package.json create mode 100644 user/themes/gilles_acezat/node_modules/object-copy/node_modules/kind-of/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/object-copy/node_modules/kind-of/README.md create mode 100644 user/themes/gilles_acezat/node_modules/object-copy/node_modules/kind-of/index.js create mode 100644 user/themes/gilles_acezat/node_modules/object-copy/node_modules/kind-of/package.json create mode 100644 user/themes/gilles_acezat/node_modules/object-copy/package.json create mode 100644 user/themes/gilles_acezat/node_modules/object-visit/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/object-visit/README.md create mode 100644 user/themes/gilles_acezat/node_modules/object-visit/index.js create mode 100644 user/themes/gilles_acezat/node_modules/object-visit/package.json create mode 100644 user/themes/gilles_acezat/node_modules/object.defaults/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/object.defaults/README.md create mode 100644 user/themes/gilles_acezat/node_modules/object.defaults/immutable.js create mode 100644 user/themes/gilles_acezat/node_modules/object.defaults/index.js create mode 100644 user/themes/gilles_acezat/node_modules/object.defaults/mutable.js create mode 100644 user/themes/gilles_acezat/node_modules/object.defaults/package.json create mode 100644 user/themes/gilles_acezat/node_modules/object.map/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/object.map/README.md create mode 100644 user/themes/gilles_acezat/node_modules/object.map/index.js create mode 100644 user/themes/gilles_acezat/node_modules/object.map/package.json create mode 100644 user/themes/gilles_acezat/node_modules/object.pick/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/object.pick/README.md create mode 100644 user/themes/gilles_acezat/node_modules/object.pick/index.js create mode 100644 user/themes/gilles_acezat/node_modules/object.pick/package.json create mode 100644 user/themes/gilles_acezat/node_modules/once/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/once/README.md create mode 100644 user/themes/gilles_acezat/node_modules/once/once.js create mode 100644 user/themes/gilles_acezat/node_modules/once/package.json create mode 100644 user/themes/gilles_acezat/node_modules/orchestrator/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/orchestrator/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/orchestrator/README.md create mode 100644 user/themes/gilles_acezat/node_modules/orchestrator/index.js create mode 100644 user/themes/gilles_acezat/node_modules/orchestrator/lib/runTask.js create mode 100644 user/themes/gilles_acezat/node_modules/orchestrator/package.json create mode 100644 user/themes/gilles_acezat/node_modules/ordered-read-streams/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/ordered-read-streams/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/ordered-read-streams/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/ordered-read-streams/README.md create mode 100644 user/themes/gilles_acezat/node_modules/ordered-read-streams/index.js create mode 100644 user/themes/gilles_acezat/node_modules/ordered-read-streams/package.json create mode 100644 user/themes/gilles_acezat/node_modules/ordered-read-streams/test/main.js create mode 100644 user/themes/gilles_acezat/node_modules/os-homedir/index.js create mode 100644 user/themes/gilles_acezat/node_modules/os-homedir/license create mode 100644 user/themes/gilles_acezat/node_modules/os-homedir/package.json create mode 100644 user/themes/gilles_acezat/node_modules/os-homedir/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/os-locale/index.js create mode 100644 user/themes/gilles_acezat/node_modules/os-locale/license create mode 100644 user/themes/gilles_acezat/node_modules/os-locale/package.json create mode 100644 user/themes/gilles_acezat/node_modules/os-locale/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/os-tmpdir/index.js create mode 100644 user/themes/gilles_acezat/node_modules/os-tmpdir/license create mode 100644 user/themes/gilles_acezat/node_modules/os-tmpdir/package.json create mode 100644 user/themes/gilles_acezat/node_modules/os-tmpdir/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/osenv/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/osenv/README.md create mode 100644 user/themes/gilles_acezat/node_modules/osenv/osenv.js create mode 100644 user/themes/gilles_acezat/node_modules/osenv/package.json create mode 100644 user/themes/gilles_acezat/node_modules/parse-filepath/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/parse-filepath/README.md create mode 100644 user/themes/gilles_acezat/node_modules/parse-filepath/index.js create mode 100644 user/themes/gilles_acezat/node_modules/parse-filepath/package.json create mode 100644 user/themes/gilles_acezat/node_modules/parse-json/index.js create mode 100644 user/themes/gilles_acezat/node_modules/parse-json/license create mode 100644 user/themes/gilles_acezat/node_modules/parse-json/package.json create mode 100644 user/themes/gilles_acezat/node_modules/parse-json/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/parse-json/vendor/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/parse-json/vendor/unicode.js create mode 100644 user/themes/gilles_acezat/node_modules/parse-passwd/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/parse-passwd/README.md create mode 100644 user/themes/gilles_acezat/node_modules/parse-passwd/index.js create mode 100644 user/themes/gilles_acezat/node_modules/parse-passwd/package.json create mode 100644 user/themes/gilles_acezat/node_modules/pascalcase/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/pascalcase/README.md create mode 100644 user/themes/gilles_acezat/node_modules/pascalcase/index.js create mode 100644 user/themes/gilles_acezat/node_modules/pascalcase/package.json create mode 100644 user/themes/gilles_acezat/node_modules/path-exists/index.js create mode 100644 user/themes/gilles_acezat/node_modules/path-exists/license create mode 100644 user/themes/gilles_acezat/node_modules/path-exists/package.json create mode 100644 user/themes/gilles_acezat/node_modules/path-exists/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/path-is-absolute/index.js create mode 100644 user/themes/gilles_acezat/node_modules/path-is-absolute/license create mode 100644 user/themes/gilles_acezat/node_modules/path-is-absolute/package.json create mode 100644 user/themes/gilles_acezat/node_modules/path-is-absolute/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/path-parse/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/path-parse/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/path-parse/README.md create mode 100644 user/themes/gilles_acezat/node_modules/path-parse/index.js create mode 100644 user/themes/gilles_acezat/node_modules/path-parse/package.json create mode 100644 user/themes/gilles_acezat/node_modules/path-parse/test.js create mode 100644 user/themes/gilles_acezat/node_modules/path-root-regex/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/path-root-regex/README.md create mode 100644 user/themes/gilles_acezat/node_modules/path-root-regex/index.js create mode 100644 user/themes/gilles_acezat/node_modules/path-root-regex/package.json create mode 100644 user/themes/gilles_acezat/node_modules/path-root/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/path-root/README.md create mode 100644 user/themes/gilles_acezat/node_modules/path-root/index.js create mode 100644 user/themes/gilles_acezat/node_modules/path-root/package.json create mode 100644 user/themes/gilles_acezat/node_modules/path-type/index.js create mode 100644 user/themes/gilles_acezat/node_modules/path-type/license create mode 100644 user/themes/gilles_acezat/node_modules/path-type/node_modules/graceful-fs/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/path-type/node_modules/graceful-fs/README.md create mode 100644 user/themes/gilles_acezat/node_modules/path-type/node_modules/graceful-fs/clone.js create mode 100644 user/themes/gilles_acezat/node_modules/path-type/node_modules/graceful-fs/graceful-fs.js create mode 100644 user/themes/gilles_acezat/node_modules/path-type/node_modules/graceful-fs/legacy-streams.js create mode 100644 user/themes/gilles_acezat/node_modules/path-type/node_modules/graceful-fs/package.json create mode 100644 user/themes/gilles_acezat/node_modules/path-type/node_modules/graceful-fs/polyfills.js create mode 100644 user/themes/gilles_acezat/node_modules/path-type/package.json create mode 100644 user/themes/gilles_acezat/node_modules/path-type/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/performance-now/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/performance-now/.tm_properties create mode 100644 user/themes/gilles_acezat/node_modules/performance-now/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/performance-now/README.md create mode 100644 user/themes/gilles_acezat/node_modules/performance-now/lib/performance-now.js create mode 100644 user/themes/gilles_acezat/node_modules/performance-now/lib/performance-now.js.map create mode 100644 user/themes/gilles_acezat/node_modules/performance-now/license.txt create mode 100644 user/themes/gilles_acezat/node_modules/performance-now/package.json create mode 100644 user/themes/gilles_acezat/node_modules/performance-now/src/index.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/performance-now/src/performance-now.coffee create mode 100644 user/themes/gilles_acezat/node_modules/performance-now/test/mocha.opts create mode 100644 user/themes/gilles_acezat/node_modules/performance-now/test/performance-now.coffee create mode 100644 user/themes/gilles_acezat/node_modules/performance-now/test/scripts.coffee create mode 100644 user/themes/gilles_acezat/node_modules/performance-now/test/scripts/delayed-call.coffee create mode 100644 user/themes/gilles_acezat/node_modules/performance-now/test/scripts/delayed-require.coffee create mode 100644 user/themes/gilles_acezat/node_modules/performance-now/test/scripts/difference.coffee create mode 100644 user/themes/gilles_acezat/node_modules/performance-now/test/scripts/initial-value.coffee create mode 100644 user/themes/gilles_acezat/node_modules/pify/index.js create mode 100644 user/themes/gilles_acezat/node_modules/pify/license create mode 100644 user/themes/gilles_acezat/node_modules/pify/package.json create mode 100644 user/themes/gilles_acezat/node_modules/pify/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/pinkie-promise/index.js create mode 100644 user/themes/gilles_acezat/node_modules/pinkie-promise/license create mode 100644 user/themes/gilles_acezat/node_modules/pinkie-promise/package.json create mode 100644 user/themes/gilles_acezat/node_modules/pinkie-promise/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/pinkie/index.js create mode 100644 user/themes/gilles_acezat/node_modules/pinkie/license create mode 100644 user/themes/gilles_acezat/node_modules/pinkie/package.json create mode 100644 user/themes/gilles_acezat/node_modules/pinkie/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/plugin-error/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/plugin-error/README.md create mode 100644 user/themes/gilles_acezat/node_modules/plugin-error/index.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/plugin-error/index.js create mode 100644 user/themes/gilles_acezat/node_modules/plugin-error/package.json create mode 100644 user/themes/gilles_acezat/node_modules/posix-character-classes/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/posix-character-classes/README.md create mode 100644 user/themes/gilles_acezat/node_modules/posix-character-classes/index.js create mode 100644 user/themes/gilles_acezat/node_modules/posix-character-classes/package.json create mode 100644 user/themes/gilles_acezat/node_modules/postcss-value-parser/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/postcss-value-parser/README.md create mode 100644 user/themes/gilles_acezat/node_modules/postcss-value-parser/lib/index.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss-value-parser/lib/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss-value-parser/lib/stringify.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss-value-parser/lib/unit.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss-value-parser/lib/walk.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss-value-parser/package.json create mode 100644 user/themes/gilles_acezat/node_modules/postcss/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/postcss/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/postcss/README.md create mode 100644 user/themes/gilles_acezat/node_modules/postcss/docs/architecture.md create mode 100644 user/themes/gilles_acezat/node_modules/postcss/docs/guidelines/plugin.md create mode 100644 user/themes/gilles_acezat/node_modules/postcss/docs/guidelines/runner.md create mode 100644 user/themes/gilles_acezat/node_modules/postcss/docs/source-maps.md create mode 100644 user/themes/gilles_acezat/node_modules/postcss/docs/syntax.md create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/at-rule.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/comment.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/container.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/css-syntax-error.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/declaration.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/input.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/lazy-result.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/list.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/map-generator.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/node.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/parser.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/postcss.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/postcss.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/previous-map.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/processor.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/result.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/root.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/rule.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/stringifier.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/stringify.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/terminal-highlight.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/tokenize.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/vendor.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/warn-once.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/lib/warning.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/ansi-styles/index.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/ansi-styles/license create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/ansi-styles/package.json create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/ansi-styles/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/chalk/index.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/chalk/index.js.flow create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/chalk/license create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/chalk/package.json create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/chalk/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/chalk/templates.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/chalk/types/index.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/source-map/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/source-map/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/source-map/README.md create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/source-map/dist/source-map.debug.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/source-map/dist/source-map.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/source-map/dist/source-map.min.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/source-map/dist/source-map.min.js.map create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/source-map/lib/array-set.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/source-map/lib/base64-vlq.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/source-map/lib/base64.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/source-map/lib/binary-search.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/source-map/lib/mapping-list.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/source-map/lib/quick-sort.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/source-map/lib/source-map-consumer.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/source-map/lib/source-map-generator.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/source-map/lib/source-node.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/source-map/lib/util.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/source-map/package.json create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/source-map/source-map.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/source-map/source-map.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/supports-color/browser.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/supports-color/index.js create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/supports-color/license create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/supports-color/package.json create mode 100644 user/themes/gilles_acezat/node_modules/postcss/node_modules/supports-color/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/postcss/package.json create mode 100644 user/themes/gilles_acezat/node_modules/pretty-hrtime/.jshintignore create mode 100644 user/themes/gilles_acezat/node_modules/pretty-hrtime/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/pretty-hrtime/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/pretty-hrtime/README.md create mode 100644 user/themes/gilles_acezat/node_modules/pretty-hrtime/index.js create mode 100644 user/themes/gilles_acezat/node_modules/pretty-hrtime/package.json create mode 100644 user/themes/gilles_acezat/node_modules/process-nextick-args/index.js create mode 100644 user/themes/gilles_acezat/node_modules/process-nextick-args/license.md create mode 100644 user/themes/gilles_acezat/node_modules/process-nextick-args/package.json create mode 100644 user/themes/gilles_acezat/node_modules/process-nextick-args/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/pseudomap/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/pseudomap/README.md create mode 100644 user/themes/gilles_acezat/node_modules/pseudomap/map.js create mode 100644 user/themes/gilles_acezat/node_modules/pseudomap/package.json create mode 100644 user/themes/gilles_acezat/node_modules/pseudomap/pseudomap.js create mode 100644 user/themes/gilles_acezat/node_modules/pseudomap/test/basic.js create mode 100644 user/themes/gilles_acezat/node_modules/psl/.eslintignore create mode 100644 user/themes/gilles_acezat/node_modules/psl/.eslintrc create mode 100644 user/themes/gilles_acezat/node_modules/psl/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/psl/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/psl/README.md create mode 100644 user/themes/gilles_acezat/node_modules/psl/data/rules.json create mode 100644 user/themes/gilles_acezat/node_modules/psl/dist/psl.js create mode 100644 user/themes/gilles_acezat/node_modules/psl/dist/psl.min.js create mode 100644 user/themes/gilles_acezat/node_modules/psl/index.js create mode 100644 user/themes/gilles_acezat/node_modules/psl/karma.conf.js create mode 100644 user/themes/gilles_acezat/node_modules/psl/package.json create mode 100644 user/themes/gilles_acezat/node_modules/psl/yarn.lock create mode 100644 user/themes/gilles_acezat/node_modules/punycode/LICENSE-MIT.txt create mode 100644 user/themes/gilles_acezat/node_modules/punycode/README.md create mode 100644 user/themes/gilles_acezat/node_modules/punycode/package.json create mode 100644 user/themes/gilles_acezat/node_modules/punycode/punycode.es6.js create mode 100644 user/themes/gilles_acezat/node_modules/punycode/punycode.js create mode 100644 user/themes/gilles_acezat/node_modules/qs/.editorconfig create mode 100644 user/themes/gilles_acezat/node_modules/qs/.eslintignore create mode 100644 user/themes/gilles_acezat/node_modules/qs/.eslintrc create mode 100644 user/themes/gilles_acezat/node_modules/qs/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/qs/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/qs/README.md create mode 100644 user/themes/gilles_acezat/node_modules/qs/dist/qs.js create mode 100644 user/themes/gilles_acezat/node_modules/qs/lib/formats.js create mode 100644 user/themes/gilles_acezat/node_modules/qs/lib/index.js create mode 100644 user/themes/gilles_acezat/node_modules/qs/lib/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/qs/lib/stringify.js create mode 100644 user/themes/gilles_acezat/node_modules/qs/lib/utils.js create mode 100644 user/themes/gilles_acezat/node_modules/qs/package.json create mode 100644 user/themes/gilles_acezat/node_modules/qs/test/.eslintrc create mode 100644 user/themes/gilles_acezat/node_modules/qs/test/index.js create mode 100644 user/themes/gilles_acezat/node_modules/qs/test/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/qs/test/stringify.js create mode 100644 user/themes/gilles_acezat/node_modules/qs/test/utils.js create mode 100644 user/themes/gilles_acezat/node_modules/read-pkg-up/index.js create mode 100644 user/themes/gilles_acezat/node_modules/read-pkg-up/license create mode 100644 user/themes/gilles_acezat/node_modules/read-pkg-up/package.json create mode 100644 user/themes/gilles_acezat/node_modules/read-pkg-up/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/read-pkg/index.js create mode 100644 user/themes/gilles_acezat/node_modules/read-pkg/license create mode 100644 user/themes/gilles_acezat/node_modules/read-pkg/package.json create mode 100644 user/themes/gilles_acezat/node_modules/read-pkg/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/readable-stream/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/readable-stream/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/readable-stream/README.md create mode 100644 user/themes/gilles_acezat/node_modules/readable-stream/duplex.js create mode 100644 user/themes/gilles_acezat/node_modules/readable-stream/float.patch create mode 100644 user/themes/gilles_acezat/node_modules/readable-stream/lib/_stream_duplex.js create mode 100644 user/themes/gilles_acezat/node_modules/readable-stream/lib/_stream_passthrough.js create mode 100644 user/themes/gilles_acezat/node_modules/readable-stream/lib/_stream_readable.js create mode 100644 user/themes/gilles_acezat/node_modules/readable-stream/lib/_stream_transform.js create mode 100644 user/themes/gilles_acezat/node_modules/readable-stream/lib/_stream_writable.js create mode 100644 user/themes/gilles_acezat/node_modules/readable-stream/package.json create mode 100644 user/themes/gilles_acezat/node_modules/readable-stream/passthrough.js create mode 100644 user/themes/gilles_acezat/node_modules/readable-stream/readable.js create mode 100644 user/themes/gilles_acezat/node_modules/readable-stream/transform.js create mode 100644 user/themes/gilles_acezat/node_modules/readable-stream/writable.js create mode 100644 user/themes/gilles_acezat/node_modules/rechoir/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/rechoir/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/rechoir/CHANGELOG create mode 100644 user/themes/gilles_acezat/node_modules/rechoir/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/rechoir/README.md create mode 100644 user/themes/gilles_acezat/node_modules/rechoir/index.js create mode 100644 user/themes/gilles_acezat/node_modules/rechoir/lib/extension.js create mode 100644 user/themes/gilles_acezat/node_modules/rechoir/lib/normalize.js create mode 100644 user/themes/gilles_acezat/node_modules/rechoir/lib/register.js create mode 100644 user/themes/gilles_acezat/node_modules/rechoir/package.json create mode 100644 user/themes/gilles_acezat/node_modules/redent/index.js create mode 100644 user/themes/gilles_acezat/node_modules/redent/license create mode 100644 user/themes/gilles_acezat/node_modules/redent/package.json create mode 100644 user/themes/gilles_acezat/node_modules/redent/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/regex-not/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/regex-not/README.md create mode 100644 user/themes/gilles_acezat/node_modules/regex-not/index.js create mode 100644 user/themes/gilles_acezat/node_modules/regex-not/package.json create mode 100644 user/themes/gilles_acezat/node_modules/remove-trailing-separator/history.md create mode 100644 user/themes/gilles_acezat/node_modules/remove-trailing-separator/index.js create mode 100644 user/themes/gilles_acezat/node_modules/remove-trailing-separator/license create mode 100644 user/themes/gilles_acezat/node_modules/remove-trailing-separator/package.json create mode 100644 user/themes/gilles_acezat/node_modules/remove-trailing-separator/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/repeat-element/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/repeat-element/README.md create mode 100644 user/themes/gilles_acezat/node_modules/repeat-element/index.js create mode 100644 user/themes/gilles_acezat/node_modules/repeat-element/package.json create mode 100644 user/themes/gilles_acezat/node_modules/repeat-string/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/repeat-string/README.md create mode 100644 user/themes/gilles_acezat/node_modules/repeat-string/index.js create mode 100644 user/themes/gilles_acezat/node_modules/repeat-string/package.json create mode 100644 user/themes/gilles_acezat/node_modules/repeating/index.js create mode 100644 user/themes/gilles_acezat/node_modules/repeating/license create mode 100644 user/themes/gilles_acezat/node_modules/repeating/package.json create mode 100644 user/themes/gilles_acezat/node_modules/repeating/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/replace-ext/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/replace-ext/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/replace-ext/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/replace-ext/README.md create mode 100644 user/themes/gilles_acezat/node_modules/replace-ext/index.js create mode 100644 user/themes/gilles_acezat/node_modules/replace-ext/package.json create mode 100644 user/themes/gilles_acezat/node_modules/replace-ext/test/main.js create mode 100644 user/themes/gilles_acezat/node_modules/request/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/request/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/request/README.md create mode 100644 user/themes/gilles_acezat/node_modules/request/index.js create mode 100644 user/themes/gilles_acezat/node_modules/request/lib/auth.js create mode 100644 user/themes/gilles_acezat/node_modules/request/lib/cookies.js create mode 100644 user/themes/gilles_acezat/node_modules/request/lib/getProxyFromURI.js create mode 100644 user/themes/gilles_acezat/node_modules/request/lib/har.js create mode 100644 user/themes/gilles_acezat/node_modules/request/lib/hawk.js create mode 100644 user/themes/gilles_acezat/node_modules/request/lib/helpers.js create mode 100644 user/themes/gilles_acezat/node_modules/request/lib/multipart.js create mode 100644 user/themes/gilles_acezat/node_modules/request/lib/oauth.js create mode 100644 user/themes/gilles_acezat/node_modules/request/lib/querystring.js create mode 100644 user/themes/gilles_acezat/node_modules/request/lib/redirect.js create mode 100644 user/themes/gilles_acezat/node_modules/request/lib/tunnel.js create mode 100644 user/themes/gilles_acezat/node_modules/request/package.json create mode 100644 user/themes/gilles_acezat/node_modules/request/request.js create mode 100644 user/themes/gilles_acezat/node_modules/require-directory/.jshintrc create mode 100644 user/themes/gilles_acezat/node_modules/require-directory/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/require-directory/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/require-directory/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/require-directory/README.markdown create mode 100644 user/themes/gilles_acezat/node_modules/require-directory/index.js create mode 100644 user/themes/gilles_acezat/node_modules/require-directory/package.json create mode 100644 user/themes/gilles_acezat/node_modules/require-main-filename/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/require-main-filename/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/require-main-filename/LICENSE.txt create mode 100644 user/themes/gilles_acezat/node_modules/require-main-filename/README.md create mode 100644 user/themes/gilles_acezat/node_modules/require-main-filename/index.js create mode 100644 user/themes/gilles_acezat/node_modules/require-main-filename/package.json create mode 100644 user/themes/gilles_acezat/node_modules/require-main-filename/test.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve-dir/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/resolve-dir/README.md create mode 100644 user/themes/gilles_acezat/node_modules/resolve-dir/index.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve-dir/package.json create mode 100644 user/themes/gilles_acezat/node_modules/resolve-url/.jshintrc create mode 100644 user/themes/gilles_acezat/node_modules/resolve-url/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/resolve-url/bower.json create mode 100644 user/themes/gilles_acezat/node_modules/resolve-url/changelog.md create mode 100644 user/themes/gilles_acezat/node_modules/resolve-url/component.json create mode 100644 user/themes/gilles_acezat/node_modules/resolve-url/package.json create mode 100644 user/themes/gilles_acezat/node_modules/resolve-url/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/resolve-url/resolve-url.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve-url/test/resolve-url.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/.editorconfig create mode 100644 user/themes/gilles_acezat/node_modules/resolve/.eslintignore create mode 100644 user/themes/gilles_acezat/node_modules/resolve/.eslintrc create mode 100644 user/themes/gilles_acezat/node_modules/resolve/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/resolve/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/resolve/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/resolve/appveyor.yml create mode 100644 user/themes/gilles_acezat/node_modules/resolve/changelog.hbs create mode 100644 user/themes/gilles_acezat/node_modules/resolve/example/async.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/example/sync.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/index.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/lib/async.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/lib/caller.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/lib/core.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/lib/core.json create mode 100644 user/themes/gilles_acezat/node_modules/resolve/lib/node-modules-paths.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/lib/normalize-options.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/lib/sync.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/package.json create mode 100644 user/themes/gilles_acezat/node_modules/resolve/readme.markdown create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/.eslintrc create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/core.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/dotdot.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/dotdot/abc/index.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/dotdot/index.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/faulty_basedir.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/filter.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/filter_sync.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/mock.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/mock_sync.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/module_dir.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/module_dir/xmodules/aaa/index.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/module_dir/ymodules/aaa/index.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/module_dir/zmodules/bbb/main.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/module_dir/zmodules/bbb/package.json create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/node-modules-paths.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/node_path.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/node_path/x/aaa/index.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/node_path/x/ccc/index.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/node_path/y/bbb/index.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/node_path/y/ccc/index.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/nonstring.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/pathfilter.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/pathfilter/deep_ref/main.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/precedence.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/precedence/aaa.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/precedence/aaa/index.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/precedence/aaa/main.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/precedence/bbb.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/precedence/bbb/main.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/baz/doom.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/baz/package.json create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/baz/quux.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/browser_field/a.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/browser_field/b.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/browser_field/package.json create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/cup.coffee create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/dot_main/index.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/dot_main/package.json create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/dot_slash_main/index.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/dot_slash_main/package.json create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/foo.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/incorrect_main/index.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/incorrect_main/package.json create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/invalid_main/package.json create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/mug.coffee create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/mug.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/multirepo/lerna.json create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/multirepo/package.json create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/other_path/lib/other-lib.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/other_path/root.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/quux/foo/index.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/same_names/foo.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/same_names/foo/index.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver/without_basedir/main.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/resolver_sync.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/subdirs.js create mode 100644 user/themes/gilles_acezat/node_modules/resolve/test/symlinks.js create mode 100644 user/themes/gilles_acezat/node_modules/ret/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/ret/README.md create mode 100644 user/themes/gilles_acezat/node_modules/ret/lib/index.js create mode 100644 user/themes/gilles_acezat/node_modules/ret/lib/positions.js create mode 100644 user/themes/gilles_acezat/node_modules/ret/lib/sets.js create mode 100644 user/themes/gilles_acezat/node_modules/ret/lib/types.js create mode 100644 user/themes/gilles_acezat/node_modules/ret/lib/util.js create mode 100644 user/themes/gilles_acezat/node_modules/ret/package.json create mode 100644 user/themes/gilles_acezat/node_modules/rimraf/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/rimraf/README.md create mode 100644 user/themes/gilles_acezat/node_modules/rimraf/bin.js create mode 100644 user/themes/gilles_acezat/node_modules/rimraf/node_modules/glob/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/rimraf/node_modules/glob/README.md create mode 100644 user/themes/gilles_acezat/node_modules/rimraf/node_modules/glob/changelog.md create mode 100644 user/themes/gilles_acezat/node_modules/rimraf/node_modules/glob/common.js create mode 100644 user/themes/gilles_acezat/node_modules/rimraf/node_modules/glob/glob.js create mode 100644 user/themes/gilles_acezat/node_modules/rimraf/node_modules/glob/package.json create mode 100644 user/themes/gilles_acezat/node_modules/rimraf/node_modules/glob/sync.js create mode 100644 user/themes/gilles_acezat/node_modules/rimraf/node_modules/minimatch/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/rimraf/node_modules/minimatch/README.md create mode 100644 user/themes/gilles_acezat/node_modules/rimraf/node_modules/minimatch/minimatch.js create mode 100644 user/themes/gilles_acezat/node_modules/rimraf/node_modules/minimatch/package.json create mode 100644 user/themes/gilles_acezat/node_modules/rimraf/package.json create mode 100644 user/themes/gilles_acezat/node_modules/rimraf/rimraf.js create mode 100644 user/themes/gilles_acezat/node_modules/safe-buffer/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/safe-buffer/README.md create mode 100644 user/themes/gilles_acezat/node_modules/safe-buffer/index.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/safe-buffer/index.js create mode 100644 user/themes/gilles_acezat/node_modules/safe-buffer/package.json create mode 100644 user/themes/gilles_acezat/node_modules/safe-regex/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/safe-regex/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/safe-regex/example/safe.js create mode 100644 user/themes/gilles_acezat/node_modules/safe-regex/index.js create mode 100644 user/themes/gilles_acezat/node_modules/safe-regex/package.json create mode 100644 user/themes/gilles_acezat/node_modules/safe-regex/readme.markdown create mode 100644 user/themes/gilles_acezat/node_modules/safe-regex/test/regex.js create mode 100644 user/themes/gilles_acezat/node_modules/safer-buffer/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/safer-buffer/Porting-Buffer.md create mode 100644 user/themes/gilles_acezat/node_modules/safer-buffer/Readme.md create mode 100644 user/themes/gilles_acezat/node_modules/safer-buffer/dangerous.js create mode 100644 user/themes/gilles_acezat/node_modules/safer-buffer/package.json create mode 100644 user/themes/gilles_acezat/node_modules/safer-buffer/safer.js create mode 100644 user/themes/gilles_acezat/node_modules/safer-buffer/tests.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/bin/sassgraph create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/glob/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/glob/README.md create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/glob/changelog.md create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/glob/common.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/glob/glob.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/glob/package.json create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/glob/sync.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/README.md create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_DataView.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_Hash.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_LazyWrapper.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_ListCache.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_LodashWrapper.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_Map.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_MapCache.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_Promise.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_Set.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_SetCache.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_Stack.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_Symbol.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_Uint8Array.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_WeakMap.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_apply.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_arrayAggregator.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_arrayEach.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_arrayEachRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_arrayEvery.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_arrayFilter.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_arrayIncludes.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_arrayIncludesWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_arrayLikeKeys.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_arrayMap.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_arrayPush.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_arrayReduce.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_arrayReduceRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_arraySample.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_arraySampleSize.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_arrayShuffle.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_arraySome.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_asciiSize.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_asciiToArray.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_asciiWords.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_assignMergeValue.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_assignValue.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_assocIndexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseAggregator.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseAssign.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseAssignIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseAssignValue.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseAt.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseClamp.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseClone.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseConforms.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseConformsTo.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseCreate.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseDelay.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseDifference.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseEach.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseEachRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseEvery.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseExtremum.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseFill.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseFilter.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseFindIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseFindKey.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseFlatten.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseFor.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseForOwn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseForOwnRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseForRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseFunctions.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseGet.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseGetAllKeys.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseGetTag.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseGt.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseHas.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseHasIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseInRange.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseIndexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseIndexOfWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseIntersection.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseInverter.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseInvoke.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseIsArguments.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseIsArrayBuffer.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseIsDate.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseIsEqual.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseIsEqualDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseIsMap.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseIsMatch.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseIsNaN.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseIsNative.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseIsRegExp.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseIsSet.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseIsTypedArray.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseIteratee.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseKeys.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseKeysIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseLodash.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseLt.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseMap.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseMatches.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseMatchesProperty.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseMean.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseMerge.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseMergeDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseNth.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseOrderBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_basePick.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_basePickBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseProperty.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_basePropertyDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_basePropertyOf.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_basePullAll.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_basePullAt.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseRandom.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseRange.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseReduce.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseRepeat.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseRest.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseSample.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseSampleSize.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseSet.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseSetData.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseSetToString.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseShuffle.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseSlice.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseSome.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseSortBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseSortedIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseSortedIndexBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseSortedUniq.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseSum.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseTimes.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseToNumber.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseToPairs.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseToString.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseUnary.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseUniq.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseUnset.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseUpdate.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseValues.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseWhile.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseWrapperValue.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseXor.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_baseZipObject.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_cacheHas.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_castArrayLikeObject.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_castFunction.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_castPath.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_castRest.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_castSlice.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_charsEndIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_charsStartIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_cloneArrayBuffer.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_cloneBuffer.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_cloneDataView.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_cloneRegExp.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_cloneSymbol.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_cloneTypedArray.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_compareAscending.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_compareMultiple.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_composeArgs.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_composeArgsRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_copyArray.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_copyObject.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_copySymbols.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_copySymbolsIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_coreJsData.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_countHolders.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createAggregator.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createAssigner.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createBaseEach.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createBaseFor.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createBind.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createCaseFirst.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createCompounder.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createCtor.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createCurry.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createFind.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createFlow.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createHybrid.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createInverter.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createMathOperation.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createOver.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createPadding.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createPartial.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createRange.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createRecurry.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createRelationalOperation.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createRound.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createSet.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createToPairs.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_createWrap.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_customDefaultsAssignIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_customDefaultsMerge.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_customOmitClone.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_deburrLetter.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_defineProperty.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_equalArrays.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_equalByTag.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_equalObjects.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_escapeHtmlChar.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_escapeStringChar.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_flatRest.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_freeGlobal.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_getAllKeys.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_getAllKeysIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_getData.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_getFuncName.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_getHolder.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_getMapData.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_getMatchData.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_getNative.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_getPrototype.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_getRawTag.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_getSymbols.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_getSymbolsIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_getTag.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_getValue.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_getView.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_getWrapDetails.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_hasPath.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_hasUnicode.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_hasUnicodeWord.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_hashClear.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_hashDelete.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_hashGet.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_hashHas.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_hashSet.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_initCloneArray.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_initCloneByTag.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_initCloneObject.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_insertWrapDetails.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_isFlattenable.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_isIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_isIterateeCall.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_isKey.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_isKeyable.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_isLaziable.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_isMaskable.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_isMasked.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_isPrototype.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_isStrictComparable.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_iteratorToArray.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_lazyClone.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_lazyReverse.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_lazyValue.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_listCacheClear.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_listCacheDelete.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_listCacheGet.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_listCacheHas.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_listCacheSet.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_mapCacheClear.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_mapCacheDelete.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_mapCacheGet.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_mapCacheHas.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_mapCacheSet.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_mapToArray.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_matchesStrictComparable.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_memoizeCapped.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_mergeData.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_metaMap.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_nativeCreate.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_nativeKeys.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_nativeKeysIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_nodeUtil.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_objectToString.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_overArg.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_overRest.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_parent.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_reEscape.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_reEvaluate.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_reInterpolate.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_realNames.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_reorder.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_replaceHolders.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_root.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_safeGet.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_setCacheAdd.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_setCacheHas.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_setData.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_setToArray.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_setToPairs.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_setToString.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_setWrapToString.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_shortOut.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_shuffleSelf.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_stackClear.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_stackDelete.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_stackGet.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_stackHas.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_stackSet.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_strictIndexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_strictLastIndexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_stringSize.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_stringToArray.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_stringToPath.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_toKey.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_toSource.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_unescapeHtmlChar.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_unicodeSize.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_unicodeToArray.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_unicodeWords.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_updateWrapDetails.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/_wrapperClone.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/add.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/after.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/array.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/ary.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/assign.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/assignIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/assignInWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/assignWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/at.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/attempt.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/before.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/bind.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/bindAll.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/bindKey.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/camelCase.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/capitalize.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/castArray.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/ceil.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/chain.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/chunk.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/clamp.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/clone.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/cloneDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/cloneDeepWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/cloneWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/collection.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/commit.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/compact.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/concat.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/cond.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/conforms.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/conformsTo.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/constant.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/core.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/core.min.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/countBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/create.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/curry.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/curryRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/date.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/debounce.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/deburr.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/defaultTo.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/defaults.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/defaultsDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/defer.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/delay.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/difference.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/differenceBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/differenceWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/divide.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/drop.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/dropRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/dropRightWhile.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/dropWhile.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/each.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/eachRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/endsWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/entries.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/entriesIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/eq.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/escape.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/escapeRegExp.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/every.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/extend.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/extendWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fill.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/filter.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/find.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/findIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/findKey.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/findLast.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/findLastIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/findLastKey.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/first.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/flatMap.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/flatMapDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/flatMapDepth.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/flatten.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/flattenDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/flattenDepth.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/flip.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/floor.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/flow.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/flowRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/forEach.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/forEachRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/forIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/forInRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/forOwn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/forOwnRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/F.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/T.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/__.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/_baseConvert.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/_convertBrowser.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/_falseOptions.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/_mapping.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/_util.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/add.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/after.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/all.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/allPass.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/always.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/any.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/anyPass.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/apply.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/array.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/ary.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/assign.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/assignAll.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/assignAllWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/assignIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/assignInAll.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/assignInAllWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/assignInWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/assignWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/assoc.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/assocPath.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/at.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/attempt.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/before.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/bind.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/bindAll.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/bindKey.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/camelCase.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/capitalize.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/castArray.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/ceil.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/chain.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/chunk.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/clamp.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/clone.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/cloneDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/cloneDeepWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/cloneWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/collection.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/commit.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/compact.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/complement.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/compose.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/concat.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/cond.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/conforms.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/conformsTo.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/constant.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/contains.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/convert.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/countBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/create.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/curry.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/curryN.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/curryRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/curryRightN.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/date.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/debounce.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/deburr.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/defaultTo.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/defaults.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/defaultsAll.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/defaultsDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/defaultsDeepAll.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/defer.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/delay.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/difference.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/differenceBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/differenceWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/dissoc.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/dissocPath.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/divide.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/drop.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/dropLast.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/dropLastWhile.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/dropRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/dropRightWhile.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/dropWhile.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/each.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/eachRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/endsWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/entries.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/entriesIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/eq.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/equals.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/escape.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/escapeRegExp.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/every.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/extend.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/extendAll.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/extendAllWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/extendWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/fill.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/filter.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/find.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/findFrom.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/findIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/findIndexFrom.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/findKey.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/findLast.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/findLastFrom.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/findLastIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/findLastIndexFrom.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/findLastKey.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/first.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/flatMap.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/flatMapDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/flatMapDepth.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/flatten.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/flattenDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/flattenDepth.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/flip.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/floor.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/flow.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/flowRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/forEach.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/forEachRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/forIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/forInRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/forOwn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/forOwnRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/fromPairs.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/function.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/functions.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/functionsIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/get.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/getOr.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/groupBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/gt.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/gte.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/has.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/hasIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/head.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/identical.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/identity.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/inRange.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/includes.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/includesFrom.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/indexBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/indexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/indexOfFrom.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/init.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/initial.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/intersection.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/intersectionBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/intersectionWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/invert.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/invertBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/invertObj.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/invoke.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/invokeArgs.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/invokeArgsMap.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/invokeMap.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isArguments.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isArray.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isArrayBuffer.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isArrayLike.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isArrayLikeObject.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isBoolean.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isBuffer.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isDate.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isElement.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isEmpty.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isEqual.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isEqualWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isError.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isFinite.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isFunction.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isInteger.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isLength.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isMap.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isMatch.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isMatchWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isNaN.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isNative.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isNil.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isNull.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isNumber.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isObject.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isObjectLike.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isPlainObject.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isRegExp.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isSafeInteger.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isSet.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isString.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isSymbol.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isTypedArray.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isUndefined.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isWeakMap.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/isWeakSet.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/iteratee.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/join.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/juxt.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/kebabCase.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/keyBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/keys.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/keysIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/lang.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/last.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/lastIndexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/lastIndexOfFrom.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/lowerCase.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/lowerFirst.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/lt.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/lte.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/map.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/mapKeys.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/mapValues.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/matches.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/matchesProperty.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/math.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/max.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/maxBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/mean.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/meanBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/memoize.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/merge.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/mergeAll.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/mergeAllWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/mergeWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/method.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/methodOf.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/min.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/minBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/mixin.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/multiply.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/nAry.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/negate.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/next.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/noop.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/now.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/nth.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/nthArg.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/number.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/object.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/omit.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/omitAll.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/omitBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/once.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/orderBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/over.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/overArgs.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/overEvery.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/overSome.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/pad.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/padChars.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/padCharsEnd.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/padCharsStart.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/padEnd.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/padStart.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/parseInt.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/partial.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/partialRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/partition.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/path.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/pathEq.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/pathOr.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/paths.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/pick.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/pickAll.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/pickBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/pipe.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/placeholder.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/plant.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/pluck.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/prop.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/propEq.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/propOr.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/property.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/propertyOf.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/props.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/pull.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/pullAll.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/pullAllBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/pullAllWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/pullAt.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/random.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/range.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/rangeRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/rangeStep.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/rangeStepRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/rearg.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/reduce.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/reduceRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/reject.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/remove.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/repeat.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/replace.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/rest.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/restFrom.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/result.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/reverse.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/round.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/sample.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/sampleSize.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/seq.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/set.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/setWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/shuffle.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/size.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/slice.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/snakeCase.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/some.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/sortBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/sortedIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/sortedIndexBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/sortedIndexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/sortedLastIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/sortedLastIndexBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/sortedLastIndexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/sortedUniq.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/sortedUniqBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/split.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/spread.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/spreadFrom.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/startCase.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/startsWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/string.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/stubArray.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/stubFalse.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/stubObject.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/stubString.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/stubTrue.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/subtract.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/sum.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/sumBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/symmetricDifference.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/symmetricDifferenceBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/symmetricDifferenceWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/tail.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/take.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/takeLast.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/takeLastWhile.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/takeRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/takeRightWhile.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/takeWhile.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/tap.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/template.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/templateSettings.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/throttle.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/thru.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/times.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/toArray.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/toFinite.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/toInteger.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/toIterator.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/toJSON.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/toLength.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/toLower.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/toNumber.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/toPairs.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/toPairsIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/toPath.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/toPlainObject.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/toSafeInteger.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/toString.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/toUpper.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/transform.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/trim.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/trimChars.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/trimCharsEnd.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/trimCharsStart.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/trimEnd.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/trimStart.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/truncate.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/unapply.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/unary.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/unescape.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/union.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/unionBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/unionWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/uniq.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/uniqBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/uniqWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/uniqueId.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/unnest.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/unset.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/unzip.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/unzipWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/update.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/updateWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/upperCase.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/upperFirst.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/useWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/util.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/value.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/valueOf.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/values.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/valuesIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/where.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/whereEq.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/without.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/words.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/wrap.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/wrapperAt.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/wrapperChain.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/wrapperLodash.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/wrapperReverse.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/wrapperValue.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/xor.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/xorBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/xorWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/zip.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/zipAll.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/zipObj.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/zipObject.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/zipObjectDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fp/zipWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/fromPairs.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/function.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/functions.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/functionsIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/get.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/groupBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/gt.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/gte.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/has.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/hasIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/head.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/identity.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/inRange.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/includes.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/index.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/indexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/initial.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/intersection.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/intersectionBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/intersectionWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/invert.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/invertBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/invoke.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/invokeMap.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isArguments.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isArray.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isArrayBuffer.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isArrayLike.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isArrayLikeObject.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isBoolean.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isBuffer.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isDate.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isElement.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isEmpty.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isEqual.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isEqualWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isError.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isFinite.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isFunction.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isInteger.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isLength.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isMap.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isMatch.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isMatchWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isNaN.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isNative.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isNil.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isNull.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isNumber.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isObject.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isObjectLike.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isPlainObject.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isRegExp.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isSafeInteger.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isSet.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isString.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isSymbol.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isTypedArray.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isUndefined.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isWeakMap.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/isWeakSet.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/iteratee.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/join.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/kebabCase.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/keyBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/keys.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/keysIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/lang.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/last.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/lastIndexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/lodash.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/lodash.min.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/lowerCase.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/lowerFirst.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/lt.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/lte.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/map.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/mapKeys.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/mapValues.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/matches.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/matchesProperty.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/math.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/max.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/maxBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/mean.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/meanBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/memoize.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/merge.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/mergeWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/method.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/methodOf.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/min.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/minBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/mixin.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/multiply.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/negate.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/next.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/noop.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/now.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/nth.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/nthArg.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/number.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/object.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/omit.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/omitBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/once.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/orderBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/over.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/overArgs.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/overEvery.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/overSome.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/package.json create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/pad.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/padEnd.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/padStart.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/parseInt.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/partial.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/partialRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/partition.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/pick.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/pickBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/plant.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/property.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/propertyOf.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/pull.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/pullAll.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/pullAllBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/pullAllWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/pullAt.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/random.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/range.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/rangeRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/rearg.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/reduce.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/reduceRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/reject.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/remove.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/repeat.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/replace.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/rest.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/result.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/reverse.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/round.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/sample.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/sampleSize.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/seq.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/set.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/setWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/shuffle.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/size.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/slice.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/snakeCase.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/some.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/sortBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/sortedIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/sortedIndexBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/sortedIndexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/sortedLastIndex.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/sortedLastIndexBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/sortedLastIndexOf.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/sortedUniq.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/sortedUniqBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/split.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/spread.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/startCase.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/startsWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/string.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/stubArray.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/stubFalse.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/stubObject.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/stubString.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/stubTrue.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/subtract.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/sum.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/sumBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/tail.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/take.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/takeRight.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/takeRightWhile.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/takeWhile.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/tap.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/template.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/templateSettings.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/throttle.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/thru.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/times.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/toArray.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/toFinite.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/toInteger.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/toIterator.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/toJSON.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/toLength.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/toLower.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/toNumber.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/toPairs.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/toPairsIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/toPath.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/toPlainObject.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/toSafeInteger.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/toString.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/toUpper.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/transform.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/trim.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/trimEnd.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/trimStart.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/truncate.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/unary.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/unescape.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/union.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/unionBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/unionWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/uniq.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/uniqBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/uniqWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/uniqueId.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/unset.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/unzip.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/unzipWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/update.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/updateWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/upperCase.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/upperFirst.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/util.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/value.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/valueOf.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/values.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/valuesIn.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/without.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/words.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/wrap.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/wrapperAt.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/wrapperChain.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/wrapperLodash.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/wrapperReverse.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/wrapperValue.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/xor.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/xorBy.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/xorWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/zip.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/zipObject.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/zipObjectDeep.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/lodash/zipWith.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/minimatch/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/minimatch/README.md create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/minimatch/minimatch.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/node_modules/minimatch/package.json create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/package.json create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/parse-imports.js create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/sass-graph/sass-graph.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/README.md create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/index.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/lib/entry.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/lib/input.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/lib/previous-map.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/lib/tokenize-comment.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/lib/tokenize-interpolant.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/lib/tokenize-string.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/lib/tokenize.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/node_modules/source-map/README.md create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/node_modules/source-map/build/assert-shim.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/node_modules/source-map/build/mini-require.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/node_modules/source-map/build/prefix-source-map.jsm create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/node_modules/source-map/build/prefix-utils.jsm create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/node_modules/source-map/build/suffix-browser.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/node_modules/source-map/build/suffix-source-map.jsm create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/node_modules/source-map/build/suffix-utils.jsm create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/node_modules/source-map/build/test-prefix.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/node_modules/source-map/build/test-suffix.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/node_modules/source-map/lib/source-map.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/node_modules/source-map/lib/source-map/array-set.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/node_modules/source-map/lib/source-map/base64-vlq.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/node_modules/source-map/lib/source-map/base64.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/node_modules/source-map/lib/source-map/binary-search.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/node_modules/source-map/lib/source-map/mapping-list.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/node_modules/source-map/lib/source-map/quick-sort.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/node_modules/source-map/lib/source-map/source-map-consumer.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/node_modules/source-map/lib/source-map/source-map-generator.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/node_modules/source-map/lib/source-map/source-node.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/node_modules/source-map/lib/source-map/util.js create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/node_modules/source-map/package.json create mode 100644 user/themes/gilles_acezat/node_modules/scss-tokenizer/package.json create mode 100644 user/themes/gilles_acezat/node_modules/semver/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/semver/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/semver/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/semver/Makefile create mode 100644 user/themes/gilles_acezat/node_modules/semver/README.md create mode 100644 user/themes/gilles_acezat/node_modules/semver/bin/semver create mode 100644 user/themes/gilles_acezat/node_modules/semver/foot.js.txt create mode 100644 user/themes/gilles_acezat/node_modules/semver/head.js.txt create mode 100644 user/themes/gilles_acezat/node_modules/semver/package.json create mode 100644 user/themes/gilles_acezat/node_modules/semver/range.bnf create mode 100644 user/themes/gilles_acezat/node_modules/semver/semver.browser.js create mode 100644 user/themes/gilles_acezat/node_modules/semver/semver.browser.js.gz create mode 100644 user/themes/gilles_acezat/node_modules/semver/semver.js create mode 100644 user/themes/gilles_acezat/node_modules/semver/semver.min.js create mode 100644 user/themes/gilles_acezat/node_modules/semver/semver.min.js.gz create mode 100644 user/themes/gilles_acezat/node_modules/semver/test/amd.js create mode 100644 user/themes/gilles_acezat/node_modules/semver/test/big-numbers.js create mode 100644 user/themes/gilles_acezat/node_modules/semver/test/clean.js create mode 100644 user/themes/gilles_acezat/node_modules/semver/test/gtr.js create mode 100644 user/themes/gilles_acezat/node_modules/semver/test/index.js create mode 100644 user/themes/gilles_acezat/node_modules/semver/test/ltr.js create mode 100644 user/themes/gilles_acezat/node_modules/semver/test/major-minor-patch.js create mode 100644 user/themes/gilles_acezat/node_modules/semver/test/no-module.js create mode 100644 user/themes/gilles_acezat/node_modules/sequencify/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/sequencify/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/sequencify/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/sequencify/README.md create mode 100644 user/themes/gilles_acezat/node_modules/sequencify/index.js create mode 100644 user/themes/gilles_acezat/node_modules/sequencify/package.json create mode 100644 user/themes/gilles_acezat/node_modules/set-blocking/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/set-blocking/LICENSE.txt create mode 100644 user/themes/gilles_acezat/node_modules/set-blocking/README.md create mode 100644 user/themes/gilles_acezat/node_modules/set-blocking/index.js create mode 100644 user/themes/gilles_acezat/node_modules/set-blocking/package.json create mode 100644 user/themes/gilles_acezat/node_modules/set-value/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/set-value/README.md create mode 100644 user/themes/gilles_acezat/node_modules/set-value/index.js create mode 100644 user/themes/gilles_acezat/node_modules/set-value/node_modules/extend-shallow/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/set-value/node_modules/extend-shallow/README.md create mode 100644 user/themes/gilles_acezat/node_modules/set-value/node_modules/extend-shallow/index.js create mode 100644 user/themes/gilles_acezat/node_modules/set-value/node_modules/extend-shallow/package.json create mode 100644 user/themes/gilles_acezat/node_modules/set-value/package.json create mode 100644 user/themes/gilles_acezat/node_modules/sigmund/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/sigmund/README.md create mode 100644 user/themes/gilles_acezat/node_modules/sigmund/bench.js create mode 100644 user/themes/gilles_acezat/node_modules/sigmund/package.json create mode 100644 user/themes/gilles_acezat/node_modules/sigmund/sigmund.js create mode 100644 user/themes/gilles_acezat/node_modules/sigmund/test/basic.js create mode 100644 user/themes/gilles_acezat/node_modules/signal-exit/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/signal-exit/LICENSE.txt create mode 100644 user/themes/gilles_acezat/node_modules/signal-exit/README.md create mode 100644 user/themes/gilles_acezat/node_modules/signal-exit/index.js create mode 100644 user/themes/gilles_acezat/node_modules/signal-exit/package.json create mode 100644 user/themes/gilles_acezat/node_modules/signal-exit/signals.js create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-node/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-node/README.md create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-node/index.js create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-node/node_modules/define-property/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-node/node_modules/define-property/README.md create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-node/node_modules/define-property/index.js create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-node/node_modules/define-property/package.json create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-node/node_modules/is-accessor-descriptor/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-node/node_modules/is-accessor-descriptor/README.md create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-node/node_modules/is-accessor-descriptor/index.js create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-node/node_modules/is-accessor-descriptor/package.json create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-node/node_modules/is-data-descriptor/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-node/node_modules/is-data-descriptor/README.md create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-node/node_modules/is-data-descriptor/index.js create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-node/node_modules/is-data-descriptor/package.json create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-node/node_modules/is-descriptor/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-node/node_modules/is-descriptor/README.md create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-node/node_modules/is-descriptor/index.js create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-node/node_modules/is-descriptor/package.json create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-node/package.json create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-util/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-util/README.md create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-util/index.js create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-util/node_modules/kind-of/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-util/node_modules/kind-of/README.md create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-util/node_modules/kind-of/index.js create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-util/node_modules/kind-of/package.json create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon-util/package.json create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon/README.md create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon/index.js create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon/lib/compiler.js create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon/lib/parser.js create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon/lib/position.js create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon/lib/source-maps.js create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon/lib/utils.js create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon/node_modules/define-property/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon/node_modules/define-property/README.md create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon/node_modules/define-property/index.js create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon/node_modules/define-property/package.json create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon/node_modules/extend-shallow/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon/node_modules/extend-shallow/README.md create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon/node_modules/extend-shallow/index.js create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon/node_modules/extend-shallow/package.json create mode 100644 user/themes/gilles_acezat/node_modules/snapdragon/package.json create mode 100644 user/themes/gilles_acezat/node_modules/source-map-resolve/.jshintrc create mode 100644 user/themes/gilles_acezat/node_modules/source-map-resolve/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/source-map-resolve/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/source-map-resolve/bower.json create mode 100644 user/themes/gilles_acezat/node_modules/source-map-resolve/changelog.md create mode 100644 user/themes/gilles_acezat/node_modules/source-map-resolve/component.json create mode 100644 user/themes/gilles_acezat/node_modules/source-map-resolve/generate-source-map-resolve.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map-resolve/lib/decode-uri-component.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map-resolve/lib/resolve-url.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map-resolve/lib/source-map-resolve-node.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map-resolve/package.json create mode 100644 user/themes/gilles_acezat/node_modules/source-map-resolve/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/source-map-resolve/source-map-resolve.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map-resolve/source-map-resolve.js.template create mode 100644 user/themes/gilles_acezat/node_modules/source-map-resolve/test/common.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map-resolve/test/read.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map-resolve/test/source-map-resolve.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map-resolve/test/windows.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map-resolve/x-package.json5 create mode 100644 user/themes/gilles_acezat/node_modules/source-map-url/.jshintrc create mode 100644 user/themes/gilles_acezat/node_modules/source-map-url/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/source-map-url/bower.json create mode 100644 user/themes/gilles_acezat/node_modules/source-map-url/changelog.md create mode 100644 user/themes/gilles_acezat/node_modules/source-map-url/component.json create mode 100644 user/themes/gilles_acezat/node_modules/source-map-url/package.json create mode 100644 user/themes/gilles_acezat/node_modules/source-map-url/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/source-map-url/source-map-url.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map-url/test/source-map-url.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map-url/x-package.json5 create mode 100644 user/themes/gilles_acezat/node_modules/source-map/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/source-map/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/source-map/README.md create mode 100644 user/themes/gilles_acezat/node_modules/source-map/dist/source-map.debug.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map/dist/source-map.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map/dist/source-map.min.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map/dist/source-map.min.js.map create mode 100644 user/themes/gilles_acezat/node_modules/source-map/lib/array-set.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map/lib/base64-vlq.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map/lib/base64.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map/lib/binary-search.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map/lib/mapping-list.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map/lib/quick-sort.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map/lib/source-map-consumer.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map/lib/source-map-generator.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map/lib/source-node.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map/lib/util.js create mode 100644 user/themes/gilles_acezat/node_modules/source-map/package.json create mode 100644 user/themes/gilles_acezat/node_modules/source-map/source-map.js create mode 100644 user/themes/gilles_acezat/node_modules/sparkles/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/sparkles/README.md create mode 100644 user/themes/gilles_acezat/node_modules/sparkles/index.js create mode 100644 user/themes/gilles_acezat/node_modules/sparkles/package.json create mode 100644 user/themes/gilles_acezat/node_modules/spdx-correct/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/spdx-correct/README.md create mode 100644 user/themes/gilles_acezat/node_modules/spdx-correct/index.js create mode 100644 user/themes/gilles_acezat/node_modules/spdx-correct/package.json create mode 100644 user/themes/gilles_acezat/node_modules/spdx-exceptions/README.md create mode 100644 user/themes/gilles_acezat/node_modules/spdx-exceptions/index.json create mode 100644 user/themes/gilles_acezat/node_modules/spdx-exceptions/package.json create mode 100644 user/themes/gilles_acezat/node_modules/spdx-exceptions/test.log create mode 100644 user/themes/gilles_acezat/node_modules/spdx-expression-parse/AUTHORS create mode 100644 user/themes/gilles_acezat/node_modules/spdx-expression-parse/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/spdx-expression-parse/README.md create mode 100644 user/themes/gilles_acezat/node_modules/spdx-expression-parse/index.js create mode 100644 user/themes/gilles_acezat/node_modules/spdx-expression-parse/package.json create mode 100644 user/themes/gilles_acezat/node_modules/spdx-expression-parse/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/spdx-expression-parse/scan.js create mode 100644 user/themes/gilles_acezat/node_modules/spdx-license-ids/README.md create mode 100644 user/themes/gilles_acezat/node_modules/spdx-license-ids/deprecated.json create mode 100644 user/themes/gilles_acezat/node_modules/spdx-license-ids/index.json create mode 100644 user/themes/gilles_acezat/node_modules/spdx-license-ids/package.json create mode 100644 user/themes/gilles_acezat/node_modules/split-string/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/split-string/README.md create mode 100644 user/themes/gilles_acezat/node_modules/split-string/index.js create mode 100644 user/themes/gilles_acezat/node_modules/split-string/package.json create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/README.md create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/bin/sshpk-conv create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/bin/sshpk-sign create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/bin/sshpk-verify create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/algs.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/certificate.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/dhe.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/ed-compat.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/errors.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/fingerprint.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/formats/auto.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/formats/dnssec.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/formats/openssh-cert.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/formats/pem.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/formats/pkcs1.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/formats/pkcs8.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/formats/rfc4253.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/formats/ssh-private.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/formats/ssh.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/formats/x509-pem.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/formats/x509.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/identity.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/index.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/key.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/private-key.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/signature.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/ssh-buffer.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/lib/utils.js create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/man/man1/sshpk-conv.1 create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/man/man1/sshpk-sign.1 create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/man/man1/sshpk-verify.1 create mode 100644 user/themes/gilles_acezat/node_modules/sshpk/package.json create mode 100644 user/themes/gilles_acezat/node_modules/static-extend/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/static-extend/index.js create mode 100644 user/themes/gilles_acezat/node_modules/static-extend/node_modules/define-property/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/static-extend/node_modules/define-property/README.md create mode 100644 user/themes/gilles_acezat/node_modules/static-extend/node_modules/define-property/index.js create mode 100644 user/themes/gilles_acezat/node_modules/static-extend/node_modules/define-property/package.json create mode 100644 user/themes/gilles_acezat/node_modules/static-extend/package.json create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/README.md create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/index.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/isarray/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/isarray/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/isarray/Makefile create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/isarray/README.md create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/isarray/component.json create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/isarray/index.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/isarray/package.json create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/isarray/test.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/CONTRIBUTING.md create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/GOVERNANCE.md create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/README.md create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/duplex-browser.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/duplex.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/lib/_stream_duplex.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/lib/_stream_passthrough.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/lib/_stream_readable.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/lib/_stream_transform.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/lib/_stream_writable.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/lib/internal/streams/BufferList.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/lib/internal/streams/destroy.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/lib/internal/streams/stream-browser.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/lib/internal/streams/stream.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/package.json create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/passthrough.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/readable-browser.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/readable.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/transform.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/writable-browser.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/readable-stream/writable.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/string_decoder/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/string_decoder/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/string_decoder/README.md create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/string_decoder/lib/string_decoder.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/node_modules/string_decoder/package.json create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/package.json create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/test/fixtures/end.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/test/fixtures/hello-world.js create mode 100644 user/themes/gilles_acezat/node_modules/stdout-stream/test/index.js create mode 100644 user/themes/gilles_acezat/node_modules/stream-consume/README.md create mode 100644 user/themes/gilles_acezat/node_modules/stream-consume/index.js create mode 100644 user/themes/gilles_acezat/node_modules/stream-consume/package.json create mode 100644 user/themes/gilles_acezat/node_modules/string-width/index.js create mode 100644 user/themes/gilles_acezat/node_modules/string-width/license create mode 100644 user/themes/gilles_acezat/node_modules/string-width/package.json create mode 100644 user/themes/gilles_acezat/node_modules/string-width/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/string_decoder/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/string_decoder/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/string_decoder/README.md create mode 100644 user/themes/gilles_acezat/node_modules/string_decoder/index.js create mode 100644 user/themes/gilles_acezat/node_modules/string_decoder/package.json create mode 100644 user/themes/gilles_acezat/node_modules/strip-ansi/index.js create mode 100644 user/themes/gilles_acezat/node_modules/strip-ansi/license create mode 100644 user/themes/gilles_acezat/node_modules/strip-ansi/package.json create mode 100644 user/themes/gilles_acezat/node_modules/strip-ansi/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/strip-bom-string/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/strip-bom-string/README.md create mode 100644 user/themes/gilles_acezat/node_modules/strip-bom-string/index.js create mode 100644 user/themes/gilles_acezat/node_modules/strip-bom-string/package.json create mode 100644 user/themes/gilles_acezat/node_modules/strip-bom/cli.js create mode 100644 user/themes/gilles_acezat/node_modules/strip-bom/index.js create mode 100644 user/themes/gilles_acezat/node_modules/strip-bom/package.json create mode 100644 user/themes/gilles_acezat/node_modules/strip-bom/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/strip-indent/cli.js create mode 100644 user/themes/gilles_acezat/node_modules/strip-indent/index.js create mode 100644 user/themes/gilles_acezat/node_modules/strip-indent/license create mode 100644 user/themes/gilles_acezat/node_modules/strip-indent/package.json create mode 100644 user/themes/gilles_acezat/node_modules/strip-indent/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/supports-color/browser.js create mode 100644 user/themes/gilles_acezat/node_modules/supports-color/index.js create mode 100644 user/themes/gilles_acezat/node_modules/supports-color/license create mode 100644 user/themes/gilles_acezat/node_modules/supports-color/package.json create mode 100644 user/themes/gilles_acezat/node_modules/supports-color/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/tar/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/tar/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/tar/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/tar/README.md create mode 100644 user/themes/gilles_acezat/node_modules/tar/examples/extracter.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/examples/packer.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/examples/reader.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/lib/buffer-entry.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/lib/entry-writer.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/lib/entry.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/lib/extended-header-writer.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/lib/extended-header.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/lib/extract.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/lib/global-header-writer.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/lib/header.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/lib/pack.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/lib/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/package.json create mode 100644 user/themes/gilles_acezat/node_modules/tar/tar.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/test/00-setup-fixtures.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/test/cb-never-called-1.0.1.tgz create mode 100644 user/themes/gilles_acezat/node_modules/tar/test/dir-normalization.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/test/dir-normalization.tar create mode 100644 user/themes/gilles_acezat/node_modules/tar/test/error-on-broken.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/test/extract-move.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/test/extract.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/test/fixtures.tgz create mode 100644 user/themes/gilles_acezat/node_modules/tar/test/header.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/test/pack-no-proprietary.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/test/pack.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/test/parse-discard.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/test/parse.js create mode 100644 user/themes/gilles_acezat/node_modules/tar/test/zz-cleanup.js create mode 100644 user/themes/gilles_acezat/node_modules/through2/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/through2/LICENSE.html create mode 100644 user/themes/gilles_acezat/node_modules/through2/LICENSE.md create mode 100644 user/themes/gilles_acezat/node_modules/through2/README.md create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/isarray/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/isarray/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/isarray/Makefile create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/isarray/README.md create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/isarray/component.json create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/isarray/index.js create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/isarray/package.json create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/isarray/test.js create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/CONTRIBUTING.md create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/GOVERNANCE.md create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/README.md create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/duplex-browser.js create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/duplex.js create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/lib/_stream_duplex.js create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/lib/_stream_passthrough.js create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/lib/internal/streams/BufferList.js create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/lib/internal/streams/destroy.js create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/lib/internal/streams/stream-browser.js create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/lib/internal/streams/stream.js create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/package.json create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/passthrough.js create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/readable-browser.js create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/readable.js create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/transform.js create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/writable-browser.js create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/readable-stream/writable.js create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/string_decoder/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/string_decoder/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/string_decoder/README.md create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/string_decoder/lib/string_decoder.js create mode 100644 user/themes/gilles_acezat/node_modules/through2/node_modules/string_decoder/package.json create mode 100644 user/themes/gilles_acezat/node_modules/through2/package.json create mode 100644 user/themes/gilles_acezat/node_modules/through2/through2.js create mode 100644 user/themes/gilles_acezat/node_modules/tildify/index.js create mode 100644 user/themes/gilles_acezat/node_modules/tildify/license create mode 100644 user/themes/gilles_acezat/node_modules/tildify/package.json create mode 100644 user/themes/gilles_acezat/node_modules/tildify/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/time-stamp/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/time-stamp/README.md create mode 100644 user/themes/gilles_acezat/node_modules/time-stamp/index.js create mode 100644 user/themes/gilles_acezat/node_modules/time-stamp/package.json create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/.editorconfig create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/CHANGES create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/README.md create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/delay.js create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/max-timeout.js create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/once.js create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/package.json create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/promise/.eslintrc.json create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/promise/sleep.js create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/promise_/timeout.js create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/test/.eslintrc.json create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/test/delay.js create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/test/max-timeout.js create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/test/once.js create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/test/promise/sleep.js create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/test/promise_/.eslintrc.json create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/test/promise_/timeout.js create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/test/throttle.js create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/test/valid-timeout.js create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/throttle.js create mode 100644 user/themes/gilles_acezat/node_modules/timers-ext/valid-timeout.js create mode 100644 user/themes/gilles_acezat/node_modules/to-object-path/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/to-object-path/README.md create mode 100644 user/themes/gilles_acezat/node_modules/to-object-path/index.js create mode 100644 user/themes/gilles_acezat/node_modules/to-object-path/node_modules/kind-of/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/to-object-path/node_modules/kind-of/README.md create mode 100644 user/themes/gilles_acezat/node_modules/to-object-path/node_modules/kind-of/index.js create mode 100644 user/themes/gilles_acezat/node_modules/to-object-path/node_modules/kind-of/package.json create mode 100644 user/themes/gilles_acezat/node_modules/to-object-path/package.json create mode 100644 user/themes/gilles_acezat/node_modules/to-regex-range/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/to-regex-range/README.md create mode 100644 user/themes/gilles_acezat/node_modules/to-regex-range/index.js create mode 100644 user/themes/gilles_acezat/node_modules/to-regex-range/package.json create mode 100644 user/themes/gilles_acezat/node_modules/to-regex/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/to-regex/README.md create mode 100644 user/themes/gilles_acezat/node_modules/to-regex/index.js create mode 100644 user/themes/gilles_acezat/node_modules/to-regex/package.json create mode 100644 user/themes/gilles_acezat/node_modules/tough-cookie/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/tough-cookie/README.md create mode 100644 user/themes/gilles_acezat/node_modules/tough-cookie/lib/cookie.js create mode 100644 user/themes/gilles_acezat/node_modules/tough-cookie/lib/memstore.js create mode 100644 user/themes/gilles_acezat/node_modules/tough-cookie/lib/pathMatch.js create mode 100644 user/themes/gilles_acezat/node_modules/tough-cookie/lib/permuteDomain.js create mode 100644 user/themes/gilles_acezat/node_modules/tough-cookie/lib/pubsuffix-psl.js create mode 100644 user/themes/gilles_acezat/node_modules/tough-cookie/lib/store.js create mode 100644 user/themes/gilles_acezat/node_modules/tough-cookie/node_modules/punycode/LICENSE-MIT.txt create mode 100644 user/themes/gilles_acezat/node_modules/tough-cookie/node_modules/punycode/README.md create mode 100644 user/themes/gilles_acezat/node_modules/tough-cookie/node_modules/punycode/package.json create mode 100644 user/themes/gilles_acezat/node_modules/tough-cookie/node_modules/punycode/punycode.js create mode 100644 user/themes/gilles_acezat/node_modules/tough-cookie/package.json create mode 100644 user/themes/gilles_acezat/node_modules/trim-newlines/index.js create mode 100644 user/themes/gilles_acezat/node_modules/trim-newlines/license create mode 100644 user/themes/gilles_acezat/node_modules/trim-newlines/package.json create mode 100644 user/themes/gilles_acezat/node_modules/trim-newlines/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/true-case-path/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/true-case-path/README.md create mode 100644 user/themes/gilles_acezat/node_modules/true-case-path/index.js create mode 100644 user/themes/gilles_acezat/node_modules/true-case-path/node_modules/glob/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/true-case-path/node_modules/glob/README.md create mode 100644 user/themes/gilles_acezat/node_modules/true-case-path/node_modules/glob/changelog.md create mode 100644 user/themes/gilles_acezat/node_modules/true-case-path/node_modules/glob/common.js create mode 100644 user/themes/gilles_acezat/node_modules/true-case-path/node_modules/glob/glob.js create mode 100644 user/themes/gilles_acezat/node_modules/true-case-path/node_modules/glob/package.json create mode 100644 user/themes/gilles_acezat/node_modules/true-case-path/node_modules/glob/sync.js create mode 100644 user/themes/gilles_acezat/node_modules/true-case-path/node_modules/minimatch/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/true-case-path/node_modules/minimatch/README.md create mode 100644 user/themes/gilles_acezat/node_modules/true-case-path/node_modules/minimatch/minimatch.js create mode 100644 user/themes/gilles_acezat/node_modules/true-case-path/node_modules/minimatch/package.json create mode 100644 user/themes/gilles_acezat/node_modules/true-case-path/package.json create mode 100644 user/themes/gilles_acezat/node_modules/tunnel-agent/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/tunnel-agent/README.md create mode 100644 user/themes/gilles_acezat/node_modules/tunnel-agent/index.js create mode 100644 user/themes/gilles_acezat/node_modules/tunnel-agent/package.json create mode 100644 user/themes/gilles_acezat/node_modules/tweetnacl/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/tweetnacl/AUTHORS.md create mode 100644 user/themes/gilles_acezat/node_modules/tweetnacl/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/tweetnacl/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md create mode 100644 user/themes/gilles_acezat/node_modules/tweetnacl/README.md create mode 100644 user/themes/gilles_acezat/node_modules/tweetnacl/nacl-fast.js create mode 100644 user/themes/gilles_acezat/node_modules/tweetnacl/nacl-fast.min.js create mode 100644 user/themes/gilles_acezat/node_modules/tweetnacl/nacl.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/tweetnacl/nacl.js create mode 100644 user/themes/gilles_acezat/node_modules/tweetnacl/nacl.min.js create mode 100644 user/themes/gilles_acezat/node_modules/tweetnacl/package.json create mode 100644 user/themes/gilles_acezat/node_modules/unc-path-regex/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/unc-path-regex/README.md create mode 100644 user/themes/gilles_acezat/node_modules/unc-path-regex/index.js create mode 100644 user/themes/gilles_acezat/node_modules/unc-path-regex/package.json create mode 100644 user/themes/gilles_acezat/node_modules/union-value/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/union-value/README.md create mode 100644 user/themes/gilles_acezat/node_modules/union-value/index.js create mode 100644 user/themes/gilles_acezat/node_modules/union-value/node_modules/extend-shallow/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/union-value/node_modules/extend-shallow/README.md create mode 100644 user/themes/gilles_acezat/node_modules/union-value/node_modules/extend-shallow/index.js create mode 100644 user/themes/gilles_acezat/node_modules/union-value/node_modules/extend-shallow/package.json create mode 100644 user/themes/gilles_acezat/node_modules/union-value/node_modules/set-value/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/union-value/node_modules/set-value/README.md create mode 100644 user/themes/gilles_acezat/node_modules/union-value/node_modules/set-value/index.js create mode 100644 user/themes/gilles_acezat/node_modules/union-value/node_modules/set-value/package.json create mode 100644 user/themes/gilles_acezat/node_modules/union-value/package.json create mode 100644 user/themes/gilles_acezat/node_modules/unique-stream/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/unique-stream/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/unique-stream/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/unique-stream/README.md create mode 100644 user/themes/gilles_acezat/node_modules/unique-stream/index.js create mode 100644 user/themes/gilles_acezat/node_modules/unique-stream/package.json create mode 100644 user/themes/gilles_acezat/node_modules/unique-stream/test/index.js create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/README.md create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/index.js create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/node_modules/has-value/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/node_modules/has-value/README.md create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/node_modules/has-value/index.js create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/node_modules/has-value/node_modules/isobject/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/node_modules/has-value/node_modules/isobject/README.md create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/node_modules/has-value/node_modules/isobject/index.js create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/node_modules/has-value/node_modules/isobject/package.json create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/node_modules/has-value/package.json create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/node_modules/has-values/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/node_modules/has-values/README.md create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/node_modules/has-values/index.js create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/node_modules/has-values/package.json create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/node_modules/isarray/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/node_modules/isarray/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/node_modules/isarray/Makefile create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/node_modules/isarray/README.md create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/node_modules/isarray/component.json create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/node_modules/isarray/index.js create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/node_modules/isarray/package.json create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/node_modules/isarray/test.js create mode 100644 user/themes/gilles_acezat/node_modules/unset-value/package.json create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/README.md create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/bower.json create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/es5/uri.all.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/es5/uri.all.js create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/es5/uri.all.js.map create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/es5/uri.all.min.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/es5/uri.all.min.js create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/es5/uri.all.min.js.map create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/index.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/index.js create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/index.js.map create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/regexps-iri.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/regexps-iri.js create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/regexps-iri.js.map create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/regexps-uri.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/regexps-uri.js create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/regexps-uri.js.map create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/schemes/http.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/schemes/http.js create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/schemes/http.js.map create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/schemes/https.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/schemes/https.js create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/schemes/https.js.map create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/schemes/mailto.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/schemes/mailto.js create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/schemes/mailto.js.map create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js.map create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/schemes/urn.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/schemes/urn.js create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/schemes/urn.js.map create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/uri.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/uri.js create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/uri.js.map create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/util.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/util.js create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/dist/esnext/util.js.map create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/package.json create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/rollup.config.js create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/src/index.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/src/punycode.d.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/src/regexps-iri.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/src/regexps-uri.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/src/schemes/http.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/src/schemes/https.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/src/schemes/mailto.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/src/schemes/urn-uuid.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/src/schemes/urn.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/src/uri.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/src/util.ts create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/tests/qunit.css create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/tests/qunit.js create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/tests/test-es5-min.html create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/tests/test-es5.html create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/tests/tests.js create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/tsconfig.json create mode 100644 user/themes/gilles_acezat/node_modules/uri-js/yarn.lock create mode 100644 user/themes/gilles_acezat/node_modules/urix/.jshintrc create mode 100644 user/themes/gilles_acezat/node_modules/urix/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/urix/index.js create mode 100644 user/themes/gilles_acezat/node_modules/urix/package.json create mode 100644 user/themes/gilles_acezat/node_modules/urix/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/urix/test/index.js create mode 100644 user/themes/gilles_acezat/node_modules/use/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/use/README.md create mode 100644 user/themes/gilles_acezat/node_modules/use/index.js create mode 100644 user/themes/gilles_acezat/node_modules/use/package.json create mode 100644 user/themes/gilles_acezat/node_modules/user-home/cli.js create mode 100644 user/themes/gilles_acezat/node_modules/user-home/index.js create mode 100644 user/themes/gilles_acezat/node_modules/user-home/license create mode 100644 user/themes/gilles_acezat/node_modules/user-home/package.json create mode 100644 user/themes/gilles_acezat/node_modules/user-home/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/util-deprecate/History.md create mode 100644 user/themes/gilles_acezat/node_modules/util-deprecate/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/util-deprecate/README.md create mode 100644 user/themes/gilles_acezat/node_modules/util-deprecate/browser.js create mode 100644 user/themes/gilles_acezat/node_modules/util-deprecate/node.js create mode 100644 user/themes/gilles_acezat/node_modules/util-deprecate/package.json create mode 100644 user/themes/gilles_acezat/node_modules/uuid/.eslintrc.json create mode 100644 user/themes/gilles_acezat/node_modules/uuid/AUTHORS create mode 100644 user/themes/gilles_acezat/node_modules/uuid/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/uuid/LICENSE.md create mode 100644 user/themes/gilles_acezat/node_modules/uuid/README.md create mode 100644 user/themes/gilles_acezat/node_modules/uuid/README_js.md create mode 100644 user/themes/gilles_acezat/node_modules/uuid/bin/uuid create mode 100644 user/themes/gilles_acezat/node_modules/uuid/index.js create mode 100644 user/themes/gilles_acezat/node_modules/uuid/lib/bytesToUuid.js create mode 100644 user/themes/gilles_acezat/node_modules/uuid/lib/md5-browser.js create mode 100644 user/themes/gilles_acezat/node_modules/uuid/lib/md5.js create mode 100644 user/themes/gilles_acezat/node_modules/uuid/lib/rng-browser.js create mode 100644 user/themes/gilles_acezat/node_modules/uuid/lib/rng.js create mode 100644 user/themes/gilles_acezat/node_modules/uuid/lib/sha1-browser.js create mode 100644 user/themes/gilles_acezat/node_modules/uuid/lib/sha1.js create mode 100644 user/themes/gilles_acezat/node_modules/uuid/lib/v35.js create mode 100644 user/themes/gilles_acezat/node_modules/uuid/package.json create mode 100644 user/themes/gilles_acezat/node_modules/uuid/v1.js create mode 100644 user/themes/gilles_acezat/node_modules/uuid/v3.js create mode 100644 user/themes/gilles_acezat/node_modules/uuid/v4.js create mode 100644 user/themes/gilles_acezat/node_modules/uuid/v5.js create mode 100644 user/themes/gilles_acezat/node_modules/v8flags/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/v8flags/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/v8flags/README.md create mode 100644 user/themes/gilles_acezat/node_modules/v8flags/index.js create mode 100644 user/themes/gilles_acezat/node_modules/v8flags/package.json create mode 100644 user/themes/gilles_acezat/node_modules/validate-npm-package-license/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/validate-npm-package-license/README.md create mode 100644 user/themes/gilles_acezat/node_modules/validate-npm-package-license/index.js create mode 100644 user/themes/gilles_acezat/node_modules/validate-npm-package-license/package.json create mode 100644 user/themes/gilles_acezat/node_modules/verror/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/verror/CHANGES.md create mode 100644 user/themes/gilles_acezat/node_modules/verror/CONTRIBUTING.md create mode 100644 user/themes/gilles_acezat/node_modules/verror/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/verror/README.md create mode 100644 user/themes/gilles_acezat/node_modules/verror/lib/verror.js create mode 100644 user/themes/gilles_acezat/node_modules/verror/package.json create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/README.md create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/index.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/lib/dest/index.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/lib/dest/writeContents/index.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/lib/dest/writeContents/writeBuffer.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/lib/dest/writeContents/writeDir.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/lib/dest/writeContents/writeStream.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/lib/src/getContents/bufferFile.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/lib/src/getContents/index.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/lib/src/getContents/readDir.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/lib/src/getContents/streamFile.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/lib/src/getStats.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/lib/src/index.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/clone/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/clone/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/clone/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/clone/README.md create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/clone/clone.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/clone/package.json create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/clone/test.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/readable-stream/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/readable-stream/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/readable-stream/README.md create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/readable-stream/duplex.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/readable-stream/lib/_stream_duplex.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/readable-stream/lib/_stream_passthrough.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/readable-stream/lib/_stream_readable.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/readable-stream/lib/_stream_transform.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/readable-stream/lib/_stream_writable.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/readable-stream/package.json create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/readable-stream/passthrough.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/readable-stream/readable.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/readable-stream/transform.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/readable-stream/writable.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/through2/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/through2/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/through2/README.md create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/through2/package.json create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/through2/through2.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/vinyl/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/vinyl/README.md create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/vinyl/index.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/vinyl/lib/cloneBuffer.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/vinyl/lib/inspectStream.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/vinyl/lib/isBuffer.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/vinyl/lib/isNull.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/vinyl/lib/isStream.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/node_modules/vinyl/package.json create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-fs/package.json create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-sourcemaps-apply/.jshintrc create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-sourcemaps-apply/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-sourcemaps-apply/README.md create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-sourcemaps-apply/index.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl-sourcemaps-apply/package.json create mode 100644 user/themes/gilles_acezat/node_modules/vinyl/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/vinyl/README.md create mode 100644 user/themes/gilles_acezat/node_modules/vinyl/index.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl/lib/cloneBuffer.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl/lib/inspectStream.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl/lib/isBuffer.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl/lib/isNull.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl/lib/isStream.js create mode 100644 user/themes/gilles_acezat/node_modules/vinyl/package.json create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/README.md create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/lib/fs.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/glob/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/glob/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/glob/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/glob/README.md create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/glob/examples/g.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/glob/examples/usr-local.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/glob/glob.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/glob/package.json create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/glob/test/00-setup.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/glob/test/bash-comparison.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/glob/test/bash-results.json create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/glob/test/cwd-test.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/glob/test/globstar-match.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/glob/test/mark.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/glob/test/new-glob-optional-options.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/glob/test/nocase-nomagic.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/glob/test/pause-resume.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/glob/test/root-nomount.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/glob/test/root.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/glob/test/stat.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/glob/test/zz-cleanup.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/minimatch/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/minimatch/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/minimatch/README.md create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/minimatch/minimatch.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/minimatch/package.json create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/minimatch/test/basic.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/minimatch/test/brace-expand.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/minimatch/test/caching.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/minimatch/test/defaults.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/node_modules/minimatch/test/extglob-ending-with-state-char.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/package.json create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/test/copy.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/test/issymlink.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/test/makedir.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/test/maketmpfile.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/test/removedir.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-fs/test/runner.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-queue/.jscs.json create mode 100644 user/themes/gilles_acezat/node_modules/vow-queue/.jshintignore create mode 100644 user/themes/gilles_acezat/node_modules/vow-queue/.jshintrc create mode 100644 user/themes/gilles_acezat/node_modules/vow-queue/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/vow-queue/.travis.yml create mode 100644 user/themes/gilles_acezat/node_modules/vow-queue/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/vow-queue/CONTRIBUTION.md create mode 100644 user/themes/gilles_acezat/node_modules/vow-queue/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/vow-queue/Makefile create mode 100644 user/themes/gilles_acezat/node_modules/vow-queue/README.md create mode 100644 user/themes/gilles_acezat/node_modules/vow-queue/bower.json create mode 100644 user/themes/gilles_acezat/node_modules/vow-queue/lib/queue.js create mode 100644 user/themes/gilles_acezat/node_modules/vow-queue/package.json create mode 100644 user/themes/gilles_acezat/node_modules/vow/lib/vow.js create mode 100644 user/themes/gilles_acezat/node_modules/vow/package.json create mode 100644 user/themes/gilles_acezat/node_modules/vow/vow.min.js create mode 100644 user/themes/gilles_acezat/node_modules/which-module/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/which-module/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/which-module/README.md create mode 100644 user/themes/gilles_acezat/node_modules/which-module/index.js create mode 100644 user/themes/gilles_acezat/node_modules/which-module/package.json create mode 100644 user/themes/gilles_acezat/node_modules/which/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/which/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/which/README.md create mode 100644 user/themes/gilles_acezat/node_modules/which/bin/which create mode 100644 user/themes/gilles_acezat/node_modules/which/package.json create mode 100644 user/themes/gilles_acezat/node_modules/which/which.js create mode 100644 user/themes/gilles_acezat/node_modules/wide-align/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/wide-align/README.md create mode 100644 user/themes/gilles_acezat/node_modules/wide-align/align.js create mode 100644 user/themes/gilles_acezat/node_modules/wide-align/package.json create mode 100644 user/themes/gilles_acezat/node_modules/wrap-ansi/index.js create mode 100644 user/themes/gilles_acezat/node_modules/wrap-ansi/license create mode 100644 user/themes/gilles_acezat/node_modules/wrap-ansi/package.json create mode 100644 user/themes/gilles_acezat/node_modules/wrap-ansi/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/wrappy/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/wrappy/README.md create mode 100644 user/themes/gilles_acezat/node_modules/wrappy/package.json create mode 100644 user/themes/gilles_acezat/node_modules/wrappy/wrappy.js create mode 100644 user/themes/gilles_acezat/node_modules/xtend/.jshintrc create mode 100644 user/themes/gilles_acezat/node_modules/xtend/.npmignore create mode 100644 user/themes/gilles_acezat/node_modules/xtend/LICENCE create mode 100644 user/themes/gilles_acezat/node_modules/xtend/Makefile create mode 100644 user/themes/gilles_acezat/node_modules/xtend/README.md create mode 100644 user/themes/gilles_acezat/node_modules/xtend/immutable.js create mode 100644 user/themes/gilles_acezat/node_modules/xtend/mutable.js create mode 100644 user/themes/gilles_acezat/node_modules/xtend/package.json create mode 100644 user/themes/gilles_acezat/node_modules/xtend/test.js create mode 100644 user/themes/gilles_acezat/node_modules/y18n/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/y18n/README.md create mode 100644 user/themes/gilles_acezat/node_modules/y18n/index.js create mode 100644 user/themes/gilles_acezat/node_modules/y18n/package.json create mode 100644 user/themes/gilles_acezat/node_modules/yallist/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/yallist/README.md create mode 100644 user/themes/gilles_acezat/node_modules/yallist/iterator.js create mode 100644 user/themes/gilles_acezat/node_modules/yallist/package.json create mode 100644 user/themes/gilles_acezat/node_modules/yallist/yallist.js create mode 100644 user/themes/gilles_acezat/node_modules/yargs-parser/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/yargs-parser/LICENSE.txt create mode 100644 user/themes/gilles_acezat/node_modules/yargs-parser/README.md create mode 100644 user/themes/gilles_acezat/node_modules/yargs-parser/index.js create mode 100644 user/themes/gilles_acezat/node_modules/yargs-parser/lib/tokenize-arg-string.js create mode 100644 user/themes/gilles_acezat/node_modules/yargs-parser/node_modules/camelcase/index.js create mode 100644 user/themes/gilles_acezat/node_modules/yargs-parser/node_modules/camelcase/license create mode 100644 user/themes/gilles_acezat/node_modules/yargs-parser/node_modules/camelcase/package.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs-parser/node_modules/camelcase/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/yargs-parser/package.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/CHANGELOG.md create mode 100644 user/themes/gilles_acezat/node_modules/yargs/LICENSE create mode 100644 user/themes/gilles_acezat/node_modules/yargs/README.md create mode 100644 user/themes/gilles_acezat/node_modules/yargs/completion.sh.hbs create mode 100644 user/themes/gilles_acezat/node_modules/yargs/index.js create mode 100644 user/themes/gilles_acezat/node_modules/yargs/lib/apply-extends.js create mode 100644 user/themes/gilles_acezat/node_modules/yargs/lib/argsert.js create mode 100644 user/themes/gilles_acezat/node_modules/yargs/lib/assign.js create mode 100644 user/themes/gilles_acezat/node_modules/yargs/lib/command.js create mode 100644 user/themes/gilles_acezat/node_modules/yargs/lib/completion.js create mode 100644 user/themes/gilles_acezat/node_modules/yargs/lib/levenshtein.js create mode 100644 user/themes/gilles_acezat/node_modules/yargs/lib/obj-filter.js create mode 100644 user/themes/gilles_acezat/node_modules/yargs/lib/usage.js create mode 100644 user/themes/gilles_acezat/node_modules/yargs/lib/validation.js create mode 100644 user/themes/gilles_acezat/node_modules/yargs/lib/yerror.js create mode 100644 user/themes/gilles_acezat/node_modules/yargs/locales/be.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/locales/de.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/locales/en.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/locales/es.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/locales/fr.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/locales/hi.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/locales/hu.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/locales/id.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/locales/it.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/locales/ja.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/locales/ko.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/locales/nb.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/locales/nl.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/locales/pirate.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/locales/pl.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/locales/pt.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/locales/pt_BR.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/locales/ru.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/locales/th.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/locales/tr.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/locales/zh_CN.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/locales/zh_TW.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/node_modules/camelcase/index.js create mode 100644 user/themes/gilles_acezat/node_modules/yargs/node_modules/camelcase/license create mode 100644 user/themes/gilles_acezat/node_modules/yargs/node_modules/camelcase/package.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/node_modules/camelcase/readme.md create mode 100644 user/themes/gilles_acezat/node_modules/yargs/package.json create mode 100644 user/themes/gilles_acezat/node_modules/yargs/yargs.js create mode 100644 user/themes/gilles_acezat/package-lock.json create mode 100755 user/themes/gilles_acezat/package.json create mode 100644 user/themes/gilles_acezat/screenshot.jpg create mode 100755 user/themes/gilles_acezat/scss/spectre-exp.scss create mode 100755 user/themes/gilles_acezat/scss/spectre-icons.scss create mode 100755 user/themes/gilles_acezat/scss/spectre.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_accordions.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_animations.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_asian.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_autocomplete.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_avatars.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_badges.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_bars.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_base.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_breadcrumbs.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_buttons.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_calendars.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_cards.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_carousels.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_chips.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_codes.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_comparison-sliders.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_dropdowns.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_empty.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_filters.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_forms.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_hero.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_icons.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_labels.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_layout.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_media.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_menus.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_meters.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_mixins.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_modals.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_navbar.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_navs.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_normalize.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_off-canvas.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_pagination.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_panels.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_parallax.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_popovers.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_progress.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_sliders.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_steps.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_tables.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_tabs.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_tiles.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_timelines.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_toasts.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_tooltips.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_typography.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_utilities.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_variables.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/_viewer-360.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/icons/_icons-action.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/icons/_icons-core.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/icons/_icons-navigation.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/icons/_icons-object.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/mixins/_avatar.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/mixins/_button.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/mixins/_clearfix.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/mixins/_color.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/mixins/_label.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/mixins/_position.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/mixins/_shadow.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/mixins/_text.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/mixins/_toast.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/utilities/_colors.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/utilities/_cursors.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/utilities/_display.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/utilities/_divider.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/utilities/_loading.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/utilities/_position.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/utilities/_shapes.scss create mode 100755 user/themes/gilles_acezat/scss/spectre/utilities/_text.scss create mode 100644 user/themes/gilles_acezat/scss/theme.scss create mode 100644 user/themes/gilles_acezat/scss/theme/_animation.scss create mode 100644 user/themes/gilles_acezat/scss/theme/_blog.scss create mode 100644 user/themes/gilles_acezat/scss/theme/_extensions.scss create mode 100644 user/themes/gilles_acezat/scss/theme/_footer.scss create mode 100644 user/themes/gilles_acezat/scss/theme/_forms.scss create mode 100644 user/themes/gilles_acezat/scss/theme/_framework.scss create mode 100644 user/themes/gilles_acezat/scss/theme/_header.scss create mode 100644 user/themes/gilles_acezat/scss/theme/_menu.scss create mode 100644 user/themes/gilles_acezat/scss/theme/_mixins.scss create mode 100644 user/themes/gilles_acezat/scss/theme/_mobile.scss create mode 100644 user/themes/gilles_acezat/scss/theme/_onepage.scss create mode 100644 user/themes/gilles_acezat/scss/theme/_typography.scss create mode 100644 user/themes/gilles_acezat/scss/theme/_variables.scss create mode 100644 user/themes/gilles_acezat/templates/blog.html.twig create mode 100644 user/themes/gilles_acezat/templates/default.html.twig create mode 100644 user/themes/gilles_acezat/templates/error.html.twig create mode 100644 user/themes/gilles_acezat/templates/forms/fields/checkbox/checkbox.html.twig create mode 100644 user/themes/gilles_acezat/templates/forms/fields/checkboxes/checkboxes.html.twig create mode 100644 user/themes/gilles_acezat/templates/forms/fields/radio/radio.html.twig create mode 100644 user/themes/gilles_acezat/templates/forms/fields/switch/switch.html.twig create mode 100644 user/themes/gilles_acezat/templates/item.html.twig create mode 100644 user/themes/gilles_acezat/templates/macros/macros.html.twig create mode 100644 user/themes/gilles_acezat/templates/modular.html.twig create mode 100644 user/themes/gilles_acezat/templates/modular/features.html.twig create mode 100644 user/themes/gilles_acezat/templates/modular/hero.html.twig create mode 100644 user/themes/gilles_acezat/templates/modular/text.html.twig create mode 100644 user/themes/gilles_acezat/templates/partials/archives.html.twig create mode 100644 user/themes/gilles_acezat/templates/partials/base.html.twig create mode 100644 user/themes/gilles_acezat/templates/partials/blog-item.html.twig create mode 100644 user/themes/gilles_acezat/templates/partials/blog-list-item.html.twig create mode 100644 user/themes/gilles_acezat/templates/partials/blog/date.html.twig create mode 100644 user/themes/gilles_acezat/templates/partials/blog/page-summary.html.twig create mode 100644 user/themes/gilles_acezat/templates/partials/blog/taxonomy.html.twig create mode 100644 user/themes/gilles_acezat/templates/partials/blog/title.html.twig create mode 100644 user/themes/gilles_acezat/templates/partials/footer.html.twig create mode 100644 user/themes/gilles_acezat/templates/partials/form-messages.html.twig create mode 100644 user/themes/gilles_acezat/templates/partials/hero.html.twig create mode 100644 user/themes/gilles_acezat/templates/partials/layout.html.twig create mode 100644 user/themes/gilles_acezat/templates/partials/logo.html.twig create mode 100644 user/themes/gilles_acezat/templates/partials/messages.html.twig create mode 100644 user/themes/gilles_acezat/templates/partials/navigation.html.twig create mode 100644 user/themes/gilles_acezat/templates/partials/relatedpages.html.twig create mode 100644 user/themes/gilles_acezat/templates/partials/sidebar.html.twig create mode 100644 user/themes/gilles_acezat/templates/partials/taxonomylist.html.twig create mode 100644 user/themes/gilles_acezat/thumbnail.jpg create mode 100644 user/themes/gilles_acezat/yarn.lock diff --git a/user/themes/gilles_acezat/CHANGELOG.md b/user/themes/gilles_acezat/CHANGELOG.md new file mode 100644 index 0000000..69beb27 --- /dev/null +++ b/user/themes/gilles_acezat/CHANGELOG.md @@ -0,0 +1,121 @@ +# v1.2.5 +## 12/07/2018 + +1. [](#improved) + * Updated [Spectre.css](https://picturepan2.github.io/spectre/) to latest `0.5.7` version +1. [](#bugfix) + * Fixed missing `` close tag in bae template [#76](https://github.com/getgrav/grav-theme-quark/pull/) + +# v1.2.4 +## 11/12/2018 + +1. [](#improved) + * Updated [Spectre.css](https://picturepan2.github.io/spectre/) to latest `0.5.5` version + * Added link support to modular `features` [#39](https://github.com/getgrav/grav-theme-quark/pull/39/) + * Remove desktop menu when in mobile mode [#59](https://github.com/getgrav/grav-theme-quark/pull/59/) + * Support modular `text` full-width if no image [#70](https://github.com/getgrav/grav-theme-quark/issues/70) + * Shim for IE support of BrickLayer.js [#64](https://github.com/getgrav/grav-theme-quark/issues/64) +1. [](#bugfix) + * Fixed `continue_link:` showing up as toggled [#65](https://github.com/getgrav/grav-theme-quark/issues/65) + * Fixed issue with modular pages not hidden in on-page menu with `visible: false` [#71](https://github.com/getgrav/grav-theme-quark/issues/71) + +# v1.2.3 +## 11/05/2018 + +1. [](#improved) + * Moved footer into standalone twig to allow for easier extensibility [#63](https://github.com/getgrav/grav-theme-quark/pull/63) +1. [](#bugfix) + * Fix variable name for prouction mode [#61](https://github.com/getgrav/grav-theme-quark/pull/61) + * Fix layout size in features blueprint [#67](https://github.com/getgrav/grav-theme-quark/pull/67) + * Fix active page logic in `nav` so there's no empty class attributes [#68](https://github.com/getgrav/grav-theme-quark/pull/68) + * Fix for features blueprint because `class` didn't work [#69](https://github.com/getgrav/grav-theme-quark/pull/69) + +# v1.2.2 +## 10/24/2018 + +1. [](#improved) + * Changed nav macro to format supported by Twig 2.0 + * Updated `partials/form-messages.html.twig` to be more inline with latest Forms plugin +1. [](#bugfix) + * Make the theme to work with Twig auto-escaping turned on + * Moved language strings under `THEME_QUARK` + +# v1.2.1 +## 08/23/2018 + +1. [](#improved) + * Added additional "mobile custom logo" support +1. [](#bugfix) + * Addressed some CSS issues by forcing logo height + +# v1.2.0 +## 08/23/2018 + +1. [](#new) + * Added new "custom logo" support [#3](https://github.com/getgrav/grav-theme-quark/issues/3) + * Added option JSON feed syndication support in sidebar [#47](https://github.com/getgrav/grav-theme-quark/pull/47) + * Added basic form field `array` styling + +# v1.1.0 +## 07/25/2018 + +1. [](#new) + * Responsive font sizing [#28](https://github.com/getgrav/grav-theme-quark/issues/28) +1. [](#improved) + * Updated [Spectre.css](https://picturepan2.github.io/spectre/) to latest `0.5.3` version + * Make blog settings toggleable [#38](https://github.com/getgrav/grav-theme-quark/pull/38) +1. [](#bugfix) + * Proper fix for sticky footer in IE10 and IE11 [#21](https://github.com/getgrav/grav-theme-quark/issues/21) + * Fix for lists wrapping weirdly due to `outside` attribute + * Updated checkbox + radio to take into account `client_side_validation` form option + * Fixes for fallback values [#37](https://github.com/getgrav/grav-theme-quark/pull/37) + * Fix inheritance for images folder [#30](https://github.com/getgrav/grav-theme-quark/pull/30) + * Added blueprint option for `continue_link` [#45](https://github.com/getgrav/grav-theme-quark/issues/45) + * Added blueprint option for Feature `class` [#14](https://github.com/getgrav/grav-theme-quark/issues/14) + * Fixed `Duplicate ID` issues with modular sections. Might break CSS on first load, need to refresh to pick up new CSS [#24](https://github.com/getgrav/grav-theme-quark/issues/24) + * Fixed Text feature alignment issue [#4](https://github.com/getgrav/grav-theme-quark/issues/4) + * Overlapping menu and mobile button [#7](https://github.com/getgrav/grav-theme-quark/issues/7) + +# v1.0.3 +## 05/11/2018 + +1. [](#new) + * Added new primary button mixin +1. [](#improved) + * Updated [Spectre.css](https://picturepan2.github.io/spectre/) to latest `0.5.1` version + * Improved default login styling + * Removed core Spectre.css override to make upgrading Spectre easier + * Added screenshot to README.md + * Override focus to prevent overzealous blue blurs +1. [](#bugfix) + * Fix for `highlight` plugin not changing background of code blocks + * Removed extraneous `dump()` in Twig output + +# v1.0.2 +## 02/19/2018 + +1. [](#new) + * Added toggle options to enable Spectre.css _experimentals_ and _icons_ CSS files + * Switched to a fork of LineAwesome icons compatible with FontAwesome 4.7.0 +1. [](#improved) + * Font tweaks +1. [](#bugfix) + * Pagination fixes + +# v1.0.1 +## 01/22/2018 + +1. [](#new) + * Added blueprints for admin editing +1. [](#improved) + * Use default lang from `site.yaml` +1. [](#bugfix) + * Fixed Current path to address issues with extending Quark + * Fixed parallax to start in same position as standard + * Fixed modular image size + +# v1.0.0 +## 12/28/2017 + +1. [](#new) + * ChangeLog started... diff --git a/user/themes/gilles_acezat/LICENSE b/user/themes/gilles_acezat/LICENSE new file mode 100644 index 0000000..b5e7990 --- /dev/null +++ b/user/themes/gilles_acezat/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2018 Trilby Media + +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/user/themes/gilles_acezat/README.md b/user/themes/gilles_acezat/README.md new file mode 100644 index 0000000..a65d821 --- /dev/null +++ b/user/themes/gilles_acezat/README.md @@ -0,0 +1,152 @@ +# Quark Theme + +![](assets/quark-screenshots.jpg) + +**Quark** is the new default theme for [Grav CMS](http://github.com/getgrav/grav). This theme is built with the [Spectre.css](https://picturepan2.github.io/spectre/) framework and provides a powerful base for developing your own themes. Quark uses functionality that is only available in Grav 1.4+, as such you cannot run Quark on earlier versions of Grav. + +## Features + +* Lightweight and minimal for optimal performance +* Spectre CSS Framework +* Fully responsive with full-page mobile navigation +* SCSS based CSS source files for easy customization +* Built-in support for on-page navigation +* Multiple page template types +* Fontawesome icon support + +### Supported Page Templates + +* Default view template `default.md` +* Error view template `error.md` +* Blog view template `blog.md` +* Blog item view template `item.md` +* Modular view templates: `modular.md` + * Features Modular view template `features.md` + * Hero Modular view template `hero.md` + * Text Modular view template `text.md` + +# Installation + +Installing the Quark theme can be done in one of two ways. Our GPM (Grav Package Manager) installation method enables you to quickly and easily install the theme with a simple terminal command, while the manual method enables you to do so via a zip file. + +The theme by itself is useful, but you may have an easier time getting up and running by installing a skeleton. The Quark theme can be found in both the [One-page](https://github.com/getgrav/grav-skeleton-onepage-site) and [Blog Site](https://github.com/getgrav/grav-skeleton-blog-site) which are self-contained repositories for a complete sites which include: sample content, configuration, theme, and plugins. + +## GPM Installation (Preferred) + +The simplest way to install this theme is via the [Grav Package Manager (GPM)](http://learn.getgrav.org/advanced/grav-gpm) through your system's Terminal (also called the command line). From the root of your Grav install type: + + bin/gpm install quark + +This will install the Quark theme into your `/user/themes` directory within Grav. Its files can be found under `/your/site/grav/user/themes/quark`. + +## Manual Installation + +To install this theme, just download the zip version of this repository and unzip it under `/your/site/grav/user/themes`. Then, rename the folder to `quark`. You can find these files either on [GitHub](https://github.com/getgrav/grav-theme-quark) or via [GetGrav.org](http://getgrav.org/downloads/themes). + +You should now have all the theme files under + + /your/site/grav/user/themes/quark + +## Default Options + +Quark comes with a few default options that can be set site-wide. These options are: + +```yaml +enabled: true # Enable the theme +production-mode: true # In production mode, only minified CSS is used. When disabled, nested CSS with sourcemaps are enabled +grid-size: grid-lg # The max-width of the theme, options include: `grid-xl`, `grid-lg`, and `grid-md` +header-fixed: true # Cause the header to be fixed at the top of the browser +header-animated: true # Allows the fixed header to resize to a smaller header when scrolled +header-dark: false # Inverts the text/logo to work better on dark backgrounds +header-transparent: false # Allows the fixed header to be transparent over the page +sticky-footer: true # Causes the footer to be sticky at the bottom of the page +blog-page: '/blog' # The route to the blog listing page, useful for a blog style layout with sidebar +custom_logo: # A custom logo rather than the default (see below) +custom_logo_mobile: # A custom logo to use for mobile navigation +``` + +To make modifications, you can copy the `user/themes/quark/quark.yaml` file to `user/config/themes/` folder and modify, or you can use the admin plugin. + +> NOTE: Do not modify the `user/themes/quark/quark.yaml` file directly or your changes will be lost with any updates + +## Custom Logos + +To add a custom logo, you should put the log into the `user/themes/quark/images/logo` folder. Standard image formats are support (`.png`,`.jpg`, `.gif`, `.svg`, etc.). Then reference the logo via the YAML like so: + +```yaml +custom_logo: + - name: 'my-logo.png' +custom_logo_mobile: + - name: 'my-mobile-logo.png' +``` + +Alternatively, you can you use the drag-n-drop "Custom Logo" field in the Quark theme options. + +## Page Overrides + +Quark has the ability to allow pages to override some of the default options by letting the user set `body_classes` for any page. The theme will merge the combination of the defaults with any `body_classes` set. For example: + +```yaml +body_classes: "header-dark header-transparent" +``` + +On a particular page will ensure that page has those options enabled (assuming they are false by default). + +## Hero Options + +The hero template allows some options to be set in the page frontmatter. This is used by the modular `hero` as well as the blog and item templates to provide a more dynamic header. + +```yaml +hero_classes: text-light title-h1h2 parallax overlay-dark-gradient hero-large +hero_image: road.jpg +hero_align: center +``` + +The `hero_classes` option allows a variety of hero classes to be set dynamically these include: + +* `text-light` | `text-dark` - Controls if the text should be light or dark depending on the content +* `title-h1h2` - Enforced a close matched h1/h2 title pairing +* `parallax` - Enables a CSS-powered parallax effect +* `overlay-dark-gradient` - Displays a transparent gradient which further darkens the underlying image +* `overlay-light-gradient` - Displays a transparent gradient which further lightens the underlying image +* `overlay-dark` - Displays a solid transparent overlay which further darkens the underlying image +* `overlay-light` - Displays a solid transparent overlay which further darkens the underlying image +* `hero-fullscreen` | `hero-large` | `hero-medium` | `hero-small` | `hero-tiny` - Size of the hero block + +The `hero_image` should point to an image file in the current page folder. + +## Features Modular Options + +The features modular template provides the ability to set a class on the features, as well as an array of feature items. For example: + +```yaml +class: offset-box +features: + - header: Crazy Fast + text: "Performance is not just an afterthought, we baked it in from the start!" + icon: fighter-jet + - header: Easy to build + text: "Simple text files means Grav is trivial to install, and easy to maintain" + icon: database + - header: Awesome Technology + text: "Grav employs best-in-class technologies such as Twig, Markdown & Yaml" + icon: cubes + - header: Super Flexible + text: "From the ground up, with many plugin hooks, Grav is extremely extensible" + icon: object-ungroup + - header: Abundant Plugins + text: "A vibrant developer community means over 200 themes available to download" + icon: puzzle-piece + - header: Free / Open Source + text: "Grav is an open source project, so you can spend your money on other stuff" + icon: money +``` + +## Text Modular Options + +The text box provides a single option to control if any image found in the page folder should be left or right aligned: + +```yaml +image_align: right +``` + diff --git a/user/themes/gilles_acezat/assets/quark-screenshots.jpg b/user/themes/gilles_acezat/assets/quark-screenshots.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4b0c91632643c7cfbc899125bca62946b9b0788 GIT binary patch literal 198055 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

jORfvnj)4CCX*2DlS=)w3f(#Ea^d#f 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%0ANWvO>eds0N>RQ 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

u(;#Hp~Gfy;+UH|P_>l$Dcz>X4S*Kb9i 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%0A1LBGgaf?0jYQ| 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 literal 0 HcmV?d00001 diff --git a/user/themes/gilles_acezat/blueprints.yaml b/user/themes/gilles_acezat/blueprints.yaml new file mode 100644 index 0000000..11ce6cd --- /dev/null +++ b/user/themes/gilles_acezat/blueprints.yaml @@ -0,0 +1,174 @@ +name: Gilles acezat +version: 1.0 +description: New Grav Default Theme +icon: microchip +author: + name: Kevin Tessier + email: kevin@figureslibres.io + url: http://figureslibres.cc +homepage: https://github.com/getgrav/grav-theme-quark +demo: https://demo.getgrav.org/onepage-skeleton +keywords: quark, spectre, theme, core, modern, fast, responsive, html5, css3 +bugs: https://github.com/getgrav/grav-theme-quark/issues +license: MIT + +dependencies: + - { name: grav, version: '>=1.5.0' } + +form: + validation: loose + + fields: + production-mode: + type: toggle + label: Production mode + help: When enabled, Quark will render with minified CSS + highlight: 1 + default: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool + + grid-size: + type: select + label: Grid size + help: The maximum width of the theme + size: small + options: + '': None (full width) + grid-xl: Extra Large + grid-lg: Large + grid-md: Medium + + header_section: + type: section + title: Header Defaults + underline: true + + custom_logo: + type: file + label: Custom Logo + size: large + destination: 'theme://images/logo' + multiple: false + markdown: true + description: Will be used instead of default logo `theme://images/grav-logo.svg` + accept: + - image/* + + custom_logo_mobile: + type: file + label: Mobile Custom Logo + size: large + destination: 'theme://images/logo' + multiple: false + accept: + - image/* + + header-fixed: + type: toggle + label: Fixed header + help: When enabled, the header will be fixed at the top of the browser + highlight: 1 + default: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool + + header-animated: + type: toggle + label: Animated + help: When enabled, the header will animate to a smaller header when scrolling + highlight: 1 + default: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool + + header-dark: + type: toggle + label: Dark Style + help: When enabled, a dark-friendly style will be used + highlight: 0 + default: 0 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool + + header-transparent: + type: toggle + label: Transparent + help: When enabled, a transparent style will be used + highlight: 0 + default: 0 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool + + footer_section: + type: section + title: Footer Defaults + underline: true + + sticky-footer: + type: toggle + label: Sticky footer + help: When enabled, the footer will be sticky at the bottom of the browser + highlight: 1 + default: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool + + blog_section: + type: section + title: Blog Defaults + underline: true + + blog-page: + type: text + label: Blog Page + help: The route to the blog page when working with blog sidebar + size: medium + default: '/blog' + + spectre_section: + type: section + title: Spectre.css Options + underline: true + + spectre.exp: + type: toggle + label: Experimentals CSS + help: When enabled, the `spectre-exp.css` file will be included + highlight: 0 + default: 0 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool + + spectre.icons: + type: toggle + label: Icons CSS + help: When enabled, the `spectre-icons.css` file will be included + highlight: 0 + default: 0 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool diff --git a/user/themes/gilles_acezat/blueprints/blog.yaml b/user/themes/gilles_acezat/blueprints/blog.yaml new file mode 100644 index 0000000..72e2f7b --- /dev/null +++ b/user/themes/gilles_acezat/blueprints/blog.yaml @@ -0,0 +1,94 @@ +extends@: default +child_type: item + +rules: + slug: + pattern: "[a-z][a-z0-9_\-]+" + min: 2 + max: 80 + +form: + fields: + tabs: + type: tabs + active: 1 + + fields: + advanced: + fields: + overrides: + fields: + header.child_type: + default: item + blog: + type: tab + title: Blog Config + + fields: + + content_title: + type: spacer + title: Content Definition + + header.content.items: + type: textarea + yaml: true + label: Items + default: '@self.children' + validate: + type: yaml + + header.content.limit: + type: text + label: Max Item Count + default: 5 + validate: + required: true + type: int + min: 1 + + header.content.order.by: + type: select + label: Order By + default: date + options: + folder: Folder + title: Title + date: Date + default: Default + + header.content.order.dir: + type: select + label: Order + default: desc + options: + asc: Ascending + desc: Descending + + header.content.pagination: + type: toggle + label: Pagination + highlight: 1 + default: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool + + header.content.url_taxonomy_filters: + type: toggle + label: URL Taxonomy Filters + highlight: 1 + default: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool + + import@: + type: partials/blog-bits + context: blueprints://pages + + diff --git a/user/themes/gilles_acezat/blueprints/default.yaml b/user/themes/gilles_acezat/blueprints/default.yaml new file mode 100644 index 0000000..3219221 --- /dev/null +++ b/user/themes/gilles_acezat/blueprints/default.yaml @@ -0,0 +1,15 @@ +extends@: default + +form: + fields: + tabs: + fields: + advanced: + fields: + columns: + fields: + column1: + fields: + header.body_classes: + markdown: true + description: 'Available classes in Quark Theme (space separated):
`header-fixed`, `header-animated`, `header-dark`, `header-transparent`, `sticky-footer`' \ No newline at end of file diff --git a/user/themes/gilles_acezat/blueprints/item.yaml b/user/themes/gilles_acezat/blueprints/item.yaml new file mode 100644 index 0000000..8ad8754 --- /dev/null +++ b/user/themes/gilles_acezat/blueprints/item.yaml @@ -0,0 +1,113 @@ +extends@: default + +form: + fields: + tabs: + + fields: + blog: + type: tab + title: Blog Item + + fields: + + header_options: + type: section + title: Header Options + underline: true + + header.continue_link: + type: toggle + toggleable: true + label: DF Style Link + help: Daring Fireball style title link + highlight: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool + + header.header_image: + type: toggle + toggleable: true + label: Display Header Image + help: Enabled displaying of a header image + highlight: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + + header.header_image_file: + type: text + toggleable: true + label: Image File + help: image filename that exists in the page folder. If not provided, will use the first image found. + placeholder: For example: myimage.jpg + + header.header_image_width: + type: text + toggleable: true + label: Image Width + size: small + help: Header width in px + placeholder: Default is 900 + validate: + type: int + min: 0 + max: 5000 + + header.header_image_height: + type: text + toggleable: true + label: Image Height + size: small + help: Header height in px + placeholder: Default is 300 + validate: + type: int + min: 0 + max: 5000 + + summary: + type: section + title: Summary + underline: true + + header.summary.enabled: + type: toggle + toggleable: true + label: Summary + highlight: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + + header.summary.format: + type: select + toggleable: true + label: Format + classes: fancy + options: + 'short': 'Use the first occurence of delimter or size' + 'long': 'Summary delimiter will be ignored' + + header.summary.size: + type: text + toggleable: true + label: Size + classes: large + placeholder: 300 + validate: + type: int + min: 1 + + header.summary.delimiter: + type: text + toggleable: true + label: Summary delimiter + classes: large + placeholder: === + + import@: + type: partials/blog-bits diff --git a/user/themes/gilles_acezat/blueprints/modular/features.yaml b/user/themes/gilles_acezat/blueprints/modular/features.yaml new file mode 100644 index 0000000..187696f --- /dev/null +++ b/user/themes/gilles_acezat/blueprints/modular/features.yaml @@ -0,0 +1,38 @@ +title: Features +'@extends': default + +form: + fields: + tabs: + fields: + features: + type: tab + title: Features + fields: + header.class: + type: select + label: Layout + default: small + size: medium + options: + small: Small = 4 / 3 / 2 columns + standard: Standard = 3 / 2 / 1 columns + + header.features: + name: features + type: list + label: Features + + fields: + .icon: + type: iconpicker + label: Icon + .header: + type: text + label: Header + .text: + type: text + label: Text + .url: + type: text + label: Link diff --git a/user/themes/gilles_acezat/blueprints/modular/hero.yaml b/user/themes/gilles_acezat/blueprints/modular/hero.yaml new file mode 100644 index 0000000..5e8abf5 --- /dev/null +++ b/user/themes/gilles_acezat/blueprints/modular/hero.yaml @@ -0,0 +1,23 @@ +title: Hero +'@extends': default + +form: + fields: + tabs: + fields: + buttons: + type: tab + title: Hero + fields: + header.hero_classes: + type: text + label: Hero Classes + markdown: true + description: 'There are several Hero class options that can be listed here (space separated):
`text-light`, `text-dark`, `title-h1h2`, `parallax`, `overlay-dark-gradient`, `overlay-light-gradient`, `overlay-dark`, `overlay-light`, `hero-fullscreen`, `hero-large`, `hero-medium`, `hero-small`, `hero-tiny`
Please consult the [Quark documentation](https://github.com/getgrav/grav-theme-quark#hero-options) for more details.' + header.hero_image: + type: filepicker + label: Hero Image + preview_images: true + description: 'If not specified, this defaults to the first image found in the page''s folder' + + diff --git a/user/themes/gilles_acezat/blueprints/modular/text.yaml b/user/themes/gilles_acezat/blueprints/modular/text.yaml new file mode 100644 index 0000000..023c272 --- /dev/null +++ b/user/themes/gilles_acezat/blueprints/modular/text.yaml @@ -0,0 +1,19 @@ +title: Text +'@extends': default + +form: + fields: + tabs: + fields: + content: + fields: + header.media_order: + label: Page Media (first one will be displayed next to your content) + header.image_align: + type: select + label: Image position + classes: fancy + default: left + options: + 'left': 'Left' + 'right': 'Right' diff --git a/user/themes/gilles_acezat/blueprints/partials/blog-bits.yaml b/user/themes/gilles_acezat/blueprints/partials/blog-bits.yaml new file mode 100644 index 0000000..6ab4148 --- /dev/null +++ b/user/themes/gilles_acezat/blueprints/partials/blog-bits.yaml @@ -0,0 +1,64 @@ +form: + fields: + + hero_title: + type: spacer + title: Hero Section + + header.hero_classes: + type: text + label: Hero Classes + markdown: true + description: 'There are several Hero class options that can be listed here (space separated):
`text-light`, `text-dark`, `title-h1h2`, `parallax`, `overlay-dark-gradient`, `overlay-light-gradient`, `overlay-dark`, `overlay-light`, `hero-fullscreen`, `hero-large`, `hero-medium`, `hero-small`, `hero-tiny`
Please consult the [Quark documentation](https://github.com/getgrav/grav-theme-quark#hero-options) for more details.' + + header.hero_image: + type: filepicker + label: Hero Image + preview_images: true + description: 'If not specified, this defaults to the first image found in the page''s folder' + + toggles_title: + type: spacer + title: Configuration + + header.blog_url: + type: text + toggleable: true + label: Blog Route + help: The route to the main blog page that contains the "Show ..." configuration + default: '/blog' + placeholder: '/blog' + size: medium + + header.show_sidebar: + type: toggle + toggleable: true + label: Show Sidebar + highlight: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool + + header.show_breadcrumbs: + type: toggle + toggleable: true + label: Show Breadcrumbs + highlight: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool + + header.show_pagination: + type: toggle + toggleable: true + label: Show Pagination + highlight: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool \ No newline at end of file diff --git a/user/themes/gilles_acezat/css-compiled/spectre-exp.css b/user/themes/gilles_acezat/css-compiled/spectre-exp.css new file mode 100755 index 0000000..bf381d4 --- /dev/null +++ b/user/themes/gilles_acezat/css-compiled/spectre-exp.css @@ -0,0 +1,369 @@ +/*! Spectre.css Experimentals v0.5.7 | MIT License | github.com/picturepan2/spectre */ +.form-autocomplete { position: relative; } + +.form-autocomplete .form-autocomplete-input { -ms-flex-line-pack: start; align-content: flex-start; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; height: auto; min-height: 1.6rem; padding: 0.1rem; } + +.form-autocomplete .form-autocomplete-input.is-focused { box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.2); border-color: #3085EE; } + +.form-autocomplete .form-autocomplete-input .form-input { border-color: transparent; box-shadow: none; display: inline-block; -ms-flex: 1 0 auto; flex: 1 0 auto; height: 1.2rem; line-height: 0.8rem; margin: 0.1rem; width: auto; } + +.form-autocomplete .menu { left: 0; position: absolute; top: 100%; width: 100%; } + +.form-autocomplete.autocomplete-oneline .form-autocomplete-input { -ms-flex-wrap: nowrap; flex-wrap: nowrap; overflow-x: auto; } + +.form-autocomplete.autocomplete-oneline .chip { -ms-flex: 1 0 auto; flex: 1 0 auto; } + +.calendar { border: 0.05rem solid #e7e9ed; border-radius: 0.1rem; display: block; min-width: 280px; } + +.calendar .calendar-nav { -ms-flex-align: center; align-items: center; background: #f8f9fa; border-top-left-radius: 0.1rem; border-top-right-radius: 0.1rem; display: -ms-flexbox; display: flex; font-size: 0.9rem; padding: 0.4rem; } + +.calendar .calendar-header, .calendar .calendar-body { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; justify-content: center; padding: 0.4rem 0; } + +.calendar .calendar-header .calendar-date, .calendar .calendar-body .calendar-date { -ms-flex: 0 0 14.28%; flex: 0 0 14.28%; max-width: 14.28%; } + +.calendar .calendar-header { background: #f8f9fa; border-bottom: 0.05rem solid #e7e9ed; color: #acb3c2; font-size: 0.7rem; text-align: center; } + +.calendar .calendar-body { color: #667189; } + +.calendar .calendar-date { border: 0; padding: 0.2rem; } + +.calendar .calendar-date .date-item { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; border: 0.05rem solid transparent; border-radius: 50%; color: #667189; cursor: pointer; font-size: 0.7rem; height: 1.4rem; line-height: 1rem; outline: none; padding: 0.1rem; position: relative; text-align: center; text-decoration: none; transition: background .2s, border .2s, box-shadow .2s, color .2s; vertical-align: middle; white-space: nowrap; width: 1.4rem; } + +.calendar .calendar-date .date-item.date-today { border-color: #d3e5fb; color: #3085EE; } + +.calendar .calendar-date .date-item:focus { box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.2); } + +.calendar .calendar-date .date-item:focus, .calendar .calendar-date .date-item:hover { background: #eff5fe; border-color: #d3e5fb; color: #3085EE; text-decoration: none; } + +.calendar .calendar-date .date-item:active, .calendar .calendar-date .date-item.active { background: #227ded; border-color: #1370e3; color: #fff; } + +.calendar .calendar-date .date-item.badge::after { position: absolute; top: 3px; right: 3px; transform: translate(50%, -50%); } + +.calendar .calendar-date .date-item:disabled, .calendar .calendar-date .date-item.disabled, .calendar .calendar-date .calendar-event:disabled, .calendar .calendar-date .calendar-event.disabled { cursor: default; opacity: .25; pointer-events: none; } + +.calendar .calendar-date.prev-month .date-item, .calendar .calendar-date.prev-month .calendar-event, .calendar .calendar-date.next-month .date-item, .calendar .calendar-date.next-month .calendar-event { opacity: .25; } + +.calendar .calendar-range { position: relative; } + +.calendar .calendar-range::before { background: #e1edfd; content: ""; height: 1.4rem; left: 0; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } + +.calendar .calendar-range.range-start::before { left: 50%; } + +.calendar .calendar-range.range-end::before { right: 50%; } + +.calendar .calendar-range.range-start .date-item, .calendar .calendar-range.range-end .date-item { background: #227ded; border-color: #1370e3; color: #fff; } + +.calendar .calendar-range .date-item { color: #3085EE; } + +.calendar.calendar-lg .calendar-body { padding: 0; } + +.calendar.calendar-lg .calendar-body .calendar-date { border-bottom: 0.05rem solid #e7e9ed; border-right: 0.05rem solid #e7e9ed; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; height: 5.5rem; padding: 0; } + +.calendar.calendar-lg .calendar-body .calendar-date:nth-child(7n) { border-right: 0; } + +.calendar.calendar-lg .calendar-body .calendar-date:nth-last-child(-n+7) { border-bottom: 0; } + +.calendar.calendar-lg .date-item { -ms-flex-item-align: end; align-self: flex-end; height: 1.4rem; margin-right: 0.2rem; margin-top: 0.2rem; } + +.calendar.calendar-lg .calendar-range::before { top: 19px; } + +.calendar.calendar-lg .calendar-range.range-start::before { left: auto; width: 19px; } + +.calendar.calendar-lg .calendar-range.range-end::before { right: 19px; } + +.calendar.calendar-lg .calendar-events { -ms-flex-positive: 1; flex-grow: 1; line-height: 1; overflow-y: auto; padding: 0.2rem; } + +.calendar.calendar-lg .calendar-event { border-radius: 0.1rem; font-size: 0.7rem; display: block; margin: 0.1rem auto; overflow: hidden; padding: 3px 4px; text-overflow: ellipsis; white-space: nowrap; } + +.carousel .carousel-locator:nth-of-type(1):checked ~ .carousel-container .carousel-item:nth-of-type(1), .carousel .carousel-locator:nth-of-type(2):checked ~ .carousel-container .carousel-item:nth-of-type(2), .carousel .carousel-locator:nth-of-type(3):checked ~ .carousel-container .carousel-item:nth-of-type(3), .carousel .carousel-locator:nth-of-type(4):checked ~ .carousel-container .carousel-item:nth-of-type(4), .carousel .carousel-locator:nth-of-type(5):checked ~ .carousel-container .carousel-item:nth-of-type(5), .carousel .carousel-locator:nth-of-type(6):checked ~ .carousel-container .carousel-item:nth-of-type(6), .carousel .carousel-locator:nth-of-type(7):checked ~ .carousel-container .carousel-item:nth-of-type(7), .carousel .carousel-locator:nth-of-type(8):checked ~ .carousel-container .carousel-item:nth-of-type(8) { animation: carousel-slidein .75s ease-in-out 1; opacity: 1; z-index: 100; } + +.carousel .carousel-locator:nth-of-type(1):checked ~ .carousel-nav .nav-item:nth-of-type(1), .carousel .carousel-locator:nth-of-type(2):checked ~ .carousel-nav .nav-item:nth-of-type(2), .carousel .carousel-locator:nth-of-type(3):checked ~ .carousel-nav .nav-item:nth-of-type(3), .carousel .carousel-locator:nth-of-type(4):checked ~ .carousel-nav .nav-item:nth-of-type(4), .carousel .carousel-locator:nth-of-type(5):checked ~ .carousel-nav .nav-item:nth-of-type(5), .carousel .carousel-locator:nth-of-type(6):checked ~ .carousel-nav .nav-item:nth-of-type(6), .carousel .carousel-locator:nth-of-type(7):checked ~ .carousel-nav .nav-item:nth-of-type(7), .carousel .carousel-locator:nth-of-type(8):checked ~ .carousel-nav .nav-item:nth-of-type(8) { color: #e7e9ed; } + +.carousel { background: #f8f9fa; display: block; overflow: hidden; position: relative; width: 100%; -webkit-overflow-scrolling: touch; z-index: 1; } + +.carousel .carousel-container { height: 100%; left: 0; position: relative; } + +.carousel .carousel-container::before { content: ""; display: block; padding-bottom: 56.25%; } + +.carousel .carousel-container .carousel-item { animation: carousel-slideout 1s ease-in-out 1; height: 100%; left: 0; margin: 0; opacity: 0; position: absolute; top: 0; width: 100%; } + +.carousel .carousel-container .carousel-item:hover .item-prev, .carousel .carousel-container .carousel-item:hover .item-next { opacity: 1; } + +.carousel .carousel-container .item-prev, .carousel .carousel-container .item-next { background: rgba(231, 233, 237, 0.25); border-color: rgba(231, 233, 237, 0.5); color: #e7e9ed; opacity: 0; position: absolute; top: 50%; transition: all .4s; transform: translateY(-50%); z-index: 100; } + +.carousel .carousel-container .item-prev { left: 1rem; } + +.carousel .carousel-container .item-next { right: 1rem; } + +.carousel .carousel-nav { bottom: 0.4rem; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; left: 50%; position: absolute; transform: translateX(-50%); width: 10rem; z-index: 100; } + +.carousel .carousel-nav .nav-item { color: rgba(231, 233, 237, 0.5); display: block; -ms-flex: 1 0 auto; flex: 1 0 auto; height: 1.6rem; margin: 0.2rem; max-width: 2.5rem; position: relative; } + +.carousel .carousel-nav .nav-item::before { background: currentColor; content: ""; display: block; height: 0.1rem; position: absolute; top: .5rem; width: 100%; } + +@keyframes carousel-slidein { 0% { transform: translateX(100%); } + 100% { transform: translateX(0); } } + +@keyframes carousel-slideout { 0% { opacity: 1; + transform: translateX(0); } + 100% { opacity: 1; + transform: translateX(-50%); } } + +.comparison-slider { height: 50vh; overflow: hidden; position: relative; width: 100%; -webkit-overflow-scrolling: touch; } + +.comparison-slider .comparison-before, .comparison-slider .comparison-after { height: 100%; left: 0; margin: 0; overflow: hidden; position: absolute; top: 0; } + +.comparison-slider .comparison-before img, .comparison-slider .comparison-after img { height: 100%; object-fit: cover; object-position: left center; position: absolute; width: 100%; } + +.comparison-slider .comparison-before { width: 100%; z-index: 1; } + +.comparison-slider .comparison-before .comparison-label { right: 0.8rem; } + +.comparison-slider .comparison-after { max-width: 100%; min-width: 0; z-index: 2; } + +.comparison-slider .comparison-after::before { background: transparent; content: ""; cursor: default; height: 100%; left: 0; position: absolute; right: 0.8rem; top: 0; z-index: 1; } + +.comparison-slider .comparison-after::after { background: currentColor; border-radius: 50%; box-shadow: 0 -5px, 0 5px; color: #fff; content: ""; height: 3px; position: absolute; right: 0.4rem; top: 50%; transform: translate(50%, -50%); width: 3px; } + +.comparison-slider .comparison-after .comparison-label { left: 0.8rem; } + +.comparison-slider .comparison-resizer { animation: first-run 1.5s 1 ease-in-out; cursor: ew-resize; height: 0.8rem; left: 0; max-width: 100%; min-width: 0.8rem; opacity: 0; outline: none; position: relative; resize: horizontal; top: 50%; transform: translateY(-50%) scaleY(30); width: 0; } + +.comparison-slider .comparison-label { background: rgba(69, 77, 93, 0.5); bottom: 0.8rem; color: #fff; padding: 0.2rem 0.4rem; position: absolute; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } + +@keyframes first-run { 0% { width: 0; } + 25% { width: 2.4rem; } + 50% { width: 0.8rem; } + 75% { width: 1.2rem; } + 100% { width: 0; } } + +.filter .filter-tag#tag-0:checked ~ .filter-nav .chip[for="tag-0"], .filter .filter-tag#tag-1:checked ~ .filter-nav .chip[for="tag-1"], .filter .filter-tag#tag-2:checked ~ .filter-nav .chip[for="tag-2"], .filter .filter-tag#tag-3:checked ~ .filter-nav .chip[for="tag-3"], .filter .filter-tag#tag-4:checked ~ .filter-nav .chip[for="tag-4"], .filter .filter-tag#tag-5:checked ~ .filter-nav .chip[for="tag-5"], .filter .filter-tag#tag-6:checked ~ .filter-nav .chip[for="tag-6"], .filter .filter-tag#tag-7:checked ~ .filter-nav .chip[for="tag-7"], .filter .filter-tag#tag-8:checked ~ .filter-nav .chip[for="tag-8"] { background: #3085EE; color: #fff; } + +.filter .filter-tag#tag-1:checked ~ .filter-body .filter-item:not([data-tag~="tag-1"]), .filter .filter-tag#tag-2:checked ~ .filter-body .filter-item:not([data-tag~="tag-2"]), .filter .filter-tag#tag-3:checked ~ .filter-body .filter-item:not([data-tag~="tag-3"]), .filter .filter-tag#tag-4:checked ~ .filter-body .filter-item:not([data-tag~="tag-4"]), .filter .filter-tag#tag-5:checked ~ .filter-body .filter-item:not([data-tag~="tag-5"]), .filter .filter-tag#tag-6:checked ~ .filter-body .filter-item:not([data-tag~="tag-6"]), .filter .filter-tag#tag-7:checked ~ .filter-body .filter-item:not([data-tag~="tag-7"]), .filter .filter-tag#tag-8:checked ~ .filter-body .filter-item:not([data-tag~="tag-8"]) { display: none; } + +.filter .filter-nav { margin: 0.4rem 0; } + +.filter .filter-body { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } + +.meter { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #f8f9fa; border: 0; border-radius: 0.1rem; display: block; width: 100%; height: 0.8rem; } + +.meter::-webkit-meter-inner-element { display: block; } + +.meter::-webkit-meter-bar, .meter::-webkit-meter-optimum-value, .meter::-webkit-meter-suboptimum-value, .meter::-webkit-meter-even-less-good-value { border-radius: 0.1rem; } + +.meter::-webkit-meter-bar { background: #f8f9fa; } + +.meter::-webkit-meter-optimum-value { background: #32b643; } + +.meter::-webkit-meter-suboptimum-value { background: #ffb700; } + +.meter::-webkit-meter-even-less-good-value { background: #e85600; } + +.meter::-moz-meter-bar, .meter:-moz-meter-optimum, .meter:-moz-meter-sub-optimum, .meter:-moz-meter-sub-sub-optimum { border-radius: 0.1rem; } + +.meter:-moz-meter-optimum::-moz-meter-bar { background: #32b643; } + +.meter:-moz-meter-sub-optimum::-moz-meter-bar { background: #ffb700; } + +.meter:-moz-meter-sub-sub-optimum::-moz-meter-bar { background: #e85600; } + +.off-canvas { display: -ms-flexbox; display: flex; -ms-flex-flow: nowrap; flex-flow: nowrap; height: 100%; position: relative; width: 100%; } + +.off-canvas .off-canvas-toggle { display: block; position: absolute; top: 0.4rem; transition: none; z-index: 1; left: 0.4rem; } + +.off-canvas .off-canvas-sidebar { background: #f8f9fa; bottom: 0; min-width: 10rem; overflow-y: auto; position: fixed; top: 0; transition: transform .25s; z-index: 200; left: 0; transform: translateX(-100%); } + +.off-canvas .off-canvas-content { -ms-flex: 1 1 auto; flex: 1 1 auto; height: 100%; padding: 0.4rem 0.4rem 0.4rem 4rem; } + +.off-canvas .off-canvas-overlay { background: rgba(69, 77, 93, 0.1); border-color: transparent; border-radius: 0; bottom: 0; display: none; height: 100%; left: 0; position: fixed; right: 0; top: 0; width: 100%; } + +.off-canvas .off-canvas-sidebar:target, .off-canvas .off-canvas-sidebar.active { transform: translateX(0); } + +.off-canvas .off-canvas-sidebar:target ~ .off-canvas-overlay, .off-canvas .off-canvas-sidebar.active ~ .off-canvas-overlay { display: block; z-index: 100; } + +@media (min-width: 960px) { .off-canvas.off-canvas-sidebar-show .off-canvas-toggle { display: none; } + .off-canvas.off-canvas-sidebar-show .off-canvas-sidebar { -ms-flex: 0 0 auto; flex: 0 0 auto; position: relative; transform: none; } + .off-canvas.off-canvas-sidebar-show .off-canvas-overlay { display: none !important; } } + +.parallax { display: block; height: auto; position: relative; width: auto; } + +.parallax .parallax-content { box-shadow: 0 1rem 2.1rem rgba(69, 77, 93, 0.3); height: auto; transform: perspective(1000px); transform-style: preserve-3d; transition: all .4s ease; width: 100%; } + +.parallax .parallax-content::before { content: ""; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } + +.parallax .parallax-front { -ms-flex-align: center; align-items: center; color: #fff; display: -ms-flexbox; display: flex; height: 100%; -ms-flex-pack: center; justify-content: center; left: 0; position: absolute; text-align: center; text-shadow: 0 0 20px rgba(69, 77, 93, 0.75); top: 0; transform: translateZ(50px) scale(0.95); transition: transform .4s; width: 100%; z-index: 1; } + +.parallax .parallax-top-left { height: 50%; outline: none; position: absolute; width: 50%; z-index: 100; left: 0; top: 0; } + +.parallax .parallax-top-left:focus ~ .parallax-content, .parallax .parallax-top-left:hover ~ .parallax-content { transform: perspective(1000px) rotateX(3deg) rotateY(-3deg); } + +.parallax .parallax-top-left:focus ~ .parallax-content::before, .parallax .parallax-top-left:hover ~ .parallax-content::before { background: linear-gradient(135deg, rgba(255, 255, 255, 0.35) 0%, transparent 50%); } + +.parallax .parallax-top-left:focus ~ .parallax-content .parallax-front, .parallax .parallax-top-left:hover ~ .parallax-content .parallax-front { transform: translate3d(4.5px, 4.5px, 50px) scale(0.95); } + +.parallax .parallax-top-right { height: 50%; outline: none; position: absolute; width: 50%; z-index: 100; right: 0; top: 0; } + +.parallax .parallax-top-right:focus ~ .parallax-content, .parallax .parallax-top-right:hover ~ .parallax-content { transform: perspective(1000px) rotateX(3deg) rotateY(3deg); } + +.parallax .parallax-top-right:focus ~ .parallax-content::before, .parallax .parallax-top-right:hover ~ .parallax-content::before { background: linear-gradient(-135deg, rgba(255, 255, 255, 0.35) 0%, transparent 50%); } + +.parallax .parallax-top-right:focus ~ .parallax-content .parallax-front, .parallax .parallax-top-right:hover ~ .parallax-content .parallax-front { transform: translate3d(-4.5px, 4.5px, 50px) scale(0.95); } + +.parallax .parallax-bottom-left { height: 50%; outline: none; position: absolute; width: 50%; z-index: 100; bottom: 0; left: 0; } + +.parallax .parallax-bottom-left:focus ~ .parallax-content, .parallax .parallax-bottom-left:hover ~ .parallax-content { transform: perspective(1000px) rotateX(-3deg) rotateY(-3deg); } + +.parallax .parallax-bottom-left:focus ~ .parallax-content::before, .parallax .parallax-bottom-left:hover ~ .parallax-content::before { background: linear-gradient(45deg, rgba(255, 255, 255, 0.35) 0%, transparent 50%); } + +.parallax .parallax-bottom-left:focus ~ .parallax-content .parallax-front, .parallax .parallax-bottom-left:hover ~ .parallax-content .parallax-front { transform: translate3d(4.5px, -4.5px, 50px) scale(0.95); } + +.parallax .parallax-bottom-right { height: 50%; outline: none; position: absolute; width: 50%; z-index: 100; bottom: 0; right: 0; } + +.parallax .parallax-bottom-right:focus ~ .parallax-content, .parallax .parallax-bottom-right:hover ~ .parallax-content { transform: perspective(1000px) rotateX(-3deg) rotateY(3deg); } + +.parallax .parallax-bottom-right:focus ~ .parallax-content::before, .parallax .parallax-bottom-right:hover ~ .parallax-content::before { background: linear-gradient(-45deg, rgba(255, 255, 255, 0.35) 0%, transparent 50%); } + +.parallax .parallax-bottom-right:focus ~ .parallax-content .parallax-front, .parallax .parallax-bottom-right:hover ~ .parallax-content .parallax-front { transform: translate3d(-4.5px, -4.5px, 50px) scale(0.95); } + +.progress { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #f0f1f4; border: 0; border-radius: 0.1rem; color: #3085EE; height: 0.2rem; position: relative; width: 100%; } + +.progress::-webkit-progress-bar { background: transparent; border-radius: 0.1rem; } + +.progress::-webkit-progress-value { background: #3085EE; border-radius: 0.1rem; } + +.progress::-moz-progress-bar { background: #3085EE; border-radius: 0.1rem; } + +.progress:indeterminate { animation: progress-indeterminate 1.5s linear infinite; background: #f0f1f4 linear-gradient(to right, #3085EE 30%, #f0f1f4 30%) top left/150% 150% no-repeat; } + +.progress:indeterminate::-moz-progress-bar { background: transparent; } + +@keyframes progress-indeterminate { 0% { background-position: 200% 0; } + 100% { background-position: -200% 0; } } + +.slider { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; display: block; width: 100%; height: 1.2rem; } + +.slider:focus { box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.2); outline: none; } + +.slider.tooltip:not([data-tooltip])::after { content: attr(value); } + +.slider::-webkit-slider-thumb { -webkit-appearance: none; background: #3085EE; border: 0; border-radius: 50%; height: 0.6rem; margin-top: -0.25rem; transition: transform .2s; width: 0.6rem; } + +.slider::-moz-range-thumb { background: #3085EE; border: 0; border-radius: 50%; height: 0.6rem; transition: transform .2s; width: 0.6rem; } + +.slider::-ms-thumb { background: #3085EE; border: 0; border-radius: 50%; height: 0.6rem; transition: transform .2s; width: 0.6rem; } + +.slider:active::-webkit-slider-thumb { transform: scale(1.25); } + +.slider:active::-moz-range-thumb { transform: scale(1.25); } + +.slider:active::-ms-thumb { transform: scale(1.25); } + +.slider:disabled::-webkit-slider-thumb, .slider.disabled::-webkit-slider-thumb { background: #e7e9ed; transform: scale(1); } + +.slider:disabled::-moz-range-thumb, .slider.disabled::-moz-range-thumb { background: #e7e9ed; transform: scale(1); } + +.slider:disabled::-ms-thumb, .slider.disabled::-ms-thumb { background: #e7e9ed; transform: scale(1); } + +.slider::-webkit-slider-runnable-track { background: #f0f1f4; border-radius: 0.1rem; height: 0.1rem; width: 100%; } + +.slider::-moz-range-track { background: #f0f1f4; border-radius: 0.1rem; height: 0.1rem; width: 100%; } + +.slider::-ms-track { background: #f0f1f4; border-radius: 0.1rem; height: 0.1rem; width: 100%; } + +.slider::-ms-fill-lower { background: #3085EE; } + +.timeline .timeline-item { display: -ms-flexbox; display: flex; margin-bottom: 1.2rem; position: relative; } + +.timeline .timeline-item::before { background: #e7e9ed; content: ""; height: 100%; left: 11px; position: absolute; top: 1.2rem; width: 2px; } + +.timeline .timeline-item .timeline-left { -ms-flex: 0 0 auto; flex: 0 0 auto; } + +.timeline .timeline-item .timeline-content { -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 2px 0 2px 0.8rem; } + +.timeline .timeline-item .timeline-icon { -ms-flex-align: center; align-items: center; border-radius: 50%; color: #fff; display: -ms-flexbox; display: flex; height: 1.2rem; -ms-flex-pack: center; justify-content: center; text-align: center; width: 1.2rem; } + +.timeline .timeline-item .timeline-icon::before { border: 0.1rem solid #3085EE; border-radius: 50%; content: ""; display: block; height: 0.4rem; left: 0.4rem; position: absolute; top: 0.4rem; width: 0.4rem; } + +.timeline .timeline-item .timeline-icon.icon-lg { background: #3085EE; line-height: 1.2rem; } + +.timeline .timeline-item .timeline-icon.icon-lg::before { content: none; } + +.viewer-360 { -ms-flex-align: center; align-items: center; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } + +.viewer-360 .viewer-slider[value='1'] + .viewer-image { background-position-y: 0%; } + +.viewer-360 .viewer-slider[value='2'] + .viewer-image { background-position-y: 2.8571428571%; } + +.viewer-360 .viewer-slider[value='3'] + .viewer-image { background-position-y: 5.7142857143%; } + +.viewer-360 .viewer-slider[value='4'] + .viewer-image { background-position-y: 8.5714285714%; } + +.viewer-360 .viewer-slider[value='5'] + .viewer-image { background-position-y: 11.4285714286%; } + +.viewer-360 .viewer-slider[value='6'] + .viewer-image { background-position-y: 14.2857142857%; } + +.viewer-360 .viewer-slider[value='7'] + .viewer-image { background-position-y: 17.1428571429%; } + +.viewer-360 .viewer-slider[value='8'] + .viewer-image { background-position-y: 20%; } + +.viewer-360 .viewer-slider[value='9'] + .viewer-image { background-position-y: 22.8571428571%; } + +.viewer-360 .viewer-slider[value='10'] + .viewer-image { background-position-y: 25.7142857143%; } + +.viewer-360 .viewer-slider[value='11'] + .viewer-image { background-position-y: 28.5714285714%; } + +.viewer-360 .viewer-slider[value='12'] + .viewer-image { background-position-y: 31.4285714286%; } + +.viewer-360 .viewer-slider[value='13'] + .viewer-image { background-position-y: 34.2857142857%; } + +.viewer-360 .viewer-slider[value='14'] + .viewer-image { background-position-y: 37.1428571429%; } + +.viewer-360 .viewer-slider[value='15'] + .viewer-image { background-position-y: 40%; } + +.viewer-360 .viewer-slider[value='16'] + .viewer-image { background-position-y: 42.8571428571%; } + +.viewer-360 .viewer-slider[value='17'] + .viewer-image { background-position-y: 45.7142857143%; } + +.viewer-360 .viewer-slider[value='18'] + .viewer-image { background-position-y: 48.5714285714%; } + +.viewer-360 .viewer-slider[value='19'] + .viewer-image { background-position-y: 51.4285714286%; } + +.viewer-360 .viewer-slider[value='20'] + .viewer-image { background-position-y: 54.2857142857%; } + +.viewer-360 .viewer-slider[value='21'] + .viewer-image { background-position-y: 57.1428571429%; } + +.viewer-360 .viewer-slider[value='22'] + .viewer-image { background-position-y: 60%; } + +.viewer-360 .viewer-slider[value='23'] + .viewer-image { background-position-y: 62.8571428571%; } + +.viewer-360 .viewer-slider[value='24'] + .viewer-image { background-position-y: 65.7142857143%; } + +.viewer-360 .viewer-slider[value='25'] + .viewer-image { background-position-y: 68.5714285714%; } + +.viewer-360 .viewer-slider[value='26'] + .viewer-image { background-position-y: 71.4285714286%; } + +.viewer-360 .viewer-slider[value='27'] + .viewer-image { background-position-y: 74.2857142857%; } + +.viewer-360 .viewer-slider[value='28'] + .viewer-image { background-position-y: 77.1428571429%; } + +.viewer-360 .viewer-slider[value='29'] + .viewer-image { background-position-y: 80%; } + +.viewer-360 .viewer-slider[value='30'] + .viewer-image { background-position-y: 82.8571428571%; } + +.viewer-360 .viewer-slider[value='31'] + .viewer-image { background-position-y: 85.7142857143%; } + +.viewer-360 .viewer-slider[value='32'] + .viewer-image { background-position-y: 88.5714285714%; } + +.viewer-360 .viewer-slider[value='33'] + .viewer-image { background-position-y: 91.4285714286%; } + +.viewer-360 .viewer-slider[value='34'] + .viewer-image { background-position-y: 94.2857142857%; } + +.viewer-360 .viewer-slider[value='35'] + .viewer-image { background-position-y: 97.1428571429%; } + +.viewer-360 .viewer-slider[value='36'] + .viewer-image { background-position-y: 100%; } + +.viewer-360 .viewer-slider { cursor: ew-resize; margin: 1rem; -ms-flex-order: 2; order: 2; width: 60%; } + +.viewer-360 .viewer-image { background-position-y: 0; background-repeat: no-repeat; background-size: 100%; height: 9rem; -ms-flex-order: 1; order: 1; width: 24rem; } + +/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3BlY3RyZS1leHAuY3NzIiwic291cmNlcyI6WyJzcGVjdHJlLWV4cC5zY3NzIiwic3BlY3RyZS9fdmFyaWFibGVzLnNjc3MiLCJzcGVjdHJlL19taXhpbnMuc2NzcyIsInNwZWN0cmUvbWl4aW5zL19hdmF0YXIuc2NzcyIsInNwZWN0cmUvbWl4aW5zL19idXR0b24uc2NzcyIsInNwZWN0cmUvbWl4aW5zL19jbGVhcmZpeC5zY3NzIiwic3BlY3RyZS9taXhpbnMvX2NvbG9yLnNjc3MiLCJzcGVjdHJlL21peGlucy9fbGFiZWwuc2NzcyIsInNwZWN0cmUvbWl4aW5zL19wb3NpdGlvbi5zY3NzIiwic3BlY3RyZS9taXhpbnMvX3NoYWRvdy5zY3NzIiwic3BlY3RyZS9taXhpbnMvX3RleHQuc2NzcyIsInNwZWN0cmUvbWl4aW5zL190b2FzdC5zY3NzIiwic3BlY3RyZS9fYXV0b2NvbXBsZXRlLnNjc3MiLCJzcGVjdHJlL19jYWxlbmRhcnMuc2NzcyIsInNwZWN0cmUvX2Nhcm91c2Vscy5zY3NzIiwic3BlY3RyZS9fY29tcGFyaXNvbi1zbGlkZXJzLnNjc3MiLCJzcGVjdHJlL19maWx0ZXJzLnNjc3MiLCJzcGVjdHJlL19tZXRlcnMuc2NzcyIsInNwZWN0cmUvX29mZi1jYW52YXMuc2NzcyIsInNwZWN0cmUvX3BhcmFsbGF4LnNjc3MiLCJzcGVjdHJlL19wcm9ncmVzcy5zY3NzIiwic3BlY3RyZS9fc2xpZGVycy5zY3NzIiwic3BlY3RyZS9fdGltZWxpbmVzLnNjc3MiLCJzcGVjdHJlL192aWV3ZXItMzYwLnNjc3MiXSwic291cmNlc0NvbnRlbnQiOlsiLy8gVmFyaWFibGVzIGFuZCBtaXhpbnNcbkBpbXBvcnQgXCJzcGVjdHJlL3ZhcmlhYmxlc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvbWl4aW5zXCI7XG5cbi8qISBTcGVjdHJlLmNzcyBFeHBlcmltZW50YWxzIHYjeyR2ZXJzaW9ufSB8IE1JVCBMaWNlbnNlIHwgZ2l0aHViLmNvbS9waWN0dXJlcGFuMi9zcGVjdHJlICovXG4vLyBFeHBlcmltZW50YWxzXG5AaW1wb3J0IFwic3BlY3RyZS9hdXRvY29tcGxldGVcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL2NhbGVuZGFyc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvY2Fyb3VzZWxzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS9jb21wYXJpc29uLXNsaWRlcnNcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL2ZpbHRlcnNcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL21ldGVyc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvb2ZmLWNhbnZhc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvcGFyYWxsYXhcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL3Byb2dyZXNzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS9zbGlkZXJzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS90aW1lbGluZXNcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL3ZpZXdlci0zNjBcIjtcbiIsIi8vIENvcmUgdmFyaWFibGVzXG4kdmVyc2lvbjogXCIwLjUuN1wiO1xuXG4vLyBDb3JlIGZlYXR1cmVzXG4kcnRsOiBmYWxzZSAhZGVmYXVsdDtcblxuLy8gQ29yZSBjb2xvcnNcbiRwcmltYXJ5LWNvbG9yOiAjMzA4NUVFICFkZWZhdWx0O1xuJHByaW1hcnktY29sb3ItZGFyazogZGFya2VuKCRwcmltYXJ5LWNvbG9yLCAzJSkgIWRlZmF1bHQ7XG4kcHJpbWFyeS1jb2xvci1saWdodDogbGlnaHRlbigkcHJpbWFyeS1jb2xvciwgMyUpICFkZWZhdWx0O1xuJHNlY29uZGFyeS1jb2xvcjogbGlnaHRlbigkcHJpbWFyeS1jb2xvciwgMzcuNSUpICFkZWZhdWx0O1xuJHNlY29uZGFyeS1jb2xvci1kYXJrOiBkYXJrZW4oJHNlY29uZGFyeS1jb2xvciwgMyUpICFkZWZhdWx0O1xuJHNlY29uZGFyeS1jb2xvci1saWdodDogbGlnaHRlbigkc2Vjb25kYXJ5LWNvbG9yLCAzJSkgIWRlZmF1bHQ7XG5cbi8vIEdyYXkgY29sb3JzXG4kZGFyay1jb2xvcjogIzQ1NGQ1ZCAhZGVmYXVsdDtcbiRsaWdodC1jb2xvcjogI2ZmZiAhZGVmYXVsdDtcbiRncmF5LWNvbG9yOiBsaWdodGVuKCRkYXJrLWNvbG9yLCA0MCUpICFkZWZhdWx0O1xuJGdyYXktY29sb3ItZGFyazogZGFya2VuKCRncmF5LWNvbG9yLCAyNSUpICFkZWZhdWx0O1xuJGdyYXktY29sb3ItbGlnaHQ6IGxpZ2h0ZW4oJGdyYXktY29sb3IsIDIwJSkgIWRlZmF1bHQ7XG5cbiRib3JkZXItY29sb3I6IGxpZ2h0ZW4oJGRhcmstY29sb3IsIDYwJSkgIWRlZmF1bHQ7XG4kYm9yZGVyLWNvbG9yLWRhcms6IGRhcmtlbigkYm9yZGVyLWNvbG9yLCAxMCUpICFkZWZhdWx0O1xuJGJnLWNvbG9yOiBsaWdodGVuKCRkYXJrLWNvbG9yLCA2NiUpICFkZWZhdWx0O1xuJGJnLWNvbG9yLWRhcms6IGRhcmtlbigkYmctY29sb3IsIDMlKSAhZGVmYXVsdDtcbiRiZy1jb2xvci1saWdodDogJGxpZ2h0LWNvbG9yICFkZWZhdWx0O1xuXG4vLyBDb250cm9sIGNvbG9yc1xuJHN1Y2Nlc3MtY29sb3I6ICMzMmI2NDMgIWRlZmF1bHQ7XG4kd2FybmluZy1jb2xvcjogI2ZmYjcwMCAhZGVmYXVsdDtcbiRlcnJvci1jb2xvcjogI2U4NTYwMCAhZGVmYXVsdDtcblxuLy8gT3RoZXIgY29sb3JzXG4kY29kZS1jb2xvcjogI2Q3M2U0OCAhZGVmYXVsdDtcbiRoaWdobGlnaHQtY29sb3I6ICNmZmU5YjMgIWRlZmF1bHQ7XG4kYm9keS1iZzogJGJnLWNvbG9yLWxpZ2h0ICFkZWZhdWx0O1xuJGJvZHktZm9udC1jb2xvcjogbGlnaHRlbigkZGFyay1jb2xvciwgNSUpICFkZWZhdWx0O1xuJGxpbmstY29sb3I6ICRwcmltYXJ5LWNvbG9yICFkZWZhdWx0O1xuJGxpbmstY29sb3ItZGFyazogZGFya2VuKCRsaW5rLWNvbG9yLCAxMCUpICFkZWZhdWx0O1xuJGxpbmstY29sb3ItbGlnaHQ6IGxpZ2h0ZW4oJGxpbmstY29sb3IsIDEwJSkgIWRlZmF1bHQ7XG5cbi8vIEZvbnRzXG4vLyBDcmVkaXQ6IGh0dHBzOi8vd3d3LnNtYXNoaW5nbWFnYXppbmUuY29tLzIwMTUvMTEvdXNpbmctc3lzdGVtLXVpLWZvbnRzLXByYWN0aWNhbC1ndWlkZS9cbiRiYXNlLWZvbnQtZmFtaWx5OiAtYXBwbGUtc3lzdGVtLCBzeXN0ZW0tdWksIEJsaW5rTWFjU3lzdGVtRm9udCwgXCJTZWdvZSBVSVwiLCBSb2JvdG8gIWRlZmF1bHQ7XG4kbW9uby1mb250LWZhbWlseTogXCJTRiBNb25vXCIsIFwiU2Vnb2UgVUkgTW9ub1wiLCBcIlJvYm90byBNb25vXCIsIE1lbmxvLCBDb3VyaWVyLCBtb25vc3BhY2UgIWRlZmF1bHQ7XG4kZmFsbGJhY2stZm9udC1mYW1pbHk6IFwiSGVsdmV0aWNhIE5ldWVcIiwgc2Fucy1zZXJpZiAhZGVmYXVsdDtcbiRjamstemgtaGFucy1mb250LWZhbWlseTogJGJhc2UtZm9udC1mYW1pbHksIFwiUGluZ0ZhbmcgU0NcIiwgXCJIaXJhZ2lubyBTYW5zIEdCXCIsIFwiTWljcm9zb2Z0IFlhSGVpXCIsICRmYWxsYmFjay1mb250LWZhbWlseSAhZGVmYXVsdDtcbiRjamstemgtaGFudC1mb250LWZhbWlseTogJGJhc2UtZm9udC1mYW1pbHksIFwiUGluZ0ZhbmcgVENcIiwgXCJIaXJhZ2lubyBTYW5zIENOU1wiLCBcIk1pY3Jvc29mdCBKaGVuZ0hlaVwiLCAkZmFsbGJhY2stZm9udC1mYW1pbHkgIWRlZmF1bHQ7XG4kY2prLWpwLWZvbnQtZmFtaWx5OiAkYmFzZS1mb250LWZhbWlseSwgXCJIaXJhZ2lubyBTYW5zXCIsIFwiSGlyYWdpbm8gS2FrdSBHb3RoaWMgUHJvXCIsIFwiWXUgR290aGljXCIsIFl1R290aGljLCBNZWlyeW8sICRmYWxsYmFjay1mb250LWZhbWlseSAhZGVmYXVsdDtcbiRjamsta28tZm9udC1mYW1pbHk6ICRiYXNlLWZvbnQtZmFtaWx5LCBcIk1hbGd1biBHb3RoaWNcIiwgJGZhbGxiYWNrLWZvbnQtZmFtaWx5ICFkZWZhdWx0O1xuJGJvZHktZm9udC1mYW1pbHk6ICRiYXNlLWZvbnQtZmFtaWx5LCAkZmFsbGJhY2stZm9udC1mYW1pbHkgIWRlZmF1bHQ7XG5cbi8vIFVuaXQgc2l6ZXNcbiR1bml0LW86IC4wNXJlbSAhZGVmYXVsdDtcbiR1bml0LWg6IC4xcmVtICFkZWZhdWx0O1xuJHVuaXQtMTogLjJyZW0gIWRlZmF1bHQ7XG4kdW5pdC0yOiAuNHJlbSAhZGVmYXVsdDtcbiR1bml0LTM6IC42cmVtICFkZWZhdWx0O1xuJHVuaXQtNDogLjhyZW0gIWRlZmF1bHQ7XG4kdW5pdC01OiAxcmVtICFkZWZhdWx0O1xuJHVuaXQtNjogMS4ycmVtICFkZWZhdWx0O1xuJHVuaXQtNzogMS40cmVtICFkZWZhdWx0O1xuJHVuaXQtODogMS42cmVtICFkZWZhdWx0O1xuJHVuaXQtOTogMS44cmVtICFkZWZhdWx0O1xuJHVuaXQtMTA6IDJyZW0gIWRlZmF1bHQ7XG4kdW5pdC0xMjogMi40cmVtICFkZWZhdWx0O1xuJHVuaXQtMTY6IDMuMnJlbSAhZGVmYXVsdDtcblxuLy8gRm9udCBzaXplc1xuJGh0bWwtZm9udC1zaXplOiAyMHB4ICFkZWZhdWx0O1xuJGh0bWwtbGluZS1oZWlnaHQ6IDEuNSAhZGVmYXVsdDtcbiRmb250LXNpemU6IC44cmVtICFkZWZhdWx0O1xuJGZvbnQtc2l6ZS1zbTogLjdyZW0gIWRlZmF1bHQ7XG4kZm9udC1zaXplLWxnOiAuOXJlbSAhZGVmYXVsdDtcbiRsaW5lLWhlaWdodDogMS4ycmVtICFkZWZhdWx0O1xuXG4vLyBTaXplc1xuJGxheW91dC1zcGFjaW5nOiAkdW5pdC0yICFkZWZhdWx0O1xuJGxheW91dC1zcGFjaW5nLXNtOiAkdW5pdC0xICFkZWZhdWx0O1xuJGxheW91dC1zcGFjaW5nLWxnOiAkdW5pdC00ICFkZWZhdWx0O1xuJGJvcmRlci1yYWRpdXM6ICR1bml0LWggIWRlZmF1bHQ7XG4kYm9yZGVyLXdpZHRoOiAkdW5pdC1vICFkZWZhdWx0O1xuJGJvcmRlci13aWR0aC1sZzogJHVuaXQtaCAhZGVmYXVsdDtcbiRjb250cm9sLXNpemU6ICR1bml0LTkgIWRlZmF1bHQ7XG4kY29udHJvbC1zaXplLXNtOiAkdW5pdC03ICFkZWZhdWx0O1xuJGNvbnRyb2wtc2l6ZS1sZzogJHVuaXQtMTAgIWRlZmF1bHQ7XG4kY29udHJvbC1wYWRkaW5nLXg6ICR1bml0LTIgIWRlZmF1bHQ7XG4kY29udHJvbC1wYWRkaW5nLXgtc206ICR1bml0LTIgKiAuNzUgIWRlZmF1bHQ7XG4kY29udHJvbC1wYWRkaW5nLXgtbGc6ICR1bml0LTIgKiAxLjUgIWRlZmF1bHQ7XG4kY29udHJvbC1wYWRkaW5nLXk6ICgkY29udHJvbC1zaXplIC0gJGxpbmUtaGVpZ2h0KSAvIDIgLSAkYm9yZGVyLXdpZHRoICFkZWZhdWx0O1xuJGNvbnRyb2wtcGFkZGluZy15LXNtOiAoJGNvbnRyb2wtc2l6ZS1zbSAtICRsaW5lLWhlaWdodCkgLyAyIC0gJGJvcmRlci13aWR0aCAhZGVmYXVsdDtcbiRjb250cm9sLXBhZGRpbmcteS1sZzogKCRjb250cm9sLXNpemUtbGcgLSAkbGluZS1oZWlnaHQpIC8gMiAtICRib3JkZXItd2lkdGggIWRlZmF1bHQ7XG4kY29udHJvbC1pY29uLXNpemU6IC44cmVtICFkZWZhdWx0O1xuXG4kY29udHJvbC13aWR0aC14czogMTgwcHggIWRlZmF1bHQ7XG4kY29udHJvbC13aWR0aC1zbTogMzIwcHggIWRlZmF1bHQ7XG4kY29udHJvbC13aWR0aC1tZDogNjQwcHggIWRlZmF1bHQ7XG4kY29udHJvbC13aWR0aC1sZzogOTYwcHggIWRlZmF1bHQ7XG4kY29udHJvbC13aWR0aC14bDogMTI4MHB4ICFkZWZhdWx0O1xuXG4vLyBSZXNwb25zaXZlIGJyZWFrcG9pbnRzXG4kc2l6ZS14czogNDgwcHggIWRlZmF1bHQ7XG4kc2l6ZS1zbTogNjAwcHggIWRlZmF1bHQ7XG4kc2l6ZS1tZDogODQwcHggIWRlZmF1bHQ7XG4kc2l6ZS1sZzogOTYwcHggIWRlZmF1bHQ7XG4kc2l6ZS14bDogMTI4MHB4ICFkZWZhdWx0O1xuJHNpemUtMng6IDE0NDBweCAhZGVmYXVsdDtcblxuJHJlc3BvbnNpdmUtYnJlYWtwb2ludDogJHNpemUteHMgIWRlZmF1bHQ7XG5cbi8vIFotaW5kZXhcbiR6aW5kZXgtMDogMSAhZGVmYXVsdDtcbiR6aW5kZXgtMTogMTAwICFkZWZhdWx0O1xuJHppbmRleC0yOiAyMDAgIWRlZmF1bHQ7XG4kemluZGV4LTM6IDMwMCAhZGVmYXVsdDtcbiR6aW5kZXgtNDogNDAwICFkZWZhdWx0O1xuIiwiLy8gTWl4aW5zXG5AaW1wb3J0IFwibWl4aW5zL2F2YXRhclwiO1xuQGltcG9ydCBcIm1peGlucy9idXR0b25cIjtcbkBpbXBvcnQgXCJtaXhpbnMvY2xlYXJmaXhcIjtcbkBpbXBvcnQgXCJtaXhpbnMvY29sb3JcIjtcbkBpbXBvcnQgXCJtaXhpbnMvbGFiZWxcIjtcbkBpbXBvcnQgXCJtaXhpbnMvcG9zaXRpb25cIjtcbkBpbXBvcnQgXCJtaXhpbnMvc2hhZG93XCI7XG5AaW1wb3J0IFwibWl4aW5zL3RleHRcIjtcbkBpbXBvcnQgXCJtaXhpbnMvdG9hc3RcIjsiLCIvLyBBdmF0YXIgbWl4aW5cbkBtaXhpbiBhdmF0YXItYmFzZSgkc2l6ZTogJHVuaXQtOCkge1xuICBmb250LXNpemU6ICRzaXplIC8gMjtcbiAgaGVpZ2h0OiAkc2l6ZTtcbiAgd2lkdGg6ICRzaXplO1xufVxuIiwiLy8gQnV0dG9uIHZhcmlhbnQgbWl4aW5cbkBtaXhpbiBidXR0b24tdmFyaWFudCgkY29sb3I6ICRwcmltYXJ5LWNvbG9yKSB7XG4gIGJhY2tncm91bmQ6ICRjb2xvcjtcbiAgYm9yZGVyLWNvbG9yOiBkYXJrZW4oJGNvbG9yLCAzJSk7XG4gIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICY6Zm9jdXMge1xuICAgIEBpbmNsdWRlIGNvbnRyb2wtc2hhZG93KCRjb2xvcik7XG4gIH1cbiAgJjpmb2N1cyxcbiAgJjpob3ZlciB7XG4gICAgYmFja2dyb3VuZDogZGFya2VuKCRjb2xvciwgMiUpO1xuICAgIGJvcmRlci1jb2xvcjogZGFya2VuKCRjb2xvciwgNSUpO1xuICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gIH1cbiAgJjphY3RpdmUsXG4gICYuYWN0aXZlIHtcbiAgICBiYWNrZ3JvdW5kOiBkYXJrZW4oJGNvbG9yLCA3JSk7XG4gICAgYm9yZGVyLWNvbG9yOiBkYXJrZW4oJGNvbG9yLCAxMCUpO1xuICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gIH1cbiAgJi5sb2FkaW5nIHtcbiAgICAmOjphZnRlciB7XG4gICAgICBib3JkZXItYm90dG9tLWNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICAgICBib3JkZXItbGVmdC1jb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgIH1cbiAgfVxufVxuXG5AbWl4aW4gYnV0dG9uLW91dGxpbmUtdmFyaWFudCgkY29sb3I6ICRwcmltYXJ5LWNvbG9yKSB7XG4gIGJhY2tncm91bmQ6ICRsaWdodC1jb2xvcjtcbiAgYm9yZGVyLWNvbG9yOiAkY29sb3I7XG4gIGNvbG9yOiAkY29sb3I7XG4gICY6Zm9jdXMge1xuICAgIEBpbmNsdWRlIGNvbnRyb2wtc2hhZG93KCRjb2xvcik7XG4gIH1cbiAgJjpmb2N1cyxcbiAgJjpob3ZlciB7XG4gICAgYmFja2dyb3VuZDogbGlnaHRlbigkY29sb3IsIDUwJSk7XG4gICAgYm9yZGVyLWNvbG9yOiBkYXJrZW4oJGNvbG9yLCAyJSk7XG4gICAgY29sb3I6ICRjb2xvcjtcbiAgfVxuICAmOmFjdGl2ZSxcbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQ6ICRjb2xvcjtcbiAgICBib3JkZXItY29sb3I6IGRhcmtlbigkY29sb3IsIDUlKTtcbiAgICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICB9XG4gICYubG9hZGluZyB7XG4gICAgJjo6YWZ0ZXIge1xuICAgICAgYm9yZGVyLWJvdHRvbS1jb2xvcjogJGNvbG9yO1xuICAgICAgYm9yZGVyLWxlZnQtY29sb3I6ICRjb2xvcjtcbiAgICB9XG4gIH1cbn1cbiIsIi8vIENsZWFyZml4IG1peGluXG5AbWl4aW4gY2xlYXJmaXgoKSB7XG4gICY6OmFmdGVyIHtcbiAgICBjbGVhcjogYm90aDtcbiAgICBjb250ZW50OiBcIlwiO1xuICAgIGRpc3BsYXk6IHRhYmxlO1xuICB9XG59XG4iLCIvLyBCYWNrZ3JvdW5kIGNvbG9yIHV0aWxpdHkgbWl4aW5cbkBtaXhpbiBiZy1jb2xvci12YXJpYW50KCRuYW1lOiBcIi5iZy1wcmltYXJ5XCIsICRjb2xvcjogJHByaW1hcnktY29sb3IpIHtcbiAgI3skbmFtZX0ge1xuICAgIGJhY2tncm91bmQ6ICRjb2xvciAhaW1wb3J0YW50O1xuXG4gICAgQGlmIChsaWdodG5lc3MoJGNvbG9yKSA8IDYwKSB7XG4gICAgICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgIH1cbiAgfVxufVxuXG4vLyBUZXh0IGNvbG9yIHV0aWxpdHkgbWl4aW5cbkBtaXhpbiB0ZXh0LWNvbG9yLXZhcmlhbnQoJG5hbWU6IFwiLnRleHQtcHJpbWFyeVwiLCAkY29sb3I6ICRwcmltYXJ5LWNvbG9yKSB7XG4gICN7JG5hbWV9IHtcbiAgICBjb2xvcjogJGNvbG9yICFpbXBvcnRhbnQ7XG4gIH1cblxuICBhI3skbmFtZX0ge1xuICAgICY6Zm9jdXMsXG4gICAgJjpob3ZlciB7XG4gICAgICBjb2xvcjogZGFya2VuKCRjb2xvciwgNSUpO1xuICAgIH1cbiAgICAmOnZpc2l0ZWQge1xuICAgICAgY29sb3I6IGxpZ2h0ZW4oJGNvbG9yLCA1JSk7XG4gICAgfVxuICB9XG59XG4iLCIvLyBMYWJlbCBiYXNlIHN0eWxlXG5AbWl4aW4gbGFiZWwtYmFzZSgpIHtcbiAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gIGxpbmUtaGVpZ2h0OiAxLjI7XG4gIHBhZGRpbmc6IC4xcmVtIC4ycmVtO1xufVxuXG5AbWl4aW4gbGFiZWwtdmFyaWFudCgkY29sb3I6ICRsaWdodC1jb2xvciwgJGJnLWNvbG9yOiAkcHJpbWFyeS1jb2xvcikge1xuICBiYWNrZ3JvdW5kOiAkYmctY29sb3I7XG4gIGNvbG9yOiAkY29sb3I7XG59XG4iLCIvLyBNYXJnaW4gdXRpbGl0eSBtaXhpblxuQG1peGluIG1hcmdpbi12YXJpYW50KCRpZDogMSwgJHNpemU6ICR1bml0LTEpIHtcbiAgLm0tI3skaWR9IHtcbiAgICBtYXJnaW46ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cblxuICAubWItI3skaWR9IHtcbiAgICBtYXJnaW4tYm90dG9tOiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLm1sLSN7JGlkfSB7XG4gICAgbWFyZ2luLWxlZnQ6ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cblxuICAubXItI3skaWR9IHtcbiAgICBtYXJnaW4tcmlnaHQ6ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cblxuICAubXQtI3skaWR9IHtcbiAgICBtYXJnaW4tdG9wOiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLm14LSN7JGlkfSB7XG4gICAgbWFyZ2luLWxlZnQ6ICRzaXplICFpbXBvcnRhbnQ7XG4gICAgbWFyZ2luLXJpZ2h0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLm15LSN7JGlkfSB7XG4gICAgbWFyZ2luLWJvdHRvbTogJHNpemUgIWltcG9ydGFudDtcbiAgICBtYXJnaW4tdG9wOiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG59XG5cbi8vIFBhZGRpbmcgdXRpbGl0eSBtaXhpblxuQG1peGluIHBhZGRpbmctdmFyaWFudCgkaWQ6IDEsICRzaXplOiAkdW5pdC0xKSB7XG4gIC5wLSN7JGlkfSB7XG4gICAgcGFkZGluZzogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5wYi0jeyRpZH0ge1xuICAgIHBhZGRpbmctYm90dG9tOiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnBsLSN7JGlkfSB7XG4gICAgcGFkZGluZy1sZWZ0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnByLSN7JGlkfSB7XG4gICAgcGFkZGluZy1yaWdodDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5wdC0jeyRpZH0ge1xuICAgIHBhZGRpbmctdG9wOiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnB4LSN7JGlkfSB7XG4gICAgcGFkZGluZy1sZWZ0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICAgIHBhZGRpbmctcmlnaHQ6ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cbiAgXG4gIC5weS0jeyRpZH0ge1xuICAgIHBhZGRpbmctYm90dG9tOiAkc2l6ZSAhaW1wb3J0YW50O1xuICAgIHBhZGRpbmctdG9wOiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG59XG4iLCIvLyBDb21wb25lbnQgZm9jdXMgc2hhZG93XG5AbWl4aW4gY29udHJvbC1zaGFkb3coJGNvbG9yOiAkcHJpbWFyeS1jb2xvcikge1xuICBib3gtc2hhZG93OiAwIDAgMCAuMXJlbSByZ2JhKCRjb2xvciwgLjIpO1xufVxuXG4vLyBTaGFkb3cgbWl4aW5cbkBtaXhpbiBzaGFkb3ctdmFyaWFudCgkb2Zmc2V0KSB7XG4gIGJveC1zaGFkb3c6IDAgJG9mZnNldCAoJG9mZnNldCArIC4wNXJlbSkgKiAyIHJnYmEoJGRhcmstY29sb3IsIC4zKTtcbn1cbiIsIi8vIFRleHQgRWxsaXBzaXNcbkBtaXhpbiB0ZXh0LWVsbGlwc2lzKCkge1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICB0ZXh0LW92ZXJmbG93OiBlbGxpcHNpcztcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbn1cbiIsIi8vIFRvYXN0IHZhcmlhbnQgbWl4aW5cbkBtaXhpbiB0b2FzdC12YXJpYW50KCRjb2xvcjogJGRhcmstY29sb3IpIHtcbiAgYmFja2dyb3VuZDogcmdiYSgkY29sb3IsIC45NSk7XG4gIGJvcmRlci1jb2xvcjogJGNvbG9yO1xufVxuIiwiLy8gQXV0b2NvbXBsZXRlXG4uZm9ybS1hdXRvY29tcGxldGUge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG5cbiAgLmZvcm0tYXV0b2NvbXBsZXRlLWlucHV0IHtcbiAgICBhbGlnbi1jb250ZW50OiBmbGV4LXN0YXJ0O1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZmxleC13cmFwOiB3cmFwO1xuICAgIGhlaWdodDogYXV0bztcbiAgICBtaW4taGVpZ2h0OiAkdW5pdC04O1xuICAgIHBhZGRpbmc6ICR1bml0LWg7XG5cbiAgICAmLmlzLWZvY3VzZWQge1xuICAgICAgQGluY2x1ZGUgY29udHJvbC1zaGFkb3coKTtcbiAgICAgIGJvcmRlci1jb2xvcjogJHByaW1hcnktY29sb3I7XG4gICAgfVxuXG4gICAgLmZvcm0taW5wdXQge1xuICAgICAgYm9yZGVyLWNvbG9yOiB0cmFuc3BhcmVudDtcbiAgICAgIGJveC1zaGFkb3c6IG5vbmU7XG4gICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICBmbGV4OiAxIDAgYXV0bztcbiAgICAgIGhlaWdodDogJHVuaXQtNjtcbiAgICAgIGxpbmUtaGVpZ2h0OiAkdW5pdC00O1xuICAgICAgbWFyZ2luOiAkdW5pdC1oO1xuICAgICAgd2lkdGg6IGF1dG87XG4gICAgfVxuICB9XG5cbiAgLm1lbnUge1xuICAgIGxlZnQ6IDA7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMTAwJTtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuXG4gICYuYXV0b2NvbXBsZXRlLW9uZWxpbmUge1xuICAgIC5mb3JtLWF1dG9jb21wbGV0ZS1pbnB1dCB7XG4gICAgICBmbGV4LXdyYXA6IG5vd3JhcDtcbiAgICAgIG92ZXJmbG93LXg6IGF1dG87XG4gICAgfVxuXG4gICAgLmNoaXAge1xuICAgICAgZmxleDogMSAwIGF1dG87XG4gICAgfVxuICB9XG59XG4iLCIvLyBDYWxlbmRhcnNcbi5jYWxlbmRhciB7XG4gIGJvcmRlcjogJGJvcmRlci13aWR0aCBzb2xpZCAkYm9yZGVyLWNvbG9yO1xuICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgZGlzcGxheTogYmxvY2s7XG4gIG1pbi13aWR0aDogMjgwcHg7XG5cbiAgLmNhbGVuZGFyLW5hdiB7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBiYWNrZ3JvdW5kOiAkYmctY29sb3I7XG4gICAgYm9yZGVyLXRvcC1sZWZ0LXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gICAgYm9yZGVyLXRvcC1yaWdodC1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgZm9udC1zaXplOiAkZm9udC1zaXplLWxnO1xuICAgIHBhZGRpbmc6ICRsYXlvdXQtc3BhY2luZztcbiAgfVxuXG4gIC5jYWxlbmRhci1oZWFkZXIsXG4gIC5jYWxlbmRhci1ib2R5IHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtd3JhcDogd3JhcDtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBwYWRkaW5nOiAkbGF5b3V0LXNwYWNpbmcgMDtcblxuICAgIC5jYWxlbmRhci1kYXRlIHtcbiAgICAgIGZsZXg6IDAgMCAxNC4yOCU7IC8vIDcgY2FsZW5kYXItaXRlbXMgZWFjaCByb3dcbiAgICAgIG1heC13aWR0aDogMTQuMjglO1xuICAgIH1cbiAgfVxuXG4gIC5jYWxlbmRhci1oZWFkZXIge1xuICAgIGJhY2tncm91bmQ6ICRiZy1jb2xvcjtcbiAgICBib3JkZXItYm90dG9tOiAkYm9yZGVyLXdpZHRoIHNvbGlkICRib3JkZXItY29sb3I7XG4gICAgY29sb3I6ICRncmF5LWNvbG9yO1xuICAgIGZvbnQtc2l6ZTogJGZvbnQtc2l6ZS1zbTtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIH1cblxuICAuY2FsZW5kYXItYm9keSB7XG4gICAgY29sb3I6ICRncmF5LWNvbG9yLWRhcms7XG4gIH1cblxuICAuY2FsZW5kYXItZGF0ZSB7XG4gICAgYm9yZGVyOiAwO1xuICAgIHBhZGRpbmc6ICR1bml0LTE7XG5cbiAgICAuZGF0ZS1pdGVtIHtcbiAgICAgIGFwcGVhcmFuY2U6IG5vbmU7XG4gICAgICBiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudDtcbiAgICAgIGJvcmRlcjogJGJvcmRlci13aWR0aCBzb2xpZCB0cmFuc3BhcmVudDtcbiAgICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICAgIGNvbG9yOiAkZ3JheS1jb2xvci1kYXJrO1xuICAgICAgY3Vyc29yOiBwb2ludGVyO1xuICAgICAgZm9udC1zaXplOiAkZm9udC1zaXplLXNtO1xuICAgICAgaGVpZ2h0OiAkdW5pdC03O1xuICAgICAgbGluZS1oZWlnaHQ6ICR1bml0LTU7XG4gICAgICBvdXRsaW5lOiBub25lO1xuICAgICAgcGFkZGluZzogJHVuaXQtaDtcbiAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbiAgICAgIHRyYW5zaXRpb246IGJhY2tncm91bmQgLjJzLCBib3JkZXIgLjJzLCBib3gtc2hhZG93IC4ycywgY29sb3IgLjJzO1xuICAgICAgdmVydGljYWwtYWxpZ246IG1pZGRsZTtcbiAgICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgICB3aWR0aDogJHVuaXQtNztcblxuICAgICAgJi5kYXRlLXRvZGF5IHtcbiAgICAgICAgYm9yZGVyLWNvbG9yOiAkc2Vjb25kYXJ5LWNvbG9yLWRhcms7XG4gICAgICAgIGNvbG9yOiAkcHJpbWFyeS1jb2xvcjtcbiAgICAgIH1cblxuICAgICAgJjpmb2N1cyB7XG4gICAgICAgIEBpbmNsdWRlIGNvbnRyb2wtc2hhZG93KCk7XG4gICAgICB9XG5cbiAgICAgICY6Zm9jdXMsXG4gICAgICAmOmhvdmVyIHtcbiAgICAgICAgYmFja2dyb3VuZDogJHNlY29uZGFyeS1jb2xvci1saWdodDtcbiAgICAgICAgYm9yZGVyLWNvbG9yOiAkc2Vjb25kYXJ5LWNvbG9yLWRhcms7XG4gICAgICAgIGNvbG9yOiAkcHJpbWFyeS1jb2xvcjtcbiAgICAgICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICAgICAgfVxuICAgICAgJjphY3RpdmUsXG4gICAgICAmLmFjdGl2ZSB7XG4gICAgICAgIGJhY2tncm91bmQ6ICRwcmltYXJ5LWNvbG9yLWRhcms7XG4gICAgICAgIGJvcmRlci1jb2xvcjogZGFya2VuKCRwcmltYXJ5LWNvbG9yLWRhcmssIDUlKTtcbiAgICAgICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgICAgIH1cblxuICAgICAgLy8gQ2FsZW5kYXIgYmFkZ2Ugc3VwcG9ydFxuICAgICAgJi5iYWRnZSB7XG4gICAgICAgICY6OmFmdGVyIHtcbiAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgICAgdG9wOiAzcHg7XG4gICAgICAgICAgcmlnaHQ6IDNweDtcbiAgICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSg1MCUsIC01MCUpO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuXG4gICAgLmRhdGUtaXRlbSxcbiAgICAuY2FsZW5kYXItZXZlbnQge1xuICAgICAgJjpkaXNhYmxlZCxcbiAgICAgICYuZGlzYWJsZWQge1xuICAgICAgICBjdXJzb3I6IGRlZmF1bHQ7XG4gICAgICAgIG9wYWNpdHk6IC4yNTtcbiAgICAgICAgcG9pbnRlci1ldmVudHM6IG5vbmU7XG4gICAgICB9XG4gICAgfVxuXG4gICAgJi5wcmV2LW1vbnRoLFxuICAgICYubmV4dC1tb250aCB7XG4gICAgICAuZGF0ZS1pdGVtLFxuICAgICAgLmNhbGVuZGFyLWV2ZW50IHtcbiAgICAgICAgb3BhY2l0eTogLjI1O1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5jYWxlbmRhci1yYW5nZSB7XG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuXG4gICAgJjo6YmVmb3JlIHtcbiAgICAgIGJhY2tncm91bmQ6ICRzZWNvbmRhcnktY29sb3I7XG4gICAgICBjb250ZW50OiBcIlwiO1xuICAgICAgaGVpZ2h0OiAkdW5pdC03O1xuICAgICAgbGVmdDogMDtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIHJpZ2h0OiAwO1xuICAgICAgdG9wOiA1MCU7XG4gICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoLTUwJSk7XG4gICAgfVxuICAgICYucmFuZ2Utc3RhcnQge1xuICAgICAgJjo6YmVmb3JlIHtcbiAgICAgICAgbGVmdDogNTAlO1xuICAgICAgfVxuICAgIH1cbiAgICAmLnJhbmdlLWVuZCB7XG4gICAgICAmOjpiZWZvcmUge1xuICAgICAgICByaWdodDogNTAlO1xuICAgICAgfVxuICAgIH1cblxuICAgICYucmFuZ2Utc3RhcnQsXG4gICAgJi5yYW5nZS1lbmQge1xuICAgICAgLmRhdGUtaXRlbSB7XG4gICAgICAgIGJhY2tncm91bmQ6ICRwcmltYXJ5LWNvbG9yLWRhcms7XG4gICAgICAgIGJvcmRlci1jb2xvcjogZGFya2VuKCRwcmltYXJ5LWNvbG9yLWRhcmssIDUlKTtcbiAgICAgICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAuZGF0ZS1pdGVtIHtcbiAgICAgIGNvbG9yOiAkcHJpbWFyeS1jb2xvcjtcbiAgICB9XG4gIH1cblxuICAvLyBDYWxlbmRhcnMgc2l6ZVxuICAmLmNhbGVuZGFyLWxnIHtcbiAgICAuY2FsZW5kYXItYm9keSB7XG4gICAgICBwYWRkaW5nOiAwO1xuXG4gICAgICAuY2FsZW5kYXItZGF0ZSB7XG4gICAgICAgIGJvcmRlci1ib3R0b206ICRib3JkZXItd2lkdGggc29saWQgJGJvcmRlci1jb2xvcjtcbiAgICAgICAgYm9yZGVyLXJpZ2h0OiAkYm9yZGVyLXdpZHRoIHNvbGlkICRib3JkZXItY29sb3I7XG4gICAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgICAgIGhlaWdodDogNS41cmVtO1xuICAgICAgICBwYWRkaW5nOiAwO1xuXG4gICAgICAgICY6bnRoLWNoaWxkKDduKSB7XG4gICAgICAgICAgYm9yZGVyLXJpZ2h0OiAwO1xuICAgICAgICB9XG4gICAgICAgICY6bnRoLWxhc3QtY2hpbGQoLW4rNykge1xuICAgICAgICAgIGJvcmRlci1ib3R0b206IDA7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG5cbiAgICAuZGF0ZS1pdGVtIHtcbiAgICAgIGFsaWduLXNlbGY6IGZsZXgtZW5kO1xuICAgICAgaGVpZ2h0OiAkdW5pdC03O1xuICAgICAgbWFyZ2luLXJpZ2h0OiAkbGF5b3V0LXNwYWNpbmctc207XG4gICAgICBtYXJnaW4tdG9wOiAkbGF5b3V0LXNwYWNpbmctc207XG4gICAgfVxuXG4gICAgLmNhbGVuZGFyLXJhbmdlIHtcbiAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgIHRvcDogMTlweDtcbiAgICAgIH1cbiAgICAgICYucmFuZ2Utc3RhcnQge1xuICAgICAgICAmOjpiZWZvcmUge1xuICAgICAgICAgIGxlZnQ6IGF1dG87XG4gICAgICAgICAgd2lkdGg6IDE5cHg7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgICYucmFuZ2UtZW5kIHtcbiAgICAgICAgJjo6YmVmb3JlIHtcbiAgICAgICAgICByaWdodDogMTlweDtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cblxuICAgIC5jYWxlbmRhci1ldmVudHMge1xuICAgICAgZmxleC1ncm93OiAxO1xuICAgICAgbGluZS1oZWlnaHQ6IDE7XG4gICAgICBvdmVyZmxvdy15OiBhdXRvO1xuICAgICAgcGFkZGluZzogJGxheW91dC1zcGFjaW5nLXNtO1xuICAgIH1cblxuICAgIC5jYWxlbmRhci1ldmVudCB7XG4gICAgICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgICAgIGZvbnQtc2l6ZTogJGZvbnQtc2l6ZS1zbTtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgbWFyZ2luOiAkdW5pdC1oIGF1dG87XG4gICAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgICAgcGFkZGluZzogM3B4IDRweDtcbiAgICAgIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICAgICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgICB9XG4gIH1cbn1cbiIsIi8vIENhcm91c2Vsc1xuLy8gVGhlIG51bWJlciBvZiBjYXJvdXNlbCBpbWFnZXNcbiRjYXJvdXNlbC1udW1iZXI6IDg7XG5cbiVjYXJvdXNlbC1pbWFnZS1jaGVja2VkIHsgXG4gIGFuaW1hdGlvbjogY2Fyb3VzZWwtc2xpZGVpbiAuNzVzIGVhc2UtaW4tb3V0IDE7XG4gIG9wYWNpdHk6IDE7XG4gIHotaW5kZXg6ICR6aW5kZXgtMTtcbn1cblxuJWNhcm91c2VsLW5hdi1jaGVja2VkIHsgXG4gIGNvbG9yOiAkZ3JheS1jb2xvci1saWdodDtcbn1cblxuLmNhcm91c2VsIHtcbiAgYmFja2dyb3VuZDogJGJnLWNvbG9yO1xuICBkaXNwbGF5OiBibG9jaztcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB3aWR0aDogMTAwJTtcbiAgLXdlYmtpdC1vdmVyZmxvdy1zY3JvbGxpbmc6IHRvdWNoO1xuICB6LWluZGV4OiAkemluZGV4LTA7XG5cbiAgLmNhcm91c2VsLWNvbnRhaW5lciB7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIGxlZnQ6IDA7XG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgICY6OmJlZm9yZSB7XG4gICAgICBjb250ZW50OiBcIlwiO1xuICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICBwYWRkaW5nLWJvdHRvbTogNTYuMjUlO1xuICAgIH1cblxuICAgIC5jYXJvdXNlbC1pdGVtIHtcbiAgICAgIGFuaW1hdGlvbjogY2Fyb3VzZWwtc2xpZGVvdXQgMXMgZWFzZS1pbi1vdXQgMTtcbiAgICAgIGhlaWdodDogMTAwJTtcbiAgICAgIGxlZnQ6IDA7XG4gICAgICBtYXJnaW46IDA7XG4gICAgICBvcGFjaXR5OiAwO1xuICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgdG9wOiAwO1xuICAgICAgd2lkdGg6IDEwMCU7XG5cbiAgICAgICY6aG92ZXIge1xuICAgICAgICAuaXRlbS1wcmV2LFxuICAgICAgICAuaXRlbS1uZXh0IHtcbiAgICAgICAgICBvcGFjaXR5OiAxO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuXG4gICAgLml0ZW0tcHJldixcbiAgICAuaXRlbS1uZXh0IHtcbiAgICAgIGJhY2tncm91bmQ6IHJnYmEoJGdyYXktY29sb3ItbGlnaHQsIC4yNSk7XG4gICAgICBib3JkZXItY29sb3I6IHJnYmEoJGdyYXktY29sb3ItbGlnaHQsIC41KTtcbiAgICAgIGNvbG9yOiAkZ3JheS1jb2xvci1saWdodDtcbiAgICAgIG9wYWNpdHk6IDA7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICB0b3A6IDUwJTtcbiAgICAgIHRyYW5zaXRpb246IGFsbCAuNHM7XG4gICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoLTUwJSk7XG4gICAgICB6LWluZGV4OiAkemluZGV4LTE7XG4gICAgfVxuICAgIC5pdGVtLXByZXYge1xuICAgICAgbGVmdDogMXJlbTtcbiAgICB9XG4gICAgLml0ZW0tbmV4dCB7XG4gICAgICByaWdodDogMXJlbTtcbiAgICB9XG4gIH1cblxuICAuY2Fyb3VzZWwtbG9jYXRvciB7XG4gICAgQGZvciAkaSBmcm9tIDEgdGhyb3VnaCAoJGNhcm91c2VsLW51bWJlcikge1xuICAgICAgJjpudGgtb2YtdHlwZSgjeyRpfSk6Y2hlY2tlZCB+IC5jYXJvdXNlbC1jb250YWluZXIgLmNhcm91c2VsLWl0ZW06bnRoLW9mLXR5cGUoI3skaX0pIHtcbiAgICAgICAgQGV4dGVuZCAlY2Fyb3VzZWwtaW1hZ2UtY2hlY2tlZDtcbiAgICAgIH1cbiAgICB9XG5cbiAgICBAZm9yICRpIGZyb20gMSB0aHJvdWdoICgkY2Fyb3VzZWwtbnVtYmVyKSB7XG4gICAgICAmOm50aC1vZi10eXBlKCN7JGl9KTpjaGVja2VkIH4gLmNhcm91c2VsLW5hdiAubmF2LWl0ZW06bnRoLW9mLXR5cGUoI3skaX0pIHtcbiAgICAgICAgQGV4dGVuZCAlY2Fyb3VzZWwtbmF2LWNoZWNrZWQ7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLmNhcm91c2VsLW5hdiB7XG4gICAgYm90dG9tOiAkbGF5b3V0LXNwYWNpbmc7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBsZWZ0OiA1MCU7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWCgtNTAlKTtcbiAgICB3aWR0aDogMTByZW07XG4gICAgei1pbmRleDogJHppbmRleC0xO1xuXG4gICAgLm5hdi1pdGVtIHtcbiAgICAgIGNvbG9yOiByZ2JhKCRncmF5LWNvbG9yLWxpZ2h0LCAuNSk7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgIGZsZXg6IDEgMCBhdXRvO1xuICAgICAgaGVpZ2h0OiAkdW5pdC04O1xuICAgICAgbWFyZ2luOiAkdW5pdC0xO1xuICAgICAgbWF4LXdpZHRoOiAyLjVyZW07XG4gICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG5cbiAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgIGJhY2tncm91bmQ6IGN1cnJlbnRDb2xvcjtcbiAgICAgICAgY29udGVudDogXCJcIjtcbiAgICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICAgIGhlaWdodDogJHVuaXQtaDtcbiAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICB0b3A6IC41cmVtO1xuICAgICAgICB3aWR0aDogMTAwJTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuQGtleWZyYW1lcyBjYXJvdXNlbC1zbGlkZWluIHtcbiAgMCUge1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWCgxMDAlKTtcbiAgfVxuICAxMDAlIHtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVgoMCk7XG4gIH1cbn1cblxuQGtleWZyYW1lcyBjYXJvdXNlbC1zbGlkZW91dCB7XG4gIDAlIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWCgwKTtcbiAgfVxuICAxMDAlIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWCgtNTAlKTtcbiAgfVxufVxuIiwiLy8gSW1hZ2UgY29tcGFyaXNvbiBzbGlkZXJcbi8vIENyZWRpdDogaHR0cDovL2NvZGVwZW4uaW8vc29saXBzaXN0YWNwL3Blbi9HcG1hcVxuLmNvbXBhcmlzb24tc2xpZGVyIHtcbiAgaGVpZ2h0OiA1MHZoO1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHdpZHRoOiAxMDAlO1xuICAtd2Via2l0LW92ZXJmbG93LXNjcm9sbGluZzogdG91Y2g7XG5cbiAgLmNvbXBhcmlzb24tYmVmb3JlLFxuICAuY29tcGFyaXNvbi1hZnRlciB7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIGxlZnQ6IDA7XG4gICAgbWFyZ2luOiAwO1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMDtcblxuICAgIGltZyB7XG4gICAgICBoZWlnaHQ6IDEwMCU7XG4gICAgICBvYmplY3QtZml0OiBjb3ZlcjtcbiAgICAgIG9iamVjdC1wb3NpdGlvbjogbGVmdCBjZW50ZXI7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICB9XG4gIH1cblxuICAuY29tcGFyaXNvbi1iZWZvcmUge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIHotaW5kZXg6IDE7XG5cbiAgICAuY29tcGFyaXNvbi1sYWJlbCB7XG4gICAgICByaWdodDogJHVuaXQtNDtcbiAgICB9XG4gIH1cblxuICAuY29tcGFyaXNvbi1hZnRlciB7XG4gICAgbWF4LXdpZHRoOiAxMDAlO1xuICAgIG1pbi13aWR0aDogMDtcbiAgICB6LWluZGV4OiAyO1xuXG4gICAgJjo6YmVmb3JlIHtcbiAgICAgIGJhY2tncm91bmQ6IHRyYW5zcGFyZW50O1xuICAgICAgY29udGVudDogXCJcIjtcbiAgICAgIGN1cnNvcjogZGVmYXVsdDtcbiAgICAgIGhlaWdodDogMTAwJTtcbiAgICAgIGxlZnQ6IDA7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICByaWdodDogJHVuaXQtNDtcbiAgICAgIHRvcDogMDtcbiAgICAgIHotaW5kZXg6ICR6aW5kZXgtMDtcbiAgICB9XG5cbiAgICAmOjphZnRlciB7XG4gICAgICBiYWNrZ3JvdW5kOiBjdXJyZW50Q29sb3I7XG4gICAgICBib3JkZXItcmFkaXVzOiA1MCU7XG4gICAgICBib3gtc2hhZG93OiAwIC01cHgsIDAgNXB4O1xuICAgICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgICAgIGNvbnRlbnQ6IFwiXCI7XG4gICAgICBoZWlnaHQ6IDNweDtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIHJpZ2h0OiAkdW5pdC0yO1xuICAgICAgdG9wOiA1MCU7XG4gICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSg1MCUsIC01MCUpO1xuICAgICAgd2lkdGg6IDNweDtcbiAgICB9XG5cbiAgICAuY29tcGFyaXNvbi1sYWJlbCB7XG4gICAgICBsZWZ0OiAkdW5pdC00O1xuICAgIH1cbiAgfVxuXG4gIC5jb21wYXJpc29uLXJlc2l6ZXIge1xuICAgIGFuaW1hdGlvbjogZmlyc3QtcnVuIDEuNXMgMSBlYXNlLWluLW91dDtcbiAgICBjdXJzb3I6IGV3LXJlc2l6ZTtcbiAgICBoZWlnaHQ6ICR1bml0LTQ7XG4gICAgbGVmdDogMDtcbiAgICBtYXgtd2lkdGg6IDEwMCU7XG4gICAgbWluLXdpZHRoOiAkdW5pdC00O1xuICAgIG9wYWNpdHk6IDA7XG4gICAgb3V0bGluZTogbm9uZTtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgcmVzaXplOiBob3Jpem9udGFsO1xuICAgIHRvcDogNTAlO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWSgtNTAlKSBzY2FsZVkoMzApO1xuICAgIHdpZHRoOiAwO1xuICB9XG5cbiAgLmNvbXBhcmlzb24tbGFiZWwge1xuICAgIGJhY2tncm91bmQ6IHJnYmEoJGRhcmstY29sb3IsIC41KTtcbiAgICBib3R0b206ICR1bml0LTQ7XG4gICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgICBwYWRkaW5nOiAkdW5pdC0xICR1bml0LTI7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHVzZXItc2VsZWN0OiBub25lO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgZmlyc3QtcnVuIHtcbiAgMCUge1xuICAgIHdpZHRoOiAwO1xuICB9XG4gIDI1JSB7XG4gICAgd2lkdGg6ICR1bml0LTEyO1xuICB9XG4gIDUwJSB7XG4gICAgd2lkdGg6ICR1bml0LTQ7XG4gIH1cbiAgNzUlIHtcbiAgICB3aWR0aDogJHVuaXQtNjtcbiAgfVxuICAxMDAlIHtcbiAgICB3aWR0aDogMDtcbiAgfVxufVxuIiwiLy8gRmlsdGVycyBcbi8vIFRoZSBudW1iZXIgb2YgZmlsdGVyIG9wdGlvbnMgXG4kZmlsdGVyLW51bWJlcjogOCAhZGVmYXVsdDtcblxuJWZpbHRlci1jaGVja2VkLW5hdiB7IFxuICBiYWNrZ3JvdW5kOiAkcHJpbWFyeS1jb2xvcjtcbiAgY29sb3I6ICRsaWdodC1jb2xvcjtcbn1cblxuJWZpbHRlci1jaGVja2VkLWJvZHkgeyBcbiAgZGlzcGxheTogbm9uZTtcbn1cblxuLmZpbHRlciB7XG4gIC5maWx0ZXItbmF2IHtcbiAgICBtYXJnaW46ICRsYXlvdXQtc3BhY2luZyAwO1xuICB9XG5cbiAgLmZpbHRlci1ib2R5IHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtd3JhcDogd3JhcDtcbiAgfVxuXG4gIC5maWx0ZXItdGFnIHtcbiAgICBAZm9yICRpIGZyb20gMCB0aHJvdWdoICgkZmlsdGVyLW51bWJlcikge1xuICAgICAgJiN0YWctI3skaX06Y2hlY2tlZCB+IC5maWx0ZXItbmF2IC5jaGlwW2Zvcj1cInRhZy0jeyRpfVwiXSB7XG4gICAgICAgIEBleHRlbmQgJWZpbHRlci1jaGVja2VkLW5hdjtcbiAgICAgIH1cbiAgICB9XG5cbiAgICBAZm9yICRpIGZyb20gMSB0aHJvdWdoICgkZmlsdGVyLW51bWJlcikge1xuICAgICAgJiN0YWctI3skaX06Y2hlY2tlZCB+IC5maWx0ZXItYm9keSAuZmlsdGVyLWl0ZW06bm90KFtkYXRhLXRhZ349XCJ0YWctI3skaX1cIl0pIHtcbiAgICAgICAgQGV4dGVuZCAlZmlsdGVyLWNoZWNrZWQtYm9keTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbiIsIi8vIE1ldGVyc1xuLy8gQ3JlZGl0OiBodHRwczovL2Nzcy10cmlja3MuY29tL2h0bWw1LW1ldGVyLWVsZW1lbnQvXG4ubWV0ZXIge1xuICBhcHBlYXJhbmNlOiBub25lO1xuICBiYWNrZ3JvdW5kOiAkYmctY29sb3I7XG4gIGJvcmRlcjogMDtcbiAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAkdW5pdC00O1xuXG4gICY6Oi13ZWJraXQtbWV0ZXItaW5uZXItZWxlbWVudCB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cblxuICAmOjotd2Via2l0LW1ldGVyLWJhcixcbiAgJjo6LXdlYmtpdC1tZXRlci1vcHRpbXVtLXZhbHVlLFxuICAmOjotd2Via2l0LW1ldGVyLXN1Ym9wdGltdW0tdmFsdWUsXG4gICY6Oi13ZWJraXQtbWV0ZXItZXZlbi1sZXNzLWdvb2QtdmFsdWUge1xuICAgIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICB9XG5cbiAgJjo6LXdlYmtpdC1tZXRlci1iYXIge1xuICAgIGJhY2tncm91bmQ6ICRiZy1jb2xvcjtcbiAgfVxuXG4gICY6Oi13ZWJraXQtbWV0ZXItb3B0aW11bS12YWx1ZSB7XG4gICAgYmFja2dyb3VuZDogJHN1Y2Nlc3MtY29sb3I7XG4gIH1cblxuICAmOjotd2Via2l0LW1ldGVyLXN1Ym9wdGltdW0tdmFsdWUge1xuICAgIGJhY2tncm91bmQ6ICR3YXJuaW5nLWNvbG9yO1xuICB9XG5cbiAgJjo6LXdlYmtpdC1tZXRlci1ldmVuLWxlc3MtZ29vZC12YWx1ZSB7XG4gICAgYmFja2dyb3VuZDogJGVycm9yLWNvbG9yO1xuICB9XG5cbiAgJjo6LW1vei1tZXRlci1iYXIsXG4gICY6LW1vei1tZXRlci1vcHRpbXVtLFxuICAmOi1tb3otbWV0ZXItc3ViLW9wdGltdW0sXG4gICY6LW1vei1tZXRlci1zdWItc3ViLW9wdGltdW0ge1xuICAgIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICB9XG5cbiAgJjotbW96LW1ldGVyLW9wdGltdW06Oi1tb3otbWV0ZXItYmFyIHtcbiAgICBiYWNrZ3JvdW5kOiAkc3VjY2Vzcy1jb2xvcjtcbiAgfVxuXG4gICY6LW1vei1tZXRlci1zdWItb3B0aW11bTo6LW1vei1tZXRlci1iYXIge1xuICAgIGJhY2tncm91bmQ6ICR3YXJuaW5nLWNvbG9yO1xuICB9XG5cbiAgJjotbW96LW1ldGVyLXN1Yi1zdWItb3B0aW11bTo6LW1vei1tZXRlci1iYXIge1xuICAgIGJhY2tncm91bmQ6ICRlcnJvci1jb2xvcjtcbiAgfVxufVxuIiwiLy8gT2ZmIGNhbnZhcyBtZW51c1xuJG9mZi1jYW52YXMtYnJlYWtwb2ludDogJHNpemUtbGcgIWRlZmF1bHQ7XG5cbi5vZmYtY2FudmFzIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1mbG93OiBub3dyYXA7XG4gIGhlaWdodDogMTAwJTtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB3aWR0aDogMTAwJTtcblxuICAub2ZmLWNhbnZhcy10b2dnbGUge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6ICRsYXlvdXQtc3BhY2luZztcbiAgICB0cmFuc2l0aW9uOiBub25lO1xuICAgIHotaW5kZXg6ICR6aW5kZXgtMDtcbiAgICBAaWYgJHJ0bCA9PSB0cnVlIHtcbiAgICAgIHJpZ2h0OiAkbGF5b3V0LXNwYWNpbmc7XG4gICAgfSBAZWxzZSB7XG4gICAgICBsZWZ0OiAkbGF5b3V0LXNwYWNpbmc7XG4gICAgfVxuICB9XG5cbiAgLm9mZi1jYW52YXMtc2lkZWJhciB7XG4gICAgYmFja2dyb3VuZDogJGJnLWNvbG9yO1xuICAgIGJvdHRvbTogMDtcbiAgICBtaW4td2lkdGg6IDEwcmVtO1xuICAgIG92ZXJmbG93LXk6IGF1dG87XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIHRvcDogMDtcbiAgICB0cmFuc2l0aW9uOiB0cmFuc2Zvcm0gLjI1cztcbiAgICB6LWluZGV4OiAkemluZGV4LTI7XG4gICAgQGlmICRydGwgPT0gdHJ1ZSB7XG4gICAgICByaWdodDogMDtcbiAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWCgxMDAlKTtcbiAgICB9IEBlbHNlIHtcbiAgICAgIGxlZnQ6IDA7XG4gICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVgoLTEwMCUpO1xuICAgIH1cbiAgfVxuXG4gIC5vZmYtY2FudmFzLWNvbnRlbnQge1xuICAgIGZsZXg6IDEgMSBhdXRvO1xuICAgIGhlaWdodDogMTAwJTtcbiAgICBwYWRkaW5nOiAkbGF5b3V0LXNwYWNpbmcgJGxheW91dC1zcGFjaW5nICRsYXlvdXQtc3BhY2luZyA0cmVtO1xuICB9XG5cbiAgLm9mZi1jYW52YXMtb3ZlcmxheSB7XG4gICAgYmFja2dyb3VuZDogcmdiYSgkZGFyay1jb2xvciwgLjEpO1xuICAgIGJvcmRlci1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gICAgYm9yZGVyLXJhZGl1czogMDtcbiAgICBib3R0b206IDA7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgbGVmdDogMDtcbiAgICBwb3NpdGlvbjogZml4ZWQ7XG4gICAgcmlnaHQ6IDA7XG4gICAgdG9wOiAwO1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG5cbiAgLm9mZi1jYW52YXMtc2lkZWJhciB7XG4gICAgJjp0YXJnZXQsXG4gICAgJi5hY3RpdmUge1xuICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVYKDApO1xuICAgIH1cblxuICAgICY6dGFyZ2V0IH4gLm9mZi1jYW52YXMtb3ZlcmxheSxcbiAgICAmLmFjdGl2ZSB+IC5vZmYtY2FudmFzLW92ZXJsYXkge1xuICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICB6LWluZGV4OiAkemluZGV4LTE7XG4gICAgfVxuICB9XG59XG5cbi8vIFJlc3BvbnNpdmUgbGF5b3V0XG5AbWVkaWEgKG1pbi13aWR0aDogJG9mZi1jYW52YXMtYnJlYWtwb2ludCkge1xuICAub2ZmLWNhbnZhcyB7XG4gICAgJi5vZmYtY2FudmFzLXNpZGViYXItc2hvdyB7XG4gICAgICAub2ZmLWNhbnZhcy10b2dnbGUge1xuICAgICAgICBkaXNwbGF5OiBub25lO1xuICAgICAgfVxuICBcbiAgICAgIC5vZmYtY2FudmFzLXNpZGViYXIge1xuICAgICAgICBmbGV4OiAwIDAgYXV0bztcbiAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgICAgICB0cmFuc2Zvcm06IG5vbmU7XG4gICAgICB9XG5cbiAgICAgIC5vZmYtY2FudmFzLW92ZXJsYXkge1xuICAgICAgICBkaXNwbGF5OiBub25lICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG4iLCIvLyBQYXJhbGxheFxuJHBhcmFsbGF4LWRlZzogM2RlZyAhZGVmYXVsdDtcbiRwYXJhbGxheC1vZmZzZXQ6IDQuNXB4ICFkZWZhdWx0O1xuJHBhcmFsbGF4LW9mZnNldC16OiA1MHB4ICFkZWZhdWx0O1xuJHBhcmFsbGF4LXBlcnNwZWN0aXZlOiAxMDAwcHggIWRlZmF1bHQ7XG4kcGFyYWxsYXgtc2NhbGU6IC45NSAhZGVmYXVsdDtcbiRwYXJhbGxheC1mYWRlLWNvbG9yOiByZ2JhKDI1NSwgMjU1LCAyNTUsIC4zNSkgIWRlZmF1bHQ7XG5cbi8vIE1peGluOiBQYXJhbGxheCBkaXJlY3Rpb25cbkBtaXhpbiBwYXJhbGxheC1kaXIoKSB7XG4gIGhlaWdodDogNTAlO1xuICBvdXRsaW5lOiBub25lO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHdpZHRoOiA1MCU7XG4gIHotaW5kZXg6ICR6aW5kZXgtMTtcbn1cblxuLnBhcmFsbGF4IHtcbiAgZGlzcGxheTogYmxvY2s7XG4gIGhlaWdodDogYXV0bztcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB3aWR0aDogYXV0bztcblxuICAucGFyYWxsYXgtY29udGVudCB7XG4gICAgQGluY2x1ZGUgc2hhZG93LXZhcmlhbnQoMXJlbSk7XG4gICAgaGVpZ2h0OiBhdXRvO1xuICAgIHRyYW5zZm9ybTogcGVyc3BlY3RpdmUoJHBhcmFsbGF4LXBlcnNwZWN0aXZlKTtcbiAgICB0cmFuc2Zvcm0tc3R5bGU6IHByZXNlcnZlLTNkO1xuICAgIHRyYW5zaXRpb246IGFsbCAuNHMgZWFzZTtcbiAgICB3aWR0aDogMTAwJTtcblxuICAgICY6OmJlZm9yZSB7XG4gICAgICBjb250ZW50OiBcIlwiO1xuICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICBoZWlnaHQ6IDEwMCU7XG4gICAgICBsZWZ0OiAwO1xuICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgdG9wOiAwO1xuICAgICAgd2lkdGg6IDEwMCU7XG4gICAgfVxuICB9XG5cbiAgLnBhcmFsbGF4LWZyb250IHtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgbGVmdDogMDtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgIHRleHQtc2hhZG93OiAwIDAgMjBweCByZ2JhKCRkYXJrLWNvbG9yLCAuNzUpO1xuICAgIHRvcDogMDtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVooJHBhcmFsbGF4LW9mZnNldC16KSBzY2FsZSgkcGFyYWxsYXgtc2NhbGUpO1xuICAgIHRyYW5zaXRpb246IHRyYW5zZm9ybSAuNHM7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgei1pbmRleDogJHppbmRleC0wO1xuICB9XG5cbiAgLnBhcmFsbGF4LXRvcC1sZWZ0IHtcbiAgICBAaW5jbHVkZSBwYXJhbGxheC1kaXIoKTtcbiAgICBsZWZ0OiAwO1xuICAgIHRvcDogMDtcblxuICAgICY6Zm9jdXMgfiAucGFyYWxsYXgtY29udGVudCxcbiAgICAmOmhvdmVyIH4gLnBhcmFsbGF4LWNvbnRlbnQge1xuICAgICAgdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSgkcGFyYWxsYXgtcGVyc3BlY3RpdmUpIHJvdGF0ZVgoJHBhcmFsbGF4LWRlZykgcm90YXRlWSgtJHBhcmFsbGF4LWRlZyk7XG5cbiAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgIGJhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgxMzVkZWcsICRwYXJhbGxheC1mYWRlLWNvbG9yIDAlLCB0cmFuc3BhcmVudCA1MCUpO1xuICAgICAgfVxuXG4gICAgICAucGFyYWxsYXgtZnJvbnQge1xuICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKCRwYXJhbGxheC1vZmZzZXQsICRwYXJhbGxheC1vZmZzZXQsICRwYXJhbGxheC1vZmZzZXQteikgc2NhbGUoJHBhcmFsbGF4LXNjYWxlKTtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAucGFyYWxsYXgtdG9wLXJpZ2h0IHtcbiAgICBAaW5jbHVkZSBwYXJhbGxheC1kaXIoKTtcbiAgICByaWdodDogMDtcbiAgICB0b3A6IDA7XG5cbiAgICAmOmZvY3VzIH4gLnBhcmFsbGF4LWNvbnRlbnQsXG4gICAgJjpob3ZlciB+IC5wYXJhbGxheC1jb250ZW50IHtcbiAgICAgIHRyYW5zZm9ybTogcGVyc3BlY3RpdmUoJHBhcmFsbGF4LXBlcnNwZWN0aXZlKSByb3RhdGVYKCRwYXJhbGxheC1kZWcpIHJvdGF0ZVkoJHBhcmFsbGF4LWRlZyk7XG5cbiAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgIGJhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtMTM1ZGVnLCAkcGFyYWxsYXgtZmFkZS1jb2xvciAwJSwgdHJhbnNwYXJlbnQgNTAlKTtcbiAgICAgIH1cblxuICAgICAgLnBhcmFsbGF4LWZyb250IHtcbiAgICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtJHBhcmFsbGF4LW9mZnNldCwgJHBhcmFsbGF4LW9mZnNldCwgJHBhcmFsbGF4LW9mZnNldC16KSBzY2FsZSgkcGFyYWxsYXgtc2NhbGUpO1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5wYXJhbGxheC1ib3R0b20tbGVmdCB7XG4gICAgQGluY2x1ZGUgcGFyYWxsYXgtZGlyKCk7XG4gICAgYm90dG9tOiAwO1xuICAgIGxlZnQ6IDA7XG5cbiAgICAmOmZvY3VzIH4gLnBhcmFsbGF4LWNvbnRlbnQsXG4gICAgJjpob3ZlciB+IC5wYXJhbGxheC1jb250ZW50IHtcbiAgICAgIHRyYW5zZm9ybTogcGVyc3BlY3RpdmUoJHBhcmFsbGF4LXBlcnNwZWN0aXZlKSByb3RhdGVYKC0kcGFyYWxsYXgtZGVnKSByb3RhdGVZKC0kcGFyYWxsYXgtZGVnKTtcblxuICAgICAgJjo6YmVmb3JlIHtcbiAgICAgICAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLCAkcGFyYWxsYXgtZmFkZS1jb2xvciAwJSwgdHJhbnNwYXJlbnQgNTAlKTtcbiAgICAgIH1cblxuICAgICAgLnBhcmFsbGF4LWZyb250IHtcbiAgICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgkcGFyYWxsYXgtb2Zmc2V0LCAtJHBhcmFsbGF4LW9mZnNldCwgJHBhcmFsbGF4LW9mZnNldC16KSBzY2FsZSgkcGFyYWxsYXgtc2NhbGUpO1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC5wYXJhbGxheC1ib3R0b20tcmlnaHQge1xuICAgIEBpbmNsdWRlIHBhcmFsbGF4LWRpcigpO1xuICAgIGJvdHRvbTogMDtcbiAgICByaWdodDogMDtcblxuICAgICY6Zm9jdXMgfiAucGFyYWxsYXgtY29udGVudCxcbiAgICAmOmhvdmVyIH4gLnBhcmFsbGF4LWNvbnRlbnQge1xuICAgICAgdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSgkcGFyYWxsYXgtcGVyc3BlY3RpdmUpIHJvdGF0ZVgoLSRwYXJhbGxheC1kZWcpIHJvdGF0ZVkoJHBhcmFsbGF4LWRlZyk7XG5cbiAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgIGJhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcsICRwYXJhbGxheC1mYWRlLWNvbG9yIDAlLCB0cmFuc3BhcmVudCA1MCUpO1xuICAgICAgfVxuXG4gICAgICAucGFyYWxsYXgtZnJvbnQge1xuICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0kcGFyYWxsYXgtb2Zmc2V0LCAtJHBhcmFsbGF4LW9mZnNldCwgJHBhcmFsbGF4LW9mZnNldC16KSBzY2FsZSgkcGFyYWxsYXgtc2NhbGUpO1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuIiwiLy8gUHJvZ3Jlc3Ncbi8vIENyZWRpdDogaHR0cHM6Ly9jc3MtdHJpY2tzLmNvbS9odG1sNS1wcm9ncmVzcy1lbGVtZW50L1xuLnByb2dyZXNzIHtcbiAgYXBwZWFyYW5jZTogbm9uZTtcbiAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWRhcms7XG4gIGJvcmRlcjogMDtcbiAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gIGNvbG9yOiAkcHJpbWFyeS1jb2xvcjtcbiAgaGVpZ2h0OiAkdW5pdC0xO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHdpZHRoOiAxMDAlO1xuXG4gICY6Oi13ZWJraXQtcHJvZ3Jlc3MtYmFyIHtcbiAgICBiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudDtcbiAgICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgfVxuXG4gICY6Oi13ZWJraXQtcHJvZ3Jlc3MtdmFsdWUge1xuICAgIGJhY2tncm91bmQ6ICRwcmltYXJ5LWNvbG9yO1xuICAgIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICB9XG5cbiAgJjo6LW1vei1wcm9ncmVzcy1iYXIge1xuICAgIGJhY2tncm91bmQ6ICRwcmltYXJ5LWNvbG9yO1xuICAgIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICB9XG5cbiAgJjppbmRldGVybWluYXRlIHtcbiAgICBhbmltYXRpb246IHByb2dyZXNzLWluZGV0ZXJtaW5hdGUgMS41cyBsaW5lYXIgaW5maW5pdGU7XG4gICAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWRhcmsgbGluZWFyLWdyYWRpZW50KHRvIHJpZ2h0LCAkcHJpbWFyeS1jb2xvciAzMCUsICRiZy1jb2xvci1kYXJrIDMwJSkgdG9wIGxlZnQgLyAxNTAlIDE1MCUgbm8tcmVwZWF0O1xuXG4gICAgJjo6LW1vei1wcm9ncmVzcy1iYXIge1xuICAgICAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XG4gICAgfVxuICB9XG59XG5cbkBrZXlmcmFtZXMgcHJvZ3Jlc3MtaW5kZXRlcm1pbmF0ZSB7XG4gIDAlIHtcbiAgICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiAyMDAlIDA7XG4gIH1cbiAgMTAwJSB7XG4gICAgYmFja2dyb3VuZC1wb3NpdGlvbjogLTIwMCUgMDtcbiAgfVxufVxuIiwiLy8gU2xpZGVyc1xuLy8gQ3JlZGl0OiBodHRwczovL2Nzcy10cmlja3MuY29tL3N0eWxpbmctY3Jvc3MtYnJvd3Nlci1jb21wYXRpYmxlLXJhbmdlLWlucHV0cy1jc3MvXG4uc2xpZGVyIHtcbiAgYXBwZWFyYW5jZTogbm9uZTtcbiAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAkdW5pdC02O1xuXG4gICY6Zm9jdXMge1xuICAgIEBpbmNsdWRlIGNvbnRyb2wtc2hhZG93KCk7XG4gICAgb3V0bGluZTogbm9uZTtcbiAgfVxuXG4gICYudG9vbHRpcDpub3QoW2RhdGEtdG9vbHRpcF0pIHtcbiAgICAmOjphZnRlciB7XG4gICAgICBjb250ZW50OiBhdHRyKHZhbHVlKTtcbiAgICB9XG4gIH1cblxuICAvLyBTbGlkZXIgVGh1bWJcbiAgJjo6LXdlYmtpdC1zbGlkZXItdGh1bWIge1xuICAgIC13ZWJraXQtYXBwZWFyYW5jZTogbm9uZTtcbiAgICBiYWNrZ3JvdW5kOiAkcHJpbWFyeS1jb2xvcjtcbiAgICBib3JkZXI6IDA7XG4gICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgIGhlaWdodDogJHVuaXQtMztcbiAgICBtYXJnaW4tdG9wOiAtKCR1bml0LTMgLSAkdW5pdC1oKSAvIDI7XG4gICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIC4ycztcbiAgICB3aWR0aDogJHVuaXQtMztcbiAgfVxuICAmOjotbW96LXJhbmdlLXRodW1iIHtcbiAgICBiYWNrZ3JvdW5kOiAkcHJpbWFyeS1jb2xvcjtcbiAgICBib3JkZXI6IDA7XG4gICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgIGhlaWdodDogJHVuaXQtMztcbiAgICB0cmFuc2l0aW9uOiB0cmFuc2Zvcm0gLjJzO1xuICAgIHdpZHRoOiAkdW5pdC0zO1xuICB9XG4gICY6Oi1tcy10aHVtYiB7XG4gICAgYmFja2dyb3VuZDogJHByaW1hcnktY29sb3I7XG4gICAgYm9yZGVyOiAwO1xuICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICBoZWlnaHQ6ICR1bml0LTM7XG4gICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIC4ycztcbiAgICB3aWR0aDogJHVuaXQtMztcbiAgfVxuXG4gICY6YWN0aXZlIHtcbiAgICAmOjotd2Via2l0LXNsaWRlci10aHVtYiB7XG4gICAgICB0cmFuc2Zvcm06IHNjYWxlKDEuMjUpO1xuICAgIH1cbiAgICAmOjotbW96LXJhbmdlLXRodW1iIHtcbiAgICAgIHRyYW5zZm9ybTogc2NhbGUoMS4yNSk7XG4gICAgfVxuICAgICY6Oi1tcy10aHVtYiB7XG4gICAgICB0cmFuc2Zvcm06IHNjYWxlKDEuMjUpO1xuICAgIH1cbiAgfVxuXG4gICY6ZGlzYWJsZWQsXG4gICYuZGlzYWJsZWQge1xuICAgICY6Oi13ZWJraXQtc2xpZGVyLXRodW1iIHtcbiAgICAgIGJhY2tncm91bmQ6ICRncmF5LWNvbG9yLWxpZ2h0O1xuICAgICAgdHJhbnNmb3JtOiBzY2FsZSgxKTtcbiAgICB9XG4gICAgJjo6LW1vei1yYW5nZS10aHVtYiB7XG4gICAgICBiYWNrZ3JvdW5kOiAkZ3JheS1jb2xvci1saWdodDtcbiAgICAgIHRyYW5zZm9ybTogc2NhbGUoMSk7XG4gICAgfVxuICAgICY6Oi1tcy10aHVtYiB7XG4gICAgICBiYWNrZ3JvdW5kOiAkZ3JheS1jb2xvci1saWdodDtcbiAgICAgIHRyYW5zZm9ybTogc2NhbGUoMSk7XG4gICAgfVxuICB9XG5cbiAgLy8gU2xpZGVyIFRyYWNrXG4gICY6Oi13ZWJraXQtc2xpZGVyLXJ1bm5hYmxlLXRyYWNrIHtcbiAgICBiYWNrZ3JvdW5kOiAkYmctY29sb3ItZGFyaztcbiAgICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgICBoZWlnaHQ6ICR1bml0LWg7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbiAgJjo6LW1vei1yYW5nZS10cmFjayB7XG4gICAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWRhcms7XG4gICAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gICAgaGVpZ2h0OiAkdW5pdC1oO1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG4gICY6Oi1tcy10cmFjayB7XG4gICAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWRhcms7XG4gICAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gICAgaGVpZ2h0OiAkdW5pdC1oO1xuICAgIHdpZHRoOiAxMDAlO1xuICB9XG4gICY6Oi1tcy1maWxsLWxvd2VyIHtcbiAgICBiYWNrZ3JvdW5kOiAkcHJpbWFyeS1jb2xvcjtcbiAgfVxufVxuIiwiLy8gVGltZWxpbmVzXG4udGltZWxpbmUge1xuICAudGltZWxpbmUtaXRlbSB7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBtYXJnaW4tYm90dG9tOiAkdW5pdC02O1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAmOjpiZWZvcmUge1xuICAgICAgYmFja2dyb3VuZDogJGJvcmRlci1jb2xvcjtcbiAgICAgIGNvbnRlbnQ6IFwiXCI7XG4gICAgICBoZWlnaHQ6IDEwMCU7XG4gICAgICBsZWZ0OiAxMXB4O1xuICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgdG9wOiAkdW5pdC02O1xuICAgICAgd2lkdGg6IDJweDtcbiAgICB9XG5cbiAgICAudGltZWxpbmUtbGVmdCB7XG4gICAgICBmbGV4OiAwIDAgYXV0bztcbiAgICB9XG5cbiAgICAudGltZWxpbmUtY29udGVudCB7XG4gICAgICBmbGV4OiAxIDEgYXV0bztcbiAgICAgIHBhZGRpbmc6IDJweCAwIDJweCAkbGF5b3V0LXNwYWNpbmctbGc7XG4gICAgfVxuXG4gICAgLnRpbWVsaW5lLWljb24ge1xuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgaGVpZ2h0OiAkdW5pdC02O1xuICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgICB3aWR0aDogJHVuaXQtNjtcbiAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgIGJvcmRlcjogJGJvcmRlci13aWR0aC1sZyBzb2xpZCAkcHJpbWFyeS1jb2xvcjtcbiAgICAgICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgICAgICBjb250ZW50OiBcIlwiO1xuICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgaGVpZ2h0OiAkdW5pdC0yO1xuICAgICAgICBsZWZ0OiAkdW5pdC0yO1xuICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgIHRvcDogJHVuaXQtMjtcbiAgICAgICAgd2lkdGg6ICR1bml0LTI7XG4gICAgICB9XG5cbiAgICAgICYuaWNvbi1sZyB7XG4gICAgICAgIGJhY2tncm91bmQ6ICRwcmltYXJ5LWNvbG9yO1xuICAgICAgICBsaW5lLWhlaWdodDogJGxpbmUtaGVpZ2h0O1xuICAgICAgICAmOjpiZWZvcmUge1xuICAgICAgICAgIGNvbnRlbnQ6IG5vbmU7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbiIsIi8vIDM2MCBEZWdyZWUgVmlld2VyXG4vLyBUaGUgbnVtYmVyIG9mIGltYWdlcyBcbiRpbWFnZS1oZWlnaHQ6IDlyZW07XG4kaW1hZ2UtbnVtYmVyOiAzNiAhZGVmYXVsdDtcbiRpbWFnZS13aWR0aDogMjRyZW07XG5cbi52aWV3ZXItMzYwIHtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgXG4gIEBmb3IgJHMgZnJvbSAxIHRocm91Z2ggKCRpbWFnZS1udW1iZXIpIHtcbiAgICAudmlld2VyLXNsaWRlclt2YWx1ZT0nI3skc30nXSArIC52aWV3ZXItaW1hZ2Uge1xuICAgICAgYmFja2dyb3VuZC1wb3NpdGlvbi15OiBwZXJjZW50YWdlKCgoJHMpLTEpICogMS8oKCRpbWFnZS1udW1iZXIpLTEpKTtcbiAgICB9XG4gIH1cblxuICAudmlld2VyLXNsaWRlciB7XG4gICAgY3Vyc29yOiBldy1yZXNpemU7XG4gICAgbWFyZ2luOiAxcmVtO1xuICAgIG9yZGVyOiAyO1xuICAgIHdpZHRoOiA2MCU7XG4gIH1cblxuICAudmlld2VyLWltYWdlIHtcbiAgICBiYWNrZ3JvdW5kLXBvc2l0aW9uLXk6IDA7XG4gICAgYmFja2dyb3VuZC1yZXBlYXQ6IG5vLXJlcGVhdDtcbiAgICBiYWNrZ3JvdW5kLXNpemU6IDEwMCU7XG4gICAgaGVpZ2h0OiAkaW1hZ2UtaGVpZ2h0O1xuICAgIG9yZGVyOiAxO1xuICAgIHdpZHRoOiAkaW1hZ2Utd2lkdGg7XG4gIH1cbn1cbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFJQSxzRkFBNEY7QVlINUYsQUFBQSxrQkFBa0IsQ0FBQyxFQUNqQixRQUFRLEVBQUUsUUFBUSxHQTRDbkI7O0FBN0NELEFBR0Usa0JBSGdCLENBR2hCLHdCQUF3QixDQUFDLEVBQ3ZCLGFBQWEsRUFBRSxVQUFVLEVBQ3pCLE9BQU8sRUFBRSxJQUFJLEVB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 */ diff --git a/user/themes/gilles_acezat/css-compiled/spectre-exp.min.css b/user/themes/gilles_acezat/css-compiled/spectre-exp.min.css new file mode 100755 index 0000000..a9e6add --- /dev/null +++ b/user/themes/gilles_acezat/css-compiled/spectre-exp.min.css @@ -0,0 +1 @@ +/*! Spectre.css Experimentals v0.5.7 | MIT License | github.com/picturepan2/spectre */.form-autocomplete{position:relative}.form-autocomplete .form-autocomplete-input{display:-ms-flexbox;display:flex;height:auto;min-height:1.6rem;padding:.1rem;-ms-flex-line-pack:start;align-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.form-autocomplete .form-autocomplete-input.is-focused{border-color:#3085ee;box-shadow:0 0 0 .1rem rgba(48,133,238,.2)}.form-autocomplete .form-autocomplete-input .form-input{line-height:.8rem;display:inline-block;width:auto;height:1.2rem;margin:.1rem;border-color:transparent;box-shadow:none;-ms-flex:1 0 auto;flex:1 0 auto}.form-autocomplete .menu{position:absolute;top:100%;left:0;width:100%}.form-autocomplete.autocomplete-oneline .form-autocomplete-input{overflow-x:auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.form-autocomplete.autocomplete-oneline .chip{-ms-flex:1 0 auto;flex:1 0 auto}.calendar{display:block;min-width:280px;border:.05rem solid #e7e9ed;border-radius:.1rem}.calendar .calendar-nav{font-size:.9rem;display:-ms-flexbox;display:flex;padding:.4rem;border-top-left-radius:.1rem;border-top-right-radius:.1rem;background:#f8f9fa;-ms-flex-align:center;align-items:center}.calendar .calendar-body,.calendar .calendar-header{display:-ms-flexbox;display:flex;padding:.4rem 0;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}.calendar .calendar-body .calendar-date,.calendar .calendar-header .calendar-date{max-width:14.28%;-ms-flex:0 0 14.28%;flex:0 0 14.28%}.calendar .calendar-header{font-size:.7rem;text-align:center;color:#acb3c2;border-bottom:.05rem solid #e7e9ed;background:#f8f9fa}.calendar .calendar-body{color:#667189}.calendar .calendar-date{padding:.2rem;border:0}.calendar .calendar-date .date-item{font-size:.7rem;line-height:1rem;position:relative;width:1.4rem;height:1.4rem;padding:.1rem;cursor:pointer;transition:background .2s,border .2s,box-shadow .2s,color .2s;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#667189;border:.05rem solid transparent;border-radius:50%;outline:0;background:0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.calendar .calendar-date .date-item.date-today{color:#3085ee;border-color:#d3e5fb}.calendar .calendar-date .date-item:focus{box-shadow:0 0 0 .1rem rgba(48,133,238,.2)}.calendar .calendar-date .date-item:focus,.calendar .calendar-date .date-item:hover{text-decoration:none;color:#3085ee;border-color:#d3e5fb;background:#eff5fe}.calendar .calendar-date .date-item.active,.calendar .calendar-date .date-item:active{color:#fff;border-color:#1370e3;background:#227ded}.calendar .calendar-date .date-item.badge::after{position:absolute;top:3px;right:3px;transform:translate(50%,-50%)}.calendar .calendar-date .calendar-event.disabled,.calendar .calendar-date .calendar-event:disabled,.calendar .calendar-date .date-item.disabled,.calendar .calendar-date .date-item:disabled{cursor:default;pointer-events:none;opacity:.25}.calendar .calendar-date.next-month .calendar-event,.calendar .calendar-date.next-month .date-item,.calendar .calendar-date.prev-month .calendar-event,.calendar .calendar-date.prev-month .date-item{opacity:.25}.calendar .calendar-range{position:relative}.calendar .calendar-range::before{position:absolute;top:50%;right:0;left:0;height:1.4rem;content:'';transform:translateY(-50%);background:#e1edfd}.calendar .calendar-range.range-start::before{left:50%}.calendar .calendar-range.range-end::before{right:50%}.calendar .calendar-range.range-end .date-item,.calendar .calendar-range.range-start .date-item{color:#fff;border-color:#1370e3;background:#227ded}.calendar .calendar-range .date-item{color:#3085ee}.calendar.calendar-lg .calendar-body{padding:0}.calendar.calendar-lg .calendar-body .calendar-date{display:-ms-flexbox;display:flex;flex-direction:column;height:5.5rem;padding:0;border-right:.05rem solid #e7e9ed;border-bottom:.05rem solid #e7e9ed;-ms-flex-direction:column}.calendar.calendar-lg .calendar-body .calendar-date:nth-child(7n){border-right:0}.calendar.calendar-lg .calendar-body .calendar-date:nth-last-child(-n+7){border-bottom:0}.calendar.calendar-lg .date-item{height:1.4rem;margin-top:.2rem;margin-right:.2rem;-ms-flex-item-align:end;align-self:flex-end}.calendar.calendar-lg .calendar-range::before{top:19px}.calendar.calendar-lg .calendar-range.range-start::before{left:auto;width:19px}.calendar.calendar-lg .calendar-range.range-end::before{right:19px}.calendar.calendar-lg .calendar-events{line-height:1;overflow-y:auto;padding:.2rem;-ms-flex-positive:1;flex-grow:1}.calendar.calendar-lg .calendar-event{font-size:.7rem;display:block;overflow:hidden;margin:.1rem auto;padding:3px 4px;white-space:nowrap;text-overflow:ellipsis;border-radius:.1rem}.carousel .carousel-locator:nth-of-type(1):checked~.carousel-container .carousel-item:nth-of-type(1),.carousel .carousel-locator:nth-of-type(2):checked~.carousel-container .carousel-item:nth-of-type(2),.carousel .carousel-locator:nth-of-type(3):checked~.carousel-container .carousel-item:nth-of-type(3),.carousel .carousel-locator:nth-of-type(4):checked~.carousel-container .carousel-item:nth-of-type(4),.carousel .carousel-locator:nth-of-type(5):checked~.carousel-container .carousel-item:nth-of-type(5),.carousel .carousel-locator:nth-of-type(6):checked~.carousel-container .carousel-item:nth-of-type(6),.carousel .carousel-locator:nth-of-type(7):checked~.carousel-container .carousel-item:nth-of-type(7),.carousel .carousel-locator:nth-of-type(8):checked~.carousel-container .carousel-item:nth-of-type(8){z-index:100;animation:carousel-slidein .75s ease-in-out 1;opacity:1}.carousel .carousel-locator:nth-of-type(1):checked~.carousel-nav .nav-item:nth-of-type(1),.carousel .carousel-locator:nth-of-type(2):checked~.carousel-nav .nav-item:nth-of-type(2),.carousel .carousel-locator:nth-of-type(3):checked~.carousel-nav .nav-item:nth-of-type(3),.carousel .carousel-locator:nth-of-type(4):checked~.carousel-nav .nav-item:nth-of-type(4),.carousel .carousel-locator:nth-of-type(5):checked~.carousel-nav .nav-item:nth-of-type(5),.carousel .carousel-locator:nth-of-type(6):checked~.carousel-nav .nav-item:nth-of-type(6),.carousel .carousel-locator:nth-of-type(7):checked~.carousel-nav .nav-item:nth-of-type(7),.carousel .carousel-locator:nth-of-type(8):checked~.carousel-nav .nav-item:nth-of-type(8){color:#e7e9ed}.carousel{position:relative;z-index:1;display:block;overflow:hidden;width:100%;background:#f8f9fa;-webkit-overflow-scrolling:touch}.carousel .carousel-container{position:relative;left:0;height:100%}.carousel .carousel-container::before{display:block;padding-bottom:56.25%;content:''}.carousel .carousel-container .carousel-item{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;animation:carousel-slideout 1s ease-in-out 1;opacity:0}.carousel .carousel-container .carousel-item:hover .item-next,.carousel .carousel-container .carousel-item:hover .item-prev{opacity:1}.carousel .carousel-container .item-next,.carousel .carousel-container .item-prev{position:absolute;z-index:100;top:50%;transition:all .4s;transform:translateY(-50%);opacity:0;color:#e7e9ed;border-color:rgba(231,233,237,.5);background:rgba(231,233,237,.25)}.carousel .carousel-container .item-prev{left:1rem}.carousel .carousel-container .item-next{right:1rem}.carousel .carousel-nav{position:absolute;z-index:100;bottom:.4rem;left:50%;display:-ms-flexbox;display:flex;width:10rem;transform:translateX(-50%);-ms-flex-pack:center;justify-content:center}.carousel .carousel-nav .nav-item{position:relative;display:block;max-width:2.5rem;height:1.6rem;margin:.2rem;color:rgba(231,233,237,.5);-ms-flex:1 0 auto;flex:1 0 auto}.carousel .carousel-nav .nav-item::before{position:absolute;top:.5rem;display:block;width:100%;height:.1rem;content:'';background:currentColor}@keyframes carousel-slidein{0%{transform:translateX(100%)}100%{transform:translateX(0)}}@keyframes carousel-slideout{0%{transform:translateX(0);opacity:1}100%{transform:translateX(-50%);opacity:1}}.comparison-slider{position:relative;overflow:hidden;width:100%;height:50vh;-webkit-overflow-scrolling:touch}.comparison-slider .comparison-after,.comparison-slider .comparison-before{position:absolute;top:0;left:0;overflow:hidden;height:100%;margin:0}.comparison-slider .comparison-after img,.comparison-slider .comparison-before img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:left center}.comparison-slider .comparison-before{z-index:1;width:100%}.comparison-slider .comparison-before .comparison-label{right:.8rem}.comparison-slider .comparison-after{z-index:2;min-width:0;max-width:100%}.comparison-slider .comparison-after::before{position:absolute;z-index:1;top:0;right:.8rem;left:0;height:100%;content:'';cursor:default;background:0 0}.comparison-slider .comparison-after::after{position:absolute;top:50%;right:.4rem;width:3px;height:3px;content:'';transform:translate(50%,-50%);color:#fff;border-radius:50%;background:currentColor;box-shadow:0 -5px,0 5px}.comparison-slider .comparison-after .comparison-label{left:.8rem}.comparison-slider .comparison-resizer{position:relative;top:50%;left:0;width:0;min-width:.8rem;max-width:100%;height:.8rem;resize:horizontal;cursor:ew-resize;transform:translateY(-50%) scaleY(30);animation:first-run 1.5s 1 ease-in-out;opacity:0;outline:0}.comparison-slider .comparison-label{position:absolute;bottom:.8rem;padding:.2rem .4rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;background:rgba(69,77,93,.5)}@keyframes first-run{0%{width:0}25%{width:2.4rem}50%{width:.8rem}75%{width:1.2rem}100%{width:0}}.filter .filter-tag#tag-0:checked~.filter-nav .chip[for=tag-0],.filter .filter-tag#tag-1:checked~.filter-nav .chip[for=tag-1],.filter .filter-tag#tag-2:checked~.filter-nav .chip[for=tag-2],.filter .filter-tag#tag-3:checked~.filter-nav .chip[for=tag-3],.filter .filter-tag#tag-4:checked~.filter-nav .chip[for=tag-4],.filter .filter-tag#tag-5:checked~.filter-nav .chip[for=tag-5],.filter .filter-tag#tag-6:checked~.filter-nav .chip[for=tag-6],.filter .filter-tag#tag-7:checked~.filter-nav .chip[for=tag-7],.filter .filter-tag#tag-8:checked~.filter-nav .chip[for=tag-8]{color:#fff;background:#3085ee}.filter .filter-tag#tag-1:checked~.filter-body .filter-item:not([data-tag~=tag-1]),.filter .filter-tag#tag-2:checked~.filter-body .filter-item:not([data-tag~=tag-2]),.filter .filter-tag#tag-3:checked~.filter-body .filter-item:not([data-tag~=tag-3]),.filter .filter-tag#tag-4:checked~.filter-body .filter-item:not([data-tag~=tag-4]),.filter .filter-tag#tag-5:checked~.filter-body .filter-item:not([data-tag~=tag-5]),.filter .filter-tag#tag-6:checked~.filter-body .filter-item:not([data-tag~=tag-6]),.filter .filter-tag#tag-7:checked~.filter-body .filter-item:not([data-tag~=tag-7]),.filter .filter-tag#tag-8:checked~.filter-body .filter-item:not([data-tag~=tag-8]){display:none}.filter .filter-nav{margin:.4rem 0}.filter .filter-body{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.meter{display:block;width:100%;height:.8rem;border:0;border-radius:.1rem;background:#f8f9fa;-webkit-appearance:none;-moz-appearance:none;appearance:none}.meter::-webkit-meter-inner-element{display:block}.meter::-webkit-meter-bar,.meter::-webkit-meter-even-less-good-value,.meter::-webkit-meter-optimum-value,.meter::-webkit-meter-suboptimum-value{border-radius:.1rem}.meter::-webkit-meter-bar{background:#f8f9fa}.meter::-webkit-meter-optimum-value{background:#32b643}.meter::-webkit-meter-suboptimum-value{background:#ffb700}.meter::-webkit-meter-even-less-good-value{background:#e85600}.meter:-moz-meter-optimum,.meter:-moz-meter-sub-optimum,.meter:-moz-meter-sub-sub-optimum,.meter::-moz-meter-bar{border-radius:.1rem}.meter:-moz-meter-optimum::-moz-meter-bar{background:#32b643}.meter:-moz-meter-sub-optimum::-moz-meter-bar{background:#ffb700}.meter:-moz-meter-sub-sub-optimum::-moz-meter-bar{background:#e85600}.off-canvas{position:relative;display:-ms-flexbox;display:flex;width:100%;height:100%;-ms-flex-flow:nowrap;flex-flow:nowrap}.off-canvas .off-canvas-toggle{position:absolute;z-index:1;top:.4rem;left:.4rem;display:block;transition:none}.off-canvas .off-canvas-sidebar{position:fixed;z-index:200;top:0;bottom:0;left:0;overflow-y:auto;min-width:10rem;transition:transform .25s;transform:translateX(-100%);background:#f8f9fa}.off-canvas .off-canvas-content{height:100%;padding:.4rem .4rem .4rem 4rem;-ms-flex:1 1 auto;flex:1 1 auto}.off-canvas .off-canvas-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:none;width:100%;height:100%;border-color:transparent;border-radius:0;background:rgba(69,77,93,.1)}.off-canvas .off-canvas-sidebar.active,.off-canvas .off-canvas-sidebar:target{transform:translateX(0)}.off-canvas .off-canvas-sidebar.active~.off-canvas-overlay,.off-canvas .off-canvas-sidebar:target~.off-canvas-overlay{z-index:100;display:block}@media (min-width:960px){.off-canvas.off-canvas-sidebar-show .off-canvas-toggle{display:none}.off-canvas.off-canvas-sidebar-show .off-canvas-sidebar{position:relative;transform:none;-ms-flex:0 0 auto;flex:0 0 auto}.off-canvas.off-canvas-sidebar-show .off-canvas-overlay{display:none!important}}.parallax{position:relative;display:block;width:auto;height:auto}.parallax .parallax-content{width:100%;height:auto;transition:all .4s ease;transform:perspective(1000px);box-shadow:0 1rem 2.1rem rgba(69,77,93,.3);transform-style:preserve-3d}.parallax .parallax-content::before{position:absolute;top:0;left:0;display:block;width:100%;height:100%;content:''}.parallax .parallax-front{position:absolute;z-index:1;top:0;left:0;display:-ms-flexbox;display:flex;width:100%;height:100%;transition:transform .4s;transform:translateZ(50px) scale(.95);text-align:center;color:#fff;text-shadow:0 0 20px rgba(69,77,93,.75);-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.parallax .parallax-top-left{position:absolute;z-index:100;top:0;left:0;width:50%;height:50%;outline:0}.parallax .parallax-top-left:focus~.parallax-content,.parallax .parallax-top-left:hover~.parallax-content{transform:perspective(1000px) rotateX(3deg) rotateY(-3deg)}.parallax .parallax-top-left:focus~.parallax-content::before,.parallax .parallax-top-left:hover~.parallax-content::before{background:linear-gradient(135deg,rgba(255,255,255,.35) 0,transparent 50%)}.parallax .parallax-top-left:focus~.parallax-content .parallax-front,.parallax .parallax-top-left:hover~.parallax-content .parallax-front{transform:translate3d(4.5px,4.5px,50px) scale(.95)}.parallax .parallax-top-right{position:absolute;z-index:100;top:0;right:0;width:50%;height:50%;outline:0}.parallax .parallax-top-right:focus~.parallax-content,.parallax .parallax-top-right:hover~.parallax-content{transform:perspective(1000px) rotateX(3deg) rotateY(3deg)}.parallax .parallax-top-right:focus~.parallax-content::before,.parallax .parallax-top-right:hover~.parallax-content::before{background:linear-gradient(-135deg,rgba(255,255,255,.35) 0,transparent 50%)}.parallax .parallax-top-right:focus~.parallax-content .parallax-front,.parallax .parallax-top-right:hover~.parallax-content .parallax-front{transform:translate3d(-4.5px,4.5px,50px) scale(.95)}.parallax .parallax-bottom-left{position:absolute;z-index:100;bottom:0;left:0;width:50%;height:50%;outline:0}.parallax .parallax-bottom-left:focus~.parallax-content,.parallax .parallax-bottom-left:hover~.parallax-content{transform:perspective(1000px) rotateX(-3deg) rotateY(-3deg)}.parallax .parallax-bottom-left:focus~.parallax-content::before,.parallax .parallax-bottom-left:hover~.parallax-content::before{background:linear-gradient(45deg,rgba(255,255,255,.35) 0,transparent 50%)}.parallax .parallax-bottom-left:focus~.parallax-content .parallax-front,.parallax .parallax-bottom-left:hover~.parallax-content .parallax-front{transform:translate3d(4.5px,-4.5px,50px) scale(.95)}.parallax .parallax-bottom-right{position:absolute;z-index:100;right:0;bottom:0;width:50%;height:50%;outline:0}.parallax .parallax-bottom-right:focus~.parallax-content,.parallax .parallax-bottom-right:hover~.parallax-content{transform:perspective(1000px) rotateX(-3deg) rotateY(3deg)}.parallax .parallax-bottom-right:focus~.parallax-content::before,.parallax .parallax-bottom-right:hover~.parallax-content::before{background:linear-gradient(-45deg,rgba(255,255,255,.35) 0,transparent 50%)}.parallax .parallax-bottom-right:focus~.parallax-content .parallax-front,.parallax .parallax-bottom-right:hover~.parallax-content .parallax-front{transform:translate3d(-4.5px,-4.5px,50px) scale(.95)}.progress{position:relative;width:100%;height:.2rem;color:#3085ee;border:0;border-radius:.1rem;background:#f0f1f4;-webkit-appearance:none;-moz-appearance:none;appearance:none}.progress::-webkit-progress-bar{border-radius:.1rem;background:0 0}.progress::-webkit-progress-value{border-radius:.1rem;background:#3085ee}.progress::-moz-progress-bar{border-radius:.1rem;background:#3085ee}.progress:indeterminate{animation:progress-indeterminate 1.5s linear infinite;background:#f0f1f4 linear-gradient(to right,#3085ee 30%,#f0f1f4 30%) top left/150% 150% no-repeat}.progress:indeterminate::-moz-progress-bar{background:0 0}@keyframes progress-indeterminate{0%{background-position:200% 0}100%{background-position:-200% 0}}.slider{display:block;width:100%;height:1.2rem;background:0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.slider:focus{outline:0;box-shadow:0 0 0 .1rem rgba(48,133,238,.2)}.slider.tooltip:not([data-tooltip])::after{content:attr(value)}.slider::-webkit-slider-thumb{width:.6rem;height:.6rem;margin-top:-.25rem;transition:transform .2s;border:0;border-radius:50%;background:#3085ee;-webkit-appearance:none}.slider::-moz-range-thumb{width:.6rem;height:.6rem;transition:transform .2s;border:0;border-radius:50%;background:#3085ee}.slider::-ms-thumb{width:.6rem;height:.6rem;transition:transform .2s;border:0;border-radius:50%;background:#3085ee}.slider:active::-webkit-slider-thumb{transform:scale(1.25)}.slider:active::-moz-range-thumb{transform:scale(1.25)}.slider:active::-ms-thumb{transform:scale(1.25)}.slider.disabled::-webkit-slider-thumb,.slider:disabled::-webkit-slider-thumb{transform:scale(1);background:#e7e9ed}.slider.disabled::-moz-range-thumb,.slider:disabled::-moz-range-thumb{transform:scale(1);background:#e7e9ed}.slider.disabled::-ms-thumb,.slider:disabled::-ms-thumb{transform:scale(1);background:#e7e9ed}.slider::-webkit-slider-runnable-track{width:100%;height:.1rem;border-radius:.1rem;background:#f0f1f4}.slider::-moz-range-track{width:100%;height:.1rem;border-radius:.1rem;background:#f0f1f4}.slider::-ms-track{width:100%;height:.1rem;border-radius:.1rem;background:#f0f1f4}.slider::-ms-fill-lower{background:#3085ee}.timeline .timeline-item{position:relative;display:-ms-flexbox;display:flex;margin-bottom:1.2rem}.timeline .timeline-item::before{position:absolute;top:1.2rem;left:11px;width:2px;height:100%;content:'';background:#e7e9ed}.timeline .timeline-item .timeline-left{-ms-flex:0 0 auto;flex:0 0 auto}.timeline .timeline-item .timeline-content{padding:2px 0 2px .8rem;-ms-flex:1 1 auto;flex:1 1 auto}.timeline .timeline-item .timeline-icon{display:-ms-flexbox;display:flex;width:1.2rem;height:1.2rem;text-align:center;color:#fff;border-radius:50%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.timeline .timeline-item .timeline-icon::before{position:absolute;top:.4rem;left:.4rem;display:block;width:.4rem;height:.4rem;content:'';border:.1rem solid #3085ee;border-radius:50%}.timeline .timeline-item .timeline-icon.icon-lg{line-height:1.2rem;background:#3085ee}.timeline .timeline-item .timeline-icon.icon-lg::before{content:none}.viewer-360{display:-ms-flexbox;display:flex;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-direction:column}.viewer-360 .viewer-slider[value='1']+.viewer-image{background-position-y:0}.viewer-360 .viewer-slider[value='2']+.viewer-image{background-position-y:2.8571428571%}.viewer-360 .viewer-slider[value='3']+.viewer-image{background-position-y:5.7142857143%}.viewer-360 .viewer-slider[value='4']+.viewer-image{background-position-y:8.5714285714%}.viewer-360 .viewer-slider[value='5']+.viewer-image{background-position-y:11.4285714286%}.viewer-360 .viewer-slider[value='6']+.viewer-image{background-position-y:14.2857142857%}.viewer-360 .viewer-slider[value='7']+.viewer-image{background-position-y:17.1428571429%}.viewer-360 .viewer-slider[value='8']+.viewer-image{background-position-y:20%}.viewer-360 .viewer-slider[value='9']+.viewer-image{background-position-y:22.8571428571%}.viewer-360 .viewer-slider[value='10']+.viewer-image{background-position-y:25.7142857143%}.viewer-360 .viewer-slider[value='11']+.viewer-image{background-position-y:28.5714285714%}.viewer-360 .viewer-slider[value='12']+.viewer-image{background-position-y:31.4285714286%}.viewer-360 .viewer-slider[value='13']+.viewer-image{background-position-y:34.2857142857%}.viewer-360 .viewer-slider[value='14']+.viewer-image{background-position-y:37.1428571429%}.viewer-360 .viewer-slider[value='15']+.viewer-image{background-position-y:40%}.viewer-360 .viewer-slider[value='16']+.viewer-image{background-position-y:42.8571428571%}.viewer-360 .viewer-slider[value='17']+.viewer-image{background-position-y:45.7142857143%}.viewer-360 .viewer-slider[value='18']+.viewer-image{background-position-y:48.5714285714%}.viewer-360 .viewer-slider[value='19']+.viewer-image{background-position-y:51.4285714286%}.viewer-360 .viewer-slider[value='20']+.viewer-image{background-position-y:54.2857142857%}.viewer-360 .viewer-slider[value='21']+.viewer-image{background-position-y:57.1428571429%}.viewer-360 .viewer-slider[value='22']+.viewer-image{background-position-y:60%}.viewer-360 .viewer-slider[value='23']+.viewer-image{background-position-y:62.8571428571%}.viewer-360 .viewer-slider[value='24']+.viewer-image{background-position-y:65.7142857143%}.viewer-360 .viewer-slider[value='25']+.viewer-image{background-position-y:68.5714285714%}.viewer-360 .viewer-slider[value='26']+.viewer-image{background-position-y:71.4285714286%}.viewer-360 .viewer-slider[value='27']+.viewer-image{background-position-y:74.2857142857%}.viewer-360 .viewer-slider[value='28']+.viewer-image{background-position-y:77.1428571429%}.viewer-360 .viewer-slider[value='29']+.viewer-image{background-position-y:80%}.viewer-360 .viewer-slider[value='30']+.viewer-image{background-position-y:82.8571428571%}.viewer-360 .viewer-slider[value='31']+.viewer-image{background-position-y:85.7142857143%}.viewer-360 .viewer-slider[value='32']+.viewer-image{background-position-y:88.5714285714%}.viewer-360 .viewer-slider[value='33']+.viewer-image{background-position-y:91.4285714286%}.viewer-360 .viewer-slider[value='34']+.viewer-image{background-position-y:94.2857142857%}.viewer-360 .viewer-slider[value='35']+.viewer-image{background-position-y:97.1428571429%}.viewer-360 .viewer-slider[value='36']+.viewer-image{background-position-y:100%}.viewer-360 .viewer-slider{width:60%;margin:1rem;cursor:ew-resize;-ms-flex-order:2;order:2}.viewer-360 .viewer-image{width:24rem;height:9rem;background-repeat:no-repeat;background-position-y:0;background-size:100%;-ms-flex-order:1;order:1} \ No newline at end of file diff --git a/user/themes/gilles_acezat/css-compiled/spectre-icons.css b/user/themes/gilles_acezat/css-compiled/spectre-icons.css new file mode 100755 index 0000000..331bd09 --- /dev/null +++ b/user/themes/gilles_acezat/css-compiled/spectre-icons.css @@ -0,0 +1,172 @@ +/*! Spectre.css Icons v0.5.7 | MIT License | github.com/picturepan2/spectre */ +.icon { box-sizing: border-box; display: inline-block; font-size: inherit; font-style: normal; height: 1em; position: relative; text-indent: -9999px; vertical-align: middle; width: 1em; } + +.icon::before, .icon::after { content: ""; display: block; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); } + +.icon.icon-2x { font-size: 1.6rem; } + +.icon.icon-3x { font-size: 2.4rem; } + +.icon.icon-4x { font-size: 3.2rem; } + +.accordion .icon, .btn .icon, .toast .icon, .menu .icon { vertical-align: -10%; } + +.btn-lg .icon { vertical-align: -15%; } + +.icon-arrow-down::before, .icon-arrow-left::before, .icon-arrow-right::before, .icon-arrow-up::before, .icon-downward::before, .icon-back::before, .icon-forward::before, .icon-upward::before { border: 0.1rem solid currentColor; border-bottom: 0; border-right: 0; height: .65em; width: .65em; } + +.icon-arrow-down::before { transform: translate(-50%, -75%) rotate(225deg); } + +.icon-arrow-left::before { transform: translate(-25%, -50%) rotate(-45deg); } + +.icon-arrow-right::before { transform: translate(-75%, -50%) rotate(135deg); } + +.icon-arrow-up::before { transform: translate(-50%, -25%) rotate(45deg); } + +.icon-back::after, .icon-forward::after { background: currentColor; height: 0.1rem; width: .8em; } + +.icon-downward::after, .icon-upward::after { background: currentColor; height: .8em; width: 0.1rem; } + +.icon-back::after { left: 55%; } + +.icon-back::before { transform: translate(-50%, -50%) rotate(-45deg); } + +.icon-downward::after { top: 45%; } + +.icon-downward::before { transform: translate(-50%, -50%) rotate(-135deg); } + +.icon-forward::after { left: 45%; } + +.icon-forward::before { transform: translate(-50%, -50%) rotate(135deg); } + +.icon-upward::after { top: 55%; } + +.icon-upward::before { transform: translate(-50%, -50%) rotate(45deg); } + +.icon-caret::before { border-top: .3em solid currentColor; border-right: .3em solid transparent; border-left: .3em solid transparent; height: 0; transform: translate(-50%, -25%); width: 0; } + +.icon-menu::before { background: currentColor; box-shadow: 0 -.35em, 0 .35em; height: 0.1rem; width: 100%; } + +.icon-apps::before { background: currentColor; box-shadow: -.35em -.35em, -.35em 0, -.35em .35em, 0 -.35em, 0 .35em, .35em -.35em, .35em 0, .35em .35em; height: 3px; width: 3px; } + +.icon-resize-horiz::before, .icon-resize-horiz::after, .icon-resize-vert::before, .icon-resize-vert::after { border: 0.1rem solid currentColor; border-bottom: 0; border-right: 0; height: .45em; width: .45em; } + +.icon-resize-horiz::before, .icon-resize-vert::before { transform: translate(-50%, -90%) rotate(45deg); } + +.icon-resize-horiz::after, .icon-resize-vert::after { transform: translate(-50%, -10%) rotate(225deg); } + +.icon-resize-horiz::before { transform: translate(-90%, -50%) rotate(-45deg); } + +.icon-resize-horiz::after { transform: translate(-10%, -50%) rotate(135deg); } + +.icon-more-horiz::before, .icon-more-vert::before { background: currentColor; box-shadow: -.4em 0, .4em 0; border-radius: 50%; height: 3px; width: 3px; } + +.icon-more-vert::before { box-shadow: 0 -.4em, 0 .4em; } + +.icon-plus::before, .icon-minus::before, .icon-cross::before { background: currentColor; height: 0.1rem; width: 100%; } + +.icon-plus::after, .icon-cross::after { background: currentColor; height: 100%; width: 0.1rem; } + +.icon-cross::before { width: 100%; } + +.icon-cross::after { height: 100%; } + +.icon-cross::before, .icon-cross::after { transform: translate(-50%, -50%) rotate(45deg); } + +.icon-check::before { border: 0.1rem solid currentColor; border-right: 0; border-top: 0; height: .5em; width: .9em; transform: translate(-50%, -75%) rotate(-45deg); } + +.icon-stop { border: 0.1rem solid currentColor; border-radius: 50%; } + +.icon-stop::before { background: currentColor; height: 0.1rem; transform: translate(-50%, -50%) rotate(45deg); width: 1em; } + +.icon-shutdown { border: 0.1rem solid currentColor; border-radius: 50%; border-top-color: transparent; } + +.icon-shutdown::before { background: currentColor; content: ""; height: .5em; top: .1em; width: 0.1rem; } + +.icon-refresh::before { border: 0.1rem solid currentColor; border-radius: 50%; border-right-color: transparent; height: 1em; width: 1em; } + +.icon-refresh::after { border: .2em solid currentColor; border-top-color: transparent; border-left-color: transparent; height: 0; left: 80%; top: 20%; width: 0; } + +.icon-search::before { border: 0.1rem solid currentColor; border-radius: 50%; height: .75em; left: 5%; top: 5%; transform: translate(0, 0) rotate(45deg); width: .75em; } + +.icon-search::after { background: currentColor; height: 0.1rem; left: 80%; top: 80%; transform: translate(-50%, -50%) rotate(45deg); width: .4em; } + +.icon-edit::before { border: 0.1rem solid currentColor; height: .4em; transform: translate(-40%, -60%) rotate(-45deg); width: .85em; } + +.icon-edit::after { border: .15em solid currentColor; border-top-color: transparent; border-right-color: transparent; height: 0; left: 5%; top: 95%; transform: translate(0, -100%); width: 0; } + +.icon-delete::before { border: 0.1rem solid currentColor; border-bottom-left-radius: 0.1rem; border-bottom-right-radius: 0.1rem; border-top: 0; height: .75em; top: 60%; width: .75em; } + +.icon-delete::after { background: currentColor; box-shadow: -.25em .2em, .25em .2em; height: 0.1rem; top: 0.05rem; width: .5em; } + +.icon-share { border: 0.1rem solid currentColor; border-radius: 0.1rem; border-right: 0; border-top: 0; } + +.icon-share::before { border: 0.1rem solid currentColor; border-left: 0; border-top: 0; height: .4em; left: 100%; top: .25em; transform: translate(-125%, -50%) rotate(-45deg); width: .4em; } + +.icon-share::after { border: 0.1rem solid currentColor; border-bottom: 0; border-right: 0; border-radius: 75% 0; height: .5em; width: .6em; } + +.icon-flag::before { background: currentColor; height: 1em; left: 15%; width: 0.1rem; } + +.icon-flag::after { border: 0.1rem solid currentColor; border-bottom-right-radius: 0.1rem; border-left: 0; border-top-right-radius: 0.1rem; height: .65em; top: 35%; left: 60%; width: .8em; } + +.icon-bookmark::before { border: 0.1rem solid currentColor; border-bottom: 0; border-top-left-radius: 0.1rem; border-top-right-radius: 0.1rem; height: .9em; width: .8em; } + +.icon-bookmark::after { border: 0.1rem solid currentColor; border-bottom: 0; border-left: 0; border-radius: 0.1rem; height: .5em; transform: translate(-50%, 35%) rotate(-45deg) skew(15deg, 15deg); width: .5em; } + +.icon-download, .icon-upload { border-bottom: 0.1rem solid currentColor; } + +.icon-download::before, .icon-upload::before { border: 0.1rem solid currentColor; border-bottom: 0; border-right: 0; height: .5em; width: .5em; transform: translate(-50%, -60%) rotate(-135deg); } + +.icon-download::after, .icon-upload::after { background: currentColor; height: .6em; top: 40%; width: 0.1rem; } + +.icon-upload::before { transform: translate(-50%, -60%) rotate(45deg); } + +.icon-upload::after { top: 50%; } + +.icon-copy::before { border: 0.1rem solid currentColor; border-radius: 0.1rem; border-right: 0; border-bottom: 0; height: .8em; left: 40%; top: 35%; width: .8em; } + +.icon-copy::after { border: 0.1rem solid currentColor; border-radius: 0.1rem; height: .8em; left: 60%; top: 60%; width: .8em; } + +.icon-time { border: 0.1rem solid currentColor; border-radius: 50%; } + +.icon-time::before { background: currentColor; height: .4em; transform: translate(-50%, -75%); width: 0.1rem; } + +.icon-time::after { background: currentColor; height: .3em; transform: translate(-50%, -75%) rotate(90deg); transform-origin: 50% 90%; width: 0.1rem; } + +.icon-mail::before { border: 0.1rem solid currentColor; border-radius: 0.1rem; height: .8em; width: 1em; } + +.icon-mail::after { border: 0.1rem solid currentColor; border-right: 0; border-top: 0; height: .5em; transform: translate(-50%, -90%) rotate(-45deg) skew(10deg, 10deg); width: .5em; } + +.icon-people::before { border: 0.1rem solid currentColor; border-radius: 50%; height: .45em; top: 25%; width: .45em; } + +.icon-people::after { border: 0.1rem solid currentColor; border-radius: 50% 50% 0 0; height: .4em; top: 75%; width: .9em; } + +.icon-message { border: 0.1rem solid currentColor; border-bottom: 0; border-radius: 0.1rem; border-right: 0; } + +.icon-message::before { border: 0.1rem solid currentColor; border-bottom-right-radius: 0.1rem; border-left: 0; border-top: 0; height: .8em; left: 65%; top: 40%; width: .7em; } + +.icon-message::after { background: currentColor; border-radius: 0.1rem; height: .3em; left: 10%; top: 100%; transform: translate(0, -90%) rotate(45deg); width: 0.1rem; } + +.icon-photo { border: 0.1rem solid currentColor; border-radius: 0.1rem; } + +.icon-photo::before { border: 0.1rem solid currentColor; border-radius: 50%; height: .25em; left: 35%; top: 35%; width: .25em; } + +.icon-photo::after { border: 0.1rem solid currentColor; border-bottom: 0; border-left: 0; height: .5em; left: 60%; transform: translate(-50%, 25%) rotate(-45deg); width: .5em; } + +.icon-link::before, .icon-link::after { border: 0.1rem solid currentColor; border-radius: 5em 0 0 5em; border-right: 0; height: .5em; width: .75em; } + +.icon-link::before { transform: translate(-70%, -45%) rotate(-45deg); } + +.icon-link::after { transform: translate(-30%, -55%) rotate(135deg); } + +.icon-location::before { border: 0.1rem solid currentColor; border-radius: 50% 50% 50% 0; height: .8em; transform: translate(-50%, -60%) rotate(-45deg); width: .8em; } + +.icon-location::after { border: 0.1rem solid currentColor; border-radius: 50%; height: .2em; transform: translate(-50%, -80%); width: .2em; } + +.icon-emoji { border: 0.1rem solid currentColor; border-radius: 50%; } + +.icon-emoji::before { border-radius: 50%; box-shadow: -.17em -.1em, .17em -.1em; height: .15em; width: .15em; } + +.icon-emoji::after { border: 0.1rem solid currentColor; border-bottom-color: transparent; border-radius: 50%; border-right-color: transparent; height: .5em; transform: translate(-50%, -40%) rotate(-135deg); width: .5em; } + +/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3BlY3RyZS1pY29ucy5jc3MiLCJzb3VyY2VzIjpbInNwZWN0cmUtaWNvbnMuc2NzcyIsInNwZWN0cmUvX3ZhcmlhYmxlcy5zY3NzIiwic3BlY3RyZS9fbWl4aW5zLnNjc3MiLCJzcGVjdHJlL21peGlucy9fYXZhdGFyLnNjc3MiLCJzcGVjdHJlL21peGlucy9fYnV0dG9uLnNjc3MiLCJzcGVjdHJlL21peGlucy9fY2xlYXJmaXguc2NzcyIsInNwZWN0cmUvbWl4aW5zL19jb2xvci5zY3NzIiwic3BlY3RyZS9taXhpbnMvX2xhYmVsLnNjc3MiLCJzcGVjdHJlL21peGlucy9fcG9zaXRpb24uc2NzcyIsInNwZWN0cmUvbWl4aW5zL19zaGFkb3cuc2NzcyIsInNwZWN0cmUvbWl4aW5zL190ZXh0LnNjc3MiLCJzcGVjdHJlL21peGlucy9fdG9hc3Quc2NzcyIsInNwZWN0cmUvaWNvbnMvX2ljb25zLWNvcmUuc2NzcyIsInNwZWN0cmUvaWNvbnMvX2ljb25zLW5hdmlnYXRpb24uc2NzcyIsInNwZWN0cmUvaWNvbnMvX2ljb25zLWFjdGlvbi5zY3NzIiwic3BlY3RyZS9pY29ucy9faWNvbnMtb2JqZWN0LnNjc3MiXSwic291cmNlc0NvbnRlbnQiOlsiLy8gVmFyaWFibGVzIGFuZCBtaXhpbnNcbkBpbXBvcnQgXCJzcGVjdHJlL3ZhcmlhYmxlc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvbWl4aW5zXCI7XG5cbi8qISBTcGVjdHJlLmNzcyBJY29ucyB2I3skdmVyc2lvbn0gfCBNSVQgTGljZW5zZSB8IGdpdGh1Yi5jb20vcGljdHVyZXBhbjIvc3BlY3RyZSAqL1xuLy8gSWNvbnNcbkBpbXBvcnQgXCJzcGVjdHJlL2ljb25zL2ljb25zLWNvcmVcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL2ljb25zL2ljb25zLW5hdmlnYXRpb25cIjtcbkBpbXBvcnQgXCJzcGVjdHJlL2ljb25zL2ljb25zLWFjdGlvblwiO1xuQGltcG9ydCBcInNwZWN0cmUvaWNvbnMvaWNvbnMtb2JqZWN0XCI7XG4iLCIvLyBDb3JlIHZhcmlhYmxlc1xuJHZlcnNpb246IFwiMC41LjdcIjtcblxuLy8gQ29yZSBmZWF0dXJlc1xuJHJ0bDogZmFsc2UgIWRlZmF1bHQ7XG5cbi8vIENvcmUgY29sb3JzXG4kcHJpbWFyeS1jb2xvcjogIzMwODVFRSAhZGVmYXVsdDtcbiRwcmltYXJ5LWNvbG9yLWRhcms6IGRhcmtlbigkcHJpbWFyeS1jb2xvciwgMyUpICFkZWZhdWx0O1xuJHByaW1hcnktY29sb3ItbGlnaHQ6IGxpZ2h0ZW4oJHByaW1hcnktY29sb3IsIDMlKSAhZGVmYXVsdDtcbiRzZWNvbmRhcnktY29sb3I6IGxpZ2h0ZW4oJHByaW1hcnktY29sb3IsIDM3LjUlKSAhZGVmYXVsdDtcbiRzZWNvbmRhcnktY29sb3ItZGFyazogZGFya2VuKCRzZWNvbmRhcnktY29sb3IsIDMlKSAhZGVmYXVsdDtcbiRzZWNvbmRhcnktY29sb3ItbGlnaHQ6IGxpZ2h0ZW4oJHNlY29uZGFyeS1jb2xvciwgMyUpICFkZWZhdWx0O1xuXG4vLyBHcmF5IGNvbG9yc1xuJGRhcmstY29sb3I6ICM0NTRkNWQgIWRlZmF1bHQ7XG4kbGlnaHQtY29sb3I6ICNmZmYgIWRlZmF1bHQ7XG4kZ3JheS1jb2xvcjogbGlnaHRlbigkZGFyay1jb2xvciwgNDAlKSAhZGVmYXVsdDtcbiRncmF5LWNvbG9yLWRhcms6IGRhcmtlbigkZ3JheS1jb2xvciwgMjUlKSAhZGVmYXVsdDtcbiRncmF5LWNvbG9yLWxpZ2h0OiBsaWdodGVuKCRncmF5LWNvbG9yLCAyMCUpICFkZWZhdWx0O1xuXG4kYm9yZGVyLWNvbG9yOiBsaWdodGVuKCRkYXJrLWNvbG9yLCA2MCUpICFkZWZhdWx0O1xuJGJvcmRlci1jb2xvci1kYXJrOiBkYXJrZW4oJGJvcmRlci1jb2xvciwgMTAlKSAhZGVmYXVsdDtcbiRiZy1jb2xvcjogbGlnaHRlbigkZGFyay1jb2xvciwgNjYlKSAhZGVmYXVsdDtcbiRiZy1jb2xvci1kYXJrOiBkYXJrZW4oJGJnLWNvbG9yLCAzJSkgIWRlZmF1bHQ7XG4kYmctY29sb3ItbGlnaHQ6ICRsaWdodC1jb2xvciAhZGVmYXVsdDtcblxuLy8gQ29udHJvbCBjb2xvcnNcbiRzdWNjZXNzLWNvbG9yOiAjMzJiNjQzICFkZWZhdWx0O1xuJHdhcm5pbmctY29sb3I6ICNmZmI3MDAgIWRlZmF1bHQ7XG4kZXJyb3ItY29sb3I6ICNlODU2MDAgIWRlZmF1bHQ7XG5cbi8vIE90aGVyIGNvbG9yc1xuJGNvZGUtY29sb3I6ICNkNzNlNDggIWRlZmF1bHQ7XG4kaGlnaGxpZ2h0LWNvbG9yOiAjZmZlOWIzICFkZWZhdWx0O1xuJGJvZHktYmc6ICRiZy1jb2xvci1saWdodCAhZGVmYXVsdDtcbiRib2R5LWZvbnQtY29sb3I6IGxpZ2h0ZW4oJGRhcmstY29sb3IsIDUlKSAhZGVmYXVsdDtcbiRsaW5rLWNvbG9yOiAkcHJpbWFyeS1jb2xvciAhZGVmYXVsdDtcbiRsaW5rLWNvbG9yLWRhcms6IGRhcmtlbigkbGluay1jb2xvciwgMTAlKSAhZGVmYXVsdDtcbiRsaW5rLWNvbG9yLWxpZ2h0OiBsaWdodGVuKCRsaW5rLWNvbG9yLCAxMCUpICFkZWZhdWx0O1xuXG4vLyBGb250c1xuLy8gQ3JlZGl0OiBodHRwczovL3d3dy5zbWFzaGluZ21hZ2F6aW5lLmNvbS8yMDE1LzExL3VzaW5nLXN5c3RlbS11aS1mb250cy1wcmFjdGljYWwtZ3VpZGUvXG4kYmFzZS1mb250LWZhbWlseTogLWFwcGxlLXN5c3RlbSwgc3lzdGVtLXVpLCBCbGlua01hY1N5c3RlbUZvbnQsIFwiU2Vnb2UgVUlcIiwgUm9ib3RvICFkZWZhdWx0O1xuJG1vbm8tZm9udC1mYW1pbHk6IFwiU0YgTW9ub1wiLCBcIlNlZ29lIFVJIE1vbm9cIiwgXCJSb2JvdG8gTW9ub1wiLCBNZW5sbywgQ291cmllciwgbW9ub3NwYWNlICFkZWZhdWx0O1xuJGZhbGxiYWNrLWZvbnQtZmFtaWx5OiBcIkhlbHZldGljYSBOZXVlXCIsIHNhbnMtc2VyaWYgIWRlZmF1bHQ7XG4kY2prLXpoLWhhbnMtZm9udC1mYW1pbHk6ICRiYXNlLWZvbnQtZmFtaWx5LCBcIlBpbmdGYW5nIFNDXCIsIFwiSGlyYWdpbm8gU2FucyBHQlwiLCBcIk1pY3Jvc29mdCBZYUhlaVwiLCAkZmFsbGJhY2stZm9udC1mYW1pbHkgIWRlZmF1bHQ7XG4kY2prLXpoLWhhbnQtZm9udC1mYW1pbHk6ICRiYXNlLWZvbnQtZmFtaWx5LCBcIlBpbmdGYW5nIFRDXCIsIFwiSGlyYWdpbm8gU2FucyBDTlNcIiwgXCJNaWNyb3NvZnQgSmhlbmdIZWlcIiwgJGZhbGxiYWNrLWZvbnQtZmFtaWx5ICFkZWZhdWx0O1xuJGNqay1qcC1mb250LWZhbWlseTogJGJhc2UtZm9udC1mYW1pbHksIFwiSGlyYWdpbm8gU2Fuc1wiLCBcIkhpcmFnaW5vIEtha3UgR290aGljIFByb1wiLCBcIll1IEdvdGhpY1wiLCBZdUdvdGhpYywgTWVpcnlvLCAkZmFsbGJhY2stZm9udC1mYW1pbHkgIWRlZmF1bHQ7XG4kY2prLWtvLWZvbnQtZmFtaWx5OiAkYmFzZS1mb250LWZhbWlseSwgXCJNYWxndW4gR290aGljXCIsICRmYWxsYmFjay1mb250LWZhbWlseSAhZGVmYXVsdDtcbiRib2R5LWZvbnQtZmFtaWx5OiAkYmFzZS1mb250LWZhbWlseSwgJGZhbGxiYWNrLWZvbnQtZmFtaWx5ICFkZWZhdWx0O1xuXG4vLyBVbml0IHNpemVzXG4kdW5pdC1vOiAuMDVyZW0gIWRlZmF1bHQ7XG4kdW5pdC1oOiAuMXJlbSAhZGVmYXVsdDtcbiR1bml0LTE6IC4ycmVtICFkZWZhdWx0O1xuJHVuaXQtMjogLjRyZW0gIWRlZmF1bHQ7XG4kdW5pdC0zOiAuNnJlbSAhZGVmYXVsdDtcbiR1bml0LTQ6IC44cmVtICFkZWZhdWx0O1xuJHVuaXQtNTogMXJlbSAhZGVmYXVsdDtcbiR1bml0LTY6IDEuMnJlbSAhZGVmYXVsdDtcbiR1bml0LTc6IDEuNHJlbSAhZGVmYXVsdDtcbiR1bml0LTg6IDEuNnJlbSAhZGVmYXVsdDtcbiR1bml0LTk6IDEuOHJlbSAhZGVmYXVsdDtcbiR1bml0LTEwOiAycmVtICFkZWZhdWx0O1xuJHVuaXQtMTI6IDIuNHJlbSAhZGVmYXVsdDtcbiR1bml0LTE2OiAzLjJyZW0gIWRlZmF1bHQ7XG5cbi8vIEZvbnQgc2l6ZXNcbiRodG1sLWZvbnQtc2l6ZTogMjBweCAhZGVmYXVsdDtcbiRodG1sLWxpbmUtaGVpZ2h0OiAxLjUgIWRlZmF1bHQ7XG4kZm9udC1zaXplOiAuOHJlbSAhZGVmYXVsdDtcbiRmb250LXNpemUtc206IC43cmVtICFkZWZhdWx0O1xuJGZvbnQtc2l6ZS1sZzogLjlyZW0gIWRlZmF1bHQ7XG4kbGluZS1oZWlnaHQ6IDEuMnJlbSAhZGVmYXVsdDtcblxuLy8gU2l6ZXNcbiRsYXlvdXQtc3BhY2luZzogJHVuaXQtMiAhZGVmYXVsdDtcbiRsYXlvdXQtc3BhY2luZy1zbTogJHVuaXQtMSAhZGVmYXVsdDtcbiRsYXlvdXQtc3BhY2luZy1sZzogJHVuaXQtNCAhZGVmYXVsdDtcbiRib3JkZXItcmFkaXVzOiAkdW5pdC1oICFkZWZhdWx0O1xuJGJvcmRlci13aWR0aDogJHVuaXQtbyAhZGVmYXVsdDtcbiRib3JkZXItd2lkdGgtbGc6ICR1bml0LWggIWRlZmF1bHQ7XG4kY29udHJvbC1zaXplOiAkdW5pdC05ICFkZWZhdWx0O1xuJGNvbnRyb2wtc2l6ZS1zbTogJHVuaXQtNyAhZGVmYXVsdDtcbiRjb250cm9sLXNpemUtbGc6ICR1bml0LTEwICFkZWZhdWx0O1xuJGNvbnRyb2wtcGFkZGluZy14OiAkdW5pdC0yICFkZWZhdWx0O1xuJGNvbnRyb2wtcGFkZGluZy14LXNtOiAkdW5pdC0yICogLjc1ICFkZWZhdWx0O1xuJGNvbnRyb2wtcGFkZGluZy14LWxnOiAkdW5pdC0yICogMS41ICFkZWZhdWx0O1xuJGNvbnRyb2wtcGFkZGluZy15OiAoJGNvbnRyb2wtc2l6ZSAtICRsaW5lLWhlaWdodCkgLyAyIC0gJGJvcmRlci13aWR0aCAhZGVmYXVsdDtcbiRjb250cm9sLXBhZGRpbmcteS1zbTogKCRjb250cm9sLXNpemUtc20gLSAkbGluZS1oZWlnaHQpIC8gMiAtICRib3JkZXItd2lkdGggIWRlZmF1bHQ7XG4kY29udHJvbC1wYWRkaW5nLXktbGc6ICgkY29udHJvbC1zaXplLWxnIC0gJGxpbmUtaGVpZ2h0KSAvIDIgLSAkYm9yZGVyLXdpZHRoICFkZWZhdWx0O1xuJGNvbnRyb2wtaWNvbi1zaXplOiAuOHJlbSAhZGVmYXVsdDtcblxuJGNvbnRyb2wtd2lkdGgteHM6IDE4MHB4ICFkZWZhdWx0O1xuJGNvbnRyb2wtd2lkdGgtc206IDMyMHB4ICFkZWZhdWx0O1xuJGNvbnRyb2wtd2lkdGgtbWQ6IDY0MHB4ICFkZWZhdWx0O1xuJGNvbnRyb2wtd2lkdGgtbGc6IDk2MHB4ICFkZWZhdWx0O1xuJGNvbnRyb2wtd2lkdGgteGw6IDEyODBweCAhZGVmYXVsdDtcblxuLy8gUmVzcG9uc2l2ZSBicmVha3BvaW50c1xuJHNpemUteHM6IDQ4MHB4ICFkZWZhdWx0O1xuJHNpemUtc206IDYwMHB4ICFkZWZhdWx0O1xuJHNpemUtbWQ6IDg0MHB4ICFkZWZhdWx0O1xuJHNpemUtbGc6IDk2MHB4ICFkZWZhdWx0O1xuJHNpemUteGw6IDEyODBweCAhZGVmYXVsdDtcbiRzaXplLTJ4OiAxNDQwcHggIWRlZmF1bHQ7XG5cbiRyZXNwb25zaXZlLWJyZWFrcG9pbnQ6ICRzaXplLXhzICFkZWZhdWx0O1xuXG4vLyBaLWluZGV4XG4kemluZGV4LTA6IDEgIWRlZmF1bHQ7XG4kemluZGV4LTE6IDEwMCAhZGVmYXVsdDtcbiR6aW5kZXgtMjogMjAwICFkZWZhdWx0O1xuJHppbmRleC0zOiAzMDAgIWRlZmF1bHQ7XG4kemluZGV4LTQ6IDQwMCAhZGVmYXVsdDtcbiIsIi8vIE1peGluc1xuQGltcG9ydCBcIm1peGlucy9hdmF0YXJcIjtcbkBpbXBvcnQgXCJtaXhpbnMvYnV0dG9uXCI7XG5AaW1wb3J0IFwibWl4aW5zL2NsZWFyZml4XCI7XG5AaW1wb3J0IFwibWl4aW5zL2NvbG9yXCI7XG5AaW1wb3J0IFwibWl4aW5zL2xhYmVsXCI7XG5AaW1wb3J0IFwibWl4aW5zL3Bvc2l0aW9uXCI7XG5AaW1wb3J0IFwibWl4aW5zL3NoYWRvd1wiO1xuQGltcG9ydCBcIm1peGlucy90ZXh0XCI7XG5AaW1wb3J0IFwibWl4aW5zL3RvYXN0XCI7IiwiLy8gQXZhdGFyIG1peGluXG5AbWl4aW4gYXZhdGFyLWJhc2UoJHNpemU6ICR1bml0LTgpIHtcbiAgZm9udC1zaXplOiAkc2l6ZSAvIDI7XG4gIGhlaWdodDogJHNpemU7XG4gIHdpZHRoOiAkc2l6ZTtcbn1cbiIsIi8vIEJ1dHRvbiB2YXJpYW50IG1peGluXG5AbWl4aW4gYnV0dG9uLXZhcmlhbnQoJGNvbG9yOiAkcHJpbWFyeS1jb2xvcikge1xuICBiYWNrZ3JvdW5kOiAkY29sb3I7XG4gIGJvcmRlci1jb2xvcjogZGFya2VuKCRjb2xvciwgMyUpO1xuICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAmOmZvY3VzIHtcbiAgICBAaW5jbHVkZSBjb250cm9sLXNoYWRvdygkY29sb3IpO1xuICB9XG4gICY6Zm9jdXMsXG4gICY6aG92ZXIge1xuICAgIGJhY2tncm91bmQ6IGRhcmtlbigkY29sb3IsIDIlKTtcbiAgICBib3JkZXItY29sb3I6IGRhcmtlbigkY29sb3IsIDUlKTtcbiAgICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICB9XG4gICY6YWN0aXZlLFxuICAmLmFjdGl2ZSB7XG4gICAgYmFja2dyb3VuZDogZGFya2VuKCRjb2xvciwgNyUpO1xuICAgIGJvcmRlci1jb2xvcjogZGFya2VuKCRjb2xvciwgMTAlKTtcbiAgICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICB9XG4gICYubG9hZGluZyB7XG4gICAgJjo6YWZ0ZXIge1xuICAgICAgYm9yZGVyLWJvdHRvbS1jb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgICAgYm9yZGVyLWxlZnQtY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgICB9XG4gIH1cbn1cblxuQG1peGluIGJ1dHRvbi1vdXRsaW5lLXZhcmlhbnQoJGNvbG9yOiAkcHJpbWFyeS1jb2xvcikge1xuICBiYWNrZ3JvdW5kOiAkbGlnaHQtY29sb3I7XG4gIGJvcmRlci1jb2xvcjogJGNvbG9yO1xuICBjb2xvcjogJGNvbG9yO1xuICAmOmZvY3VzIHtcbiAgICBAaW5jbHVkZSBjb250cm9sLXNoYWRvdygkY29sb3IpO1xuICB9XG4gICY6Zm9jdXMsXG4gICY6aG92ZXIge1xuICAgIGJhY2tncm91bmQ6IGxpZ2h0ZW4oJGNvbG9yLCA1MCUpO1xuICAgIGJvcmRlci1jb2xvcjogZGFya2VuKCRjb2xvciwgMiUpO1xuICAgIGNvbG9yOiAkY29sb3I7XG4gIH1cbiAgJjphY3RpdmUsXG4gICYuYWN0aXZlIHtcbiAgICBiYWNrZ3JvdW5kOiAkY29sb3I7XG4gICAgYm9yZGVyLWNvbG9yOiBkYXJrZW4oJGNvbG9yLCA1JSk7XG4gICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgfVxuICAmLmxvYWRpbmcge1xuICAgICY6OmFmdGVyIHtcbiAgICAgIGJvcmRlci1ib3R0b20tY29sb3I6ICRjb2xvcjtcbiAgICAgIGJvcmRlci1sZWZ0LWNvbG9yOiAkY29sb3I7XG4gICAgfVxuICB9XG59XG4iLCIvLyBDbGVhcmZpeCBtaXhpblxuQG1peGluIGNsZWFyZml4KCkge1xuICAmOjphZnRlciB7XG4gICAgY2xlYXI6IGJvdGg7XG4gICAgY29udGVudDogXCJcIjtcbiAgICBkaXNwbGF5OiB0YWJsZTtcbiAgfVxufVxuIiwiLy8gQmFja2dyb3VuZCBjb2xvciB1dGlsaXR5IG1peGluXG5AbWl4aW4gYmctY29sb3ItdmFyaWFudCgkbmFtZTogXCIuYmctcHJpbWFyeVwiLCAkY29sb3I6ICRwcmltYXJ5LWNvbG9yKSB7XG4gICN7JG5hbWV9IHtcbiAgICBiYWNrZ3JvdW5kOiAkY29sb3IgIWltcG9ydGFudDtcblxuICAgIEBpZiAobGlnaHRuZXNzKCRjb2xvcikgPCA2MCkge1xuICAgICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgICB9XG4gIH1cbn1cblxuLy8gVGV4dCBjb2xvciB1dGlsaXR5IG1peGluXG5AbWl4aW4gdGV4dC1jb2xvci12YXJpYW50KCRuYW1lOiBcIi50ZXh0LXByaW1hcnlcIiwgJGNvbG9yOiAkcHJpbWFyeS1jb2xvcikge1xuICAjeyRuYW1lfSB7XG4gICAgY29sb3I6ICRjb2xvciAhaW1wb3J0YW50O1xuICB9XG5cbiAgYSN7JG5hbWV9IHtcbiAgICAmOmZvY3VzLFxuICAgICY6aG92ZXIge1xuICAgICAgY29sb3I6IGRhcmtlbigkY29sb3IsIDUlKTtcbiAgICB9XG4gICAgJjp2aXNpdGVkIHtcbiAgICAgIGNvbG9yOiBsaWdodGVuKCRjb2xvciwgNSUpO1xuICAgIH1cbiAgfVxufVxuIiwiLy8gTGFiZWwgYmFzZSBzdHlsZVxuQG1peGluIGxhYmVsLWJhc2UoKSB7XG4gIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICBsaW5lLWhlaWdodDogMS4yO1xuICBwYWRkaW5nOiAuMXJlbSAuMnJlbTtcbn1cblxuQG1peGluIGxhYmVsLXZhcmlhbnQoJGNvbG9yOiAkbGlnaHQtY29sb3IsICRiZy1jb2xvcjogJHByaW1hcnktY29sb3IpIHtcbiAgYmFja2dyb3VuZDogJGJnLWNvbG9yO1xuICBjb2xvcjogJGNvbG9yO1xufVxuIiwiLy8gTWFyZ2luIHV0aWxpdHkgbWl4aW5cbkBtaXhpbiBtYXJnaW4tdmFyaWFudCgkaWQ6IDEsICRzaXplOiAkdW5pdC0xKSB7XG4gIC5tLSN7JGlkfSB7XG4gICAgbWFyZ2luOiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLm1iLSN7JGlkfSB7XG4gICAgbWFyZ2luLWJvdHRvbTogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5tbC0jeyRpZH0ge1xuICAgIG1hcmdpbi1sZWZ0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLm1yLSN7JGlkfSB7XG4gICAgbWFyZ2luLXJpZ2h0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLm10LSN7JGlkfSB7XG4gICAgbWFyZ2luLXRvcDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5teC0jeyRpZH0ge1xuICAgIG1hcmdpbi1sZWZ0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICAgIG1hcmdpbi1yaWdodDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5teS0jeyRpZH0ge1xuICAgIG1hcmdpbi1ib3R0b206ICRzaXplICFpbXBvcnRhbnQ7XG4gICAgbWFyZ2luLXRvcDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxufVxuXG4vLyBQYWRkaW5nIHV0aWxpdHkgbWl4aW5cbkBtaXhpbiBwYWRkaW5nLXZhcmlhbnQoJGlkOiAxLCAkc2l6ZTogJHVuaXQtMSkge1xuICAucC0jeyRpZH0ge1xuICAgIHBhZGRpbmc6ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cblxuICAucGItI3skaWR9IHtcbiAgICBwYWRkaW5nLWJvdHRvbTogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5wbC0jeyRpZH0ge1xuICAgIHBhZGRpbmctbGVmdDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5wci0jeyRpZH0ge1xuICAgIHBhZGRpbmctcmlnaHQ6ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cblxuICAucHQtI3skaWR9IHtcbiAgICBwYWRkaW5nLXRvcDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5weC0jeyRpZH0ge1xuICAgIHBhZGRpbmctbGVmdDogJHNpemUgIWltcG9ydGFudDtcbiAgICBwYWRkaW5nLXJpZ2h0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG4gIFxuICAucHktI3skaWR9IHtcbiAgICBwYWRkaW5nLWJvdHRvbTogJHNpemUgIWltcG9ydGFudDtcbiAgICBwYWRkaW5nLXRvcDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxufVxuIiwiLy8gQ29tcG9uZW50IGZvY3VzIHNoYWRvd1xuQG1peGluIGNvbnRyb2wtc2hhZG93KCRjb2xvcjogJHByaW1hcnktY29sb3IpIHtcbiAgYm94LXNoYWRvdzogMCAwIDAgLjFyZW0gcmdiYSgkY29sb3IsIC4yKTtcbn1cblxuLy8gU2hhZG93IG1peGluXG5AbWl4aW4gc2hhZG93LXZhcmlhbnQoJG9mZnNldCkge1xuICBib3gtc2hhZG93OiAwICRvZmZzZXQgKCRvZmZzZXQgKyAuMDVyZW0pICogMiByZ2JhKCRkYXJrLWNvbG9yLCAuMyk7XG59XG4iLCIvLyBUZXh0IEVsbGlwc2lzXG5AbWl4aW4gdGV4dC1lbGxpcHNpcygpIHtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG59XG4iLCIvLyBUb2FzdCB2YXJpYW50IG1peGluXG5AbWl4aW4gdG9hc3QtdmFyaWFudCgkY29sb3I6ICRkYXJrLWNvbG9yKSB7XG4gIGJhY2tncm91bmQ6IHJnYmEoJGNvbG9yLCAuOTUpO1xuICBib3JkZXItY29sb3I6ICRjb2xvcjtcbn1cbiIsIi8vIEljb24gdmFyaWFibGVzXG4kaWNvbi1ib3JkZXItd2lkdGg6ICRib3JkZXItd2lkdGgtbGc7XG4kaWNvbi1wcmVmaXg6IFwiaWNvblwiO1xuXG4vLyBJY29uIGJhc2Ugc3R5bGVcbi4jeyRpY29uLXByZWZpeH0ge1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIGZvbnQtc2l6ZTogaW5oZXJpdDtcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xuICBoZWlnaHQ6IDFlbTtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB0ZXh0LWluZGVudDogLTk5OTlweDtcbiAgdmVydGljYWwtYWxpZ246IG1pZGRsZTtcbiAgd2lkdGg6IDFlbTtcbiAgJjo6YmVmb3JlLFxuICAmOjphZnRlciB7XG4gICAgY29udGVudDogXCJcIjtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBsZWZ0OiA1MCU7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogNTAlO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC01MCUpO1xuICB9XG5cbiAgLy8gSWNvbiBzaXplc1xuICAmLmljb24tMngge1xuICAgIGZvbnQtc2l6ZTogMS42cmVtO1xuICB9XG5cbiAgJi5pY29uLTN4IHtcbiAgICBmb250LXNpemU6IDIuNHJlbTtcbiAgfVxuXG4gICYuaWNvbi00eCB7XG4gICAgZm9udC1zaXplOiAzLjJyZW07XG4gIH1cbn1cblxuLy8gQ29tcG9uZW50IGljb24gc3VwcG9ydFxuLmFjY29yZGlvbixcbi5idG4sXG4udG9hc3QsXG4ubWVudSB7XG4gIC4jeyRpY29uLXByZWZpeH0ge1xuICAgIHZlcnRpY2FsLWFsaWduOiAtMTAlO1xuICB9XG59XG5cbi5idG4tbGcge1xuICAuI3skaWNvbi1wcmVmaXh9IHtcbiAgICB2ZXJ0aWNhbC1hbGlnbjogLTE1JTtcbiAgfVxufVxuIiwiLy8gSWNvbiBhcnJvd3Ncbi5pY29uLWFycm93LWRvd24sXG4uaWNvbi1hcnJvdy1sZWZ0LFxuLmljb24tYXJyb3ctcmlnaHQsXG4uaWNvbi1hcnJvdy11cCxcbi5pY29uLWRvd253YXJkLFxuLmljb24tYmFjayxcbi5pY29uLWZvcndhcmQsXG4uaWNvbi11cHdhcmQge1xuICAmOjpiZWZvcmUge1xuICAgIGJvcmRlcjogJGljb24tYm9yZGVyLXdpZHRoIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgICBib3JkZXItYm90dG9tOiAwO1xuICAgIGJvcmRlci1yaWdodDogMDtcbiAgICBoZWlnaHQ6IC42NWVtO1xuICAgIHdpZHRoOiAuNjVlbTtcbiAgfVxufVxuXG4uaWNvbi1hcnJvdy1kb3duIHtcbiAgJjo6YmVmb3JlIHtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNzUlKSByb3RhdGUoMjI1ZGVnKTtcbiAgfVxufVxuXG4uaWNvbi1hcnJvdy1sZWZ0IHtcbiAgJjo6YmVmb3JlIHtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtMjUlLCAtNTAlKSByb3RhdGUoLTQ1ZGVnKTtcbiAgfVxufVxuXG4uaWNvbi1hcnJvdy1yaWdodCB7XG4gICY6OmJlZm9yZSB7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTc1JSwgLTUwJSkgcm90YXRlKDEzNWRlZyk7XG4gIH1cbn1cblxuLmljb24tYXJyb3ctdXAge1xuICAmOjpiZWZvcmUge1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC0yNSUpIHJvdGF0ZSg0NWRlZyk7XG4gIH1cbn1cblxuLmljb24tYmFjayxcbi5pY29uLWZvcndhcmQge1xuICAmOjphZnRlciB7XG4gICAgYmFja2dyb3VuZDogY3VycmVudENvbG9yO1xuICAgIGhlaWdodDogJGljb24tYm9yZGVyLXdpZHRoO1xuICAgIHdpZHRoOiAuOGVtO1xuICB9XG59XG5cbi5pY29uLWRvd253YXJkLFxuLmljb24tdXB3YXJkIHtcbiAgJjo6YWZ0ZXIge1xuICAgIGJhY2tncm91bmQ6IGN1cnJlbnRDb2xvcjtcbiAgICBoZWlnaHQ6IC44ZW07XG4gICAgd2lkdGg6ICRpY29uLWJvcmRlci13aWR0aDtcbiAgfVxufVxuXG4uaWNvbi1iYWNrIHtcbiAgJjo6YWZ0ZXIge1xuICAgIGxlZnQ6IDU1JTtcbiAgfVxuICAmOjpiZWZvcmUge1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC01MCUpIHJvdGF0ZSgtNDVkZWcpO1xuICB9XG59XG5cbi5pY29uLWRvd253YXJkIHtcbiAgJjo6YWZ0ZXIge1xuICAgIHRvcDogNDUlO1xuICB9XG4gICY6OmJlZm9yZSB7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSkgcm90YXRlKC0xMzVkZWcpO1xuICB9XG59XG5cbi5pY29uLWZvcndhcmQge1xuICAmOjphZnRlciB7XG4gICAgbGVmdDogNDUlO1xuICB9XG4gICY6OmJlZm9yZSB7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSkgcm90YXRlKDEzNWRlZyk7XG4gIH1cbn1cblxuLmljb24tdXB3YXJkIHtcbiAgJjo6YWZ0ZXIge1xuICAgIHRvcDogNTUlO1xuICB9XG4gICY6OmJlZm9yZSB7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSkgcm90YXRlKDQ1ZGVnKTtcbiAgfVxufVxuXG4vLyBJY29uIGNhcmV0XG4uaWNvbi1jYXJldCB7XG4gICY6OmJlZm9yZSB7XG4gICAgYm9yZGVyLXRvcDogLjNlbSBzb2xpZCBjdXJyZW50Q29sb3I7XG4gICAgYm9yZGVyLXJpZ2h0OiAuM2VtIHNvbGlkIHRyYW5zcGFyZW50O1xuICAgIGJvcmRlci1sZWZ0OiAuM2VtIHNvbGlkIHRyYW5zcGFyZW50O1xuICAgIGhlaWdodDogMDtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtMjUlKTtcbiAgICB3aWR0aDogMDtcbiAgfVxufVxuXG4vLyBJY29uIG1lbnVcbi5pY29uLW1lbnUge1xuICAmOjpiZWZvcmUge1xuICAgIGJhY2tncm91bmQ6IGN1cnJlbnRDb2xvcjtcbiAgICBib3gtc2hhZG93OiAwIC0uMzVlbSwgMCAuMzVlbTtcbiAgICBoZWlnaHQ6ICRpY29uLWJvcmRlci13aWR0aDtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxufVxuXG4vLyBJY29uIGFwcHNcbi5pY29uLWFwcHMge1xuICAmOjpiZWZvcmUge1xuICAgIGJhY2tncm91bmQ6IGN1cnJlbnRDb2xvcjtcbiAgICBib3gtc2hhZG93OiAtLjM1ZW0gLS4zNWVtLCAtLjM1ZW0gMCwgLS4zNWVtIC4zNWVtLCAwIC0uMzVlbSwgMCAuMzVlbSwgLjM1ZW0gLS4zNWVtLCAuMzVlbSAwLCAuMzVlbSAuMzVlbTtcbiAgICBoZWlnaHQ6IDNweDtcbiAgICB3aWR0aDogM3B4O1xuICB9XG59XG4iLCIvLyBJY29uIHJlc2l6ZVxuLmljb24tcmVzaXplLWhvcml6LFxuLmljb24tcmVzaXplLXZlcnQge1xuICAmOjpiZWZvcmUsXG4gICY6OmFmdGVyIHtcbiAgICBib3JkZXI6ICRpY29uLWJvcmRlci13aWR0aCBzb2xpZCBjdXJyZW50Q29sb3I7XG4gICAgYm9yZGVyLWJvdHRvbTogMDtcbiAgICBib3JkZXItcmlnaHQ6IDA7XG4gICAgaGVpZ2h0OiAuNDVlbTtcbiAgICB3aWR0aDogLjQ1ZW07XG4gIH1cbiAgJjo6YmVmb3JlIHtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtOTAlKSByb3RhdGUoNDVkZWcpO1xuICB9XG4gICY6OmFmdGVyIHtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtMTAlKSByb3RhdGUoMjI1ZGVnKTtcbiAgfVxufVxuXG4uaWNvbi1yZXNpemUtaG9yaXoge1xuICAmOjpiZWZvcmUge1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC05MCUsIC01MCUpIHJvdGF0ZSgtNDVkZWcpO1xuICB9XG4gICY6OmFmdGVyIHtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtMTAlLCAtNTAlKSByb3RhdGUoMTM1ZGVnKTtcbiAgfVxufVxuXG4vLyBJY29uIG1vcmVcbi5pY29uLW1vcmUtaG9yaXosXG4uaWNvbi1tb3JlLXZlcnQge1xuICAmOjpiZWZvcmUge1xuICAgIGJhY2tncm91bmQ6IGN1cnJlbnRDb2xvcjtcbiAgICBib3gtc2hhZG93OiAtLjRlbSAwLCAuNGVtIDA7XG4gICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgIGhlaWdodDogM3B4O1xuICAgIHdpZHRoOiAzcHg7XG4gIH1cbn1cblxuLmljb24tbW9yZS12ZXJ0IHtcbiAgJjo6YmVmb3JlIHtcbiAgICBib3gtc2hhZG93OiAwIC0uNGVtLCAwIC40ZW07XG4gIH1cbn1cblxuLy8gSWNvbiBwbHVzLCBtaW51cywgY3Jvc3Ncbi5pY29uLXBsdXMsXG4uaWNvbi1taW51cyxcbi5pY29uLWNyb3NzIHtcbiAgJjo6YmVmb3JlIHtcbiAgICBiYWNrZ3JvdW5kOiBjdXJyZW50Q29sb3I7XG4gICAgaGVpZ2h0OiAkaWNvbi1ib3JkZXItd2lkdGg7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbn1cblxuLmljb24tcGx1cyxcbi5pY29uLWNyb3NzIHtcbiAgJjo6YWZ0ZXIge1xuICAgIGJhY2tncm91bmQ6IGN1cnJlbnRDb2xvcjtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgd2lkdGg6ICRpY29uLWJvcmRlci13aWR0aDtcbiAgfVxufVxuXG4uaWNvbi1jcm9zcyB7XG4gICY6OmJlZm9yZSB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbiAgJjo6YWZ0ZXIge1xuICAgIGhlaWdodDogMTAwJTtcbiAgfVxuICAmOjpiZWZvcmUsXG4gICY6OmFmdGVyIHtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNTAlKSByb3RhdGUoNDVkZWcpO1xuICB9XG59XG5cbi8vIEljb24gY2hlY2tcbi5pY29uLWNoZWNrIHtcbiAgJjo6YmVmb3JlIHtcbiAgICBib3JkZXI6ICRpY29uLWJvcmRlci13aWR0aCBzb2xpZCBjdXJyZW50Q29sb3I7XG4gICAgYm9yZGVyLXJpZ2h0OiAwO1xuICAgIGJvcmRlci10b3A6IDA7XG4gICAgaGVpZ2h0OiAuNWVtO1xuICAgIHdpZHRoOiAuOWVtO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC03NSUpIHJvdGF0ZSgtNDVkZWcpO1xuICB9XG59XG5cbi8vIEljb24gc3RvcFxuLmljb24tc3RvcCB7XG4gIGJvcmRlcjogJGljb24tYm9yZGVyLXdpZHRoIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAmOjpiZWZvcmUge1xuICAgIGJhY2tncm91bmQ6IGN1cnJlbnRDb2xvcjtcbiAgICBoZWlnaHQ6ICRpY29uLWJvcmRlci13aWR0aDtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNTAlKSByb3RhdGUoNDVkZWcpO1xuICAgIHdpZHRoOiAxZW07XG4gIH1cbn1cblxuLy8gSWNvbiBzaHV0ZG93blxuLmljb24tc2h1dGRvd24ge1xuICBib3JkZXI6ICRpY29uLWJvcmRlci13aWR0aCBzb2xpZCBjdXJyZW50Q29sb3I7XG4gIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgYm9yZGVyLXRvcC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gICY6OmJlZm9yZSB7XG4gICAgYmFja2dyb3VuZDogY3VycmVudENvbG9yO1xuICAgIGNvbnRlbnQ6IFwiXCI7XG4gICAgaGVpZ2h0OiAuNWVtO1xuICAgIHRvcDogLjFlbTtcbiAgICB3aWR0aDogJGljb24tYm9yZGVyLXdpZHRoO1xuICB9XG59XG5cbi8vIEljb24gcmVmcmVzaFxuLmljb24tcmVmcmVzaCB7XG4gICY6OmJlZm9yZSB7XG4gICAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICBib3JkZXItcmlnaHQtY29sb3I6IHRyYW5zcGFyZW50O1xuICAgIGhlaWdodDogMWVtO1xuICAgIHdpZHRoOiAxZW07XG4gIH1cbiAgJjo6YWZ0ZXIge1xuICAgIGJvcmRlcjogLjJlbSBzb2xpZCBjdXJyZW50Q29sb3I7XG4gICAgYm9yZGVyLXRvcC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gICAgYm9yZGVyLWxlZnQtY29sb3I6IHRyYW5zcGFyZW50O1xuICAgIGhlaWdodDogMDtcbiAgICBsZWZ0OiA4MCU7XG4gICAgdG9wOiAyMCU7XG4gICAgd2lkdGg6IDA7XG4gIH1cbn1cblxuLy8gSWNvbiBzZWFyY2hcbi5pY29uLXNlYXJjaCB7XG4gICY6OmJlZm9yZSB7XG4gICAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICBoZWlnaHQ6IC43NWVtO1xuICAgIGxlZnQ6IDUlO1xuICAgIHRvcDogNSU7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMCwgMCkgcm90YXRlKDQ1ZGVnKTtcbiAgICB3aWR0aDogLjc1ZW07XG4gIH1cbiAgJjo6YWZ0ZXIge1xuICAgIGJhY2tncm91bmQ6IGN1cnJlbnRDb2xvcjtcbiAgICBoZWlnaHQ6ICRpY29uLWJvcmRlci13aWR0aDtcbiAgICBsZWZ0OiA4MCU7XG4gICAgdG9wOiA4MCU7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSkgcm90YXRlKDQ1ZGVnKTtcbiAgICB3aWR0aDogLjRlbTtcbiAgfVxufVxuXG4vLyBJY29uIGVkaXRcbi5pY29uLWVkaXQge1xuICAmOjpiZWZvcmUge1xuICAgIGJvcmRlcjogJGljb24tYm9yZGVyLXdpZHRoIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgICBoZWlnaHQ6IC40ZW07XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTQwJSwgLTYwJSkgcm90YXRlKC00NWRlZyk7XG4gICAgd2lkdGg6IC44NWVtO1xuICB9XG4gICY6OmFmdGVyIHtcbiAgICBib3JkZXI6IC4xNWVtIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgICBib3JkZXItdG9wLWNvbG9yOiB0cmFuc3BhcmVudDtcbiAgICBib3JkZXItcmlnaHQtY29sb3I6IHRyYW5zcGFyZW50O1xuICAgIGhlaWdodDogMDtcbiAgICBsZWZ0OiA1JTtcbiAgICB0b3A6IDk1JTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgwLCAtMTAwJSk7XG4gICAgd2lkdGg6IDA7XG4gIH1cbn1cblxuLy8gSWNvbiBkZWxldGVcbi5pY29uLWRlbGV0ZSB7XG4gICY6OmJlZm9yZSB7XG4gICAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1ib3R0b20tbGVmdC1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgIGJvcmRlci1ib3R0b20tcmlnaHQtcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgICBib3JkZXItdG9wOiAwO1xuICAgIGhlaWdodDogLjc1ZW07XG4gICAgdG9wOiA2MCU7XG4gICAgd2lkdGg6IC43NWVtO1xuICB9XG4gICY6OmFmdGVyIHtcbiAgICBiYWNrZ3JvdW5kOiBjdXJyZW50Q29sb3I7XG4gICAgYm94LXNoYWRvdzogLS4yNWVtIC4yZW0sIC4yNWVtIC4yZW07XG4gICAgaGVpZ2h0OiAkaWNvbi1ib3JkZXItd2lkdGg7XG4gICAgdG9wOiAkaWNvbi1ib3JkZXItd2lkdGgvMjtcbiAgICB3aWR0aDogLjVlbTtcbiAgfVxufVxuXG4vLyBJY29uIHNoYXJlXG4uaWNvbi1zaGFyZSB7XG4gIGJvcmRlcjogJGljb24tYm9yZGVyLXdpZHRoIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gIGJvcmRlci1yaWdodDogMDtcbiAgYm9yZGVyLXRvcDogMDtcbiAgJjo6YmVmb3JlIHtcbiAgICBib3JkZXI6ICRpY29uLWJvcmRlci13aWR0aCBzb2xpZCBjdXJyZW50Q29sb3I7XG4gICAgYm9yZGVyLWxlZnQ6IDA7XG4gICAgYm9yZGVyLXRvcDogMDtcbiAgICBoZWlnaHQ6IC40ZW07XG4gICAgbGVmdDogMTAwJTtcbiAgICB0b3A6IC4yNWVtO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC0xMjUlLCAtNTAlKSByb3RhdGUoLTQ1ZGVnKTtcbiAgICB3aWR0aDogLjRlbTtcbiAgfVxuICAmOjphZnRlciB7XG4gICAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1ib3R0b206IDA7XG4gICAgYm9yZGVyLXJpZ2h0OiAwO1xuICAgIGJvcmRlci1yYWRpdXM6IDc1JSAwO1xuICAgIGhlaWdodDogLjVlbTtcbiAgICB3aWR0aDogLjZlbTtcbiAgfVxufVxuXG4vLyBJY29uIGZsYWdcbi5pY29uLWZsYWcge1xuICAmOjpiZWZvcmUge1xuICAgIGJhY2tncm91bmQ6IGN1cnJlbnRDb2xvcjtcbiAgICBoZWlnaHQ6IDFlbTtcbiAgICBsZWZ0OiAxNSU7XG4gICAgd2lkdGg6ICRpY29uLWJvcmRlci13aWR0aDtcbiAgfVxuICAmOjphZnRlciB7XG4gICAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1ib3R0b20tcmlnaHQtcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgICBib3JkZXItbGVmdDogMDtcbiAgICBib3JkZXItdG9wLXJpZ2h0LXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gICAgaGVpZ2h0OiAuNjVlbTtcbiAgICB0b3A6IDM1JTtcbiAgICBsZWZ0OiA2MCU7XG4gICAgd2lkdGg6IC44ZW07XG4gIH1cbn1cblxuLy8gSWNvbiBib29rbWFya1xuLmljb24tYm9va21hcmsge1xuICAmOjpiZWZvcmUge1xuICAgIGJvcmRlcjogJGljb24tYm9yZGVyLXdpZHRoIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgICBib3JkZXItYm90dG9tOiAwO1xuICAgIGJvcmRlci10b3AtbGVmdC1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgIGJvcmRlci10b3AtcmlnaHQtcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgICBoZWlnaHQ6IC45ZW07XG4gICAgd2lkdGg6IC44ZW07XG4gIH1cbiAgJjo6YWZ0ZXIge1xuICAgIGJvcmRlcjogJGljb24tYm9yZGVyLXdpZHRoIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgICBib3JkZXItYm90dG9tOiAwO1xuICAgIGJvcmRlci1sZWZ0OiAwO1xuICAgIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgIGhlaWdodDogLjVlbTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAzNSUpIHJvdGF0ZSgtNDVkZWcpIHNrZXcoMTVkZWcsIDE1ZGVnKTtcbiAgICB3aWR0aDogLjVlbTtcbiAgfVxufVxuXG4vLyBJY29uIGRvd25sb2FkICYgdXBsb2FkXG4uaWNvbi1kb3dubG9hZCxcbi5pY29uLXVwbG9hZCB7XG4gIGJvcmRlci1ib3R0b206ICRpY29uLWJvcmRlci13aWR0aCBzb2xpZCBjdXJyZW50Q29sb3I7XG4gICY6OmJlZm9yZSB7XG4gICAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1ib3R0b206IDA7XG4gICAgYm9yZGVyLXJpZ2h0OiAwO1xuICAgIGhlaWdodDogLjVlbTtcbiAgICB3aWR0aDogLjVlbTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNjAlKSByb3RhdGUoLTEzNWRlZyk7XG4gIH1cbiAgJjo6YWZ0ZXIge1xuICAgIGJhY2tncm91bmQ6IGN1cnJlbnRDb2xvcjtcbiAgICBoZWlnaHQ6IC42ZW07XG4gICAgdG9wOiA0MCU7XG4gICAgd2lkdGg6ICRpY29uLWJvcmRlci13aWR0aDtcbiAgfVxufVxuXG4uaWNvbi11cGxvYWQge1xuICAmOjpiZWZvcmUge1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC02MCUpIHJvdGF0ZSg0NWRlZyk7XG4gIH1cbiAgJjo6YWZ0ZXIge1xuICAgIHRvcDogNTAlO1xuICB9XG59XG5cbi8vIEljb24gY29weVxuLmljb24tY29weSB7XG4gICY6OmJlZm9yZSB7XG4gICAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgIGJvcmRlci1yaWdodDogMDtcbiAgICBib3JkZXItYm90dG9tOiAwO1xuICAgIGhlaWdodDogLjhlbTtcbiAgICBsZWZ0OiA0MCU7XG4gICAgdG9wOiAzNSU7XG4gICAgd2lkdGg6IC44ZW07XG4gIH1cbiAgJjo6YWZ0ZXIge1xuICAgIGJvcmRlcjogJGljb24tYm9yZGVyLXdpZHRoIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgICBoZWlnaHQ6IC44ZW07XG4gICAgbGVmdDogNjAlO1xuICAgIHRvcDogNjAlO1xuICAgIHdpZHRoOiAuOGVtO1xuICB9XG59IiwiLy8gSWNvbiB0aW1lXG4uaWNvbi10aW1lIHtcbiAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICBib3JkZXItcmFkaXVzOiA1MCU7XG4gICY6OmJlZm9yZSB7XG4gICAgYmFja2dyb3VuZDogY3VycmVudENvbG9yO1xuICAgIGhlaWdodDogLjRlbTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNzUlKTtcbiAgICB3aWR0aDogJGljb24tYm9yZGVyLXdpZHRoO1xuICB9XG4gICY6OmFmdGVyIHtcbiAgICBiYWNrZ3JvdW5kOiBjdXJyZW50Q29sb3I7XG4gICAgaGVpZ2h0OiAuM2VtO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC03NSUpIHJvdGF0ZSg5MGRlZyk7XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogNTAlIDkwJTtcbiAgICB3aWR0aDogJGljb24tYm9yZGVyLXdpZHRoO1xuICB9XG59XG5cbi8vIEljb24gbWFpbFxuLmljb24tbWFpbCB7XG4gICY6OmJlZm9yZSB7XG4gICAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgIGhlaWdodDogLjhlbTtcbiAgICB3aWR0aDogMWVtO1xuICB9XG4gICY6OmFmdGVyIHtcbiAgICBib3JkZXI6ICRpY29uLWJvcmRlci13aWR0aCBzb2xpZCBjdXJyZW50Q29sb3I7XG4gICAgYm9yZGVyLXJpZ2h0OiAwO1xuICAgIGJvcmRlci10b3A6IDA7XG4gICAgaGVpZ2h0OiAuNWVtO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC05MCUpIHJvdGF0ZSgtNDVkZWcpIHNrZXcoMTBkZWcsIDEwZGVnKTtcbiAgICB3aWR0aDogLjVlbTtcbiAgfVxufVxuXG4vLyBJY29uIHBlb3BsZVxuLmljb24tcGVvcGxlIHtcbiAgJjo6YmVmb3JlIHtcbiAgICBib3JkZXI6ICRpY29uLWJvcmRlci13aWR0aCBzb2xpZCBjdXJyZW50Q29sb3I7XG4gICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgIGhlaWdodDogLjQ1ZW07XG4gICAgdG9wOiAyNSU7XG4gICAgd2lkdGg6IC40NWVtO1xuICB9XG4gICY6OmFmdGVyIHtcbiAgICBib3JkZXI6ICRpY29uLWJvcmRlci13aWR0aCBzb2xpZCBjdXJyZW50Q29sb3I7XG4gICAgYm9yZGVyLXJhZGl1czogNTAlIDUwJSAwIDA7XG4gICAgaGVpZ2h0OiAuNGVtO1xuICAgIHRvcDogNzUlO1xuICAgIHdpZHRoOiAuOWVtO1xuICB9XG59XG5cbi8vIEljb24gbWVzc2FnZVxuLmljb24tbWVzc2FnZSB7XG4gIGJvcmRlcjogJGljb24tYm9yZGVyLXdpZHRoIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgYm9yZGVyLWJvdHRvbTogMDtcbiAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gIGJvcmRlci1yaWdodDogMDtcbiAgJjo6YmVmb3JlIHtcbiAgICBib3JkZXI6ICRpY29uLWJvcmRlci13aWR0aCBzb2xpZCBjdXJyZW50Q29sb3I7XG4gICAgYm9yZGVyLWJvdHRvbS1yaWdodC1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgIGJvcmRlci1sZWZ0OiAwO1xuICAgIGJvcmRlci10b3A6IDA7XG4gICAgaGVpZ2h0OiAuOGVtO1xuICAgIGxlZnQ6IDY1JTtcbiAgICB0b3A6IDQwJTtcbiAgICB3aWR0aDogLjdlbTtcbiAgfVxuICAmOjphZnRlciB7XG4gICAgYmFja2dyb3VuZDogY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgIGhlaWdodDogLjNlbTtcbiAgICBsZWZ0OiAxMCU7XG4gICAgdG9wOiAxMDAlO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKDAsIC05MCUpIHJvdGF0ZSg0NWRlZyk7XG4gICAgd2lkdGg6ICRpY29uLWJvcmRlci13aWR0aDtcbiAgfVxufVxuXG4vLyBJY29uIHBob3RvXG4uaWNvbi1waG90byB7XG4gIGJvcmRlcjogJGljb24tYm9yZGVyLXdpZHRoIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gICY6OmJlZm9yZSB7XG4gICAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICBoZWlnaHQ6IC4yNWVtO1xuICAgIGxlZnQ6IDM1JTtcbiAgICB0b3A6IDM1JTtcbiAgICB3aWR0aDogLjI1ZW07XG4gIH1cbiAgJjo6YWZ0ZXIge1xuICAgIGJvcmRlcjogJGljb24tYm9yZGVyLXdpZHRoIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgICBib3JkZXItYm90dG9tOiAwO1xuICAgIGJvcmRlci1sZWZ0OiAwO1xuICAgIGhlaWdodDogLjVlbTtcbiAgICBsZWZ0OiA2MCU7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgMjUlKSByb3RhdGUoLTQ1ZGVnKTtcbiAgICB3aWR0aDogLjVlbTtcbiAgfVxufVxuXG4vLyBJY29uIGxpbmtcbi5pY29uLWxpbmsge1xuICAmOjpiZWZvcmUsXG4gICY6OmFmdGVyIHtcbiAgICBib3JkZXI6ICRpY29uLWJvcmRlci13aWR0aCBzb2xpZCBjdXJyZW50Q29sb3I7XG4gICAgYm9yZGVyLXJhZGl1czogNWVtIDAgMCA1ZW07XG4gICAgYm9yZGVyLXJpZ2h0OiAwO1xuICAgIGhlaWdodDogLjVlbTtcbiAgICB3aWR0aDogLjc1ZW07XG4gIH1cbiAgJjo6YmVmb3JlIHtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNzAlLCAtNDUlKSByb3RhdGUoLTQ1ZGVnKTtcbiAgfVxuICAmOjphZnRlciB7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTMwJSwgLTU1JSkgcm90YXRlKDEzNWRlZyk7XG4gIH1cbn1cblxuLy8gSWNvbiBsb2NhdGlvblxuLmljb24tbG9jYXRpb24ge1xuICAmOjpiZWZvcmUge1xuICAgIGJvcmRlcjogJGljb24tYm9yZGVyLXdpZHRoIHNvbGlkIGN1cnJlbnRDb2xvcjtcbiAgICBib3JkZXItcmFkaXVzOiA1MCUgNTAlIDUwJSAwO1xuICAgIGhlaWdodDogLjhlbTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNjAlKSByb3RhdGUoLTQ1ZGVnKTtcbiAgICB3aWR0aDogLjhlbTtcbiAgfVxuICAmOjphZnRlciB7XG4gICAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICBoZWlnaHQ6IC4yZW07XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTgwJSk7XG4gICAgd2lkdGg6IC4yZW07XG4gIH1cbn1cblxuLy8gSWNvbiBlbW9qaVxuLmljb24tZW1vamkge1xuICBib3JkZXI6ICRpY29uLWJvcmRlci13aWR0aCBzb2xpZCBjdXJyZW50Q29sb3I7XG4gIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgJjo6YmVmb3JlIHtcbiAgICBib3JkZXItcmFkaXVzOiA1MCU7XG4gICAgYm94LXNoYWRvdzogLS4xN2VtIC0uMWVtLCAuMTdlbSAtLjFlbTtcbiAgICBoZWlnaHQ6IC4xNWVtO1xuICAgIHdpZHRoOiAuMTVlbTtcbiAgfVxuICAmOjphZnRlciB7XG4gICAgYm9yZGVyOiAkaWNvbi1ib3JkZXItd2lkdGggc29saWQgY3VycmVudENvbG9yO1xuICAgIGJvcmRlci1ib3R0b20tY29sb3I6IHRyYW5zcGFyZW50O1xuICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICBib3JkZXItcmlnaHQtY29sb3I6IHRyYW5zcGFyZW50O1xuICAgIGhlaWdodDogLjVlbTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNDAlKSByb3RhdGUoLTEzNWRlZyk7XG4gICAgd2lkdGg6IC41ZW07XG4gIH1cbn1cbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFJQSw4RUFBb0Y7QVlDcEYsQUFBQSxLQUFLLENBQVksRUFDZixVQUFVLEVBQUUsVUFBVSxFQUN0QixPQUFPLEVBQUUsWUFBWSxFQUNyQixTQUFTLEVBQUUsT0FBTyxFQUNsQixVQUFVLEVBQUUsTUFBTSxFQUNsQixNQUFNLEVBQUUsR0FBRyxFQUNYLFFBQVEsRUFBRSxRQUFRLEVBQ2xCLFdBQVcsRUFBRSxPQUFPLEVBQ3BCLGNBQWMsRUFBRSxNQUFNLEVBQ3RCLEtBQUssRUFBRSxHQUFHLEdBdUJYOztBQWhDRCxBQVVF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 */ diff --git a/user/themes/gilles_acezat/css-compiled/spectre-icons.min.css b/user/themes/gilles_acezat/css-compiled/spectre-icons.min.css new file mode 100755 index 0000000..eb83480 --- /dev/null +++ b/user/themes/gilles_acezat/css-compiled/spectre-icons.min.css @@ -0,0 +1 @@ +/*! Spectre.css Icons v0.5.7 | MIT License | github.com/picturepan2/spectre */.icon{font-size:inherit;font-style:normal;position:relative;display:inline-block;box-sizing:border-box;width:1em;height:1em;vertical-align:middle;text-indent:-9999px}.icon::after,.icon::before{position:absolute;top:50%;left:50%;display:block;content:'';transform:translate(-50%,-50%)}.icon.icon-2x{font-size:1.6rem}.icon.icon-3x{font-size:2.4rem}.icon.icon-4x{font-size:3.2rem}.accordion .icon,.btn .icon,.menu .icon,.toast .icon{vertical-align:-10%}.btn-lg .icon{vertical-align:-15%}.icon-arrow-down::before,.icon-arrow-left::before,.icon-arrow-right::before,.icon-arrow-up::before,.icon-back::before,.icon-downward::before,.icon-forward::before,.icon-upward::before{width:.65em;height:.65em;border:.1rem solid currentColor;border-right:0;border-bottom:0}.icon-arrow-down::before{transform:translate(-50%,-75%) rotate(225deg)}.icon-arrow-left::before{transform:translate(-25%,-50%) rotate(-45deg)}.icon-arrow-right::before{transform:translate(-75%,-50%) rotate(135deg)}.icon-arrow-up::before{transform:translate(-50%,-25%) rotate(45deg)}.icon-back::after,.icon-forward::after{width:.8em;height:.1rem;background:currentColor}.icon-downward::after,.icon-upward::after{width:.1rem;height:.8em;background:currentColor}.icon-back::after{left:55%}.icon-back::before{transform:translate(-50%,-50%) rotate(-45deg)}.icon-downward::after{top:45%}.icon-downward::before{transform:translate(-50%,-50%) rotate(-135deg)}.icon-forward::after{left:45%}.icon-forward::before{transform:translate(-50%,-50%) rotate(135deg)}.icon-upward::after{top:55%}.icon-upward::before{transform:translate(-50%,-50%) rotate(45deg)}.icon-caret::before{width:0;height:0;transform:translate(-50%,-25%);border-top:.3em solid currentColor;border-right:.3em solid transparent;border-left:.3em solid transparent}.icon-menu::before{width:100%;height:.1rem;background:currentColor;box-shadow:0 -.35em,0 .35em}.icon-apps::before{width:3px;height:3px;background:currentColor;box-shadow:-.35em -.35em,-.35em 0,-.35em .35em,0 -.35em,0 .35em,.35em -.35em,.35em 0,.35em .35em}.icon-resize-horiz::after,.icon-resize-horiz::before,.icon-resize-vert::after,.icon-resize-vert::before{width:.45em;height:.45em;border:.1rem solid currentColor;border-right:0;border-bottom:0}.icon-resize-horiz::before,.icon-resize-vert::before{transform:translate(-50%,-90%) rotate(45deg)}.icon-resize-horiz::after,.icon-resize-vert::after{transform:translate(-50%,-10%) rotate(225deg)}.icon-resize-horiz::before{transform:translate(-90%,-50%) rotate(-45deg)}.icon-resize-horiz::after{transform:translate(-10%,-50%) rotate(135deg)}.icon-more-horiz::before,.icon-more-vert::before{width:3px;height:3px;border-radius:50%;background:currentColor;box-shadow:-.4em 0,.4em 0}.icon-more-vert::before{box-shadow:0 -.4em,0 .4em}.icon-cross::before,.icon-minus::before,.icon-plus::before{width:100%;height:.1rem;background:currentColor}.icon-cross::after,.icon-plus::after{width:.1rem;height:100%;background:currentColor}.icon-cross::before{width:100%}.icon-cross::after{height:100%}.icon-cross::after,.icon-cross::before{transform:translate(-50%,-50%) rotate(45deg)}.icon-check::before{width:.9em;height:.5em;transform:translate(-50%,-75%) rotate(-45deg);border:.1rem solid currentColor;border-top:0;border-right:0}.icon-stop{border:.1rem solid currentColor;border-radius:50%}.icon-stop::before{width:1em;height:.1rem;transform:translate(-50%,-50%) rotate(45deg);background:currentColor}.icon-shutdown{border:.1rem solid currentColor;border-top-color:transparent;border-radius:50%}.icon-shutdown::before{top:.1em;width:.1rem;height:.5em;content:'';background:currentColor}.icon-refresh::before{width:1em;height:1em;border:.1rem solid currentColor;border-right-color:transparent;border-radius:50%}.icon-refresh::after{top:20%;left:80%;width:0;height:0;border:.2em solid currentColor;border-top-color:transparent;border-left-color:transparent}.icon-search::before{top:5%;left:5%;width:.75em;height:.75em;transform:translate(0,0) rotate(45deg);border:.1rem solid currentColor;border-radius:50%}.icon-search::after{top:80%;left:80%;width:.4em;height:.1rem;transform:translate(-50%,-50%) rotate(45deg);background:currentColor}.icon-edit::before{width:.85em;height:.4em;transform:translate(-40%,-60%) rotate(-45deg);border:.1rem solid currentColor}.icon-edit::after{top:95%;left:5%;width:0;height:0;transform:translate(0,-100%);border:.15em solid currentColor;border-top-color:transparent;border-right-color:transparent}.icon-delete::before{top:60%;width:.75em;height:.75em;border:.1rem solid currentColor;border-top:0;border-bottom-right-radius:.1rem;border-bottom-left-radius:.1rem}.icon-delete::after{top:.05rem;width:.5em;height:.1rem;background:currentColor;box-shadow:-.25em .2em,.25em .2em}.icon-share{border:.1rem solid currentColor;border-top:0;border-right:0;border-radius:.1rem}.icon-share::before{top:.25em;left:100%;width:.4em;height:.4em;transform:translate(-125%,-50%) rotate(-45deg);border:.1rem solid currentColor;border-top:0;border-left:0}.icon-share::after{width:.6em;height:.5em;border:.1rem solid currentColor;border-right:0;border-bottom:0;border-radius:75% 0}.icon-flag::before{left:15%;width:.1rem;height:1em;background:currentColor}.icon-flag::after{top:35%;left:60%;width:.8em;height:.65em;border:.1rem solid currentColor;border-left:0;border-top-right-radius:.1rem;border-bottom-right-radius:.1rem}.icon-bookmark::before{width:.8em;height:.9em;border:.1rem solid currentColor;border-bottom:0;border-top-left-radius:.1rem;border-top-right-radius:.1rem}.icon-bookmark::after{width:.5em;height:.5em;transform:translate(-50%,35%) rotate(-45deg) skew(15deg,15deg);border:.1rem solid currentColor;border-bottom:0;border-left:0;border-radius:.1rem}.icon-download,.icon-upload{border-bottom:.1rem solid currentColor}.icon-download::before,.icon-upload::before{width:.5em;height:.5em;transform:translate(-50%,-60%) rotate(-135deg);border:.1rem solid currentColor;border-right:0;border-bottom:0}.icon-download::after,.icon-upload::after{top:40%;width:.1rem;height:.6em;background:currentColor}.icon-upload::before{transform:translate(-50%,-60%) rotate(45deg)}.icon-upload::after{top:50%}.icon-copy::before{top:35%;left:40%;width:.8em;height:.8em;border:.1rem solid currentColor;border-right:0;border-bottom:0;border-radius:.1rem}.icon-copy::after{top:60%;left:60%;width:.8em;height:.8em;border:.1rem solid currentColor;border-radius:.1rem}.icon-time{border:.1rem solid currentColor;border-radius:50%}.icon-time::before{width:.1rem;height:.4em;transform:translate(-50%,-75%);background:currentColor}.icon-time::after{width:.1rem;height:.3em;transform:translate(-50%,-75%) rotate(90deg);transform-origin:50% 90%;background:currentColor}.icon-mail::before{width:1em;height:.8em;border:.1rem solid currentColor;border-radius:.1rem}.icon-mail::after{width:.5em;height:.5em;transform:translate(-50%,-90%) rotate(-45deg) skew(10deg,10deg);border:.1rem solid currentColor;border-top:0;border-right:0}.icon-people::before{top:25%;width:.45em;height:.45em;border:.1rem solid currentColor;border-radius:50%}.icon-people::after{top:75%;width:.9em;height:.4em;border:.1rem solid currentColor;border-radius:50% 50% 0 0}.icon-message{border:.1rem solid currentColor;border-right:0;border-bottom:0;border-radius:.1rem}.icon-message::before{top:40%;left:65%;width:.7em;height:.8em;border:.1rem solid currentColor;border-top:0;border-left:0;border-bottom-right-radius:.1rem}.icon-message::after{top:100%;left:10%;width:.1rem;height:.3em;transform:translate(0,-90%) rotate(45deg);border-radius:.1rem;background:currentColor}.icon-photo{border:.1rem solid currentColor;border-radius:.1rem}.icon-photo::before{top:35%;left:35%;width:.25em;height:.25em;border:.1rem solid currentColor;border-radius:50%}.icon-photo::after{left:60%;width:.5em;height:.5em;transform:translate(-50%,25%) rotate(-45deg);border:.1rem solid currentColor;border-bottom:0;border-left:0}.icon-link::after,.icon-link::before{width:.75em;height:.5em;border:.1rem solid currentColor;border-right:0;border-radius:5em 0 0 5em}.icon-link::before{transform:translate(-70%,-45%) rotate(-45deg)}.icon-link::after{transform:translate(-30%,-55%) rotate(135deg)}.icon-location::before{width:.8em;height:.8em;transform:translate(-50%,-60%) rotate(-45deg);border:.1rem solid currentColor;border-radius:50% 50% 50% 0}.icon-location::after{width:.2em;height:.2em;transform:translate(-50%,-80%);border:.1rem solid currentColor;border-radius:50%}.icon-emoji{border:.1rem solid currentColor;border-radius:50%}.icon-emoji::before{width:.15em;height:.15em;border-radius:50%;box-shadow:-.17em -.1em,.17em -.1em}.icon-emoji::after{width:.5em;height:.5em;transform:translate(-50%,-40%) rotate(-135deg);border:.1rem solid currentColor;border-right-color:transparent;border-bottom-color:transparent;border-radius:50%} \ No newline at end of file diff --git a/user/themes/gilles_acezat/css-compiled/spectre.css b/user/themes/gilles_acezat/css-compiled/spectre.css new file mode 100755 index 0000000..16e5288 --- /dev/null +++ b/user/themes/gilles_acezat/css-compiled/spectre.css @@ -0,0 +1,1242 @@ +/*! Spectre.css v0.5.7 | MIT License | github.com/picturepan2/spectre */ +/* Manually forked from Normalize.css */ +/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ +/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */ +/* Document ========================================================================== */ +html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ } + +/* Sections ========================================================================== */ +/** Remove the margin in all browsers (opinionated). */ +body { margin: 0; } + +/** Add the correct display in IE 9-. */ +article, aside, footer, header, nav, section { display: block; } + +/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */ +h1 { font-size: 2em; margin: 0.67em 0; } + +/* Grouping content ========================================================================== */ +/** Add the correct display in IE 9-. 1. Add the correct display in IE. */ +figcaption, figure, main { /* 1 */ display: block; } + +/** Add the correct margin in IE 8 (removed). */ +/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */ +hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } + +/** 1. Correct the inheritance and scaling of font size in all browsers. (removed) 2. Correct the odd `em` font sizing in all browsers. */ +/* Text-level semantics ========================================================================== */ +/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ +a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } + +/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */ +a:active, a:hover { outline-width: 0; } + +/** Modify default styling of address. */ +address { font-style: normal; } + +/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed) */ +/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ +b, strong { font-weight: inherit; } + +/** Add the correct font weight in Chrome, Edge, and Safari. */ +b, strong { font-weight: bolder; } + +/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */ +code, kbd, pre, samp { font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace; /* 1 (changed) */ font-size: 1em; /* 2 */ } + +/** Add the correct font style in Android 4.3-. */ +dfn { font-style: italic; } + +/** Add the correct background and color in IE 9-. (Removed) */ +/** Add the correct font size in all browsers. */ +small { font-size: 80%; font-weight: 400; /* (added) */ } + +/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */ +sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } + +sub { bottom: -0.25em; } + +sup { top: -0.5em; } + +/* Embedded content ========================================================================== */ +/** Add the correct display in IE 9-. */ +audio, video { display: inline-block; } + +/** Add the correct display in iOS 4-7. */ +audio:not([controls]) { display: none; height: 0; } + +/** Remove the border on images inside links in IE 10-. */ +img { border-style: none; } + +/** Hide the overflow in IE. */ +svg:not(:root) { overflow: hidden; } + +/* Forms ========================================================================== */ +/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */ +button, input, optgroup, select, textarea { font-family: inherit; /* 1 (changed) */ font-size: inherit; /* 1 (changed) */ line-height: inherit; /* 1 (changed) */ margin: 0; /* 2 */ } + +/** Show the overflow in IE. 1. Show the overflow in Edge. */ +button, input { /* 1 */ overflow: visible; } + +/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */ +button, select { /* 1 */ text-transform: none; } + +/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */ +button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } + +/** Remove the inner border and padding in Firefox. */ +button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } + +/** Restore the focus styles unset by the previous rule (removed). */ +/** Change the border, margin, and padding in all browsers (opinionated) (changed). */ +fieldset { border: 0; margin: 0; padding: 0; } + +/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */ +legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } + +/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ +progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } + +/** Remove the default vertical scrollbar in IE. */ +textarea { overflow: auto; } + +/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */ +[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } + +/** Correct the cursor style of increment and decrement buttons in Chrome. */ +[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } + +/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ +[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } + +/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ +[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } + +/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */ +::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } + +/* Interactive ========================================================================== */ +/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */ +details, menu { display: block; } + +/* Add the correct display in all browsers. */ +summary { display: list-item; outline: none; } + +/* Scripting ========================================================================== */ +/** Add the correct display in IE 9-. */ +canvas { display: inline-block; } + +/** Add the correct display in IE. */ +template { display: none; } + +/* Hidden ========================================================================== */ +/** Add the correct display in IE 10-. */ +[hidden] { display: none; } + +*, *::before, *::after { box-sizing: inherit; } + +html { box-sizing: border-box; font-size: 20px; line-height: 1.5; -webkit-tap-highlight-color: transparent; } + +body { background: #fff; color: #50596c; font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif; font-size: 0.8rem; overflow-x: hidden; text-rendering: optimizeLegibility; } + +a { color: #3085EE; outline: none; text-decoration: none; } + +a:focus { box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.2); } + +a:focus, a:hover, a:active, a.active { color: #126bd9; text-decoration: underline; } + +a:visited { color: #5fa1f2; } + +h1, h2, h3, h4, h5, h6 { color: inherit; font-weight: 500; line-height: 1.2; margin-bottom: .5em; margin-top: 0; } + +.h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 500; } + +h1, .h1 { font-size: 2rem; } + +h2, .h2 { font-size: 1.6rem; } + +h3, .h3 { font-size: 1.4rem; } + +h4, .h4 { font-size: 1.2rem; } + +h5, .h5 { font-size: 1rem; } + +h6, .h6 { font-size: .8rem; } + +p { margin: 0 0 1.2rem; } + +a, ins, u { -webkit-text-decoration-skip: ink edges; text-decoration-skip: ink edges; } + +abbr[title] { border-bottom: 0.05rem dotted; cursor: help; text-decoration: none; } + +kbd { border-radius: 0.1rem; line-height: 1.2; padding: .1rem .2rem; background: #454d5d; color: #fff; font-size: 0.7rem; } + +mark { background: #ffe9b3; color: #50596c; border-bottom: 0.05rem solid #ffd367; border-radius: 0.1rem; padding: 0.05rem 0.1rem 0; } + +blockquote { border-left: 0.1rem solid #e7e9ed; margin-left: 0; padding: 0.4rem 0.8rem; } + +blockquote p:last-child { margin-bottom: 0; } + +ul, ol { margin: 0.8rem 0 0.8rem 0.8rem; padding: 0; } + +ul ul, ul ol, ol ul, ol ol { margin: 0.8rem 0 0.8rem 0.8rem; } + +ul li, ol li { margin-top: 0.4rem; } + +ul { list-style: disc inside; } + +ul ul { list-style-type: circle; } + +ol { list-style: decimal inside; } + +ol ol { list-style-type: lower-alpha; } + +dl dt { font-weight: bold; } + +dl dd { margin: 0.4rem 0 0.8rem 0; } + +html:lang(zh), html:lang(zh-Hans), .lang-zh, .lang-zh-hans { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", sans-serif; } + +html:lang(zh-Hant), .lang-zh-hant { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", "Helvetica Neue", sans-serif; } + +html:lang(ja), .lang-ja { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", sans-serif; } + +html:lang(ko), .lang-ko { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Malgun Gothic", "Helvetica Neue", sans-serif; } + +:lang(zh) ins, :lang(zh) u, :lang(ja) ins, :lang(ja) u, .lang-cjk ins, .lang-cjk u { border-bottom: 0.05rem solid; text-decoration: none; } + +:lang(zh) del + del, :lang(zh) del + s, :lang(zh) ins + ins, :lang(zh) ins + u, :lang(zh) s + del, :lang(zh) s + s, :lang(zh) u + ins, :lang(zh) u + u, :lang(ja) del + del, :lang(ja) del + s, :lang(ja) ins + ins, :lang(ja) ins + u, :lang(ja) s + del, :lang(ja) s + s, :lang(ja) u + ins, :lang(ja) u + u, .lang-cjk del + del, .lang-cjk del + s, .lang-cjk ins + ins, .lang-cjk ins + u, .lang-cjk s + del, .lang-cjk s + s, .lang-cjk u + ins, .lang-cjk u + u { margin-left: .125em; } + +.table { border-collapse: collapse; border-spacing: 0; width: 100%; text-align: left; } + +.table.table-striped tbody tr:nth-of-type(odd) { background: #f8f9fa; } + +.table tbody tr.active, .table.table-striped tbody tr.active { background: #f0f1f4; } + +.table.table-hover tbody tr:hover { background: #f0f1f4; } + +.table.table-scroll { display: block; overflow-x: auto; padding-bottom: .75rem; white-space: nowrap; } + +.table td, .table th { border-bottom: 0.05rem solid #e7e9ed; padding: 0.6rem 0.4rem; } + +.table th { border-bottom-width: 0.1rem; } + +.btn, .button { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff; border: 0.05rem solid #3085EE; border-radius: 0.1rem; color: #3085EE; cursor: pointer; display: inline-block; font-size: 0.8rem; height: 1.8rem; line-height: 1.2rem; outline: none; padding: 0.25rem 0.4rem; text-align: center; text-decoration: none; transition: background .2s, border .2s, box-shadow .2s, color .2s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; vertical-align: middle; white-space: nowrap; } + +.btn:focus, .button:focus { box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.2); } + +.btn:focus, .button:focus, .btn:hover, .button:hover { background: #e1edfd; border-color: #227ded; text-decoration: none; } + +.btn:active, .button:active, .btn.active, .active.button { background: #227ded; border-color: #1370e3; color: #fff; text-decoration: none; } + +.btn:active.loading::after, .button:active.loading::after, .btn.active.loading::after, .active.loading.button::after { border-bottom-color: #fff; border-left-color: #fff; } + +.btn[disabled], .button[disabled], .btn:disabled, .button:disabled, .btn.disabled, .disabled.button { cursor: default; opacity: .5; pointer-events: none; } + +.btn.btn-primary, .btn-primary.button { background: #3085EE; border-color: #227ded; color: #fff; } + +.btn.btn-primary:focus, .btn-primary.button:focus, .btn.btn-primary:hover, .btn-primary.button:hover { background: #1877ec; border-color: #1370e3; color: #fff; } + +.btn.btn-primary:active, .btn-primary.button:active, .btn.btn-primary.active, .btn-primary.active.button { background: #1372e7; border-color: #126bd9; color: #fff; } + +.btn.btn-primary.loading::after, .btn-primary.loading.button::after { border-bottom-color: #fff; border-left-color: #fff; } + +.btn.btn-success, .btn-success.button { background: #32b643; border-color: #2faa3f; color: #fff; } + +.btn.btn-success:focus, .btn-success.button:focus { box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2); } + +.btn.btn-success:focus, .btn-success.button:focus, .btn.btn-success:hover, .btn-success.button:hover { background: #30ae40; border-color: #2da23c; color: #fff; } + +.btn.btn-success:active, .btn-success.button:active, .btn.btn-success.active, .btn-success.active.button { background: #2a9a39; border-color: #278e34; color: #fff; } + +.btn.btn-success.loading::after, .btn-success.loading.button::after { border-bottom-color: #fff; border-left-color: #fff; } + +.btn.btn-error, .btn-error.button { background: #e85600; border-color: #d95000; color: #fff; } + +.btn.btn-error:focus, .btn-error.button:focus { box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2); } + +.btn.btn-error:focus, .btn-error.button:focus, .btn.btn-error:hover, .btn-error.button:hover { background: #de5200; border-color: #cf4d00; color: #fff; } + +.btn.btn-error:active, .btn-error.button:active, .btn.btn-error.active, .btn-error.active.button { background: #c44900; border-color: #b54300; color: #fff; } + +.btn.btn-error.loading::after, .btn-error.loading.button::after { border-bottom-color: #fff; border-left-color: #fff; } + +.btn.btn-link, .btn-link.button { background: transparent; border-color: transparent; color: #3085EE; } + +.btn.btn-link:focus, .btn-link.button:focus, .btn.btn-link:hover, .btn-link.button:hover, .btn.btn-link:active, .btn-link.button:active, .btn.btn-link.active, .btn-link.active.button { color: #126bd9; } + +.btn.btn-sm, .btn-sm.button { font-size: 0.7rem; height: 1.4rem; padding: 0.05rem 0.3rem; } + +.btn.btn-lg, .btn-lg.button { font-size: 0.9rem; height: 2rem; padding: 0.35rem 0.6rem; } + +.btn.btn-block, .btn-block.button { display: block; width: 100%; } + +.btn.btn-action, .btn-action.button { width: 1.8rem; padding-left: 0; padding-right: 0; } + +.btn.btn-action.btn-sm, .btn-action.btn-sm.button { width: 1.4rem; } + +.btn.btn-action.btn-lg, .btn-action.btn-lg.button { width: 2rem; } + +.btn.btn-clear, .btn-clear.button { background: transparent; border: 0; color: currentColor; height: 1rem; line-height: 0.8rem; margin-left: 0.2rem; margin-right: -2px; opacity: 1; padding: 0.1rem; text-decoration: none; width: 1rem; } + +.btn.btn-clear:focus, .btn-clear.button:focus, .btn.btn-clear:hover, .btn-clear.button:hover { background: rgba(248, 249, 250, 0.5); opacity: .95; } + +.btn.btn-clear::before, .btn-clear.button::before { content: "\2715"; } + +.btn-group { display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } + +.btn-group .btn, .btn-group .button { -ms-flex: 1 0 auto; flex: 1 0 auto; } + +.btn-group .btn:first-child:not(:last-child), .btn-group .button:first-child:not(:last-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; } + +.btn-group .btn:not(:first-child):not(:last-child), .btn-group .button:not(:first-child):not(:last-child) { border-radius: 0; margin-left: -0.05rem; } + +.btn-group .btn:last-child:not(:first-child), .btn-group .button:last-child:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; margin-left: -0.05rem; } + +.btn-group .btn:focus, .btn-group .button:focus, .btn-group .btn:hover, .btn-group .button:hover, .btn-group .btn:active, .btn-group .button:active, .btn-group .btn.active, .btn-group .active.button { z-index: 1; } + +.btn-group.btn-group-block { display: -ms-flexbox; display: flex; } + +.btn-group.btn-group-block .btn, .btn-group.btn-group-block .button { -ms-flex: 1 0 0px; flex: 1 0 0; } + +.form-group:not(:last-child) { margin-bottom: 0.4rem; } + +fieldset { margin-bottom: 0.8rem; } + +legend { font-size: 0.9rem; font-weight: 500; margin-bottom: 0.8rem; } + +.form-label { display: block; line-height: 1.2rem; padding: 0.3rem 0; } + +.form-label.label-sm { font-size: 0.7rem; padding: 0.1rem 0; } + +.form-label.label-lg { font-size: 0.9rem; padding: 0.4rem 0; } + +.form-input, .search-input, [data-grav-field="array"] input, [data-grav-field="array"] textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff; background-image: none; border: 0.05rem solid #caced7; border-radius: 0.1rem; color: #50596c; display: block; font-size: 0.8rem; height: 1.8rem; line-height: 1.2rem; max-width: 100%; outline: none; padding: 0.25rem 0.4rem; position: relative; transition: background .2s, border .2s, box-shadow .2s, color .2s; width: 100%; } + +.form-input:focus, .search-input:focus, [data-grav-field="array"] input:focus, [data-grav-field="array"] textarea:focus { box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.2); border-color: #3085EE; } + +.form-input:-ms-input-placeholder, .search-input:-ms-input-placeholder, [data-grav-field="array"] input:-ms-input-placeholder, [data-grav-field="array"] textarea:-ms-input-placeholder { color: #acb3c2; } + +.form-input::-ms-input-placeholder, .search-input::-ms-input-placeholder, [data-grav-field="array"] input::-ms-input-placeholder, [data-grav-field="array"] textarea::-ms-input-placeholder { color: #acb3c2; } + +.form-input::placeholder, .search-input::placeholder, [data-grav-field="array"] input::placeholder, [data-grav-field="array"] textarea::placeholder { color: #acb3c2; } + +.form-input.input-sm, .input-sm.search-input, [data-grav-field="array"] input.input-sm, [data-grav-field="array"] textarea.input-sm { font-size: 0.7rem; height: 1.4rem; padding: 0.05rem 0.3rem; } + +.form-input.input-lg, .input-lg.search-input, [data-grav-field="array"] input.input-lg, [data-grav-field="array"] textarea.input-lg { font-size: 0.9rem; height: 2rem; padding: 0.35rem 0.6rem; } + +.form-input.input-inline, .input-inline.search-input, [data-grav-field="array"] input.input-inline, [data-grav-field="array"] textarea.input-inline { display: inline-block; vertical-align: middle; width: auto; } + +.form-input[type="file"], .search-input[type="file"], [data-grav-field="array"] input[type="file"], [data-grav-field="array"] textarea[type="file"] { height: auto; } + +textarea.form-input, textarea.search-input, [data-grav-field="array"] textarea, textarea.form-input.input-lg, textarea.input-lg.search-input, [data-grav-field="array"] textarea.input-lg, textarea.form-input.input-sm, textarea.input-sm.search-input, [data-grav-field="array"] textarea.input-sm { height: auto; } + +.form-input-hint { color: #acb3c2; font-size: 0.7rem; margin-top: 0.2rem; } + +.has-success .form-input-hint, .is-success + .form-input-hint { color: #32b643; } + +.has-error .form-input-hint, .is-error + .form-input-hint { color: #e85600; } + +.form-select { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0.05rem solid #caced7; border-radius: 0.1rem; color: inherit; font-size: 0.8rem; height: 1.8rem; line-height: 1.2rem; outline: none; padding: 0.25rem 0.4rem; vertical-align: middle; width: 100%; background: #fff; } + +.form-select:focus { box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.2); border-color: #3085EE; } + +.form-select::-ms-expand { display: none; } + +.form-select.select-sm { font-size: 0.7rem; height: 1.4rem; padding: 0.05rem 1.1rem 0.05rem 0.3rem; } + +.form-select.select-lg { font-size: 0.9rem; height: 2rem; padding: 0.35rem 1.4rem 0.35rem 0.6rem; } + +.form-select[size], .form-select[multiple] { height: auto; padding: 0.25rem 0.4rem; } + +.form-select[size] option, .form-select[multiple] option { padding: 0.1rem 0.2rem; } + +.form-select:not([multiple]):not([size]) { background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem; padding-right: 1.2rem; } + +.has-icon-left, .has-icon-right { position: relative; } + +.has-icon-left .form-icon, .has-icon-right .form-icon { height: 0.8rem; margin: 0 0.25rem; position: absolute; top: 50%; transform: translateY(-50%); width: 0.8rem; z-index: 2; } + +.has-icon-left .form-icon { left: 0.05rem; } + +.has-icon-left .form-input, .has-icon-left .search-input, .has-icon-left [data-grav-field="array"] input, [data-grav-field="array"] .has-icon-left input, .has-icon-left [data-grav-field="array"] textarea, [data-grav-field="array"] .has-icon-left textarea { padding-left: 1.3rem; } + +.has-icon-right .form-icon { right: 0.05rem; } + +.has-icon-right .form-input, .has-icon-right .search-input, .has-icon-right [data-grav-field="array"] input, [data-grav-field="array"] .has-icon-right input, .has-icon-right [data-grav-field="array"] textarea, [data-grav-field="array"] .has-icon-right textarea { padding-right: 1.3rem; } + +.form-checkbox, .form-radio, .form-switch { display: block; line-height: 1.2rem; margin: 0.2rem 0; min-height: 1.2rem; padding: 0.1rem 0.4rem 0.1rem 1.2rem; position: relative; } + +.form-checkbox input, .form-radio input, .form-switch input { clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; position: absolute; width: 1px; } + +.form-checkbox input:focus + .form-icon, .form-radio input:focus + .form-icon, .form-switch input:focus + .form-icon { box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.2); border-color: #3085EE; } + +.form-checkbox input:checked + .form-icon, .form-radio input:checked + .form-icon, .form-switch input:checked + .form-icon { background: #3085EE; border-color: #3085EE; } + +.form-checkbox .form-icon, .form-radio .form-icon, .form-switch .form-icon { border: 0.05rem solid #caced7; cursor: pointer; display: inline-block; position: absolute; transition: background .2s, border .2s, box-shadow .2s, color .2s; } + +.form-checkbox.input-sm, .form-radio.input-sm, .form-switch.input-sm { font-size: 0.7rem; margin: 0; } + +.form-checkbox.input-lg, .form-radio.input-lg, .form-switch.input-lg { font-size: 0.9rem; margin: 0.3rem 0; } + +.form-checkbox .form-icon, .form-radio .form-icon { background: #fff; height: 0.8rem; left: 0; top: 0.3rem; width: 0.8rem; } + +.form-checkbox input:active + .form-icon, .form-radio input:active + .form-icon { background: #f0f1f4; } + +.form-checkbox .form-icon { border-radius: 0.1rem; } + +.form-checkbox input:checked + .form-icon::before { background-clip: padding-box; border: 0.1rem solid #fff; border-left-width: 0; border-top-width: 0; content: ""; height: 9px; left: 50%; margin-left: -3px; margin-top: -6px; position: absolute; top: 50%; transform: rotate(45deg); width: 6px; } + +.form-checkbox input:indeterminate + .form-icon { background: #3085EE; border-color: #3085EE; } + +.form-checkbox input:indeterminate + .form-icon::before { background: #fff; content: ""; height: 2px; left: 50%; margin-left: -5px; margin-top: -1px; position: absolute; top: 50%; width: 10px; } + +.form-radio .form-icon { border-radius: 50%; } + +.form-radio input:checked + .form-icon::before { background: #fff; border-radius: 50%; content: ""; height: 6px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 6px; } + +.form-switch { padding-left: 2rem; } + +.form-switch .form-icon { background: #acb3c2; background-clip: padding-box; border-radius: 0.45rem; height: 0.9rem; left: 0; top: 0.25rem; width: 1.6rem; } + +.form-switch .form-icon::before { background: #fff; border-radius: 50%; content: ""; display: block; height: 0.8rem; left: 0; position: absolute; top: 0; transition: background .2s, border .2s, box-shadow .2s, color .2s, left .2s; width: 0.8rem; } + +.form-switch input:checked + .form-icon::before { left: 14px; } + +.form-switch input:active + .form-icon::before { background: #f8f9fa; } + +.input-group { display: -ms-flexbox; display: flex; } + +.input-group .input-group-addon { background: #f8f9fa; border: 0.05rem solid #caced7; border-radius: 0.1rem; line-height: 1.2rem; padding: 0.25rem 0.4rem; white-space: nowrap; } + +.input-group .input-group-addon.addon-sm { font-size: 0.7rem; padding: 0.05rem 0.3rem; } + +.input-group .input-group-addon.addon-lg { font-size: 0.9rem; padding: 0.35rem 0.6rem; } + +.input-group .form-input, .input-group .search-input, .input-group [data-grav-field="array"] input, [data-grav-field="array"] .input-group input, .input-group [data-grav-field="array"] textarea, [data-grav-field="array"] .input-group textarea, .input-group .form-select { -ms-flex: 1 1 auto; flex: 1 1 auto; width: 1%; } + +.input-group .input-group-btn { z-index: 1; } + +.input-group .form-input:first-child:not(:last-child), .input-group .search-input:first-child:not(:last-child), .input-group [data-grav-field="array"] input:first-child:not(:last-child), [data-grav-field="array"] .input-group input:first-child:not(:last-child), .input-group [data-grav-field="array"] textarea:first-child:not(:last-child), [data-grav-field="array"] .input-group textarea:first-child:not(:last-child), .input-group .form-select:first-child:not(:last-child), .input-group .input-group-addon:first-child:not(:last-child), .input-group .input-group-btn:first-child:not(:last-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; } + +.input-group .form-input:not(:first-child):not(:last-child), .input-group .search-input:not(:first-child):not(:last-child), .input-group [data-grav-field="array"] input:not(:first-child):not(:last-child), [data-grav-field="array"] .input-group input:not(:first-child):not(:last-child), .input-group [data-grav-field="array"] textarea:not(:first-child):not(:last-child), [data-grav-field="array"] .input-group textarea:not(:first-child):not(:last-child), .input-group .form-select:not(:first-child):not(:last-child), .input-group .input-group-addon:not(:first-child):not(:last-child), .input-group .input-group-btn:not(:first-child):not(:last-child) { border-radius: 0; margin-left: -0.05rem; } + +.input-group .form-input:last-child:not(:first-child), .input-group .search-input:last-child:not(:first-child), .input-group [data-grav-field="array"] input:last-child:not(:first-child), [data-grav-field="array"] .input-group input:last-child:not(:first-child), .input-group [data-grav-field="array"] textarea:last-child:not(:first-child), [data-grav-field="array"] .input-group textarea:last-child:not(:first-child), .input-group .form-select:last-child:not(:first-child), .input-group .input-group-addon:last-child:not(:first-child), .input-group .input-group-btn:last-child:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; margin-left: -0.05rem; } + +.input-group .form-input:focus, .input-group .search-input:focus, .input-group [data-grav-field="array"] input:focus, [data-grav-field="array"] .input-group input:focus, .input-group [data-grav-field="array"] textarea:focus, [data-grav-field="array"] .input-group textarea:focus, .input-group .form-select:focus, .input-group .input-group-addon:focus, .input-group .input-group-btn:focus { z-index: 2; } + +.input-group .form-select { width: auto; } + +.input-group.input-inline { display: -ms-inline-flexbox; display: inline-flex; } + +.has-success .form-input, .has-success .search-input, .has-success [data-grav-field="array"] input, [data-grav-field="array"] .has-success input, .has-success [data-grav-field="array"] textarea, [data-grav-field="array"] .has-success textarea, .form-input.is-success, .is-success.search-input, [data-grav-field="array"] input.is-success, [data-grav-field="array"] textarea.is-success, .has-success .form-select, .form-select.is-success { background: #f9fdfa; border-color: #32b643; } + +.has-success .form-input:focus, .has-success .search-input:focus, .has-success [data-grav-field="array"] input:focus, [data-grav-field="array"] .has-success input:focus, .has-success [data-grav-field="array"] textarea:focus, [data-grav-field="array"] .has-success textarea:focus, .form-input.is-success:focus, .is-success.search-input:focus, [data-grav-field="array"] input.is-success:focus, [data-grav-field="array"] textarea.is-success:focus, .has-success .form-select:focus, .form-select.is-success:focus { box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2); } + +.has-error .form-input, .has-error .search-input, .has-error [data-grav-field="array"] input, [data-grav-field="array"] .has-error input, .has-error [data-grav-field="array"] textarea, [data-grav-field="array"] .has-error textarea, .form-input.is-error, .is-error.search-input, [data-grav-field="array"] input.is-error, [data-grav-field="array"] textarea.is-error, .has-error .form-select, .form-select.is-error { background: #fffaf7; border-color: #e85600; } + +.has-error .form-input:focus, .has-error .search-input:focus, .has-error [data-grav-field="array"] input:focus, [data-grav-field="array"] .has-error input:focus, .has-error [data-grav-field="array"] textarea:focus, [data-grav-field="array"] .has-error textarea:focus, .form-input.is-error:focus, .is-error.search-input:focus, [data-grav-field="array"] input.is-error:focus, [data-grav-field="array"] textarea.is-error:focus, .has-error .form-select:focus, .form-select.is-error:focus { box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2); } + +.has-error .form-checkbox .form-icon, .form-checkbox.is-error .form-icon, .has-error .form-radio .form-icon, .form-radio.is-error .form-icon, .has-error .form-switch .form-icon, .form-switch.is-error .form-icon { border-color: #e85600; } + +.has-error .form-checkbox input:checked + .form-icon, .form-checkbox.is-error input:checked + .form-icon, .has-error .form-radio input:checked + .form-icon, .form-radio.is-error input:checked + .form-icon, .has-error .form-switch input:checked + .form-icon, .form-switch.is-error input:checked + .form-icon { background: #e85600; border-color: #e85600; } + +.has-error .form-checkbox input:focus + .form-icon, .form-checkbox.is-error input:focus + .form-icon, .has-error .form-radio input:focus + .form-icon, .form-radio.is-error input:focus + .form-icon, .has-error .form-switch input:focus + .form-icon, .form-switch.is-error input:focus + .form-icon { box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2); border-color: #e85600; } + +.has-error .form-checkbox input:indeterminate + .form-icon, .form-checkbox.is-error input:indeterminate + .form-icon { background: #e85600; border-color: #e85600; } + +.form-input:not(:placeholder-shown):invalid, .search-input:not(:placeholder-shown):invalid, [data-grav-field="array"] input:not(:placeholder-shown):invalid, [data-grav-field="array"] textarea:not(:placeholder-shown):invalid { border-color: #e85600; } + +.form-input:not(:placeholder-shown):invalid:focus, .search-input:not(:placeholder-shown):invalid:focus, [data-grav-field="array"] input:not(:placeholder-shown):invalid:focus, [data-grav-field="array"] textarea:not(:placeholder-shown):invalid:focus { box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2); background: #fffaf7; } + +.form-input:not(:placeholder-shown):invalid + .form-input-hint, .search-input:not(:placeholder-shown):invalid + .form-input-hint, [data-grav-field="array"] input:not(:placeholder-shown):invalid + .form-input-hint, [data-grav-field="array"] textarea:not(:placeholder-shown):invalid + .form-input-hint { color: #e85600; } + +.form-input:disabled, .search-input:disabled, [data-grav-field="array"] input:disabled, [data-grav-field="array"] textarea:disabled, .form-input.disabled, .disabled.search-input, [data-grav-field="array"] input.disabled, [data-grav-field="array"] textarea.disabled, .form-select:disabled, .form-select.disabled { background-color: #f0f1f4; cursor: not-allowed; opacity: .5; } + +.form-input[readonly], .search-input[readonly], [data-grav-field="array"] input[readonly], [data-grav-field="array"] textarea[readonly] { background-color: #f8f9fa; } + +input:disabled + .form-icon, input.disabled + .form-icon { background: #f0f1f4; cursor: not-allowed; opacity: .5; } + +.form-switch input:disabled + .form-icon::before, .form-switch input.disabled + .form-icon::before { background: #fff; } + +.form-horizontal { padding: 0.4rem 0; } + +.form-horizontal .form-group { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } + +.form-inline { display: inline-block; } + +.label { border-radius: 0.1rem; line-height: 1.2; padding: .1rem .2rem; background: #f0f1f4; color: #5b657a; display: inline-block; } + +.label.label-rounded { border-radius: 5rem; padding-left: .4rem; padding-right: .4rem; } + +.label.label-primary { background: #3085EE; color: #fff; } + +.label.label-secondary { background: #e1edfd; color: #3085EE; } + +.label.label-success { background: #32b643; color: #fff; } + +.label.label-warning { background: #ffb700; color: #fff; } + +.label.label-error { background: #e85600; color: #fff; } + +code { border-radius: 0.1rem; line-height: 1.2; padding: .1rem .2rem; background: #fcf2f2; color: #d73e48; font-size: 85%; } + +.code { border-radius: 0.1rem; color: #50596c; position: relative; } + +.code::before { color: #acb3c2; content: attr(data-lang); font-size: 0.7rem; position: absolute; right: 0.4rem; top: 0.1rem; } + +.code code { background: #f8f9fa; color: inherit; display: block; line-height: 1.5; overflow-x: auto; padding: 1rem; width: 100%; } + +.img-responsive { display: block; height: auto; max-width: 100%; } + +.img-fit-cover { object-fit: cover; } + +.img-fit-contain { object-fit: contain; } + +.video-responsive { display: block; overflow: hidden; padding: 0; position: relative; width: 100%; } + +.video-responsive::before { content: ""; display: block; padding-bottom: 56.25%; } + +.video-responsive iframe, .video-responsive object, .video-responsive embed { border: 0; bottom: 0; height: 100%; left: 0; position: absolute; right: 0; top: 0; width: 100%; } + +video.video-responsive { height: auto; max-width: 100%; } + +video.video-responsive::before { content: none; } + +.video-responsive-4-3::before { padding-bottom: 75%; } + +.video-responsive-1-1::before { padding-bottom: 100%; } + +.figure { margin: 0 0 0.4rem 0; } + +.figure .figure-caption { color: #667189; margin-top: 0.4rem; } + +.container { margin-left: auto; margin-right: auto; padding-left: 0.4rem; padding-right: 0.4rem; width: 100%; } + +.container.grid-xl { max-width: 1296px; } + +.container.grid-lg { max-width: 976px; } + +.container.grid-md { max-width: 856px; } + +.container.grid-sm { max-width: 616px; } + +.container.grid-xs { max-width: 496px; } + +.show-xs, .show-sm, .show-md, .show-lg, .show-xl { display: none !important; } + +.columns { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -0.4rem; margin-right: -0.4rem; } + +.columns.col-gapless { margin-left: 0; margin-right: 0; } + +.columns.col-gapless > .column { padding-left: 0; padding-right: 0; } + +.columns.col-oneline { -ms-flex-wrap: nowrap; flex-wrap: nowrap; overflow-x: auto; } + +.column { -ms-flex: 1; flex: 1; max-width: 100%; padding-left: 0.4rem; padding-right: 0.4rem; } + +.column.col-12, .column.col-11, .column.col-10, .column.col-9, .column.col-8, .column.col-7, .column.col-6, .column.col-5, .column.col-4, .column.col-3, .column.col-2, .column.col-1 { -ms-flex: none; flex: none; } + +.col-12 { width: 100%; } + +.col-11 { width: 91.66666667%; } + +.col-10 { width: 83.33333333%; } + +.col-9 { width: 75%; } + +.col-8 { width: 66.66666667%; } + +.col-7 { width: 58.33333333%; } + +.col-6 { width: 50%; } + +.col-5 { width: 41.66666667%; } + +.col-4 { width: 33.33333333%; } + +.col-3 { width: 25%; } + +.col-2 { width: 16.66666667%; } + +.col-1 { width: 8.33333333%; } + +.col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: none; width: auto; } + +.col-mx-auto { margin-left: auto; margin-right: auto; } + +.col-ml-auto { margin-left: auto; } + +.col-mr-auto { margin-right: auto; } + +@media (max-width: 1280px) { .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1 { -ms-flex: none; flex: none; } + .col-xl-12 { width: 100%; } + .col-xl-11 { width: 91.66666667%; } + .col-xl-10 { width: 83.33333333%; } + .col-xl-9 { width: 75%; } + .col-xl-8 { width: 66.66666667%; } + .col-xl-7 { width: 58.33333333%; } + .col-xl-6 { width: 50%; } + .col-xl-5 { width: 41.66666667%; } + .col-xl-4 { width: 33.33333333%; } + .col-xl-3 { width: 25%; } + .col-xl-2 { width: 16.66666667%; } + .col-xl-1 { width: 8.33333333%; } + .hide-xl { display: none !important; } + .show-xl { display: block !important; } } + +@media (max-width: 960px) { .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 { -ms-flex: none; flex: none; } + .col-lg-12 { width: 100%; } + .col-lg-11 { width: 91.66666667%; } + .col-lg-10 { width: 83.33333333%; } + .col-lg-9 { width: 75%; } + .col-lg-8 { width: 66.66666667%; } + .col-lg-7 { width: 58.33333333%; } + .col-lg-6 { width: 50%; } + .col-lg-5 { width: 41.66666667%; } + .col-lg-4 { width: 33.33333333%; } + .col-lg-3 { width: 25%; } + .col-lg-2 { width: 16.66666667%; } + .col-lg-1 { width: 8.33333333%; } + .hide-lg { display: none !important; } + .show-lg { display: block !important; } } + +@media (max-width: 840px) { .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 { -ms-flex: none; flex: none; } + .col-md-12 { width: 100%; } + .col-md-11 { width: 91.66666667%; } + .col-md-10 { width: 83.33333333%; } + .col-md-9 { width: 75%; } + .col-md-8 { width: 66.66666667%; } + .col-md-7 { width: 58.33333333%; } + .col-md-6 { width: 50%; } + .col-md-5 { width: 41.66666667%; } + .col-md-4 { width: 33.33333333%; } + .col-md-3 { width: 25%; } + .col-md-2 { width: 16.66666667%; } + .col-md-1 { width: 8.33333333%; } + .hide-md { display: none !important; } + .show-md { display: block !important; } } + +@media (max-width: 600px) { .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 { -ms-flex: none; flex: none; } + .col-sm-12 { width: 100%; } + .col-sm-11 { width: 91.66666667%; } + .col-sm-10 { width: 83.33333333%; } + .col-sm-9 { width: 75%; } + .col-sm-8 { width: 66.66666667%; } + .col-sm-7 { width: 58.33333333%; } + .col-sm-6 { width: 50%; } + .col-sm-5 { width: 41.66666667%; } + .col-sm-4 { width: 33.33333333%; } + .col-sm-3 { width: 25%; } + .col-sm-2 { width: 16.66666667%; } + .col-sm-1 { width: 8.33333333%; } + .hide-sm { display: none !important; } + .show-sm { display: block !important; } } + +@media (max-width: 480px) { .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 { -ms-flex: none; flex: none; } + .col-xs-12 { width: 100%; } + .col-xs-11 { width: 91.66666667%; } + .col-xs-10 { width: 83.33333333%; } + .col-xs-9 { width: 75%; } + .col-xs-8 { width: 66.66666667%; } + .col-xs-7 { width: 58.33333333%; } + .col-xs-6 { width: 50%; } + .col-xs-5 { width: 41.66666667%; } + .col-xs-4 { width: 33.33333333%; } + .col-xs-3 { width: 25%; } + .col-xs-2 { width: 16.66666667%; } + .col-xs-1 { width: 8.33333333%; } + .hide-xs { display: none !important; } + .show-xs { display: block !important; } } + +.navbar { -ms-flex-align: stretch; align-items: stretch; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: justify; justify-content: space-between; } + +.navbar .navbar-section { -ms-flex-align: center; align-items: center; display: -ms-flexbox; display: flex; -ms-flex: 1 0 0px; flex: 1 0 0; } + +.navbar .navbar-section:not(:first-child):last-child { -ms-flex-pack: end; justify-content: flex-end; } + +.navbar .navbar-center { -ms-flex-align: center; align-items: center; display: -ms-flexbox; display: flex; -ms-flex: 0 0 auto; flex: 0 0 auto; } + +.navbar .navbar-brand { font-size: 0.9rem; text-decoration: none; } + +.accordion input:checked ~ .accordion-header .icon, .accordion[open] .accordion-header .icon { transform: rotate(90deg); } + +.accordion input:checked ~ .accordion-body, .accordion[open] .accordion-body { max-height: 50rem; } + +.accordion .accordion-header { display: block; padding: 0.2rem 0.4rem; } + +.accordion .accordion-header .icon { transition: transform .25s; } + +.accordion .accordion-body { margin-bottom: 0.4rem; max-height: 0; overflow: hidden; transition: max-height .25s; } + +summary.accordion-header::-webkit-details-marker { display: none; } + +.avatar { font-size: 0.8rem; height: 1.6rem; width: 1.6rem; background: #3085EE; border-radius: 50%; color: rgba(255, 255, 255, 0.85); display: inline-block; font-weight: 300; line-height: 1.25; margin: 0; position: relative; vertical-align: middle; } + +.avatar.avatar-xs { font-size: 0.4rem; height: 0.8rem; width: 0.8rem; } + +.avatar.avatar-sm { font-size: 0.6rem; height: 1.2rem; width: 1.2rem; } + +.avatar.avatar-lg { font-size: 1.2rem; height: 2.4rem; width: 2.4rem; } + +.avatar.avatar-xl { font-size: 1.6rem; height: 3.2rem; width: 3.2rem; } + +.avatar img { border-radius: 50%; height: 100%; position: relative; width: 100%; z-index: 1; } + +.avatar .avatar-icon, .avatar .avatar-presence { background: #fff; bottom: 14.64%; height: 50%; padding: 0.1rem; position: absolute; right: 14.64%; transform: translate(50%, 50%); width: 50%; z-index: 2; } + +.avatar .avatar-presence { background: #acb3c2; box-shadow: 0 0 0 0.1rem #fff; border-radius: 50%; height: .5em; width: .5em; } + +.avatar .avatar-presence.online { background: #32b643; } + +.avatar .avatar-presence.busy { background: #e85600; } + +.avatar .avatar-presence.away { background: #ffb700; } + +.avatar[data-initial]::before { color: currentColor; content: attr(data-initial); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); z-index: 1; } + +.badge { position: relative; white-space: nowrap; } + +.badge[data-badge]::after, .badge:not([data-badge])::after { background: #3085EE; background-clip: padding-box; border-radius: .5rem; box-shadow: 0 0 0 0.1rem #fff; color: #fff; content: attr(data-badge); display: inline-block; transform: translate(-0.05rem, -0.5rem); } + +.badge[data-badge]::after { font-size: 0.7rem; height: .9rem; line-height: 1; min-width: .9rem; padding: .1rem .2rem; text-align: center; white-space: nowrap; } + +.badge:not([data-badge])::after, .badge[data-badge=""]::after { height: 6px; min-width: 6px; padding: 0; width: 6px; } + +.badge.btn::after, .badge.button::after { position: absolute; top: 0; right: 0; transform: translate(50%, -50%); } + +.badge.avatar::after { position: absolute; top: 14.64%; right: 14.64%; transform: translate(50%, -50%); z-index: 100; } + +.breadcrumb { list-style: none; margin: 0.2rem 0; padding: 0.2rem 0; } + +.breadcrumb .breadcrumb-item { color: #667189; display: inline-block; margin: 0; padding: 0.2rem 0; } + +.breadcrumb .breadcrumb-item:not(:last-child) { margin-right: 0.2rem; } + +.breadcrumb .breadcrumb-item:not(:last-child) a { color: #667189; } + +.breadcrumb .breadcrumb-item:not(:first-child)::before { color: #667189; content: "/"; padding-right: 0.4rem; } + +.bar { background: #f0f1f4; border-radius: 0.1rem; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; height: 0.8rem; width: 100%; } + +.bar.bar-sm { height: 0.2rem; } + +.bar .bar-item { background: #3085EE; color: #fff; display: block; font-size: 0.7rem; -ms-flex-negative: 0; flex-shrink: 0; line-height: 0.8rem; height: 100%; position: relative; text-align: center; width: 0; } + +.bar .bar-item:first-child { border-bottom-left-radius: 0.1rem; border-top-left-radius: 0.1rem; } + +.bar .bar-item:last-child { border-bottom-right-radius: 0.1rem; border-top-right-radius: 0.1rem; -ms-flex-negative: 1; flex-shrink: 1; } + +.bar-slider { height: 0.1rem; margin: 0.4rem 0; position: relative; } + +.bar-slider .bar-item { left: 0; padding: 0; position: absolute; } + +.bar-slider .bar-item:not(:last-child):first-child { background: #f0f1f4; z-index: 1; } + +.bar-slider .bar-slider-btn { background: #3085EE; border: 0; border-radius: 50%; height: 0.6rem; padding: 0; position: absolute; right: 0; top: 50%; transform: translate(50%, -50%); width: 0.6rem; } + +.bar-slider .bar-slider-btn:active { box-shadow: 0 0 0 0.1rem #3085EE; } + +.card { background: #fff; border: 0.05rem solid #e7e9ed; border-radius: 0.1rem; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } + +.card .card-header, .card .card-body, .card .card-footer { padding: 0.8rem; padding-bottom: 0; } + +.card .card-header:last-child, .card .card-body:last-child, .card .card-footer:last-child { padding-bottom: 0.8rem; } + +.card .card-body { -ms-flex: 1 1 auto; flex: 1 1 auto; } + +.card .card-image { padding-top: 0.8rem; } + +.card .card-image:first-child { padding-top: 0; } + +.card .card-image:first-child img { border-top-left-radius: 0.1rem; border-top-right-radius: 0.1rem; } + +.card .card-image:last-child img { border-bottom-left-radius: 0.1rem; border-bottom-right-radius: 0.1rem; } + +.chip { -ms-flex-align: center; align-items: center; background: #f0f1f4; border-radius: 5rem; display: -ms-inline-flexbox; display: inline-flex; font-size: 90%; height: 1.2rem; line-height: 0.8rem; margin: 0.1rem; max-width: 320px; overflow: hidden; padding: 0.2rem 0.4rem; text-decoration: none; text-overflow: ellipsis; vertical-align: middle; white-space: nowrap; } + +.chip.active { background: #3085EE; color: #fff; } + +.chip .avatar { margin-left: -0.4rem; margin-right: 0.2rem; } + +.chip .btn-clear { border-radius: 50%; transform: scale(0.75); } + +.dropdown { display: inline-block; position: relative; } + +.dropdown .menu { animation: slide-down .15s ease 1; display: none; left: 0; max-height: 50vh; overflow-y: auto; position: absolute; top: 100%; } + +.dropdown.dropdown-right .menu { left: auto; right: 0; } + +.dropdown.active .menu, .dropdown .dropdown-toggle:focus + .menu, .dropdown .menu:hover { display: block; } + +.dropdown .btn-group .dropdown-toggle:nth-last-child(2) { border-bottom-right-radius: 0.1rem; border-top-right-radius: 0.1rem; } + +.empty { background: #f8f9fa; border-radius: 0.1rem; color: #667189; text-align: center; padding: 3.2rem 1.6rem; } + +.empty .empty-icon { margin-bottom: 0.8rem; } + +.empty .empty-title, .empty .empty-subtitle { margin: 0.4rem auto; } + +.empty .empty-action { margin-top: 0.8rem; } + +.menu { box-shadow: 0 0.05rem 0.2rem rgba(69, 77, 93, 0.3); background: #fff; border-radius: 0.1rem; list-style: none; margin: 0; min-width: 180px; padding: 0.4rem; transform: translateY(0.2rem); z-index: 300; } + +.menu.menu-nav { background: transparent; box-shadow: none; } + +.menu .menu-item { margin-top: 0; padding: 0 0.4rem; text-decoration: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } + +.menu .menu-item > a { border-radius: 0.1rem; color: inherit; display: block; margin: 0 -0.4rem; padding: 0.2rem 0.4rem; text-decoration: none; } + +.menu .menu-item > a:focus, .menu .menu-item > a:hover { background: #e1edfd; color: #3085EE; } + +.menu .menu-item > a:active, .menu .menu-item > a.active { background: #e1edfd; color: #3085EE; } + +.menu .menu-item .form-checkbox, .menu .menu-item .form-radio, .menu .menu-item .form-switch { margin: 0.1rem 0; } + +.menu .menu-item + .menu-item { margin-top: 0.2rem; } + +.menu .menu-badge { float: right; padding: 0.2rem 0; } + +.menu .menu-badge .btn, .menu .menu-badge .button { margin-top: -0.1rem; } + +.modal { -ms-flex-align: center; align-items: center; bottom: 0; display: none; -ms-flex-pack: center; justify-content: center; left: 0; opacity: 0; overflow: hidden; padding: 0.4rem; position: fixed; right: 0; top: 0; } + +.modal:target, .modal.active { display: -ms-flexbox; display: flex; opacity: 1; z-index: 400; } + +.modal:target .modal-overlay, .modal.active .modal-overlay { background: rgba(248, 249, 250, 0.75); bottom: 0; cursor: default; display: block; left: 0; position: absolute; right: 0; top: 0; } + +.modal:target .modal-container, .modal.active .modal-container { animation: slide-down .2s ease 1; z-index: 1; } + +.modal.modal-sm .modal-container { max-width: 320px; padding: 0 0.4rem; } + +.modal.modal-lg .modal-overlay { background: #fff; } + +.modal.modal-lg .modal-container { box-shadow: none; max-width: 960px; } + +.modal-container { box-shadow: 0 0.2rem 0.5rem rgba(69, 77, 93, 0.3); background: #fff; border-radius: 0.1rem; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; max-height: 75vh; max-width: 640px; padding: 0 0.8rem; width: 100%; } + +.modal-container.modal-fullheight { max-height: 100vh; } + +.modal-container .modal-header { color: #454d5d; padding: 0.8rem; } + +.modal-container .modal-body { overflow-y: auto; padding: 0.8rem; position: relative; } + +.modal-container .modal-footer { padding: 0.8rem; text-align: right; } + +.nav { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; list-style: none; margin: 0.2rem 0; } + +.nav .nav-item a { color: #667189; padding: 0.2rem 0.4rem; text-decoration: none; } + +.nav .nav-item a:focus, .nav .nav-item a:hover { color: #3085EE; } + +.nav .nav-item.active > a { color: #50596c; font-weight: bold; } + +.nav .nav-item.active > a:focus, .nav .nav-item.active > a:hover { color: #3085EE; } + +.nav .nav { margin-bottom: 0.4rem; margin-left: 0.8rem; } + +.pagination { display: -ms-flexbox; display: flex; list-style: none; margin: 0.2rem 0; padding: 0.2rem 0; } + +.pagination .page-item { margin: 0.2rem 0.05rem; } + +.pagination .page-item span { display: inline-block; padding: 0.2rem 0.2rem; } + +.pagination .page-item a { border-radius: 0.1rem; display: inline-block; padding: 0.2rem 0.4rem; text-decoration: none; } + +.pagination .page-item a:focus, .pagination .page-item a:hover { color: #3085EE; } + +.pagination .page-item.disabled a { cursor: default; opacity: .5; pointer-events: none; } + +.pagination .page-item.active a { background: #3085EE; color: #fff; } + +.pagination .page-item.page-prev, .pagination .page-item.page-next { -ms-flex: 1 0 50%; flex: 1 0 50%; } + +.pagination .page-item.page-next { text-align: right; } + +.pagination .page-item .page-item-title { margin: 0; } + +.pagination .page-item .page-item-subtitle { margin: 0; opacity: .5; } + +.panel { border: 0.05rem solid #e7e9ed; border-radius: 0.1rem; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } + +.panel .panel-header, .panel .panel-footer { -ms-flex: 0 0 auto; flex: 0 0 auto; padding: 0.8rem; } + +.panel .panel-nav { -ms-flex: 0 0 auto; flex: 0 0 auto; } + +.panel .panel-body { -ms-flex: 1 1 auto; flex: 1 1 auto; overflow-y: auto; padding: 0 0.8rem; } + +.popover { display: inline-block; position: relative; } + +.popover .popover-container { left: 50%; opacity: 0; padding: 0.4rem; position: absolute; top: 0; transform: translate(-50%, -50%) scale(0); transition: transform .2s; width: 320px; z-index: 300; } + +.popover *:focus + .popover-container, .popover:hover .popover-container { display: block; opacity: 1; transform: translate(-50%, -100%) scale(1); } + +.popover.popover-right .popover-container { left: 100%; top: 50%; } + +.popover.popover-right *:focus + .popover-container, .popover.popover-right:hover .popover-container { transform: translate(0, -50%) scale(1); } + +.popover.popover-bottom .popover-container { left: 50%; top: 100%; } + +.popover.popover-bottom *:focus + .popover-container, .popover.popover-bottom:hover .popover-container { transform: translate(-50%, 0) scale(1); } + +.popover.popover-left .popover-container { left: 0; top: 50%; } + +.popover.popover-left *:focus + .popover-container, .popover.popover-left:hover .popover-container { transform: translate(-100%, -50%) scale(1); } + +.popover .card { box-shadow: 0 0.2rem 0.5rem rgba(69, 77, 93, 0.3); border: 0; } + +.step { display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; list-style: none; margin: 0.2rem 0; width: 100%; } + +.step .step-item { -ms-flex: 1 1 0px; flex: 1 1 0; margin-top: 0; min-height: 1rem; text-align: center; position: relative; } + +.step .step-item:not(:first-child)::before { background: #3085EE; content: ""; height: 2px; left: -50%; position: absolute; top: 9px; width: 100%; } + +.step .step-item a { color: #3085EE; display: inline-block; padding: 20px 10px 0; text-decoration: none; } + +.step .step-item a::before { background: #3085EE; border: 0.1rem solid #fff; border-radius: 50%; content: ""; display: block; height: 0.6rem; left: 50%; position: absolute; top: 0.2rem; transform: translateX(-50%); width: 0.6rem; z-index: 1; } + +.step .step-item.active a::before { background: #fff; border: 0.1rem solid #3085EE; } + +.step .step-item.active ~ .step-item::before { background: #e7e9ed; } + +.step .step-item.active ~ .step-item a { color: #acb3c2; } + +.step .step-item.active ~ .step-item a::before { background: #e7e9ed; } + +.tab { -ms-flex-align: center; align-items: center; border-bottom: 0.05rem solid #e7e9ed; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; margin: 0.2rem 0 0.15rem 0; } + +.tab .tab-item { margin-top: 0; } + +.tab .tab-item a { border-bottom: 0.1rem solid transparent; color: inherit; display: block; margin: 0 0.4rem 0 0; padding: 0.4rem 0.2rem 0.3rem 0.2rem; text-decoration: none; } + +.tab .tab-item a:focus, .tab .tab-item a:hover { color: #3085EE; } + +.tab .tab-item.active a, .tab .tab-item a.active { border-bottom-color: #3085EE; color: #3085EE; } + +.tab .tab-item.tab-action { -ms-flex: 1 0 auto; flex: 1 0 auto; text-align: right; } + +.tab .tab-item .btn-clear { margin-top: -0.2rem; } + +.tab.tab-block .tab-item { -ms-flex: 1 0 0px; flex: 1 0 0; text-align: center; } + +.tab.tab-block .tab-item a { margin: 0; } + +.tab.tab-block .tab-item .badge[data-badge]::after { position: absolute; right: 0.1rem; top: 0.1rem; transform: translate(0, 0); } + +.tab:not(.tab-block) .badge { padding-right: 0; } + +.tile { -ms-flex-line-pack: justify; align-content: space-between; -ms-flex-align: start; align-items: flex-start; display: -ms-flexbox; display: flex; } + +.tile .tile-icon, .tile .tile-action { -ms-flex: 0 0 auto; flex: 0 0 auto; } + +.tile .tile-content { -ms-flex: 1 1 auto; flex: 1 1 auto; } + +.tile .tile-content:not(:first-child) { padding-left: 0.4rem; } + +.tile .tile-content:not(:last-child) { padding-right: 0.4rem; } + +.tile .tile-title, .tile .tile-subtitle { line-height: 1.2rem; } + +.tile.tile-centered { -ms-flex-align: center; align-items: center; } + +.tile.tile-centered .tile-content { overflow: hidden; } + +.tile.tile-centered .tile-title, .tile.tile-centered .tile-subtitle { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 0; } + +.toast { background: rgba(69, 77, 93, 0.95); border-color: #454d5d; border: 0.05rem solid #454d5d; border-radius: 0.1rem; color: #fff; display: block; padding: 0.4rem; width: 100%; } + +.toast.toast-primary { background: rgba(48, 133, 238, 0.95); border-color: #3085EE; } + +.toast.toast-success { background: rgba(50, 182, 67, 0.95); border-color: #32b643; } + +.toast.toast-warning { background: rgba(255, 183, 0, 0.95); border-color: #ffb700; } + +.toast.toast-error { background: rgba(232, 86, 0, 0.95); border-color: #e85600; } + +.toast a { color: #fff; text-decoration: underline; } + +.toast a:focus, .toast a:hover, .toast a:active, .toast a.active { opacity: .75; } + +.toast .btn-clear { margin: 0.1rem; } + +.toast p:last-child { margin-bottom: 0; } + +.tooltip { position: relative; } + +.tooltip::after { background: rgba(69, 77, 93, 0.95); border-radius: 0.1rem; bottom: 100%; color: #fff; content: attr(data-tooltip); display: block; font-size: 0.7rem; left: 50%; max-width: 320px; opacity: 0; overflow: hidden; padding: 0.2rem 0.4rem; pointer-events: none; position: absolute; text-overflow: ellipsis; transform: translate(-50%, 0.4rem); transition: opacity .2s, transform .2s; white-space: pre; z-index: 300; } + +.tooltip:focus::after, .tooltip:hover::after { opacity: 1; transform: translate(-50%, -0.2rem); } + +.tooltip[disabled], .tooltip.disabled { pointer-events: auto; } + +.tooltip.tooltip-right::after { bottom: 50%; left: 100%; transform: translate(-0.2rem, 50%); } + +.tooltip.tooltip-right:focus::after, .tooltip.tooltip-right:hover::after { transform: translate(0.2rem, 50%); } + +.tooltip.tooltip-bottom::after { bottom: auto; top: 100%; transform: translate(-50%, -0.4rem); } + +.tooltip.tooltip-bottom:focus::after, .tooltip.tooltip-bottom:hover::after { transform: translate(-50%, 0.2rem); } + +.tooltip.tooltip-left::after { bottom: 50%; left: auto; right: 100%; transform: translate(0.4rem, 50%); } + +.tooltip.tooltip-left:focus::after, .tooltip.tooltip-left:hover::after { transform: translate(-0.2rem, 50%); } + +@keyframes loading { 0% { transform: rotate(0deg); } + 100% { transform: rotate(360deg); } } + +@keyframes slide-down { 0% { opacity: 0; + transform: translateY(-1.6rem); } + 100% { opacity: 1; + transform: translateY(0); } } + +.text-primary { color: #3085EE !important; } + +a.text-primary:focus, a.text-primary:hover { color: #1877ec; } + +a.text-primary:visited { color: #4893f0; } + +.text-secondary { color: #d3e5fb !important; } + +a.text-secondary:focus, a.text-secondary:hover { color: #bbd7f9; } + +a.text-secondary:visited { color: #eaf3fd; } + +.text-gray { color: #acb3c2 !important; } + +a.text-gray:focus, a.text-gray:hover { color: #9ea6b7; } + +a.text-gray:visited { color: #bbc1cd; } + +.text-light { color: #fff !important; } + +a.text-light:focus, a.text-light:hover { color: #f2f2f2; } + +a.text-light:visited { color: white; } + +.text-dark { color: #50596c !important; } + +a.text-dark:focus, a.text-dark:hover { color: #454d5d; } + +a.text-dark:visited { color: #5b657a; } + +.text-success { color: #32b643 !important; } + +a.text-success:focus, a.text-success:hover { color: #2da23c; } + +a.text-success:visited { color: #39c94b; } + +.text-warning { color: #ffb700 !important; } + +a.text-warning:focus, a.text-warning:hover { color: #e6a500; } + +a.text-warning:visited { color: #ffbe1a; } + +.text-error { color: #e85600 !important; } + +a.text-error:focus, a.text-error:hover { color: #cf4d00; } + +a.text-error:visited { color: #ff6003; } + +.bg-primary { background: #3085EE !important; color: #fff; } + +.bg-secondary { background: #e1edfd !important; } + +.bg-dark { background: #454d5d !important; color: #fff; } + +.bg-gray { background: #f8f9fa !important; } + +.bg-success { background: #32b643 !important; color: #fff; } + +.bg-warning { background: #ffb700 !important; color: #fff; } + +.bg-error { background: #e85600 !important; color: #fff; } + +.c-hand { cursor: pointer; } + +.c-move { cursor: move; } + +.c-zoom-in { cursor: zoom-in; } + +.c-zoom-out { cursor: zoom-out; } + +.c-not-allowed { cursor: not-allowed; } + +.c-auto { cursor: auto; } + +.d-block { display: block; } + +.d-inline { display: inline; } + +.d-inline-block { display: inline-block; } + +.d-flex { display: -ms-flexbox; display: flex; } + +.d-inline-flex { display: -ms-inline-flexbox; display: inline-flex; } + +.d-none, .d-hide { display: none !important; } + +.d-visible { visibility: visible; } + +.d-invisible { visibility: hidden; } + +.text-hide { background: transparent; border: 0; color: transparent; font-size: 0; line-height: 0; text-shadow: none; } + +.text-assistive { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } + +.divider, .divider-vert { display: block; position: relative; } + +.divider[data-content]::after, .divider-vert[data-content]::after { background: #fff; color: #acb3c2; content: attr(data-content); display: inline-block; font-size: 0.7rem; padding: 0 0.4rem; transform: translateY(-0.65rem); } + +.divider { border-top: 0.05rem solid #e7e9ed; height: 0.05rem; margin: 0.4rem 0; } + +.divider[data-content] { margin: 0.8rem 0; } + +.divider-vert { display: block; padding: 0.8rem; } + +.divider-vert::before { border-left: 0.05rem solid #e7e9ed; bottom: 0.4rem; content: ""; display: block; left: 50%; position: absolute; top: 0.4rem; transform: translateX(-50%); } + +.divider-vert[data-content]::after { left: 50%; padding: 0.2rem 0; position: absolute; top: 50%; transform: translate(-50%, -50%); } + +.loading { color: transparent !important; min-height: 0.8rem; pointer-events: none; position: relative; } + +.loading::after { animation: loading 500ms infinite linear; border: 0.1rem solid #3085EE; border-radius: 50%; border-right-color: transparent; border-top-color: transparent; content: ""; display: block; height: 0.8rem; left: 50%; margin-left: -0.4rem; margin-top: -0.4rem; position: absolute; top: 50%; width: 0.8rem; z-index: 1; } + +.loading.loading-lg { min-height: 2rem; } + +.loading.loading-lg::after { height: 1.6rem; margin-left: -0.8rem; margin-top: -0.8rem; width: 1.6rem; } + +.clearfix::after { clear: both; content: ""; display: table; } + +.float-left { float: left !important; } + +.float-right { float: right !important; } + +.p-relative { position: relative !important; } + +.p-absolute { position: absolute !important; } + +.p-fixed { position: fixed !important; } + +.p-sticky { position: -webkit-sticky !important; position: sticky !important; } + +.p-centered { display: block; float: none; margin-left: auto; margin-right: auto; } + +.flex-centered { -ms-flex-align: center; align-items: center; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; } + +.m-0 { margin: 0 !important; } + +.mb-0 { margin-bottom: 0 !important; } + +.ml-0 { margin-left: 0 !important; } + +.mr-0 { margin-right: 0 !important; } + +.mt-0 { margin-top: 0 !important; } + +.mx-0 { margin-left: 0 !important; margin-right: 0 !important; } + +.my-0 { margin-bottom: 0 !important; margin-top: 0 !important; } + +.m-1 { margin: 0.2rem !important; } + +.mb-1 { margin-bottom: 0.2rem !important; } + +.ml-1 { margin-left: 0.2rem !important; } + +.mr-1 { margin-right: 0.2rem !important; } + +.mt-1 { margin-top: 0.2rem !important; } + +.mx-1 { margin-left: 0.2rem !important; margin-right: 0.2rem !important; } + +.my-1 { margin-bottom: 0.2rem !important; margin-top: 0.2rem !important; } + +.m-2 { margin: 0.4rem !important; } + +.mb-2 { margin-bottom: 0.4rem !important; } + +.ml-2 { margin-left: 0.4rem !important; } + +.mr-2 { margin-right: 0.4rem !important; } + +.mt-2 { margin-top: 0.4rem !important; } + +.mx-2 { margin-left: 0.4rem !important; margin-right: 0.4rem !important; } + +.my-2 { margin-bottom: 0.4rem !important; margin-top: 0.4rem !important; } + +.p-0 { padding: 0 !important; } + +.pb-0 { padding-bottom: 0 !important; } + +.pl-0 { padding-left: 0 !important; } + +.pr-0 { padding-right: 0 !important; } + +.pt-0 { padding-top: 0 !important; } + +.px-0 { padding-left: 0 !important; padding-right: 0 !important; } + +.py-0 { padding-bottom: 0 !important; padding-top: 0 !important; } + +.p-1 { padding: 0.2rem !important; } + +.pb-1 { padding-bottom: 0.2rem !important; } + +.pl-1 { padding-left: 0.2rem !important; } + +.pr-1 { padding-right: 0.2rem !important; } + +.pt-1 { padding-top: 0.2rem !important; } + +.px-1 { padding-left: 0.2rem !important; padding-right: 0.2rem !important; } + +.py-1 { padding-bottom: 0.2rem !important; padding-top: 0.2rem !important; } + +.p-2 { padding: 0.4rem !important; } + +.pb-2 { padding-bottom: 0.4rem !important; } + +.pl-2 { padding-left: 0.4rem !important; } + +.pr-2 { padding-right: 0.4rem !important; } + +.pt-2 { padding-top: 0.4rem !important; } + +.px-2 { padding-left: 0.4rem !important; padding-right: 0.4rem !important; } + +.py-2 { padding-bottom: 0.4rem !important; padding-top: 0.4rem !important; } + +.s-rounded { border-radius: 0.1rem; } + +.s-circle { border-radius: 50%; } + +.text-left { text-align: left; } + +.text-right { text-align: right; } + +.text-center { text-align: center; } + +.text-justify { text-align: justify; } + +.text-lowercase { text-transform: lowercase; } + +.text-uppercase { text-transform: uppercase; } + +.text-capitalize { text-transform: capitalize; } + +.text-normal { font-weight: normal; } + +.text-bold { font-weight: bold; } + +.text-italic { font-style: italic; } + +.text-large { font-size: 1.2em; } + +.text-ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } + +.text-clip { overflow: hidden; text-overflow: clip; white-space: nowrap; } + +.text-break { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-break: break-word; word-wrap: break-word; } + +/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3BlY3RyZS5jc3MiLCJzb3VyY2VzIjpbInNwZWN0cmUuc2NzcyIsInNwZWN0cmUvX3ZhcmlhYmxlcy5zY3NzIiwic3BlY3RyZS9fbWl4aW5zLnNjc3MiLCJzcGVjdHJlL21peGlucy9fYXZhdGFyLnNjc3MiLCJzcGVjdHJlL21peGlucy9fYnV0dG9uLnNjc3MiLCJzcGVjdHJlL21peGlucy9fY2xlYXJmaXguc2NzcyIsInNwZWN0cmUvbWl4aW5zL19jb2xvci5zY3NzIiwic3BlY3RyZS9taXhpbnMvX2xhYmVsLnNjc3MiLCJzcGVjdHJlL21peGlucy9fcG9zaXRpb24uc2NzcyIsInNwZWN0cmUvbWl4aW5zL19zaGFkb3cuc2NzcyIsInNwZWN0cmUvbWl4aW5zL190ZXh0LnNjc3MiLCJzcGVjdHJlL21peGlucy9fdG9hc3Quc2NzcyIsInNwZWN0cmUvX25vcm1hbGl6ZS5zY3NzIiwic3BlY3RyZS9fYmFzZS5zY3NzIiwic3BlY3RyZS9fdHlwb2dyYXBoeS5zY3NzIiwic3BlY3RyZS9fYXNpYW4uc2NzcyIsInNwZWN0cmUvX3RhYmxlcy5zY3NzIiwic3BlY3RyZS9fYnV0dG9ucy5zY3NzIiwic3BlY3RyZS9fZm9ybXMuc2NzcyIsInNwZWN0cmUvX2xhYmVscy5zY3NzIiwic3BlY3RyZS9fY29kZXMuc2NzcyIsInNwZWN0cmUvX21lZGlhLnNjc3MiLCJzcGVjdHJlL19sYXlvdXQuc2NzcyIsInNwZWN0cmUvX25hdmJhci5zY3NzIiwic3BlY3RyZS9fYWNjb3JkaW9ucy5zY3NzIiwic3BlY3RyZS9fYXZhdGFycy5zY3NzIiwic3BlY3RyZS9fYmFkZ2VzLnNjc3MiLCJzcGVjdHJlL19icmVhZGNydW1icy5zY3NzIiwic3BlY3RyZS9fYmFycy5zY3NzIiwic3BlY3RyZS9fY2FyZHMuc2NzcyIsInNwZWN0cmUvX2NoaXBzLnNjc3MiLCJzcGVjdHJlL19kcm9wZG93bnMuc2NzcyIsInNwZWN0cmUvX2VtcHR5LnNjc3MiLCJzcGVjdHJlL19tZW51cy5zY3NzIiwic3BlY3RyZS9fbW9kYWxzLnNjc3MiLCJzcGVjdHJlL19uYXZzLnNjc3MiLCJzcGVjdHJlL19wYWdpbmF0aW9uLnNjc3MiLCJzcGVjdHJlL19wYW5lbHMuc2NzcyIsInNwZWN0cmUvX3BvcG92ZXJzLnNjc3MiLCJzcGVjdHJlL19zdGVwcy5zY3NzIiwic3BlY3RyZS9fdGFicy5zY3NzIiwic3BlY3RyZS9fdGlsZXMuc2NzcyIsInNwZWN0cmUvX3RvYXN0cy5zY3NzIiwic3BlY3RyZS9fdG9vbHRpcHMuc2NzcyIsInNwZWN0cmUvX2FuaW1hdGlvbnMuc2NzcyIsInNwZWN0cmUvX3V0aWxpdGllcy5zY3NzIiwic3BlY3RyZS91dGlsaXRpZXMvX2NvbG9ycy5zY3NzIiwic3BlY3RyZS91dGlsaXRpZXMvX2N1cnNvcnMuc2NzcyIsInNwZWN0cmUvdXRpbGl0aWVzL19kaXNwbGF5LnNjc3MiLCJzcGVjdHJlL3V0aWxpdGllcy9fZGl2aWRlci5zY3NzIiwic3BlY3RyZS91dGlsaXRpZXMvX2xvYWRpbmcuc2NzcyIsInNwZWN0cmUvdXRpbGl0aWVzL19wb3NpdGlvbi5zY3NzIiwic3BlY3RyZS91dGlsaXRpZXMvX3NoYXBlcy5zY3NzIiwic3BlY3RyZS91dGlsaXRpZXMvX3RleHQuc2NzcyIsInRoZW1lL19leHRlbnNpb25zLnNjc3MiXSwic291cmNlc0NvbnRlbnQiOlsiLy8gVmFyaWFibGVzIGFuZCBtaXhpbnNcbkBpbXBvcnQgXCJzcGVjdHJlL3ZhcmlhYmxlc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvbWl4aW5zXCI7XG5cbi8qISBTcGVjdHJlLmNzcyB2I3skdmVyc2lvbn0gfCBNSVQgTGljZW5zZSB8IGdpdGh1Yi5jb20vcGljdHVyZXBhbjIvc3BlY3RyZSAqL1xuLy8gUmVzZXQgYW5kIGRlcGVuZGVuY2llc1xuQGltcG9ydCBcInNwZWN0cmUvbm9ybWFsaXplXCI7XG5AaW1wb3J0IFwic3BlY3RyZS9iYXNlXCI7XG5cbi8vIEVsZW1lbnRzXG5AaW1wb3J0IFwic3BlY3RyZS90eXBvZ3JhcGh5XCI7XG5AaW1wb3J0IFwic3BlY3RyZS9hc2lhblwiO1xuQGltcG9ydCBcInNwZWN0cmUvdGFibGVzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS9idXR0b25zXCI7XG5AaW1wb3J0IFwic3BlY3RyZS9mb3Jtc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvbGFiZWxzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS9jb2Rlc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvbWVkaWFcIjtcblxuLy8gTGF5b3V0XG5AaW1wb3J0IFwic3BlY3RyZS9sYXlvdXRcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL25hdmJhclwiO1xuXG4vLyBDb21wb25lbnRzXG5AaW1wb3J0IFwic3BlY3RyZS9hY2NvcmRpb25zXCI7XG5AaW1wb3J0IFwic3BlY3RyZS9hdmF0YXJzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS9iYWRnZXNcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL2JyZWFkY3J1bWJzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS9iYXJzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS9jYXJkc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvY2hpcHNcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL2Ryb3Bkb3duc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvZW1wdHlcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL21lbnVzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS9tb2RhbHNcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL25hdnNcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL3BhZ2luYXRpb25cIjtcbkBpbXBvcnQgXCJzcGVjdHJlL3BhbmVsc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvcG9wb3ZlcnNcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL3N0ZXBzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS90YWJzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS90aWxlc1wiO1xuQGltcG9ydCBcInNwZWN0cmUvdG9hc3RzXCI7XG5AaW1wb3J0IFwic3BlY3RyZS90b29sdGlwc1wiO1xuXG4vLyBVdGlsaXR5IGNsYXNzZXNcbkBpbXBvcnQgXCJzcGVjdHJlL2FuaW1hdGlvbnNcIjtcbkBpbXBvcnQgXCJzcGVjdHJlL3V0aWxpdGllc1wiO1xuXG4vLyBFeHRyYXNcbkBpbXBvcnQgXCJ0aGVtZS9leHRlbnNpb25zXCI7XG4iLCIvLyBDb3JlIHZhcmlhYmxlc1xuJHZlcnNpb246IFwiMC41LjdcIjtcblxuLy8gQ29yZSBmZWF0dXJlc1xuJHJ0bDogZmFsc2UgIWRlZmF1bHQ7XG5cbi8vIENvcmUgY29sb3JzXG4kcHJpbWFyeS1jb2xvcjogIzMwODVFRSAhZGVmYXVsdDtcbiRwcmltYXJ5LWNvbG9yLWRhcms6IGRhcmtlbigkcHJpbWFyeS1jb2xvciwgMyUpICFkZWZhdWx0O1xuJHByaW1hcnktY29sb3ItbGlnaHQ6IGxpZ2h0ZW4oJHByaW1hcnktY29sb3IsIDMlKSAhZGVmYXVsdDtcbiRzZWNvbmRhcnktY29sb3I6IGxpZ2h0ZW4oJHByaW1hcnktY29sb3IsIDM3LjUlKSAhZGVmYXVsdDtcbiRzZWNvbmRhcnktY29sb3ItZGFyazogZGFya2VuKCRzZWNvbmRhcnktY29sb3IsIDMlKSAhZGVmYXVsdDtcbiRzZWNvbmRhcnktY29sb3ItbGlnaHQ6IGxpZ2h0ZW4oJHNlY29uZGFyeS1jb2xvciwgMyUpICFkZWZhdWx0O1xuXG4vLyBHcmF5IGNvbG9yc1xuJGRhcmstY29sb3I6ICM0NTRkNWQgIWRlZmF1bHQ7XG4kbGlnaHQtY29sb3I6ICNmZmYgIWRlZmF1bHQ7XG4kZ3JheS1jb2xvcjogbGlnaHRlbigkZGFyay1jb2xvciwgNDAlKSAhZGVmYXVsdDtcbiRncmF5LWNvbG9yLWRhcms6IGRhcmtlbigkZ3JheS1jb2xvciwgMjUlKSAhZGVmYXVsdDtcbiRncmF5LWNvbG9yLWxpZ2h0OiBsaWdodGVuKCRncmF5LWNvbG9yLCAyMCUpICFkZWZhdWx0O1xuXG4kYm9yZGVyLWNvbG9yOiBsaWdodGVuKCRkYXJrLWNvbG9yLCA2MCUpICFkZWZhdWx0O1xuJGJvcmRlci1jb2xvci1kYXJrOiBkYXJrZW4oJGJvcmRlci1jb2xvciwgMTAlKSAhZGVmYXVsdDtcbiRiZy1jb2xvcjogbGlnaHRlbigkZGFyay1jb2xvciwgNjYlKSAhZGVmYXVsdDtcbiRiZy1jb2xvci1kYXJrOiBkYXJrZW4oJGJnLWNvbG9yLCAzJSkgIWRlZmF1bHQ7XG4kYmctY29sb3ItbGlnaHQ6ICRsaWdodC1jb2xvciAhZGVmYXVsdDtcblxuLy8gQ29udHJvbCBjb2xvcnNcbiRzdWNjZXNzLWNvbG9yOiAjMzJiNjQzICFkZWZhdWx0O1xuJHdhcm5pbmctY29sb3I6ICNmZmI3MDAgIWRlZmF1bHQ7XG4kZXJyb3ItY29sb3I6ICNlODU2MDAgIWRlZmF1bHQ7XG5cbi8vIE90aGVyIGNvbG9yc1xuJGNvZGUtY29sb3I6ICNkNzNlNDggIWRlZmF1bHQ7XG4kaGlnaGxpZ2h0LWNvbG9yOiAjZmZlOWIzICFkZWZhdWx0O1xuJGJvZHktYmc6ICRiZy1jb2xvci1saWdodCAhZGVmYXVsdDtcbiRib2R5LWZvbnQtY29sb3I6IGxpZ2h0ZW4oJGRhcmstY29sb3IsIDUlKSAhZGVmYXVsdDtcbiRsaW5rLWNvbG9yOiAkcHJpbWFyeS1jb2xvciAhZGVmYXVsdDtcbiRsaW5rLWNvbG9yLWRhcms6IGRhcmtlbigkbGluay1jb2xvciwgMTAlKSAhZGVmYXVsdDtcbiRsaW5rLWNvbG9yLWxpZ2h0OiBsaWdodGVuKCRsaW5rLWNvbG9yLCAxMCUpICFkZWZhdWx0O1xuXG4vLyBGb250c1xuLy8gQ3JlZGl0OiBodHRwczovL3d3dy5zbWFzaGluZ21hZ2F6aW5lLmNvbS8yMDE1LzExL3VzaW5nLXN5c3RlbS11aS1mb250cy1wcmFjdGljYWwtZ3VpZGUvXG4kYmFzZS1mb250LWZhbWlseTogLWFwcGxlLXN5c3RlbSwgc3lzdGVtLXVpLCBCbGlua01hY1N5c3RlbUZvbnQsIFwiU2Vnb2UgVUlcIiwgUm9ib3RvICFkZWZhdWx0O1xuJG1vbm8tZm9udC1mYW1pbHk6IFwiU0YgTW9ub1wiLCBcIlNlZ29lIFVJIE1vbm9cIiwgXCJSb2JvdG8gTW9ub1wiLCBNZW5sbywgQ291cmllciwgbW9ub3NwYWNlICFkZWZhdWx0O1xuJGZhbGxiYWNrLWZvbnQtZmFtaWx5OiBcIkhlbHZldGljYSBOZXVlXCIsIHNhbnMtc2VyaWYgIWRlZmF1bHQ7XG4kY2prLXpoLWhhbnMtZm9udC1mYW1pbHk6ICRiYXNlLWZvbnQtZmFtaWx5LCBcIlBpbmdGYW5nIFNDXCIsIFwiSGlyYWdpbm8gU2FucyBHQlwiLCBcIk1pY3Jvc29mdCBZYUhlaVwiLCAkZmFsbGJhY2stZm9udC1mYW1pbHkgIWRlZmF1bHQ7XG4kY2prLXpoLWhhbnQtZm9udC1mYW1pbHk6ICRiYXNlLWZvbnQtZmFtaWx5LCBcIlBpbmdGYW5nIFRDXCIsIFwiSGlyYWdpbm8gU2FucyBDTlNcIiwgXCJNaWNyb3NvZnQgSmhlbmdIZWlcIiwgJGZhbGxiYWNrLWZvbnQtZmFtaWx5ICFkZWZhdWx0O1xuJGNqay1qcC1mb250LWZhbWlseTogJGJhc2UtZm9udC1mYW1pbHksIFwiSGlyYWdpbm8gU2Fuc1wiLCBcIkhpcmFnaW5vIEtha3UgR290aGljIFByb1wiLCBcIll1IEdvdGhpY1wiLCBZdUdvdGhpYywgTWVpcnlvLCAkZmFsbGJhY2stZm9udC1mYW1pbHkgIWRlZmF1bHQ7XG4kY2prLWtvLWZvbnQtZmFtaWx5OiAkYmFzZS1mb250LWZhbWlseSwgXCJNYWxndW4gR290aGljXCIsICRmYWxsYmFjay1mb250LWZhbWlseSAhZGVmYXVsdDtcbiRib2R5LWZvbnQtZmFtaWx5OiAkYmFzZS1mb250LWZhbWlseSwgJGZhbGxiYWNrLWZvbnQtZmFtaWx5ICFkZWZhdWx0O1xuXG4vLyBVbml0IHNpemVzXG4kdW5pdC1vOiAuMDVyZW0gIWRlZmF1bHQ7XG4kdW5pdC1oOiAuMXJlbSAhZGVmYXVsdDtcbiR1bml0LTE6IC4ycmVtICFkZWZhdWx0O1xuJHVuaXQtMjogLjRyZW0gIWRlZmF1bHQ7XG4kdW5pdC0zOiAuNnJlbSAhZGVmYXVsdDtcbiR1bml0LTQ6IC44cmVtICFkZWZhdWx0O1xuJHVuaXQtNTogMXJlbSAhZGVmYXVsdDtcbiR1bml0LTY6IDEuMnJlbSAhZGVmYXVsdDtcbiR1bml0LTc6IDEuNHJlbSAhZGVmYXVsdDtcbiR1bml0LTg6IDEuNnJlbSAhZGVmYXVsdDtcbiR1bml0LTk6IDEuOHJlbSAhZGVmYXVsdDtcbiR1bml0LTEwOiAycmVtICFkZWZhdWx0O1xuJHVuaXQtMTI6IDIuNHJlbSAhZGVmYXVsdDtcbiR1bml0LTE2OiAzLjJyZW0gIWRlZmF1bHQ7XG5cbi8vIEZvbnQgc2l6ZXNcbiRodG1sLWZvbnQtc2l6ZTogMjBweCAhZGVmYXVsdDtcbiRodG1sLWxpbmUtaGVpZ2h0OiAxLjUgIWRlZmF1bHQ7XG4kZm9udC1zaXplOiAuOHJlbSAhZGVmYXVsdDtcbiRmb250LXNpemUtc206IC43cmVtICFkZWZhdWx0O1xuJGZvbnQtc2l6ZS1sZzogLjlyZW0gIWRlZmF1bHQ7XG4kbGluZS1oZWlnaHQ6IDEuMnJlbSAhZGVmYXVsdDtcblxuLy8gU2l6ZXNcbiRsYXlvdXQtc3BhY2luZzogJHVuaXQtMiAhZGVmYXVsdDtcbiRsYXlvdXQtc3BhY2luZy1zbTogJHVuaXQtMSAhZGVmYXVsdDtcbiRsYXlvdXQtc3BhY2luZy1sZzogJHVuaXQtNCAhZGVmYXVsdDtcbiRib3JkZXItcmFkaXVzOiAkdW5pdC1oICFkZWZhdWx0O1xuJGJvcmRlci13aWR0aDogJHVuaXQtbyAhZGVmYXVsdDtcbiRib3JkZXItd2lkdGgtbGc6ICR1bml0LWggIWRlZmF1bHQ7XG4kY29udHJvbC1zaXplOiAkdW5pdC05ICFkZWZhdWx0O1xuJGNvbnRyb2wtc2l6ZS1zbTogJHVuaXQtNyAhZGVmYXVsdDtcbiRjb250cm9sLXNpemUtbGc6ICR1bml0LTEwICFkZWZhdWx0O1xuJGNvbnRyb2wtcGFkZGluZy14OiAkdW5pdC0yICFkZWZhdWx0O1xuJGNvbnRyb2wtcGFkZGluZy14LXNtOiAkdW5pdC0yICogLjc1ICFkZWZhdWx0O1xuJGNvbnRyb2wtcGFkZGluZy14LWxnOiAkdW5pdC0yICogMS41ICFkZWZhdWx0O1xuJGNvbnRyb2wtcGFkZGluZy15OiAoJGNvbnRyb2wtc2l6ZSAtICRsaW5lLWhlaWdodCkgLyAyIC0gJGJvcmRlci13aWR0aCAhZGVmYXVsdDtcbiRjb250cm9sLXBhZGRpbmcteS1zbTogKCRjb250cm9sLXNpemUtc20gLSAkbGluZS1oZWlnaHQpIC8gMiAtICRib3JkZXItd2lkdGggIWRlZmF1bHQ7XG4kY29udHJvbC1wYWRkaW5nLXktbGc6ICgkY29udHJvbC1zaXplLWxnIC0gJGxpbmUtaGVpZ2h0KSAvIDIgLSAkYm9yZGVyLXdpZHRoICFkZWZhdWx0O1xuJGNvbnRyb2wtaWNvbi1zaXplOiAuOHJlbSAhZGVmYXVsdDtcblxuJGNvbnRyb2wtd2lkdGgteHM6IDE4MHB4ICFkZWZhdWx0O1xuJGNvbnRyb2wtd2lkdGgtc206IDMyMHB4ICFkZWZhdWx0O1xuJGNvbnRyb2wtd2lkdGgtbWQ6IDY0MHB4ICFkZWZhdWx0O1xuJGNvbnRyb2wtd2lkdGgtbGc6IDk2MHB4ICFkZWZhdWx0O1xuJGNvbnRyb2wtd2lkdGgteGw6IDEyODBweCAhZGVmYXVsdDtcblxuLy8gUmVzcG9uc2l2ZSBicmVha3BvaW50c1xuJHNpemUteHM6IDQ4MHB4ICFkZWZhdWx0O1xuJHNpemUtc206IDYwMHB4ICFkZWZhdWx0O1xuJHNpemUtbWQ6IDg0MHB4ICFkZWZhdWx0O1xuJHNpemUtbGc6IDk2MHB4ICFkZWZhdWx0O1xuJHNpemUteGw6IDEyODBweCAhZGVmYXVsdDtcbiRzaXplLTJ4OiAxNDQwcHggIWRlZmF1bHQ7XG5cbiRyZXNwb25zaXZlLWJyZWFrcG9pbnQ6ICRzaXplLXhzICFkZWZhdWx0O1xuXG4vLyBaLWluZGV4XG4kemluZGV4LTA6IDEgIWRlZmF1bHQ7XG4kemluZGV4LTE6IDEwMCAhZGVmYXVsdDtcbiR6aW5kZXgtMjogMjAwICFkZWZhdWx0O1xuJHppbmRleC0zOiAzMDAgIWRlZmF1bHQ7XG4kemluZGV4LTQ6IDQwMCAhZGVmYXVsdDtcbiIsIi8vIE1peGluc1xuQGltcG9ydCBcIm1peGlucy9hdmF0YXJcIjtcbkBpbXBvcnQgXCJtaXhpbnMvYnV0dG9uXCI7XG5AaW1wb3J0IFwibWl4aW5zL2NsZWFyZml4XCI7XG5AaW1wb3J0IFwibWl4aW5zL2NvbG9yXCI7XG5AaW1wb3J0IFwibWl4aW5zL2xhYmVsXCI7XG5AaW1wb3J0IFwibWl4aW5zL3Bvc2l0aW9uXCI7XG5AaW1wb3J0IFwibWl4aW5zL3NoYWRvd1wiO1xuQGltcG9ydCBcIm1peGlucy90ZXh0XCI7XG5AaW1wb3J0IFwibWl4aW5zL3RvYXN0XCI7IiwiLy8gQXZhdGFyIG1peGluXG5AbWl4aW4gYXZhdGFyLWJhc2UoJHNpemU6ICR1bml0LTgpIHtcbiAgZm9udC1zaXplOiAkc2l6ZSAvIDI7XG4gIGhlaWdodDogJHNpemU7XG4gIHdpZHRoOiAkc2l6ZTtcbn1cbiIsIi8vIEJ1dHRvbiB2YXJpYW50IG1peGluXG5AbWl4aW4gYnV0dG9uLXZhcmlhbnQoJGNvbG9yOiAkcHJpbWFyeS1jb2xvcikge1xuICBiYWNrZ3JvdW5kOiAkY29sb3I7XG4gIGJvcmRlci1jb2xvcjogZGFya2VuKCRjb2xvciwgMyUpO1xuICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAmOmZvY3VzIHtcbiAgICBAaW5jbHVkZSBjb250cm9sLXNoYWRvdygkY29sb3IpO1xuICB9XG4gICY6Zm9jdXMsXG4gICY6aG92ZXIge1xuICAgIGJhY2tncm91bmQ6IGRhcmtlbigkY29sb3IsIDIlKTtcbiAgICBib3JkZXItY29sb3I6IGRhcmtlbigkY29sb3IsIDUlKTtcbiAgICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICB9XG4gICY6YWN0aXZlLFxuICAmLmFjdGl2ZSB7XG4gICAgYmFja2dyb3VuZDogZGFya2VuKCRjb2xvciwgNyUpO1xuICAgIGJvcmRlci1jb2xvcjogZGFya2VuKCRjb2xvciwgMTAlKTtcbiAgICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICB9XG4gICYubG9hZGluZyB7XG4gICAgJjo6YWZ0ZXIge1xuICAgICAgYm9yZGVyLWJvdHRvbS1jb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgICAgYm9yZGVyLWxlZnQtY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgICB9XG4gIH1cbn1cblxuQG1peGluIGJ1dHRvbi1vdXRsaW5lLXZhcmlhbnQoJGNvbG9yOiAkcHJpbWFyeS1jb2xvcikge1xuICBiYWNrZ3JvdW5kOiAkbGlnaHQtY29sb3I7XG4gIGJvcmRlci1jb2xvcjogJGNvbG9yO1xuICBjb2xvcjogJGNvbG9yO1xuICAmOmZvY3VzIHtcbiAgICBAaW5jbHVkZSBjb250cm9sLXNoYWRvdygkY29sb3IpO1xuICB9XG4gICY6Zm9jdXMsXG4gICY6aG92ZXIge1xuICAgIGJhY2tncm91bmQ6IGxpZ2h0ZW4oJGNvbG9yLCA1MCUpO1xuICAgIGJvcmRlci1jb2xvcjogZGFya2VuKCRjb2xvciwgMiUpO1xuICAgIGNvbG9yOiAkY29sb3I7XG4gIH1cbiAgJjphY3RpdmUsXG4gICYuYWN0aXZlIHtcbiAgICBiYWNrZ3JvdW5kOiAkY29sb3I7XG4gICAgYm9yZGVyLWNvbG9yOiBkYXJrZW4oJGNvbG9yLCA1JSk7XG4gICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgfVxuICAmLmxvYWRpbmcge1xuICAgICY6OmFmdGVyIHtcbiAgICAgIGJvcmRlci1ib3R0b20tY29sb3I6ICRjb2xvcjtcbiAgICAgIGJvcmRlci1sZWZ0LWNvbG9yOiAkY29sb3I7XG4gICAgfVxuICB9XG59XG4iLCIvLyBDbGVhcmZpeCBtaXhpblxuQG1peGluIGNsZWFyZml4KCkge1xuICAmOjphZnRlciB7XG4gICAgY2xlYXI6IGJvdGg7XG4gICAgY29udGVudDogXCJcIjtcbiAgICBkaXNwbGF5OiB0YWJsZTtcbiAgfVxufVxuIiwiLy8gQmFja2dyb3VuZCBjb2xvciB1dGlsaXR5IG1peGluXG5AbWl4aW4gYmctY29sb3ItdmFyaWFudCgkbmFtZTogXCIuYmctcHJpbWFyeVwiLCAkY29sb3I6ICRwcmltYXJ5LWNvbG9yKSB7XG4gICN7JG5hbWV9IHtcbiAgICBiYWNrZ3JvdW5kOiAkY29sb3IgIWltcG9ydGFudDtcblxuICAgIEBpZiAobGlnaHRuZXNzKCRjb2xvcikgPCA2MCkge1xuICAgICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgICB9XG4gIH1cbn1cblxuLy8gVGV4dCBjb2xvciB1dGlsaXR5IG1peGluXG5AbWl4aW4gdGV4dC1jb2xvci12YXJpYW50KCRuYW1lOiBcIi50ZXh0LXByaW1hcnlcIiwgJGNvbG9yOiAkcHJpbWFyeS1jb2xvcikge1xuICAjeyRuYW1lfSB7XG4gICAgY29sb3I6ICRjb2xvciAhaW1wb3J0YW50O1xuICB9XG5cbiAgYSN7JG5hbWV9IHtcbiAgICAmOmZvY3VzLFxuICAgICY6aG92ZXIge1xuICAgICAgY29sb3I6IGRhcmtlbigkY29sb3IsIDUlKTtcbiAgICB9XG4gICAgJjp2aXNpdGVkIHtcbiAgICAgIGNvbG9yOiBsaWdodGVuKCRjb2xvciwgNSUpO1xuICAgIH1cbiAgfVxufVxuIiwiLy8gTGFiZWwgYmFzZSBzdHlsZVxuQG1peGluIGxhYmVsLWJhc2UoKSB7XG4gIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICBsaW5lLWhlaWdodDogMS4yO1xuICBwYWRkaW5nOiAuMXJlbSAuMnJlbTtcbn1cblxuQG1peGluIGxhYmVsLXZhcmlhbnQoJGNvbG9yOiAkbGlnaHQtY29sb3IsICRiZy1jb2xvcjogJHByaW1hcnktY29sb3IpIHtcbiAgYmFja2dyb3VuZDogJGJnLWNvbG9yO1xuICBjb2xvcjogJGNvbG9yO1xufVxuIiwiLy8gTWFyZ2luIHV0aWxpdHkgbWl4aW5cbkBtaXhpbiBtYXJnaW4tdmFyaWFudCgkaWQ6IDEsICRzaXplOiAkdW5pdC0xKSB7XG4gIC5tLSN7JGlkfSB7XG4gICAgbWFyZ2luOiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLm1iLSN7JGlkfSB7XG4gICAgbWFyZ2luLWJvdHRvbTogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5tbC0jeyRpZH0ge1xuICAgIG1hcmdpbi1sZWZ0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLm1yLSN7JGlkfSB7XG4gICAgbWFyZ2luLXJpZ2h0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLm10LSN7JGlkfSB7XG4gICAgbWFyZ2luLXRvcDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5teC0jeyRpZH0ge1xuICAgIG1hcmdpbi1sZWZ0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICAgIG1hcmdpbi1yaWdodDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5teS0jeyRpZH0ge1xuICAgIG1hcmdpbi1ib3R0b206ICRzaXplICFpbXBvcnRhbnQ7XG4gICAgbWFyZ2luLXRvcDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxufVxuXG4vLyBQYWRkaW5nIHV0aWxpdHkgbWl4aW5cbkBtaXhpbiBwYWRkaW5nLXZhcmlhbnQoJGlkOiAxLCAkc2l6ZTogJHVuaXQtMSkge1xuICAucC0jeyRpZH0ge1xuICAgIHBhZGRpbmc6ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cblxuICAucGItI3skaWR9IHtcbiAgICBwYWRkaW5nLWJvdHRvbTogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5wbC0jeyRpZH0ge1xuICAgIHBhZGRpbmctbGVmdDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5wci0jeyRpZH0ge1xuICAgIHBhZGRpbmctcmlnaHQ6ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cblxuICAucHQtI3skaWR9IHtcbiAgICBwYWRkaW5nLXRvcDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5weC0jeyRpZH0ge1xuICAgIHBhZGRpbmctbGVmdDogJHNpemUgIWltcG9ydGFudDtcbiAgICBwYWRkaW5nLXJpZ2h0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG4gIFxuICAucHktI3skaWR9IHtcbiAgICBwYWRkaW5nLWJvdHRvbTogJHNpemUgIWltcG9ydGFudDtcbiAgICBwYWRkaW5nLXRvcDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxufVxuIiwiLy8gQ29tcG9uZW50IGZvY3VzIHNoYWRvd1xuQG1peGluIGNvbnRyb2wtc2hhZG93KCRjb2xvcjogJHByaW1hcnktY29sb3IpIHtcbiAgYm94LXNoYWRvdzogMCAwIDAgLjFyZW0gcmdiYSgkY29sb3IsIC4yKTtcbn1cblxuLy8gU2hhZG93IG1peGluXG5AbWl4aW4gc2hhZG93LXZhcmlhbnQoJG9mZnNldCkge1xuICBib3gtc2hhZG93OiAwICRvZmZzZXQgKCRvZmZzZXQgKyAuMDVyZW0pICogMiByZ2JhKCRkYXJrLWNvbG9yLCAuMyk7XG59XG4iLCIvLyBUZXh0IEVsbGlwc2lzXG5AbWl4aW4gdGV4dC1lbGxpcHNpcygpIHtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG59XG4iLCIvLyBUb2FzdCB2YXJpYW50IG1peGluXG5AbWl4aW4gdG9hc3QtdmFyaWFudCgkY29sb3I6ICRkYXJrLWNvbG9yKSB7XG4gIGJhY2tncm91bmQ6IHJnYmEoJGNvbG9yLCAuOTUpO1xuICBib3JkZXItY29sb3I6ICRjb2xvcjtcbn1cbiIsIi8qIE1hbnVhbGx5IGZvcmtlZCBmcm9tIE5vcm1hbGl6ZS5jc3MgKi9cbi8qIG5vcm1hbGl6ZS5jc3MgdjUuMC4wIHwgTUlUIExpY2Vuc2UgfCBnaXRodWIuY29tL25lY29sYXMvbm9ybWFsaXplLmNzcyAqL1xuXG4vKipcbiAqIDEuIENoYW5nZSB0aGUgZGVmYXVsdCBmb250IGZhbWlseSBpbiBhbGwgYnJvd3NlcnMgKG9waW5pb25hdGVkKS5cbiAqIDIuIENvcnJlY3QgdGhlIGxpbmUgaGVpZ2h0IGluIGFsbCBicm93c2Vycy5cbiAqIDMuIFByZXZlbnQgYWRqdXN0bWVudHMgb2YgZm9udCBzaXplIGFmdGVyIG9yaWVudGF0aW9uIGNoYW5nZXMgaW5cbiAqICAgIElFIG9uIFdpbmRvd3MgUGhvbmUgYW5kIGluIGlPUy5cbiAqL1xuXG4vKiBEb2N1bWVudFxuICAgPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0gKi9cblxuaHRtbCB7XG4gIGZvbnQtZmFtaWx5OiBzYW5zLXNlcmlmOyAvKiAxICovXG4gIC1tcy10ZXh0LXNpemUtYWRqdXN0OiAxMDAlOyAvKiAzICovXG4gIC13ZWJraXQtdGV4dC1zaXplLWFkanVzdDogMTAwJTsgLyogMyAqL1xufVxuXG4vKiBTZWN0aW9uc1xuICAgPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0gKi9cblxuLyoqXG4gKiBSZW1vdmUgdGhlIG1hcmdpbiBpbiBhbGwgYnJvd3NlcnMgKG9waW5pb25hdGVkKS5cbiAqL1xuXG5ib2R5IHtcbiAgbWFyZ2luOiAwO1xufVxuXG4vKipcbiAqIEFkZCB0aGUgY29ycmVjdCBkaXNwbGF5IGluIElFIDktLlxuICovXG5cbmFydGljbGUsXG5hc2lkZSxcbmZvb3RlcixcbmhlYWRlcixcbm5hdixcbnNlY3Rpb24ge1xuICBkaXNwbGF5OiBibG9jaztcbn1cblxuLyoqXG4gKiBDb3JyZWN0IHRoZSBmb250IHNpemUgYW5kIG1hcmdpbiBvbiBgaDFgIGVsZW1lbnRzIHdpdGhpbiBgc2VjdGlvbmAgYW5kXG4gKiBgYXJ0aWNsZWAgY29udGV4dHMgaW4gQ2hyb21lLCBGaXJlZm94LCBhbmQgU2FmYXJpLlxuICovXG5cbmgxIHtcbiAgZm9udC1zaXplOiAyZW07XG4gIG1hcmdpbjogMC42N2VtIDA7XG59XG5cbi8qIEdyb3VwaW5nIGNvbnRlbnRcbiAgID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09ICovXG5cbi8qKlxuICogQWRkIHRoZSBjb3JyZWN0IGRpc3BsYXkgaW4gSUUgOS0uXG4gKiAxLiBBZGQgdGhlIGNvcnJlY3QgZGlzcGxheSBpbiBJRS5cbiAqL1xuXG5maWdjYXB0aW9uLFxuZmlndXJlLFxubWFpbiB7IC8qIDEgKi9cbiAgZGlzcGxheTogYmxvY2s7XG59XG5cbi8qKlxuICogQWRkIHRoZSBjb3JyZWN0IG1hcmdpbiBpbiBJRSA4IChyZW1vdmVkKS5cbiAqL1xuXG4vKipcbiAqIDEuIEFkZCB0aGUgY29ycmVjdCBib3ggc2l6aW5nIGluIEZpcmVmb3guXG4gKiAyLiBTaG93IHRoZSBvdmVyZmxvdyBpbiBFZGdlIGFuZCBJRS5cbiAqL1xuXG5ociB7XG4gIGJveC1zaXppbmc6IGNvbnRlbnQtYm94OyAvKiAxICovXG4gIGhlaWdodDogMDsgLyogMSAqL1xuICBvdmVyZmxvdzogdmlzaWJsZTsgLyogMiAqL1xufVxuXG4vKipcbiAqIDEuIENvcnJlY3QgdGhlIGluaGVyaXRhbmNlIGFuZCBzY2FsaW5nIG9mIGZvbnQgc2l6ZSBpbiBhbGwgYnJvd3NlcnMuIChyZW1vdmVkKVxuICogMi4gQ29ycmVjdCB0aGUgb2RkIGBlbWAgZm9udCBzaXppbmcgaW4gYWxsIGJyb3dzZXJzLlxuICovXG5cbi8qIFRleHQtbGV2ZWwgc2VtYW50aWNzXG4gICA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PSAqL1xuXG4vKipcbiAqIDEuIFJlbW92ZSB0aGUgZ3JheSBiYWNrZ3JvdW5kIG9uIGFjdGl2ZSBsaW5rcyBpbiBJRSAxMC5cbiAqIDIuIFJlbW92ZSBnYXBzIGluIGxpbmtzIHVuZGVybGluZSBpbiBpT1MgOCsgYW5kIFNhZmFyaSA4Ky5cbiAqL1xuXG5hIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7IC8qIDEgKi9cbiAgLXdlYmtpdC10ZXh0LWRlY29yYXRpb24tc2tpcDogb2JqZWN0czsgLyogMiAqL1xufVxuXG4vKipcbiAqIFJlbW92ZSB0aGUgb3V0bGluZSBvbiBmb2N1c2VkIGxpbmtzIHdoZW4gdGhleSBhcmUgYWxzbyBhY3RpdmUgb3IgaG92ZXJlZFxuICogaW4gYWxsIGJyb3dzZXJzIChvcGluaW9uYXRlZCkuXG4gKi9cblxuYTphY3RpdmUsXG5hOmhvdmVyIHtcbiAgb3V0bGluZS13aWR0aDogMDtcbn1cblxuLyoqXG4gKiBNb2RpZnkgZGVmYXVsdCBzdHlsaW5nIG9mIGFkZHJlc3MuXG4gKi9cblxuYWRkcmVzcyB7XG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcbn1cblxuLyoqXG4gKiAxLiBSZW1vdmUgdGhlIGJvdHRvbSBib3JkZXIgaW4gRmlyZWZveCAzOS0uXG4gKiAyLiBBZGQgdGhlIGNvcnJlY3QgdGV4dCBkZWNvcmF0aW9uIGluIENocm9tZSwgRWRnZSwgSUUsIE9wZXJhLCBhbmQgU2FmYXJpLiAocmVtb3ZlZClcbiAqL1xuXG4vKipcbiAqIFByZXZlbnQgdGhlIGR1cGxpY2F0ZSBhcHBsaWNhdGlvbiBvZiBgYm9sZGVyYCBieSB0aGUgbmV4dCBydWxlIGluIFNhZmFyaSA2LlxuICovXG5cbmIsXG5zdHJvbmcge1xuICBmb250LXdlaWdodDogaW5oZXJpdDtcbn1cblxuLyoqXG4gKiBBZGQgdGhlIGNvcnJlY3QgZm9udCB3ZWlnaHQgaW4gQ2hyb21lLCBFZGdlLCBhbmQgU2FmYXJpLlxuICovXG5cbmIsXG5zdHJvbmcge1xuICBmb250LXdlaWdodDogYm9sZGVyO1xufVxuXG4vKipcbiAqIDEuIENvcnJlY3QgdGhlIGluaGVyaXRhbmNlIGFuZCBzY2FsaW5nIG9mIGZvbnQgc2l6ZSBpbiBhbGwgYnJvd3NlcnMuXG4gKiAyLiBDb3JyZWN0IHRoZSBvZGQgYGVtYCBmb250IHNpemluZyBpbiBhbGwgYnJvd3NlcnMuXG4gKi9cblxuY29kZSxcbmtiZCxcbnByZSxcbnNhbXAge1xuICBmb250LWZhbWlseTogJG1vbm8tZm9udC1mYW1pbHk7IC8qIDEgKGNoYW5nZWQpICovXG4gIGZvbnQtc2l6ZTogMWVtOyAvKiAyICovXG59XG5cbi8qKlxuICogQWRkIHRoZSBjb3JyZWN0IGZvbnQgc3R5bGUgaW4gQW5kcm9pZCA0LjMtLlxuICovXG5cbmRmbiB7XG4gIGZvbnQtc3R5bGU6IGl0YWxpYztcbn1cblxuLyoqXG4gKiBBZGQgdGhlIGNvcnJlY3QgYmFja2dyb3VuZCBhbmQgY29sb3IgaW4gSUUgOS0uIChSZW1vdmVkKVxuICovXG5cbi8qKlxuICogQWRkIHRoZSBjb3JyZWN0IGZvbnQgc2l6ZSBpbiBhbGwgYnJvd3NlcnMuXG4gKi9cblxuc21hbGwge1xuICBmb250LXNpemU6IDgwJTtcbiAgZm9udC13ZWlnaHQ6IDQwMDsgLyogKGFkZGVkKSAqL1xufVxuXG4vKipcbiAqIFByZXZlbnQgYHN1YmAgYW5kIGBzdXBgIGVsZW1lbnRzIGZyb20gYWZmZWN0aW5nIHRoZSBsaW5lIGhlaWdodCBpblxuICogYWxsIGJyb3dzZXJzLlxuICovXG5cbnN1YixcbnN1cCB7XG4gIGZvbnQtc2l6ZTogNzUlO1xuICBsaW5lLWhlaWdodDogMDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB2ZXJ0aWNhbC1hbGlnbjogYmFzZWxpbmU7XG59XG5cbnN1YiB7XG4gIGJvdHRvbTogLTAuMjVlbTtcbn1cblxuc3VwIHtcbiAgdG9wOiAtMC41ZW07XG59XG5cbi8qIEVtYmVkZGVkIGNvbnRlbnRcbiAgID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09ICovXG5cbi8qKlxuICogQWRkIHRoZSBjb3JyZWN0IGRpc3BsYXkgaW4gSUUgOS0uXG4gKi9cblxuYXVkaW8sXG52aWRlbyB7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbn1cblxuLyoqXG4gKiBBZGQgdGhlIGNvcnJlY3QgZGlzcGxheSBpbiBpT1MgNC03LlxuICovXG5cbmF1ZGlvOm5vdChbY29udHJvbHNdKSB7XG4gIGRpc3BsYXk6IG5vbmU7XG4gIGhlaWdodDogMDtcbn1cblxuLyoqXG4gKiBSZW1vdmUgdGhlIGJvcmRlciBvbiBpbWFnZXMgaW5zaWRlIGxpbmtzIGluIElFIDEwLS5cbiAqL1xuXG5pbWcge1xuICBib3JkZXItc3R5bGU6IG5vbmU7XG59XG5cbi8qKlxuICogSGlkZSB0aGUgb3ZlcmZsb3cgaW4gSUUuXG4gKi9cblxuc3ZnOm5vdCg6cm9vdCkge1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuXG4vKiBGb3Jtc1xuICAgPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0gKi9cblxuLyoqXG4gKiAxLiBDaGFuZ2UgdGhlIGZvbnQgc3R5bGVzIGluIGFsbCBicm93c2VycyAob3BpbmlvbmF0ZWQpLlxuICogMi4gUmVtb3ZlIHRoZSBtYXJnaW4gaW4gRmlyZWZveCBhbmQgU2FmYXJpLlxuICovXG5cbmJ1dHRvbixcbmlucHV0LFxub3B0Z3JvdXAsXG5zZWxlY3QsXG50ZXh0YXJlYSB7XG4gIGZvbnQtZmFtaWx5OiBpbmhlcml0OyAvKiAxIChjaGFuZ2VkKSAqL1xuICBmb250LXNpemU6IGluaGVyaXQ7IC8qIDEgKGNoYW5nZWQpICovXG4gIGxpbmUtaGVpZ2h0OiBpbmhlcml0OyAvKiAxIChjaGFuZ2VkKSAqL1xuICBtYXJnaW46IDA7IC8qIDIgKi9cbn1cblxuLyoqXG4gKiBTaG93IHRoZSBvdmVyZmxvdyBpbiBJRS5cbiAqIDEuIFNob3cgdGhlIG92ZXJmbG93IGluIEVkZ2UuXG4gKi9cblxuYnV0dG9uLFxuaW5wdXQgeyAvKiAxICovXG4gIG92ZXJmbG93OiB2aXNpYmxlO1xufVxuXG4vKipcbiAqIFJlbW92ZSB0aGUgaW5oZXJpdGFuY2Ugb2YgdGV4dCB0cmFuc2Zvcm0gaW4gRWRnZSwgRmlyZWZveCwgYW5kIElFLlxuICogMS4gUmVtb3ZlIHRoZSBpbmhlcml0YW5jZSBvZiB0ZXh0IHRyYW5zZm9ybSBpbiBGaXJlZm94LlxuICovXG5cbmJ1dHRvbixcbnNlbGVjdCB7IC8qIDEgKi9cbiAgdGV4dC10cmFuc2Zvcm06IG5vbmU7XG59XG5cbi8qKlxuICogMS4gUHJldmVudCBhIFdlYktpdCBidWcgd2hlcmUgKDIpIGRlc3Ryb3lzIG5hdGl2ZSBgYXVkaW9gIGFuZCBgdmlkZW9gXG4gKiAgICBjb250cm9scyBpbiBBbmRyb2lkIDQuXG4gKiAyLiBDb3JyZWN0IHRoZSBpbmFiaWxpdHkgdG8gc3R5bGUgY2xpY2thYmxlIHR5cGVzIGluIGlPUyBhbmQgU2FmYXJpLlxuICovXG5cbmJ1dHRvbixcbmh0bWwgW3R5cGU9XCJidXR0b25cIl0sIC8qIDEgKi9cblt0eXBlPVwicmVzZXRcIl0sXG5bdHlwZT1cInN1Ym1pdFwiXSB7XG4gIC13ZWJraXQtYXBwZWFyYW5jZTogYnV0dG9uOyAvKiAyICovXG59XG5cbi8qKlxuICogUmVtb3ZlIHRoZSBpbm5lciBib3JkZXIgYW5kIHBhZGRpbmcgaW4gRmlyZWZveC5cbiAqL1xuXG5idXR0b246Oi1tb3otZm9jdXMtaW5uZXIsXG5bdHlwZT1cImJ1dHRvblwiXTo6LW1vei1mb2N1cy1pbm5lcixcblt0eXBlPVwicmVzZXRcIl06Oi1tb3otZm9jdXMtaW5uZXIsXG5bdHlwZT1cInN1Ym1pdFwiXTo6LW1vei1mb2N1cy1pbm5lciB7XG4gIGJvcmRlci1zdHlsZTogbm9uZTtcbiAgcGFkZGluZzogMDtcbn1cblxuLyoqXG4gKiBSZXN0b3JlIHRoZSBmb2N1cyBzdHlsZXMgdW5zZXQgYnkgdGhlIHByZXZpb3VzIHJ1bGUgKHJlbW92ZWQpLlxuICovXG5cblxuLyoqXG4gKiBDaGFuZ2UgdGhlIGJvcmRlciwgbWFyZ2luLCBhbmQgcGFkZGluZyBpbiBhbGwgYnJvd3NlcnMgKG9waW5pb25hdGVkKSAoY2hhbmdlZCkuXG4gKi9cblxuZmllbGRzZXQge1xuICBib3JkZXI6IDA7XG4gIG1hcmdpbjogMDtcbiAgcGFkZGluZzogMDtcbn1cblxuLyoqXG4gKiAxLiBDb3JyZWN0IHRoZSB0ZXh0IHdyYXBwaW5nIGluIEVkZ2UgYW5kIElFLlxuICogMi4gQ29ycmVjdCB0aGUgY29sb3IgaW5oZXJpdGFuY2UgZnJvbSBgZmllbGRzZXRgIGVsZW1lbnRzIGluIElFLlxuICogMy4gUmVtb3ZlIHRoZSBwYWRkaW5nIHNvIGRldmVsb3BlcnMgYXJlIG5vdCBjYXVnaHQgb3V0IHdoZW4gdGhleSB6ZXJvIG91dFxuICogICAgYGZpZWxkc2V0YCBlbGVtZW50cyBpbiBhbGwgYnJvd3NlcnMuXG4gKi9cblxubGVnZW5kIHtcbiAgYm94LXNpemluZzogYm9yZGVyLWJveDsgLyogMSAqL1xuICBjb2xvcjogaW5oZXJpdDsgLyogMiAqL1xuICBkaXNwbGF5OiB0YWJsZTsgLyogMSAqL1xuICBtYXgtd2lkdGg6IDEwMCU7IC8qIDEgKi9cbiAgcGFkZGluZzogMDsgLyogMyAqL1xuICB3aGl0ZS1zcGFjZTogbm9ybWFsOyAvKiAxICovXG59XG5cbi8qKlxuICogMS4gQWRkIHRoZSBjb3JyZWN0IGRpc3BsYXkgaW4gSUUgOS0uXG4gKiAyLiBBZGQgdGhlIGNvcnJlY3QgdmVydGljYWwgYWxpZ25tZW50IGluIENocm9tZSwgRmlyZWZveCwgYW5kIE9wZXJhLlxuICovXG5cbnByb2dyZXNzIHtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrOyAvKiAxICovXG4gIHZlcnRpY2FsLWFsaWduOiBiYXNlbGluZTsgLyogMiAqL1xufVxuXG4vKipcbiAqIFJlbW92ZSB0aGUgZGVmYXVsdCB2ZXJ0aWNhbCBzY3JvbGxiYXIgaW4gSUUuXG4gKi9cblxudGV4dGFyZWEge1xuICBvdmVyZmxvdzogYXV0bztcbn1cblxuLyoqXG4gKiAxLiBBZGQgdGhlIGNvcnJlY3QgYm94IHNpemluZyBpbiBJRSAxMC0uXG4gKiAyLiBSZW1vdmUgdGhlIHBhZGRpbmcgaW4gSUUgMTAtLlxuICovXG5cblt0eXBlPVwiY2hlY2tib3hcIl0sXG5bdHlwZT1cInJhZGlvXCJdIHtcbiAgYm94LXNpemluZzogYm9yZGVyLWJveDsgLyogMSAqL1xuICBwYWRkaW5nOiAwOyAvKiAyICovXG59XG5cbi8qKlxuICogQ29ycmVjdCB0aGUgY3Vyc29yIHN0eWxlIG9mIGluY3JlbWVudCBhbmQgZGVjcmVtZW50IGJ1dHRvbnMgaW4gQ2hyb21lLlxuICovXG5cblt0eXBlPVwibnVtYmVyXCJdOjotd2Via2l0LWlubmVyLXNwaW4tYnV0dG9uLFxuW3R5cGU9XCJudW1iZXJcIl06Oi13ZWJraXQtb3V0ZXItc3Bpbi1idXR0b24ge1xuICBoZWlnaHQ6IGF1dG87XG59XG5cbi8qKlxuICogMS4gQ29ycmVjdCB0aGUgb2RkIGFwcGVhcmFuY2UgaW4gQ2hyb21lIGFuZCBTYWZhcmkuXG4gKiAyLiBDb3JyZWN0IHRoZSBvdXRsaW5lIHN0eWxlIGluIFNhZmFyaS5cbiAqL1xuXG5bdHlwZT1cInNlYXJjaFwiXSB7XG4gIC13ZWJraXQtYXBwZWFyYW5jZTogdGV4dGZpZWxkOyAvKiAxICovXG4gIG91dGxpbmUtb2Zmc2V0OiAtMnB4OyAvKiAyICovXG59XG5cbi8qKlxuICogUmVtb3ZlIHRoZSBpbm5lciBwYWRkaW5nIGFuZCBjYW5jZWwgYnV0dG9ucyBpbiBDaHJvbWUgYW5kIFNhZmFyaSBvbiBtYWNPUy5cbiAqL1xuXG5bdHlwZT1cInNlYXJjaFwiXTo6LXdlYmtpdC1zZWFyY2gtY2FuY2VsLWJ1dHRvbixcblt0eXBlPVwic2VhcmNoXCJdOjotd2Via2l0LXNlYXJjaC1kZWNvcmF0aW9uIHtcbiAgLXdlYmtpdC1hcHBlYXJhbmNlOiBub25lO1xufVxuXG4vKipcbiAqIDEuIENvcnJlY3QgdGhlIGluYWJpbGl0eSB0byBzdHlsZSBjbGlja2FibGUgdHlwZXMgaW4gaU9TIGFuZCBTYWZhcmkuXG4gKiAyLiBDaGFuZ2UgZm9udCBwcm9wZXJ0aWVzIHRvIGBpbmhlcml0YCBpbiBTYWZhcmkuXG4gKi9cblxuOjotd2Via2l0LWZpbGUtdXBsb2FkLWJ1dHRvbiB7XG4gIC13ZWJraXQtYXBwZWFyYW5jZTogYnV0dG9uOyAvKiAxICovXG4gIGZvbnQ6IGluaGVyaXQ7IC8qIDIgKi9cbn1cblxuLyogSW50ZXJhY3RpdmVcbiAgID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09ICovXG5cbi8qXG4gKiBBZGQgdGhlIGNvcnJlY3QgZGlzcGxheSBpbiBJRSA5LS5cbiAqIDEuIEFkZCB0aGUgY29ycmVjdCBkaXNwbGF5IGluIEVkZ2UsIElFLCBhbmQgRmlyZWZveC5cbiAqL1xuXG5kZXRhaWxzLCAvKiAxICovXG5tZW51IHtcbiAgZGlzcGxheTogYmxvY2s7XG59XG5cbi8qXG4gKiBBZGQgdGhlIGNvcnJlY3QgZGlzcGxheSBpbiBhbGwgYnJvd3NlcnMuXG4gKi9cblxuc3VtbWFyeSB7XG4gIGRpc3BsYXk6IGxpc3QtaXRlbTtcbiAgb3V0bGluZTogbm9uZTtcbn1cblxuLyogU2NyaXB0aW5nXG4gICA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PSAqL1xuXG4vKipcbiAqIEFkZCB0aGUgY29ycmVjdCBkaXNwbGF5IGluIElFIDktLlxuICovXG5cbmNhbnZhcyB7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbn1cblxuLyoqXG4gKiBBZGQgdGhlIGNvcnJlY3QgZGlzcGxheSBpbiBJRS5cbiAqL1xuXG50ZW1wbGF0ZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG5cbi8qIEhpZGRlblxuICAgPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0gKi9cblxuLyoqXG4gKiBBZGQgdGhlIGNvcnJlY3QgZGlzcGxheSBpbiBJRSAxMC0uXG4gKi9cblxuW2hpZGRlbl0ge1xuICBkaXNwbGF5OiBub25lO1xufVxuIiwiLy8gQmFzZVxuKixcbio6OmJlZm9yZSxcbio6OmFmdGVyIHtcbiAgYm94LXNpemluZzogaW5oZXJpdDtcbn1cblxuaHRtbCB7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG4gIGZvbnQtc2l6ZTogJGh0bWwtZm9udC1zaXplO1xuICBsaW5lLWhlaWdodDogJGh0bWwtbGluZS1oZWlnaHQ7XG4gIC13ZWJraXQtdGFwLWhpZ2hsaWdodC1jb2xvcjogdHJhbnNwYXJlbnQ7XG59XG5cbmJvZHkge1xuICBiYWNrZ3JvdW5kOiAkYm9keS1iZztcbiAgY29sb3I6ICRib2R5LWZvbnQtY29sb3I7XG4gIGZvbnQtZmFtaWx5OiAkYm9keS1mb250LWZhbWlseTtcbiAgZm9udC1zaXplOiAkZm9udC1zaXplO1xuICBvdmVyZmxvdy14OiBoaWRkZW47XG4gIHRleHQtcmVuZGVyaW5nOiBvcHRpbWl6ZUxlZ2liaWxpdHk7XG59XG5cbmEge1xuICBjb2xvcjogJGxpbmstY29sb3I7XG4gIG91dGxpbmU6IG5vbmU7XG4gIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcblxuICAmOmZvY3VzIHtcbiAgICBAaW5jbHVkZSBjb250cm9sLXNoYWRvdygpO1xuICB9XG5cbiAgJjpmb2N1cyxcbiAgJjpob3ZlcixcbiAgJjphY3RpdmUsXG4gICYuYWN0aXZlIHtcbiAgICBjb2xvcjogJGxpbmstY29sb3ItZGFyaztcbiAgICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTtcbiAgfVxuXG4gICY6dmlzaXRlZCB7XG4gICAgY29sb3I6ICRsaW5rLWNvbG9yLWxpZ2h0O1xuICB9XG59XG4iLCIvLyBUeXBvZ3JhcGh5XG4vLyBIZWFkaW5nc1xuaDEsXG5oMixcbmgzLFxuaDQsXG5oNSxcbmg2IHtcbiAgY29sb3I6IGluaGVyaXQ7XG4gIGZvbnQtd2VpZ2h0OiA1MDA7XG4gIGxpbmUtaGVpZ2h0OiAxLjI7XG4gIG1hcmdpbi1ib3R0b206IC41ZW07XG4gIG1hcmdpbi10b3A6IDA7XG59XG4uaDEsXG4uaDIsXG4uaDMsXG4uaDQsXG4uaDUsXG4uaDYge1xuICBmb250LXdlaWdodDogNTAwO1xufVxuaDEsXG4uaDEge1xuICBmb250LXNpemU6IDJyZW07XG59XG5oMixcbi5oMiB7XG4gIGZvbnQtc2l6ZTogMS42cmVtO1xufVxuaDMsXG4uaDMge1xuICBmb250LXNpemU6IDEuNHJlbTtcbn1cbmg0LFxuLmg0IHtcbiAgZm9udC1zaXplOiAxLjJyZW07XG59XG5oNSxcbi5oNSB7XG4gIGZvbnQtc2l6ZTogMXJlbTtcbn1cbmg2LFxuLmg2IHtcbiAgZm9udC1zaXplOiAuOHJlbTtcbn1cblxuLy8gUGFyYWdyYXBoc1xucCB7XG4gIG1hcmdpbjogMCAwICRsaW5lLWhlaWdodDtcbn1cblxuLy8gU2VtYW50aWMgdGV4dCBlbGVtZW50c1xuYSxcbmlucyxcbnUge1xuICB0ZXh0LWRlY29yYXRpb24tc2tpcDogaW5rIGVkZ2VzO1xufVxuXG5hYmJyW3RpdGxlXSB7XG4gIGJvcmRlci1ib3R0b206ICRib3JkZXItd2lkdGggZG90dGVkO1xuICBjdXJzb3I6IGhlbHA7XG4gIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbn1cblxua2JkIHtcbiAgQGluY2x1ZGUgbGFiZWwtYmFzZSgpO1xuICBAaW5jbHVkZSBsYWJlbC12YXJpYW50KCRsaWdodC1jb2xvciwgJGRhcmstY29sb3IpO1xuICBmb250LXNpemU6ICRmb250LXNpemUtc207XG59XG5cbm1hcmsge1xuICBAaW5jbHVkZSBsYWJlbC12YXJpYW50KCRib2R5LWZvbnQtY29sb3IsICRoaWdobGlnaHQtY29sb3IpO1xuICBib3JkZXItYm90dG9tOiAkdW5pdC1vIHNvbGlkIGRhcmtlbigkaGlnaGxpZ2h0LWNvbG9yLCAxNSUpO1xuICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgcGFkZGluZzogJHVuaXQtbyAkdW5pdC1oIDA7XG59XG5cbi8vIEJsb2NrcXVvdGVcbmJsb2NrcXVvdGUge1xuICBib3JkZXItbGVmdDogJGJvcmRlci13aWR0aC1sZyBzb2xpZCAkYm9yZGVyLWNvbG9yO1xuICBtYXJnaW4tbGVmdDogMDtcbiAgcGFkZGluZzogJHVuaXQtMiAkdW5pdC00O1xuXG4gIHA6bGFzdC1jaGlsZCB7XG4gICAgbWFyZ2luLWJvdHRvbTogMDtcbiAgfVxufVxuXG4vLyBMaXN0c1xudWwsXG5vbCB7XG4gIG1hcmdpbjogJHVuaXQtNCAwICR1bml0LTQgJHVuaXQtNDtcbiAgcGFkZGluZzogMDtcblxuICB1bCxcbiAgb2wge1xuICAgIG1hcmdpbjogJHVuaXQtNCAwICR1bml0LTQgJHVuaXQtNDtcbiAgfVxuXG4gIGxpIHtcbiAgICBtYXJnaW4tdG9wOiAkdW5pdC0yO1xuICB9XG59XG5cbnVsIHtcbiAgbGlzdC1zdHlsZTogZGlzYyBpbnNpZGU7XG5cbiAgdWwge1xuICAgIGxpc3Qtc3R5bGUtdHlwZTogY2lyY2xlO1xuICB9XG59XG5cbm9sIHtcbiAgbGlzdC1zdHlsZTogZGVjaW1hbCBpbnNpZGU7XG5cbiAgb2wge1xuICAgIGxpc3Qtc3R5bGUtdHlwZTogbG93ZXItYWxwaGE7XG4gIH1cbn1cblxuZGwge1xuICBkdCB7XG4gICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIH1cbiAgZGQge1xuICAgIG1hcmdpbjogJHVuaXQtMiAwICR1bml0LTQgMDtcbiAgfVxufVxuIiwiLy8gT3B0aW1pemVkIGZvciBFYXN0IEFzaWFuIENKS1xuaHRtbDpsYW5nKHpoKSxcbmh0bWw6bGFuZyh6aC1IYW5zKSxcbi5sYW5nLXpoLFxuLmxhbmctemgtaGFucyB7XG4gIGZvbnQtZmFtaWx5OiAkY2prLXpoLWhhbnMtZm9udC1mYW1pbHk7XG59XG5cbmh0bWw6bGFuZyh6aC1IYW50KSxcbi5sYW5nLXpoLWhhbnQge1xuICBmb250LWZhbWlseTogJGNqay16aC1oYW50LWZvbnQtZmFtaWx5O1xufVxuXG5odG1sOmxhbmcoamEpLFxuLmxhbmctamEge1xuICBmb250LWZhbWlseTogJGNqay1qcC1mb250LWZhbWlseTtcbn1cblxuaHRtbDpsYW5nKGtvKSxcbi5sYW5nLWtvIHtcbiAgZm9udC1mYW1pbHk6ICRjamsta28tZm9udC1mYW1pbHk7XG59XG5cbjpsYW5nKHpoKSxcbjpsYW5nKGphKSxcbi5sYW5nLWNqayB7XG4gIGlucyxcbiAgdSB7XG4gICAgYm9yZGVyLWJvdHRvbTogJGJvcmRlci13aWR0aCBzb2xpZDtcbiAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG4gIH1cblxuICBkZWwgKyBkZWwsXG4gIGRlbCArIHMsXG4gIGlucyArIGlucyxcbiAgaW5zICsgdSxcbiAgcyArIGRlbCxcbiAgcyArIHMsXG4gIHUgKyBpbnMsXG4gIHUgKyB1IHtcbiAgICBtYXJnaW4tbGVmdDogLjEyNWVtO1xuICB9XG59XG4iLCIvLyBUYWJsZXNcbi50YWJsZSB7XG4gIGJvcmRlci1jb2xsYXBzZTogY29sbGFwc2U7XG4gIGJvcmRlci1zcGFjaW5nOiAwO1xuICB3aWR0aDogMTAwJTtcbiAgQGlmICRydGwgPT0gdHJ1ZSB7XG4gICAgdGV4dC1hbGlnbjogcmlnaHQ7XG4gIH0gQGVsc2Uge1xuICAgIHRleHQtYWxpZ246IGxlZnQ7XG4gIH1cblxuICAmLnRhYmxlLXN0cmlwZWQge1xuICAgIHRib2R5IHtcbiAgICAgIHRyOm50aC1vZi10eXBlKG9kZCkge1xuICAgICAgICBiYWNrZ3JvdW5kOiAkYmctY29sb3I7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgJixcbiAgJi50YWJsZS1zdHJpcGVkIHtcbiAgICB0Ym9keSB7XG4gICAgICB0ciB7XG4gICAgICAgICYuYWN0aXZlIHtcbiAgICAgICAgICBiYWNrZ3JvdW5kOiAkYmctY29sb3ItZGFyaztcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gICYudGFibGUtaG92ZXIge1xuICAgIHRib2R5IHtcbiAgICAgIHRyIHtcbiAgICAgICAgJjpob3ZlciB7XG4gICAgICAgICAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWRhcms7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAvLyBTY29sbGFibGUgdGFibGVzXG4gICYudGFibGUtc2Nyb2xsIHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBvdmVyZmxvdy14OiBhdXRvO1xuICAgIHBhZGRpbmctYm90dG9tOiAuNzVyZW07XG4gICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgfVxuXG4gIHRkLFxuICB0aCB7XG4gICAgYm9yZGVyLWJvdHRvbTogJGJvcmRlci13aWR0aCBzb2xpZCAkYm9yZGVyLWNvbG9yO1xuICAgIHBhZGRpbmc6ICR1bml0LTMgJHVuaXQtMjtcbiAgfVxuICB0aCB7XG4gICAgYm9yZGVyLWJvdHRvbS13aWR0aDogJGJvcmRlci13aWR0aC1sZztcbiAgfVxufVxuIiwiLy8gQnV0dG9uc1xuLmJ0biB7XG4gIGFwcGVhcmFuY2U6IG5vbmU7XG4gIGJhY2tncm91bmQ6ICRiZy1jb2xvci1saWdodDtcbiAgYm9yZGVyOiAkYm9yZGVyLXdpZHRoIHNvbGlkICRwcmltYXJ5LWNvbG9yO1xuICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgY29sb3I6ICRwcmltYXJ5LWNvbG9yO1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgZm9udC1zaXplOiAkZm9udC1zaXplO1xuICBoZWlnaHQ6ICRjb250cm9sLXNpemU7XG4gIGxpbmUtaGVpZ2h0OiAkbGluZS1oZWlnaHQ7XG4gIG91dGxpbmU6IG5vbmU7XG4gIHBhZGRpbmc6ICRjb250cm9sLXBhZGRpbmcteSAkY29udHJvbC1wYWRkaW5nLXg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kIC4ycywgYm9yZGVyIC4ycywgYm94LXNoYWRvdyAuMnMsIGNvbG9yIC4ycztcbiAgdXNlci1zZWxlY3Q6IG5vbmU7XG4gIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICY6Zm9jdXMge1xuICAgIEBpbmNsdWRlIGNvbnRyb2wtc2hhZG93KCk7XG4gIH1cbiAgJjpmb2N1cyxcbiAgJjpob3ZlciB7XG4gICAgYmFja2dyb3VuZDogJHNlY29uZGFyeS1jb2xvcjtcbiAgICBib3JkZXItY29sb3I6ICRwcmltYXJ5LWNvbG9yLWRhcms7XG4gICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICB9XG4gICY6YWN0aXZlLFxuICAmLmFjdGl2ZSB7XG4gICAgYmFja2dyb3VuZDogJHByaW1hcnktY29sb3ItZGFyaztcbiAgICBib3JkZXItY29sb3I6IGRhcmtlbigkcHJpbWFyeS1jb2xvci1kYXJrLCA1JSk7XG4gICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG4gICAgJi5sb2FkaW5nIHtcbiAgICAgICY6OmFmdGVyIHtcbiAgICAgICAgYm9yZGVyLWJvdHRvbS1jb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgICAgICBib3JkZXItbGVmdC1jb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgICAgfVxuICAgIH1cbiAgfVxuICAmW2Rpc2FibGVkXSxcbiAgJjpkaXNhYmxlZCxcbiAgJi5kaXNhYmxlZCB7XG4gICAgY3Vyc29yOiBkZWZhdWx0O1xuICAgIG9wYWNpdHk6IC41O1xuICAgIHBvaW50ZXItZXZlbnRzOiBub25lO1xuICB9XG5cbiAgLy8gQnV0dG9uIFByaW1hcnlcbiAgJi5idG4tcHJpbWFyeSB7XG4gICAgYmFja2dyb3VuZDogJHByaW1hcnktY29sb3I7XG4gICAgYm9yZGVyLWNvbG9yOiAkcHJpbWFyeS1jb2xvci1kYXJrO1xuICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICAgJjpmb2N1cyxcbiAgICAmOmhvdmVyIHtcbiAgICAgIGJhY2tncm91bmQ6IGRhcmtlbigkcHJpbWFyeS1jb2xvci1kYXJrLCAyJSk7XG4gICAgICBib3JkZXItY29sb3I6IGRhcmtlbigkcHJpbWFyeS1jb2xvci1kYXJrLCA1JSk7XG4gICAgICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgIH1cbiAgICAmOmFjdGl2ZSxcbiAgICAmLmFjdGl2ZSB7XG4gICAgICBiYWNrZ3JvdW5kOiBkYXJrZW4oJHByaW1hcnktY29sb3ItZGFyaywgNCUpO1xuICAgICAgYm9yZGVyLWNvbG9yOiBkYXJrZW4oJHByaW1hcnktY29sb3ItZGFyaywgNyUpO1xuICAgICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgICB9XG4gICAgJi5sb2FkaW5nIHtcbiAgICAgICY6OmFmdGVyIHtcbiAgICAgICAgYm9yZGVyLWJvdHRvbS1jb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgICAgICBib3JkZXItbGVmdC1jb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC8vIEJ1dHRvbiBDb2xvcnNcbiAgJi5idG4tc3VjY2VzcyB7XG4gICAgQGluY2x1ZGUgYnV0dG9uLXZhcmlhbnQoJHN1Y2Nlc3MtY29sb3IpO1xuICB9XG5cbiAgJi5idG4tZXJyb3Ige1xuICAgIEBpbmNsdWRlIGJ1dHRvbi12YXJpYW50KCRlcnJvci1jb2xvcik7XG4gIH1cblxuICAvLyBCdXR0b24gTGlua1xuICAmLmJ0bi1saW5rIHtcbiAgICBiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudDtcbiAgICBib3JkZXItY29sb3I6IHRyYW5zcGFyZW50O1xuICAgIGNvbG9yOiAkbGluay1jb2xvcjtcbiAgICAmOmZvY3VzLFxuICAgICY6aG92ZXIsXG4gICAgJjphY3RpdmUsXG4gICAgJi5hY3RpdmUge1xuICAgICAgY29sb3I6ICRsaW5rLWNvbG9yLWRhcms7XG4gICAgfVxuICB9XG5cbiAgLy8gQnV0dG9uIFNpemVzXG4gICYuYnRuLXNtIHtcbiAgICBmb250LXNpemU6ICRmb250LXNpemUtc207XG4gICAgaGVpZ2h0OiAkY29udHJvbC1zaXplLXNtO1xuICAgIHBhZGRpbmc6ICRjb250cm9sLXBhZGRpbmcteS1zbSAkY29udHJvbC1wYWRkaW5nLXgtc207XG4gIH1cblxuICAmLmJ0bi1sZyB7XG4gICAgZm9udC1zaXplOiAkZm9udC1zaXplLWxnO1xuICAgIGhlaWdodDogJGNvbnRyb2wtc2l6ZS1sZztcbiAgICBwYWRkaW5nOiAkY29udHJvbC1wYWRkaW5nLXktbGcgJGNvbnRyb2wtcGFkZGluZy14LWxnO1xuICB9XG5cbiAgLy8gQnV0dG9uIEJsb2NrXG4gICYuYnRuLWJsb2NrIHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxuXG4gIC8vIEJ1dHRvbiBBY3Rpb25cbiAgJi5idG4tYWN0aW9uIHtcbiAgICB3aWR0aDogJGNvbnRyb2wtc2l6ZTtcbiAgICBwYWRkaW5nLWxlZnQ6IDA7XG4gICAgcGFkZGluZy1yaWdodDogMDtcblxuICAgICYuYnRuLXNtIHtcbiAgICAgIHdpZHRoOiAkY29udHJvbC1zaXplLXNtO1xuICAgIH1cblxuICAgICYuYnRuLWxnIHtcbiAgICAgIHdpZHRoOiAkY29udHJvbC1zaXplLWxnO1xuICAgIH1cbiAgfVxuXG4gIC8vIEJ1dHRvbiBDbGVhclxuICAmLmJ0bi1jbGVhciB7XG4gICAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XG4gICAgYm9yZGVyOiAwO1xuICAgIGNvbG9yOiBjdXJyZW50Q29sb3I7XG4gICAgaGVpZ2h0OiAkdW5pdC01O1xuICAgIGxpbmUtaGVpZ2h0OiAkdW5pdC00O1xuICAgIG1hcmdpbi1sZWZ0OiAkdW5pdC0xO1xuICAgIG1hcmdpbi1yaWdodDogLTJweDtcbiAgICBvcGFjaXR5OiAxO1xuICAgIHBhZGRpbmc6ICR1bml0LWg7XG4gICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICAgIHdpZHRoOiAkdW5pdC01O1xuXG4gICAgJjpmb2N1cyxcbiAgICAmOmhvdmVyIHtcbiAgICAgIGJhY2tncm91bmQ6IHJnYmEoJGJnLWNvbG9yLCAuNSk7XG4gICAgICBvcGFjaXR5OiAuOTU7XG4gICAgfVxuXG4gICAgJjo6YmVmb3JlIHtcbiAgICAgIGNvbnRlbnQ6IFwiXFwyNzE1XCI7XG4gICAgfVxuICB9XG59XG5cbi8vIEJ1dHRvbiBncm91cHNcbi5idG4tZ3JvdXAge1xuICBkaXNwbGF5OiBpbmxpbmUtZmxleDtcbiAgZmxleC13cmFwOiB3cmFwO1xuXG4gIC5idG4ge1xuICAgIGZsZXg6IDEgMCBhdXRvO1xuICAgICY6Zmlyc3QtY2hpbGQ6bm90KDpsYXN0LWNoaWxkKSB7XG4gICAgICBib3JkZXItYm90dG9tLXJpZ2h0LXJhZGl1czogMDtcbiAgICAgIGJvcmRlci10b3AtcmlnaHQtcmFkaXVzOiAwO1xuICAgIH1cbiAgICAmOm5vdCg6Zmlyc3QtY2hpbGQpOm5vdCg6bGFzdC1jaGlsZCkge1xuICAgICAgYm9yZGVyLXJhZGl1czogMDtcbiAgICAgIG1hcmdpbi1sZWZ0OiAtJGJvcmRlci13aWR0aDtcbiAgICB9XG4gICAgJjpsYXN0LWNoaWxkOm5vdCg6Zmlyc3QtY2hpbGQpIHtcbiAgICAgIGJvcmRlci1ib3R0b20tbGVmdC1yYWRpdXM6IDA7XG4gICAgICBib3JkZXItdG9wLWxlZnQtcmFkaXVzOiAwO1xuICAgICAgbWFyZ2luLWxlZnQ6IC0kYm9yZGVyLXdpZHRoO1xuICAgIH1cbiAgICAmOmZvY3VzLFxuICAgICY6aG92ZXIsXG4gICAgJjphY3RpdmUsXG4gICAgJi5hY3RpdmUge1xuICAgICAgei1pbmRleDogJHppbmRleC0wO1xuICAgIH1cbiAgfVxuXG4gICYuYnRuLWdyb3VwLWJsb2NrIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuXG4gICAgLmJ0biB7XG4gICAgICBmbGV4OiAxIDAgMDtcbiAgICB9XG4gIH1cbn1cbiIsIi8vIEZvcm1zXG4uZm9ybS1ncm91cCB7XG4gICY6bm90KDpsYXN0LWNoaWxkKSB7XG4gICAgbWFyZ2luLWJvdHRvbTogJGxheW91dC1zcGFjaW5nO1xuICB9XG59XG5cbmZpZWxkc2V0IHtcbiAgbWFyZ2luLWJvdHRvbTogJGxheW91dC1zcGFjaW5nLWxnO1xufVxuXG5sZWdlbmQge1xuICBmb250LXNpemU6ICRmb250LXNpemUtbGc7XG4gIGZvbnQtd2VpZ2h0OiA1MDA7XG4gIG1hcmdpbi1ib3R0b206ICRsYXlvdXQtc3BhY2luZy1sZztcbn1cblxuLy8gRm9ybSBlbGVtZW50OiBMYWJlbFxuLmZvcm0tbGFiZWwge1xuICBkaXNwbGF5OiBibG9jaztcbiAgbGluZS1oZWlnaHQ6ICRsaW5lLWhlaWdodDtcbiAgcGFkZGluZzogJGNvbnRyb2wtcGFkZGluZy15ICsgJGJvcmRlci13aWR0aCAwO1xuXG4gICYubGFiZWwtc20ge1xuICAgIGZvbnQtc2l6ZTogJGZvbnQtc2l6ZS1zbTtcbiAgICBwYWRkaW5nOiAkY29udHJvbC1wYWRkaW5nLXktc20gKyAkYm9yZGVyLXdpZHRoIDA7XG4gIH1cblxuICAmLmxhYmVsLWxnIHtcbiAgICBmb250LXNpemU6ICRmb250LXNpemUtbGc7XG4gICAgcGFkZGluZzogJGNvbnRyb2wtcGFkZGluZy15LWxnICsgJGJvcmRlci13aWR0aCAwO1xuICB9XG59XG5cbi8vIEZvcm0gZWxlbWVudDogSW5wdXRcbi5mb3JtLWlucHV0IHtcbiAgYXBwZWFyYW5jZTogbm9uZTtcbiAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWxpZ2h0O1xuICBiYWNrZ3JvdW5kLWltYWdlOiBub25lO1xuICBib3JkZXI6ICRib3JkZXItd2lkdGggc29saWQgJGJvcmRlci1jb2xvci1kYXJrO1xuICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgY29sb3I6ICRib2R5LWZvbnQtY29sb3I7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBmb250LXNpemU6ICRmb250LXNpemU7XG4gIGhlaWdodDogJGNvbnRyb2wtc2l6ZTtcbiAgbGluZS1oZWlnaHQ6ICRsaW5lLWhlaWdodDtcbiAgbWF4LXdpZHRoOiAxMDAlO1xuICBvdXRsaW5lOiBub25lO1xuICBwYWRkaW5nOiAkY29udHJvbC1wYWRkaW5nLXkgJGNvbnRyb2wtcGFkZGluZy14O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHRyYW5zaXRpb246IGJhY2tncm91bmQgLjJzLCBib3JkZXIgLjJzLCBib3gtc2hhZG93IC4ycywgY29sb3IgLjJzO1xuICB3aWR0aDogMTAwJTtcbiAgJjpmb2N1cyB7XG4gICAgQGluY2x1ZGUgY29udHJvbC1zaGFkb3coKTtcbiAgICBib3JkZXItY29sb3I6ICRwcmltYXJ5LWNvbG9yO1xuICB9XG4gICY6OnBsYWNlaG9sZGVyIHtcbiAgICBjb2xvcjogJGdyYXktY29sb3I7XG4gIH1cblxuICAvLyBJbnB1dCBzaXplc1xuICAmLmlucHV0LXNtIHtcbiAgICBmb250LXNpemU6ICRmb250LXNpemUtc207XG4gICAgaGVpZ2h0OiAkY29udHJvbC1zaXplLXNtO1xuICAgIHBhZGRpbmc6ICRjb250cm9sLXBhZGRpbmcteS1zbSAkY29udHJvbC1wYWRkaW5nLXgtc207XG4gIH1cblxuICAmLmlucHV0LWxnIHtcbiAgICBmb250LXNpemU6ICRmb250LXNpemUtbGc7XG4gICAgaGVpZ2h0OiAkY29udHJvbC1zaXplLWxnO1xuICAgIHBhZGRpbmc6ICRjb250cm9sLXBhZGRpbmcteS1sZyAkY29udHJvbC1wYWRkaW5nLXgtbGc7XG4gIH1cblxuICAmLmlucHV0LWlubGluZSB7XG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gICAgd2lkdGg6IGF1dG87XG4gIH1cblxuICAvLyBJbnB1dCB0eXBlc1xuICAmW3R5cGU9XCJmaWxlXCJdIHtcbiAgICBoZWlnaHQ6IGF1dG87XG4gIH1cbn1cblxuLy8gRm9ybSBlbGVtZW50OiBUZXh0YXJlYVxudGV4dGFyZWEuZm9ybS1pbnB1dCB7XG4gICYsXG4gICYuaW5wdXQtbGcsXG4gICYuaW5wdXQtc20ge1xuICAgIGhlaWdodDogYXV0bztcbiAgfVxufVxuXG4vLyBGb3JtIGVsZW1lbnQ6IElucHV0IGhpbnRcbi5mb3JtLWlucHV0LWhpbnQge1xuICBjb2xvcjogJGdyYXktY29sb3I7XG4gIGZvbnQtc2l6ZTogJGZvbnQtc2l6ZS1zbTtcbiAgbWFyZ2luLXRvcDogJHVuaXQtMTtcblxuICAuaGFzLXN1Y2Nlc3MgJixcbiAgLmlzLXN1Y2Nlc3MgKyAmIHtcbiAgICBjb2xvcjogJHN1Y2Nlc3MtY29sb3I7XG4gIH1cblxuICAuaGFzLWVycm9yICYsXG4gIC5pcy1lcnJvciArICYge1xuICAgIGNvbG9yOiAkZXJyb3ItY29sb3I7XG4gIH1cbn1cblxuLy8gRm9ybSBlbGVtZW50OiBTZWxlY3Rcbi5mb3JtLXNlbGVjdCB7XG4gIGFwcGVhcmFuY2U6IG5vbmU7XG4gIGJvcmRlcjogJGJvcmRlci13aWR0aCBzb2xpZCAkYm9yZGVyLWNvbG9yLWRhcms7XG4gIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICBjb2xvcjogaW5oZXJpdDtcbiAgZm9udC1zaXplOiAkZm9udC1zaXplO1xuICBoZWlnaHQ6ICRjb250cm9sLXNpemU7XG4gIGxpbmUtaGVpZ2h0OiAkbGluZS1oZWlnaHQ7XG4gIG91dGxpbmU6IG5vbmU7XG4gIHBhZGRpbmc6ICRjb250cm9sLXBhZGRpbmcteSAkY29udHJvbC1wYWRkaW5nLXg7XG4gIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gIHdpZHRoOiAxMDAlO1xuICBiYWNrZ3JvdW5kOiAkYmctY29sb3ItbGlnaHQ7IFxuICAmOmZvY3VzIHtcbiAgICBAaW5jbHVkZSBjb250cm9sLXNoYWRvdygpO1xuICAgIGJvcmRlci1jb2xvcjogJHByaW1hcnktY29sb3I7XG4gIH1cbiAgJjo6LW1zLWV4cGFuZCB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIC8vIFNlbGVjdCBzaXplc1xuICAmLnNlbGVjdC1zbSB7XG4gICAgZm9udC1zaXplOiAkZm9udC1zaXplLXNtO1xuICAgIGhlaWdodDogJGNvbnRyb2wtc2l6ZS1zbTtcbiAgICBwYWRkaW5nOiAkY29udHJvbC1wYWRkaW5nLXktc20gKCRjb250cm9sLWljb24tc2l6ZSArICRjb250cm9sLXBhZGRpbmcteC1zbSkgJGNvbnRyb2wtcGFkZGluZy15LXNtICRjb250cm9sLXBhZGRpbmcteC1zbTtcbiAgfVxuXG4gICYuc2VsZWN0LWxnIHtcbiAgICBmb250LXNpemU6ICRmb250LXNpemUtbGc7XG4gICAgaGVpZ2h0OiAkY29udHJvbC1zaXplLWxnO1xuICAgIHBhZGRpbmc6ICRjb250cm9sLXBhZGRpbmcteS1sZyAoJGNvbnRyb2wtaWNvbi1zaXplICsgJGNvbnRyb2wtcGFkZGluZy14LWxnKSAkY29udHJvbC1wYWRkaW5nLXktbGcgJGNvbnRyb2wtcGFkZGluZy14LWxnO1xuICB9XG5cbiAgLy8gTXVsdGlwbGUgc2VsZWN0XG4gICZbc2l6ZV0sXG4gICZbbXVsdGlwbGVdIHtcbiAgICBoZWlnaHQ6IGF1dG87XG4gICAgcGFkZGluZzogJGNvbnRyb2wtcGFkZGluZy15ICRjb250cm9sLXBhZGRpbmcteDtcblxuICAgIG9wdGlvbiB7XG4gICAgICBwYWRkaW5nOiAkdW5pdC1oICR1bml0LTE7XG4gICAgfVxuICB9XG4gICY6bm90KFttdWx0aXBsZV0pOm5vdChbc2l6ZV0pIHtcbiAgICBiYWNrZ3JvdW5kOiAkYmctY29sb3ItbGlnaHQgdXJsKFwiZGF0YTppbWFnZS9zdmcreG1sO2NoYXJzZXQ9dXRmOCwlM0NzdmclMjB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnJTIwdmlld0JveD0nMCUyMDAlMjA0JTIwNSclM0UlM0NwYXRoJTIwZmlsbD0nJTIzNjY3MTg5JyUyMGQ9J00yJTIwMEwwJTIwMmg0em0wJTIwNUwwJTIwM2g0eicvJTNFJTNDL3N2ZyUzRVwiKSBuby1yZXBlYXQgcmlnaHQgLjM1cmVtIGNlbnRlciAvIC40cmVtIC41cmVtO1xuICAgIHBhZGRpbmctcmlnaHQ6ICRjb250cm9sLWljb24tc2l6ZSArICRjb250cm9sLXBhZGRpbmcteDtcbiAgfVxufVxuXG4vLyBGb3JtIEljb25zXG4uaGFzLWljb24tbGVmdCxcbi5oYXMtaWNvbi1yaWdodCB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcblxuICAuZm9ybS1pY29uIHtcbiAgICBoZWlnaHQ6ICRjb250cm9sLWljb24tc2l6ZTtcbiAgICBtYXJnaW46IDAgJGNvbnRyb2wtcGFkZGluZy15O1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDUwJTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoLTUwJSk7XG4gICAgd2lkdGg6ICRjb250cm9sLWljb24tc2l6ZTtcbiAgICB6LWluZGV4OiAkemluZGV4LTAgKyAxO1xuICB9XG59XG5cbi5oYXMtaWNvbi1sZWZ0IHtcbiAgLmZvcm0taWNvbiB7XG4gICAgbGVmdDogJGJvcmRlci13aWR0aDtcbiAgfVxuXG4gIC5mb3JtLWlucHV0IHtcbiAgICBwYWRkaW5nLWxlZnQ6ICRjb250cm9sLWljb24tc2l6ZSArICRjb250cm9sLXBhZGRpbmcteSAqIDI7XG4gIH1cbn1cblxuLmhhcy1pY29uLXJpZ2h0IHtcbiAgLmZvcm0taWNvbiB7XG4gICAgcmlnaHQ6ICRib3JkZXItd2lkdGg7XG4gIH1cblxuICAuZm9ybS1pbnB1dCB7XG4gICAgcGFkZGluZy1yaWdodDogJGNvbnRyb2wtaWNvbi1zaXplICsgJGNvbnRyb2wtcGFkZGluZy15ICogMjtcbiAgfVxufVxuXG4vLyBGb3JtIGVsZW1lbnQ6IENoZWNrYm94IGFuZCBSYWRpb1xuLmZvcm0tY2hlY2tib3gsXG4uZm9ybS1yYWRpbyxcbi5mb3JtLXN3aXRjaCB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBsaW5lLWhlaWdodDogJGxpbmUtaGVpZ2h0O1xuICBtYXJnaW46ICgkY29udHJvbC1zaXplIC0gJGNvbnRyb2wtc2l6ZS1zbSkgLyAyIDA7XG4gIG1pbi1oZWlnaHQ6IDEuMnJlbTtcbiAgcGFkZGluZzogKCgkY29udHJvbC1zaXplLXNtIC0gJGxpbmUtaGVpZ2h0KSAvIDIpICRjb250cm9sLXBhZGRpbmcteCAoKCRjb250cm9sLXNpemUtc20gLSAkbGluZS1oZWlnaHQpIC8gMikgKCRjb250cm9sLWljb24tc2l6ZSArICRjb250cm9sLXBhZGRpbmcteCk7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcblxuICBpbnB1dCB7XG4gICAgY2xpcDogcmVjdCgwLCAwLCAwLCAwKTtcbiAgICBoZWlnaHQ6IDFweDtcbiAgICBtYXJnaW46IC0xcHg7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgd2lkdGg6IDFweDtcbiAgICAmOmZvY3VzICsgLmZvcm0taWNvbiB7XG4gICAgICBAaW5jbHVkZSBjb250cm9sLXNoYWRvdygpO1xuICAgICAgYm9yZGVyLWNvbG9yOiAkcHJpbWFyeS1jb2xvcjtcbiAgICB9XG4gICAgJjpjaGVja2VkICsgLmZvcm0taWNvbiB7XG4gICAgICBiYWNrZ3JvdW5kOiAkcHJpbWFyeS1jb2xvcjtcbiAgICAgIGJvcmRlci1jb2xvcjogJHByaW1hcnktY29sb3I7XG4gICAgfVxuICB9XG5cbiAgLmZvcm0taWNvbiB7XG4gICAgYm9yZGVyOiAkYm9yZGVyLXdpZHRoIHNvbGlkICRib3JkZXItY29sb3ItZGFyaztcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kIC4ycywgYm9yZGVyIC4ycywgYm94LXNoYWRvdyAuMnMsIGNvbG9yIC4ycztcbiAgfVxuXG4gIC8vIElucHV0IGNoZWNrYm94LCByYWRpbyBhbmQgc3dpdGNoIHNpemVzXG4gICYuaW5wdXQtc20ge1xuICAgIGZvbnQtc2l6ZTogJGZvbnQtc2l6ZS1zbTtcbiAgICBtYXJnaW46IDA7XG4gIH1cblxuICAmLmlucHV0LWxnIHtcbiAgICBmb250LXNpemU6ICRmb250LXNpemUtbGc7XG4gICAgbWFyZ2luOiAoJGNvbnRyb2wtc2l6ZS1sZyAtICRjb250cm9sLXNpemUtc20pIC8gMiAwO1xuICB9XG59XG5cbi5mb3JtLWNoZWNrYm94LFxuLmZvcm0tcmFkaW8ge1xuICAuZm9ybS1pY29uIHtcbiAgICBiYWNrZ3JvdW5kOiAkYmctY29sb3ItbGlnaHQ7XG4gICAgaGVpZ2h0OiAkY29udHJvbC1pY29uLXNpemU7XG4gICAgbGVmdDogMDtcbiAgICB0b3A6ICgkY29udHJvbC1zaXplLXNtIC0gJGNvbnRyb2wtaWNvbi1zaXplKSAvIDI7XG4gICAgd2lkdGg6ICRjb250cm9sLWljb24tc2l6ZTtcbiAgfVxuXG4gIGlucHV0IHtcbiAgICAmOmFjdGl2ZSArIC5mb3JtLWljb24ge1xuICAgICAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWRhcms7XG4gICAgfVxuICB9XG59XG4uZm9ybS1jaGVja2JveCB7XG4gIC5mb3JtLWljb24ge1xuICAgIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICB9XG5cbiAgaW5wdXQge1xuICAgICY6Y2hlY2tlZCArIC5mb3JtLWljb24ge1xuICAgICAgJjo6YmVmb3JlIHtcbiAgICAgICAgYmFja2dyb3VuZC1jbGlwOiBwYWRkaW5nLWJveDtcbiAgICAgICAgYm9yZGVyOiAkYm9yZGVyLXdpZHRoLWxnIHNvbGlkICRsaWdodC1jb2xvcjtcbiAgICAgICAgYm9yZGVyLWxlZnQtd2lkdGg6IDA7XG4gICAgICAgIGJvcmRlci10b3Atd2lkdGg6IDA7XG4gICAgICAgIGNvbnRlbnQ6IFwiXCI7XG4gICAgICAgIGhlaWdodDogOXB4O1xuICAgICAgICBsZWZ0OiA1MCU7XG4gICAgICAgIG1hcmdpbi1sZWZ0OiAtM3B4O1xuICAgICAgICBtYXJnaW4tdG9wOiAtNnB4O1xuICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgIHRvcDogNTAlO1xuICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSg0NWRlZyk7XG4gICAgICAgIHdpZHRoOiA2cHg7XG4gICAgICB9XG4gICAgfVxuICAgICY6aW5kZXRlcm1pbmF0ZSArIC5mb3JtLWljb24ge1xuICAgICAgYmFja2dyb3VuZDogJHByaW1hcnktY29sb3I7XG4gICAgICBib3JkZXItY29sb3I6ICRwcmltYXJ5LWNvbG9yO1xuICAgICAgJjo6YmVmb3JlIHtcbiAgICAgICAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWxpZ2h0O1xuICAgICAgICBjb250ZW50OiBcIlwiO1xuICAgICAgICBoZWlnaHQ6IDJweDtcbiAgICAgICAgbGVmdDogNTAlO1xuICAgICAgICBtYXJnaW4tbGVmdDogLTVweDtcbiAgICAgICAgbWFyZ2luLXRvcDogLTFweDtcbiAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICB0b3A6IDUwJTtcbiAgICAgICAgd2lkdGg6IDEwcHg7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG4uZm9ybS1yYWRpbyB7XG4gIC5mb3JtLWljb24ge1xuICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgfVxuXG4gIGlucHV0IHtcbiAgICAmOmNoZWNrZWQgKyAuZm9ybS1pY29uIHtcbiAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgIGJhY2tncm91bmQ6ICRiZy1jb2xvci1saWdodDtcbiAgICAgICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgICAgICBjb250ZW50OiBcIlwiO1xuICAgICAgICBoZWlnaHQ6IDZweDtcbiAgICAgICAgbGVmdDogNTAlO1xuICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgIHRvcDogNTAlO1xuICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNTAlKTtcbiAgICAgICAgd2lkdGg6IDZweDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLy8gRm9ybSBlbGVtZW50OiBTd2l0Y2hcbi5mb3JtLXN3aXRjaCB7XG4gIHBhZGRpbmctbGVmdDogKCR1bml0LTggKyAkY29udHJvbC1wYWRkaW5nLXgpO1xuXG4gIC5mb3JtLWljb24ge1xuICAgIGJhY2tncm91bmQ6ICRncmF5LWNvbG9yO1xuICAgIGJhY2tncm91bmQtY2xpcDogcGFkZGluZy1ib3g7XG4gICAgYm9yZGVyLXJhZGl1czogJHVuaXQtMiArICRib3JkZXItd2lkdGg7XG4gICAgaGVpZ2h0OiAkdW5pdC00ICsgJGJvcmRlci13aWR0aCAqIDI7XG4gICAgbGVmdDogMDtcbiAgICB0b3A6ICgkY29udHJvbC1zaXplLXNtIC0gJHVuaXQtNCkgLyAyIC0gJGJvcmRlci13aWR0aDtcbiAgICB3aWR0aDogJHVuaXQtODtcbiAgICAmOjpiZWZvcmUge1xuICAgICAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWxpZ2h0O1xuICAgICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgICAgY29udGVudDogXCJcIjtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgaGVpZ2h0OiAkdW5pdC00O1xuICAgICAgbGVmdDogMDtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIHRvcDogMDtcbiAgICAgIHRyYW5zaXRpb246IGJhY2tncm91bmQgLjJzLCBib3JkZXIgLjJzLCBib3gtc2hhZG93IC4ycywgY29sb3IgLjJzLCBsZWZ0IC4ycztcbiAgICAgIHdpZHRoOiAkdW5pdC00O1xuICAgIH1cbiAgfVxuXG4gIGlucHV0IHtcbiAgICAmOmNoZWNrZWQgKyAuZm9ybS1pY29uIHtcbiAgICAgICY6OmJlZm9yZSB7XG4gICAgICAgIGxlZnQ6IDE0cHg7XG4gICAgICB9XG4gICAgfVxuICAgICY6YWN0aXZlICsgLmZvcm0taWNvbiB7XG4gICAgICAmOjpiZWZvcmUge1xuICAgICAgICBiYWNrZ3JvdW5kOiAkYmctY29sb3I7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi8vIEZvcm0gZWxlbWVudDogSW5wdXQgZ3JvdXBzXG4uaW5wdXQtZ3JvdXAge1xuICBkaXNwbGF5OiBmbGV4O1xuXG4gIC5pbnB1dC1ncm91cC1hZGRvbiB7XG4gICAgYmFja2dyb3VuZDogJGJnLWNvbG9yO1xuICAgIGJvcmRlcjogJGJvcmRlci13aWR0aCBzb2xpZCAkYm9yZGVyLWNvbG9yLWRhcms7XG4gICAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gICAgbGluZS1oZWlnaHQ6ICRsaW5lLWhlaWdodDtcbiAgICBwYWRkaW5nOiAkY29udHJvbC1wYWRkaW5nLXkgJGNvbnRyb2wtcGFkZGluZy14O1xuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG5cbiAgICAmLmFkZG9uLXNtIHtcbiAgICAgIGZvbnQtc2l6ZTogJGZvbnQtc2l6ZS1zbTtcbiAgICAgIHBhZGRpbmc6ICRjb250cm9sLXBhZGRpbmcteS1zbSAkY29udHJvbC1wYWRkaW5nLXgtc207XG4gICAgfVxuXG4gICAgJi5hZGRvbi1sZyB7XG4gICAgICBmb250LXNpemU6ICRmb250LXNpemUtbGc7XG4gICAgICBwYWRkaW5nOiAkY29udHJvbC1wYWRkaW5nLXktbGcgJGNvbnRyb2wtcGFkZGluZy14LWxnO1xuICAgIH1cbiAgfVxuXG4gIC5mb3JtLWlucHV0LFxuICAuZm9ybS1zZWxlY3Qge1xuICAgIGZsZXg6IDEgMSBhdXRvO1xuICAgIHdpZHRoOiAxJTtcbiAgfVxuXG4gIC5pbnB1dC1ncm91cC1idG4ge1xuICAgIHotaW5kZXg6ICR6aW5kZXgtMDtcbiAgfVxuXG4gIC5mb3JtLWlucHV0LFxuICAuZm9ybS1zZWxlY3QsXG4gIC5pbnB1dC1ncm91cC1hZGRvbixcbiAgLmlucHV0LWdyb3VwLWJ0biB7XG4gICAgJjpmaXJzdC1jaGlsZDpub3QoOmxhc3QtY2hpbGQpIHtcbiAgICAgIGJvcmRlci1ib3R0b20tcmlnaHQtcmFkaXVzOiAwO1xuICAgICAgYm9yZGVyLXRvcC1yaWdodC1yYWRpdXM6IDA7XG4gICAgfVxuICAgICY6bm90KDpmaXJzdC1jaGlsZCk6bm90KDpsYXN0LWNoaWxkKSB7XG4gICAgICBib3JkZXItcmFkaXVzOiAwO1xuICAgICAgbWFyZ2luLWxlZnQ6IC0kYm9yZGVyLXdpZHRoO1xuICAgIH1cbiAgICAmOmxhc3QtY2hpbGQ6bm90KDpmaXJzdC1jaGlsZCkge1xuICAgICAgYm9yZGVyLWJvdHRvbS1sZWZ0LXJhZGl1czogMDtcbiAgICAgIGJvcmRlci10b3AtbGVmdC1yYWRpdXM6IDA7XG4gICAgICBtYXJnaW4tbGVmdDogLSRib3JkZXItd2lkdGg7XG4gICAgfVxuICAgICY6Zm9jdXMge1xuICAgICAgei1pbmRleDogJHppbmRleC0wICsgMTtcbiAgICB9XG4gIH1cblxuICAuZm9ybS1zZWxlY3Qge1xuICAgIHdpZHRoOiBhdXRvO1xuICB9XG5cbiAgJi5pbnB1dC1pbmxpbmUge1xuICAgIGRpc3BsYXk6IGlubGluZS1mbGV4O1xuICB9XG59XG5cbi8vIEZvcm0gdmFsaWRhdGlvbiBzdGF0ZXNcbi5mb3JtLWlucHV0LFxuLmZvcm0tc2VsZWN0IHtcbiAgLmhhcy1zdWNjZXNzICYsXG4gICYuaXMtc3VjY2VzcyB7XG4gICAgYmFja2dyb3VuZDogbGlnaHRlbigkc3VjY2Vzcy1jb2xvciwgNTMlKTtcbiAgICBib3JkZXItY29sb3I6ICRzdWNjZXNzLWNvbG9yO1xuICAgICY6Zm9jdXMge1xuICAgICAgQGluY2x1ZGUgY29udHJvbC1zaGFkb3coJHN1Y2Nlc3MtY29sb3IpO1xuICAgIH1cbiAgfVxuXG4gIC5oYXMtZXJyb3IgJixcbiAgJi5pcy1lcnJvciB7XG4gICAgYmFja2dyb3VuZDogbGlnaHRlbigkZXJyb3ItY29sb3IsIDUzJSk7XG4gICAgYm9yZGVyLWNvbG9yOiAkZXJyb3ItY29sb3I7XG4gICAgJjpmb2N1cyB7XG4gICAgICBAaW5jbHVkZSBjb250cm9sLXNoYWRvdygkZXJyb3ItY29sb3IpO1xuICAgIH1cbiAgfVxufVxuXG4uZm9ybS1jaGVja2JveCxcbi5mb3JtLXJhZGlvLFxuLmZvcm0tc3dpdGNoIHtcbiAgLmhhcy1lcnJvciAmLFxuICAmLmlzLWVycm9yIHtcbiAgICAuZm9ybS1pY29uIHtcbiAgICAgIGJvcmRlci1jb2xvcjogJGVycm9yLWNvbG9yO1xuICAgIH1cblxuICAgIGlucHV0IHtcbiAgICAgICY6Y2hlY2tlZCArIC5mb3JtLWljb24ge1xuICAgICAgICBiYWNrZ3JvdW5kOiAkZXJyb3ItY29sb3I7XG4gICAgICAgIGJvcmRlci1jb2xvcjogJGVycm9yLWNvbG9yO1xuICAgICAgfVxuXG4gICAgICAmOmZvY3VzICsgLmZvcm0taWNvbiB7XG4gICAgICAgIEBpbmNsdWRlIGNvbnRyb2wtc2hhZG93KCRlcnJvci1jb2xvcik7XG4gICAgICAgIGJvcmRlci1jb2xvcjogJGVycm9yLWNvbG9yO1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuXG4uZm9ybS1jaGVja2JveCB7XG4gIC5oYXMtZXJyb3IgJixcbiAgJi5pcy1lcnJvciB7XG4gICAgaW5wdXQge1xuICAgICAgJjppbmRldGVybWluYXRlICsgLmZvcm0taWNvbiB7XG4gICAgICAgIGJhY2tncm91bmQ6ICRlcnJvci1jb2xvcjtcbiAgICAgICAgYm9yZGVyLWNvbG9yOiAkZXJyb3ItY29sb3I7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi8vIHZhbGlkYXRpb24gYmFzZWQgb24gOnBsYWNlaG9sZGVyLXNob3duIChFZGdlIGRvZXNuJ3Qgc3VwcG9ydCBpdCB5ZXQpXG4uZm9ybS1pbnB1dCB7XG4gICY6bm90KDpwbGFjZWhvbGRlci1zaG93bikge1xuICAgICY6aW52YWxpZCB7XG4gICAgICBib3JkZXItY29sb3I6ICRlcnJvci1jb2xvcjtcbiAgICAgICY6Zm9jdXMge1xuICAgICAgICBAaW5jbHVkZSBjb250cm9sLXNoYWRvdygkZXJyb3ItY29sb3IpO1xuICAgICAgICBiYWNrZ3JvdW5kOiBsaWdodGVuKCRlcnJvci1jb2xvciwgNTMlKTtcbiAgICAgIH1cblxuICAgICAgJiArIC5mb3JtLWlucHV0LWhpbnQge1xuICAgICAgICBjb2xvcjogJGVycm9yLWNvbG9yO1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuXG4vLyBGb3JtIGRpc2FibGVkIGFuZCByZWFkb25seVxuLmZvcm0taW5wdXQsXG4uZm9ybS1zZWxlY3Qge1xuICAmOmRpc2FibGVkLFxuICAmLmRpc2FibGVkIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAkYmctY29sb3ItZGFyaztcbiAgICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xuICAgIG9wYWNpdHk6IC41O1xuICB9XG59XG5cbi5mb3JtLWlucHV0IHtcbiAgJltyZWFkb25seV0ge1xuICAgIGJhY2tncm91bmQtY29sb3I6ICRiZy1jb2xvcjtcbiAgfVxufVxuXG5pbnB1dCB7XG4gICY6ZGlzYWJsZWQsXG4gICYuZGlzYWJsZWQge1xuICAgICYgKyAuZm9ybS1pY29uIHtcbiAgICAgIGJhY2tncm91bmQ6ICRiZy1jb2xvci1kYXJrO1xuICAgICAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgICAgIG9wYWNpdHk6IC41O1xuICAgIH1cbiAgfVxufVxuXG4uZm9ybS1zd2l0Y2gge1xuICBpbnB1dCB7XG4gICAgJjpkaXNhYmxlZCxcbiAgICAmLmRpc2FibGVkIHtcbiAgICAgICYgKyAuZm9ybS1pY29uOjpiZWZvcmUge1xuICAgICAgICBiYWNrZ3JvdW5kOiAkYmctY29sb3ItbGlnaHQ7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi8vIEZvcm0gaG9yaXpvbnRhbFxuLmZvcm0taG9yaXpvbnRhbCB7XG4gIHBhZGRpbmc6ICRsYXlvdXQtc3BhY2luZyAwO1xuXG4gIC5mb3JtLWdyb3VwIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtd3JhcDogd3JhcDtcbiAgfVxufVxuXG4vLyBGb3JtIGlubGluZVxuLmZvcm0taW5saW5lIHtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xufVxuIiwiLy8gTGFiZWxzXG4ubGFiZWwge1xuICBAaW5jbHVkZSBsYWJlbC1iYXNlKCk7XG4gIEBpbmNsdWRlIGxhYmVsLXZhcmlhbnQobGlnaHRlbigkYm9keS1mb250LWNvbG9yLCA1JSksICRiZy1jb2xvci1kYXJrKTtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuXG4gIC8vIExhYmVsIHJvdW5kZWRcbiAgJi5sYWJlbC1yb3VuZGVkIHtcbiAgICBib3JkZXItcmFkaXVzOiA1cmVtO1xuICAgIHBhZGRpbmctbGVmdDogLjRyZW07XG4gICAgcGFkZGluZy1yaWdodDogLjRyZW07IFxuICB9XG5cbiAgLy8gTGFiZWwgY29sb3JzXG4gICYubGFiZWwtcHJpbWFyeSB7XG4gICAgQGluY2x1ZGUgbGFiZWwtdmFyaWFudCgkbGlnaHQtY29sb3IsICRwcmltYXJ5LWNvbG9yKTtcbiAgfVxuXG4gICYubGFiZWwtc2Vjb25kYXJ5IHtcbiAgICBAaW5jbHVkZSBsYWJlbC12YXJpYW50KCRwcmltYXJ5LWNvbG9yLCAkc2Vjb25kYXJ5LWNvbG9yKTtcbiAgfVxuXG4gICYubGFiZWwtc3VjY2VzcyB7XG4gICAgQGluY2x1ZGUgbGFiZWwtdmFyaWFudCgkbGlnaHQtY29sb3IsICRzdWNjZXNzLWNvbG9yKTtcbiAgfVxuXG4gICYubGFiZWwtd2FybmluZyB7XG4gICAgQGluY2x1ZGUgbGFiZWwtdmFyaWFudCgkbGlnaHQtY29sb3IsICR3YXJuaW5nLWNvbG9yKTtcbiAgfVxuXG4gICYubGFiZWwtZXJyb3Ige1xuICAgIEBpbmNsdWRlIGxhYmVsLXZhcmlhbnQoJGxpZ2h0LWNvbG9yLCAkZXJyb3ItY29sb3IpO1xuICB9XG59XG4iLCIvLyBDb2Rlc1xuY29kZSB7XG4gIEBpbmNsdWRlIGxhYmVsLWJhc2UoKTtcbiAgQGluY2x1ZGUgbGFiZWwtdmFyaWFudCgkY29kZS1jb2xvciwgbGlnaHRlbigkY29kZS1jb2xvciwgNDIuNSUpKTtcbiAgZm9udC1zaXplOiA4NSU7XG59XG5cbi5jb2RlIHtcbiAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gIGNvbG9yOiAkYm9keS1mb250LWNvbG9yO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG5cbiAgJjo6YmVmb3JlIHtcbiAgICBjb2xvcjogJGdyYXktY29sb3I7XG4gICAgY29udGVudDogYXR0cihkYXRhLWxhbmcpO1xuICAgIGZvbnQtc2l6ZTogJGZvbnQtc2l6ZS1zbTtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgcmlnaHQ6ICRsYXlvdXQtc3BhY2luZztcbiAgICB0b3A6ICR1bml0LWg7XG4gIH1cblxuICBjb2RlIHtcbiAgICBiYWNrZ3JvdW5kOiAkYmctY29sb3I7XG4gICAgY29sb3I6IGluaGVyaXQ7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgbGluZS1oZWlnaHQ6IDEuNTtcbiAgICBvdmVyZmxvdy14OiBhdXRvO1xuICAgIHBhZGRpbmc6IDFyZW07XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbn1cbiIsIi8vIE1lZGlhXG4vLyBJbWFnZSByZXNwb25zaXZlXG4uaW1nLXJlc3BvbnNpdmUge1xuICBkaXNwbGF5OiBibG9jaztcbiAgaGVpZ2h0OiBhdXRvO1xuICBtYXgtd2lkdGg6IDEwMCU7XG59XG5cbi8vIG9iamVjdC1maXQgc3VwcG9ydCBpcyBjb21pbmcgdG8gTWljcm9zb2Z0IEVkZ2Vcbi8vIGh0dHBzOi8vZGV2ZWxvcGVyLm1pY3Jvc29mdC5jb20vZW4tdXMvbWljcm9zb2Z0LWVkZ2UvcGxhdGZvcm0vc3RhdHVzL29iamVjdGZpdGFuZG9iamVjdHBvc2l0aW9uL1xuLmltZy1maXQtY292ZXIge1xuICBvYmplY3QtZml0OiBjb3Zlcjtcbn1cblxuLmltZy1maXQtY29udGFpbiB7XG4gIG9iamVjdC1maXQ6IGNvbnRhaW47XG59XG5cbi8vIFZpZGVvIHJlc3BvbnNpdmVcbi52aWRlby1yZXNwb25zaXZlIHtcbiAgZGlzcGxheTogYmxvY2s7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHBhZGRpbmc6IDA7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgd2lkdGg6IDEwMCU7XG4gICY6OmJlZm9yZSB7XG4gICAgY29udGVudDogXCJcIjtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBwYWRkaW5nLWJvdHRvbTogNTYuMjUlOyAvLyBEZWZhdWx0IHJhdGlvIDE2OjksIHlvdSBjYW4gY2FsY3VsYXRlIHRoaXMgdmFsdWUgYnkgZGl2aWRpbmcgOSBieSAxNlxuICB9XG5cbiAgaWZyYW1lLFxuICBvYmplY3QsXG4gIGVtYmVkIHtcbiAgICBib3JkZXI6IDA7XG4gICAgYm90dG9tOiAwO1xuICAgIGhlaWdodDogMTAwJTtcbiAgICBsZWZ0OiAwO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICByaWdodDogMDtcbiAgICB0b3A6IDA7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbn1cblxudmlkZW8udmlkZW8tcmVzcG9uc2l2ZSB7XG4gIGhlaWdodDogYXV0bztcbiAgbWF4LXdpZHRoOiAxMDAlO1xuXG4gICY6OmJlZm9yZSB7XG4gICAgY29udGVudDogbm9uZTtcbiAgfVxufVxuXG4udmlkZW8tcmVzcG9uc2l2ZS00LTMge1xuICAmOjpiZWZvcmUge1xuICAgIHBhZGRpbmctYm90dG9tOiA3NSU7IC8vIFJhdGlvIDQ6M1xuICB9XG59XG5cbi52aWRlby1yZXNwb25zaXZlLTEtMSB7XG4gICY6OmJlZm9yZSB7XG4gICAgcGFkZGluZy1ib3R0b206IDEwMCU7IC8vIFJhdGlvIDE6MVxuICB9XG59XG5cbi8vIEZpZ3VyZVxuLmZpZ3VyZSB7XG4gIG1hcmdpbjogMCAwICRsYXlvdXQtc3BhY2luZyAwO1xuXG4gIC5maWd1cmUtY2FwdGlvbiB7XG4gICAgY29sb3I6ICRncmF5LWNvbG9yLWRhcms7XG4gICAgbWFyZ2luLXRvcDogJGxheW91dC1zcGFjaW5nO1xuICB9XG59XG4iLCIvLyBMYXlvdXRcbi5jb250YWluZXIge1xuICBtYXJnaW4tbGVmdDogYXV0bztcbiAgbWFyZ2luLXJpZ2h0OiBhdXRvO1xuICBwYWRkaW5nLWxlZnQ6ICRsYXlvdXQtc3BhY2luZztcbiAgcGFkZGluZy1yaWdodDogJGxheW91dC1zcGFjaW5nO1xuICB3aWR0aDogMTAwJTtcblxuICAkZ3JpZC1zcGFjaW5nOiAoJGxheW91dC1zcGFjaW5nIC8gKCRsYXlvdXQtc3BhY2luZyAqIDAgKyAxKSkgKiAkaHRtbC1mb250LXNpemU7XG5cbiAgJi5ncmlkLXhsIHtcbiAgICBtYXgtd2lkdGg6ICRncmlkLXNwYWNpbmcgKiAyICsgJHNpemUteGw7XG4gIH1cblxuICAmLmdyaWQtbGcge1xuICAgIG1heC13aWR0aDogJGdyaWQtc3BhY2luZyAqIDIgKyAkc2l6ZS1sZztcbiAgfVxuXG4gICYuZ3JpZC1tZCB7XG4gICAgbWF4LXdpZHRoOiAkZ3JpZC1zcGFjaW5nICogMiArICRzaXplLW1kO1xuICB9XG5cbiAgJi5ncmlkLXNtIHtcbiAgICBtYXgtd2lkdGg6ICRncmlkLXNwYWNpbmcgKiAyICsgJHNpemUtc207XG4gIH1cblxuICAmLmdyaWQteHMge1xuICAgIG1heC13aWR0aDogJGdyaWQtc3BhY2luZyAqIDIgKyAkc2l6ZS14cztcbiAgfVxufVxuXG4vLyBSZXNwb25zaXZlIGJyZWFrcG9pbnQgc3lzdGVtXG4uc2hvdy14cyxcbi5zaG93LXNtLFxuLnNob3ctbWQsXG4uc2hvdy1sZyxcbi5zaG93LXhsIHtcbiAgZGlzcGxheTogbm9uZSAhaW1wb3J0YW50O1xufVxuXG4vLyBSZXNwb25zaXZlIGdyaWQgc3lzdGVtXG4uY29sdW1ucyB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtd3JhcDogd3JhcDtcbiAgbWFyZ2luLWxlZnQ6IC0kbGF5b3V0LXNwYWNpbmc7XG4gIG1hcmdpbi1yaWdodDogLSRsYXlvdXQtc3BhY2luZztcblxuICAmLmNvbC1nYXBsZXNzIHtcbiAgICBtYXJnaW4tbGVmdDogMDtcbiAgICBtYXJnaW4tcmlnaHQ6IDA7XG5cbiAgICAmID4gLmNvbHVtbiB7XG4gICAgICBwYWRkaW5nLWxlZnQ6IDA7XG4gICAgICBwYWRkaW5nLXJpZ2h0OiAwO1xuICAgIH1cbiAgfVxuICAmLmNvbC1vbmVsaW5lIHtcbiAgICBmbGV4LXdyYXA6IG5vd3JhcDtcbiAgICBvdmVyZmxvdy14OiBhdXRvO1xuICB9XG59XG4uY29sdW1uIHtcbiAgZmxleDogMTtcbiAgbWF4LXdpZHRoOiAxMDAlO1xuICBwYWRkaW5nLWxlZnQ6ICRsYXlvdXQtc3BhY2luZztcbiAgcGFkZGluZy1yaWdodDogJGxheW91dC1zcGFjaW5nO1xuXG4gICYuY29sLTEyLFxuICAmLmNvbC0xMSxcbiAgJi5jb2wtMTAsXG4gICYuY29sLTksXG4gICYuY29sLTgsXG4gICYuY29sLTcsXG4gICYuY29sLTYsXG4gICYuY29sLTUsXG4gICYuY29sLTQsXG4gICYuY29sLTMsXG4gICYuY29sLTIsXG4gICYuY29sLTEge1xuICAgIGZsZXg6IG5vbmU7XG4gIH1cbn1cbi5jb2wtMTIge1xuICB3aWR0aDogMTAwJTtcbn1cbi5jb2wtMTEge1xuICB3aWR0aDogOTEuNjY2NjY2NjclO1xufVxuLmNvbC0xMCB7XG4gIHdpZHRoOiA4My4zMzMzMzMzMyU7XG59XG4uY29sLTkge1xuICB3aWR0aDogNzUlO1xufVxuLmNvbC04IHtcbiAgd2lkdGg6IDY2LjY2NjY2NjY3JTtcbn1cbi5jb2wtNyB7XG4gIHdpZHRoOiA1OC4zMzMzMzMzMyU7XG59XG4uY29sLTYge1xuICB3aWR0aDogNTAlO1xufVxuLmNvbC01IHtcbiAgd2lkdGg6IDQxLjY2NjY2NjY3JTtcbn1cbi5jb2wtNCB7XG4gIHdpZHRoOiAzMy4zMzMzMzMzMyU7XG59XG4uY29sLTMge1xuICB3aWR0aDogMjUlO1xufVxuLmNvbC0yIHtcbiAgd2lkdGg6IDE2LjY2NjY2NjY3JTtcbn1cbi5jb2wtMSB7XG4gIHdpZHRoOiA4LjMzMzMzMzMzJTtcbn1cbi5jb2wtYXV0byB7XG4gIGZsZXg6IDAgMCBhdXRvO1xuICBtYXgtd2lkdGg6IG5vbmU7XG4gIHdpZHRoOiBhdXRvO1xufVxuLmNvbC1teC1hdXRvIHtcbiAgbWFyZ2luLWxlZnQ6IGF1dG87XG4gIG1hcmdpbi1yaWdodDogYXV0bztcbn1cbi5jb2wtbWwtYXV0byB7XG4gIG1hcmdpbi1sZWZ0OiBhdXRvO1xufVxuLmNvbC1tci1hdXRvIHtcbiAgbWFyZ2luLXJpZ2h0OiBhdXRvO1xufVxuQG1lZGlhIChtYXgtd2lkdGg6ICRzaXplLXhsKSB7XG4gIC5jb2wteGwtMTIsXG4gIC5jb2wteGwtMTEsXG4gIC5jb2wteGwtMTAsXG4gIC5jb2wteGwtOSxcbiAgLmNvbC14bC04LFxuICAuY29sLXhsLTcsXG4gIC5jb2wteGwtNixcbiAgLmNvbC14bC01LFxuICAuY29sLXhsLTQsXG4gIC5jb2wteGwtMyxcbiAgLmNvbC14bC0yLFxuICAuY29sLXhsLTEge1xuICAgIGZsZXg6IG5vbmU7XG4gIH1cbiAgLmNvbC14bC0xMiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbiAgLmNvbC14bC0xMSB7XG4gICAgd2lkdGg6IDkxLjY2NjY2NjY3JTtcbiAgfVxuICAuY29sLXhsLTEwIHtcbiAgICB3aWR0aDogODMuMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wteGwtOSB7XG4gICAgd2lkdGg6IDc1JTtcbiAgfVxuICAuY29sLXhsLTgge1xuICAgIHdpZHRoOiA2Ni42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC14bC03IHtcbiAgICB3aWR0aDogNTguMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wteGwtNiB7XG4gICAgd2lkdGg6IDUwJTtcbiAgfVxuICAuY29sLXhsLTUge1xuICAgIHdpZHRoOiA0MS42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC14bC00IHtcbiAgICB3aWR0aDogMzMuMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wteGwtMyB7XG4gICAgd2lkdGg6IDI1JTtcbiAgfVxuICAuY29sLXhsLTIge1xuICAgIHdpZHRoOiAxNi42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC14bC0xIHtcbiAgICB3aWR0aDogOC4zMzMzMzMzMyU7XG4gIH1cbiAgLmhpZGUteGwge1xuICAgIGRpc3BsYXk6IG5vbmUgIWltcG9ydGFudDtcbiAgfVxuICAuc2hvdy14bCB7XG4gICAgZGlzcGxheTogYmxvY2sgIWltcG9ydGFudDtcbiAgfVxufVxuQG1lZGlhIChtYXgtd2lkdGg6ICRzaXplLWxnKSB7XG4gIC5jb2wtbGctMTIsXG4gIC5jb2wtbGctMTEsXG4gIC5jb2wtbGctMTAsXG4gIC5jb2wtbGctOSxcbiAgLmNvbC1sZy04LFxuICAuY29sLWxnLTcsXG4gIC5jb2wtbGctNixcbiAgLmNvbC1sZy01LFxuICAuY29sLWxnLTQsXG4gIC5jb2wtbGctMyxcbiAgLmNvbC1sZy0yLFxuICAuY29sLWxnLTEge1xuICAgIGZsZXg6IG5vbmU7XG4gIH1cbiAgLmNvbC1sZy0xMiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbiAgLmNvbC1sZy0xMSB7XG4gICAgd2lkdGg6IDkxLjY2NjY2NjY3JTtcbiAgfVxuICAuY29sLWxnLTEwIHtcbiAgICB3aWR0aDogODMuMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wtbGctOSB7XG4gICAgd2lkdGg6IDc1JTtcbiAgfVxuICAuY29sLWxnLTgge1xuICAgIHdpZHRoOiA2Ni42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC1sZy03IHtcbiAgICB3aWR0aDogNTguMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wtbGctNiB7XG4gICAgd2lkdGg6IDUwJTtcbiAgfVxuICAuY29sLWxnLTUge1xuICAgIHdpZHRoOiA0MS42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC1sZy00IHtcbiAgICB3aWR0aDogMzMuMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wtbGctMyB7XG4gICAgd2lkdGg6IDI1JTtcbiAgfVxuICAuY29sLWxnLTIge1xuICAgIHdpZHRoOiAxNi42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC1sZy0xIHtcbiAgICB3aWR0aDogOC4zMzMzMzMzMyU7XG4gIH1cbiAgLmhpZGUtbGcge1xuICAgIGRpc3BsYXk6IG5vbmUgIWltcG9ydGFudDtcbiAgfVxuICAuc2hvdy1sZyB7XG4gICAgZGlzcGxheTogYmxvY2sgIWltcG9ydGFudDtcbiAgfVxufVxuQG1lZGlhIChtYXgtd2lkdGg6ICRzaXplLW1kKSB7XG4gIC5jb2wtbWQtMTIsXG4gIC5jb2wtbWQtMTEsXG4gIC5jb2wtbWQtMTAsXG4gIC5jb2wtbWQtOSxcbiAgLmNvbC1tZC04LFxuICAuY29sLW1kLTcsXG4gIC5jb2wtbWQtNixcbiAgLmNvbC1tZC01LFxuICAuY29sLW1kLTQsXG4gIC5jb2wtbWQtMyxcbiAgLmNvbC1tZC0yLFxuICAuY29sLW1kLTEge1xuICAgIGZsZXg6IG5vbmU7XG4gIH1cbiAgLmNvbC1tZC0xMiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbiAgLmNvbC1tZC0xMSB7XG4gICAgd2lkdGg6IDkxLjY2NjY2NjY3JTtcbiAgfVxuICAuY29sLW1kLTEwIHtcbiAgICB3aWR0aDogODMuMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wtbWQtOSB7XG4gICAgd2lkdGg6IDc1JTtcbiAgfVxuICAuY29sLW1kLTgge1xuICAgIHdpZHRoOiA2Ni42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC1tZC03IHtcbiAgICB3aWR0aDogNTguMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wtbWQtNiB7XG4gICAgd2lkdGg6IDUwJTtcbiAgfVxuICAuY29sLW1kLTUge1xuICAgIHdpZHRoOiA0MS42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC1tZC00IHtcbiAgICB3aWR0aDogMzMuMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wtbWQtMyB7XG4gICAgd2lkdGg6IDI1JTtcbiAgfVxuICAuY29sLW1kLTIge1xuICAgIHdpZHRoOiAxNi42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC1tZC0xIHtcbiAgICB3aWR0aDogOC4zMzMzMzMzMyU7XG4gIH1cbiAgLmhpZGUtbWQge1xuICAgIGRpc3BsYXk6IG5vbmUgIWltcG9ydGFudDtcbiAgfVxuICAuc2hvdy1tZCB7XG4gICAgZGlzcGxheTogYmxvY2sgIWltcG9ydGFudDtcbiAgfVxufVxuQG1lZGlhIChtYXgtd2lkdGg6ICRzaXplLXNtKSB7XG4gIC5jb2wtc20tMTIsXG4gIC5jb2wtc20tMTEsXG4gIC5jb2wtc20tMTAsXG4gIC5jb2wtc20tOSxcbiAgLmNvbC1zbS04LFxuICAuY29sLXNtLTcsXG4gIC5jb2wtc20tNixcbiAgLmNvbC1zbS01LFxuICAuY29sLXNtLTQsXG4gIC5jb2wtc20tMyxcbiAgLmNvbC1zbS0yLFxuICAuY29sLXNtLTEge1xuICAgIGZsZXg6IG5vbmU7XG4gIH1cbiAgLmNvbC1zbS0xMiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbiAgLmNvbC1zbS0xMSB7XG4gICAgd2lkdGg6IDkxLjY2NjY2NjY3JTtcbiAgfVxuICAuY29sLXNtLTEwIHtcbiAgICB3aWR0aDogODMuMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wtc20tOSB7XG4gICAgd2lkdGg6IDc1JTtcbiAgfVxuICAuY29sLXNtLTgge1xuICAgIHdpZHRoOiA2Ni42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC1zbS03IHtcbiAgICB3aWR0aDogNTguMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wtc20tNiB7XG4gICAgd2lkdGg6IDUwJTtcbiAgfVxuICAuY29sLXNtLTUge1xuICAgIHdpZHRoOiA0MS42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC1zbS00IHtcbiAgICB3aWR0aDogMzMuMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wtc20tMyB7XG4gICAgd2lkdGg6IDI1JTtcbiAgfVxuICAuY29sLXNtLTIge1xuICAgIHdpZHRoOiAxNi42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC1zbS0xIHtcbiAgICB3aWR0aDogOC4zMzMzMzMzMyU7XG4gIH1cbiAgLmhpZGUtc20ge1xuICAgIGRpc3BsYXk6IG5vbmUgIWltcG9ydGFudDtcbiAgfVxuICAuc2hvdy1zbSB7XG4gICAgZGlzcGxheTogYmxvY2sgIWltcG9ydGFudDtcbiAgfVxufVxuQG1lZGlhIChtYXgtd2lkdGg6ICRzaXplLXhzKSB7XG4gIC5jb2wteHMtMTIsXG4gIC5jb2wteHMtMTEsXG4gIC5jb2wteHMtMTAsXG4gIC5jb2wteHMtOSxcbiAgLmNvbC14cy04LFxuICAuY29sLXhzLTcsXG4gIC5jb2wteHMtNixcbiAgLmNvbC14cy01LFxuICAuY29sLXhzLTQsXG4gIC5jb2wteHMtMyxcbiAgLmNvbC14cy0yLFxuICAuY29sLXhzLTEge1xuICAgIGZsZXg6IG5vbmU7XG4gIH1cbiAgLmNvbC14cy0xMiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbiAgLmNvbC14cy0xMSB7XG4gICAgd2lkdGg6IDkxLjY2NjY2NjY3JTtcbiAgfVxuICAuY29sLXhzLTEwIHtcbiAgICB3aWR0aDogODMuMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wteHMtOSB7XG4gICAgd2lkdGg6IDc1JTtcbiAgfVxuICAuY29sLXhzLTgge1xuICAgIHdpZHRoOiA2Ni42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC14cy03IHtcbiAgICB3aWR0aDogNTguMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wteHMtNiB7XG4gICAgd2lkdGg6IDUwJTtcbiAgfVxuICAuY29sLXhzLTUge1xuICAgIHdpZHRoOiA0MS42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC14cy00IHtcbiAgICB3aWR0aDogMzMuMzMzMzMzMzMlO1xuICB9XG4gIC5jb2wteHMtMyB7XG4gICAgd2lkdGg6IDI1JTtcbiAgfVxuICAuY29sLXhzLTIge1xuICAgIHdpZHRoOiAxNi42NjY2NjY2NyU7XG4gIH1cbiAgLmNvbC14cy0xIHtcbiAgICB3aWR0aDogOC4zMzMzMzMzMyU7XG4gIH1cbiAgLmhpZGUteHMge1xuICAgIGRpc3BsYXk6IG5vbmUgIWltcG9ydGFudDtcbiAgfVxuICAuc2hvdy14cyB7XG4gICAgZGlzcGxheTogYmxvY2sgIWltcG9ydGFudDtcbiAgfVxufVxuIiwiLy8gTmF2YmFyXG4ubmF2YmFyIHtcbiAgYWxpZ24taXRlbXM6IHN0cmV0Y2g7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtd3JhcDogd3JhcDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuXG4gIC5uYXZiYXItc2VjdGlvbiB7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXg6IDEgMCAwO1xuXG4gICAgJjpub3QoOmZpcnN0LWNoaWxkKTpsYXN0LWNoaWxkIHtcbiAgICAgIGp1c3RpZnktY29udGVudDogZmxleC1lbmQ7XG4gICAgfVxuICB9XG5cbiAgLm5hdmJhci1jZW50ZXIge1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4OiAwIDAgYXV0bztcbiAgfVxuXG4gIC5uYXZiYXItYnJhbmQge1xuICAgIGZvbnQtc2l6ZTogJGZvbnQtc2l6ZS1sZztcbiAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG4gIH1cbn1cbiIsIi8vIEFjY29yZGlvbnNcbi5hY2NvcmRpb24ge1xuICBpbnB1dDpjaGVja2VkIH4sXG4gICZbb3Blbl0ge1xuICAgICYgLmFjY29yZGlvbi1oZWFkZXIge1xuICAgICAgLmljb24ge1xuICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSg5MGRlZyk7XG4gICAgICB9XG4gICAgfVxuXG4gICAgJiAuYWNjb3JkaW9uLWJvZHkge1xuICAgICAgbWF4LWhlaWdodDogNTByZW07XG4gICAgfVxuICB9XG5cbiAgLmFjY29yZGlvbi1oZWFkZXIge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIHBhZGRpbmc6ICR1bml0LTEgJHVuaXQtMjtcblxuICAgIC5pY29uIHtcbiAgICAgIHRyYW5zaXRpb246IHRyYW5zZm9ybSAuMjVzO1xuICAgIH1cbiAgfVxuXG4gIC5hY2NvcmRpb24tYm9keSB7XG4gICAgbWFyZ2luLWJvdHRvbTogJGxheW91dC1zcGFjaW5nO1xuICAgIG1heC1oZWlnaHQ6IDA7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgICB0cmFuc2l0aW9uOiBtYXgtaGVpZ2h0IC4yNXM7XG4gIH1cbn1cblxuLy8gUmVtb3ZlIGRlZmF1bHQgZGV0YWlscyBtYXJrZXIgaW4gV2Via2l0XG5zdW1tYXJ5LmFjY29yZGlvbi1oZWFkZXIge1xuICAmOjotd2Via2l0LWRldGFpbHMtbWFya2VyIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG59XG4iLCIvLyBBdmF0YXJzXG4uYXZhdGFyIHtcbiAgQGluY2x1ZGUgYXZhdGFyLWJhc2UoKTtcbiAgYmFja2dyb3VuZDogJHByaW1hcnktY29sb3I7XG4gIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgY29sb3I6IHJnYmEoJGxpZ2h0LWNvbG9yLCAuODUpO1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIGZvbnQtd2VpZ2h0OiAzMDA7XG4gIGxpbmUtaGVpZ2h0OiAxLjI1O1xuICBtYXJnaW46IDA7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgdmVydGljYWwtYWxpZ246IG1pZGRsZTtcblxuICAmLmF2YXRhci14cyB7XG4gICAgQGluY2x1ZGUgYXZhdGFyLWJhc2UoJHVuaXQtNCk7XG4gIH1cbiAgJi5hdmF0YXItc20ge1xuICAgIEBpbmNsdWRlIGF2YXRhci1iYXNlKCR1bml0LTYpO1xuICB9XG4gICYuYXZhdGFyLWxnIHtcbiAgICBAaW5jbHVkZSBhdmF0YXItYmFzZSgkdW5pdC0xMik7XG4gIH1cbiAgJi5hdmF0YXIteGwge1xuICAgIEBpbmNsdWRlIGF2YXRhci1iYXNlKCR1bml0LTE2KTtcbiAgfVxuXG4gIGltZyB7XG4gICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgIGhlaWdodDogMTAwJTtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgei1pbmRleDogJHppbmRleC0wO1xuICB9XG5cbiAgLmF2YXRhci1pY29uLFxuICAuYXZhdGFyLXByZXNlbmNlIHtcbiAgICBiYWNrZ3JvdW5kOiAkYmctY29sb3ItbGlnaHQ7XG4gICAgYm90dG9tOiAxNC42NCU7XG4gICAgaGVpZ2h0OiA1MCU7XG4gICAgcGFkZGluZzogJGJvcmRlci13aWR0aC1sZztcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgcmlnaHQ6IDE0LjY0JTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSg1MCUsIDUwJSk7XG4gICAgd2lkdGg6IDUwJTtcbiAgICB6LWluZGV4OiAkemluZGV4LTAgKyAxO1xuICB9XG5cbiAgLmF2YXRhci1wcmVzZW5jZSB7XG4gICAgYmFja2dyb3VuZDogJGdyYXktY29sb3I7XG4gICAgYm94LXNoYWRvdzogMCAwIDAgJGJvcmRlci13aWR0aC1sZyAkbGlnaHQtY29sb3I7XG4gICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgIGhlaWdodDogLjVlbTtcbiAgICB3aWR0aDogLjVlbTtcblxuICAgICYub25saW5lIHtcbiAgICAgIGJhY2tncm91bmQ6ICRzdWNjZXNzLWNvbG9yO1xuICAgIH1cblxuICAgICYuYnVzeSB7XG4gICAgICBiYWNrZ3JvdW5kOiAkZXJyb3ItY29sb3I7XG4gICAgfVxuXG4gICAgJi5hd2F5IHtcbiAgICAgIGJhY2tncm91bmQ6ICR3YXJuaW5nLWNvbG9yO1xuICAgIH1cbiAgfVxuXG4gICZbZGF0YS1pbml0aWFsXTo6YmVmb3JlIHtcbiAgICBjb2xvcjogY3VycmVudENvbG9yO1xuICAgIGNvbnRlbnQ6IGF0dHIoZGF0YS1pbml0aWFsKTtcbiAgICBsZWZ0OiA1MCU7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogNTAlO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC01MCUpO1xuICAgIHotaW5kZXg6ICR6aW5kZXgtMDtcbiAgfVxufSIsIi8vIEJhZGdlc1xuLmJhZGdlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuXG4gICZbZGF0YS1iYWRnZV0sXG4gICY6bm90KFtkYXRhLWJhZGdlXSkge1xuICAgICY6OmFmdGVyIHtcbiAgICAgIGJhY2tncm91bmQ6ICRwcmltYXJ5LWNvbG9yO1xuICAgICAgYmFja2dyb3VuZC1jbGlwOiBwYWRkaW5nLWJveDtcbiAgICAgIGJvcmRlci1yYWRpdXM6IC41cmVtO1xuICAgICAgYm94LXNoYWRvdzogMCAwIDAgLjFyZW0gJGJnLWNvbG9yLWxpZ2h0O1xuICAgICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgICAgIGNvbnRlbnQ6IGF0dHIoZGF0YS1iYWRnZSk7XG4gICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtLjA1cmVtLCAtLjVyZW0pO1xuICAgIH1cbiAgfVxuICAmW2RhdGEtYmFkZ2VdIHtcbiAgICAmOjphZnRlciB7XG4gICAgICBmb250LXNpemU6ICRmb250LXNpemUtc207XG4gICAgICBoZWlnaHQ6IC45cmVtO1xuICAgICAgbGluZS1oZWlnaHQ6IDE7XG4gICAgICBtaW4td2lkdGg6IC45cmVtO1xuICAgICAgcGFkZGluZzogLjFyZW0gLjJyZW07XG4gICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIH1cbiAgfVxuICAmOm5vdChbZGF0YS1iYWRnZV0pLFxuICAmW2RhdGEtYmFkZ2U9XCJcIl0ge1xuICAgICY6OmFmdGVyIHtcbiAgICAgIGhlaWdodDogNnB4O1xuICAgICAgbWluLXdpZHRoOiA2cHg7XG4gICAgICBwYWRkaW5nOiAwO1xuICAgICAgd2lkdGg6IDZweDtcbiAgICB9XG4gIH1cblxuICAvLyBCYWRnZXMgZm9yIEJ1dHRvbnNcbiAgJi5idG4ge1xuICAgICY6OmFmdGVyIHtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIHRvcDogMDtcbiAgICAgIHJpZ2h0OiAwO1xuICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoNTAlLCAtNTAlKTtcbiAgICB9XG4gIH1cblxuICAvLyBCYWRnZXMgZm9yIEF2YXRhcnNcbiAgJi5hdmF0YXIge1xuICAgICY6OmFmdGVyIHtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIHRvcDogMTQuNjQlO1xuICAgICAgcmlnaHQ6IDE0LjY0JTtcbiAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKDUwJSwgLTUwJSk7XG4gICAgICB6LWluZGV4OiAkemluZGV4LTE7XG4gICAgfVxuICB9XG59XG4iLCIvLyBCcmVhZGNydW1ic1xuLmJyZWFkY3J1bWIge1xuICBsaXN0LXN0eWxlOiBub25lO1xuICBtYXJnaW46ICR1bml0LTEgMDtcbiAgcGFkZGluZzogJHVuaXQtMSAwO1xuXG4gIC5icmVhZGNydW1iLWl0ZW0ge1xuICAgIGNvbG9yOiAkZ3JheS1jb2xvci1kYXJrO1xuICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICBtYXJnaW46IDA7XG4gICAgcGFkZGluZzogJHVuaXQtMSAwO1xuXG4gICAgJjpub3QoOmxhc3QtY2hpbGQpIHtcbiAgICAgIG1hcmdpbi1yaWdodDogJHVuaXQtMTtcblxuICAgICAgYSB7XG4gICAgICAgIGNvbG9yOiAkZ3JheS1jb2xvci1kYXJrO1xuICAgICAgfVxuICAgIH1cblxuICAgICY6bm90KDpmaXJzdC1jaGlsZCkge1xuICAgICAgJjo6YmVmb3JlIHtcbiAgICAgICAgY29sb3I6ICRncmF5LWNvbG9yLWRhcms7XG4gICAgICAgIGNvbnRlbnQ6IFwiL1wiO1xuICAgICAgICBwYWRkaW5nLXJpZ2h0OiAkdW5pdC0yO1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuIiwiLy8gQmFyc1xuLmJhciB7XG4gIGJhY2tncm91bmQ6ICRiZy1jb2xvci1kYXJrO1xuICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC13cmFwOiBub3dyYXA7XG4gIGhlaWdodDogJHVuaXQtNDtcbiAgd2lkdGg6IDEwMCU7XG5cbiAgJi5iYXItc20ge1xuICAgIGhlaWdodDogJHVuaXQtMTtcbiAgfVxuXG4gIC8vIFRPRE86IGF0dHIoKSBzdXBwb3J0XG4gIC5iYXItaXRlbSB7XG4gICAgYmFja2dyb3VuZDogJHByaW1hcnktY29sb3I7XG4gICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBmb250LXNpemU6ICRmb250LXNpemUtc207XG4gICAgZmxleC1zaHJpbms6IDA7XG4gICAgbGluZS1oZWlnaHQ6ICR1bml0LTQ7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgd2lkdGg6IDA7XG5cbiAgICAmOmZpcnN0LWNoaWxkIHtcbiAgICAgIGJvcmRlci1ib3R0b20tbGVmdC1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgICAgYm9yZGVyLXRvcC1sZWZ0LXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gICAgfVxuICAgICY6bGFzdC1jaGlsZCB7XG4gICAgICBib3JkZXItYm90dG9tLXJpZ2h0LXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gICAgICBib3JkZXItdG9wLXJpZ2h0LXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gICAgICBmbGV4LXNocmluazogMTtcbiAgICB9XG4gIH1cbn1cblxuLy8gU2xpZGVyIGJhclxuLmJhci1zbGlkZXIge1xuICBoZWlnaHQ6ICRib3JkZXItd2lkdGgtbGc7XG4gIG1hcmdpbjogJGxheW91dC1zcGFjaW5nIDA7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcblxuICAuYmFyLWl0ZW0ge1xuICAgIGxlZnQ6IDA7XG4gICAgcGFkZGluZzogMDtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgJjpub3QoOmxhc3QtY2hpbGQpOmZpcnN0LWNoaWxkIHtcbiAgICAgIGJhY2tncm91bmQ6ICRiZy1jb2xvci1kYXJrO1xuICAgICAgei1pbmRleDogJHppbmRleC0wO1xuICAgIH1cbiAgfVxuXG4gIC5iYXItc2xpZGVyLWJ0biB7XG4gICAgYmFja2dyb3VuZDogJHByaW1hcnktY29sb3I7XG4gICAgYm9yZGVyOiAwO1xuICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICBoZWlnaHQ6ICR1bml0LTM7XG4gICAgcGFkZGluZzogMDtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgcmlnaHQ6IDA7XG4gICAgdG9wOiA1MCU7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoNTAlLCAtNTAlKTtcbiAgICB3aWR0aDogJHVuaXQtMztcblxuICAgICY6YWN0aXZlIHtcbiAgICAgIGJveC1zaGFkb3c6IDAgMCAwIC4xcmVtICRwcmltYXJ5LWNvbG9yO1xuICAgIH1cbiAgfVxufVxuIiwiLy8gQ2FyZHNcbi5jYXJkIHtcbiAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWxpZ2h0O1xuICBib3JkZXI6ICRib3JkZXItd2lkdGggc29saWQgJGJvcmRlci1jb2xvcjtcbiAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG5cbiAgLmNhcmQtaGVhZGVyLFxuICAuY2FyZC1ib2R5LFxuICAuY2FyZC1mb290ZXIge1xuICAgIHBhZGRpbmc6ICRsYXlvdXQtc3BhY2luZy1sZztcbiAgICBwYWRkaW5nLWJvdHRvbTogMDtcblxuICAgICY6bGFzdC1jaGlsZCB7XG4gICAgICBwYWRkaW5nLWJvdHRvbTogJGxheW91dC1zcGFjaW5nLWxnO1xuICAgIH1cbiAgfVxuXG4gIC5jYXJkLWJvZHkge1xuICAgIGZsZXg6IDEgMSBhdXRvO1xuICB9XG5cbiAgLmNhcmQtaW1hZ2Uge1xuICAgIHBhZGRpbmctdG9wOiAkbGF5b3V0LXNwYWNpbmctbGc7XG5cbiAgICAmOmZpcnN0LWNoaWxkIHtcbiAgICAgIHBhZGRpbmctdG9wOiAwO1xuXG4gICAgICBpbWcge1xuICAgICAgICBib3JkZXItdG9wLWxlZnQtcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgICAgICAgYm9yZGVyLXRvcC1yaWdodC1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgICAgfVxuICAgIH1cblxuICAgICY6bGFzdC1jaGlsZCB7XG4gICAgICBpbWcge1xuICAgICAgICBib3JkZXItYm90dG9tLWxlZnQtcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgICAgICAgYm9yZGVyLWJvdHRvbS1yaWdodC1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuIiwiLy8gQ2hpcHNcbi5jaGlwIHtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWRhcms7XG4gIGJvcmRlci1yYWRpdXM6IDVyZW07XG4gIGRpc3BsYXk6IGlubGluZS1mbGV4O1xuICBmb250LXNpemU6IDkwJTtcbiAgaGVpZ2h0OiAkdW5pdC02O1xuICBsaW5lLWhlaWdodDogJHVuaXQtNDtcbiAgbWFyZ2luOiAkdW5pdC1oO1xuICBtYXgtd2lkdGg6ICRjb250cm9sLXdpZHRoLXNtO1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBwYWRkaW5nOiAkdW5pdC0xICR1bml0LTI7XG4gIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbiAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG5cbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQ6ICRwcmltYXJ5LWNvbG9yO1xuICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gIH1cblxuICAuYXZhdGFyIHtcbiAgICBtYXJnaW4tbGVmdDogLSR1bml0LTI7XG4gICAgbWFyZ2luLXJpZ2h0OiAkdW5pdC0xO1xuICB9XG5cbiAgLmJ0bi1jbGVhciB7XG4gICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgIHRyYW5zZm9ybTogc2NhbGUoLjc1KTtcbiAgfVxufVxuIiwiLy8gRHJvcGRvd25cbi5kcm9wZG93biB7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuXG4gIC5tZW51IHtcbiAgICBhbmltYXRpb246IHNsaWRlLWRvd24gLjE1cyBlYXNlIDE7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgICBsZWZ0OiAwO1xuICAgIG1heC1oZWlnaHQ6IDUwdmg7XG4gICAgb3ZlcmZsb3cteTogYXV0bztcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdG9wOiAxMDAlO1xuICB9XG5cbiAgJi5kcm9wZG93bi1yaWdodCB7XG4gICAgLm1lbnUge1xuICAgICAgbGVmdDogYXV0bztcbiAgICAgIHJpZ2h0OiAwO1xuICAgIH1cbiAgfVxuXG4gICYuYWN0aXZlIC5tZW51LFxuICAuZHJvcGRvd24tdG9nZ2xlOmZvY3VzICsgLm1lbnUsXG4gIC5tZW51OmhvdmVyIHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgfVxuXG4gIC8vIEZpeCBkcm9wZG93bi10b2dnbGUgYm9yZGVyIHJhZGl1cyBpbiBidXR0b24gZ3JvdXBzXG4gIC5idG4tZ3JvdXAge1xuICAgIC5kcm9wZG93bi10b2dnbGU6bnRoLWxhc3QtY2hpbGQoMikge1xuICAgICAgYm9yZGVyLWJvdHRvbS1yaWdodC1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgICAgYm9yZGVyLXRvcC1yaWdodC1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgIH1cbiAgfVxufVxuIiwiLy8gRW1wdHkgc3RhdGVzIChvciBCbGFuayBzbGF0ZXMpXG4uZW1wdHkge1xuICBiYWNrZ3JvdW5kOiAkYmctY29sb3I7XG4gIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICBjb2xvcjogJGdyYXktY29sb3ItZGFyaztcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBwYWRkaW5nOiAkdW5pdC0xNiAkdW5pdC04O1xuXG4gIC5lbXB0eS1pY29uIHtcbiAgICBtYXJnaW4tYm90dG9tOiAkbGF5b3V0LXNwYWNpbmctbGc7XG4gIH1cblxuICAuZW1wdHktdGl0bGUsXG4gIC5lbXB0eS1zdWJ0aXRsZSB7XG4gICAgbWFyZ2luOiAkbGF5b3V0LXNwYWNpbmcgYXV0bztcbiAgfVxuXG4gIC5lbXB0eS1hY3Rpb24ge1xuICAgIG1hcmdpbi10b3A6ICRsYXlvdXQtc3BhY2luZy1sZztcbiAgfVxufVxuIiwiLy8gTWVudXNcbi5tZW51IHtcbiAgQGluY2x1ZGUgc2hhZG93LXZhcmlhbnQoLjA1cmVtKTtcbiAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWxpZ2h0O1xuICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgbGlzdC1zdHlsZTogbm9uZTtcbiAgbWFyZ2luOiAwO1xuICBtaW4td2lkdGg6ICRjb250cm9sLXdpZHRoLXhzO1xuICBwYWRkaW5nOiAkdW5pdC0yO1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoJGxheW91dC1zcGFjaW5nLXNtKTtcbiAgei1pbmRleDogJHppbmRleC0zO1xuXG4gICYubWVudS1uYXYge1xuICAgIGJhY2tncm91bmQ6IHRyYW5zcGFyZW50O1xuICAgIGJveC1zaGFkb3c6IG5vbmU7XG4gIH1cblxuICAubWVudS1pdGVtIHtcbiAgICBtYXJnaW4tdG9wOiAwO1xuICAgIHBhZGRpbmc6IDAgJHVuaXQtMjtcbiAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG4gICAgdXNlci1zZWxlY3Q6IG5vbmU7XG5cbiAgICAmID4gYSB7XG4gICAgICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgICAgIGNvbG9yOiBpbmhlcml0O1xuICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICBtYXJnaW46IDAgKC0kdW5pdC0yKTtcbiAgICAgIHBhZGRpbmc6ICR1bml0LTEgJHVuaXQtMjtcbiAgICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbiAgICAgICY6Zm9jdXMsXG4gICAgICAmOmhvdmVyIHtcbiAgICAgICAgYmFja2dyb3VuZDogJHNlY29uZGFyeS1jb2xvcjtcbiAgICAgICAgY29sb3I6ICRwcmltYXJ5LWNvbG9yO1xuICAgICAgfVxuICAgICAgJjphY3RpdmUsXG4gICAgICAmLmFjdGl2ZSB7XG4gICAgICAgIGJhY2tncm91bmQ6ICRzZWNvbmRhcnktY29sb3I7XG4gICAgICAgIGNvbG9yOiAkcHJpbWFyeS1jb2xvcjtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAuZm9ybS1jaGVja2JveCxcbiAgICAuZm9ybS1yYWRpbyxcbiAgICAuZm9ybS1zd2l0Y2gge1xuICAgICAgbWFyZ2luOiAkdW5pdC1oIDA7XG4gICAgfVxuXG4gICAgJiArIC5tZW51LWl0ZW0ge1xuICAgICAgbWFyZ2luLXRvcDogJHVuaXQtMTtcbiAgICB9XG4gIH1cblxuICAubWVudS1iYWRnZSB7XG4gICAgZmxvYXQ6IHJpZ2h0O1xuICAgIHBhZGRpbmc6ICR1bml0LTEgMDtcblxuICAgIC5idG4ge1xuICAgICAgbWFyZ2luLXRvcDogLSR1bml0LWg7XG4gICAgfVxuICB9XG59XG4iLCIvLyBNb2RhbHNcbi5tb2RhbCB7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGJvdHRvbTogMDtcbiAgZGlzcGxheTogbm9uZTtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIGxlZnQ6IDA7XG4gIG9wYWNpdHk6IDA7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHBhZGRpbmc6ICRsYXlvdXQtc3BhY2luZztcbiAgcG9zaXRpb246IGZpeGVkO1xuICByaWdodDogMDtcbiAgdG9wOiAwO1xuXG4gICY6dGFyZ2V0LFxuICAmLmFjdGl2ZSB7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBvcGFjaXR5OiAxO1xuICAgIHotaW5kZXg6ICR6aW5kZXgtNDtcblxuICAgIC5tb2RhbC1vdmVybGF5IHtcbiAgICAgIGJhY2tncm91bmQ6IHJnYmEoJGJnLWNvbG9yLCAuNzUpO1xuICAgICAgYm90dG9tOiAwO1xuICAgICAgY3Vyc29yOiBkZWZhdWx0O1xuICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICBsZWZ0OiAwO1xuICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgcmlnaHQ6IDA7XG4gICAgICB0b3A6IDA7XG4gICAgfVxuXG4gICAgLm1vZGFsLWNvbnRhaW5lciB7XG4gICAgICBhbmltYXRpb246IHNsaWRlLWRvd24gLjJzIGVhc2UgMTtcbiAgICAgIHotaW5kZXg6ICR6aW5kZXgtMDtcbiAgICB9XG4gIH1cblxuICAmLm1vZGFsLXNtIHtcbiAgICAubW9kYWwtY29udGFpbmVyIHtcbiAgICAgIG1heC13aWR0aDogJGNvbnRyb2wtd2lkdGgtc207XG4gICAgICBwYWRkaW5nOiAwICR1bml0LTI7XG4gICAgfVxuICB9XG5cbiAgJi5tb2RhbC1sZyB7XG4gICAgLm1vZGFsLW92ZXJsYXkge1xuICAgICAgYmFja2dyb3VuZDogJGJnLWNvbG9yLWxpZ2h0O1xuICAgIH1cblxuICAgIC5tb2RhbC1jb250YWluZXIge1xuICAgICAgYm94LXNoYWRvdzogbm9uZTtcbiAgICAgIG1heC13aWR0aDogJGNvbnRyb2wtd2lkdGgtbGc7XG4gICAgfVxuICB9XG59XG5cbi5tb2RhbC1jb250YWluZXIge1xuICBAaW5jbHVkZSBzaGFkb3ctdmFyaWFudCguMnJlbSk7XG4gIGJhY2tncm91bmQ6ICRiZy1jb2xvci1saWdodDtcbiAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIG1heC1oZWlnaHQ6IDc1dmg7XG4gIG1heC13aWR0aDogJGNvbnRyb2wtd2lkdGgtbWQ7XG4gIHBhZGRpbmc6IDAgJHVuaXQtNDtcbiAgd2lkdGg6IDEwMCU7XG5cbiAgJi5tb2RhbC1mdWxsaGVpZ2h0IHtcbiAgICBtYXgtaGVpZ2h0OiAxMDB2aDtcbiAgfVxuXG4gIC5tb2RhbC1oZWFkZXIge1xuICAgIGNvbG9yOiAkZGFyay1jb2xvcjtcbiAgICBwYWRkaW5nOiAkdW5pdC00O1xuICB9XG5cbiAgLm1vZGFsLWJvZHkge1xuICAgIG92ZXJmbG93LXk6IGF1dG87XG4gICAgcGFkZGluZzogJHVuaXQtNDtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIH1cblxuICAubW9kYWwtZm9vdGVyIHtcbiAgICBwYWRkaW5nOiAkdW5pdC00O1xuICAgIHRleHQtYWxpZ246IHJpZ2h0O1xuICB9XG59XG4iLCIvLyBOYXZzXG4ubmF2IHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbGlzdC1zdHlsZTogbm9uZTtcbiAgbWFyZ2luOiAkdW5pdC0xIDA7XG5cbiAgLm5hdi1pdGVtIHtcbiAgICBhIHtcbiAgICAgIGNvbG9yOiAkZ3JheS1jb2xvci1kYXJrO1xuICAgICAgcGFkZGluZzogJHVuaXQtMSAkdW5pdC0yO1xuICAgICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICAgICAgJjpmb2N1cyxcbiAgICAgICY6aG92ZXIge1xuICAgICAgICBjb2xvcjogJHByaW1hcnktY29sb3I7XG4gICAgICB9XG4gICAgfVxuICAgICYuYWN0aXZlIHtcbiAgICAgICYgPiBhIHtcbiAgICAgICAgY29sb3I6IGRhcmtlbigkZ3JheS1jb2xvci1kYXJrLCAxMCUpO1xuICAgICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICAgICAgJjpmb2N1cyxcbiAgICAgICAgJjpob3ZlciB7XG4gICAgICAgICAgY29sb3I6ICRwcmltYXJ5LWNvbG9yO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgJiAubmF2IHtcbiAgICBtYXJnaW4tYm90dG9tOiAkdW5pdC0yO1xuICAgIG1hcmdpbi1sZWZ0OiAkdW5pdC00O1xuICB9XG59XG4iLCIvLyBQYWdpbmF0aW9uXG4ucGFnaW5hdGlvbiB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGxpc3Qtc3R5bGU6IG5vbmU7XG4gIG1hcmdpbjogJHVuaXQtMSAwO1xuICBwYWRkaW5nOiAkdW5pdC0xIDA7XG5cbiAgLnBhZ2UtaXRlbSB7XG4gICAgbWFyZ2luOiAkdW5pdC0xICR1bml0LW87XG5cbiAgICBzcGFuIHtcbiAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgIHBhZGRpbmc6ICR1bml0LTEgJHVuaXQtMTtcbiAgICB9XG5cbiAgICBhIHtcbiAgICAgIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgICAgcGFkZGluZzogJHVuaXQtMSAkdW5pdC0yO1xuICAgICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICAgICAgJjpmb2N1cyxcbiAgICAgICY6aG92ZXIge1xuICAgICAgICBjb2xvcjogJHByaW1hcnktY29sb3I7XG4gICAgICB9XG4gICAgfVxuXG4gICAgJi5kaXNhYmxlZCB7XG4gICAgICBhIHtcbiAgICAgICAgY3Vyc29yOiBkZWZhdWx0O1xuICAgICAgICBvcGFjaXR5OiAuNTtcbiAgICAgICAgcG9pbnRlci1ldmVudHM6IG5vbmU7XG4gICAgICB9XG4gICAgfVxuXG4gICAgJi5hY3RpdmUge1xuICAgICAgYSB7XG4gICAgICAgIGJhY2tncm91bmQ6ICRwcmltYXJ5LWNvbG9yO1xuICAgICAgICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgICAgfVxuICAgIH1cblxuICAgICYucGFnZS1wcmV2LFxuICAgICYucGFnZS1uZXh0IHtcbiAgICAgIGZsZXg6IDEgMCA1MCU7XG4gICAgfVxuXG4gICAgJi5wYWdlLW5leHQge1xuICAgICAgdGV4dC1hbGlnbjogcmlnaHQ7XG4gICAgfVxuXG4gICAgLnBhZ2UtaXRlbS10aXRsZSB7XG4gICAgICBtYXJnaW46IDA7XG4gICAgfVxuXG4gICAgLnBhZ2UtaXRlbS1zdWJ0aXRsZSB7XG4gICAgICBtYXJnaW46IDA7XG4gICAgICBvcGFjaXR5OiAuNTtcbiAgICB9XG4gIH1cbn1cbiIsIi8vIFBhbmVsc1xuLnBhbmVsIHtcbiAgYm9yZGVyOiAkYm9yZGVyLXdpZHRoIHNvbGlkICRib3JkZXItY29sb3I7XG4gIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuXG4gIC5wYW5lbC1oZWFkZXIsXG4gIC5wYW5lbC1mb290ZXIge1xuICAgIGZsZXg6IDAgMCBhdXRvO1xuICAgIHBhZGRpbmc6ICRsYXlvdXQtc3BhY2luZy1sZztcbiAgfVxuXG4gIC5wYW5lbC1uYXYge1xuICAgIGZsZXg6IDAgMCBhdXRvO1xuICB9XG5cbiAgLnBhbmVsLWJvZHkge1xuICAgIGZsZXg6IDEgMSBhdXRvO1xuICAgIG92ZXJmbG93LXk6IGF1dG87XG4gICAgcGFkZGluZzogMCAkbGF5b3V0LXNwYWNpbmctbGc7XG4gIH1cbn1cbiIsIi8vIFBvcG92ZXJzXG4ucG9wb3ZlciB7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuXG4gIC5wb3BvdmVyLWNvbnRhaW5lciB7XG4gICAgbGVmdDogNTAlO1xuICAgIG9wYWNpdHk6IDA7XG4gICAgcGFkZGluZzogJGxheW91dC1zcGFjaW5nO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDA7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSkgc2NhbGUoMCk7XG4gICAgdHJhbnNpdGlvbjogdHJhbnNmb3JtIC4ycztcbiAgICB3aWR0aDogJGNvbnRyb2wtd2lkdGgtc207XG4gICAgei1pbmRleDogJHppbmRleC0zO1xuICB9XG5cbiAgKjpmb2N1cyArIC5wb3BvdmVyLWNvbnRhaW5lcixcbiAgJjpob3ZlciAucG9wb3Zlci1jb250YWluZXIge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIG9wYWNpdHk6IDE7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTEwMCUpIHNjYWxlKDEpO1xuICB9XG5cbiAgJi5wb3BvdmVyLXJpZ2h0IHtcbiAgICAucG9wb3Zlci1jb250YWluZXIge1xuICAgICAgbGVmdDogMTAwJTtcbiAgICAgIHRvcDogNTAlO1xuICAgIH1cblxuICAgICo6Zm9jdXMgKyAucG9wb3Zlci1jb250YWluZXIsXG4gICAgJjpob3ZlciAucG9wb3Zlci1jb250YWluZXIge1xuICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMCwgLTUwJSkgc2NhbGUoMSk7XG4gICAgfVxuICB9XG5cbiAgJi5wb3BvdmVyLWJvdHRvbSB7XG4gICAgLnBvcG92ZXItY29udGFpbmVyIHtcbiAgICAgIGxlZnQ6IDUwJTtcbiAgICAgIHRvcDogMTAwJTtcbiAgICB9XG5cbiAgICAqOmZvY3VzICsgLnBvcG92ZXItY29udGFpbmVyLFxuICAgICY6aG92ZXIgLnBvcG92ZXItY29udGFpbmVyIHtcbiAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIDApIHNjYWxlKDEpO1xuICAgIH1cbiAgfVxuXG4gICYucG9wb3Zlci1sZWZ0IHtcbiAgICAucG9wb3Zlci1jb250YWluZXIge1xuICAgICAgbGVmdDogMDtcbiAgICAgIHRvcDogNTAlO1xuICAgIH1cblxuICAgICo6Zm9jdXMgKyAucG9wb3Zlci1jb250YWluZXIsXG4gICAgJjpob3ZlciAucG9wb3Zlci1jb250YWluZXIge1xuICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTEwMCUsIC01MCUpIHNjYWxlKDEpO1xuICAgIH1cbiAgfVxuXG4gIC5jYXJkIHtcbiAgICBAaW5jbHVkZSBzaGFkb3ctdmFyaWFudCguMnJlbSk7XG4gICAgYm9yZGVyOiAwO1xuICB9XG59XG4iLCIvLyBTdGVwc1xuLnN0ZXAge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LXdyYXA6IG5vd3JhcDtcbiAgbGlzdC1zdHlsZTogbm9uZTtcbiAgbWFyZ2luOiAkdW5pdC0xIDA7XG4gIHdpZHRoOiAxMDAlO1xuXG4gIC5zdGVwLWl0ZW0ge1xuICAgIGZsZXg6IDEgMSAwO1xuICAgIG1hcmdpbi10b3A6IDA7XG4gICAgbWluLWhlaWdodDogMXJlbTtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuXG4gICAgJjpub3QoOmZpcnN0LWNoaWxkKTo6YmVmb3JlIHtcbiAgICAgIGJhY2tncm91bmQ6ICRwcmltYXJ5LWNvbG9yO1xuICAgICAgY29udGVudDogXCJcIjtcbiAgICAgIGhlaWdodDogMnB4O1xuICAgICAgbGVmdDogLTUwJTtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIHRvcDogOXB4O1xuICAgICAgd2lkdGg6IDEwMCU7XG4gICAgfVxuXG4gICAgYSB7XG4gICAgICBjb2xvcjogJHByaW1hcnktY29sb3I7XG4gICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICBwYWRkaW5nOiAyMHB4IDEwcHggMDtcbiAgICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcblxuICAgICAgJjo6YmVmb3JlIHtcbiAgICAgICAgYmFja2dyb3VuZDogJHByaW1hcnktY29sb3I7XG4gICAgICAgIGJvcmRlcjogJGJvcmRlci13aWR0aC1sZyBzb2xpZCAkbGlnaHQtY29sb3I7XG4gICAgICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICAgICAgY29udGVudDogXCJcIjtcbiAgICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICAgIGhlaWdodDogJHVuaXQtMztcbiAgICAgICAgbGVmdDogNTAlO1xuICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgIHRvcDogJHVuaXQtMTtcbiAgICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVYKC01MCUpO1xuICAgICAgICB3aWR0aDogJHVuaXQtMztcbiAgICAgICAgei1pbmRleDogJHppbmRleC0wO1xuICAgICAgfVxuICAgIH1cblxuICAgICYuYWN0aXZlIHtcbiAgICAgIGEge1xuICAgICAgICAmOjpiZWZvcmUge1xuICAgICAgICAgIGJhY2tncm91bmQ6ICRsaWdodC1jb2xvcjtcbiAgICAgICAgICBib3JkZXI6ICRib3JkZXItd2lkdGgtbGcgc29saWQgJHByaW1hcnktY29sb3I7XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgJiB+IC5zdGVwLWl0ZW0ge1xuICAgICAgICAmOjpiZWZvcmUge1xuICAgICAgICAgIGJhY2tncm91bmQ6ICRib3JkZXItY29sb3I7XG4gICAgICAgIH1cblxuICAgICAgICBhIHtcbiAgICAgICAgICBjb2xvcjogJGdyYXktY29sb3I7XG5cbiAgICAgICAgICAmOjpiZWZvcmUge1xuICAgICAgICAgICAgYmFja2dyb3VuZDogJGJvcmRlci1jb2xvcjtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbiIsIi8vIFRhYnNcbi50YWIge1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBib3JkZXItYm90dG9tOiAkYm9yZGVyLXdpZHRoIHNvbGlkICRib3JkZXItY29sb3I7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtd3JhcDogd3JhcDtcbiAgbGlzdC1zdHlsZTogbm9uZTtcbiAgbWFyZ2luOiAkdW5pdC0xIDAgKCR1bml0LTEgLSAkYm9yZGVyLXdpZHRoKSAwO1xuXG4gIC50YWItaXRlbSB7XG4gICAgbWFyZ2luLXRvcDogMDtcblxuICAgIGEge1xuICAgICAgYm9yZGVyLWJvdHRvbTogJGJvcmRlci13aWR0aC1sZyBzb2xpZCB0cmFuc3BhcmVudDtcbiAgICAgIGNvbG9yOiBpbmhlcml0O1xuICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICBtYXJnaW46IDAgJHVuaXQtMiAwIDA7XG4gICAgICBwYWRkaW5nOiAkdW5pdC0yICR1bml0LTEgJHVuaXQtMiAtICRib3JkZXItd2lkdGgtbGcgJHVuaXQtMTtcbiAgICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbiAgICAgICY6Zm9jdXMsXG4gICAgICAmOmhvdmVyIHtcbiAgICAgICAgY29sb3I6ICRsaW5rLWNvbG9yO1xuICAgICAgfVxuICAgIH1cbiAgICAmLmFjdGl2ZSBhLFxuICAgIGEuYWN0aXZlIHtcbiAgICAgIGJvcmRlci1ib3R0b20tY29sb3I6ICRwcmltYXJ5LWNvbG9yO1xuICAgICAgY29sb3I6ICRsaW5rLWNvbG9yO1xuICAgIH1cblxuICAgICYudGFiLWFjdGlvbiB7XG4gICAgICBmbGV4OiAxIDAgYXV0bztcbiAgICAgIHRleHQtYWxpZ246IHJpZ2h0O1xuICAgIH1cblxuICAgIC5idG4tY2xlYXIge1xuICAgICAgbWFyZ2luLXRvcDogLSR1bml0LTE7XG4gICAgfVxuICB9XG5cbiAgJi50YWItYmxvY2sge1xuICAgIC50YWItaXRlbSB7XG4gICAgICBmbGV4OiAxIDAgMDtcbiAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcblxuICAgICAgYSB7XG4gICAgICAgIG1hcmdpbjogMDtcbiAgICAgIH1cblxuICAgICAgLmJhZGdlIHtcbiAgICAgICAgJltkYXRhLWJhZGdlXTo6YWZ0ZXIge1xuICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgICByaWdodDogJHVuaXQtaDtcbiAgICAgICAgICB0b3A6ICR1bml0LWg7XG4gICAgICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMCwgMCk7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAmOm5vdCgudGFiLWJsb2NrKSB7XG4gICAgLmJhZGdlIHtcbiAgICAgIHBhZGRpbmctcmlnaHQ6IDA7XG4gICAgfVxuICB9XG59XG4iLCIvLyBUaWxlc1xuLnRpbGUge1xuICBhbGlnbi1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICBhbGlnbi1pdGVtczogZmxleC1zdGFydDtcbiAgZGlzcGxheTogZmxleDtcblxuICAudGlsZS1pY29uLFxuICAudGlsZS1hY3Rpb24ge1xuICAgIGZsZXg6IDAgMCBhdXRvO1xuICB9XG4gIC50aWxlLWNvbnRlbnQge1xuICAgIGZsZXg6IDEgMSBhdXRvO1xuICAgICY6bm90KDpmaXJzdC1jaGlsZCkge1xuICAgICAgcGFkZGluZy1sZWZ0OiAkdW5pdC0yO1xuICAgIH1cbiAgICAmOm5vdCg6bGFzdC1jaGlsZCkge1xuICAgICAgcGFkZGluZy1yaWdodDogJHVuaXQtMjtcbiAgICB9XG4gIH1cbiAgLnRpbGUtdGl0bGUsXG4gIC50aWxlLXN1YnRpdGxlIHtcbiAgICBsaW5lLWhlaWdodDogJGxpbmUtaGVpZ2h0O1xuICB9XG5cbiAgJi50aWxlLWNlbnRlcmVkIHtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuXG4gICAgLnRpbGUtY29udGVudCB7XG4gICAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgIH1cblxuICAgIC50aWxlLXRpdGxlLFxuICAgIC50aWxlLXN1YnRpdGxlIHtcbiAgICAgIEBpbmNsdWRlIHRleHQtZWxsaXBzaXMoKTtcbiAgICAgIG1hcmdpbi1ib3R0b206IDA7XG4gICAgfVxuICB9XG59XG4iLCIvLyBUb2FzdHNcbi50b2FzdCB7XG4gIEBpbmNsdWRlIHRvYXN0LXZhcmlhbnQoJGRhcmstY29sb3IpO1xuICBib3JkZXI6ICRib3JkZXItd2lkdGggc29saWQgJGRhcmstY29sb3I7XG4gIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICBkaXNwbGF5OiBibG9jaztcbiAgcGFkZGluZzogJGxheW91dC1zcGFjaW5nO1xuICB3aWR0aDogMTAwJTtcblxuICAmLnRvYXN0LXByaW1hcnkge1xuICAgIEBpbmNsdWRlIHRvYXN0LXZhcmlhbnQoJHByaW1hcnktY29sb3IpO1xuICB9XG5cbiAgJi50b2FzdC1zdWNjZXNzIHtcbiAgICBAaW5jbHVkZSB0b2FzdC12YXJpYW50KCRzdWNjZXNzLWNvbG9yKTtcbiAgfVxuXG4gICYudG9hc3Qtd2FybmluZyB7XG4gICAgQGluY2x1ZGUgdG9hc3QtdmFyaWFudCgkd2FybmluZy1jb2xvcik7XG4gIH1cblxuICAmLnRvYXN0LWVycm9yIHtcbiAgICBAaW5jbHVkZSB0b2FzdC12YXJpYW50KCRlcnJvci1jb2xvcik7XG4gIH1cblxuICBhIHtcbiAgICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lO1xuICAgIFxuICAgICY6Zm9jdXMsXG4gICAgJjpob3ZlcixcbiAgICAmOmFjdGl2ZSxcbiAgICAmLmFjdGl2ZSB7XG4gICAgICBvcGFjaXR5OiAuNzU7XG4gICAgfVxuICB9XG5cbiAgLmJ0bi1jbGVhciB7XG4gICAgbWFyZ2luOiAkdW5pdC1oO1xuICB9XG5cbiAgcCB7XG4gICAgJjpsYXN0LWNoaWxkIHtcbiAgICAgIG1hcmdpbi1ib3R0b206IDA7XG4gICAgfVxuICB9XG59XG4iLCIvLyBUb29sdGlwc1xuLnRvb2x0aXAge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICY6OmFmdGVyIHtcbiAgICBiYWNrZ3JvdW5kOiByZ2JhKCRkYXJrLWNvbG9yLCAuOTUpO1xuICAgIGJvcmRlci1yYWRpdXM6ICRib3JkZXItcmFkaXVzO1xuICAgIGJvdHRvbTogMTAwJTtcbiAgICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgIGNvbnRlbnQ6IGF0dHIoZGF0YS10b29sdGlwKTtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBmb250LXNpemU6ICRmb250LXNpemUtc207XG4gICAgbGVmdDogNTAlO1xuICAgIG1heC13aWR0aDogJGNvbnRyb2wtd2lkdGgtc207XG4gICAgb3BhY2l0eTogMDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgIHBhZGRpbmc6ICR1bml0LTEgJHVuaXQtMjtcbiAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgJHVuaXQtMik7XG4gICAgdHJhbnNpdGlvbjogb3BhY2l0eSAuMnMsIHRyYW5zZm9ybSAuMnM7XG4gICAgd2hpdGUtc3BhY2U6IHByZTtcbiAgICB6LWluZGV4OiAkemluZGV4LTM7XG4gIH1cbiAgJjpmb2N1cyxcbiAgJjpob3ZlciB7XG4gICAgJjo6YWZ0ZXIge1xuICAgICAgb3BhY2l0eTogMTtcbiAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC0kdW5pdC0xKTtcbiAgICB9XG4gIH1cbiAgJltkaXNhYmxlZF0sXG4gICYuZGlzYWJsZWQge1xuICAgIHBvaW50ZXItZXZlbnRzOiBhdXRvO1xuICB9XG5cbiAgJi50b29sdGlwLXJpZ2h0IHtcbiAgICAmOjphZnRlciB7XG4gICAgICBib3R0b206IDUwJTtcbiAgICAgIGxlZnQ6IDEwMCU7XG4gICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtJHVuaXQtMSwgNTAlKTtcbiAgICB9XG4gICAgJjpmb2N1cyxcbiAgICAmOmhvdmVyIHtcbiAgICAgICY6OmFmdGVyIHtcbiAgICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoJHVuaXQtMSwgNTAlKTtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAmLnRvb2x0aXAtYm90dG9tIHtcbiAgICAmOjphZnRlciB7XG4gICAgICBib3R0b206IGF1dG87XG4gICAgICB0b3A6IDEwMCU7XG4gICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtJHVuaXQtMik7XG4gICAgfVxuICAgICY6Zm9jdXMsXG4gICAgJjpob3ZlciB7XG4gICAgICAmOjphZnRlciB7XG4gICAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsICR1bml0LTEpO1xuICAgICAgfVxuICAgIH1cbiAgfVxuICBcbiAgJi50b29sdGlwLWxlZnQge1xuICAgICY6OmFmdGVyIHtcbiAgICAgIGJvdHRvbTogNTAlO1xuICAgICAgbGVmdDogYXV0bztcbiAgICAgIHJpZ2h0OiAxMDAlO1xuICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoJHVuaXQtMiwgNTAlKTtcbiAgICB9XG4gICAgJjpmb2N1cyxcbiAgICAmOmhvdmVyIHtcbiAgICAgICY6OmFmdGVyIHtcbiAgICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLSR1bml0LTEsIDUwJSk7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG4iLCIvLyBBbmltYXRpb25zXG5Aa2V5ZnJhbWVzIGxvYWRpbmcge1xuICAwJSB7XG4gICAgdHJhbnNmb3JtOiByb3RhdGUoMGRlZyk7XG4gIH1cbiAgMTAwJSB7XG4gICAgdHJhbnNmb3JtOiByb3RhdGUoMzYwZGVnKTtcbiAgfVxufVxuXG5Aa2V5ZnJhbWVzIHNsaWRlLWRvd24ge1xuICAwJSB7XG4gICAgb3BhY2l0eTogMDtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoLSR1bml0LTgpO1xuICB9XG4gIDEwMCUge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVZKDApO1xuICB9XG59XG4iLCJAaW1wb3J0IFwidXRpbGl0aWVzL2NvbG9yc1wiO1xuQGltcG9ydCBcInV0aWxpdGllcy9jdXJzb3JzXCI7XG5AaW1wb3J0IFwidXRpbGl0aWVzL2Rpc3BsYXlcIjtcbkBpbXBvcnQgXCJ1dGlsaXRpZXMvZGl2aWRlclwiO1xuQGltcG9ydCBcInV0aWxpdGllcy9sb2FkaW5nXCI7XG5AaW1wb3J0IFwidXRpbGl0aWVzL3Bvc2l0aW9uXCI7XG5AaW1wb3J0IFwidXRpbGl0aWVzL3NoYXBlc1wiO1xuQGltcG9ydCBcInV0aWxpdGllcy90ZXh0XCI7XG4iLCIvLyBUZXh0IGNvbG9yc1xuQGluY2x1ZGUgdGV4dC1jb2xvci12YXJpYW50KFwiLnRleHQtcHJpbWFyeVwiLCAkcHJpbWFyeS1jb2xvcik7XG5cbkBpbmNsdWRlIHRleHQtY29sb3ItdmFyaWFudChcIi50ZXh0LXNlY29uZGFyeVwiLCAkc2Vjb25kYXJ5LWNvbG9yLWRhcmspO1xuXG5AaW5jbHVkZSB0ZXh0LWNvbG9yLXZhcmlhbnQoXCIudGV4dC1ncmF5XCIsICRncmF5LWNvbG9yKTtcblxuQGluY2x1ZGUgdGV4dC1jb2xvci12YXJpYW50KFwiLnRleHQtbGlnaHRcIiwgJGxpZ2h0LWNvbG9yKTtcblxuQGluY2x1ZGUgdGV4dC1jb2xvci12YXJpYW50KFwiLnRleHQtZGFya1wiLCAkYm9keS1mb250LWNvbG9yKTtcblxuQGluY2x1ZGUgdGV4dC1jb2xvci12YXJpYW50KFwiLnRleHQtc3VjY2Vzc1wiLCAkc3VjY2Vzcy1jb2xvcik7XG5cbkBpbmNsdWRlIHRleHQtY29sb3ItdmFyaWFudChcIi50ZXh0LXdhcm5pbmdcIiwgJHdhcm5pbmctY29sb3IpO1xuXG5AaW5jbHVkZSB0ZXh0LWNvbG9yLXZhcmlhbnQoXCIudGV4dC1lcnJvclwiLCAkZXJyb3ItY29sb3IpO1xuXG4vLyBCYWNrZ3JvdW5kIGNvbG9yc1xuQGluY2x1ZGUgYmctY29sb3ItdmFyaWFudChcIi5iZy1wcmltYXJ5XCIsICRwcmltYXJ5LWNvbG9yKTtcblxuQGluY2x1ZGUgYmctY29sb3ItdmFyaWFudChcIi5iZy1zZWNvbmRhcnlcIiwgJHNlY29uZGFyeS1jb2xvcik7XG5cbkBpbmNsdWRlIGJnLWNvbG9yLXZhcmlhbnQoXCIuYmctZGFya1wiLCAkZGFyay1jb2xvcik7XG5cbkBpbmNsdWRlIGJnLWNvbG9yLXZhcmlhbnQoXCIuYmctZ3JheVwiLCAkYmctY29sb3IpO1xuXG5AaW5jbHVkZSBiZy1jb2xvci12YXJpYW50KFwiLmJnLXN1Y2Nlc3NcIiwgJHN1Y2Nlc3MtY29sb3IpO1xuXG5AaW5jbHVkZSBiZy1jb2xvci12YXJpYW50KFwiLmJnLXdhcm5pbmdcIiwgJHdhcm5pbmctY29sb3IpO1xuXG5AaW5jbHVkZSBiZy1jb2xvci12YXJpYW50KFwiLmJnLWVycm9yXCIsICRlcnJvci1jb2xvcik7XG4iLCIvLyBDdXJzb3JzXG4uYy1oYW5kIHtcbiAgY3Vyc29yOiBwb2ludGVyO1xufVxuXG4uYy1tb3ZlIHtcbiAgY3Vyc29yOiBtb3ZlO1xufVxuXG4uYy16b29tLWluIHtcbiAgY3Vyc29yOiB6b29tLWluO1xufVxuXG4uYy16b29tLW91dCB7XG4gIGN1cnNvcjogem9vbS1vdXQ7XG59XG5cbi5jLW5vdC1hbGxvd2VkIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbn1cblxuLmMtYXV0byB7XG4gIGN1cnNvcjogYXV0bztcbn0iLCIvLyBEaXNwbGF5XG4uZC1ibG9jayB7XG4gIGRpc3BsYXk6IGJsb2NrO1xufVxuLmQtaW5saW5lIHtcbiAgZGlzcGxheTogaW5saW5lO1xufVxuLmQtaW5saW5lLWJsb2NrIHtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xufVxuLmQtZmxleCB7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4uZC1pbmxpbmUtZmxleCB7XG4gIGRpc3BsYXk6IGlubGluZS1mbGV4O1xufVxuLmQtbm9uZSxcbi5kLWhpZGUge1xuICBkaXNwbGF5OiBub25lICFpbXBvcnRhbnQ7XG59XG4uZC12aXNpYmxlIHtcbiAgdmlzaWJpbGl0eTogdmlzaWJsZTtcbn1cbi5kLWludmlzaWJsZSB7XG4gIHZpc2liaWxpdHk6IGhpZGRlbjtcbn1cbi50ZXh0LWhpZGUge1xuICBiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudDtcbiAgYm9yZGVyOiAwO1xuICBjb2xvcjogdHJhbnNwYXJlbnQ7XG4gIGZvbnQtc2l6ZTogMDtcbiAgbGluZS1oZWlnaHQ6IDA7XG4gIHRleHQtc2hhZG93OiBub25lO1xufVxuLnRleHQtYXNzaXN0aXZlIHtcbiAgYm9yZGVyOiAwO1xuICBjbGlwOiByZWN0KDAsMCwwLDApO1xuICBoZWlnaHQ6IDFweDtcbiAgbWFyZ2luOiAtMXB4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBwYWRkaW5nOiAwO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHdpZHRoOiAxcHg7XG59XG4iLCIvLyBEaXZpZGVyXG4uZGl2aWRlcixcbi5kaXZpZGVyLXZlcnQge1xuICBkaXNwbGF5OiBibG9jaztcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuXG4gICZbZGF0YS1jb250ZW50XTo6YWZ0ZXIge1xuICAgIGJhY2tncm91bmQ6ICRiZy1jb2xvci1saWdodDtcbiAgICBjb2xvcjogJGdyYXktY29sb3I7XG4gICAgY29udGVudDogYXR0cihkYXRhLWNvbnRlbnQpO1xuICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICBmb250LXNpemU6ICRmb250LXNpemUtc207XG4gICAgcGFkZGluZzogMCAkdW5pdC0yO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWSgtJGZvbnQtc2l6ZS1zbSArICRib3JkZXItd2lkdGgpO1xuICB9XG59XG5cbi5kaXZpZGVyIHtcbiAgYm9yZGVyLXRvcDogJGJvcmRlci13aWR0aCBzb2xpZCAkYm9yZGVyLWNvbG9yO1xuICBoZWlnaHQ6ICRib3JkZXItd2lkdGg7XG4gIG1hcmdpbjogJHVuaXQtMiAwO1xuXG4gICZbZGF0YS1jb250ZW50XSB7XG4gICAgbWFyZ2luOiAkdW5pdC00IDA7XG4gIH1cbn1cblxuLmRpdmlkZXItdmVydCB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBwYWRkaW5nOiAkdW5pdC00O1xuXG4gICY6OmJlZm9yZSB7XG4gICAgYm9yZGVyLWxlZnQ6ICRib3JkZXItd2lkdGggc29saWQgJGJvcmRlci1jb2xvcjtcbiAgICBib3R0b206ICR1bml0LTI7XG4gICAgY29udGVudDogXCJcIjtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBsZWZ0OiA1MCU7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogJHVuaXQtMjtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVgoLTUwJSk7XG4gIH1cblxuICAmW2RhdGEtY29udGVudF06OmFmdGVyIHtcbiAgICBsZWZ0OiA1MCU7XG4gICAgcGFkZGluZzogJHVuaXQtMSAwO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDUwJTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNTAlKTtcbiAgfVxufVxuIiwiLy8gTG9hZGluZ1xuLmxvYWRpbmcge1xuICBjb2xvcjogdHJhbnNwYXJlbnQgIWltcG9ydGFudDtcbiAgbWluLWhlaWdodDogJHVuaXQtNDtcbiAgcG9pbnRlci1ldmVudHM6IG5vbmU7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgJjo6YWZ0ZXIge1xuICAgIGFuaW1hdGlvbjogbG9hZGluZyA1MDBtcyBpbmZpbml0ZSBsaW5lYXI7XG4gICAgYm9yZGVyOiAkYm9yZGVyLXdpZHRoLWxnIHNvbGlkICRwcmltYXJ5LWNvbG9yO1xuICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICBib3JkZXItcmlnaHQtY29sb3I6IHRyYW5zcGFyZW50O1xuICAgIGJvcmRlci10b3AtY29sb3I6IHRyYW5zcGFyZW50O1xuICAgIGNvbnRlbnQ6IFwiXCI7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgaGVpZ2h0OiAkdW5pdC00O1xuICAgIGxlZnQ6IDUwJTtcbiAgICBtYXJnaW4tbGVmdDogLSR1bml0LTI7XG4gICAgbWFyZ2luLXRvcDogLSR1bml0LTI7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogNTAlO1xuICAgIHdpZHRoOiAkdW5pdC00O1xuICAgIHotaW5kZXg6ICR6aW5kZXgtMDtcbiAgfVxuXG4gICYubG9hZGluZy1sZyB7XG4gICAgbWluLWhlaWdodDogJHVuaXQtMTA7XG4gICAgJjo6YWZ0ZXIge1xuICAgICAgaGVpZ2h0OiAkdW5pdC04O1xuICAgICAgbWFyZ2luLWxlZnQ6IC0kdW5pdC00O1xuICAgICAgbWFyZ2luLXRvcDogLSR1bml0LTQ7XG4gICAgICB3aWR0aDogJHVuaXQtODtcbiAgICB9XG4gIH1cbn1cbiIsIi8vIFBvc2l0aW9uXG4uY2xlYXJmaXgge1xuICBAaW5jbHVkZSBjbGVhcmZpeCgpO1xufVxuXG4uZmxvYXQtbGVmdCB7XG4gIGZsb2F0OiBsZWZ0ICFpbXBvcnRhbnQ7XG59XG5cbi5mbG9hdC1yaWdodCB7XG4gIGZsb2F0OiByaWdodCAhaW1wb3J0YW50O1xufVxuXG4ucC1yZWxhdGl2ZSB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZSAhaW1wb3J0YW50O1xufVxuXG4ucC1hYnNvbHV0ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZSAhaW1wb3J0YW50O1xufVxuXG4ucC1maXhlZCB7XG4gIHBvc2l0aW9uOiBmaXhlZCAhaW1wb3J0YW50O1xufVxuXG4ucC1zdGlja3kge1xuICBwb3NpdGlvbjogc3RpY2t5ICFpbXBvcnRhbnQ7XG59XG5cbi5wLWNlbnRlcmVkIHtcbiAgZGlzcGxheTogYmxvY2s7XG4gIGZsb2F0OiBub25lO1xuICBtYXJnaW4tbGVmdDogYXV0bztcbiAgbWFyZ2luLXJpZ2h0OiBhdXRvO1xufVxuXG4uZmxleC1jZW50ZXJlZCB7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xufVxuXG4vLyBTcGFjaW5nXG5AaW5jbHVkZSBtYXJnaW4tdmFyaWFudCgwLCAwKTtcblxuQGluY2x1ZGUgbWFyZ2luLXZhcmlhbnQoMSwgJHVuaXQtMSk7XG5cbkBpbmNsdWRlIG1hcmdpbi12YXJpYW50KDIsICR1bml0LTIpO1xuXG5AaW5jbHVkZSBwYWRkaW5nLXZhcmlhbnQoMCwgMCk7XG5cbkBpbmNsdWRlIHBhZGRpbmctdmFyaWFudCgxLCAkdW5pdC0xKTtcblxuQGluY2x1ZGUgcGFkZGluZy12YXJpYW50KDIsICR1bml0LTIpO1xuIiwiLy8gU2hhcGVzXG4ucy1yb3VuZGVkIHtcbiAgYm9yZGVyLXJhZGl1czogJGJvcmRlci1yYWRpdXM7XG59XG5cbi5zLWNpcmNsZSB7XG4gIGJvcmRlci1yYWRpdXM6IDUwJTtcbn0iLCIvLyBUZXh0XG4vLyBUZXh0IGFsaWdubWVudCB1dGlsaXRpZXNcbi50ZXh0LWxlZnQge1xuICB0ZXh0LWFsaWduOiBsZWZ0O1xufVxuXG4udGV4dC1yaWdodCB7XG4gIHRleHQtYWxpZ246IHJpZ2h0O1xufVxuXG4udGV4dC1jZW50ZXIge1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG5cbi50ZXh0LWp1c3RpZnkge1xuICB0ZXh0LWFsaWduOiBqdXN0aWZ5O1xufVxuXG4vLyBUZXh0IHRyYW5zZm9ybSB1dGlsaXRpZXNcbi50ZXh0LWxvd2VyY2FzZSB7XG4gIHRleHQtdHJhbnNmb3JtOiBsb3dlcmNhc2U7XG59XG5cbi50ZXh0LXVwcGVyY2FzZSB7XG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG59XG5cbi50ZXh0LWNhcGl0YWxpemUge1xuICB0ZXh0LXRyYW5zZm9ybTogY2FwaXRhbGl6ZTtcbn1cblxuLy8gVGV4dCBzdHlsZSB1dGlsaXRpZXNcbi50ZXh0LW5vcm1hbCB7XG4gIGZvbnQtd2VpZ2h0OiBub3JtYWw7XG59XG5cbi50ZXh0LWJvbGQge1xuICBmb250LXdlaWdodDogYm9sZDtcbn1cblxuLnRleHQtaXRhbGljIHtcbiAgZm9udC1zdHlsZTogaXRhbGljO1xufVxuXG4udGV4dC1sYXJnZSB7XG4gIGZvbnQtc2l6ZTogMS4yZW07XG59XG5cbi8vIFRleHQgb3ZlcmZsb3cgdXRpbGl0aWVzXG4udGV4dC1lbGxpcHNpcyB7XG4gIEBpbmNsdWRlIHRleHQtZWxsaXBzaXMoKTtcbn1cblxuLnRleHQtY2xpcCB7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHRleHQtb3ZlcmZsb3c6IGNsaXA7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG59XG5cbi50ZXh0LWJyZWFrIHtcbiAgaHlwaGVuczogYXV0bztcbiAgd29yZC1icmVhazogYnJlYWstd29yZDtcbiAgd29yZC13cmFwOiBicmVhay13b3JkO1xufVxuIiwiLnNlYXJjaC1pbnB1dCwgW2RhdGEtZ3Jhdi1maWVsZD1cImFycmF5XCJdIGlucHV0LCBbZGF0YS1ncmF2LWZpZWxkPVwiYXJyYXlcIl0gdGV4dGFyZWEge1xuICBAZXh0ZW5kIC5mb3JtLWlucHV0O1xufVxuXG4uYnV0dG9uIHtcbiAgQGV4dGVuZCAuYnRuO1xufVxuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUlBLHdFQUE4RTtBWUo5RSx3Q0FBd0M7QUFDeEMsMkVBQTJFO0FBRTNFLG9OQUtHO0FBRUgseUZBQ2dGO0FBRWhGLEFBQUEsSUFBSSxDQUFDLEVBQ0gsV0FBVyxFQUFFLFVBQVUsRUFBRSxPQUFPLENBQ2hDLG9CQUFvQixFQUFFLElBQUksRUFBRSxPQUFPLENBQ25DLHdCQUF3QixFQUFFLElBQUksRUFBRSxPQUFPLEVBQ3hDOztBQUVELHlGQUNnRjtBQUVoRix1REFFRztBQUVILEFBQUEsSUFBSSxDQUFDLEVBQ0gsTUFB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 */ diff --git a/user/themes/gilles_acezat/css-compiled/spectre.min.css b/user/themes/gilles_acezat/css-compiled/spectre.min.css new file mode 100755 index 0000000..e246946 --- /dev/null +++ b/user/themes/gilles_acezat/css-compiled/spectre.min.css @@ -0,0 +1 @@ +/*! Spectre.css v0.5.7 | MIT License | github.com/picturepan2/spectre */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}hr{overflow:visible;box-sizing:content-box;height:0}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}address{font-style:normal}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;font-size:1em}dfn{font-style:italic}small{font-size:80%;font-weight:400}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}fieldset{margin:0;padding:0;border:0}legend{display:table;box-sizing:border-box;max-width:100%;padding:0;white-space:normal;color:inherit}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}details,menu{display:block}summary{display:list-item;outline:0}canvas{display:inline-block}template{display:none}[hidden]{display:none}*,::after,::before{box-sizing:inherit}html{font-size:20px;line-height:1.5;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',sans-serif;font-size:.8rem;overflow-x:hidden;color:#50596c;background:#fff;text-rendering:optimizeLegibility}a{text-decoration:none;color:#3085ee;outline:0}a:focus{box-shadow:0 0 0 .1rem rgba(48,133,238,.2)}a.active,a:active,a:focus,a:hover{text-decoration:underline;color:#126bd9}a:visited{color:#5fa1f2}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-top:0;margin-bottom:.5em;color:inherit}.h1,.h2,.h3,.h4,.h5,.h6{font-weight:500}.h1,h1{font-size:2rem}.h2,h2{font-size:1.6rem}.h3,h3{font-size:1.4rem}.h4,h4{font-size:1.2rem}.h5,h5{font-size:1rem}.h6,h6{font-size:.8rem}p{margin:0 0 1.2rem}a,ins,u{-webkit-text-decoration-skip:ink edges;text-decoration-skip:ink edges}abbr[title]{cursor:help;text-decoration:none;border-bottom:.05rem dotted}kbd{font-size:.7rem;line-height:1.2;padding:.1rem .2rem;color:#fff;border-radius:.1rem;background:#454d5d}mark{padding:.05rem .1rem 0;color:#50596c;border-bottom:.05rem solid #ffd367;border-radius:.1rem;background:#ffe9b3}blockquote{margin-left:0;padding:.4rem .8rem;border-left:.1rem solid #e7e9ed}blockquote p:last-child{margin-bottom:0}ol,ul{margin:.8rem 0 .8rem .8rem;padding:0}ol ol,ol ul,ul ol,ul ul{margin:.8rem 0 .8rem .8rem}ol li,ul li{margin-top:.4rem}ul{list-style:disc inside}ul ul{list-style-type:circle}ol{list-style:decimal inside}ol ol{list-style-type:lower-alpha}dl dt{font-weight:700}dl dd{margin:.4rem 0 .8rem 0}.lang-zh,.lang-zh-hans,html:lang(zh),html:lang(zh-Hans){font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'PingFang SC','Hiragino Sans GB','Microsoft YaHei','Helvetica Neue',sans-serif}.lang-zh-hant,html:lang(zh-Hant){font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'PingFang TC','Hiragino Sans CNS','Microsoft JhengHei','Helvetica Neue',sans-serif}.lang-ja,html:lang(ja){font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Hiragino Sans','Hiragino Kaku Gothic Pro','Yu Gothic',YuGothic,Meiryo,'Helvetica Neue',sans-serif}.lang-ko,html:lang(ko){font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Malgun Gothic','Helvetica Neue',sans-serif}.lang-cjk ins,.lang-cjk u,:lang(ja) ins,:lang(ja) u,:lang(zh) ins,:lang(zh) u{text-decoration:none;border-bottom:.05rem solid}.lang-cjk del+del,.lang-cjk del+s,.lang-cjk ins+ins,.lang-cjk ins+u,.lang-cjk s+del,.lang-cjk s+s,.lang-cjk u+ins,.lang-cjk u+u,:lang(ja) del+del,:lang(ja) del+s,:lang(ja) ins+ins,:lang(ja) ins+u,:lang(ja) s+del,:lang(ja) s+s,:lang(ja) u+ins,:lang(ja) u+u,:lang(zh) del+del,:lang(zh) del+s,:lang(zh) ins+ins,:lang(zh) ins+u,:lang(zh) s+del,:lang(zh) s+s,:lang(zh) u+ins,:lang(zh) u+u{margin-left:.125em}.table{width:100%;border-spacing:0;border-collapse:collapse;text-align:left}.table.table-striped tbody tr:nth-of-type(odd){background:#f8f9fa}.table tbody tr.active,.table.table-striped tbody tr.active{background:#f0f1f4}.table.table-hover tbody tr:hover{background:#f0f1f4}.table.table-scroll{display:block;overflow-x:auto;padding-bottom:.75rem;white-space:nowrap}.table td,.table th{padding:.6rem .4rem;border-bottom:.05rem solid #e7e9ed}.table th{border-bottom-width:.1rem}.btn,.button{font-size:.8rem;line-height:1.2rem;display:inline-block;height:1.8rem;padding:.25rem .4rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background .2s,border .2s,box-shadow .2s,color .2s;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#3085ee;border:.05rem solid #3085ee;border-radius:.1rem;outline:0;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn:focus,.button:focus{box-shadow:0 0 0 .1rem rgba(48,133,238,.2)}.btn:focus,.btn:hover,.button:focus,.button:hover{text-decoration:none;border-color:#227ded;background:#e1edfd}.active.button,.btn.active,.btn:active,.button:active{text-decoration:none;color:#fff;border-color:#1370e3;background:#227ded}.active.loading.button::after,.btn.active.loading::after,.btn:active.loading::after,.button:active.loading::after{border-bottom-color:#fff;border-left-color:#fff}.btn.disabled,.btn:disabled,.btn[disabled],.button:disabled,.button[disabled],.disabled.button{cursor:default;pointer-events:none;opacity:.5}.btn-primary.button,.btn.btn-primary{color:#fff;border-color:#227ded;background:#3085ee}.btn-primary.button:focus,.btn-primary.button:hover,.btn.btn-primary:focus,.btn.btn-primary:hover{color:#fff;border-color:#1370e3;background:#1877ec}.btn-primary.active.button,.btn-primary.button:active,.btn.btn-primary.active,.btn.btn-primary:active{color:#fff;border-color:#126bd9;background:#1372e7}.btn-primary.loading.button::after,.btn.btn-primary.loading::after{border-bottom-color:#fff;border-left-color:#fff}.btn-success.button,.btn.btn-success{color:#fff;border-color:#2faa3f;background:#32b643}.btn-success.button:focus,.btn.btn-success:focus{box-shadow:0 0 0 .1rem rgba(50,182,67,.2)}.btn-success.button:focus,.btn-success.button:hover,.btn.btn-success:focus,.btn.btn-success:hover{color:#fff;border-color:#2da23c;background:#30ae40}.btn-success.active.button,.btn-success.button:active,.btn.btn-success.active,.btn.btn-success:active{color:#fff;border-color:#278e34;background:#2a9a39}.btn-success.loading.button::after,.btn.btn-success.loading::after{border-bottom-color:#fff;border-left-color:#fff}.btn-error.button,.btn.btn-error{color:#fff;border-color:#d95000;background:#e85600}.btn-error.button:focus,.btn.btn-error:focus{box-shadow:0 0 0 .1rem rgba(232,86,0,.2)}.btn-error.button:focus,.btn-error.button:hover,.btn.btn-error:focus,.btn.btn-error:hover{color:#fff;border-color:#cf4d00;background:#de5200}.btn-error.active.button,.btn-error.button:active,.btn.btn-error.active,.btn.btn-error:active{color:#fff;border-color:#b54300;background:#c44900}.btn-error.loading.button::after,.btn.btn-error.loading::after{border-bottom-color:#fff;border-left-color:#fff}.btn-link.button,.btn.btn-link{color:#3085ee;border-color:transparent;background:0 0}.btn-link.active.button,.btn-link.button:active,.btn-link.button:focus,.btn-link.button:hover,.btn.btn-link.active,.btn.btn-link:active,.btn.btn-link:focus,.btn.btn-link:hover{color:#126bd9}.btn-sm.button,.btn.btn-sm{font-size:.7rem;height:1.4rem;padding:.05rem .3rem}.btn-lg.button,.btn.btn-lg{font-size:.9rem;height:2rem;padding:.35rem .6rem}.btn-block.button,.btn.btn-block{display:block;width:100%}.btn-action.button,.btn.btn-action{width:1.8rem;padding-right:0;padding-left:0}.btn-action.btn-sm.button,.btn.btn-action.btn-sm{width:1.4rem}.btn-action.btn-lg.button,.btn.btn-action.btn-lg{width:2rem}.btn-clear.button,.btn.btn-clear{line-height:.8rem;width:1rem;height:1rem;margin-right:-2px;margin-left:.2rem;padding:.1rem;text-decoration:none;opacity:1;color:currentColor;border:0;background:0 0}.btn-clear.button:focus,.btn-clear.button:hover,.btn.btn-clear:focus,.btn.btn-clear:hover{opacity:.95;background:rgba(248,249,250,.5)}.btn-clear.button::before,.btn.btn-clear::before{content:'\2715'}.btn-group{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.btn-group .btn,.btn-group .button{-ms-flex:1 0 auto;flex:1 0 auto}.btn-group .btn:first-child:not(:last-child),.btn-group .button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group .btn:not(:first-child):not(:last-child),.btn-group .button:not(:first-child):not(:last-child){margin-left:-.05rem;border-radius:0}.btn-group .btn:last-child:not(:first-child),.btn-group .button:last-child:not(:first-child){margin-left:-.05rem;border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .active.button,.btn-group .btn.active,.btn-group .btn:active,.btn-group .btn:focus,.btn-group .btn:hover,.btn-group .button:active,.btn-group .button:focus,.btn-group .button:hover{z-index:1}.btn-group.btn-group-block{display:-ms-flexbox;display:flex}.btn-group.btn-group-block .btn,.btn-group.btn-group-block .button{-ms-flex:1 0 0;flex:1 0 0}.form-group:not(:last-child){margin-bottom:.4rem}fieldset{margin-bottom:.8rem}legend{font-size:.9rem;font-weight:500;margin-bottom:.8rem}.form-label{line-height:1.2rem;display:block;padding:.3rem 0}.form-label.label-sm{font-size:.7rem;padding:.1rem 0}.form-label.label-lg{font-size:.9rem;padding:.4rem 0}.form-input,.search-input,[data-grav-field=array] input,[data-grav-field=array] textarea{font-size:.8rem;line-height:1.2rem;position:relative;display:block;width:100%;max-width:100%;height:1.8rem;padding:.25rem .4rem;transition:background .2s,border .2s,box-shadow .2s,color .2s;color:#50596c;border:.05rem solid #caced7;border-radius:.1rem;outline:0;background:#fff;background-image:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-input:focus,.search-input:focus,[data-grav-field=array] input:focus,[data-grav-field=array] textarea:focus{border-color:#3085ee;box-shadow:0 0 0 .1rem rgba(48,133,238,.2)}.form-input:-ms-input-placeholder,.search-input:-ms-input-placeholder,[data-grav-field=array] input:-ms-input-placeholder,[data-grav-field=array] textarea:-ms-input-placeholder{color:#acb3c2}.form-input::-ms-input-placeholder,.search-input::-ms-input-placeholder,[data-grav-field=array] input::-ms-input-placeholder,[data-grav-field=array] textarea::-ms-input-placeholder{color:#acb3c2}.form-input::placeholder,.search-input::placeholder,[data-grav-field=array] input::placeholder,[data-grav-field=array] textarea::placeholder{color:#acb3c2}.form-input.input-sm,.input-sm.search-input,[data-grav-field=array] input.input-sm,[data-grav-field=array] textarea.input-sm{font-size:.7rem;height:1.4rem;padding:.05rem .3rem}.form-input.input-lg,.input-lg.search-input,[data-grav-field=array] input.input-lg,[data-grav-field=array] textarea.input-lg{font-size:.9rem;height:2rem;padding:.35rem .6rem}.form-input.input-inline,.input-inline.search-input,[data-grav-field=array] input.input-inline,[data-grav-field=array] textarea.input-inline{display:inline-block;width:auto;vertical-align:middle}.form-input[type=file],.search-input[type=file],[data-grav-field=array] input[type=file],[data-grav-field=array] textarea[type=file]{height:auto}[data-grav-field=array] textarea,[data-grav-field=array] textarea.input-lg,[data-grav-field=array] textarea.input-sm,textarea.form-input,textarea.form-input.input-lg,textarea.form-input.input-sm,textarea.input-lg.search-input,textarea.input-sm.search-input,textarea.search-input{height:auto}.form-input-hint{font-size:.7rem;margin-top:.2rem;color:#acb3c2}.has-success .form-input-hint,.is-success+.form-input-hint{color:#32b643}.has-error .form-input-hint,.is-error+.form-input-hint{color:#e85600}.form-select{font-size:.8rem;line-height:1.2rem;width:100%;height:1.8rem;padding:.25rem .4rem;vertical-align:middle;color:inherit;border:.05rem solid #caced7;border-radius:.1rem;outline:0;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-select:focus{border-color:#3085ee;box-shadow:0 0 0 .1rem rgba(48,133,238,.2)}.form-select::-ms-expand{display:none}.form-select.select-sm{font-size:.7rem;height:1.4rem;padding:.05rem 1.1rem .05rem .3rem}.form-select.select-lg{font-size:.9rem;height:2rem;padding:.35rem 1.4rem .35rem .6rem}.form-select[multiple],.form-select[size]{height:auto;padding:.25rem .4rem}.form-select[multiple] option,.form-select[size] option{padding:.1rem .2rem}.form-select:not([multiple]):not([size]){padding-right:1.2rem;background:#fff url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=\'http://www.w3.org/2000/svg\'%20viewBox=\'0%200%204%205\'%3E%3Cpath%20fill=\'%23667189\'%20d=\'M2%200L0%202h4zm0%205L0%203h4z\'/%3E%3C/svg%3E') no-repeat right .35rem center/.4rem .5rem}.has-icon-left,.has-icon-right{position:relative}.has-icon-left .form-icon,.has-icon-right .form-icon{position:absolute;z-index:2;top:50%;width:.8rem;height:.8rem;margin:0 .25rem;transform:translateY(-50%)}.has-icon-left .form-icon{left:.05rem}.has-icon-left .form-input,.has-icon-left .search-input,.has-icon-left [data-grav-field=array] input,.has-icon-left [data-grav-field=array] textarea,[data-grav-field=array] .has-icon-left input,[data-grav-field=array] .has-icon-left textarea{padding-left:1.3rem}.has-icon-right .form-icon{right:.05rem}.has-icon-right .form-input,.has-icon-right .search-input,.has-icon-right [data-grav-field=array] input,.has-icon-right [data-grav-field=array] textarea,[data-grav-field=array] .has-icon-right input,[data-grav-field=array] .has-icon-right textarea{padding-right:1.3rem}.form-checkbox,.form-radio,.form-switch{line-height:1.2rem;position:relative;display:block;min-height:1.2rem;margin:.2rem 0;padding:.1rem .4rem .1rem 1.2rem}.form-checkbox input,.form-radio input,.form-switch input{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px}.form-checkbox input:focus+.form-icon,.form-radio input:focus+.form-icon,.form-switch input:focus+.form-icon{border-color:#3085ee;box-shadow:0 0 0 .1rem rgba(48,133,238,.2)}.form-checkbox input:checked+.form-icon,.form-radio input:checked+.form-icon,.form-switch input:checked+.form-icon{border-color:#3085ee;background:#3085ee}.form-checkbox .form-icon,.form-radio .form-icon,.form-switch .form-icon{position:absolute;display:inline-block;cursor:pointer;transition:background .2s,border .2s,box-shadow .2s,color .2s;border:.05rem solid #caced7}.form-checkbox.input-sm,.form-radio.input-sm,.form-switch.input-sm{font-size:.7rem;margin:0}.form-checkbox.input-lg,.form-radio.input-lg,.form-switch.input-lg{font-size:.9rem;margin:.3rem 0}.form-checkbox .form-icon,.form-radio .form-icon{top:.3rem;left:0;width:.8rem;height:.8rem;background:#fff}.form-checkbox input:active+.form-icon,.form-radio input:active+.form-icon{background:#f0f1f4}.form-checkbox .form-icon{border-radius:.1rem}.form-checkbox input:checked+.form-icon::before{position:absolute;top:50%;left:50%;width:6px;height:9px;margin-top:-6px;margin-left:-3px;content:'';transform:rotate(45deg);border:.1rem solid #fff;border-top-width:0;border-left-width:0;background-clip:padding-box}.form-checkbox input:indeterminate+.form-icon{border-color:#3085ee;background:#3085ee}.form-checkbox input:indeterminate+.form-icon::before{position:absolute;top:50%;left:50%;width:10px;height:2px;margin-top:-1px;margin-left:-5px;content:'';background:#fff}.form-radio .form-icon{border-radius:50%}.form-radio input:checked+.form-icon::before{position:absolute;top:50%;left:50%;width:6px;height:6px;content:'';transform:translate(-50%,-50%);border-radius:50%;background:#fff}.form-switch{padding-left:2rem}.form-switch .form-icon{top:.25rem;left:0;width:1.6rem;height:.9rem;border-radius:.45rem;background:#acb3c2;background-clip:padding-box}.form-switch .form-icon::before{position:absolute;top:0;left:0;display:block;width:.8rem;height:.8rem;content:'';transition:background .2s,border .2s,box-shadow .2s,color .2s,left .2s;border-radius:50%;background:#fff}.form-switch input:checked+.form-icon::before{left:14px}.form-switch input:active+.form-icon::before{background:#f8f9fa}.input-group{display:-ms-flexbox;display:flex}.input-group .input-group-addon{line-height:1.2rem;padding:.25rem .4rem;white-space:nowrap;border:.05rem solid #caced7;border-radius:.1rem;background:#f8f9fa}.input-group .input-group-addon.addon-sm{font-size:.7rem;padding:.05rem .3rem}.input-group .input-group-addon.addon-lg{font-size:.9rem;padding:.35rem .6rem}.input-group .form-input,.input-group .form-select,.input-group .search-input,.input-group [data-grav-field=array] input,.input-group [data-grav-field=array] textarea,[data-grav-field=array] .input-group input,[data-grav-field=array] .input-group textarea{width:1%;-ms-flex:1 1 auto;flex:1 1 auto}.input-group .input-group-btn{z-index:1}.input-group .form-input:first-child:not(:last-child),.input-group .form-select:first-child:not(:last-child),.input-group .input-group-addon:first-child:not(:last-child),.input-group .input-group-btn:first-child:not(:last-child),.input-group .search-input:first-child:not(:last-child),.input-group [data-grav-field=array] input:first-child:not(:last-child),.input-group [data-grav-field=array] textarea:first-child:not(:last-child),[data-grav-field=array] .input-group input:first-child:not(:last-child),[data-grav-field=array] .input-group textarea:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group .form-input:not(:first-child):not(:last-child),.input-group .form-select:not(:first-child):not(:last-child),.input-group .input-group-addon:not(:first-child):not(:last-child),.input-group .input-group-btn:not(:first-child):not(:last-child),.input-group .search-input:not(:first-child):not(:last-child),.input-group [data-grav-field=array] input:not(:first-child):not(:last-child),.input-group [data-grav-field=array] textarea:not(:first-child):not(:last-child),[data-grav-field=array] .input-group input:not(:first-child):not(:last-child),[data-grav-field=array] .input-group textarea:not(:first-child):not(:last-child){margin-left:-.05rem;border-radius:0}.input-group .form-input:last-child:not(:first-child),.input-group .form-select:last-child:not(:first-child),.input-group .input-group-addon:last-child:not(:first-child),.input-group .input-group-btn:last-child:not(:first-child),.input-group .search-input:last-child:not(:first-child),.input-group [data-grav-field=array] input:last-child:not(:first-child),.input-group [data-grav-field=array] textarea:last-child:not(:first-child),[data-grav-field=array] .input-group input:last-child:not(:first-child),[data-grav-field=array] .input-group textarea:last-child:not(:first-child){margin-left:-.05rem;border-top-left-radius:0;border-bottom-left-radius:0}.input-group .form-input:focus,.input-group .form-select:focus,.input-group .input-group-addon:focus,.input-group .input-group-btn:focus,.input-group .search-input:focus,.input-group [data-grav-field=array] input:focus,.input-group [data-grav-field=array] textarea:focus,[data-grav-field=array] .input-group input:focus,[data-grav-field=array] .input-group textarea:focus{z-index:2}.input-group .form-select{width:auto}.input-group.input-inline{display:-ms-inline-flexbox;display:inline-flex}.form-input.is-success,.form-select.is-success,.has-success .form-input,.has-success .form-select,.has-success .search-input,.has-success [data-grav-field=array] input,.has-success [data-grav-field=array] textarea,.is-success.search-input,[data-grav-field=array] .has-success input,[data-grav-field=array] .has-success textarea,[data-grav-field=array] input.is-success,[data-grav-field=array] textarea.is-success{border-color:#32b643;background:#f9fdfa}.form-input.is-success:focus,.form-select.is-success:focus,.has-success .form-input:focus,.has-success .form-select:focus,.has-success .search-input:focus,.has-success [data-grav-field=array] input:focus,.has-success [data-grav-field=array] textarea:focus,.is-success.search-input:focus,[data-grav-field=array] .has-success input:focus,[data-grav-field=array] .has-success textarea:focus,[data-grav-field=array] input.is-success:focus,[data-grav-field=array] textarea.is-success:focus{box-shadow:0 0 0 .1rem rgba(50,182,67,.2)}.form-input.is-error,.form-select.is-error,.has-error .form-input,.has-error .form-select,.has-error .search-input,.has-error [data-grav-field=array] input,.has-error [data-grav-field=array] textarea,.is-error.search-input,[data-grav-field=array] .has-error input,[data-grav-field=array] .has-error textarea,[data-grav-field=array] input.is-error,[data-grav-field=array] textarea.is-error{border-color:#e85600;background:#fffaf7}.form-input.is-error:focus,.form-select.is-error:focus,.has-error .form-input:focus,.has-error .form-select:focus,.has-error .search-input:focus,.has-error [data-grav-field=array] input:focus,.has-error [data-grav-field=array] textarea:focus,.is-error.search-input:focus,[data-grav-field=array] .has-error input:focus,[data-grav-field=array] .has-error textarea:focus,[data-grav-field=array] input.is-error:focus,[data-grav-field=array] textarea.is-error:focus{box-shadow:0 0 0 .1rem rgba(232,86,0,.2)}.form-checkbox.is-error .form-icon,.form-radio.is-error .form-icon,.form-switch.is-error .form-icon,.has-error .form-checkbox .form-icon,.has-error .form-radio .form-icon,.has-error .form-switch .form-icon{border-color:#e85600}.form-checkbox.is-error input:checked+.form-icon,.form-radio.is-error input:checked+.form-icon,.form-switch.is-error input:checked+.form-icon,.has-error .form-checkbox input:checked+.form-icon,.has-error .form-radio input:checked+.form-icon,.has-error .form-switch input:checked+.form-icon{border-color:#e85600;background:#e85600}.form-checkbox.is-error input:focus+.form-icon,.form-radio.is-error input:focus+.form-icon,.form-switch.is-error input:focus+.form-icon,.has-error .form-checkbox input:focus+.form-icon,.has-error .form-radio input:focus+.form-icon,.has-error .form-switch input:focus+.form-icon{border-color:#e85600;box-shadow:0 0 0 .1rem rgba(232,86,0,.2)}.form-checkbox.is-error input:indeterminate+.form-icon,.has-error .form-checkbox input:indeterminate+.form-icon{border-color:#e85600;background:#e85600}.form-input:not(:placeholder-shown):invalid,.search-input:not(:placeholder-shown):invalid,[data-grav-field=array] input:not(:placeholder-shown):invalid,[data-grav-field=array] textarea:not(:placeholder-shown):invalid{border-color:#e85600}.form-input:not(:placeholder-shown):invalid:focus,.search-input:not(:placeholder-shown):invalid:focus,[data-grav-field=array] input:not(:placeholder-shown):invalid:focus,[data-grav-field=array] textarea:not(:placeholder-shown):invalid:focus{background:#fffaf7;box-shadow:0 0 0 .1rem rgba(232,86,0,.2)}.form-input:not(:placeholder-shown):invalid+.form-input-hint,.search-input:not(:placeholder-shown):invalid+.form-input-hint,[data-grav-field=array] input:not(:placeholder-shown):invalid+.form-input-hint,[data-grav-field=array] textarea:not(:placeholder-shown):invalid+.form-input-hint{color:#e85600}.disabled.search-input,.form-input.disabled,.form-input:disabled,.form-select.disabled,.form-select:disabled,.search-input:disabled,[data-grav-field=array] input.disabled,[data-grav-field=array] input:disabled,[data-grav-field=array] textarea.disabled,[data-grav-field=array] textarea:disabled{cursor:not-allowed;opacity:.5;background-color:#f0f1f4}.form-input[readonly],.search-input[readonly],[data-grav-field=array] input[readonly],[data-grav-field=array] textarea[readonly]{background-color:#f8f9fa}input.disabled+.form-icon,input:disabled+.form-icon{cursor:not-allowed;opacity:.5;background:#f0f1f4}.form-switch input.disabled+.form-icon::before,.form-switch input:disabled+.form-icon::before{background:#fff}.form-horizontal{padding:.4rem 0}.form-horizontal .form-group{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.form-inline{display:inline-block}.label{line-height:1.2;display:inline-block;padding:.1rem .2rem;color:#5b657a;border-radius:.1rem;background:#f0f1f4}.label.label-rounded{padding-right:.4rem;padding-left:.4rem;border-radius:5rem}.label.label-primary{color:#fff;background:#3085ee}.label.label-secondary{color:#3085ee;background:#e1edfd}.label.label-success{color:#fff;background:#32b643}.label.label-warning{color:#fff;background:#ffb700}.label.label-error{color:#fff;background:#e85600}code{font-size:85%;line-height:1.2;padding:.1rem .2rem;color:#d73e48;border-radius:.1rem;background:#fcf2f2}.code{position:relative;color:#50596c;border-radius:.1rem}.code::before{font-size:.7rem;position:absolute;top:.1rem;right:.4rem;content:attr(data-lang);color:#acb3c2}.code code{line-height:1.5;display:block;overflow-x:auto;width:100%;padding:1rem;color:inherit;background:#f8f9fa}.img-responsive{display:block;max-width:100%;height:auto}.img-fit-cover{object-fit:cover}.img-fit-contain{object-fit:contain}.video-responsive{position:relative;display:block;overflow:hidden;width:100%;padding:0}.video-responsive::before{display:block;padding-bottom:56.25%;content:''}.video-responsive embed,.video-responsive iframe,.video-responsive object{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}video.video-responsive{max-width:100%;height:auto}video.video-responsive::before{content:none}.video-responsive-4-3::before{padding-bottom:75%}.video-responsive-1-1::before{padding-bottom:100%}.figure{margin:0 0 .4rem 0}.figure .figure-caption{margin-top:.4rem;color:#667189}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:.4rem;padding-left:.4rem}.container.grid-xl{max-width:1296px}.container.grid-lg{max-width:976px}.container.grid-md{max-width:856px}.container.grid-sm{max-width:616px}.container.grid-xs{max-width:496px}.show-lg,.show-md,.show-sm,.show-xl,.show-xs{display:none!important}.columns{display:-ms-flexbox;display:flex;margin-right:-.4rem;margin-left:-.4rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.columns.col-gapless{margin-right:0;margin-left:0}.columns.col-gapless>.column{padding-right:0;padding-left:0}.columns.col-oneline{overflow-x:auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.column{max-width:100%;padding-right:.4rem;padding-left:.4rem;-ms-flex:1;flex:1}.column.col-1,.column.col-10,.column.col-11,.column.col-12,.column.col-2,.column.col-3,.column.col-4,.column.col-5,.column.col-6,.column.col-7,.column.col-8,.column.col-9{-ms-flex:none;flex:none}.col-12{width:100%}.col-11{width:91.66666667%}.col-10{width:83.33333333%}.col-9{width:75%}.col-8{width:66.66666667%}.col-7{width:58.33333333%}.col-6{width:50%}.col-5{width:41.66666667%}.col-4{width:33.33333333%}.col-3{width:25%}.col-2{width:16.66666667%}.col-1{width:8.33333333%}.col-auto{width:auto;max-width:none;-ms-flex:0 0 auto;flex:0 0 auto}.col-mx-auto{margin-right:auto;margin-left:auto}.col-ml-auto{margin-left:auto}.col-mr-auto{margin-right:auto}@media (max-width:1280px){.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{-ms-flex:none;flex:none}.col-xl-12{width:100%}.col-xl-11{width:91.66666667%}.col-xl-10{width:83.33333333%}.col-xl-9{width:75%}.col-xl-8{width:66.66666667%}.col-xl-7{width:58.33333333%}.col-xl-6{width:50%}.col-xl-5{width:41.66666667%}.col-xl-4{width:33.33333333%}.col-xl-3{width:25%}.col-xl-2{width:16.66666667%}.col-xl-1{width:8.33333333%}.hide-xl{display:none!important}.show-xl{display:block!important}}@media (max-width:960px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{-ms-flex:none;flex:none}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.hide-lg{display:none!important}.show-lg{display:block!important}}@media (max-width:840px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{-ms-flex:none;flex:none}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.hide-md{display:none!important}.show-md{display:block!important}}@media (max-width:600px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{-ms-flex:none;flex:none}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.hide-sm{display:none!important}.show-sm{display:block!important}}@media (max-width:480px){.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{-ms-flex:none;flex:none}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.hide-xs{display:none!important}.show-xs{display:block!important}}.navbar{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.navbar .navbar-section{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex:1 0 0;flex:1 0 0}.navbar .navbar-section:not(:first-child):last-child{-ms-flex-pack:end;justify-content:flex-end}.navbar .navbar-center{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex:0 0 auto;flex:0 0 auto}.navbar .navbar-brand{font-size:.9rem;text-decoration:none}.accordion input:checked~.accordion-header .icon,.accordion[open] .accordion-header .icon{transform:rotate(90deg)}.accordion input:checked~.accordion-body,.accordion[open] .accordion-body{max-height:50rem}.accordion .accordion-header{display:block;padding:.2rem .4rem}.accordion .accordion-header .icon{transition:transform .25s}.accordion .accordion-body{overflow:hidden;max-height:0;margin-bottom:.4rem;transition:max-height .25s}summary.accordion-header::-webkit-details-marker{display:none}.avatar{font-size:.8rem;font-weight:300;line-height:1.25;position:relative;display:inline-block;width:1.6rem;height:1.6rem;margin:0;vertical-align:middle;color:rgba(255,255,255,.85);border-radius:50%;background:#3085ee}.avatar.avatar-xs{font-size:.4rem;width:.8rem;height:.8rem}.avatar.avatar-sm{font-size:.6rem;width:1.2rem;height:1.2rem}.avatar.avatar-lg{font-size:1.2rem;width:2.4rem;height:2.4rem}.avatar.avatar-xl{font-size:1.6rem;width:3.2rem;height:3.2rem}.avatar img{position:relative;z-index:1;width:100%;height:100%;border-radius:50%}.avatar .avatar-icon,.avatar .avatar-presence{position:absolute;z-index:2;right:14.64%;bottom:14.64%;width:50%;height:50%;padding:.1rem;transform:translate(50%,50%);background:#fff}.avatar .avatar-presence{width:.5em;height:.5em;border-radius:50%;background:#acb3c2;box-shadow:0 0 0 .1rem #fff}.avatar .avatar-presence.online{background:#32b643}.avatar .avatar-presence.busy{background:#e85600}.avatar .avatar-presence.away{background:#ffb700}.avatar[data-initial]::before{position:absolute;z-index:1;top:50%;left:50%;content:attr(data-initial);transform:translate(-50%,-50%);color:currentColor}.badge{position:relative;white-space:nowrap}.badge:not([data-badge])::after,.badge[data-badge]::after{display:inline-block;content:attr(data-badge);transform:translate(-.05rem,-.5rem);color:#fff;border-radius:.5rem;background:#3085ee;background-clip:padding-box;box-shadow:0 0 0 .1rem #fff}.badge[data-badge]::after{font-size:.7rem;line-height:1;min-width:.9rem;height:.9rem;padding:.1rem .2rem;text-align:center;white-space:nowrap}.badge:not([data-badge])::after,.badge[data-badge='']::after{width:6px;min-width:6px;height:6px;padding:0}.badge.btn::after,.badge.button::after{position:absolute;top:0;right:0;transform:translate(50%,-50%)}.badge.avatar::after{position:absolute;z-index:100;top:14.64%;right:14.64%;transform:translate(50%,-50%)}.breadcrumb{margin:.2rem 0;padding:.2rem 0;list-style:none}.breadcrumb .breadcrumb-item{display:inline-block;margin:0;padding:.2rem 0;color:#667189}.breadcrumb .breadcrumb-item:not(:last-child){margin-right:.2rem}.breadcrumb .breadcrumb-item:not(:last-child) a{color:#667189}.breadcrumb .breadcrumb-item:not(:first-child)::before{padding-right:.4rem;content:'/';color:#667189}.bar{display:-ms-flexbox;display:flex;width:100%;height:.8rem;border-radius:.1rem;background:#f0f1f4;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.bar.bar-sm{height:.2rem}.bar .bar-item{font-size:.7rem;line-height:.8rem;position:relative;display:block;width:0;height:100%;text-align:center;color:#fff;background:#3085ee;-ms-flex-negative:0;flex-shrink:0}.bar .bar-item:first-child{border-top-left-radius:.1rem;border-bottom-left-radius:.1rem}.bar .bar-item:last-child{border-top-right-radius:.1rem;border-bottom-right-radius:.1rem;-ms-flex-negative:1;flex-shrink:1}.bar-slider{position:relative;height:.1rem;margin:.4rem 0}.bar-slider .bar-item{position:absolute;left:0;padding:0}.bar-slider .bar-item:not(:last-child):first-child{z-index:1;background:#f0f1f4}.bar-slider .bar-slider-btn{position:absolute;top:50%;right:0;width:.6rem;height:.6rem;padding:0;transform:translate(50%,-50%);border:0;border-radius:50%;background:#3085ee}.bar-slider .bar-slider-btn:active{box-shadow:0 0 0 .1rem #3085ee}.card{display:-ms-flexbox;display:flex;flex-direction:column;border:.05rem solid #e7e9ed;border-radius:.1rem;background:#fff;-ms-flex-direction:column}.card .card-body,.card .card-footer,.card .card-header{padding:.8rem;padding-bottom:0}.card .card-body:last-child,.card .card-footer:last-child,.card .card-header:last-child{padding-bottom:.8rem}.card .card-body{-ms-flex:1 1 auto;flex:1 1 auto}.card .card-image{padding-top:.8rem}.card .card-image:first-child{padding-top:0}.card .card-image:first-child img{border-top-left-radius:.1rem;border-top-right-radius:.1rem}.card .card-image:last-child img{border-bottom-right-radius:.1rem;border-bottom-left-radius:.1rem}.chip{font-size:90%;line-height:.8rem;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;max-width:320px;height:1.2rem;margin:.1rem;padding:.2rem .4rem;vertical-align:middle;white-space:nowrap;text-decoration:none;text-overflow:ellipsis;border-radius:5rem;background:#f0f1f4;-ms-flex-align:center;align-items:center}.chip.active{color:#fff;background:#3085ee}.chip .avatar{margin-right:.2rem;margin-left:-.4rem}.chip .btn-clear{transform:scale(.75);border-radius:50%}.dropdown{position:relative;display:inline-block}.dropdown .menu{position:absolute;top:100%;left:0;display:none;overflow-y:auto;max-height:50vh;animation:slide-down .15s ease 1}.dropdown.dropdown-right .menu{right:0;left:auto}.dropdown .dropdown-toggle:focus+.menu,.dropdown .menu:hover,.dropdown.active .menu{display:block}.dropdown .btn-group .dropdown-toggle:nth-last-child(2){border-top-right-radius:.1rem;border-bottom-right-radius:.1rem}.empty{padding:3.2rem 1.6rem;text-align:center;color:#667189;border-radius:.1rem;background:#f8f9fa}.empty .empty-icon{margin-bottom:.8rem}.empty .empty-subtitle,.empty .empty-title{margin:.4rem auto}.empty .empty-action{margin-top:.8rem}.menu{z-index:300;min-width:180px;margin:0;padding:.4rem;list-style:none;transform:translateY(.2rem);border-radius:.1rem;background:#fff;box-shadow:0 .05rem .2rem rgba(69,77,93,.3)}.menu.menu-nav{background:0 0;box-shadow:none}.menu .menu-item{margin-top:0;padding:0 .4rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none}.menu .menu-item>a{display:block;margin:0 -.4rem;padding:.2rem .4rem;text-decoration:none;color:inherit;border-radius:.1rem}.menu .menu-item>a:focus,.menu .menu-item>a:hover{color:#3085ee;background:#e1edfd}.menu .menu-item>a.active,.menu .menu-item>a:active{color:#3085ee;background:#e1edfd}.menu .menu-item .form-checkbox,.menu .menu-item .form-radio,.menu .menu-item .form-switch{margin:.1rem 0}.menu .menu-item+.menu-item{margin-top:.2rem}.menu .menu-badge{float:right;padding:.2rem 0}.menu .menu-badge .btn,.menu .menu-badge .button{margin-top:-.1rem}.modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;overflow:hidden;padding:.4rem;opacity:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.modal.active,.modal:target{z-index:400;display:-ms-flexbox;display:flex;opacity:1}.modal.active .modal-overlay,.modal:target .modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:block;cursor:default;background:rgba(248,249,250,.75)}.modal.active .modal-container,.modal:target .modal-container{z-index:1;animation:slide-down .2s ease 1}.modal.modal-sm .modal-container{max-width:320px;padding:0 .4rem}.modal.modal-lg .modal-overlay{background:#fff}.modal.modal-lg .modal-container{max-width:960px;box-shadow:none}.modal-container{display:-ms-flexbox;display:flex;flex-direction:column;width:100%;max-width:640px;max-height:75vh;padding:0 .8rem;border-radius:.1rem;background:#fff;box-shadow:0 .2rem .5rem rgba(69,77,93,.3);-ms-flex-direction:column}.modal-container.modal-fullheight{max-height:100vh}.modal-container .modal-header{padding:.8rem;color:#454d5d}.modal-container .modal-body{position:relative;overflow-y:auto;padding:.8rem}.modal-container .modal-footer{padding:.8rem;text-align:right}.nav{display:-ms-flexbox;display:flex;flex-direction:column;margin:.2rem 0;list-style:none;-ms-flex-direction:column}.nav .nav-item a{padding:.2rem .4rem;text-decoration:none;color:#667189}.nav .nav-item a:focus,.nav .nav-item a:hover{color:#3085ee}.nav .nav-item.active>a{font-weight:700;color:#50596c}.nav .nav-item.active>a:focus,.nav .nav-item.active>a:hover{color:#3085ee}.nav .nav{margin-bottom:.4rem;margin-left:.8rem}.pagination{display:-ms-flexbox;display:flex;margin:.2rem 0;padding:.2rem 0;list-style:none}.pagination .page-item{margin:.2rem .05rem}.pagination .page-item span{display:inline-block;padding:.2rem .2rem}.pagination .page-item a{display:inline-block;padding:.2rem .4rem;text-decoration:none;border-radius:.1rem}.pagination .page-item a:focus,.pagination .page-item a:hover{color:#3085ee}.pagination .page-item.disabled a{cursor:default;pointer-events:none;opacity:.5}.pagination .page-item.active a{color:#fff;background:#3085ee}.pagination .page-item.page-next,.pagination .page-item.page-prev{-ms-flex:1 0 50%;flex:1 0 50%}.pagination .page-item.page-next{text-align:right}.pagination .page-item .page-item-title{margin:0}.pagination .page-item .page-item-subtitle{margin:0;opacity:.5}.panel{display:-ms-flexbox;display:flex;flex-direction:column;border:.05rem solid #e7e9ed;border-radius:.1rem;-ms-flex-direction:column}.panel .panel-footer,.panel .panel-header{padding:.8rem;-ms-flex:0 0 auto;flex:0 0 auto}.panel .panel-nav{-ms-flex:0 0 auto;flex:0 0 auto}.panel .panel-body{overflow-y:auto;padding:0 .8rem;-ms-flex:1 1 auto;flex:1 1 auto}.popover{position:relative;display:inline-block}.popover .popover-container{position:absolute;z-index:300;top:0;left:50%;width:320px;padding:.4rem;transition:transform .2s;transform:translate(-50%,-50%) scale(0);opacity:0}.popover :focus+.popover-container,.popover:hover .popover-container{display:block;transform:translate(-50%,-100%) scale(1);opacity:1}.popover.popover-right .popover-container{top:50%;left:100%}.popover.popover-right :focus+.popover-container,.popover.popover-right:hover .popover-container{transform:translate(0,-50%) scale(1)}.popover.popover-bottom .popover-container{top:100%;left:50%}.popover.popover-bottom :focus+.popover-container,.popover.popover-bottom:hover .popover-container{transform:translate(-50%,0) scale(1)}.popover.popover-left .popover-container{top:50%;left:0}.popover.popover-left :focus+.popover-container,.popover.popover-left:hover .popover-container{transform:translate(-100%,-50%) scale(1)}.popover .card{border:0;box-shadow:0 .2rem .5rem rgba(69,77,93,.3)}.step{display:-ms-flexbox;display:flex;width:100%;margin:.2rem 0;list-style:none;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.step .step-item{position:relative;min-height:1rem;margin-top:0;text-align:center;-ms-flex:1 1 0;flex:1 1 0}.step .step-item:not(:first-child)::before{position:absolute;top:9px;left:-50%;width:100%;height:2px;content:'';background:#3085ee}.step .step-item a{display:inline-block;padding:20px 10px 0;text-decoration:none;color:#3085ee}.step .step-item a::before{position:absolute;z-index:1;top:.2rem;left:50%;display:block;width:.6rem;height:.6rem;content:'';transform:translateX(-50%);border:.1rem solid #fff;border-radius:50%;background:#3085ee}.step .step-item.active a::before{border:.1rem solid #3085ee;background:#fff}.step .step-item.active~.step-item::before{background:#e7e9ed}.step .step-item.active~.step-item a{color:#acb3c2}.step .step-item.active~.step-item a::before{background:#e7e9ed}.tab{display:-ms-flexbox;display:flex;margin:.2rem 0 .15rem 0;list-style:none;border-bottom:.05rem solid #e7e9ed;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.tab .tab-item{margin-top:0}.tab .tab-item a{display:block;margin:0 .4rem 0 0;padding:.4rem .2rem .3rem .2rem;text-decoration:none;color:inherit;border-bottom:.1rem solid transparent}.tab .tab-item a:focus,.tab .tab-item a:hover{color:#3085ee}.tab .tab-item a.active,.tab .tab-item.active a{color:#3085ee;border-bottom-color:#3085ee}.tab .tab-item.tab-action{text-align:right;-ms-flex:1 0 auto;flex:1 0 auto}.tab .tab-item .btn-clear{margin-top:-.2rem}.tab.tab-block .tab-item{text-align:center;-ms-flex:1 0 0;flex:1 0 0}.tab.tab-block .tab-item a{margin:0}.tab.tab-block .tab-item .badge[data-badge]::after{position:absolute;top:.1rem;right:.1rem;transform:translate(0,0)}.tab:not(.tab-block) .badge{padding-right:0}.tile{display:-ms-flexbox;display:flex;-ms-flex-line-pack:justify;align-content:space-between;-ms-flex-align:start;align-items:flex-start}.tile .tile-action,.tile .tile-icon{-ms-flex:0 0 auto;flex:0 0 auto}.tile .tile-content{-ms-flex:1 1 auto;flex:1 1 auto}.tile .tile-content:not(:first-child){padding-left:.4rem}.tile .tile-content:not(:last-child){padding-right:.4rem}.tile .tile-subtitle,.tile .tile-title{line-height:1.2rem}.tile.tile-centered{-ms-flex-align:center;align-items:center}.tile.tile-centered .tile-content{overflow:hidden}.tile.tile-centered .tile-subtitle,.tile.tile-centered .tile-title{overflow:hidden;margin-bottom:0;white-space:nowrap;text-overflow:ellipsis}.toast{display:block;width:100%;padding:.4rem;color:#fff;border:.05rem solid #454d5d;border-color:#454d5d;border-radius:.1rem;background:rgba(69,77,93,.95)}.toast.toast-primary{border-color:#3085ee;background:rgba(48,133,238,.95)}.toast.toast-success{border-color:#32b643;background:rgba(50,182,67,.95)}.toast.toast-warning{border-color:#ffb700;background:rgba(255,183,0,.95)}.toast.toast-error{border-color:#e85600;background:rgba(232,86,0,.95)}.toast a{text-decoration:underline;color:#fff}.toast a.active,.toast a:active,.toast a:focus,.toast a:hover{opacity:.75}.toast .btn-clear{margin:.1rem}.toast p:last-child{margin-bottom:0}.tooltip{position:relative}.tooltip::after{font-size:.7rem;position:absolute;z-index:300;bottom:100%;left:50%;display:block;overflow:hidden;max-width:320px;padding:.2rem .4rem;content:attr(data-tooltip);transition:opacity .2s,transform .2s;transform:translate(-50%,.4rem);white-space:pre;text-overflow:ellipsis;pointer-events:none;opacity:0;color:#fff;border-radius:.1rem;background:rgba(69,77,93,.95)}.tooltip:focus::after,.tooltip:hover::after{transform:translate(-50%,-.2rem);opacity:1}.tooltip.disabled,.tooltip[disabled]{pointer-events:auto}.tooltip.tooltip-right::after{bottom:50%;left:100%;transform:translate(-.2rem,50%)}.tooltip.tooltip-right:focus::after,.tooltip.tooltip-right:hover::after{transform:translate(.2rem,50%)}.tooltip.tooltip-bottom::after{top:100%;bottom:auto;transform:translate(-50%,-.4rem)}.tooltip.tooltip-bottom:focus::after,.tooltip.tooltip-bottom:hover::after{transform:translate(-50%,.2rem)}.tooltip.tooltip-left::after{right:100%;bottom:50%;left:auto;transform:translate(.4rem,50%)}.tooltip.tooltip-left:focus::after,.tooltip.tooltip-left:hover::after{transform:translate(-.2rem,50%)}@keyframes loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes slide-down{0%{transform:translateY(-1.6rem);opacity:0}100%{transform:translateY(0);opacity:1}}.text-primary{color:#3085ee!important}a.text-primary:focus,a.text-primary:hover{color:#1877ec}a.text-primary:visited{color:#4893f0}.text-secondary{color:#d3e5fb!important}a.text-secondary:focus,a.text-secondary:hover{color:#bbd7f9}a.text-secondary:visited{color:#eaf3fd}.text-gray{color:#acb3c2!important}a.text-gray:focus,a.text-gray:hover{color:#9ea6b7}a.text-gray:visited{color:#bbc1cd}.text-light{color:#fff!important}a.text-light:focus,a.text-light:hover{color:#f2f2f2}a.text-light:visited{color:#fff}.text-dark{color:#50596c!important}a.text-dark:focus,a.text-dark:hover{color:#454d5d}a.text-dark:visited{color:#5b657a}.text-success{color:#32b643!important}a.text-success:focus,a.text-success:hover{color:#2da23c}a.text-success:visited{color:#39c94b}.text-warning{color:#ffb700!important}a.text-warning:focus,a.text-warning:hover{color:#e6a500}a.text-warning:visited{color:#ffbe1a}.text-error{color:#e85600!important}a.text-error:focus,a.text-error:hover{color:#cf4d00}a.text-error:visited{color:#ff6003}.bg-primary{color:#fff;background:#3085ee!important}.bg-secondary{background:#e1edfd!important}.bg-dark{color:#fff;background:#454d5d!important}.bg-gray{background:#f8f9fa!important}.bg-success{color:#fff;background:#32b643!important}.bg-warning{color:#fff;background:#ffb700!important}.bg-error{color:#fff;background:#e85600!important}.c-hand{cursor:pointer}.c-move{cursor:move}.c-zoom-in{cursor:zoom-in}.c-zoom-out{cursor:zoom-out}.c-not-allowed{cursor:not-allowed}.c-auto{cursor:auto}.d-block{display:block}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-flex{display:-ms-flexbox;display:flex}.d-inline-flex{display:-ms-inline-flexbox;display:inline-flex}.d-hide,.d-none{display:none!important}.d-visible{visibility:visible}.d-invisible{visibility:hidden}.text-hide{font-size:0;line-height:0;color:transparent;border:0;background:0 0;text-shadow:none}.text-assistive{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;border:0}.divider,.divider-vert{position:relative;display:block}.divider-vert[data-content]::after,.divider[data-content]::after{font-size:.7rem;display:inline-block;padding:0 .4rem;content:attr(data-content);transform:translateY(-.65rem);color:#acb3c2;background:#fff}.divider{height:.05rem;margin:.4rem 0;border-top:.05rem solid #e7e9ed}.divider[data-content]{margin:.8rem 0}.divider-vert{display:block;padding:.8rem}.divider-vert::before{position:absolute;top:.4rem;bottom:.4rem;left:50%;display:block;content:'';transform:translateX(-50%);border-left:.05rem solid #e7e9ed}.divider-vert[data-content]::after{position:absolute;top:50%;left:50%;padding:.2rem 0;transform:translate(-50%,-50%)}.loading{position:relative;min-height:.8rem;pointer-events:none;color:transparent!important}.loading::after{position:absolute;z-index:1;top:50%;left:50%;display:block;width:.8rem;height:.8rem;margin-top:-.4rem;margin-left:-.4rem;content:'';animation:loading .5s infinite linear;border:.1rem solid #3085ee;border-top-color:transparent;border-right-color:transparent;border-radius:50%}.loading.loading-lg{min-height:2rem}.loading.loading-lg::after{width:1.6rem;height:1.6rem;margin-top:-.8rem;margin-left:-.8rem}.clearfix::after{display:table;clear:both;content:''}.float-left{float:left!important}.float-right{float:right!important}.p-relative{position:relative!important}.p-absolute{position:absolute!important}.p-fixed{position:fixed!important}.p-sticky{position:-webkit-sticky!important;position:sticky!important}.p-centered{display:block;float:none;margin-right:auto;margin-left:auto}.flex-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.m-0{margin:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.mt-0{margin-top:0!important}.mx-0{margin-right:0!important;margin-left:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:.2rem!important}.mb-1{margin-bottom:.2rem!important}.ml-1{margin-left:.2rem!important}.mr-1{margin-right:.2rem!important}.mt-1{margin-top:.2rem!important}.mx-1{margin-right:.2rem!important;margin-left:.2rem!important}.my-1{margin-top:.2rem!important;margin-bottom:.2rem!important}.m-2{margin:.4rem!important}.mb-2{margin-bottom:.4rem!important}.ml-2{margin-left:.4rem!important}.mr-2{margin-right:.4rem!important}.mt-2{margin-top:.4rem!important}.mx-2{margin-right:.4rem!important;margin-left:.4rem!important}.my-2{margin-top:.4rem!important;margin-bottom:.4rem!important}.p-0{padding:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.pt-0{padding-top:0!important}.px-0{padding-right:0!important;padding-left:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.p-1{padding:.2rem!important}.pb-1{padding-bottom:.2rem!important}.pl-1{padding-left:.2rem!important}.pr-1{padding-right:.2rem!important}.pt-1{padding-top:.2rem!important}.px-1{padding-right:.2rem!important;padding-left:.2rem!important}.py-1{padding-top:.2rem!important;padding-bottom:.2rem!important}.p-2{padding:.4rem!important}.pb-2{padding-bottom:.4rem!important}.pl-2{padding-left:.4rem!important}.pr-2{padding-right:.4rem!important}.pt-2{padding-top:.4rem!important}.px-2{padding-right:.4rem!important;padding-left:.4rem!important}.py-2{padding-top:.4rem!important;padding-bottom:.4rem!important}.s-rounded{border-radius:.1rem}.s-circle{border-radius:50%}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-normal{font-weight:400}.text-bold{font-weight:700}.text-italic{font-style:italic}.text-large{font-size:1.2em}.text-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.text-clip{overflow:hidden;white-space:nowrap;text-overflow:clip}.text-break{word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;-ms-hyphens:auto} \ No newline at end of file diff --git a/user/themes/gilles_acezat/css-compiled/theme.css b/user/themes/gilles_acezat/css-compiled/theme.css new file mode 100644 index 0000000..71664d5 --- /dev/null +++ b/user/themes/gilles_acezat/css-compiled/theme.css @@ -0,0 +1,388 @@ +html { height: 100%; } + +#body-wrapper .container { padding: 2rem 0 2rem; } + +.header-fixed #body-wrapper { padding-top: 4rem; } + +.header-fixed .hero + #start > #body-wrapper { padding-top: 0; } + +section.section { padding-left: 1rem; padding-right: 1rem; position: relative; } + +.overlay-light, .overlay-dark, .overlay-light-gradient, .overlay-dark-gradient { z-index: 0; } + +.hero { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; padding-top: 6rem; padding-bottom: 7rem; background-size: cover; background-position: center; } + +.hero h1 { color: #242931; font-size: 4rem; } + +.hero h2 { color: rgba(36, 41, 49, 0.8); font-size: 2.5rem; } + +.hero.hero-fullscreen { min-height: 100vh; } + +.hero.hero-large { min-height: 500px; } + +.hero.hero-medium { min-height: 400px; } + +.hero.hero-small { min-height: 110px; } + +.hero.hero-tiny { min-height: 8rem; } + +.header-fixed .hero { background-position: 50% 0; } + +@media (max-width: 840px) { .hero h1 { font-size: 3rem; } + .hero h2 { font-size: 1.75rem; } } + +@media (max-width: 600px) { .hero h1 { font-size: 2rem; } + .hero h2 { font-size: 1.25rem; } } + +.hero.text-light h1 { color: #fff; } + +.hero.text-light h2 { color: rgba(255, 255, 255, 0.8); } + +.hero p { font-size: .9rem; font-weight: 300; } + +.hero #to-start { display: inline-block; position: absolute; bottom: 10px; font-size: 2rem; cursor: pointer; } + +.image-overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: -1; } + +.overlay-light .image-overlay { background: rgba(255, 255, 255, 0.4); } + +.overlay-light-gradient .image-overlay { background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2)); } + +.overlay-dark .image-overlay { background: rgba(0, 0, 0, 0.4); } + +.overlay-dark-gradient .image-overlay { background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)); } + +html { font-size: 16px; } + +@media screen and (min-width: 480px) { html { font-size: calc(16px + 4 * ((100vw - 480px) / 800)); } } + +@media screen and (min-width: 1280px) { html { font-size: 20px; } } + +h1, h2, h3, h4, h5, h6 { margin-top: 2rem; font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif; color: #3a414e; } + +h1, .h1 { font-size: 3rem; } + +h2, .h2 { font-size: 1.8rem; } + +h6, .h6 { font-weight: 400; } + +.title-center h1, .title-center h2 { text-align: center; } + +.title-h1h2 h1 { font-weight: 100; margin-bottom: 0; line-height: 1.1; } + +.title-h1h2 h1 strong, .title-h1h2 h1 bold { font-weight: 400; } + +.title-h1h2 h1 + h2 { line-height: 1.1; margin-top: 0; } + +.title-h1h2 h1 + h2, .title-center h1 + h2 { margin-bottom: 50px; font-weight: 700; } + +a:focus { outline: none !important; box-shadow: none !important; } + +img { max-width: 100%; } + +pre code, pre.xdebug-var-dump { background: #fafafa; display: block; padding: 1rem !important; line-height: 1.5; color: inherit; border-radius: 2px; overflow-x: auto; } + +pre code:not(.hljs) { background: #f8f8f8; } + +i.fa.fa-heart.pulse, i.fa.fa-heart-o.pulse { color: #920; } + +b, strong { font-weight: 700; } + +.heavy { font-weight: 700; } + +.light { font-weight: 200; } + +.text-light { color: rgba(255, 255, 255, 0.8); } + +.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 { color: rgba(255, 255, 255, 0.9); } + +#error { text-align: center; position: relative; margin-top: 5rem; } + +#error .icon { font-size: 50px; } + +#messages { margin-bottom: 1rem; } + +#messages .icon { font-size: 1rem; } + +ul, ol { margin-left: 1.6rem; } + +ul ul, ul ol, ol ul, ol ol { margin-left: 1.6rem; } + +ul { list-style: disc outside; } + +ol { list-style: decimal outside; } + +.notices { margin: 1.5rem 0; } + +.notices p { margin: 1rem 0; } + +form .button-wrapper { margin-top: 0.75rem; margin-bottom: 1rem; } + +form span.required { color: #e85600; font-weight: 700; font-size: 1.2rem; } + +form .form-input[type=range] { -webkit-appearance: slider-horizontal; -moz-appearance: slider-horizontal; appearance: slider-horizontal; } + +form .form-input[type=range]:focus { box-shadow: none; border: none; } + +#grav-login > form { margin: 2rem auto 0; max-width: 350px; } + +#grav-login .form-label { display: none; } + +#grav-login .form-data { margin: 1rem 0; } + +#grav-login .form-input { text-align: center; } + +#grav-login .button-wrapper { text-align: right; } + +#grav-login .button-wrapper .form-data.rememberme { margin: 0; float: left; } + +#grav-login .button-wrapper button[type="submit"] { background: #3085EE; border-color: #227ded; color: #fff; } + +#grav-login .button-wrapper button[type="submit"]:focus, #grav-login .button-wrapper button[type="submit"]:hover { background: #1877ec; border-color: #1370e3; color: #fff; } + +#grav-login .button-wrapper button[type="submit"]:active, #grav-login .button-wrapper button[type="submit"].active { background: #1372e7; border-color: #126bd9; color: #fff; } + +.mobile-container { position: absolute; top: 40%; left: 0; margin: 0 auto; z-index: 2; } + +.mobile-logo svg, .mobile-logo img { height: 42px; margin-top: .7rem; margin-left: 1.4rem; } + +.mobile-logo svg path, .mobile-logo img path { fill: #fff; } + +.mobile-menu { display: none; top: 0; right: 0; z-index: 3; } + +.header-fixed .mobile-menu { position: fixed; } + +@media (max-width: 840px) { .mobile-menu { display: block; } } + +.mobile-menu .button_container { position: absolute; top: 1.3rem; right: 1rem; height: 24px; width: 28px; cursor: pointer; z-index: 100; transition: opacity .25s ease, top 0.5s ease; } + +.mobile-menu .button_container:hover { opacity: .7; } + +.mobile-menu .button_container.active { position: fixed; } + +.mobile-menu .button_container.active .top { transform: translateY(8px) translateX(0) rotate(45deg); background: #FFF; } + +.mobile-menu .button_container.active .middle { opacity: 0; background: #FFF; } + +.mobile-menu .button_container.active .bottom { transform: translateY(-8px) translateX(0) rotate(-45deg); background: #FFF; } + +.mobile-menu .button_container span { background: #3085EE; border: none; height: 4px; width: 100%; position: absolute; top: 0; left: 0; transition: all .35s ease; cursor: pointer; } + +.mobile-menu .button_container span:nth-of-type(2) { top: 8px; } + +.mobile-menu .button_container span:nth-of-type(3) { top: 16px; } + +.overlay { position: fixed; background: #000; top: 0; left: 0; width: 100%; height: 0%; opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s, height .35s; } + +.overlay.open { opacity: .95; visibility: visible; height: 100%; } + +.overlay nav { position: relative; margin: 0 auto; text-align: center; } + +.overlay-menu { height: calc(100% - 90px); overflow-y: scroll; } + +.overlay-menu > .tree { text-align: left; } + +.treemenu.treemenu-root { margin: 1rem; } + +.treemenu li { list-style: none; margin: 0 0 1px; padding: 5px 0; line-height: 1.2rem; background: rgba(102, 113, 137, 0.1); } + +.treemenu li a { display: block; margin-left: 1.2rem; font-size: 1rem; } + +.treemenu li a:hover, .treemenu li a:focus, .treemenu li a.active { color: #3e8def !important; text-decoration: none; } + +.treemenu ul { margin: 0 0 0 1rem; } + +.treemenu .toggler { cursor: pointer; vertical-align: top; font-size: 1.1rem; line-height: 1rem; padding-left: 5px; float: left; } + +.treemenu .toggler:before { display: inline-block; margin-right: 2pt; } + +.treemenu li.tree-empty > .toggler { opacity: 0.3; cursor: default; } + +.treemenu li.tree-empty > .toggler:before { content: "\2022"; } + +.treemenu li.tree-closed > .toggler:before { content: "+"; } + +.treemenu li.tree-opened > .toggler:before { content: "\2212"; } + +.mobile-nav-open { overflow-y: hidden; } + +.default-animation, #header, #header .navbar-section, #header .logo svg, #header .logo img, .modular-features.small .feature-icon i, .modular-features .feature-icon { transition: all 0.5s ease; } + +.pulse { animation-name: pulse_animation; animation-duration: 2000ms; transform-origin: 70% 70%; animation-iteration-count: infinite; animation-timing-function: linear; } + +@keyframes pulse_animation { 0% { transform: scale(1); } + 30% { transform: scale(1); } + 40% { transform: scale(1.08); } + 50% { transform: scale(1); } + 60% { transform: scale(1); } + 70% { transform: scale(1.05); } + 80% { transform: scale(1); } + 100% { transform: scale(1); } } + +#header { width: 100%; height: 4rem; border-bottom: 1px solid rgba(172, 179, 194, 0.2); font-size: 0.7rem; font-weight: 700; background: #fff; color: #454d5d; } + +#header a { color: #454d5d; } + +#header .logo svg path { fill: #222; } + +.header-dark #header:not(.scrolled) { background: #222; color: #fff; } + +.header-dark #header:not(.scrolled) a { color: rgba(255, 255, 255, 0.7) !important; } + +.header-dark #header:not(.scrolled) a.active { color: #fff !important; } + +.header-dark #header:not(.scrolled) .dropmenu ul ul a { color: #454d5d !important; } + +.header-dark #header:not(.scrolled) .logo svg path { fill: #fff; } + +.header-dark.header-transparent #header:not(.scrolled) { background: rgba(0, 0, 0, 0.05); } + +.header-transparent #header:not(.scrolled) { background: rgba(255, 255, 255, 0.05); } + +#header .navbar-section { height: 4rem; } + +@media (max-width: 840px) { #header .navbar-section { margin-right: 2rem; } } + +@media (max-width: 840px) { #header .navbar-section.desktop-menu { display: none; } } + +#header .logo svg, #header .logo img { height: 42px; display: inherit; } + +.header-fixed #header { position: fixed; top: 0; z-index: 2; } + +body.header-fixed.header-animated #header.scrolled { height: 2.3rem; } + +body.header-fixed.header-animated #header.scrolled .navbar-section { height: 2.3rem; } + +body.header-fixed.header-animated #header.scrolled .logo svg, body.header-fixed.header-animated #header.scrolled .logo img { height: 28px; } + +body.header-fixed.header-animated #header.scrolled ~ .mobile-menu .button_container { top: 0.5rem; } + +.login-status-wrapper { white-space: nowrap; } + +body.sticky-footer { height: 100%; min-height: 100vh; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } + +body.sticky-footer #page-wrapper { -ms-flex: 1 0 auto; flex: 1 0 auto; } + +#footer { color: #acb3c2; padding: 1rem 1rem 0; text-align: center; } + +@media (max-width: 840px) { .dropmenu { display: none; } } + +.dropmenu ul { white-space: nowrap; margin: 0; display: -ms-flexbox; display: flex; } + +.dropmenu ul li { position: relative; margin: 0; } + +.dropmenu ul li a { text-decoration: none; padding: 7px 30px 7px 20px; display: block; } + +.dropmenu ul li a:hover, .dropmenu ul li a:focus, .dropmenu ul li a.active { color: #3085EE !important; } + +.dropmenu ul li a:before { content: '\f107'; font-family: 'FontAwesome'; display: inline-block; vertical-align: middle; float: right; margin-right: -20px; } + +.dropmenu ul li a:only-child { padding-right: 20px; } + +.dropmenu ul li a:only-child:before { content: ''; } + +.dropmenu ul li:hover > ul { display: block; visibility: visible; } + +.dropmenu ul ul li a:before { content: '\f105'; } + +.dropmenu ul ul { position: absolute; top: 100%; list-style: none; background: #fff; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); visibility: hidden; } + +.dropmenu ul ul ul { position: absolute; left: 100%; top: 0; } + +.dropmenu > ul > li { display: inline-block; } + +.dropmenu.animated ul li { transition: background .7s, color 0.5s; } + +.dropmenu.animated ul li:hover > ul { opacity: 1; transform: translateY(0); } + +.dropmenu.animated ul ul { transition: transform .3s, opacity .5s; opacity: 0; transform: translateY(-10px); } + +/** Extra columns spacing **/ +.extra-spacing:not(.col-12), :not(.col12) > .e-content { padding-right: 1rem; } + +@media (max-width: 840px) { .extra-spacing:not(.col-12), :not(.col12) > .e-content { padding-right: 0; } } + +/** Breadcrumbs styling **/ +#breadcrumbs { padding-left: 0; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; margin-top: -1rem; margin-bottom: 1rem; } + +#breadcrumbs i { display: none; } + +#breadcrumbs span, #breadcrumbs a { padding: 0 0.5rem; } + +#breadcrumbs span:first-child, #breadcrumbs a:first-child { padding-left: 0; } + +#breadcrumbs span:not(:first-child)::before, #breadcrumbs a:not(:first-child)::before { color: #e7e9ed; content: "/"; padding-right: 1rem; } + +/** Blog Listing **/ +.blog-listing .bricklayer-column { padding-left: 0px; padding-right: 25px; } + +.blog-listing .card { margin-bottom: 25px; border: 0; box-shadow: 0 10px 45px -9px rgba(0, 0, 0, 0.1); } + +.blog-listing .card-footer { text-align: right; } + +.blog-listing .blog-date { font-size: 13px; } + +/** Blog Item **/ +.content-title { margin-bottom: 2rem; } + +.content-title h2 { margin-bottom: 0.5rem; } + +.label { font-size: 12px; text-transform: uppercase; } + +/** Pagination **/ +ul.pagination { -ms-flex-pack: center; justify-content: center; } + +.prev-next { margin-top: 4rem; } + +/** Sidebar specific tweaks **/ +#sidebar ul.related-pages { box-shadow: none; padding: 0; } + +#sidebar ul.related-pages li { border-bottom: 1px solid #e7e9ed; } + +#sidebar ul.related-pages li:last-child { border-bottom: 0; } + +#sidebar ul.archives { list-style: none; margin-left: 0; } + +#sidebar ul.archives .label { vertical-align: text-top; } + +.modular-hero #to-start { bottom: 3.5rem; } + +.modular-features { text-align: center; } + +.modular-features.offset-box .frame-box { margin: -3rem -1.4rem 3rem; padding: 1rem 1rem; background: #fff; box-shadow: 0 0 75px 0 rgba(69, 77, 93, 0.1); } + +.modular-features.small .columns { margin-top: -1rem; } + +.modular-features.small .column:hover .feature-icon i { color: #3085EE; } + +.modular-features.small .feature-icon { display: block; -ms-flex-pack: left; justify-content: left; } + +.modular-features.small .feature-icon i { position: relative; display: inherit; font-size: 70px; margin: 0 auto 1rem; transform: none; left: auto; top: auto; color: #acb3c2; } + +.modular-features.small .feature-icon h6 { text-transform: none; } + +.modular-features .frame-box { padding: 3rem 0; } + +.modular-features .frame-box > p { max-width: 600px; margin-left: auto; margin-right: auto; } + +.modular-features .column { padding: 1rem; } + +.modular-features .column:hover .feature-icon { color: #acb3c2; } + +.modular-features .column:hover .feature-icon h6 { color: #3085EE; } + +.modular-features .column:hover .feature-content { color: #667189; } + +.modular-features .feature-icon { font-size: 130px; height: 100px; color: #e7e9ed; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; position: relative; margin: 1rem 0; } + +.modular-features .feature-icon i { position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); } + +.modular-features .feature-icon h6 { background: #fff; line-height: 1; z-index: 1; text-transform: uppercase; font-weight: 600; margin: 0; display: block; color: #667189; } + +.modular-features .feature-content { color: #acb3c2; } + +.modular-text { padding-top: 4rem; padding-bottom: 4rem; } + +.modular-text .columns.left { -ms-flex-direction: row-reverse; flex-direction: row-reverse; } + +/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGhlbWUuY3NzIiwic291cmNlcyI6WyJ0aGVtZS5zY3NzIiwic3BlY3RyZS9fdmFyaWFibGVzLnNjc3MiLCJzcGVjdHJlL19taXhpbnMuc2NzcyIsInNwZWN0cmUvbWl4aW5zL19hdmF0YXIuc2NzcyIsInNwZWN0cmUvbWl4aW5zL19idXR0b24uc2NzcyIsInNwZWN0cmUvbWl4aW5zL19jbGVhcmZpeC5zY3NzIiwic3BlY3RyZS9taXhpbnMvX2NvbG9yLnNjc3MiLCJzcGVjdHJlL21peGlucy9fbGFiZWwuc2NzcyIsInNwZWN0cmUvbWl4aW5zL19wb3NpdGlvbi5zY3NzIiwic3BlY3RyZS9taXhpbnMvX3NoYWRvdy5zY3NzIiwic3BlY3RyZS9taXhpbnMvX3RleHQuc2NzcyIsInNwZWN0cmUvbWl4aW5zL190b2FzdC5zY3NzIiwidGhlbWUvX3ZhcmlhYmxlcy5zY3NzIiwidGhlbWUvX21peGlucy5zY3NzIiwidGhlbWUvX2ZyYW1ld29yay5zY3NzIiwidGhlbWUvX3R5cG9ncmFwaHkuc2NzcyIsInRoZW1lL19mb3Jtcy5zY3NzIiwidGhlbWUvX21vYmlsZS5zY3NzIiwidGhlbWUvX2FuaW1hdGlvbi5zY3NzIiwidGhlbWUvX2hlYWRlci5zY3NzIiwidGhlbWUvX2Zvb3Rlci5zY3NzIiwidGhlbWUvX21lbnUuc2NzcyIsInRoZW1lL19ibG9nLnNjc3MiLCJ0aGVtZS9fb25lcGFnZS5zY3NzIl0sInNvdXJjZXNDb250ZW50IjpbIi8vIENvcmUgdmFyaWFibGVzIGFuZCBtaXhpbnNcbkBpbXBvcnQgJ3NwZWN0cmUvdmFyaWFibGVzJztcbkBpbXBvcnQgJ3NwZWN0cmUvbWl4aW5zJztcblxuQGltcG9ydCAndGhlbWUvdmFyaWFibGVzJztcbkBpbXBvcnQgJ3RoZW1lL21peGlucyc7XG5AaW1wb3J0ICd0aGVtZS9mcmFtZXdvcmsnO1xuQGltcG9ydCAndGhlbWUvdHlwb2dyYXBoeSc7XG5AaW1wb3J0ICd0aGVtZS9mb3Jtcyc7XG5AaW1wb3J0ICd0aGVtZS9tb2JpbGUnO1xuQGltcG9ydCAndGhlbWUvYW5pbWF0aW9uJztcblxuQGltcG9ydCAndGhlbWUvaGVhZGVyJztcbkBpbXBvcnQgJ3RoZW1lL2Zvb3Rlcic7XG5AaW1wb3J0ICd0aGVtZS9tZW51JztcblxuLy8gRXh0cmEgU2tlbGV0b24gU3R5bGluZ1xuQGltcG9ydCAndGhlbWUvYmxvZyc7XG5AaW1wb3J0ICd0aGVtZS9vbmVwYWdlJztcblxuIiwiLy8gQ29yZSB2YXJpYWJsZXNcbiR2ZXJzaW9uOiBcIjAuNS43XCI7XG5cbi8vIENvcmUgZmVhdHVyZXNcbiRydGw6IGZhbHNlICFkZWZhdWx0O1xuXG4vLyBDb3JlIGNvbG9yc1xuJHByaW1hcnktY29sb3I6ICMzMDg1RUUgIWRlZmF1bHQ7XG4kcHJpbWFyeS1jb2xvci1kYXJrOiBkYXJrZW4oJHByaW1hcnktY29sb3IsIDMlKSAhZGVmYXVsdDtcbiRwcmltYXJ5LWNvbG9yLWxpZ2h0OiBsaWdodGVuKCRwcmltYXJ5LWNvbG9yLCAzJSkgIWRlZmF1bHQ7XG4kc2Vjb25kYXJ5LWNvbG9yOiBsaWdodGVuKCRwcmltYXJ5LWNvbG9yLCAzNy41JSkgIWRlZmF1bHQ7XG4kc2Vjb25kYXJ5LWNvbG9yLWRhcms6IGRhcmtlbigkc2Vjb25kYXJ5LWNvbG9yLCAzJSkgIWRlZmF1bHQ7XG4kc2Vjb25kYXJ5LWNvbG9yLWxpZ2h0OiBsaWdodGVuKCRzZWNvbmRhcnktY29sb3IsIDMlKSAhZGVmYXVsdDtcblxuLy8gR3JheSBjb2xvcnNcbiRkYXJrLWNvbG9yOiAjNDU0ZDVkICFkZWZhdWx0O1xuJGxpZ2h0LWNvbG9yOiAjZmZmICFkZWZhdWx0O1xuJGdyYXktY29sb3I6IGxpZ2h0ZW4oJGRhcmstY29sb3IsIDQwJSkgIWRlZmF1bHQ7XG4kZ3JheS1jb2xvci1kYXJrOiBkYXJrZW4oJGdyYXktY29sb3IsIDI1JSkgIWRlZmF1bHQ7XG4kZ3JheS1jb2xvci1saWdodDogbGlnaHRlbigkZ3JheS1jb2xvciwgMjAlKSAhZGVmYXVsdDtcblxuJGJvcmRlci1jb2xvcjogbGlnaHRlbigkZGFyay1jb2xvciwgNjAlKSAhZGVmYXVsdDtcbiRib3JkZXItY29sb3ItZGFyazogZGFya2VuKCRib3JkZXItY29sb3IsIDEwJSkgIWRlZmF1bHQ7XG4kYmctY29sb3I6IGxpZ2h0ZW4oJGRhcmstY29sb3IsIDY2JSkgIWRlZmF1bHQ7XG4kYmctY29sb3ItZGFyazogZGFya2VuKCRiZy1jb2xvciwgMyUpICFkZWZhdWx0O1xuJGJnLWNvbG9yLWxpZ2h0OiAkbGlnaHQtY29sb3IgIWRlZmF1bHQ7XG5cbi8vIENvbnRyb2wgY29sb3JzXG4kc3VjY2Vzcy1jb2xvcjogIzMyYjY0MyAhZGVmYXVsdDtcbiR3YXJuaW5nLWNvbG9yOiAjZmZiNzAwICFkZWZhdWx0O1xuJGVycm9yLWNvbG9yOiAjZTg1NjAwICFkZWZhdWx0O1xuXG4vLyBPdGhlciBjb2xvcnNcbiRjb2RlLWNvbG9yOiAjZDczZTQ4ICFkZWZhdWx0O1xuJGhpZ2hsaWdodC1jb2xvcjogI2ZmZTliMyAhZGVmYXVsdDtcbiRib2R5LWJnOiAkYmctY29sb3ItbGlnaHQgIWRlZmF1bHQ7XG4kYm9keS1mb250LWNvbG9yOiBsaWdodGVuKCRkYXJrLWNvbG9yLCA1JSkgIWRlZmF1bHQ7XG4kbGluay1jb2xvcjogJHByaW1hcnktY29sb3IgIWRlZmF1bHQ7XG4kbGluay1jb2xvci1kYXJrOiBkYXJrZW4oJGxpbmstY29sb3IsIDEwJSkgIWRlZmF1bHQ7XG4kbGluay1jb2xvci1saWdodDogbGlnaHRlbigkbGluay1jb2xvciwgMTAlKSAhZGVmYXVsdDtcblxuLy8gRm9udHNcbi8vIENyZWRpdDogaHR0cHM6Ly93d3cuc21hc2hpbmdtYWdhemluZS5jb20vMjAxNS8xMS91c2luZy1zeXN0ZW0tdWktZm9udHMtcHJhY3RpY2FsLWd1aWRlL1xuJGJhc2UtZm9udC1mYW1pbHk6IC1hcHBsZS1zeXN0ZW0sIHN5c3RlbS11aSwgQmxpbmtNYWNTeXN0ZW1Gb250LCBcIlNlZ29lIFVJXCIsIFJvYm90byAhZGVmYXVsdDtcbiRtb25vLWZvbnQtZmFtaWx5OiBcIlNGIE1vbm9cIiwgXCJTZWdvZSBVSSBNb25vXCIsIFwiUm9ib3RvIE1vbm9cIiwgTWVubG8sIENvdXJpZXIsIG1vbm9zcGFjZSAhZGVmYXVsdDtcbiRmYWxsYmFjay1mb250LWZhbWlseTogXCJIZWx2ZXRpY2EgTmV1ZVwiLCBzYW5zLXNlcmlmICFkZWZhdWx0O1xuJGNqay16aC1oYW5zLWZvbnQtZmFtaWx5OiAkYmFzZS1mb250LWZhbWlseSwgXCJQaW5nRmFuZyBTQ1wiLCBcIkhpcmFnaW5vIFNhbnMgR0JcIiwgXCJNaWNyb3NvZnQgWWFIZWlcIiwgJGZhbGxiYWNrLWZvbnQtZmFtaWx5ICFkZWZhdWx0O1xuJGNqay16aC1oYW50LWZvbnQtZmFtaWx5OiAkYmFzZS1mb250LWZhbWlseSwgXCJQaW5nRmFuZyBUQ1wiLCBcIkhpcmFnaW5vIFNhbnMgQ05TXCIsIFwiTWljcm9zb2Z0IEpoZW5nSGVpXCIsICRmYWxsYmFjay1mb250LWZhbWlseSAhZGVmYXVsdDtcbiRjamstanAtZm9udC1mYW1pbHk6ICRiYXNlLWZvbnQtZmFtaWx5LCBcIkhpcmFnaW5vIFNhbnNcIiwgXCJIaXJhZ2lubyBLYWt1IEdvdGhpYyBQcm9cIiwgXCJZdSBHb3RoaWNcIiwgWXVHb3RoaWMsIE1laXJ5bywgJGZhbGxiYWNrLWZvbnQtZmFtaWx5ICFkZWZhdWx0O1xuJGNqay1rby1mb250LWZhbWlseTogJGJhc2UtZm9udC1mYW1pbHksIFwiTWFsZ3VuIEdvdGhpY1wiLCAkZmFsbGJhY2stZm9udC1mYW1pbHkgIWRlZmF1bHQ7XG4kYm9keS1mb250LWZhbWlseTogJGJhc2UtZm9udC1mYW1pbHksICRmYWxsYmFjay1mb250LWZhbWlseSAhZGVmYXVsdDtcblxuLy8gVW5pdCBzaXplc1xuJHVuaXQtbzogLjA1cmVtICFkZWZhdWx0O1xuJHVuaXQtaDogLjFyZW0gIWRlZmF1bHQ7XG4kdW5pdC0xOiAuMnJlbSAhZGVmYXVsdDtcbiR1bml0LTI6IC40cmVtICFkZWZhdWx0O1xuJHVuaXQtMzogLjZyZW0gIWRlZmF1bHQ7XG4kdW5pdC00OiAuOHJlbSAhZGVmYXVsdDtcbiR1bml0LTU6IDFyZW0gIWRlZmF1bHQ7XG4kdW5pdC02OiAxLjJyZW0gIWRlZmF1bHQ7XG4kdW5pdC03OiAxLjRyZW0gIWRlZmF1bHQ7XG4kdW5pdC04OiAxLjZyZW0gIWRlZmF1bHQ7XG4kdW5pdC05OiAxLjhyZW0gIWRlZmF1bHQ7XG4kdW5pdC0xMDogMnJlbSAhZGVmYXVsdDtcbiR1bml0LTEyOiAyLjRyZW0gIWRlZmF1bHQ7XG4kdW5pdC0xNjogMy4ycmVtICFkZWZhdWx0O1xuXG4vLyBGb250IHNpemVzXG4kaHRtbC1mb250LXNpemU6IDIwcHggIWRlZmF1bHQ7XG4kaHRtbC1saW5lLWhlaWdodDogMS41ICFkZWZhdWx0O1xuJGZvbnQtc2l6ZTogLjhyZW0gIWRlZmF1bHQ7XG4kZm9udC1zaXplLXNtOiAuN3JlbSAhZGVmYXVsdDtcbiRmb250LXNpemUtbGc6IC45cmVtICFkZWZhdWx0O1xuJGxpbmUtaGVpZ2h0OiAxLjJyZW0gIWRlZmF1bHQ7XG5cbi8vIFNpemVzXG4kbGF5b3V0LXNwYWNpbmc6ICR1bml0LTIgIWRlZmF1bHQ7XG4kbGF5b3V0LXNwYWNpbmctc206ICR1bml0LTEgIWRlZmF1bHQ7XG4kbGF5b3V0LXNwYWNpbmctbGc6ICR1bml0LTQgIWRlZmF1bHQ7XG4kYm9yZGVyLXJhZGl1czogJHVuaXQtaCAhZGVmYXVsdDtcbiRib3JkZXItd2lkdGg6ICR1bml0LW8gIWRlZmF1bHQ7XG4kYm9yZGVyLXdpZHRoLWxnOiAkdW5pdC1oICFkZWZhdWx0O1xuJGNvbnRyb2wtc2l6ZTogJHVuaXQtOSAhZGVmYXVsdDtcbiRjb250cm9sLXNpemUtc206ICR1bml0LTcgIWRlZmF1bHQ7XG4kY29udHJvbC1zaXplLWxnOiAkdW5pdC0xMCAhZGVmYXVsdDtcbiRjb250cm9sLXBhZGRpbmcteDogJHVuaXQtMiAhZGVmYXVsdDtcbiRjb250cm9sLXBhZGRpbmcteC1zbTogJHVuaXQtMiAqIC43NSAhZGVmYXVsdDtcbiRjb250cm9sLXBhZGRpbmcteC1sZzogJHVuaXQtMiAqIDEuNSAhZGVmYXVsdDtcbiRjb250cm9sLXBhZGRpbmcteTogKCRjb250cm9sLXNpemUgLSAkbGluZS1oZWlnaHQpIC8gMiAtICRib3JkZXItd2lkdGggIWRlZmF1bHQ7XG4kY29udHJvbC1wYWRkaW5nLXktc206ICgkY29udHJvbC1zaXplLXNtIC0gJGxpbmUtaGVpZ2h0KSAvIDIgLSAkYm9yZGVyLXdpZHRoICFkZWZhdWx0O1xuJGNvbnRyb2wtcGFkZGluZy15LWxnOiAoJGNvbnRyb2wtc2l6ZS1sZyAtICRsaW5lLWhlaWdodCkgLyAyIC0gJGJvcmRlci13aWR0aCAhZGVmYXVsdDtcbiRjb250cm9sLWljb24tc2l6ZTogLjhyZW0gIWRlZmF1bHQ7XG5cbiRjb250cm9sLXdpZHRoLXhzOiAxODBweCAhZGVmYXVsdDtcbiRjb250cm9sLXdpZHRoLXNtOiAzMjBweCAhZGVmYXVsdDtcbiRjb250cm9sLXdpZHRoLW1kOiA2NDBweCAhZGVmYXVsdDtcbiRjb250cm9sLXdpZHRoLWxnOiA5NjBweCAhZGVmYXVsdDtcbiRjb250cm9sLXdpZHRoLXhsOiAxMjgwcHggIWRlZmF1bHQ7XG5cbi8vIFJlc3BvbnNpdmUgYnJlYWtwb2ludHNcbiRzaXplLXhzOiA0ODBweCAhZGVmYXVsdDtcbiRzaXplLXNtOiA2MDBweCAhZGVmYXVsdDtcbiRzaXplLW1kOiA4NDBweCAhZGVmYXVsdDtcbiRzaXplLWxnOiA5NjBweCAhZGVmYXVsdDtcbiRzaXplLXhsOiAxMjgwcHggIWRlZmF1bHQ7XG4kc2l6ZS0yeDogMTQ0MHB4ICFkZWZhdWx0O1xuXG4kcmVzcG9uc2l2ZS1icmVha3BvaW50OiAkc2l6ZS14cyAhZGVmYXVsdDtcblxuLy8gWi1pbmRleFxuJHppbmRleC0wOiAxICFkZWZhdWx0O1xuJHppbmRleC0xOiAxMDAgIWRlZmF1bHQ7XG4kemluZGV4LTI6IDIwMCAhZGVmYXVsdDtcbiR6aW5kZXgtMzogMzAwICFkZWZhdWx0O1xuJHppbmRleC00OiA0MDAgIWRlZmF1bHQ7XG4iLCIvLyBNaXhpbnNcbkBpbXBvcnQgXCJtaXhpbnMvYXZhdGFyXCI7XG5AaW1wb3J0IFwibWl4aW5zL2J1dHRvblwiO1xuQGltcG9ydCBcIm1peGlucy9jbGVhcmZpeFwiO1xuQGltcG9ydCBcIm1peGlucy9jb2xvclwiO1xuQGltcG9ydCBcIm1peGlucy9sYWJlbFwiO1xuQGltcG9ydCBcIm1peGlucy9wb3NpdGlvblwiO1xuQGltcG9ydCBcIm1peGlucy9zaGFkb3dcIjtcbkBpbXBvcnQgXCJtaXhpbnMvdGV4dFwiO1xuQGltcG9ydCBcIm1peGlucy90b2FzdFwiOyIsIi8vIEF2YXRhciBtaXhpblxuQG1peGluIGF2YXRhci1iYXNlKCRzaXplOiAkdW5pdC04KSB7XG4gIGZvbnQtc2l6ZTogJHNpemUgLyAyO1xuICBoZWlnaHQ6ICRzaXplO1xuICB3aWR0aDogJHNpemU7XG59XG4iLCIvLyBCdXR0b24gdmFyaWFudCBtaXhpblxuQG1peGluIGJ1dHRvbi12YXJpYW50KCRjb2xvcjogJHByaW1hcnktY29sb3IpIHtcbiAgYmFja2dyb3VuZDogJGNvbG9yO1xuICBib3JkZXItY29sb3I6IGRhcmtlbigkY29sb3IsIDMlKTtcbiAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgJjpmb2N1cyB7XG4gICAgQGluY2x1ZGUgY29udHJvbC1zaGFkb3coJGNvbG9yKTtcbiAgfVxuICAmOmZvY3VzLFxuICAmOmhvdmVyIHtcbiAgICBiYWNrZ3JvdW5kOiBkYXJrZW4oJGNvbG9yLCAyJSk7XG4gICAgYm9yZGVyLWNvbG9yOiBkYXJrZW4oJGNvbG9yLCA1JSk7XG4gICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgfVxuICAmOmFjdGl2ZSxcbiAgJi5hY3RpdmUge1xuICAgIGJhY2tncm91bmQ6IGRhcmtlbigkY29sb3IsIDclKTtcbiAgICBib3JkZXItY29sb3I6IGRhcmtlbigkY29sb3IsIDEwJSk7XG4gICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgfVxuICAmLmxvYWRpbmcge1xuICAgICY6OmFmdGVyIHtcbiAgICAgIGJvcmRlci1ib3R0b20tY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgICAgIGJvcmRlci1sZWZ0LWNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICAgfVxuICB9XG59XG5cbkBtaXhpbiBidXR0b24tb3V0bGluZS12YXJpYW50KCRjb2xvcjogJHByaW1hcnktY29sb3IpIHtcbiAgYmFja2dyb3VuZDogJGxpZ2h0LWNvbG9yO1xuICBib3JkZXItY29sb3I6ICRjb2xvcjtcbiAgY29sb3I6ICRjb2xvcjtcbiAgJjpmb2N1cyB7XG4gICAgQGluY2x1ZGUgY29udHJvbC1zaGFkb3coJGNvbG9yKTtcbiAgfVxuICAmOmZvY3VzLFxuICAmOmhvdmVyIHtcbiAgICBiYWNrZ3JvdW5kOiBsaWdodGVuKCRjb2xvciwgNTAlKTtcbiAgICBib3JkZXItY29sb3I6IGRhcmtlbigkY29sb3IsIDIlKTtcbiAgICBjb2xvcjogJGNvbG9yO1xuICB9XG4gICY6YWN0aXZlLFxuICAmLmFjdGl2ZSB7XG4gICAgYmFja2dyb3VuZDogJGNvbG9yO1xuICAgIGJvcmRlci1jb2xvcjogZGFya2VuKCRjb2xvciwgNSUpO1xuICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gIH1cbiAgJi5sb2FkaW5nIHtcbiAgICAmOjphZnRlciB7XG4gICAgICBib3JkZXItYm90dG9tLWNvbG9yOiAkY29sb3I7XG4gICAgICBib3JkZXItbGVmdC1jb2xvcjogJGNvbG9yO1xuICAgIH1cbiAgfVxufVxuIiwiLy8gQ2xlYXJmaXggbWl4aW5cbkBtaXhpbiBjbGVhcmZpeCgpIHtcbiAgJjo6YWZ0ZXIge1xuICAgIGNsZWFyOiBib3RoO1xuICAgIGNvbnRlbnQ6IFwiXCI7XG4gICAgZGlzcGxheTogdGFibGU7XG4gIH1cbn1cbiIsIi8vIEJhY2tncm91bmQgY29sb3IgdXRpbGl0eSBtaXhpblxuQG1peGluIGJnLWNvbG9yLXZhcmlhbnQoJG5hbWU6IFwiLmJnLXByaW1hcnlcIiwgJGNvbG9yOiAkcHJpbWFyeS1jb2xvcikge1xuICAjeyRuYW1lfSB7XG4gICAgYmFja2dyb3VuZDogJGNvbG9yICFpbXBvcnRhbnQ7XG5cbiAgICBAaWYgKGxpZ2h0bmVzcygkY29sb3IpIDwgNjApIHtcbiAgICAgIGNvbG9yOiAkbGlnaHQtY29sb3I7XG4gICAgfVxuICB9XG59XG5cbi8vIFRleHQgY29sb3IgdXRpbGl0eSBtaXhpblxuQG1peGluIHRleHQtY29sb3ItdmFyaWFudCgkbmFtZTogXCIudGV4dC1wcmltYXJ5XCIsICRjb2xvcjogJHByaW1hcnktY29sb3IpIHtcbiAgI3skbmFtZX0ge1xuICAgIGNvbG9yOiAkY29sb3IgIWltcG9ydGFudDtcbiAgfVxuXG4gIGEjeyRuYW1lfSB7XG4gICAgJjpmb2N1cyxcbiAgICAmOmhvdmVyIHtcbiAgICAgIGNvbG9yOiBkYXJrZW4oJGNvbG9yLCA1JSk7XG4gICAgfVxuICAgICY6dmlzaXRlZCB7XG4gICAgICBjb2xvcjogbGlnaHRlbigkY29sb3IsIDUlKTtcbiAgICB9XG4gIH1cbn1cbiIsIi8vIExhYmVsIGJhc2Ugc3R5bGVcbkBtaXhpbiBsYWJlbC1iYXNlKCkge1xuICBib3JkZXItcmFkaXVzOiAkYm9yZGVyLXJhZGl1cztcbiAgbGluZS1oZWlnaHQ6IDEuMjtcbiAgcGFkZGluZzogLjFyZW0gLjJyZW07XG59XG5cbkBtaXhpbiBsYWJlbC12YXJpYW50KCRjb2xvcjogJGxpZ2h0LWNvbG9yLCAkYmctY29sb3I6ICRwcmltYXJ5LWNvbG9yKSB7XG4gIGJhY2tncm91bmQ6ICRiZy1jb2xvcjtcbiAgY29sb3I6ICRjb2xvcjtcbn1cbiIsIi8vIE1hcmdpbiB1dGlsaXR5IG1peGluXG5AbWl4aW4gbWFyZ2luLXZhcmlhbnQoJGlkOiAxLCAkc2l6ZTogJHVuaXQtMSkge1xuICAubS0jeyRpZH0ge1xuICAgIG1hcmdpbjogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5tYi0jeyRpZH0ge1xuICAgIG1hcmdpbi1ib3R0b206ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cblxuICAubWwtI3skaWR9IHtcbiAgICBtYXJnaW4tbGVmdDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5tci0jeyRpZH0ge1xuICAgIG1hcmdpbi1yaWdodDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5tdC0jeyRpZH0ge1xuICAgIG1hcmdpbi10b3A6ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cblxuICAubXgtI3skaWR9IHtcbiAgICBtYXJnaW4tbGVmdDogJHNpemUgIWltcG9ydGFudDtcbiAgICBtYXJnaW4tcmlnaHQ6ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cblxuICAubXktI3skaWR9IHtcbiAgICBtYXJnaW4tYm90dG9tOiAkc2l6ZSAhaW1wb3J0YW50O1xuICAgIG1hcmdpbi10b3A6ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuLy8gUGFkZGluZyB1dGlsaXR5IG1peGluXG5AbWl4aW4gcGFkZGluZy12YXJpYW50KCRpZDogMSwgJHNpemU6ICR1bml0LTEpIHtcbiAgLnAtI3skaWR9IHtcbiAgICBwYWRkaW5nOiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnBiLSN7JGlkfSB7XG4gICAgcGFkZGluZy1ib3R0b206ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cblxuICAucGwtI3skaWR9IHtcbiAgICBwYWRkaW5nLWxlZnQ6ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cblxuICAucHItI3skaWR9IHtcbiAgICBwYWRkaW5nLXJpZ2h0OiAkc2l6ZSAhaW1wb3J0YW50O1xuICB9XG5cbiAgLnB0LSN7JGlkfSB7XG4gICAgcGFkZGluZy10b3A6ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cblxuICAucHgtI3skaWR9IHtcbiAgICBwYWRkaW5nLWxlZnQ6ICRzaXplICFpbXBvcnRhbnQ7XG4gICAgcGFkZGluZy1yaWdodDogJHNpemUgIWltcG9ydGFudDtcbiAgfVxuICBcbiAgLnB5LSN7JGlkfSB7XG4gICAgcGFkZGluZy1ib3R0b206ICRzaXplICFpbXBvcnRhbnQ7XG4gICAgcGFkZGluZy10b3A6ICRzaXplICFpbXBvcnRhbnQ7XG4gIH1cbn1cbiIsIi8vIENvbXBvbmVudCBmb2N1cyBzaGFkb3dcbkBtaXhpbiBjb250cm9sLXNoYWRvdygkY29sb3I6ICRwcmltYXJ5LWNvbG9yKSB7XG4gIGJveC1zaGFkb3c6IDAgMCAwIC4xcmVtIHJnYmEoJGNvbG9yLCAuMik7XG59XG5cbi8vIFNoYWRvdyBtaXhpblxuQG1peGluIHNoYWRvdy12YXJpYW50KCRvZmZzZXQpIHtcbiAgYm94LXNoYWRvdzogMCAkb2Zmc2V0ICgkb2Zmc2V0ICsgLjA1cmVtKSAqIDIgcmdiYSgkZGFyay1jb2xvciwgLjMpO1xufVxuIiwiLy8gVGV4dCBFbGxpcHNpc1xuQG1peGluIHRleHQtZWxsaXBzaXMoKSB7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzO1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xufVxuIiwiLy8gVG9hc3QgdmFyaWFudCBtaXhpblxuQG1peGluIHRvYXN0LXZhcmlhbnQoJGNvbG9yOiAkZGFyay1jb2xvcikge1xuICBiYWNrZ3JvdW5kOiByZ2JhKCRjb2xvciwgLjk1KTtcbiAgYm9yZGVyLWNvbG9yOiAkY29sb3I7XG59XG4iLCIvLyBMYXlvdXRcbiRob3Jpei1wYWRkaW5nOiAxcmVtO1xuJHZlcnQtcGFkZGluZzogMnJlbSAwIDJyZW07XG5cbi8vIEZvbnRzXG4kbWluLXJlc3BvbnNpdmUtZm9udC1zaXplOiAxNnB4O1xuJHRpdGxlLWZvbnQtZmFtaWx5OiAkYmFzZS1mb250LWZhbWlseSwgJGZhbGxiYWNrLWZvbnQtZmFtaWx5ICFkZWZhdWx0O1xuXG4vLyBIZWFkZXJcbiRoZWFkZXItaGVpZ2h0LWxhcmdlOiA0cmVtO1xuJGhlYWRlci1oZWlnaHQtc21hbGw6IDIuM3JlbTtcbiRoZWFkZXItY29sb3ItZGFyazogIzIyMjtcbiRoZWFkZXItdGV4dC1saWdodDogJGxpZ2h0LWNvbG9yO1xuJGhlYWRlci10ZXh0LWRhcms6IGRhcmtlbigkZGFyay1jb2xvciwgMTUlKTtcblxuLy8gRHJvcGRvd24gTWVudVxuJGRyb3BtZW51LWJnOiAkbGlnaHQtY29sb3I7XG4kZHJvcG1lbnUtaG92ZXItdGV4dDogJHByaW1hcnktY29sb3I7XG4kZHJvcG1lbnUtaG9yaXotcGFkZGluZzogMjBweDtcbiRkcm9wbWVudS12ZXJ0LXBhZGRpbmc6IDdweDtcbiRkcm9wbWVudS1jaGlsZC1wYWRkaW5nOiAxMHB4O1xuJGRyb3BtZW51LXNoYWRvdzogMCAzcHggNXB4IHJnYmEoMCwgMCwgMCwgMC4xKTtcblxuLy8gTW9iaWxlIE1lbnVcbiRtb2JpbGUtY29sb3ItbWFpbjogJHByaW1hcnktY29sb3I7XG4kbW9iaWxlLWNvbG9yLWFjdGl2ZTogI0ZGRjtcbiRtb2JpbGUtY29sb3ItbGluazogI0ZGRjtcbiRtb2JpbGUtYnV0dG9uLWhlaWdodDogMjRweDtcbiRtb2JpbGUtYnV0dG9uLXdpZHRoOiAyOHB4OyIsIkBtaXhpbiBicmVha3BvaW50KCRwb2ludCkge1xuICBAaWYgJHBvaW50ID09IDJ4IHtcbiAgICBAbWVkaWEgKG1pbi13aWR0aDokc2l6ZS0yeCkge1xuICAgICAgQGNvbnRlbnQ7XG4gICAgfVxuICB9IEBlbHNlIGlmICRwb2ludCA9PSB4bCB7XG4gICAgQG1lZGlhIChtYXgtd2lkdGg6ICRzaXplLXhsKSB7XG4gICAgICBAY29udGVudDtcbiAgICB9XG5cbiAgfSBAZWxzZSBpZiAkcG9pbnQgPT0gbGcge1xuICAgIEBtZWRpYSAobWF4LXdpZHRoOiAkc2l6ZS1sZykge1xuICAgICAgQGNvbnRlbnQ7XG4gICAgfVxuICB9IEBlbHNlIGlmICRwb2ludCA9PSBtZCB7XG4gICAgQG1lZGlhIChtYXgtd2lkdGg6ICRzaXplLW1kKSB7XG4gICAgICBAY29udGVudDtcbiAgICB9XG4gIH0gQGVsc2UgaWYgJHBvaW50ID09IHNtIHtcbiAgICBAbWVkaWEgKG1heC13aWR0aDogJHNpemUtc20pIHtcbiAgICAgIEBjb250ZW50O1xuICAgIH1cbiAgfSBAZWxzZSBpZiAkcG9pbnQgPT0geHMge1xuICAgIEBtZWRpYSAobWF4LXdpZHRoOiAkc2l6ZS14cykge1xuICAgICAgQGNvbnRlbnQ7XG4gICAgfVxuICB9ICBAZWxzZSB7XG4gICAgQHdhcm4gXCJCcmVha3BvaW50IG1peGluIHN1cHBvcnRzOiB4cywgc20sIG1kLCBsZywgeGwsIDJ4XCI7XG4gIH1cbn1cblxuQG1peGluIHZlcnRpY2FsLWFsaWduKCRwb3NpdGlvbjogcmVsYXRpdmUpIHtcbiAgcG9zaXRpb246ICRwb3NpdGlvbjtcbiAgdG9wOiA1MCU7XG4gIHRyYW5zZm9ybTogdHJhbnNsYXRlWSgtNTAlKTtcbn1cblxuQG1peGluIGJ1dHRvbi1wcmltYXJ5KCkge1xuICBiYWNrZ3JvdW5kOiAkcHJpbWFyeS1jb2xvcjtcbiAgYm9yZGVyLWNvbG9yOiAkcHJpbWFyeS1jb2xvci1kYXJrO1xuICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAmOmZvY3VzLFxuICAmOmhvdmVyIHtcbiAgICBiYWNrZ3JvdW5kOiBkYXJrZW4oJHByaW1hcnktY29sb3ItZGFyaywgMiUpO1xuICAgIGJvcmRlci1jb2xvcjogZGFya2VuKCRwcmltYXJ5LWNvbG9yLWRhcmssIDUlKTtcbiAgICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICB9XG4gICY6YWN0aXZlLFxuICAmLmFjdGl2ZSB7XG4gICAgYmFja2dyb3VuZDogZGFya2VuKCRwcmltYXJ5LWNvbG9yLWRhcmssIDQlKTtcbiAgICBib3JkZXItY29sb3I6IGRhcmtlbigkcHJpbWFyeS1jb2xvci1kYXJrLCA3JSk7XG4gICAgY29sb3I6ICRsaWdodC1jb2xvcjtcbiAgfVxufVxuXG5AZnVuY3Rpb24gc3RyaXAtdW5pdCgkdmFsdWUpIHtcbiAgQHJldHVybiAkdmFsdWUgLyAoJHZhbHVlICogMCArIDEpO1xufVxuXG5AbWl4aW4gZmx1aWQtdHlwZSgkbWluLXZ3LCAkbWF4LXZ3LCAkbWluLWZvbnQtc2l6ZSwgJG1heC1mb250LXNpemUpIHtcbiAgJHUxOiB1bml0KCRtaW4tdncpO1xuICAkdTI6IHVuaXQoJG1heC12dyk7XG4gICR1MzogdW5pdCgkbWluLWZvbnQtc2l6ZSk7XG4gICR1NDogdW5pdCgkbWF4LWZvbnQtc2l6ZSk7XG5cbiAgQGlmICR1MSA9PSAkdTIgYW5kICR1MSA9PSAkdTMgYW5kICR1MSA9PSAkdTQge1xuICAgICYge1xuICAgICAgZm9udC1zaXplOiAkbWluLWZvbnQtc2l6ZTtcbiAgICAgIEBtZWRpYSBzY3JlZW4gYW5kIChtaW4td2lkdGg6ICRtaW4tdncpIHtcbiAgICAgICAgZm9udC1zaXplOiBjYWxjKCN7JG1pbi1mb250LXNpemV9ICsgI3tzdHJpcC11bml0KCRtYXgtZm9udC1zaXplIC0gJG1pbi1mb250LXNpemUpfSAqICgoMTAwdncgLSAjeyRtaW4tdnd9KSAvICN7c3RyaXAtdW5pdCgkbWF4LXZ3IC0gJG1pbi12dyl9KSk7XG4gICAgICB9XG4gICAgICBAbWVkaWEgc2NyZWVuIGFuZCAobWluLXdpZHRoOiAkbWF4LXZ3KSB7XG4gICAgICAgIGZvbnQtc2l6ZTogJG1heC1mb250LXNpemU7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG4iLCJodG1sIHtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4jYm9keS13cmFwcGVyIHtcbiAgLmNvbnRhaW5lciB7XG4gICAgcGFkZGluZzogJHZlcnQtcGFkZGluZztcbiAgfVxuXG4gIC8vIEZpeGVkIEhlYWRlciBzb2x1dGlvblxuICAuaGVhZGVyLWZpeGVkICYge1xuICAgIHBhZGRpbmctdG9wOiAkaGVhZGVyLWhlaWdodC1sYXJnZTtcbiAgfVxufVxuXG4uaGVhZGVyLWZpeGVkIHtcbiAgLmhlcm8gKyAjc3RhcnQgPiAjYm9keS13cmFwcGVyIHtcbiAgICBwYWRkaW5nLXRvcDogMDtcbiAgfVxufVxuXG5zZWN0aW9uLnNlY3Rpb24ge1xuICBwYWRkaW5nLWxlZnQ6ICRob3Jpei1wYWRkaW5nO1xuICBwYWRkaW5nLXJpZ2h0OiAkaG9yaXotcGFkZGluZztcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuXG4ub3ZlcmxheS1saWdodCwgLm92ZXJsYXktZGFyaywgLm92ZXJsYXktbGlnaHQtZ3JhZGllbnQsIC5vdmVybGF5LWRhcmstZ3JhZGllbnQge1xuICB6LWluZGV4OiAwO1xufVxuXG4vLyBIZXJvXG4uaGVybyB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuXG4gIHBhZGRpbmctdG9wOiA2cmVtO1xuICBwYWRkaW5nLWJvdHRvbTogN3JlbTtcbiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjtcbiAgYmFja2dyb3VuZC1wb3NpdGlvbjogY2VudGVyO1xuXG4gIGgxIHtcbiAgICBjb2xvcjogJGhlYWRlci10ZXh0LWRhcms7XG4gICAgZm9udC1zaXplOiA0cmVtO1xuICB9XG5cbiAgaDIge1xuICAgIGNvbG9yOiByZ2JhKCRoZWFkZXItdGV4dC1kYXJrLCAwLjgpO1xuICAgIGZvbnQtc2l6ZTogMi41cmVtO1xuICB9XG5cbiAgJi5oZXJvLWZ1bGxzY3JlZW4ge1xuICAgIG1pbi1oZWlnaHQ6IDEwMHZoO1xuICB9XG5cbiAgJi5oZXJvLWxhcmdlIHtcbiAgICBtaW4taGVpZ2h0OiA1MDBweDtcbiAgfVxuXG4gICYuaGVyby1tZWRpdW0ge1xuICAgIG1pbi1oZWlnaHQ6IDQwMHB4O1xuICB9XG5cbiAgJi5oZXJvLXNtYWxsIHtcbiAgICBtaW4taGVpZ2h0OiAxMTBweDtcbiAgfVxuXG4gICYuaGVyby10aW55IHtcbiAgICBtaW4taGVpZ2h0OiA4cmVtO1xuICB9XG4gIFxuICAuaGVhZGVyLWZpeGVkICYge1xuICAgIGJhY2tncm91bmQtcG9zaXRpb246IDUwJSAwO1xuICB9XG5cbiAgLy8mLnBhcmFsbGF4IHtcbiAgLy8gIGJhY2tncm91bmQtYXR0YWNobWVudDogZml4ZWQ7XG4gIC8vfVxuXG4gIEBpbmNsdWRlIGJyZWFrcG9pbnQobWQpIHtcbiAgICBoMSB7XG4gICAgICBmb250LXNpemU6IDNyZW07XG4gICAgfVxuICAgIGgyIHtcbiAgICAgIGZvbnQtc2l6ZTogMS43NXJlbTtcbiAgICB9XG4gIH1cblxuICBAaW5jbHVkZSBicmVha3BvaW50KHNtKSB7XG4gICAgaDEge1xuICAgICAgZm9udC1zaXplOiAycmVtO1xuICAgIH1cbiAgICBoMiB7XG4gICAgICBmb250LXNpemU6IDEuMjVyZW07XG4gICAgfVxuICB9XG5cblxuICAmLnRleHQtbGlnaHQge1xuICAgIGgxIHtcbiAgICAgIGNvbG9yOiAkaGVhZGVyLXRleHQtbGlnaHQ7XG4gICAgfVxuICAgIGgyIHtcbiAgICAgIGNvbG9yOiByZ2JhKCRoZWFkZXItdGV4dC1saWdodCwgMC44KTtcbiAgICB9XG4gIH1cblxuICBwIHtcbiAgICBmb250LXNpemU6IC45cmVtO1xuICAgIGZvbnQtd2VpZ2h0OiAzMDA7XG4gIH1cblxuICAjdG8tc3RhcnQge1xuICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgYm90dG9tOiAxMHB4O1xuICAgIGZvbnQtc2l6ZTogMnJlbTtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gIH1cbn1cblxuLy8gT3ZlcmxheVxuLmltYWdlLW92ZXJsYXkge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAwO1xuICByaWdodDogMDtcbiAgei1pbmRleDogLTE7XG5cbiAgLm92ZXJsYXktbGlnaHQgJiB7XG4gICAgYmFja2dyb3VuZDogcmdiYSgjZmZmLCAwLjQpO1xuICB9XG5cbiAgLm92ZXJsYXktbGlnaHQtZ3JhZGllbnQgJiB7XG4gICAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgcmdiYSgjZmZmLDAuNSksIHJnYmEoI2ZmZiwwLjIpKTtcbiAgfVxuXG4gIC5vdmVybGF5LWRhcmsgJiB7XG4gICAgYmFja2dyb3VuZDogcmdiYSgjMDAwLCAwLjQpO1xuICB9XG5cbiAgLm92ZXJsYXktZGFyay1ncmFkaWVudCAmIHtcbiAgICBiYWNrZ3JvdW5kOiBsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCByZ2JhKCMwMDAsMC41KSwgcmdiYSgjMDAwLDAuMikpO1xuICB9XG59XG5cblxuXG5cblxuXG5cblxuXG4iLCJodG1sIHtcbiAgQGluY2x1ZGUgZmx1aWQtdHlwZSgkc2l6ZS14cywgJHNpemUteGwsICRtaW4tcmVzcG9uc2l2ZS1mb250LXNpemUsICRodG1sLWZvbnQtc2l6ZSk7XG59XG5cbi8vIEhlYWRlciBPdmVycmlkZXNcbmgxLCBoMiwgaDMsIGg0LCBoNSwgaDYge1xuICBtYXJnaW4tdG9wOiAycmVtO1xuICBmb250LWZhbWlseTogJHRpdGxlLWZvbnQtZmFtaWx5O1xuICBjb2xvcjogZGFya2VuKCRib2R5LWZvbnQtY29sb3IsIDEwJSk7XG59XG5cbmgxLCAuaDEge1xuICBmb250LXNpemU6IDNyZW07XG59XG5cbmgyLCAuaDIge1xuICBmb250LXNpemU6IDEuOHJlbTtcbn1cblxuaDYsIC5oNiB7XG4gIGZvbnQtd2VpZ2h0OiA0MDA7XG59XG5cbi50aXRsZS1jZW50ZXIge1xuICBoMSwgaDIge1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgfVxufVxuXG4udGl0bGUtaDFoMiB7XG4gIGgxICB7XG4gICAgZm9udC13ZWlnaHQ6IDEwMDtcbiAgICBtYXJnaW4tYm90dG9tOiAwO1xuICAgIGxpbmUtaGVpZ2h0OiAxLjE7XG5cbiAgICBzdHJvbmcsIGJvbGQge1xuICAgICAgZm9udC13ZWlnaHQ6IDQwMDtcbiAgICB9XG4gIH1cbiAgaDEgKyBoMiB7XG4gICAgbGluZS1oZWlnaHQ6IDEuMTtcbiAgICBtYXJnaW4tdG9wOiAwO1xuICB9XG5cbn1cblxuLy8gVHlwb2dyYXBoeSBIaW50c1xuLnRpdGxlLWgxaDIsIC50aXRsZS1jZW50ZXIge1xuICBoMSArIGgyIHtcbiAgICBtYXJnaW4tYm90dG9tOiA1MHB4O1xuICAgIGZvbnQtd2VpZ2h0OiA3MDA7XG4gIH1cbn1cblxuYTpmb2N1cyB7XG4gIG91dGxpbmU6IG5vbmUgIWltcG9ydGFudDtcbiAgYm94LXNoYWRvdzogbm9uZSAhaW1wb3J0YW50O1xufVxuXG5pbWcge1xuICBtYXgtd2lkdGg6IDEwMCU7XG59XG5cblxuLy8gQ29kZWJsb2Nrc1xucHJlIGNvZGUsIHByZS54ZGVidWctdmFyLWR1bXB7XG4gIGJhY2tncm91bmQ6ICNmYWZhZmE7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBwYWRkaW5nOiAxcmVtICFpbXBvcnRhbnQ7XG4gIGxpbmUtaGVpZ2h0OiAxLjU7XG4gIGNvbG9yOiBpbmhlcml0O1xuICBib3JkZXItcmFkaXVzOiAycHg7XG4gIG92ZXJmbG93LXg6IGF1dG87XG59XG5cbnByZSB7XG4gIGNvZGU6bm90KC5obGpzKSB7XG4gICAgYmFja2dyb3VuZDogI2Y4ZjhmODtcbiAgfVxufVxuXG4vLyBJY29uIFR3ZWFrc1xuaS5mYSB7XG5cblxuICAmLmZhLWhlYXJ0LCAmLmZhLWhlYXJ0LW8ge1xuICAgICYucHVsc2Uge1xuICAgICAgY29sb3I6ICM5MjBcbiAgICB9XG4gIH1cbn1cblxuLy8gRm9udCBXZWlnaHRzXG5iLFxuc3Ryb25nIHtcbiAgZm9udC13ZWlnaHQ6IDcwMDtcbn1cblxuLmhlYXZ5IHtcbiAgZm9udC13ZWlnaHQ6IDcwMDtcbn1cblxuLmxpZ2h0IHtcbiAgZm9udC13ZWlnaHQ6IDIwMDtcbn1cblxuLy8gQ29sb3JzXG4udGV4dC1saWdodCB7XG4gIGNvbG9yOiByZ2JhKCRsaWdodC1jb2xvciwgMC44KTtcblxuICBoMSwgaDIsIGgzLCBoNCwgaDUsIGg2IHtcbiAgICBjb2xvcjogcmdiYSgkbGlnaHQtY29sb3IsIDAuOSk7XG4gIH1cbn1cblxuLy8gRXJyb3IgY29uZmlndXJhdGlvblxuI2Vycm9yIHtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIG1hcmdpbi10b3A6IDVyZW07XG5cbiAgLmljb24ge1xuICAgIGZvbnQtc2l6ZTogNTBweDtcbiAgfVxufVxuXG4vLyBNZXNzYWdlc1xuI21lc3NhZ2VzIHtcbiAgbWFyZ2luLWJvdHRvbTogMXJlbTtcblxuICAuaWNvbiB7XG4gICAgZm9udC1zaXplOiAxcmVtO1xuICB9XG59XG5cbi8vIExpc3RzXG51bCxcbm9sIHtcbiAgbWFyZ2luLWxlZnQ6ICR1bml0LTg7XG5cbiAgdWwsXG4gIG9sIHtcbiAgICBtYXJnaW4tbGVmdDogJHVuaXQtODtcbiAgfVxufVxuXG51bCB7XG4gIGxpc3Qtc3R5bGU6IGRpc2Mgb3V0c2lkZTtcbn1cblxub2wge1xuICBsaXN0LXN0eWxlOiBkZWNpbWFsIG91dHNpZGU7XG59XG5cbi8vIE5vdGljZXNcbi5ub3RpY2VzIHtcbiAgbWFyZ2luOiAxLjVyZW0gMDtcbiAgcCB7XG4gICAgbWFyZ2luOiAxcmVtIDA7XG4gIH1cbn1cblxuIiwiZm9ybSB7XG4gIC5idXR0b24td3JhcHBlciB7XG4gICAgbWFyZ2luLXRvcDogMC43NXJlbTtcbiAgICBtYXJnaW4tYm90dG9tOiAxcmVtO1xuICB9XG5cbiAgc3Bhbi5yZXF1aXJlZCB7XG4gICAgY29sb3I6ICRlcnJvci1jb2xvcjtcbiAgICBmb250LXdlaWdodDogNzAwO1xuICAgIGZvbnQtc2l6ZTogMS4ycmVtO1xuICB9XG5cbiAgLmZvcm0taW5wdXRbdHlwZT1yYW5nZV0ge1xuICAgIGFwcGVhcmFuY2U6IHNsaWRlci1ob3Jpem9udGFsO1xuICAgICY6Zm9jdXMge1xuICAgICAgYm94LXNoYWRvdzogbm9uZTtcbiAgICAgIGJvcmRlcjogbm9uZTtcbiAgICB9XG4gIH1cbn1cblxuI2dyYXYtbG9naW4ge1xuXG4gID4gZm9ybSB7XG4gICAgbWFyZ2luOiAycmVtIGF1dG8gMDtcbiAgICBtYXgtd2lkdGg6IDM1MHB4O1xuICB9XG4gIC5mb3JtLWxhYmVsIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG4gIC5mb3JtLWRhdGEge1xuICAgIG1hcmdpbjogMXJlbSAwO1xuICB9XG4gIC5mb3JtLWlucHV0IHtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIH1cbiAgLmJ1dHRvbi13cmFwcGVyIHtcbiAgICB0ZXh0LWFsaWduOiByaWdodDtcblxuICAgIC5mb3JtLWRhdGEucmVtZW1iZXJtZSB7XG4gICAgICBtYXJnaW46IDA7XG4gICAgICBmbG9hdDogbGVmdDtcbiAgICB9XG4gICAgYnV0dG9uW3R5cGU9XCJzdWJtaXRcIl0ge1xuICAgICAgQGluY2x1ZGUgYnV0dG9uLXByaW1hcnk7XG4gICAgfVxuICB9XG59XG4iLCIubW9iaWxlLWNvbnRhaW5lciB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgLy93aWR0aDogMTAwJTtcbiAgLy9oZWlnaHQ6IDEwMCU7XG4gIHRvcDogNDAlO1xuICBsZWZ0OiAwO1xuICBtYXJnaW46ICAwIGF1dG87XG4gIHotaW5kZXg6IDI7XG59XG5cbi5tb2JpbGUtbG9nbyB7XG4gIHN2ZywgaW1nIHtcbiAgICBoZWlnaHQ6IDQycHg7XG4gICAgbWFyZ2luLXRvcDogLjdyZW07XG4gICAgbWFyZ2luLWxlZnQ6IDEuNHJlbTtcblxuICAgIHBhdGgge1xuICAgICAgZmlsbDogJGxpZ2h0LWNvbG9yO1xuICAgIH1cblxuICB9XG59XG5cbi8vIEhhbWJ1cmdlciBNZW51XG4ubW9iaWxlLW1lbnUge1xuXG4gIGRpc3BsYXk6IG5vbmU7XG4gIHRvcDogMDtcbiAgcmlnaHQ6IDA7XG4gIHotaW5kZXg6IDM7XG5cbiAgLmhlYWRlci1maXhlZCAmIHtcbiAgICBwb3NpdGlvbjogZml4ZWQ7XG4gIH1cblxuICBAaW5jbHVkZSBicmVha3BvaW50KG1kKSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cblxuICAuYnV0dG9uX2NvbnRhaW5lciB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMS4zcmVtO1xuICAgIHJpZ2h0OiAkaG9yaXotcGFkZGluZztcbiAgICBoZWlnaHQ6ICRtb2JpbGUtYnV0dG9uLWhlaWdodDtcbiAgICB3aWR0aDogJG1vYmlsZS1idXR0b24td2lkdGg7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIHotaW5kZXg6IDEwMDtcbiAgICB0cmFuc2l0aW9uOiBvcGFjaXR5IC4yNXMgZWFzZSwgdG9wIDAuNXMgZWFzZTtcblxuICAgICRiYXItb2Zmc2V0OiAkbW9iaWxlLWJ1dHRvbi1oZWlnaHQgLyAzO1xuXG4gICAgJjpob3ZlciB7XG4gICAgICBvcGFjaXR5OiAuNztcbiAgICB9XG5cbiAgICAmLmFjdGl2ZSB7XG4gICAgICBwb3NpdGlvbjogZml4ZWQ7XG5cbiAgICAgIC50b3Age1xuICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoJGJhci1vZmZzZXQpIHRyYW5zbGF0ZVgoMCkgcm90YXRlKDQ1ZGVnKTtcbiAgICAgICAgYmFja2dyb3VuZDogJG1vYmlsZS1jb2xvci1hY3RpdmU7XG4gICAgICB9XG4gICAgICAubWlkZGxlIHtcbiAgICAgICAgb3BhY2l0eTogMDtcbiAgICAgICAgYmFja2dyb3VuZDogJG1vYmlsZS1jb2xvci1hY3RpdmU7XG4gICAgICB9XG5cbiAgICAgIC5ib3R0b20ge1xuICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoLSgkYmFyLW9mZnNldCkpIHRyYW5zbGF0ZVgoMCkgcm90YXRlKC00NWRlZyk7XG4gICAgICAgIGJhY2tncm91bmQ6ICRtb2JpbGUtY29sb3ItYWN0aXZlO1xuICAgICAgfVxuICAgIH1cblxuICAgIHNwYW4ge1xuICAgICAgYmFja2dyb3VuZDogJG1vYmlsZS1jb2xvci1tYWluO1xuICAgICAgYm9yZGVyOiBub25lO1xuICAgICAgaGVpZ2h0OiA0cHg7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIHRvcDogMDtcbiAgICAgIGxlZnQ6IDA7XG4gICAgICB0cmFuc2l0aW9uOiAgYWxsIC4zNXMgZWFzZTtcbiAgICAgIGN1cnNvcjogcG9pbnRlcjtcblxuICAgICAgJjpudGgtb2YtdHlwZSgyKSB7XG4gICAgICAgIHRvcDogJGJhci1vZmZzZXQ7XG4gICAgICB9XG5cbiAgICAgICY6bnRoLW9mLXR5cGUoMykge1xuICAgICAgICB0b3A6ICRiYXItb2Zmc2V0ICogMjtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLm92ZXJsYXkge1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIGJhY2tncm91bmQ6ICMwMDA7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMCU7XG4gIG9wYWNpdHk6IDA7XG4gIHZpc2liaWxpdHk6IGhpZGRlbjtcbiAgdHJhbnNpdGlvbjogb3BhY2l0eSAuMzVzLCB2aXNpYmlsaXR5IC4zNXMsIGhlaWdodCAuMzVzO1xuXG4gICYub3BlbiB7XG4gICAgb3BhY2l0eTogLjk1O1xuICAgIHZpc2liaWxpdHk6IHZpc2libGU7XG4gICAgaGVpZ2h0OiAxMDAlO1xuXG4gIH1cbiAgbmF2IHtcblxuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICBtYXJnaW46IDAgYXV0bztcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIH1cbn1cblxuLm92ZXJsYXktbWVudSB7XG4gIGhlaWdodDogY2FsYygxMDAlIC0gOTBweCk7XG4gIG92ZXJmbG93LXk6IHNjcm9sbDtcblxuICAmID4gLnRyZWUge1xuICAgIHRleHQtYWxpZ246IGxlZnQ7XG4gIH1cbn1cblxuXG4udHJlZW1lbnUge1xuXG4gICYudHJlZW1lbnUtcm9vdCB7XG4gICAgbWFyZ2luOiAxcmVtO1xuICB9XG5cbiAgbGkge1xuICAgIGxpc3Qtc3R5bGU6IG5vbmU7XG4gICAgbWFyZ2luOiAwIDAgMXB4O1xuICAgIHBhZGRpbmc6IDVweCAwO1xuICAgIGxpbmUtaGVpZ2h0OiAxLjJyZW07XG5cbiAgICBiYWNrZ3JvdW5kOiByZ2JhKCRncmF5LWNvbG9yLWRhcmssMC4xKTtcblxuICAgIGEge1xuICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICBtYXJnaW4tbGVmdDogMS4ycmVtO1xuICAgICAgZm9udC1zaXplOiAxcmVtO1xuXG4gICAgICAmOmhvdmVyLCAmOmZvY3VzLCAmLmFjdGl2ZSB7XG4gICAgICAgIGNvbG9yOiAkcHJpbWFyeS1jb2xvci1saWdodCAhaW1wb3J0YW50O1xuICAgICAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgdWwge1xuICAgIG1hcmdpbjogMCAwIDAgMXJlbTtcbiAgfVxuXG4gIC50b2dnbGVyIHtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgdmVydGljYWwtYWxpZ246IHRvcDtcbiAgICBmb250LXNpemU6IDEuMXJlbTtcbiAgICBsaW5lLWhlaWdodDogMXJlbTtcbiAgICBwYWRkaW5nLWxlZnQ6IDVweDtcbiAgICBmbG9hdDogbGVmdDtcblxuICAgICY6YmVmb3JlIHtcbiAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jazsgbWFyZ2luLXJpZ2h0OiAycHQ7XG4gICAgfVxuICB9XG5cbiAgbGkudHJlZS1lbXB0eSAgPiAudG9nZ2xlciB7XG4gICAgb3BhY2l0eTogMC4zOyBjdXJzb3I6IGRlZmF1bHQ7XG5cbiAgICAmOmJlZm9yZSB7XG4gICAgICBjb250ZW50OiBcIlxcMjAyMlwiO1xuICAgIH1cbiAgfVxuXG4gIGxpLnRyZWUtY2xvc2VkID4gLnRvZ2dsZXI6YmVmb3JlIHtcbiAgICBjb250ZW50OiBcIitcIjtcbiAgfVxuXG4gIGxpLnRyZWUtb3BlbmVkID4gLnRvZ2dsZXI6YmVmb3JlIHtcbiAgICBjb250ZW50OiBcIlxcMjIxMlwiO1xuICB9XG59XG5cbi5tb2JpbGUtbmF2LW9wZW4ge1xuICBvdmVyZmxvdy15OiBoaWRkZW47XG59XG4iLCIuZGVmYXVsdC1hbmltYXRpb24ge1xuICB0cmFuc2l0aW9uOiBhbGwgMC41cyBlYXNlO1xufVxuXG4vLyBQdWxzZSBBbmltYXRpb25cbi5wdWxzZSB7XG4gIGFuaW1hdGlvbi1uYW1lOiBwdWxzZV9hbmltYXRpb247XG4gIGFuaW1hdGlvbi1kdXJhdGlvbjogMjAwMG1zO1xuICB0cmFuc2Zvcm0tb3JpZ2luOjcwJSA3MCU7XG4gIGFuaW1hdGlvbi1pdGVyYXRpb24tY291bnQ6IGluZmluaXRlO1xuICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBsaW5lYXI7XG59XG5cbkBrZXlmcmFtZXMgcHVsc2VfYW5pbWF0aW9uIHtcbiAgMCUgeyB0cmFuc2Zvcm06IHNjYWxlKDEpOyB9XG4gIDMwJSB7IHRyYW5zZm9ybTogc2NhbGUoMSk7IH1cbiAgNDAlIHsgdHJhbnNmb3JtOiBzY2FsZSgxLjA4KTsgfVxuICA1MCUgeyB0cmFuc2Zvcm06IHNjYWxlKDEpOyB9XG4gIDYwJSB7IHRyYW5zZm9ybTogc2NhbGUoMSk7IH1cbiAgNzAlIHsgdHJhbnNmb3JtOiBzY2FsZSgxLjA1KTsgfVxuICA4MCUgeyB0cmFuc2Zvcm06IHNjYWxlKDEpOyB9XG4gIDEwMCUgeyB0cmFuc2Zvcm06IHNjYWxlKDEpOyB9XG59XG4iLCIjaGVhZGVyIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogJGhlYWRlci1oZWlnaHQtbGFyZ2U7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCByZ2JhKCRncmF5LWNvbG9yLCAwLjIpO1xuICBAZXh0ZW5kIC5kZWZhdWx0LWFuaW1hdGlvbjtcblxuICBmb250LXNpemU6IDAuN3JlbTtcbiAgZm9udC13ZWlnaHQ6IDcwMDtcblxuICBiYWNrZ3JvdW5kOiAkbGlnaHQtY29sb3I7XG4gIGNvbG9yOiAkZGFyay1jb2xvcjtcblxuICBhIHtcbiAgICBjb2xvcjogJGRhcmstY29sb3I7XG4gIH1cblxuICAubG9nbyBzdmcgcGF0aCB7XG4gICAgZmlsbDogJGhlYWRlci1jb2xvci1kYXJrO1xuICB9XG5cbiAgLmhlYWRlci1kYXJrICY6bm90KC5zY3JvbGxlZCkge1xuICAgIGJhY2tncm91bmQ6ICRoZWFkZXItY29sb3ItZGFyaztcbiAgICBjb2xvcjogJGxpZ2h0LWNvbG9yO1xuICAgIGEge1xuICAgICAgY29sb3I6IHJnYmEoJGxpZ2h0LWNvbG9yLCAwLjcpICFpbXBvcnRhbnQ7XG4gICAgfVxuICAgIGEuYWN0aXZlIHtcbiAgICAgIGNvbG9yOiAkbGlnaHQtY29sb3IgIWltcG9ydGFudDtcbiAgICB9XG4gICAgLmRyb3BtZW51IHVsIHVsIGEge1xuICAgICAgICBjb2xvcjogJGRhcmstY29sb3IgIWltcG9ydGFudDtcbiAgICB9XG4gICAgLmxvZ28gc3ZnIHBhdGgge1xuICAgICAgZmlsbDogJGxpZ2h0LWNvbG9yO1xuICAgIH1cbiAgfVxuXG4gIC5oZWFkZXItZGFyay5oZWFkZXItdHJhbnNwYXJlbnQgJjpub3QoLnNjcm9sbGVkKSB7XG4gICAgYmFja2dyb3VuZDogcmdiYSgjMDAwLCAwLjA1KTtcbiAgfVxuXG4gIC5oZWFkZXItdHJhbnNwYXJlbnQgJjpub3QoLnNjcm9sbGVkKSB7XG4gICAgYmFja2dyb3VuZDogcmdiYSgjZmZmLCAwLjA1KTtcbiAgICAvL2JvcmRlci1ib3R0b206IDAgIWltcG9ydGFudDtcbiAgfVxuXG4gIC5uYXZiYXItc2VjdGlvbiB7XG4gICAgaGVpZ2h0OiAkaGVhZGVyLWhlaWdodC1sYXJnZTtcbiAgICBAZXh0ZW5kIC5kZWZhdWx0LWFuaW1hdGlvbjtcblxuICAgIEBpbmNsdWRlIGJyZWFrcG9pbnQobWQpIHtcbiAgICAgIG1hcmdpbi1yaWdodDogMnJlbTtcbiAgICB9XG4gIH1cblxuICAubmF2YmFyLXNlY3Rpb24uZGVza3RvcC1tZW51IHtcbiAgICBAaW5jbHVkZSBicmVha3BvaW50KG1kKSB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cbiAgfVxuXG4gIC5sb2dvIHtcbiAgICBzdmcsIGltZyB7XG4gICAgICBoZWlnaHQ6IDQycHg7XG4gICAgICBkaXNwbGF5OiBpbmhlcml0O1xuICAgICAgQGV4dGVuZCAuZGVmYXVsdC1hbmltYXRpb247XG4gICAgfVxuICB9XG5cbiAgLy8gRml4ZWQgSGVhZGVyIHNvbHV0aW9uXG4gIC5oZWFkZXItZml4ZWQgJiB7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIHRvcDogMDtcbiAgICB6LWluZGV4OiAyO1xuICB9XG59XG5cbi8vIEFuaW1hdGUgRml4ZWQgSGVhZGVyXG5ib2R5LmhlYWRlci1maXhlZC5oZWFkZXItYW5pbWF0ZWQge1xuICAjaGVhZGVyLnNjcm9sbGVkIHtcbiAgICBoZWlnaHQ6ICRoZWFkZXItaGVpZ2h0LXNtYWxsO1xuXG4gICAgLm5hdmJhci1zZWN0aW9uIHtcbiAgICAgIGhlaWdodDogJGhlYWRlci1oZWlnaHQtc21hbGw7XG4gICAgfVxuXG4gICAgLmxvZ28ge1xuICAgICAgc3ZnLCBpbWcge1xuICAgICAgICBoZWlnaHQ6IDI4cHg7XG4gICAgICB9XG4gICAgfVxuXG4gICAgfiAubW9iaWxlLW1lbnUgLmJ1dHRvbl9jb250YWluZXIge1xuICAgICAgdG9wOiAwLjVyZW07XG4gICAgfVxuICB9XG59XG5cbi5sb2dpbi1zdGF0dXMtd3JhcHBlciB7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG59XG4iLCIvLyBTdGlja3kgRm9vdGVyIHNvbHV0aW9uXG5ib2R5LnN0aWNreS1mb290ZXIge1xuICBoZWlnaHQ6IDEwMCU7XG4gIG1pbi1oZWlnaHQ6IDEwMHZoO1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuXG4gICNwYWdlLXdyYXBwZXIge1xuICAgIGZsZXg6IDEgMCBhdXRvO1xuICB9XG59XG5cbiNmb290ZXIge1xuICBjb2xvcjogI2FjYjNjMjtcbiAgcGFkZGluZzogMXJlbSAkaG9yaXotcGFkZGluZyAwO1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59IiwiLmRyb3BtZW51IHtcblxuICBAaW5jbHVkZSBicmVha3BvaW50KG1kKSB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgfVxuXG4gIHVsIHtcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIG1hcmdpbjogMDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuXG4gICAgbGkge1xuICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgICAgbWFyZ2luOiAwO1xuXG4gICAgICBhIHtcbiAgICAgICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICAgICAgICBwYWRkaW5nOiAkZHJvcG1lbnUtdmVydC1wYWRkaW5nICgkZHJvcG1lbnUtaG9yaXotcGFkZGluZyArICRkcm9wbWVudS1jaGlsZC1wYWRkaW5nKSAkZHJvcG1lbnUtdmVydC1wYWRkaW5nICRkcm9wbWVudS1ob3Jpei1wYWRkaW5nO1xuICAgICAgICBkaXNwbGF5OiBibG9jaztcblxuICAgICAgICAmOmhvdmVyLCAmOmZvY3VzLCAmLmFjdGl2ZSB7XG4gICAgICAgICAgY29sb3I6ICRkcm9wbWVudS1ob3Zlci10ZXh0ICFpbXBvcnRhbnQ7XG4gICAgICAgIH1cblxuICAgICAgICAmOmJlZm9yZSB7XG4gICAgICAgICAgY29udGVudDogJ1xcZjEwNyc7XG4gICAgICAgICAgZm9udC1mYW1pbHk6ICdGb250QXdlc29tZSc7XG4gICAgICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgICAgICAgIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gICAgICAgICAgZmxvYXQ6IHJpZ2h0O1xuICAgICAgICAgIG1hcmdpbi1yaWdodDogLSAoMiAqJGRyb3BtZW51LWNoaWxkLXBhZGRpbmcpO1xuICAgICAgICB9XG5cbiAgICAgICAgJjpvbmx5LWNoaWxkIHtcbiAgICAgICAgICAvL2JhY2tncm91bmQ6IG5vbmU7XG4gICAgICAgICAgcGFkZGluZy1yaWdodDogJGRyb3BtZW51LWhvcml6LXBhZGRpbmc7XG5cbiAgICAgICAgICAmOmJlZm9yZSB7XG4gICAgICAgICAgICBjb250ZW50OiAnJztcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgJjpob3ZlciB7XG4gICAgICAgICYgPiB1bCB7XG4gICAgICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICAgICAgdmlzaWJpbGl0eTogdmlzaWJsZTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cblxuICAgIHVsIGxpIGE6YmVmb3JlIHtcbiAgICAgIGNvbnRlbnQ6ICdcXGYxMDUnO1xuICAgIH1cblxuICAgIHVsIHtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIHRvcDogMTAwJTtcbiAgICAgIGxpc3Qtc3R5bGU6IG5vbmU7XG4gICAgICBiYWNrZ3JvdW5kOiAkZHJvcG1lbnUtYmc7XG4gICAgICBib3gtc2hhZG93OiAkZHJvcG1lbnUtc2hhZG93O1xuICAgICAgdmlzaWJpbGl0eTogaGlkZGVuO1xuXG4gICAgICB1bCB7XG4gICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgbGVmdDogMTAwJTtcbiAgICAgICAgdG9wOiAwO1xuICAgICAgfVxuICAgIH1cblxuICB9XG5cbiAgJiA+IHVsID4gbGkge1xuICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgfVxuXG4gIC8vIEFuaW1hdGlvbiBvcHRpb25zXG4gICYuYW5pbWF0ZWQge1xuICAgIHVsIGxpIHtcbiAgICAgIHRyYW5zaXRpb246IGJhY2tncm91bmQgLjdzLCBjb2xvciAwLjVzO1xuICAgIH1cblxuICAgIHVsIGxpOmhvdmVyID4gdWwge1xuICAgICAgb3BhY2l0eTogMTtcbiAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWSgwKTtcbiAgICB9XG5cbiAgICB1bCB1bCB7XG4gICAgICB0cmFuc2l0aW9uOiB0cmFuc2Zvcm0gLjNzLCBvcGFjaXR5IC41cztcbiAgICAgIG9wYWNpdHk6IDA7XG4gICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoLTEwcHgpO1xuICAgIH1cbiAgfVxufSIsIi8qKiBFeHRyYSBjb2x1bW5zIHNwYWNpbmcgKiovXG4uZXh0cmEtc3BhY2luZzpub3QoLmNvbC0xMiksIDpub3QoLmNvbDEyKSA+IC5lLWNvbnRlbnQge1xuICBwYWRkaW5nLXJpZ2h0OiAxcmVtO1xuXG4gIEBpbmNsdWRlIGJyZWFrcG9pbnQobWQpIHtcbiAgICBwYWRkaW5nLXJpZ2h0OiAwO1xuICB9XG59XG5cbi8qKiBCcmVhZGNydW1icyBzdHlsaW5nICoqL1xuI2JyZWFkY3J1bWJzIHtcbiAgcGFkZGluZy1sZWZ0OiAwO1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBtYXJnaW4tdG9wOiAtMXJlbTtcbiAgbWFyZ2luLWJvdHRvbTogMXJlbTtcblxuXG4gIGkge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cblxuICBzcGFuLCBhIHtcbiAgICBwYWRkaW5nOiAwIDAuNXJlbTtcbiAgICAmOmZpcnN0LWNoaWxkIHtcbiAgICAgIHBhZGRpbmctbGVmdDogMDtcbiAgICB9XG4gIH1cblxuICBzcGFuLCBhIHtcbiAgICAmOm5vdCg6Zmlyc3QtY2hpbGQpOjpiZWZvcmUge1xuICAgICAgY29sb3I6ICNlN2U5ZWQ7XG4gICAgICBjb250ZW50OiBcIi9cIjtcbiAgICAgIHBhZGRpbmctcmlnaHQ6IDFyZW07XG4gICAgfVxuICB9XG59XG5cbi8qKiBCbG9nIExpc3RpbmcgKiovXG4uYmxvZy1saXN0aW5nIHtcblxuICAuYnJpY2tsYXllci1jb2x1bW4ge1xuICAgIHBhZGRpbmctbGVmdDogMHB4O1xuICAgIHBhZGRpbmctcmlnaHQ6IDI1cHg7XG5cbiAgfVxuICAuY2FyZCB7XG4gICAgbWFyZ2luLWJvdHRvbTogMjVweDtcbiAgICBib3JkZXI6IDA7XG4gICAgYm94LXNoYWRvdzogMCAxMHB4IDQ1cHggLTlweCByZ2JhKDAsMCwwLDAuMSk7XG4gIH1cblxuICAuY2FyZC1mb290ZXIge1xuICAgIHRleHQtYWxpZ246IHJpZ2h0O1xuICB9XG5cbiAgLmJsb2ctZGF0ZSB7XG4gICAgZm9udC1zaXplOiAxM3B4O1xuICB9XG5cbiAgLmxhYmVsIHtcblxuICB9XG59XG5cbi8qKiBCbG9nIEl0ZW0gKiovXG4uY29udGVudC10aXRsZSB7XG4gIG1hcmdpbi1ib3R0b206IDJyZW07XG5cbiAgaDIge1xuICAgIG1hcmdpbi1ib3R0b206IDAuNXJlbTtcbiAgfVxufVxuXG4ubGFiZWwge1xuICBmb250LXNpemU6IDEycHg7XG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG59XG5cbi8qKiBQYWdpbmF0aW9uICoqL1xudWwucGFnaW5hdGlvbiB7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xufVxuXG4ucHJldi1uZXh0IHtcbiAgbWFyZ2luLXRvcDogNHJlbTtcbn1cblxuLyoqIFNpZGViYXIgc3BlY2lmaWMgdHdlYWtzICoqL1xuI3NpZGViYXIge1xuXG4gIHVsLnJlbGF0ZWQtcGFnZXMge1xuICAgIGJveC1zaGFkb3c6IG5vbmU7XG4gICAgcGFkZGluZzogMDtcblxuICAgIGxpIHtcbiAgICAgIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAkYm9yZGVyLWNvbG9yO1xuICAgICAgJjpsYXN0LWNoaWxkIHtcbiAgICAgICAgYm9yZGVyLWJvdHRvbTogMDtcbiAgICAgIH1cbiAgICB9XG5cbiAgfVxuXG4gIHVsLmFyY2hpdmVzIHtcbiAgICBsaXN0LXN0eWxlOiBub25lO1xuICAgIG1hcmdpbi1sZWZ0OiAwO1xuXG4gICAgLmxhYmVsIHtcbiAgICAgIHZlcnRpY2FsLWFsaWduOiB0ZXh0LXRvcDtcbiAgICB9XG4gIH1cbn0iLCIubW9kdWxhci1oZXJvIHtcbiAgI3RvLXN0YXJ0IHtcbiAgICBib3R0b206IDMuNXJlbTtcbiAgfVxufVxuXG4ubW9kdWxhci1mZWF0dXJlcyB7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcblxuICAmLm9mZnNldC1ib3gge1xuICAgIC5mcmFtZS1ib3gge1xuICAgICAgbWFyZ2luOiAtM3JlbSAoLTFyZW0gLSAkbGF5b3V0LXNwYWNpbmcpIDNyZW07XG4gICAgICBwYWRkaW5nOiAxcmVtIDFyZW07XG4gICAgICBiYWNrZ3JvdW5kOiAkbGlnaHQtY29sb3I7XG4gICAgICBib3gtc2hhZG93OiAwIDAgNzVweCAwIHJnYmEoJGRhcmstY29sb3IsIDAuMSk7XG4gICAgfVxuICB9XG5cbiAgJi5zbWFsbCB7XG5cbiAgICAuY29sdW1ucyB7XG4gICAgICBtYXJnaW4tdG9wOiAtMXJlbTtcbiAgICB9XG5cbiAgICAuY29sdW1uOmhvdmVyIHtcbiAgICAgIC5mZWF0dXJlLWljb24gaSB7XG4gICAgICAgIGNvbG9yOiAkcHJpbWFyeS1jb2xvcjtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAuZmVhdHVyZS1pY29uIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAganVzdGlmeS1jb250ZW50OiBsZWZ0O1xuXG5cbiAgICAgIGkge1xuICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgICAgIGRpc3BsYXk6IGluaGVyaXQ7XG4gICAgICAgIGZvbnQtc2l6ZTogNzBweDtcbiAgICAgICAgbWFyZ2luOiAwIGF1dG8gMXJlbTtcbiAgICAgICAgdHJhbnNmb3JtOiBub25lO1xuICAgICAgICBsZWZ0OiBhdXRvO1xuICAgICAgICB0b3A6IGF1dG87XG4gICAgICAgIGNvbG9yOiAkZ3JheS1jb2xvcjtcbiAgICAgICAgQGV4dGVuZCAuZGVmYXVsdC1hbmltYXRpb247XG5cbiAgICAgIH1cbiAgICAgIGg2IHtcbiAgICAgICAgdGV4dC10cmFuc2Zvcm06IG5vbmU7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLmZyYW1lLWJveCB7XG4gICAgcGFkZGluZzogM3JlbSAwO1xuXG4gICAgPiBwIHtcbiAgICAgIG1heC13aWR0aDogNjAwcHg7XG4gICAgICBtYXJnaW4tbGVmdDogYXV0bztcbiAgICAgIG1hcmdpbi1yaWdodDogYXV0bztcbiAgICB9XG4gIH1cblxuICAuY29sdW1uIHtcbiAgICBwYWRkaW5nOiAxcmVtO1xuXG4gICAgJjpob3ZlciB7XG4gICAgICAuZmVhdHVyZS1pY29uIHtcbiAgICAgICAgY29sb3I6ICRncmF5LWNvbG9yO1xuICAgICAgICBoNiB7XG4gICAgICAgICAgY29sb3I6ICRwcmltYXJ5LWNvbG9yO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgICAuZmVhdHVyZS1jb250ZW50IHtcbiAgICAgICAgY29sb3I6ICRncmF5LWNvbG9yLWRhcms7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLmZlYXR1cmUtaWNvbiB7XG4gICAgZm9udC1zaXplOiAxMzBweDtcbiAgICBoZWlnaHQ6IDEwMHB4O1xuICAgIGNvbG9yOiAkZ3JheS1jb2xvci1saWdodDtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIG1hcmdpbjogMXJlbSAwO1xuICAgIEBleHRlbmQgLmRlZmF1bHQtYW5pbWF0aW9uO1xuXG4gICAgaSB7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICBsZWZ0OiA1MCU7XG4gICAgICB0b3A6IDUwJTtcbiAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWCgtNTAlKSB0cmFuc2xhdGVZKC01MCUpO1xuICAgIH1cblxuICAgIGg2IHtcbiAgICAgIGJhY2tncm91bmQ6ICRsaWdodC1jb2xvcjtcbiAgICAgIGxpbmUtaGVpZ2h0OiAxO1xuICAgICAgei1pbmRleDogMTtcbiAgICAgIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gICAgICBmb250LXdlaWdodDogNjAwO1xuICAgICAgbWFyZ2luOiAwO1xuICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICBjb2xvcjogJGdyYXktY29sb3ItZGFyaztcbiAgICB9XG4gIH1cblxuICAuZmVhdHVyZS1jb250ZW50IHtcbiAgICBjb2xvcjogJGdyYXktY29sb3I7XG4gIH1cbn1cblxuLm1vZHVsYXItdGV4dCB7XG4gIHBhZGRpbmctdG9wOiA0cmVtO1xuICBwYWRkaW5nLWJvdHRvbTogNHJlbTtcblxuICAuY29sdW1ucy5sZWZ0IHtcbiAgICBmbGV4LWRpcmVjdGlvbjogcm93LXJldmVyc2U7XG4gIH1cbn0iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFjQUEsQUFBQSxJQUFJLENBQUMsRUFDSCxNQUFNLEVBQUUsSUFBSSxHQUNiOztBQUVELEFBQ0UsYUFEVyxDQUNYLFVBQVUsQ0FBQyxFQUNULE9BQU8sRUZKSSxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksR0VLdkI7O0FBR0QsQUFBQSxhQUFhLENBTmYsYUFBYSxDQU1LLEVBQ2QsV0FBVyxFRkZPLElBQUksR0VHdkI7O0FBR0gsQUFDRSxhQURXLENBQ1gs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 */ diff --git a/user/themes/gilles_acezat/css-compiled/theme.min.css b/user/themes/gilles_acezat/css-compiled/theme.min.css new file mode 100644 index 0000000..8e345c7 --- /dev/null +++ b/user/themes/gilles_acezat/css-compiled/theme.min.css @@ -0,0 +1 @@ +html{height:100%}#body-wrapper .container{padding:2rem 0 2rem}.header-fixed #body-wrapper{padding-top:4rem}.header-fixed .hero+#start>#body-wrapper{padding-top:0}section.section{position:relative;padding-right:1rem;padding-left:1rem}.overlay-dark,.overlay-dark-gradient,.overlay-light,.overlay-light-gradient{z-index:0}.hero{display:-ms-flexbox;display:flex;padding-top:6rem;padding-bottom:7rem;background-position:center;background-size:cover;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.hero h1{font-size:4rem;color:#242931}.hero h2{font-size:2.5rem;color:rgba(36,41,49,.8)}.hero.hero-fullscreen{min-height:100vh}.hero.hero-large{min-height:500px}.hero.hero-medium{min-height:400px}.hero.hero-small{min-height:110px}.hero.hero-tiny{min-height:8rem}.header-fixed .hero{background-position:50% 0}@media (max-width:840px){.hero h1{font-size:3rem}.hero h2{font-size:1.75rem}}@media (max-width:600px){.hero h1{font-size:2rem}.hero h2{font-size:1.25rem}}.hero.text-light h1{color:#fff}.hero.text-light h2{color:rgba(255,255,255,.8)}.hero p{font-size:.9rem;font-weight:300}.hero #to-start{font-size:2rem;position:absolute;bottom:10px;display:inline-block;cursor:pointer}.image-overlay{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0}.overlay-light .image-overlay{background:rgba(255,255,255,.4)}.overlay-light-gradient .image-overlay{background:linear-gradient(to bottom,rgba(255,255,255,.5),rgba(255,255,255,.2))}.overlay-dark .image-overlay{background:rgba(0,0,0,.4)}.overlay-dark-gradient .image-overlay{background:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,.2))}html{font-size:16px}@media screen and (min-width:480px){html{font-size:calc(16px + 4 * ((100vw - 480px)/ 800))}}@media screen and (min-width:1280px){html{font-size:20px}}h1,h2,h3,h4,h5,h6{font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',sans-serif;margin-top:2rem;color:#3a414e}.h1,h1{font-size:3rem}.h2,h2{font-size:1.8rem}.h6,h6{font-weight:400}.title-center h1,.title-center h2{text-align:center}.title-h1h2 h1{font-weight:100;line-height:1.1;margin-bottom:0}.title-h1h2 h1 bold,.title-h1h2 h1 strong{font-weight:400}.title-h1h2 h1+h2{line-height:1.1;margin-top:0}.title-center h1+h2,.title-h1h2 h1+h2{font-weight:700;margin-bottom:50px}a:focus{outline:0!important;box-shadow:none!important}img{max-width:100%}pre code,pre.xdebug-var-dump{line-height:1.5;display:block;overflow-x:auto;padding:1rem!important;color:inherit;border-radius:2px;background:#fafafa}pre code:not(.hljs){background:#f8f8f8}i.fa.fa-heart-o.pulse,i.fa.fa-heart.pulse{color:#920}b,strong{font-weight:700}.heavy{font-weight:700}.light{font-weight:200}.text-light{color:rgba(255,255,255,.8)}.text-light h1,.text-light h2,.text-light h3,.text-light h4,.text-light h5,.text-light h6{color:rgba(255,255,255,.9)}#error{position:relative;margin-top:5rem;text-align:center}#error .icon{font-size:50px}#messages{margin-bottom:1rem}#messages .icon{font-size:1rem}ol,ul{margin-left:1.6rem}ol ol,ol ul,ul ol,ul ul{margin-left:1.6rem}ul{list-style:disc outside}ol{list-style:decimal outside}.notices{margin:1.5rem 0}.notices p{margin:1rem 0}form .button-wrapper{margin-top:.75rem;margin-bottom:1rem}form span.required{font-size:1.2rem;font-weight:700;color:#e85600}form .form-input[type=range]{-webkit-appearance:slider-horizontal;-moz-appearance:slider-horizontal;appearance:slider-horizontal}form .form-input[type=range]:focus{border:none;box-shadow:none}#grav-login>form{max-width:350px;margin:2rem auto 0}#grav-login .form-label{display:none}#grav-login .form-data{margin:1rem 0}#grav-login .form-input{text-align:center}#grav-login .button-wrapper{text-align:right}#grav-login .button-wrapper .form-data.rememberme{float:left;margin:0}#grav-login .button-wrapper button[type=submit]{color:#fff;border-color:#227ded;background:#3085ee}#grav-login .button-wrapper button[type=submit]:focus,#grav-login .button-wrapper button[type=submit]:hover{color:#fff;border-color:#1370e3;background:#1877ec}#grav-login .button-wrapper button[type=submit].active,#grav-login .button-wrapper button[type=submit]:active{color:#fff;border-color:#126bd9;background:#1372e7}.mobile-container{position:absolute;z-index:2;top:40%;left:0;margin:0 auto}.mobile-logo img,.mobile-logo svg{height:42px;margin-top:.7rem;margin-left:1.4rem}.mobile-logo img path,.mobile-logo svg path{fill:#fff}.mobile-menu{z-index:3;top:0;right:0;display:none}.header-fixed .mobile-menu{position:fixed}@media (max-width:840px){.mobile-menu{display:block}}.mobile-menu .button_container{position:absolute;z-index:100;top:1.3rem;right:1rem;width:28px;height:24px;cursor:pointer;transition:opacity .25s ease,top .5s ease}.mobile-menu .button_container:hover{opacity:.7}.mobile-menu .button_container.active{position:fixed}.mobile-menu .button_container.active .top{transform:translateY(8px) translateX(0) rotate(45deg);background:#fff}.mobile-menu .button_container.active .middle{opacity:0;background:#fff}.mobile-menu .button_container.active .bottom{transform:translateY(-8px) translateX(0) rotate(-45deg);background:#fff}.mobile-menu .button_container span{position:absolute;top:0;left:0;width:100%;height:4px;cursor:pointer;transition:all .35s ease;border:none;background:#3085ee}.mobile-menu .button_container span:nth-of-type(2){top:8px}.mobile-menu .button_container span:nth-of-type(3){top:16px}.overlay{position:fixed;top:0;left:0;visibility:hidden;width:100%;height:0;transition:opacity .35s,visibility .35s,height .35s;opacity:0;background:#000}.overlay.open{visibility:visible;height:100%;opacity:.95}.overlay nav{position:relative;margin:0 auto;text-align:center}.overlay-menu{overflow-y:scroll;height:calc(100% - 90px)}.overlay-menu>.tree{text-align:left}.treemenu.treemenu-root{margin:1rem}.treemenu li{line-height:1.2rem;margin:0 0 1px;padding:5px 0;list-style:none;background:rgba(102,113,137,.1)}.treemenu li a{font-size:1rem;display:block;margin-left:1.2rem}.treemenu li a.active,.treemenu li a:focus,.treemenu li a:hover{text-decoration:none;color:#3e8def!important}.treemenu ul{margin:0 0 0 1rem}.treemenu .toggler{font-size:1.1rem;line-height:1rem;float:left;padding-left:5px;cursor:pointer;vertical-align:top}.treemenu .toggler:before{display:inline-block;margin-right:2pt}.treemenu li.tree-empty>.toggler{cursor:default;opacity:.3}.treemenu li.tree-empty>.toggler:before{content:'\2022'}.treemenu li.tree-closed>.toggler:before{content:'+'}.treemenu li.tree-opened>.toggler:before{content:'\2212'}.mobile-nav-open{overflow-y:hidden}#header,#header .logo img,#header .logo svg,#header .navbar-section,.default-animation,.modular-features .feature-icon,.modular-features.small .feature-icon i{transition:all .5s ease}.pulse{transform-origin:70% 70%;animation-name:pulse_animation;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes pulse_animation{0%{transform:scale(1)}30%{transform:scale(1)}40%{transform:scale(1.08)}50%{transform:scale(1)}60%{transform:scale(1)}70%{transform:scale(1.05)}80%{transform:scale(1)}100%{transform:scale(1)}}#header{font-size:.7rem;font-weight:700;width:100%;height:4rem;color:#454d5d;border-bottom:1px solid rgba(172,179,194,.2);background:#fff}#header a{color:#454d5d}#header .logo svg path{fill:#222}.header-dark #header:not(.scrolled){color:#fff;background:#222}.header-dark #header:not(.scrolled) a{color:rgba(255,255,255,.7)!important}.header-dark #header:not(.scrolled) a.active{color:#fff!important}.header-dark #header:not(.scrolled) .dropmenu ul ul a{color:#454d5d!important}.header-dark #header:not(.scrolled) .logo svg path{fill:#fff}.header-dark.header-transparent #header:not(.scrolled){background:rgba(0,0,0,.05)}.header-transparent #header:not(.scrolled){background:rgba(255,255,255,.05)}#header .navbar-section{height:4rem}@media (max-width:840px){#header .navbar-section{margin-right:2rem}}@media (max-width:840px){#header .navbar-section.desktop-menu{display:none}}#header .logo img,#header .logo svg{display:inherit;height:42px}.header-fixed #header{position:fixed;z-index:2;top:0}body.header-fixed.header-animated #header.scrolled{height:2.3rem}body.header-fixed.header-animated #header.scrolled .navbar-section{height:2.3rem}body.header-fixed.header-animated #header.scrolled .logo img,body.header-fixed.header-animated #header.scrolled .logo svg{height:28px}body.header-fixed.header-animated #header.scrolled~.mobile-menu .button_container{top:.5rem}.login-status-wrapper{white-space:nowrap}body.sticky-footer{display:-ms-flexbox;display:flex;flex-direction:column;height:100%;min-height:100vh;-ms-flex-direction:column}body.sticky-footer #page-wrapper{-ms-flex:1 0 auto;flex:1 0 auto}#footer{padding:1rem 1rem 0;text-align:center;color:#acb3c2}@media (max-width:840px){.dropmenu{display:none}}.dropmenu ul{display:-ms-flexbox;display:flex;margin:0;white-space:nowrap}.dropmenu ul li{position:relative;margin:0}.dropmenu ul li a{display:block;padding:7px 30px 7px 20px;text-decoration:none}.dropmenu ul li a.active,.dropmenu ul li a:focus,.dropmenu ul li a:hover{color:#3085ee!important}.dropmenu ul li a:before{font-family:FontAwesome;display:inline-block;float:right;margin-right:-20px;content:'\f107';vertical-align:middle}.dropmenu ul li a:only-child{padding-right:20px}.dropmenu ul li a:only-child:before{content:''}.dropmenu ul li:hover>ul{display:block;visibility:visible}.dropmenu ul ul li a:before{content:'\f105'}.dropmenu ul ul{position:absolute;top:100%;visibility:hidden;list-style:none;background:#fff;box-shadow:0 3px 5px rgba(0,0,0,.1)}.dropmenu ul ul ul{position:absolute;top:0;left:100%}.dropmenu>ul>li{display:inline-block}.dropmenu.animated ul li{transition:background .7s,color .5s}.dropmenu.animated ul li:hover>ul{transform:translateY(0);opacity:1}.dropmenu.animated ul ul{transition:transform .3s,opacity .5s;transform:translateY(-10px);opacity:0}.extra-spacing:not(.col-12),:not(.col12)>.e-content{padding-right:1rem}@media (max-width:840px){.extra-spacing:not(.col-12),:not(.col12)>.e-content{padding-right:0}}#breadcrumbs{display:-ms-flexbox;display:flex;margin-top:-1rem;margin-bottom:1rem;padding-left:0;-ms-flex-align:center;align-items:center}#breadcrumbs i{display:none}#breadcrumbs a,#breadcrumbs span{padding:0 .5rem}#breadcrumbs a:first-child,#breadcrumbs span:first-child{padding-left:0}#breadcrumbs a:not(:first-child)::before,#breadcrumbs span:not(:first-child)::before{padding-right:1rem;content:'/';color:#e7e9ed}.blog-listing .bricklayer-column{padding-right:25px;padding-left:0}.blog-listing .card{margin-bottom:25px;border:0;box-shadow:0 10px 45px -9px rgba(0,0,0,.1)}.blog-listing .card-footer{text-align:right}.blog-listing .blog-date{font-size:13px}.content-title{margin-bottom:2rem}.content-title h2{margin-bottom:.5rem}.label{font-size:12px;text-transform:uppercase}ul.pagination{-ms-flex-pack:center;justify-content:center}.prev-next{margin-top:4rem}#sidebar ul.related-pages{padding:0;box-shadow:none}#sidebar ul.related-pages li{border-bottom:1px solid #e7e9ed}#sidebar ul.related-pages li:last-child{border-bottom:0}#sidebar ul.archives{margin-left:0;list-style:none}#sidebar ul.archives .label{vertical-align:text-top}.modular-hero #to-start{bottom:3.5rem}.modular-features{text-align:center}.modular-features.offset-box .frame-box{margin:-3rem -1.4rem 3rem;padding:1rem 1rem;background:#fff;box-shadow:0 0 75px 0 rgba(69,77,93,.1)}.modular-features.small .columns{margin-top:-1rem}.modular-features.small .column:hover .feature-icon i{color:#3085ee}.modular-features.small .feature-icon{display:block;-ms-flex-pack:left;justify-content:left}.modular-features.small .feature-icon i{font-size:70px;position:relative;top:auto;left:auto;display:inherit;margin:0 auto 1rem;transform:none;color:#acb3c2}.modular-features.small .feature-icon h6{text-transform:none}.modular-features .frame-box{padding:3rem 0}.modular-features .frame-box>p{max-width:600px;margin-right:auto;margin-left:auto}.modular-features .column{padding:1rem}.modular-features .column:hover .feature-icon{color:#acb3c2}.modular-features .column:hover .feature-icon h6{color:#3085ee}.modular-features .column:hover .feature-content{color:#667189}.modular-features .feature-icon{font-size:130px;position:relative;display:-ms-flexbox;display:flex;height:100px;margin:1rem 0;color:#e7e9ed;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.modular-features .feature-icon i{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.modular-features .feature-icon h6{font-weight:600;line-height:1;z-index:1;display:block;margin:0;text-transform:uppercase;color:#667189;background:#fff}.modular-features .feature-content{color:#acb3c2}.modular-text{padding-top:4rem;padding-bottom:4rem}.modular-text .columns.left{flex-direction:row-reverse;-ms-flex-direction:row-reverse} \ No newline at end of file diff --git a/user/themes/gilles_acezat/css/bricklayer.css b/user/themes/gilles_acezat/css/bricklayer.css new file mode 100755 index 0000000..4505480 --- /dev/null +++ b/user/themes/gilles_acezat/css/bricklayer.css @@ -0,0 +1,49 @@ +.bricklayer { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-align: start; + -webkit-align-items: flex-start; + -ms-flex-align: start; + align-items: flex-start; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +.bricklayer-column-sizer { + width: 100%; + display: none; +} + +@media screen and (min-width: 640px) { + .bricklayer-column-sizer { + width: 100%; + } +} + +@media screen and (min-width: 980px) { + .bricklayer-column-sizer { + width: 50%; + } +} + +/*@media screen and (min-width: 1200px) {*/ + /*.bricklayer-column-sizer {*/ + /*width: 33.33333%;*/ + /*}*/ +/*}*/ + +.bricklayer-column { + -webkit-box-flex: 1; + -webkit-flex: 1; + -ms-flex: 1; + flex: 1; + padding-left: 5px; + padding-right: 5px; +} \ No newline at end of file diff --git a/user/themes/gilles_acezat/css/custom.css b/user/themes/gilles_acezat/css/custom.css new file mode 100644 index 0000000..e69de29 diff --git a/user/themes/gilles_acezat/css/line-awesome.min.css b/user/themes/gilles_acezat/css/line-awesome.min.css new file mode 100644 index 0000000..49178de --- /dev/null +++ b/user/themes/gilles_acezat/css/line-awesome.min.css @@ -0,0 +1,4 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li{text-align:center}@font-face{font-family:FontAwesome;src:url(../fonts/line-awesome.eot?v=4.7.0);src:url(../fonts/line-awesome.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/line-awesome.woff2?v=4.7.0) format('woff2'),url(../fonts/line-awesome.woff?v=4.7.0) format('woff'),url(../fonts/line-awesome.ttf?v=4.7.0) format('truetype'),url(../fonts/line-awesome.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa.fa-pull-right,.fa.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} \ No newline at end of file diff --git a/user/themes/gilles_acezat/fonts/line-awesome.eot b/user/themes/gilles_acezat/fonts/line-awesome.eot new file mode 100644 index 0000000000000000000000000000000000000000..f13ae4a4efe61e68b715b82e226a77f344f63aaa GIT binary patch literal 213245 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


A!3)rViw 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 literal 0 HcmV?d00001 diff --git a/user/themes/gilles_acezat/fonts/line-awesome.svg b/user/themes/gilles_acezat/fonts/line-awesome.svg new file mode 100644 index 0000000..21c3c41 --- /dev/null +++ b/user/themes/gilles_acezat/fonts/line-awesome.svg @@ -0,0 +1,2954 @@ + + + + +Created by FontForge 20120731 at Fri Nov 24 02:04:36 2017 + By www-data +SIL Open Font License + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/user/themes/gilles_acezat/fonts/line-awesome.ttf b/user/themes/gilles_acezat/fonts/line-awesome.ttf new file mode 100644 index 0000000000000000000000000000000000000000..afdb6877858f68ee790a2f11a56e8ebca9d9eced GIT binary patch literal 263504 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�|aTVc1Jz>+Zwc!6>IYm7T4 z7P|0>vAq#roRc;)k8363*fqcc8tknu<_V3hH7VZdR=*Pmp35NQs+!1#tPz&PWVo?(3GG}z=U;~N8j=NaF$ zkMYeY!xc%!hZ$fm<698E1!cb$W!MpA{04;G2>VS)`{w5$Zb~u!=5fY%p)PO1H*Y~2 zx4+2vsDtr4(u}_i>D{@L@!dNZfBVafzhgh+d87vxp1%um?-^$NJ+Co-@2ia8e}eG` zkmmc4&--3rd>`V!|2X3h?P2_3#M_TF9_eEI14E1-fc;VA`$6RY!6S@6*2?(faDNzS zjG?|CLHH9s#t))QA4OUpL%JW|%lM%*-~i*F7y+DS{O~3K%ugL-{Ha$NKZ5i>lVkkv z2O0ky%J{kG8UK710P_pm8UNyO#=nGbo;l3;v+&25Gz`F)h-c^~6HKpB3BcrU>HqbLC1{y4|@$uY+N8Q=b72jf4*w?BpZ zXK}`Vj`+Vo8oxx||MCpu|2n|00pm>A4>935$%MeK zmLFpxi+C%LXAk0C^ePi85#IL#6Bt{fA9=0DckAF@{|pls4>EBH(%*o1m+oX@sEdg= z^)j(}I}^k3A4a}c9%W+75hkv}cUMONaBszT+iC!(nYadNUe^gYz{C#t?Ks55^+@OX zlT6%zG;f6e&ik3TX@H5Fb-*qrZrQ}d2<#)Ln0PbNyLE(#+fawwUS(p}K_=dUeBO$5 zM)OR(%>f`2VY@q-czc?OyG}Ck4&<9hy6-|6_6#%e?i3U6LHK>oGjacMCLS1PV&7{_ zJQ8N&!*M3Ykj6)l))R>P&N&CXS{7N16B>%r79_FOD+tCFJ$YX(paU{IB?!7>ED(b4+{{={$$>ed7cZ z-$Gr#lV#%hGfeyt<$3{m{utk!M4CTkOuTrEiC-LGV&YXMPCdrNOGx9TJpiQh>rTKa zCQc)*-=GeY&oJ=^#CxTei9cJInA*iO?0ad>FwUr@=UA3 zzF&0?@G{eC_A+fQ;?`|qS}e=7dV*t2i}wO1nU;t%tr2^WjT203g1s5`X4qR0zvVR3 zT1S~S5B~EznU;dzf?>cZrnMuF_Gg&Z0a)0|v<$vmgf-aWL8dJ|#Wd^hwM(=L0BX&d)3?eaJv&$La)nf9g{0NP;l38oEqG3`qDZ`sbY ztMGje{#T!3+SY?i+YYz}d0h**4)J!p$h7NWzy4LG-Efp?HzJ)I_cCqgVW!=b1;GF2 z(@eYNB-2Ka&zn)MTMseqHlz#wQQLJt)82w~-hw=Ce}-vqMH%1vJk##50G?yo+a{QH zC(5)N-`(W^j4~}h%(T0a=DYdm9w1;|`_HdqQ`}Z^L14*VG7-ZU`0|2D;A;z@FV1MjIrv2?+ zrag{)9^c2b4+og`5eop{KY_HK+yOv(AAN>tAAgQ%pE$s@Ps09psMp~=O#2kReX5md zpB`e`5%_-wY5#qkX-Dzh(N~%FIfQ=>eov1u?eoa<7|QYm2h*N`{TZb3l`{-`-*R=^ z!9OUrF()f$Y*Bkhx;$1N2nMwFxMAoO(g~C+s$_WWQ$r#htvI&*k$O7$&=V0+k^=HhZE`KJ|D@h}Gk4j;eod6(@4oVxjSB8u_*eK_PX;pH>q%RTPh}7&T;Q}fHrAOtP2NhnkW$-?aQ8~rc9=-Eg^&rKZmedg|Ju@Sgke-{QA=tw>uDW z=x(>}ag>+)+gn?s(aK7Hz~$0Cg<-$j?Q&TV6KObX!r`!3TrQWx;plB|uc>Ko@AS=^ z7mHeAe!s(3UEOYR*viT*7KcMvG|ghMa4pj8L3|tRLUam;$CF4zLxV1lM~JSj?rxjM z7XC)m;dF*9c01+c=yF7C7QZMj4~1NgT%@i}*F7G$+hzlJC>2K+ieU5kY-U}2Q5|uF zMb{lkq;gtV5`A2&N?Tkgw648hghG~%Y_#5LwRpX;xYpUfcyT1+^;&G2=5n}nA?$Y9 zD4HfX4|tqTr0;OKJU&M-DD<$;?+=A5DyphHo=~{(L(WkzuDh((fFDgG!cHfB?Gv$B zTWe2Gs~!k=Jn_E1C0+C9Q)9c`7J$ozRD5&h_-rm0$4^A#sTwp#IK0cR>lTm4qYIx9 zK3lWHht5J#Y&KmNj)1HuvWaYHYV!M$m({AHeG$Q5UheT&T*JzRH&PYdqM`!zMHg6h z2qC7x|9D&upG!E(%Fu~rZnw9k#TBxN`g+;iE`}eU>SWtQr?!n<0oe&KiSQh_M0fFJ8HF z`|Z8Gp-@a$9U4ic*7vuz#$xFjU=>va4H2#h27ytWCu}aq&feaU5p5e1LUR7DWbLv* zSy^A-_AS|LZ*Q)xwbh5NFE0ny#WKAM7PPeV4YaohgEhXInn1`C_Ij(UlOC@Z2=qiG z(cgOY)uTv<+Ci|1sWVzsoM82gG=JJV+Uwdo%yAzGV!Q=Gy%vI=Ei`IWDO-eEXi=;I zbwn-O@qi9+ht+#4-)Qv;TXfBuoypN$VIn!YbIqElwji)##g?Jv%Uur_{#o#zd+xc# z;@K-sSiSw*Z{Dy$UvalD0ld3(RDeM#Sz6)P4k+8}gbh{wZuXA&YamP1){ z;$=3UEn=(KMFV796Pzbg4Y`%;NRyzGkP3wf0U-v0HE2bXUyygco357+HM zu7&$We{i`k1t>gXCPfM6N*(B@9hf7=G@S)m1NBo8V?hgnwX*h=vuYu7d$!=W=hjV^ zeL|0C$NOQwVJ&_)$hW4$jTrqKKdHx;e`V9HuxHIciUR!5SdO)7V`3+(WOG>yjTMO@ zvfYE2ed=QMz<~0!r1mkie0yEGoM<_)CFcl_i>xCILjy5@3LNpPA) z%%0DP=ePIu1%n>lb?1K$7k=w1D+>iMNN%|HT5$qqyt&!ubKUu;VIFY#e9g^q#2y}| z^fOcA+PAeNtAK-MzeJ-Av#Ok*h#F|$UiP{2j#WQe^`r8RuBR{gW8F2e?U(SMEP8Tq zGWoWqI|e5+2OU*wf4TOTPV`e6X`Mh?jqGBihOgyAEkZUbFWHG|kX=#_%y;A$t59JIFnh3SeRkZR@ifnWpsdlN`%;TOy6B_6ltnLVod1BQ*`LXdSFN`P1Kq-A z@w7kEaEnFfn!B!bk43lWt$W;cT(js6x3oWEEfcn&mMmYe^wahVOdIi*cP#&Md55z) znv3R~)#V+_zucVH$44EOX@SGR4-WP&XU9fK{I%%-;L z>YkqAp85Fo$hSBFcV~NhBysV@TNPe!z4+op1amY}$ePh8GIOy!Xh&Y0VRP6DwwhhS z-o&nE*RwaXJJ{V9#%gdGz-Z7uqJzL}Wg5I4VScO*^pVU;Nh#~o4Tfp`E8Q3b7#B1W zj+~uzgtJ5sb396hv=$~{_{hq~>0OX9Uf(Xx7^ykJH}f?;-*6$p5Y!V<}XW>&5mdDfC4it z;she7vTo{XPyN=z$-g@CO&Mu)@ zQq#mdF{8w$ziGZvcy1=`%hI4KdCrzP$bOE8IP3`TD-2Q}?c+xr$&!!dx8rZ%-ndr^1Jj`jVbBcF4dB=t%+mMzQsMq^zk0vnl$|$YB0ly1%(Bj#rpVxRjW#$R4VGmEU3-JF z{g%e$8Iwo{~6etR!i^DB%)^)axeUtqY*6xyj z?vVU5=6ag9X$~ih1Ky!Nrd{DO`O>UU58<}r43tgI`REyi^JYq9DqcZ-tG+Q(mFpCl zQ%TMg*4`n%qi~E8}+(*JANxnyqe&9$e%<7;lNT`+z{2_MmutidlS-Z2WX<|etqAY! z>@&doW^I9-DVMQz>@s#Gy9OAmXrhTBiZTKRh)<&j7$fO~xu&Xvj0XHZ#ix}3R$8=L zu9NHK@)&VFG^W8B%rN=Y!rlf3(oy-!hD+Y>3Rue8?t=`XvdrspH*Kia^>JaZ9oB5M z{05XfKgCe&pvPO?a`#@wdDtDCrE`VBhOkG49dh1ooC z6OxCQvk%rhpxyLf#j{XK_e$Kdl{k$~#W50Xr-!}*l`l^SX7gia)Z?y*BiwliI0PPn zOjksYBf#eGKbahLgj4$*;pAw)7PfkK6pkZ$^s=+W1@xcnKS}0L!Cfmqu&(Vtd1c{u z%D4aIFc0;E-j9JMMM0Bl!4EAg@;^ieLYUjpUsPsu)u#Actk{aRlJkE8{8^4iHK*oG z?IRSHj7S!1G%DcWzCd?S(}gXyk75{1$|&D~k|e>s(ozmJXbUb2pgbnu?Uf}eUAdlj z%~~=`%61k^(Qoxu>sk3e=u0I>sjb8rH4mtFR!tD$a`t1zQ0E~%-h9^-+sS+5 zJCT(*^X|fJw1(?EM4S-?x4dId;d{n>jI}**g=7lUH^7w=sltW(=A6<9cKB`h9ais$ zuEXyk`Tndg70tQp=Dml?Ht#*|x@b<*ixCk$YsRGb`3?^eETQRvuvxB)fKyA$n&#i8ahUkqDpf&au&^t$139MWp(7!?s2sqkY zjbAhBWSKE;7tn}#BkZs$8Y5>7J5fkl1%kJ@;0P|frpNnF>T&hXg424Pp}gH5Y`W7P zRBuo7hF3hji#}R?DI`M7R>ToIt4I4^j}`r+YV4rh(-<*I&3IfP*5*IOH$FS}tsUOCd@9jk} z#5h)AErVoUcit&%oLeOmK{iN&Z8}N9VHXxqAP8za8ki}33E93~Pas1qFpHFjAh9nvSp9jf&89q}5u$DRJ5PxOCriRV6o@<=jE0A;r zc%%ST#V%>tW0*&`L*_D9$(AdX{6vlhx%N?9hLnOyK7{aHjaxN)k{zu_JtEjsw-WZJ z_C>ek9=~>QFcwHQUwt(n^Ui}YdU%%+m}|S}q5%YpGkfYTqUizrLTBf&!v_(1LAUu~ z?1}ZLfF zuX>5r$A#ku{wi*S!E#LhL6Lk3+~jCky`#l zFuS~`xiJZepx}O+?(@zGFI~EN_1w8tVGI-9Rpu$ffaKVeTFyDra6}rDsR;IQ5@jy8 zUKUNwPbHd~uutf)yEUw3^p*t++J`q@mapN>B!2s5e6&i0ywJ%s8G@)T%liR!)S`KOF zrN#a>Xqv&ps!=BUR?20Gwkdk3#;D}=9LUeo-YF2I})x0s9d+6F7 zg(z4fnvkN+8%b_}@=u79kpItz4J84-Qcs#(tEvZjQm$FZSJj027d(=uIWaQ#GAdQg z#)db0LRIUDZzZma%&PU`WW{2zOBIXD8WXpIT^x6W6StP#R(&zCxWZO_@%3m=ltJW; zGSK+>D@(D6*3+PL7)O~mF42)x%3F&a+cz%RZ#w(?JAKi3Yipc@ELJKfXc@ItBS!iv z+4rwgR%=PQq>RESVy|ul)-rvn`=GU)O`8z-R z*>`#(BL@zQc)Et~x@*{5yJqXwHQvgSZkSnFf06I1WjC_h*q!WM>?7@(~O?5pgb z*)Q2|*ndEuf|Evt;>u=Vx0-2+IE1w;Mgkrh1Er(Dj7KK5hBDEna2LOpU(vV3xut0x zjL@`<17C0s({5=)EM-z&^c_;R8$K1pjljohn8uvgPBN;XO36$^=GZ{K$XAX`m}c(a zZe%>*sth-!dS>{TT5QtLRn(kA+-3UF5GJM=+pxrRa*L>ZV*@}<()1N21V_cJ5)sUMj9t*2ma4(rf>2oD~d`fe!`?Vtsc5k@wJDbnuUw4W)iz~Qa ztH1QM6<;5EjjxC(sfm2k7R|a}Yfj-9F8rQi4xF<2t>stpkXUjV;uB;cVkv%tHN_D2 zM#m&S*a*sWIn7E&X=yZFu(Wb_jp}5?0%aoVPb*Q>g~nUsEO{k=L35H^MA)#-A=az^ zBoz_s9IbwEa@pqwC%YaaSjzB8(eg8>H z3#o`DMk-H7RV!$AY-uBgFQpP%@pT_&^peU0cW5np2K7I|>al;O_6?*i31%r;JxJM1 z9dRc#?y;v%It!4zQV7L^45dJVPeWD1(VUIW>A1P@bWP1+z9||#TsWj` zMOg&x`85_-wW^$wk3v7la)Kiwj!VwA<*^C1nIA4|T>6=%pDAn1c05Wg)A8ttv8zYo z+tz#Ly_Q zDoQlYkZ1uHWZNm81-OOs$rT$>#Ta5rpM^-Fm=zr4EIOJ3u7fnbTc9lBBk~rer}wIt>Ts(;j*SBN5Bk$b|s0|nTT%u zq#2kUk48)JXPhVnaL8KR^K8T_$<15w*V>`?IBd>xnNeRn4y1!W70sHZ)fsRM#h{F)GP@9kOJ*$7Z8g!pzJW-6@3haN+ zmpt{ANE7&nwluWGBzKqKG$$8ZP@CbZQ2xf=io#WlbBZtVns8Ao+8~HN31ZXR);4!; zs=2ML@M7m7;0y3*?cYFFEN!_cG^Kol(5`yR?`Y!a@5Ce>U3g>Xp=flioJHE&deco! zzSI(=L;G3y9G_0xL>3<>TYGmGr@GvaCLy8ztKAyeTMDn2AFIJOeXjyvaIK_={# zjw%R!@FrOX=NAlF1_6YO1)5G4fr`xb5ht8;Fup<lQ)%Hm|swX-KK8yMt^(25?h^P>?0JK*n|Ch;Q2~1c8aobqUP@pT& zRWoFm;xHOn&gs6I`s)WL>#vt@YG-zI>P2n9%m-558TnKo56A^c#-w;X%z&H~Gs>bK zloo0SgK|+L##hMB$bU%g2N4|^z+7~{u@6f66GqMI(#QunU)an&FGij}yHBwt=i0^n zK*YgWfcm{|o{+Z7Jne=#+im2TSDEHjt}|W#qkOGKeit&0d^uAYPcfDAZ1;up-iCI5 zQatcKY3FS!uM54!18Cz*&TVHW@Kx#RD4h?b6H}rOgK1LnLOR)ioxXFh zAFC>iFcU9kj|l@W4)Eg#3Y}UO^Y__K@JCuYT*0C{&hYv^~yZ+6$~v4)$BU5hLYB0fk<9a8nxNTqa-c-EpOK};Zr>tW9T5djp#11SDh%ixBtq?v5aZu=Z)7u> z&3BELD*hJU)_LfiU=!XoXKmd!>`9)hymnpTJF`=`g|Ew&YWSY)Jmk-;d3?_5*mf7r zxwWXRUy>!H(+9#w*Eg@a_ zTAGasEz}&1M7U=4+I(*>+=rb32h>FCh0R$_lkVI3TcHHu713tW!}c_D4VwEm>+x{E z9;iK(M< zf16~1%S+nCYz^XQ@k~pvjT)ncNQOOIvqdn-AX}rIHFb56>5@uEPqs7K3aKR6p?G9T zJAO+d@t*9K676nHM|fv${g(E0y2@GZs&UTUGO}fTt`lhyH`TncXY0l_Yc_7}+1R`# z+cQ?$(UPAq);C^Yaj{ovudlS!&!S7o4@Y}np#6_f!={6zQA`$Si1|)g8vLPLo1io#I)8U zJgh6OP<`O8uNfjt#fMqf zj_;AW&br^Y@pEDJ!ruMrpZQWZ6rLmXR9O#NALJxms-yMlGz~ouO#;mf&fh$@Q&L!n>75=NrIdqi3OAL@ib9S#a8>Jd0|c$v-R5gC8z5V5Y;OhajM zo5dN~w_7-54euzto0L>WWE>JnP@MYfHWN?4r+$f>Vr#YgX#ZZ09pdIGeKYSGi+t@3EDWmpc~Sa&_V7 zwOjO}myA{T**UQ|zLv4H`_z}US6yBBS#*nDH*YT_SS5*FrN_w2THf{^ozlmb$a3CZ zoAh$Sbv3V#ZjoMcjjYzS)mYck+D@JxY$%!a8w_0vIb)V$jkI$_rpeo+Mf9R?l{J<%(i=!d%t4Mv%Q!ro)z0dR zzEv1sGqLs;;)E~Na`%G2an6Sj@A+vq-rRYq-mf($d#G~7y!Nrv=zGN#cg5=OM-U78@QnMD35|>ntg*- zFRd+UWT;wW)hl}fT8Pwl=q>6$J|Sk(?5Qbcbk1ARHR6P;2JKT}ujoHX zvd5OY+xL@+Qu$J@n)dzZr9m{O**V2txf^|i@(MNqTw*A1aja0=Q7O&dp>m=I=>{ri zLX1XEl%?@0cqdIDya}Gq!_M!Z(g->F%AiMwL`OzNd zPRLykNZdnj8$1Noh~W6C-7~;MP(*W0L>i6#C(9a(yQd@{Pd|>+TMN(r>$u1gMLs}M zb5FCU84~!l3;#C#GMWT+!?8wIC7u<}N^C6hqBH{0Zlgnm%g*}K%f3LAy!%+Wc=och zmz^zNxa{-fvF!8Z_`V0<|D@!5MUfS6ySL=qg-A<03lHO4e|o5Zv))CWA<}*O3$&Xc zt0EZ>t(ghrt^?$D;L()6jCw0A8u|V#=_e*f)%$gn%Ert%h^h7nrgicllQH?BbGSo; zyH`@8x(k=1@KlaRL9bq?2nE8^*?Ip3Z30YJGohOM)NBVTdcig+yb{?Q*{sJS!?jo7 zJ#BxT!X2x!v(9^FM)$Gu^Xnky90K80yg z=Y`fTvTndV=&349JnsrY>B!=sX=Npp&3&m>izBHPAiGMmRy*F-c5 zy)IHzO?kMcH>;HoQdEdS=Wt7L6ny*}VW}KFD7i6$E{v@hHR^dCj2J_V!R&YzWTXTK z)Oky47n&r5aVWO@j`+&EHgDELt-f}B^X9u| zy0-WC>%kW2WA*oM_oZgKG`)PmxnCIH51sD|`aabB|Hh%z9{%4w4om6%9PGcI4`V}I ztt!oxG1kGwu??DV*Vco)f9SgF3S04d2(DQuI{5Lz-*0^LCue(DFXq(! zatDg&q>|$)iYYlxen^jJ4t|9Ha;y+p^rRl|#i@9!w^!_k_Y=NU<_Yqmd9PQdmq&WL zi|J81itb|VyHKuH#3mz!6EfXG?HK+hsEZIn-yOY(#zs~3Oo z^hZ<}aT*1jnLHKSNN*D9(K-%o4DRxrwGxe~l1j;x#hH&3YBM;*H(m5aPmUS&)wTPf zo7sT$Xsk}x*W8uFNHx!Z(`rqOX2+=o=^$YHftw0nQb&E10OI|;uHyr`crH6mEh?it zq7Kf4nw4Cm{SjT}Yp&-duGA5Ikgc-NCf7*B5fMKw=>~QI(|kOq_KEitZe8~)xjyiv z_V5SS{fZXPa1Xo$Wqi^(K)iLoLI|-zpkMuvXC2exXfHYwNA;sLXQU5)t0aHSUXo7H zDaf_IT={*e$qkL+vrl8Mkanuq{9FZS(5znbbIK9{E5E!4o+fR9?p(Kr)qqkII&*fmX`JS#^+O;F4K!)<@WiIQ8pUIQ9Vn0I|RSD z6DAr(%TRWZodF36qkxoX5}a4sq2)j?h%>_YHs$hEQ^@pa#GBGE8u@tSIY$a%xMc-$ zFN_B~v~EyT05&|35j)cZU0ZtA;4&NCD z#HEw!9vMTT53Qeig4hDtgQYbw^fspJo>)k=l`TUxrP@;~sR!doVm7oJYzR@UMRrf2z8^%@+vy^tSyg8XZ;1bU0kEg|^^8fTjmrmi9oI)28Vz z3l9zs9e-+f-+D;W^E`gf#wECc$g(S6R_(4!I)ol* zZ{Ju}ozMghST*---LO5Y>*?)}JiV&$4-nA<`&M>%%Lag5uI8#_T}u?S#>xU%!=Axj zRtGTZ3bqZJp^^%i?IY(8*_MP$w5lq3&_3n^y(>^9iEGq)sRc&cncTU#9z!aiU<;uI z0L-PeD_b)#(AnAA8n$B&vU+jhQCnLo)!*0W3j}<9eSPWnrlyd+OosV8<%4x1kr1Vy)Q!4Q(-XuKzTGW|oXqSMhj)SnSM!{K-=77IJEePZz`#H{ol5!qE^5H7_x556%pCNz&RJWtVa{qy z_mAlOa92;LwI)hi43Vy`Sgvq;aG4EF%Xuh-y(`@xPsTY9TP$JDyH~DkPo+{I5R_ie zU45DU4GA=KVng4O!XcZ(Q-kvW8rY?1I2?^MHX@?KWAo+udhgNWi$3a|7hY3+>72EC ze8I!|3xQB;h$v}I?Xn(f=$hcNs_;f!d4ydw0onn~7nZ83nn*(fuAu>Tl&=@9nQW?O zAR3QH2YOQ7T^5U{#$kh|6y`GM+<-5z7_u0W1fcZ+pbttKLuXBKRxx2}`A)B`?7?meY3JV|8O(Tuue3ZIM ziE=D)3x3NO}q_cavU2%iRk+T)wuvQk19LK?)a9WXihEqqB(5jj}}g& z=fI-oqPwnr=!PE?c0pZ7PQa!M%liF8qYH0Lj;hrp*|6C!n2Bz{EzTZfAJlFY!%C(N zT20tP6io63xRETdf^Ll@&{ow9i_85#cy9&M1_Vqyuxe+9QWabO4fk-~v{zlqTo~ z_AV0;LPvAh)bpjFiw!h<6?)hvHe&a}C+<&P4Rv9 z4)#9wVfJw}1(kTl11>=IrSUd6eX}1W*W1xf9B_Tn4_J*yODrgIX;=~9nZb!r`_6iT z0dDMv13O|1kYin`I|W=xG@w@+GTJvG=qv;0YqPstWq3P3QTP<+E1Zs{ogx7i(qF!EG6q56-U_aC>eR9+l!IIbJ=kf9mo1f|s%~8cJ zFH{ark~3Rc8Qjp}2-CS=9QN+Qsn5V|{7oyrk9%8jfrib$^1EO;Kwo=LU^J1Xtf}j1 z$Dx9&d;wh(lKq;hdCxa6(l|Rkbwmr}Zb6bsQR!&}pGU%0D!Ef4E-=Qp|8ZL6Ww^DZ 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%0Dy`K@ePfBKQf>13XmRxQg;ctZCi#Z7M}PF@v1?*w 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 A#sB~S literal 0 HcmV?d00001 diff --git a/user/themes/gilles_acezat/fonts/line-awesome.woff b/user/themes/gilles_acezat/fonts/line-awesome.woff new file mode 100644 index 0000000000000000000000000000000000000000..8897d78325a47bc33a31f14267b6b5f2c9d80362 GIT binary patch literal 117372 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

}VC>>`p6$(nP+)^SkmwNx}e?9uEs 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 literal 0 HcmV?d00001 diff --git a/user/themes/gilles_acezat/gilles-acezat.php b/user/themes/gilles_acezat/gilles-acezat.php new file mode 100644 index 0000000..85c9c48 --- /dev/null +++ b/user/themes/gilles_acezat/gilles-acezat.php @@ -0,0 +1,56 @@ + ['onThemeInitialized', 0], + 'onTwigLoader' => ['onTwigLoader', 0], + 'onTwigInitialized' => ['onTwigInitialized', 0], + ]; + } + + public function onThemeInitialized() + { + + } + + // Add images to twig template paths to allow inclusion of SVG files + public function onTwigLoader() + { + $theme_paths = Grav::instance()['locator']->findResources('theme://images'); + foreach($theme_paths as $images_path) { + $this->grav['twig']->addPath($images_path, 'images'); + } + } + + public function onTwigInitialized() + { + $twig = $this->grav['twig']; + + $form_class_variables = [ +// 'form_outer_classes' => 'form-horizontal', + 'form_button_outer_classes' => 'button-wrapper', + 'form_button_classes' => 'btn', + 'form_errors_classes' => '', + 'form_field_outer_classes' => 'form-group', + 'form_field_outer_label_classes' => 'form-label-wrapper', + 'form_field_label_classes' => 'form-label', +// 'form_field_outer_data_classes' => 'col-9', + 'form_field_input_classes' => 'form-input', + 'form_field_textarea_classes' => 'form-input', + 'form_field_select_classes' => 'form-select', + 'form_field_radio_classes' => 'form-radio', + 'form_field_checkbox_classes' => 'form-checkbox', + ]; + + $twig->twig_vars = array_merge($twig->twig_vars, $form_class_variables); + + } + +} diff --git a/user/themes/gilles_acezat/gilles-acezat.yaml b/user/themes/gilles_acezat/gilles-acezat.yaml new file mode 100644 index 0000000..604df26 --- /dev/null +++ b/user/themes/gilles_acezat/gilles-acezat.yaml @@ -0,0 +1,12 @@ +enabled: true +production-mode: true +grid-size: grid-lg +header-fixed: true +header-animated: true +header-dark: false +header-transparent: false +sticky-footer: true +blog-page: '/blog' +spectre: + exp: false + icons: false diff --git a/user/themes/gilles_acezat/gulpfile.js b/user/themes/gilles_acezat/gulpfile.js new file mode 100644 index 0000000..5105faf --- /dev/null +++ b/user/themes/gilles_acezat/gulpfile.js @@ -0,0 +1,39 @@ +var gulp = require('gulp'); +var sass = require('gulp-sass'); +var cleancss = require('gulp-clean-css'); +var csscomb = require('gulp-csscomb'); +var rename = require('gulp-rename'); +var autoprefixer = require('gulp-autoprefixer'); +var sourcemaps = require('gulp-sourcemaps'); + +// configure the paths +var watch_dir = './scss/**/*.scss'; +var src_dir = './scss/*.scss'; +var dest_dir = './css-compiled'; + +var paths = { + source: src_dir +}; + +gulp.task('watch', function() { + gulp.watch(watch_dir, ['build']); +}); + +gulp.task('build', function() { + gulp.src(paths.source) + .pipe(sourcemaps.init()) + .pipe(sass({outputStyle: 'compact', precision: 10}) + .on('error', sass.logError) + ) + .pipe(sourcemaps.write()) + .pipe(autoprefixer()) + .pipe(gulp.dest(dest_dir)) + .pipe(csscomb()) + .pipe(cleancss()) + .pipe(rename({ + suffix: '.min' + })) + .pipe(gulp.dest(dest_dir)); +}); + +gulp.task('default', ['build']); diff --git a/user/themes/gilles_acezat/images/favicon.png b/user/themes/gilles_acezat/images/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..7db69411f892658b57e4d8209cf563e3d8134a02 GIT binary patch literal 12441 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 \ No newline at end of file diff --git a/user/themes/gilles_acezat/images/logo/.gitkeep b/user/themes/gilles_acezat/images/logo/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/user/themes/gilles_acezat/js/bricklayer.min.js b/user/themes/gilles_acezat/js/bricklayer.min.js new file mode 100755 index 0000000..fc975d3 --- /dev/null +++ b/user/themes/gilles_acezat/js/bricklayer.min.js @@ -0,0 +1 @@ +!function t(e,n,r){function o(s,u){if(!n[s]){if(!e[s]){var l="function"==typeof require&&require;if(!u&&l)return l(s,!0);if(i)return i(s,!0);var a=new Error("Cannot find module '"+s+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[s]={exports:{}};e[s][0].call(p.exports,function(t){var n=e[s][1][t];return o(n?n:t)},p,p.exports,t,e,n,r)}return n[s].exports}for(var i="function"==typeof require&&require,s=0;s

[file]') + // .demand(1) + + .command('ancestors', 'Output the ancestors') + .command('descendents', 'Output the descendents') + + .example('$0 ancestors -I src src/ src/_footer.scss', 'outputs the ancestors of src/_footer.scss') + + .option('I', { + alias: 'load-path', + default: [process.cwd()], + describe: 'Add directories to the sass load path', + type: 'array', + }) + + .option('e', { + alias: 'extensions', + default: ['scss', 'css', 'sass'], + describe: 'File extensions to include in the graph', + type: 'array', + }) + + .option('f', { + alias: 'follow', + default: false, + describe: 'Follow symbolic links', + type: 'bool', + }) + + .option('j', { + alias: 'json', + default: false, + describe: 'Output the index in json', + type: 'bool', + }) + + .version(function() { + return require('../package').version; + }) + .alias('v', 'version') + + .help('h') + .alias('h', 'help'); + +var argv = yargs.argv; + +if (argv._.length === 0) { + yargs.showHelp(); + process.exit(1); +} + +if (['ancestors', 'descendents'].indexOf(argv._[0]) !== -1) { + command = argv._.shift(); +} + +if (argv._ && path.extname(argv._[0]) === '') { + directory = argv._.shift(); +} + +if (argv._ && path.extname(argv._[0])) { + file = argv._.shift(); +} + + +try { + if (!directory) { + throw new Error('Missing directory'); + } + + if (!command && !argv.json) { + throw new Error('Missing command'); + } + + if (!file && (command === 'ancestors' || command === 'descendents')) { + throw new Error(command + ' command requires a file'); + } + + var loadPaths = argv.loadPath; + if(process.env.SASS_PATH) { + loadPaths = loadPaths.concat(process.env.SASS_PATH.split(/:/).map(function(f) { + return path.resolve(f); + })); + } + + var graph = require('../').parseDir(directory, { + extensions: argv.extensions, + loadPaths: loadPaths, + follow: argv.follow, + }); + + if(argv.json) { + console.log(JSON.stringify(graph.index, null, 4)); + process.exit(0); + } + + if (command === 'ancestors') { + graph.visitAncestors(path.resolve(file), function(f) { + console.log(f); + }); + } + + if (command === 'descendents') { + graph.visitDescendents(path.resolve(file), function(f) { + console.log(f); + }); + } +} catch(e) { + if (e.code === 'ENOENT') { + console.error('Error: no such file or directory "' + e.path + '"'); + } + else { + console.log('Error: ' + e.message); + } + + // console.log(e.stack); + process.exit(1); +} diff --git a/user/themes/gilles_acezat/node_modules/.bin/semver b/user/themes/gilles_acezat/node_modules/.bin/semver new file mode 100644 index 0000000..c5f2e85 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/.bin/semver @@ -0,0 +1,133 @@ +#!/usr/bin/env node +// Standalone semver comparison program. +// Exits successfully and prints matching version(s) if +// any supplied version is valid and passes all tests. + +var argv = process.argv.slice(2) + , versions = [] + , range = [] + , gt = [] + , lt = [] + , eq = [] + , inc = null + , version = require("../package.json").version + , loose = false + , identifier = undefined + , semver = require("../semver") + , reverse = false + +main() + +function main () { + if (!argv.length) return help() + while (argv.length) { + var a = argv.shift() + var i = a.indexOf('=') + if (i !== -1) { + a = a.slice(0, i) + argv.unshift(a.slice(i + 1)) + } + switch (a) { + case "-rv": case "-rev": case "--rev": case "--reverse": + reverse = true + break + case "-l": case "--loose": + loose = true + break + case "-v": case "--version": + versions.push(argv.shift()) + break + case "-i": case "--inc": case "--increment": + switch (argv[0]) { + case "major": case "minor": case "patch": case "prerelease": + case "premajor": case "preminor": case "prepatch": + inc = argv.shift() + break + default: + inc = "patch" + break + } + break + case "--preid": + identifier = argv.shift() + break + case "-r": case "--range": + range.push(argv.shift()) + break + case "-h": case "--help": case "-?": + return help() + default: + versions.push(a) + break + } + } + + versions = versions.filter(function (v) { + return semver.valid(v, loose) + }) + if (!versions.length) return fail() + if (inc && (versions.length !== 1 || range.length)) + return failInc() + + for (var i = 0, l = range.length; i < l ; i ++) { + versions = versions.filter(function (v) { + return semver.satisfies(v, range[i], loose) + }) + if (!versions.length) return fail() + } + return success(versions) +} + +function failInc () { + console.error("--inc can only be used on a single version with no range") + fail() +} + +function fail () { process.exit(1) } + +function success () { + var compare = reverse ? "rcompare" : "compare" + versions.sort(function (a, b) { + return semver[compare](a, b, loose) + }).map(function (v) { + return semver.clean(v, loose) + }).map(function (v) { + return inc ? semver.inc(v, inc, loose, identifier) : v + }).forEach(function (v,i,_) { console.log(v) }) +} + +function help () { + console.log(["SemVer " + version + ,"" + ,"A JavaScript implementation of the http://semver.org/ specification" + ,"Copyright Isaac Z. Schlueter" + ,"" + ,"Usage: semver [options] [ [...]]" + ,"Prints valid versions sorted by SemVer precedence" + ,"" + ,"Options:" + ,"-r --range " + ," Print versions that match the specified range." + ,"" + ,"-i --increment []" + ," Increment a version by the specified level. Level can" + ," be one of: major, minor, patch, premajor, preminor," + ," prepatch, or prerelease. Default level is 'patch'." + ," Only one version may be specified." + ,"" + ,"--preid " + ," Identifier to be used to prefix premajor, preminor," + ," prepatch or prerelease version increments." + ,"" + ,"-l --loose" + ," Interpret versions and ranges loosely" + ,"" + ,"Program exits successfully if any valid version satisfies" + ,"all supplied ranges, and prints all satisfying versions." + ,"" + ,"If no satisfying versions are found, then exits failure." + ,"" + ,"Versions are printed in ascending order, so supplying" + ,"multiple versions to the utility will just sort them." + ].join("\n")) +} diff --git a/user/themes/gilles_acezat/node_modules/.bin/sshpk-conv b/user/themes/gilles_acezat/node_modules/.bin/sshpk-conv new file mode 100644 index 0000000..856a03e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/.bin/sshpk-conv @@ -0,0 +1,202 @@ +#!/usr/bin/env node +// -*- mode: js -*- +// vim: set filetype=javascript : +// Copyright 2015 Joyent, Inc. All rights reserved. + +var dashdash = require('dashdash'); +var sshpk = require('../lib/index'); +var fs = require('fs'); +var path = require('path'); +var tty = require('tty'); +var readline = require('readline'); +var getPassword = require('getpass').getPass; + +var options = [ + { + names: ['outformat', 't'], + type: 'string', + help: 'Output format' + }, + { + names: ['informat', 'T'], + type: 'string', + help: 'Input format' + }, + { + names: ['file', 'f'], + type: 'string', + help: 'Input file name (default stdin)' + }, + { + names: ['out', 'o'], + type: 'string', + help: 'Output file name (default stdout)' + }, + { + names: ['private', 'p'], + type: 'bool', + help: 'Produce a private key as output' + }, + { + names: ['derive', 'd'], + type: 'string', + help: 'Output a new key derived from this one, with given algo' + }, + { + names: ['identify', 'i'], + type: 'bool', + help: 'Print key metadata instead of converting' + }, + { + names: ['comment', 'c'], + type: 'string', + help: 'Set key comment, if output format supports' + }, + { + names: ['help', 'h'], + type: 'bool', + help: 'Shows this help text' + } +]; + +if (require.main === module) { + var parser = dashdash.createParser({ + options: options + }); + + try { + var opts = parser.parse(process.argv); + } catch (e) { + console.error('sshpk-conv: error: %s', e.message); + process.exit(1); + } + + if (opts.help || opts._args.length > 1) { + var help = parser.help({}).trimRight(); + console.error('sshpk-conv: converts between SSH key formats\n'); + console.error(help); + console.error('\navailable formats:'); + console.error(' - pem, pkcs1 eg id_rsa'); + console.error(' - ssh eg id_rsa.pub'); + console.error(' - pkcs8 format you want for openssl'); + console.error(' - openssh like output of ssh-keygen -o'); + console.error(' - rfc4253 raw OpenSSH wire format'); + console.error(' - dnssec dnssec-keygen format'); + process.exit(1); + } + + /* + * Key derivation can only be done on private keys, so use of the -d + * option necessarily implies -p. + */ + if (opts.derive) + opts.private = true; + + var inFile = process.stdin; + var inFileName = 'stdin'; + + var inFilePath; + if (opts.file) { + inFilePath = opts.file; + } else if (opts._args.length === 1) { + inFilePath = opts._args[0]; + } + + if (inFilePath) + inFileName = path.basename(inFilePath); + + try { + if (inFilePath) { + fs.accessSync(inFilePath, fs.R_OK); + inFile = fs.createReadStream(inFilePath); + } + } catch (e) { + console.error('sshpk-conv: error opening input file' + + ': ' + e.name + ': ' + e.message); + process.exit(1); + } + + var outFile = process.stdout; + + try { + if (opts.out && !opts.identify) { + fs.accessSync(path.dirname(opts.out), fs.W_OK); + outFile = fs.createWriteStream(opts.out); + } + } catch (e) { + console.error('sshpk-conv: error opening output file' + + ': ' + e.name + ': ' + e.message); + process.exit(1); + } + + var bufs = []; + inFile.on('readable', function () { + var data; + while ((data = inFile.read())) + bufs.push(data); + }); + var parseOpts = {}; + parseOpts.filename = inFileName; + inFile.on('end', function processKey() { + var buf = Buffer.concat(bufs); + var fmt = 'auto'; + if (opts.informat) + fmt = opts.informat; + var f = sshpk.parseKey; + if (opts.private) + f = sshpk.parsePrivateKey; + try { + var key = f(buf, fmt, parseOpts); + } catch (e) { + if (e.name === 'KeyEncryptedError') { + getPassword(function (err, pw) { + if (err) { + console.log('sshpk-conv: ' + + err.name + ': ' + + err.message); + process.exit(1); + } + parseOpts.passphrase = pw; + processKey(); + }); + return; + } + console.error('sshpk-conv: ' + + e.name + ': ' + e.message); + process.exit(1); + } + + if (opts.derive) + key = key.derive(opts.derive); + + if (opts.comment) + key.comment = opts.comment; + + if (!opts.identify) { + fmt = undefined; + if (opts.outformat) + fmt = opts.outformat; + outFile.write(key.toBuffer(fmt)); + if (fmt === 'ssh' || + (!opts.private && fmt === undefined)) + outFile.write('\n'); + outFile.once('drain', function () { + process.exit(0); + }); + } else { + var kind = 'public'; + if (sshpk.PrivateKey.isPrivateKey(key)) + kind = 'private'; + console.log('%s: a %d bit %s %s key', inFileName, + key.size, key.type.toUpperCase(), kind); + if (key.type === 'ecdsa') + console.log('ECDSA curve: %s', key.curve); + if (key.comment) + console.log('Comment: %s', key.comment); + console.log('Fingerprint:'); + console.log(' ' + key.fingerprint().toString()); + console.log(' ' + key.fingerprint('md5').toString()); + process.exit(0); + } + }); +} diff --git a/user/themes/gilles_acezat/node_modules/.bin/sshpk-sign b/user/themes/gilles_acezat/node_modules/.bin/sshpk-sign new file mode 100644 index 0000000..673fc98 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/.bin/sshpk-sign @@ -0,0 +1,191 @@ +#!/usr/bin/env node +// -*- mode: js -*- +// vim: set filetype=javascript : +// Copyright 2015 Joyent, Inc. All rights reserved. + +var dashdash = require('dashdash'); +var sshpk = require('../lib/index'); +var fs = require('fs'); +var path = require('path'); +var getPassword = require('getpass').getPass; + +var options = [ + { + names: ['hash', 'H'], + type: 'string', + help: 'Hash algorithm (sha1, sha256, sha384, sha512)' + }, + { + names: ['verbose', 'v'], + type: 'bool', + help: 'Display verbose info about key and hash used' + }, + { + names: ['identity', 'i'], + type: 'string', + help: 'Path to key to use' + }, + { + names: ['file', 'f'], + type: 'string', + help: 'Input filename' + }, + { + names: ['out', 'o'], + type: 'string', + help: 'Output filename' + }, + { + names: ['format', 't'], + type: 'string', + help: 'Signature format (asn1, ssh, raw)' + }, + { + names: ['binary', 'b'], + type: 'bool', + help: 'Output raw binary instead of base64' + }, + { + names: ['help', 'h'], + type: 'bool', + help: 'Shows this help text' + } +]; + +var parseOpts = {}; + +if (require.main === module) { + var parser = dashdash.createParser({ + options: options + }); + + try { + var opts = parser.parse(process.argv); + } catch (e) { + console.error('sshpk-sign: error: %s', e.message); + process.exit(1); + } + + if (opts.help || opts._args.length > 1) { + var help = parser.help({}).trimRight(); + console.error('sshpk-sign: sign data using an SSH key\n'); + console.error(help); + process.exit(1); + } + + if (!opts.identity) { + var help = parser.help({}).trimRight(); + console.error('sshpk-sign: the -i or --identity option ' + + 'is required\n'); + console.error(help); + process.exit(1); + } + + var keyData = fs.readFileSync(opts.identity); + parseOpts.filename = opts.identity; + + run(); +} + +function run() { + var key; + try { + key = sshpk.parsePrivateKey(keyData, 'auto', parseOpts); + } catch (e) { + if (e.name === 'KeyEncryptedError') { + getPassword(function (err, pw) { + parseOpts.passphrase = pw; + run(); + }); + return; + } + console.error('sshpk-sign: error loading private key "' + + opts.identity + '": ' + e.name + ': ' + e.message); + process.exit(1); + } + + var hash = opts.hash || key.defaultHashAlgorithm(); + + var signer; + try { + signer = key.createSign(hash); + } catch (e) { + console.error('sshpk-sign: error creating signer: ' + + e.name + ': ' + e.message); + process.exit(1); + } + + if (opts.verbose) { + console.error('sshpk-sign: using %s-%s with a %d bit key', + key.type, hash, key.size); + } + + var inFile = process.stdin; + var inFileName = 'stdin'; + + var inFilePath; + if (opts.file) { + inFilePath = opts.file; + } else if (opts._args.length === 1) { + inFilePath = opts._args[0]; + } + + if (inFilePath) + inFileName = path.basename(inFilePath); + + try { + if (inFilePath) { + fs.accessSync(inFilePath, fs.R_OK); + inFile = fs.createReadStream(inFilePath); + } + } catch (e) { + console.error('sshpk-sign: error opening input file' + + ': ' + e.name + ': ' + e.message); + process.exit(1); + } + + var outFile = process.stdout; + + try { + if (opts.out && !opts.identify) { + fs.accessSync(path.dirname(opts.out), fs.W_OK); + outFile = fs.createWriteStream(opts.out); + } + } catch (e) { + console.error('sshpk-sign: error opening output file' + + ': ' + e.name + ': ' + e.message); + process.exit(1); + } + + inFile.pipe(signer); + inFile.on('end', function () { + var sig; + try { + sig = signer.sign(); + } catch (e) { + console.error('sshpk-sign: error signing data: ' + + e.name + ': ' + e.message); + process.exit(1); + } + + var fmt = opts.format || 'asn1'; + var output; + try { + output = sig.toBuffer(fmt); + if (!opts.binary) + output = output.toString('base64'); + } catch (e) { + console.error('sshpk-sign: error converting signature' + + ' to ' + fmt + ' format: ' + e.name + ': ' + + e.message); + process.exit(1); + } + + outFile.write(output); + if (!opts.binary) + outFile.write('\n'); + outFile.once('drain', function () { + process.exit(0); + }); + }); +} diff --git a/user/themes/gilles_acezat/node_modules/.bin/sshpk-verify b/user/themes/gilles_acezat/node_modules/.bin/sshpk-verify new file mode 100644 index 0000000..fc71a82 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/.bin/sshpk-verify @@ -0,0 +1,167 @@ +#!/usr/bin/env node +// -*- mode: js -*- +// vim: set filetype=javascript : +// Copyright 2015 Joyent, Inc. All rights reserved. + +var dashdash = require('dashdash'); +var sshpk = require('../lib/index'); +var fs = require('fs'); +var path = require('path'); +var Buffer = require('safer-buffer').Buffer; + +var options = [ + { + names: ['hash', 'H'], + type: 'string', + help: 'Hash algorithm (sha1, sha256, sha384, sha512)' + }, + { + names: ['verbose', 'v'], + type: 'bool', + help: 'Display verbose info about key and hash used' + }, + { + names: ['identity', 'i'], + type: 'string', + help: 'Path to (public) key to use' + }, + { + names: ['file', 'f'], + type: 'string', + help: 'Input filename' + }, + { + names: ['format', 't'], + type: 'string', + help: 'Signature format (asn1, ssh, raw)' + }, + { + names: ['signature', 's'], + type: 'string', + help: 'base64-encoded signature data' + }, + { + names: ['help', 'h'], + type: 'bool', + help: 'Shows this help text' + } +]; + +if (require.main === module) { + var parser = dashdash.createParser({ + options: options + }); + + try { + var opts = parser.parse(process.argv); + } catch (e) { + console.error('sshpk-verify: error: %s', e.message); + process.exit(3); + } + + if (opts.help || opts._args.length > 1) { + var help = parser.help({}).trimRight(); + console.error('sshpk-verify: sign data using an SSH key\n'); + console.error(help); + process.exit(3); + } + + if (!opts.identity) { + var help = parser.help({}).trimRight(); + console.error('sshpk-verify: the -i or --identity option ' + + 'is required\n'); + console.error(help); + process.exit(3); + } + + if (!opts.signature) { + var help = parser.help({}).trimRight(); + console.error('sshpk-verify: the -s or --signature option ' + + 'is required\n'); + console.error(help); + process.exit(3); + } + + var keyData = fs.readFileSync(opts.identity); + + var key; + try { + key = sshpk.parseKey(keyData); + } catch (e) { + console.error('sshpk-verify: error loading key "' + + opts.identity + '": ' + e.name + ': ' + e.message); + process.exit(2); + } + + var fmt = opts.format || 'asn1'; + var sigData = Buffer.from(opts.signature, 'base64'); + + var sig; + try { + sig = sshpk.parseSignature(sigData, key.type, fmt); + } catch (e) { + console.error('sshpk-verify: error parsing signature: ' + + e.name + ': ' + e.message); + process.exit(2); + } + + var hash = opts.hash || key.defaultHashAlgorithm(); + + var verifier; + try { + verifier = key.createVerify(hash); + } catch (e) { + console.error('sshpk-verify: error creating verifier: ' + + e.name + ': ' + e.message); + process.exit(2); + } + + if (opts.verbose) { + console.error('sshpk-verify: using %s-%s with a %d bit key', + key.type, hash, key.size); + } + + var inFile = process.stdin; + var inFileName = 'stdin'; + + var inFilePath; + if (opts.file) { + inFilePath = opts.file; + } else if (opts._args.length === 1) { + inFilePath = opts._args[0]; + } + + if (inFilePath) + inFileName = path.basename(inFilePath); + + try { + if (inFilePath) { + fs.accessSync(inFilePath, fs.R_OK); + inFile = fs.createReadStream(inFilePath); + } + } catch (e) { + console.error('sshpk-verify: error opening input file' + + ': ' + e.name + ': ' + e.message); + process.exit(2); + } + + inFile.pipe(verifier); + inFile.on('end', function () { + var ret; + try { + ret = verifier.verify(sig); + } catch (e) { + console.error('sshpk-verify: error verifying data: ' + + e.name + ': ' + e.message); + process.exit(1); + } + + if (ret) { + console.error('OK'); + process.exit(0); + } + + console.error('NOT OK'); + process.exit(1); + }); +} diff --git a/user/themes/gilles_acezat/node_modules/.bin/strip-bom b/user/themes/gilles_acezat/node_modules/.bin/strip-bom new file mode 100644 index 0000000..2c1e7c4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/.bin/strip-bom @@ -0,0 +1,42 @@ +#!/usr/bin/env node +'use strict'; +var fs = require('fs'); +var pkg = require('./package.json'); +var stripBom = require('./'); +var argv = process.argv.slice(2); +var input = argv[0]; + +function help() { + console.log([ + '', + ' ' + pkg.description, + '', + ' Usage', + ' strip-bom > ', + ' cat | strip-bom > ', + '', + ' Example', + ' strip-bom unicorn.txt > unicorn-without-bom.txt' + ].join('\n')); +} + +if (argv.indexOf('--help') !== -1) { + help(); + return; +} + +if (argv.indexOf('--version') !== -1) { + console.log(pkg.version); + return; +} + +if (process.stdin.isTTY) { + if (!input) { + help(); + return; + } + + fs.createReadStream(input).pipe(stripBom.stream()).pipe(process.stdout); +} else { + process.stdin.pipe(stripBom.stream()).pipe(process.stdout); +} diff --git a/user/themes/gilles_acezat/node_modules/.bin/strip-indent b/user/themes/gilles_acezat/node_modules/.bin/strip-indent new file mode 100644 index 0000000..bcd5f8d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/.bin/strip-indent @@ -0,0 +1,49 @@ +#!/usr/bin/env node +'use strict'; +var fs = require('fs'); +var stdin = require('get-stdin'); +var pkg = require('./package.json'); +var stripIndent = require('./'); +var argv = process.argv.slice(2); +var input = argv[0]; + +function help() { + console.log([ + '', + ' ' + pkg.description, + '', + ' Usage', + ' strip-indent ', + ' echo | strip-indent', + '', + ' Example', + ' echo \'\\tunicorn\\n\\t\\tcake\' | strip-indent', + ' unicorn', + ' \tcake' + ].join('\n')); +} + +function init(data) { + console.log(stripIndent(data)); +} + +if (argv.indexOf('--help') !== -1) { + help(); + return; +} + +if (argv.indexOf('--version') !== -1) { + console.log(pkg.version); + return; +} + +if (process.stdin.isTTY) { + if (!input) { + help(); + return; + } + + init(fs.readFileSync(input, 'utf8')); +} else { + stdin(init); +} diff --git a/user/themes/gilles_acezat/node_modules/.bin/user-home b/user/themes/gilles_acezat/node_modules/.bin/user-home new file mode 100644 index 0000000..bacbd22 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/.bin/user-home @@ -0,0 +1,26 @@ +#!/usr/bin/env node +'use strict'; +var pkg = require('./package.json'); +var userHome = require('./'); + +function help() { + console.log([ + pkg.description, + '', + 'Example', + ' $ user-home', + ' /Users/sindresorhus' + ].join('\n')); +} + +if (process.argv.indexOf('--help') !== -1) { + help(); + return; +} + +if (process.argv.indexOf('--version') !== -1) { + console.log(pkg.version); + return; +} + +process.stdout.write(userHome); diff --git a/user/themes/gilles_acezat/node_modules/.bin/uuid b/user/themes/gilles_acezat/node_modules/.bin/uuid new file mode 100644 index 0000000..502626e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/.bin/uuid @@ -0,0 +1,65 @@ +#!/usr/bin/env node +var assert = require('assert'); + +function usage() { + console.log('Usage:'); + console.log(' uuid'); + console.log(' uuid v1'); + console.log(' uuid v3 '); + console.log(' uuid v4'); + console.log(' uuid v5 '); + console.log(' uuid --help'); + console.log('\nNote: may be "URL" or "DNS" to use the corresponding UUIDs defined by RFC4122'); +} + +var args = process.argv.slice(2); + +if (args.indexOf('--help') >= 0) { + usage(); + process.exit(0); +} +var version = args.shift() || 'v4'; + +switch (version) { + case 'v1': + var uuidV1 = require('../v1'); + console.log(uuidV1()); + break; + + case 'v3': + var uuidV3 = require('../v3'); + + var name = args.shift(); + var namespace = args.shift(); + assert(name != null, 'v3 name not specified'); + assert(namespace != null, 'v3 namespace not specified'); + + if (namespace == 'URL') namespace = uuidV3.URL; + if (namespace == 'DNS') namespace = uuidV3.DNS; + + console.log(uuidV3(name, namespace)); + break; + + case 'v4': + var uuidV4 = require('../v4'); + console.log(uuidV4()); + break; + + case 'v5': + var uuidV5 = require('../v5'); + + var name = args.shift(); + var namespace = args.shift(); + assert(name != null, 'v5 name not specified'); + assert(namespace != null, 'v5 namespace not specified'); + + if (namespace == 'URL') namespace = uuidV5.URL; + if (namespace == 'DNS') namespace = uuidV5.DNS; + + console.log(uuidV5(name, namespace)); + break; + + default: + usage(); + process.exit(1); +} diff --git a/user/themes/gilles_acezat/node_modules/.bin/which b/user/themes/gilles_acezat/node_modules/.bin/which new file mode 100644 index 0000000..7cee372 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/.bin/which @@ -0,0 +1,52 @@ +#!/usr/bin/env node +var which = require("../") +if (process.argv.length < 3) + usage() + +function usage () { + console.error('usage: which [-as] program ...') + process.exit(1) +} + +var all = false +var silent = false +var dashdash = false +var args = process.argv.slice(2).filter(function (arg) { + if (dashdash || !/^-/.test(arg)) + return true + + if (arg === '--') { + dashdash = true + return false + } + + var flags = arg.substr(1).split('') + for (var f = 0; f < flags.length; f++) { + var flag = flags[f] + switch (flag) { + case 's': + silent = true + break + case 'a': + all = true + break + default: + console.error('which: illegal option -- ' + flag) + usage() + } + } + return false +}) + +process.exit(args.reduce(function (pv, current) { + try { + var f = which.sync(current, { all: all }) + if (all) + f = f.join('\n') + if (!silent) + console.log(f) + return pv; + } catch (e) { + return 1; + } +}, 0)) diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/LICENSE b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/LICENSE new file mode 100644 index 0000000..bda81ce --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2017 Blaine Bublitz + +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/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/README.md b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/README.md new file mode 100644 index 0000000..2aa3dd1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/README.md @@ -0,0 +1,40 @@ +# @gulp-sourcemaps/identity-map + +[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![AppVeyor Build Status][appveyor-image]][appveyor-url] [![Coveralls Status][coveralls-image]][coveralls-url] + +Gulp plugin for generating an identity sourcemap for a file. + +## Example + +```js +var identityMap = require('@gulp-sourcemaps/identity-map'); + +gulp.src(...) + .pipe(sourcemaps.init()) + .pipe(identityMap()) // .js and .css files will get a generated sourcemap + .pipe(sourcemaps.write()) + .pipe(gulp.dest(...)) +``` + +## API + +### `identityMap()` + +Returns an `objectMode` Transform stream that processes each file with a `.sourceMap` property and buffered contents. A sourcemap is generated and attached for each `.js` and `.css` file. + +## License + +MIT + +[downloads-image]: http://img.shields.io/npm/dm/@gulp-sourcemaps/identity-map.svg +[npm-url]: https://npmjs.org/package/@gulp-sourcemaps/identity-map +[npm-image]: http://img.shields.io/npm/v/@gulp-sourcemaps/identity-map.svg + +[travis-url]: https://travis-ci.org/gulp-sourcemaps/identity-map +[travis-image]: http://img.shields.io/travis/gulp-sourcemaps/identity-map.svg?label=travis-ci + +[appveyor-url]: https://ci.appveyor.com/project/phated/identity-map +[appveyor-image]: https://img.shields.io/appveyor/ci/phated/identity-map.svg?label=appveyor + +[coveralls-url]: https://coveralls.io/r/gulp-sourcemaps/identity-map +[coveralls-image]: http://img.shields.io/coveralls/gulp-sourcemaps/identity-map.svg diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/index.js b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/index.js new file mode 100644 index 0000000..c74d848 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/index.js @@ -0,0 +1,35 @@ +'use strict'; + +var through = require('through2'); +var normalizePath = require('normalize-path'); + +var generate = require('./lib/generate'); + +function identityMap() { + + function transform(file, _, cb) { + if (!file.sourceMap || !file.isBuffer()) { + return cb(null, file); + } + + var sourcePath = normalizePath(file.relative); + var contents = file.contents.toString(); + + switch (file.extname) { + case '.js': { + file.sourceMap = generate.js(sourcePath, contents); + break; + } + case '.css': { + file.sourceMap = generate.css(sourcePath, contents); + break; + } + } + + cb(null, file); + } + + return through.obj(transform); +} + +module.exports = identityMap; diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/lib/generate.js b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/lib/generate.js new file mode 100644 index 0000000..d529fbf --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/lib/generate.js @@ -0,0 +1,65 @@ +'use strict'; + +var css = require('css'); +var acorn = require('acorn'); +var SourceMapGenerator = require('source-map').SourceMapGenerator; + +function generateJs(sourcePath, fileContent) { + var generator = new SourceMapGenerator({ file: sourcePath }); + var tokenizer = acorn.tokenizer(fileContent, { allowHashBang: true, locations: true }); + + while (true) { + var token = tokenizer.getToken(); + + if (token.type.label === 'eof') { + break; + } + var mapping = { + original: token.loc.start, + generated: token.loc.start, + source: sourcePath, + }; + if (token.type.label === 'name') { + mapping.name = token.value; + } + generator.addMapping(mapping); + } + generator.setSourceContent(sourcePath, fileContent); + + return generator.toJSON(); +} + +function generateCss(sourcePath, fileContent) { + var generator = new SourceMapGenerator({ file: sourcePath }); + var ast = css.parse(fileContent, { silent: true }); + + function registerTokens(ast) { + if (ast.position) { + generator.addMapping({ + original: ast.position.start, + generated: ast.position.start, + source: sourcePath, + }); + } + + for (var key in ast) { + if (key === 'position' || !ast[key]) { + continue; + } + if (Object.prototype.toString.call(ast[key]) === '[object Object]') { + registerTokens(ast[key]); + } else if (Array.isArray(ast[key])) { + ast[key].forEach(registerTokens); + } + } + } + registerTokens(ast); + generator.setSourceContent(sourcePath, fileContent); + + return generator.toJSON(); +} + +module.exports = { + js: generateJs, + css: generateCss, +}; diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/CHANGELOG.md b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/CHANGELOG.md new file mode 100644 index 0000000..3a8c066 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/CHANGELOG.md @@ -0,0 +1,301 @@ +# Change Log + +## 0.5.6 + +* Fix for regression when people were using numbers as names in source maps. See + #236. + +## 0.5.5 + +* Fix "regression" of unsupported, implementation behavior that half the world + happens to have come to depend on. See #235. + +* Fix regression involving function hoisting in SpiderMonkey. See #233. + +## 0.5.4 + +* Large performance improvements to source-map serialization. See #228 and #229. + +## 0.5.3 + +* Do not include unnecessary distribution files. See + commit ef7006f8d1647e0a83fdc60f04f5a7ca54886f86. + +## 0.5.2 + +* Include browser distributions of the library in package.json's `files`. See + issue #212. + +## 0.5.1 + +* Fix latent bugs in IndexedSourceMapConsumer.prototype._parseMappings. See + ff05274becc9e6e1295ed60f3ea090d31d843379. + +## 0.5.0 + +* Node 0.8 is no longer supported. + +* Use webpack instead of dryice for bundling. + +* Big speedups serializing source maps. See pull request #203. + +* Fix a bug with `SourceMapConsumer.prototype.sourceContentFor` and sources that + explicitly start with the source root. See issue #199. + +## 0.4.4 + +* Fix an issue where using a `SourceMapGenerator` after having created a + `SourceMapConsumer` from it via `SourceMapConsumer.fromSourceMap` failed. See + issue #191. + +* Fix an issue with where `SourceMapGenerator` would mistakenly consider + different mappings as duplicates of each other and avoid generating them. See + issue #192. + +## 0.4.3 + +* A very large number of performance improvements, particularly when parsing + source maps. Collectively about 75% of time shaved off of the source map + parsing benchmark! + +* Fix a bug in `SourceMapConsumer.prototype.allGeneratedPositionsFor` and fuzzy + searching in the presence of a column option. See issue #177. + +* Fix a bug with joining a source and its source root when the source is above + the root. See issue #182. + +* Add the `SourceMapConsumer.prototype.hasContentsOfAllSources` method to + determine when all sources' contents are inlined into the source map. See + issue #190. + +## 0.4.2 + +* Add an `.npmignore` file so that the benchmarks aren't pulled down by + dependent projects. Issue #169. + +* Add an optional `column` argument to + `SourceMapConsumer.prototype.allGeneratedPositionsFor` and better handle lines + with no mappings. Issues #172 and #173. + +## 0.4.1 + +* Fix accidentally defining a global variable. #170. + +## 0.4.0 + +* The default direction for fuzzy searching was changed back to its original + direction. See #164. + +* There is now a `bias` option you can supply to `SourceMapConsumer` to control + the fuzzy searching direction. See #167. + +* About an 8% speed up in parsing source maps. See #159. + +* Added a benchmark for parsing and generating source maps. + +## 0.3.0 + +* Change the default direction that searching for positions fuzzes when there is + not an exact match. See #154. + +* Support for environments using json2.js for JSON serialization. See #156. + +## 0.2.0 + +* Support for consuming "indexed" source maps which do not have any remote + sections. See pull request #127. This introduces a minor backwards + incompatibility if you are monkey patching `SourceMapConsumer.prototype` + methods. + +## 0.1.43 + +* Performance improvements for `SourceMapGenerator` and `SourceNode`. See issue + #148 for some discussion and issues #150, #151, and #152 for implementations. + +## 0.1.42 + +* Fix an issue where `SourceNode`s from different versions of the source-map + library couldn't be used in conjunction with each other. See issue #142. + +## 0.1.41 + +* Fix a bug with getting the source content of relative sources with a "./" + prefix. See issue #145 and [Bug 1090768](bugzil.la/1090768). + +* Add the `SourceMapConsumer.prototype.computeColumnSpans` method to compute the + column span of each mapping. + +* Add the `SourceMapConsumer.prototype.allGeneratedPositionsFor` method to find + all generated positions associated with a given original source and line. + +## 0.1.40 + +* Performance improvements for parsing source maps in SourceMapConsumer. + +## 0.1.39 + +* Fix a bug where setting a source's contents to null before any source content + had been set before threw a TypeError. See issue #131. + +## 0.1.38 + +* Fix a bug where finding relative paths from an empty path were creating + absolute paths. See issue #129. + +## 0.1.37 + +* Fix a bug where if the source root was an empty string, relative source paths + would turn into absolute source paths. Issue #124. + +## 0.1.36 + +* Allow the `names` mapping property to be an empty string. Issue #121. + +## 0.1.35 + +* A third optional parameter was added to `SourceNode.fromStringWithSourceMap` + to specify a path that relative sources in the second parameter should be + relative to. Issue #105. + +* If no file property is given to a `SourceMapGenerator`, then the resulting + source map will no longer have a `null` file property. The property will + simply not exist. Issue #104. + +* Fixed a bug where consecutive newlines were ignored in `SourceNode`s. + Issue #116. + +## 0.1.34 + +* Make `SourceNode` work with windows style ("\r\n") newlines. Issue #103. + +* Fix bug involving source contents and the + `SourceMapGenerator.prototype.applySourceMap`. Issue #100. + +## 0.1.33 + +* Fix some edge cases surrounding path joining and URL resolution. + +* Add a third parameter for relative path to + `SourceMapGenerator.prototype.applySourceMap`. + +* Fix issues with mappings and EOLs. + +## 0.1.32 + +* Fixed a bug where SourceMapConsumer couldn't handle negative relative columns + (issue 92). + +* Fixed test runner to actually report number of failed tests as its process + exit code. + +* Fixed a typo when reporting bad mappings (issue 87). + +## 0.1.31 + +* Delay parsing the mappings in SourceMapConsumer until queried for a source + location. + +* Support Sass source maps (which at the time of writing deviate from the spec + in small ways) in SourceMapConsumer. + +## 0.1.30 + +* Do not join source root with a source, when the source is a data URI. + +* Extend the test runner to allow running single specific test files at a time. + +* Performance improvements in `SourceNode.prototype.walk` and + `SourceMapConsumer.prototype.eachMapping`. + +* Source map browser builds will now work inside Workers. + +* Better error messages when attempting to add an invalid mapping to a + `SourceMapGenerator`. + +## 0.1.29 + +* Allow duplicate entries in the `names` and `sources` arrays of source maps + (usually from TypeScript) we are parsing. Fixes github issue 72. + +## 0.1.28 + +* Skip duplicate mappings when creating source maps from SourceNode; github + issue 75. + +## 0.1.27 + +* Don't throw an error when the `file` property is missing in SourceMapConsumer, + we don't use it anyway. + +## 0.1.26 + +* Fix SourceNode.fromStringWithSourceMap for empty maps. Fixes github issue 70. + +## 0.1.25 + +* Make compatible with browserify + +## 0.1.24 + +* Fix issue with absolute paths and `file://` URIs. See + https://bugzilla.mozilla.org/show_bug.cgi?id=885597 + +## 0.1.23 + +* Fix issue with absolute paths and sourcesContent, github issue 64. + +## 0.1.22 + +* Ignore duplicate mappings in SourceMapGenerator. Fixes github issue 21. + +## 0.1.21 + +* Fixed handling of sources that start with a slash so that they are relative to + the source root's host. + +## 0.1.20 + +* Fixed github issue #43: absolute URLs aren't joined with the source root + anymore. + +## 0.1.19 + +* Using Travis CI to run tests. + +## 0.1.18 + +* Fixed a bug in the handling of sourceRoot. + +## 0.1.17 + +* Added SourceNode.fromStringWithSourceMap. + +## 0.1.16 + +* Added missing documentation. + +* Fixed the generating of empty mappings in SourceNode. + +## 0.1.15 + +* Added SourceMapGenerator.applySourceMap. + +## 0.1.14 + +* The sourceRoot is now handled consistently. + +## 0.1.13 + +* Added SourceMapGenerator.fromSourceMap. + +## 0.1.12 + +* SourceNode now generates empty mappings too. + +## 0.1.11 + +* Added name support to SourceNode. + +## 0.1.10 + +* Added sourcesContent support to the customer and generator. diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/LICENSE b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/LICENSE new file mode 100644 index 0000000..ed1b7cf --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/LICENSE @@ -0,0 +1,28 @@ + +Copyright (c) 2009-2011, Mozilla Foundation and contributors +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 names of the Mozilla Foundation nor the names of project + 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/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/README.md b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/README.md new file mode 100644 index 0000000..fea4beb --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/README.md @@ -0,0 +1,742 @@ +# Source Map + +[![Build Status](https://travis-ci.org/mozilla/source-map.png?branch=master)](https://travis-ci.org/mozilla/source-map) + +[![NPM](https://nodei.co/npm/source-map.png?downloads=true&downloadRank=true)](https://www.npmjs.com/package/source-map) + +This is a library to generate and consume the source map format +[described here][format]. + +[format]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit + +## Use with Node + + $ npm install source-map + +## Use on the Web + + + +-------------------------------------------------------------------------------- + + + + + +## Table of Contents + +- [Examples](#examples) + - [Consuming a source map](#consuming-a-source-map) + - [Generating a source map](#generating-a-source-map) + - [With SourceNode (high level API)](#with-sourcenode-high-level-api) + - [With SourceMapGenerator (low level API)](#with-sourcemapgenerator-low-level-api) +- [API](#api) + - [SourceMapConsumer](#sourcemapconsumer) + - [new SourceMapConsumer(rawSourceMap)](#new-sourcemapconsumerrawsourcemap) + - [SourceMapConsumer.prototype.computeColumnSpans()](#sourcemapconsumerprototypecomputecolumnspans) + - [SourceMapConsumer.prototype.originalPositionFor(generatedPosition)](#sourcemapconsumerprototypeoriginalpositionforgeneratedposition) + - [SourceMapConsumer.prototype.generatedPositionFor(originalPosition)](#sourcemapconsumerprototypegeneratedpositionfororiginalposition) + - [SourceMapConsumer.prototype.allGeneratedPositionsFor(originalPosition)](#sourcemapconsumerprototypeallgeneratedpositionsfororiginalposition) + - [SourceMapConsumer.prototype.hasContentsOfAllSources()](#sourcemapconsumerprototypehascontentsofallsources) + - [SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing])](#sourcemapconsumerprototypesourcecontentforsource-returnnullonmissing) + - [SourceMapConsumer.prototype.eachMapping(callback, context, order)](#sourcemapconsumerprototypeeachmappingcallback-context-order) + - [SourceMapGenerator](#sourcemapgenerator) + - [new SourceMapGenerator([startOfSourceMap])](#new-sourcemapgeneratorstartofsourcemap) + - [SourceMapGenerator.fromSourceMap(sourceMapConsumer)](#sourcemapgeneratorfromsourcemapsourcemapconsumer) + - [SourceMapGenerator.prototype.addMapping(mapping)](#sourcemapgeneratorprototypeaddmappingmapping) + - [SourceMapGenerator.prototype.setSourceContent(sourceFile, sourceContent)](#sourcemapgeneratorprototypesetsourcecontentsourcefile-sourcecontent) + - [SourceMapGenerator.prototype.applySourceMap(sourceMapConsumer[, sourceFile[, sourceMapPath]])](#sourcemapgeneratorprototypeapplysourcemapsourcemapconsumer-sourcefile-sourcemappath) + - [SourceMapGenerator.prototype.toString()](#sourcemapgeneratorprototypetostring) + - [SourceNode](#sourcenode) + - [new SourceNode([line, column, source[, chunk[, name]]])](#new-sourcenodeline-column-source-chunk-name) + - [SourceNode.fromStringWithSourceMap(code, sourceMapConsumer[, relativePath])](#sourcenodefromstringwithsourcemapcode-sourcemapconsumer-relativepath) + - [SourceNode.prototype.add(chunk)](#sourcenodeprototypeaddchunk) + - [SourceNode.prototype.prepend(chunk)](#sourcenodeprototypeprependchunk) + - [SourceNode.prototype.setSourceContent(sourceFile, sourceContent)](#sourcenodeprototypesetsourcecontentsourcefile-sourcecontent) + - [SourceNode.prototype.walk(fn)](#sourcenodeprototypewalkfn) + - [SourceNode.prototype.walkSourceContents(fn)](#sourcenodeprototypewalksourcecontentsfn) + - [SourceNode.prototype.join(sep)](#sourcenodeprototypejoinsep) + - [SourceNode.prototype.replaceRight(pattern, replacement)](#sourcenodeprototypereplacerightpattern-replacement) + - [SourceNode.prototype.toString()](#sourcenodeprototypetostring) + - [SourceNode.prototype.toStringWithSourceMap([startOfSourceMap])](#sourcenodeprototypetostringwithsourcemapstartofsourcemap) + + + +## Examples + +### Consuming a source map + +```js +var rawSourceMap = { + version: 3, + file: 'min.js', + names: ['bar', 'baz', 'n'], + sources: ['one.js', 'two.js'], + sourceRoot: 'http://example.com/www/js/', + mappings: 'CAAC,IAAI,IAAM,SAAUA,GAClB,OAAOC,IAAID;CCDb,IAAI,IAAM,SAAUE,GAClB,OAAOA' +}; + +var smc = new SourceMapConsumer(rawSourceMap); + +console.log(smc.sources); +// [ 'http://example.com/www/js/one.js', +// 'http://example.com/www/js/two.js' ] + +console.log(smc.originalPositionFor({ + line: 2, + column: 28 +})); +// { source: 'http://example.com/www/js/two.js', +// line: 2, +// column: 10, +// name: 'n' } + +console.log(smc.generatedPositionFor({ + source: 'http://example.com/www/js/two.js', + line: 2, + column: 10 +})); +// { line: 2, column: 28 } + +smc.eachMapping(function (m) { + // ... +}); +``` + +### Generating a source map + +In depth guide: +[**Compiling to JavaScript, and Debugging with Source Maps**](https://hacks.mozilla.org/2013/05/compiling-to-javascript-and-debugging-with-source-maps/) + +#### With SourceNode (high level API) + +```js +function compile(ast) { + switch (ast.type) { + case 'BinaryExpression': + return new SourceNode( + ast.location.line, + ast.location.column, + ast.location.source, + [compile(ast.left), " + ", compile(ast.right)] + ); + case 'Literal': + return new SourceNode( + ast.location.line, + ast.location.column, + ast.location.source, + String(ast.value) + ); + // ... + default: + throw new Error("Bad AST"); + } +} + +var ast = parse("40 + 2", "add.js"); +console.log(compile(ast).toStringWithSourceMap({ + file: 'add.js' +})); +// { code: '40 + 2', +// map: [object SourceMapGenerator] } +``` + +#### With SourceMapGenerator (low level API) + +```js +var map = new SourceMapGenerator({ + file: "source-mapped.js" +}); + +map.addMapping({ + generated: { + line: 10, + column: 35 + }, + source: "foo.js", + original: { + line: 33, + column: 2 + }, + name: "christopher" +}); + +console.log(map.toString()); +// '{"version":3,"file":"source-mapped.js","sources":["foo.js"],"names":["christopher"],"mappings":";;;;;;;;;mCAgCEA"}' +``` + +## API + +Get a reference to the module: + +```js +// Node.js +var sourceMap = require('source-map'); + +// Browser builds +var sourceMap = window.sourceMap; + +// Inside Firefox +const sourceMap = require("devtools/toolkit/sourcemap/source-map.js"); +``` + +### SourceMapConsumer + +A SourceMapConsumer instance represents a parsed source map which we can query +for information about the original file positions by giving it a file position +in the generated source. + +#### new SourceMapConsumer(rawSourceMap) + +The only parameter is the raw source map (either as a string which can be +`JSON.parse`'d, or an object). According to the spec, source maps have the +following attributes: + +* `version`: Which version of the source map spec this map is following. + +* `sources`: An array of URLs to the original source files. + +* `names`: An array of identifiers which can be referenced by individual + mappings. + +* `sourceRoot`: Optional. The URL root from which all sources are relative. + +* `sourcesContent`: Optional. An array of contents of the original source files. + +* `mappings`: A string of base64 VLQs which contain the actual mappings. + +* `file`: Optional. The generated filename this source map is associated with. + +```js +var consumer = new sourceMap.SourceMapConsumer(rawSourceMapJsonData); +``` + +#### SourceMapConsumer.prototype.computeColumnSpans() + +Compute the last column for each generated mapping. The last column is +inclusive. + +```js +// Before: +consumer.allGeneratedPositionsFor({ line: 2, source: "foo.coffee" }) +// [ { line: 2, +// column: 1 }, +// { line: 2, +// column: 10 }, +// { line: 2, +// column: 20 } ] + +consumer.computeColumnSpans(); + +// After: +consumer.allGeneratedPositionsFor({ line: 2, source: "foo.coffee" }) +// [ { line: 2, +// column: 1, +// lastColumn: 9 }, +// { line: 2, +// column: 10, +// lastColumn: 19 }, +// { line: 2, +// column: 20, +// lastColumn: Infinity } ] + +``` + +#### SourceMapConsumer.prototype.originalPositionFor(generatedPosition) + +Returns the original source, line, and column information for the generated +source's line and column positions provided. The only argument is an object with +the following properties: + +* `line`: The line number in the generated source. Line numbers in + this library are 1-based (note that the underlying source map + specification uses 0-based line numbers -- this library handles the + translation). + +* `column`: The column number in the generated source. Column numbers + in this library are 0-based. + +* `bias`: Either `SourceMapConsumer.GREATEST_LOWER_BOUND` or + `SourceMapConsumer.LEAST_UPPER_BOUND`. Specifies whether to return the closest + element that is smaller than or greater than the one we are searching for, + respectively, if the exact element cannot be found. Defaults to + `SourceMapConsumer.GREATEST_LOWER_BOUND`. + +and an object is returned with the following properties: + +* `source`: The original source file, or null if this information is not + available. + +* `line`: The line number in the original source, or null if this information is + not available. The line number is 1-based. + +* `column`: The column number in the original source, or null if this + information is not available. The column number is 0-based. + +* `name`: The original identifier, or null if this information is not available. + +```js +consumer.originalPositionFor({ line: 2, column: 10 }) +// { source: 'foo.coffee', +// line: 2, +// column: 2, +// name: null } + +consumer.originalPositionFor({ line: 99999999999999999, column: 999999999999999 }) +// { source: null, +// line: null, +// column: null, +// name: null } +``` + +#### SourceMapConsumer.prototype.generatedPositionFor(originalPosition) + +Returns the generated line and column information for the original source, +line, and column positions provided. The only argument is an object with +the following properties: + +* `source`: The filename of the original source. + +* `line`: The line number in the original source. The line number is + 1-based. + +* `column`: The column number in the original source. The column + number is 0-based. + +and an object is returned with the following properties: + +* `line`: The line number in the generated source, or null. The line + number is 1-based. + +* `column`: The column number in the generated source, or null. The + column number is 0-based. + +```js +consumer.generatedPositionFor({ source: "example.js", line: 2, column: 10 }) +// { line: 1, +// column: 56 } +``` + +#### SourceMapConsumer.prototype.allGeneratedPositionsFor(originalPosition) + +Returns all generated line and column information for the original source, line, +and column provided. If no column is provided, returns all mappings +corresponding to a either the line we are searching for or the next closest line +that has any mappings. Otherwise, returns all mappings corresponding to the +given line and either the column we are searching for or the next closest column +that has any offsets. + +The only argument is an object with the following properties: + +* `source`: The filename of the original source. + +* `line`: The line number in the original source. The line number is + 1-based. + +* `column`: Optional. The column number in the original source. The + column number is 0-based. + +and an array of objects is returned, each with the following properties: + +* `line`: The line number in the generated source, or null. The line + number is 1-based. + +* `column`: The column number in the generated source, or null. The + column number is 0-based. + +```js +consumer.allGeneratedpositionsfor({ line: 2, source: "foo.coffee" }) +// [ { line: 2, +// column: 1 }, +// { line: 2, +// column: 10 }, +// { line: 2, +// column: 20 } ] +``` + +#### SourceMapConsumer.prototype.hasContentsOfAllSources() + +Return true if we have the embedded source content for every source listed in +the source map, false otherwise. + +In other words, if this method returns `true`, then +`consumer.sourceContentFor(s)` will succeed for every source `s` in +`consumer.sources`. + +```js +// ... +if (consumer.hasContentsOfAllSources()) { + consumerReadyCallback(consumer); +} else { + fetchSources(consumer, consumerReadyCallback); +} +// ... +``` + +#### SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing]) + +Returns the original source content for the source provided. The only +argument is the URL of the original source file. + +If the source content for the given source is not found, then an error is +thrown. Optionally, pass `true` as the second param to have `null` returned +instead. + +```js +consumer.sources +// [ "my-cool-lib.clj" ] + +consumer.sourceContentFor("my-cool-lib.clj") +// "..." + +consumer.sourceContentFor("this is not in the source map"); +// Error: "this is not in the source map" is not in the source map + +consumer.sourceContentFor("this is not in the source map", true); +// null +``` + +#### SourceMapConsumer.prototype.eachMapping(callback, context, order) + +Iterate over each mapping between an original source/line/column and a +generated line/column in this source map. + +* `callback`: The function that is called with each mapping. Mappings have the + form `{ source, generatedLine, generatedColumn, originalLine, originalColumn, + name }` + +* `context`: Optional. If specified, this object will be the value of `this` + every time that `callback` is called. + +* `order`: Either `SourceMapConsumer.GENERATED_ORDER` or + `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to iterate over + the mappings sorted by the generated file's line/column order or the + original's source/line/column order, respectively. Defaults to + `SourceMapConsumer.GENERATED_ORDER`. + +```js +consumer.eachMapping(function (m) { console.log(m); }) +// ... +// { source: 'illmatic.js', +// generatedLine: 1, +// generatedColumn: 0, +// originalLine: 1, +// originalColumn: 0, +// name: null } +// { source: 'illmatic.js', +// generatedLine: 2, +// generatedColumn: 0, +// originalLine: 2, +// originalColumn: 0, +// name: null } +// ... +``` +### SourceMapGenerator + +An instance of the SourceMapGenerator represents a source map which is being +built incrementally. + +#### new SourceMapGenerator([startOfSourceMap]) + +You may pass an object with the following properties: + +* `file`: The filename of the generated source that this source map is + associated with. + +* `sourceRoot`: A root for all relative URLs in this source map. + +* `skipValidation`: Optional. When `true`, disables validation of mappings as + they are added. This can improve performance but should be used with + discretion, as a last resort. Even then, one should avoid using this flag when + running tests, if possible. + +```js +var generator = new sourceMap.SourceMapGenerator({ + file: "my-generated-javascript-file.js", + sourceRoot: "http://example.com/app/js/" +}); +``` + +#### SourceMapGenerator.fromSourceMap(sourceMapConsumer) + +Creates a new `SourceMapGenerator` from an existing `SourceMapConsumer` instance. + +* `sourceMapConsumer` The SourceMap. + +```js +var generator = sourceMap.SourceMapGenerator.fromSourceMap(consumer); +``` + +#### SourceMapGenerator.prototype.addMapping(mapping) + +Add a single mapping from original source line and column to the generated +source's line and column for this source map being created. The mapping object +should have the following properties: + +* `generated`: An object with the generated line and column positions. + +* `original`: An object with the original line and column positions. + +* `source`: The original source file (relative to the sourceRoot). + +* `name`: An optional original token name for this mapping. + +```js +generator.addMapping({ + source: "module-one.scm", + original: { line: 128, column: 0 }, + generated: { line: 3, column: 456 } +}) +``` + +#### SourceMapGenerator.prototype.setSourceContent(sourceFile, sourceContent) + +Set the source content for an original source file. + +* `sourceFile` the URL of the original source file. + +* `sourceContent` the content of the source file. + +```js +generator.setSourceContent("module-one.scm", + fs.readFileSync("path/to/module-one.scm")) +``` + +#### SourceMapGenerator.prototype.applySourceMap(sourceMapConsumer[, sourceFile[, sourceMapPath]]) + +Applies a SourceMap for a source file to the SourceMap. +Each mapping to the supplied source file is rewritten using the +supplied SourceMap. Note: The resolution for the resulting mappings +is the minimum of this map and the supplied map. + +* `sourceMapConsumer`: The SourceMap to be applied. + +* `sourceFile`: Optional. The filename of the source file. + If omitted, sourceMapConsumer.file will be used, if it exists. + Otherwise an error will be thrown. + +* `sourceMapPath`: Optional. The dirname of the path to the SourceMap + to be applied. If relative, it is relative to the SourceMap. + + This parameter is needed when the two SourceMaps aren't in the same + directory, and the SourceMap to be applied contains relative source + paths. If so, those relative source paths need to be rewritten + relative to the SourceMap. + + If omitted, it is assumed that both SourceMaps are in the same directory, + thus not needing any rewriting. (Supplying `'.'` has the same effect.) + +#### SourceMapGenerator.prototype.toString() + +Renders the source map being generated to a string. + +```js +generator.toString() +// '{"version":3,"sources":["module-one.scm"],"names":[],"mappings":"...snip...","file":"my-generated-javascript-file.js","sourceRoot":"http://example.com/app/js/"}' +``` + +### SourceNode + +SourceNodes provide a way to abstract over interpolating and/or concatenating +snippets of generated JavaScript source code, while maintaining the line and +column information associated between those snippets and the original source +code. This is useful as the final intermediate representation a compiler might +use before outputting the generated JS and source map. + +#### new SourceNode([line, column, source[, chunk[, name]]]) + +* `line`: The original line number associated with this source node, or null if + it isn't associated with an original line. The line number is 1-based. + +* `column`: The original column number associated with this source node, or null + if it isn't associated with an original column. The column number + is 0-based. + +* `source`: The original source's filename; null if no filename is provided. + +* `chunk`: Optional. Is immediately passed to `SourceNode.prototype.add`, see + below. + +* `name`: Optional. The original identifier. + +```js +var node = new SourceNode(1, 2, "a.cpp", [ + new SourceNode(3, 4, "b.cpp", "extern int status;\n"), + new SourceNode(5, 6, "c.cpp", "std::string* make_string(size_t n);\n"), + new SourceNode(7, 8, "d.cpp", "int main(int argc, char** argv) {}\n"), +]); +``` + +#### SourceNode.fromStringWithSourceMap(code, sourceMapConsumer[, relativePath]) + +Creates a SourceNode from generated code and a SourceMapConsumer. + +* `code`: The generated code + +* `sourceMapConsumer` The SourceMap for the generated code + +* `relativePath` The optional path that relative sources in `sourceMapConsumer` + should be relative to. + +```js +var consumer = new SourceMapConsumer(fs.readFileSync("path/to/my-file.js.map", "utf8")); +var node = SourceNode.fromStringWithSourceMap(fs.readFileSync("path/to/my-file.js"), + consumer); +``` + +#### SourceNode.prototype.add(chunk) + +Add a chunk of generated JS to this source node. + +* `chunk`: A string snippet of generated JS code, another instance of + `SourceNode`, or an array where each member is one of those things. + +```js +node.add(" + "); +node.add(otherNode); +node.add([leftHandOperandNode, " + ", rightHandOperandNode]); +``` + +#### SourceNode.prototype.prepend(chunk) + +Prepend a chunk of generated JS to this source node. + +* `chunk`: A string snippet of generated JS code, another instance of + `SourceNode`, or an array where each member is one of those things. + +```js +node.prepend("/** Build Id: f783haef86324gf **/\n\n"); +``` + +#### SourceNode.prototype.setSourceContent(sourceFile, sourceContent) + +Set the source content for a source file. This will be added to the +`SourceMap` in the `sourcesContent` field. + +* `sourceFile`: The filename of the source file + +* `sourceContent`: The content of the source file + +```js +node.setSourceContent("module-one.scm", + fs.readFileSync("path/to/module-one.scm")) +``` + +#### SourceNode.prototype.walk(fn) + +Walk over the tree of JS snippets in this node and its children. The walking +function is called once for each snippet of JS and is passed that snippet and +the its original associated source's line/column location. + +* `fn`: The traversal function. + +```js +var node = new SourceNode(1, 2, "a.js", [ + new SourceNode(3, 4, "b.js", "uno"), + "dos", + [ + "tres", + new SourceNode(5, 6, "c.js", "quatro") + ] +]); + +node.walk(function (code, loc) { console.log("WALK:", code, loc); }) +// WALK: uno { source: 'b.js', line: 3, column: 4, name: null } +// WALK: dos { source: 'a.js', line: 1, column: 2, name: null } +// WALK: tres { source: 'a.js', line: 1, column: 2, name: null } +// WALK: quatro { source: 'c.js', line: 5, column: 6, name: null } +``` + +#### SourceNode.prototype.walkSourceContents(fn) + +Walk over the tree of SourceNodes. The walking function is called for each +source file content and is passed the filename and source content. + +* `fn`: The traversal function. + +```js +var a = new SourceNode(1, 2, "a.js", "generated from a"); +a.setSourceContent("a.js", "original a"); +var b = new SourceNode(1, 2, "b.js", "generated from b"); +b.setSourceContent("b.js", "original b"); +var c = new SourceNode(1, 2, "c.js", "generated from c"); +c.setSourceContent("c.js", "original c"); + +var node = new SourceNode(null, null, null, [a, b, c]); +node.walkSourceContents(function (source, contents) { console.log("WALK:", source, ":", contents); }) +// WALK: a.js : original a +// WALK: b.js : original b +// WALK: c.js : original c +``` + +#### SourceNode.prototype.join(sep) + +Like `Array.prototype.join` except for SourceNodes. Inserts the separator +between each of this source node's children. + +* `sep`: The separator. + +```js +var lhs = new SourceNode(1, 2, "a.rs", "my_copy"); +var operand = new SourceNode(3, 4, "a.rs", "="); +var rhs = new SourceNode(5, 6, "a.rs", "orig.clone()"); + +var node = new SourceNode(null, null, null, [ lhs, operand, rhs ]); +var joinedNode = node.join(" "); +``` + +#### SourceNode.prototype.replaceRight(pattern, replacement) + +Call `String.prototype.replace` on the very right-most source snippet. Useful +for trimming white space from the end of a source node, etc. + +* `pattern`: The pattern to replace. + +* `replacement`: The thing to replace the pattern with. + +```js +// Trim trailing white space. +node.replaceRight(/\s*$/, ""); +``` + +#### SourceNode.prototype.toString() + +Return the string representation of this source node. Walks over the tree and +concatenates all the various snippets together to one string. + +```js +var node = new SourceNode(1, 2, "a.js", [ + new SourceNode(3, 4, "b.js", "uno"), + "dos", + [ + "tres", + new SourceNode(5, 6, "c.js", "quatro") + ] +]); + +node.toString() +// 'unodostresquatro' +``` + +#### SourceNode.prototype.toStringWithSourceMap([startOfSourceMap]) + +Returns the string representation of this tree of source nodes, plus a +SourceMapGenerator which contains all the mappings between the generated and +original sources. + +The arguments are the same as those to `new SourceMapGenerator`. + +```js +var node = new SourceNode(1, 2, "a.js", [ + new SourceNode(3, 4, "b.js", "uno"), + "dos", + [ + "tres", + new SourceNode(5, 6, "c.js", "quatro") + ] +]); + +node.toStringWithSourceMap({ file: "my-output-file.js" }) +// { code: 'unodostresquatro', +// map: [object SourceMapGenerator] } +``` diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/dist/source-map.debug.js b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/dist/source-map.debug.js new file mode 100644 index 0000000..aad0620 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/dist/source-map.debug.js @@ -0,0 +1,3234 @@ +(function webpackUniversalModuleDefinition(root, factory) { + if(typeof exports === 'object' && typeof module === 'object') + module.exports = factory(); + else if(typeof define === 'function' && define.amd) + define([], factory); + else if(typeof exports === 'object') + exports["sourceMap"] = factory(); + else + root["sourceMap"] = factory(); +})(this, function() { +return /******/ (function(modules) { // webpackBootstrap +/******/ // The module cache +/******/ var installedModules = {}; +/******/ +/******/ // The require function +/******/ function __webpack_require__(moduleId) { +/******/ +/******/ // Check if module is in cache +/******/ if(installedModules[moduleId]) +/******/ return installedModules[moduleId].exports; +/******/ +/******/ // Create a new module (and put it into the cache) +/******/ var module = installedModules[moduleId] = { +/******/ exports: {}, +/******/ id: moduleId, +/******/ loaded: false +/******/ }; +/******/ +/******/ // Execute the module function +/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); +/******/ +/******/ // Flag the module as loaded +/******/ module.loaded = true; +/******/ +/******/ // Return the exports of the module +/******/ return module.exports; +/******/ } +/******/ +/******/ +/******/ // expose the modules object (__webpack_modules__) +/******/ __webpack_require__.m = modules; +/******/ +/******/ // expose the module cache +/******/ __webpack_require__.c = installedModules; +/******/ +/******/ // __webpack_public_path__ +/******/ __webpack_require__.p = ""; +/******/ +/******/ // Load entry module and return exports +/******/ return __webpack_require__(0); +/******/ }) +/************************************************************************/ +/******/ ([ +/* 0 */ +/***/ (function(module, exports, __webpack_require__) { + + /* + * Copyright 2009-2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE.txt or: + * http://opensource.org/licenses/BSD-3-Clause + */ + exports.SourceMapGenerator = __webpack_require__(1).SourceMapGenerator; + exports.SourceMapConsumer = __webpack_require__(7).SourceMapConsumer; + exports.SourceNode = __webpack_require__(10).SourceNode; + + +/***/ }), +/* 1 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var base64VLQ = __webpack_require__(2); + var util = __webpack_require__(4); + var ArraySet = __webpack_require__(5).ArraySet; + var MappingList = __webpack_require__(6).MappingList; + + /** + * An instance of the SourceMapGenerator represents a source map which is + * being built incrementally. You may pass an object with the following + * properties: + * + * - file: The filename of the generated source. + * - sourceRoot: A root for all relative URLs in this source map. + */ + function SourceMapGenerator(aArgs) { + if (!aArgs) { + aArgs = {}; + } + this._file = util.getArg(aArgs, 'file', null); + this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null); + this._skipValidation = util.getArg(aArgs, 'skipValidation', false); + this._sources = new ArraySet(); + this._names = new ArraySet(); + this._mappings = new MappingList(); + this._sourcesContents = null; + } + + SourceMapGenerator.prototype._version = 3; + + /** + * Creates a new SourceMapGenerator based on a SourceMapConsumer + * + * @param aSourceMapConsumer The SourceMap. + */ + SourceMapGenerator.fromSourceMap = + function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) { + var sourceRoot = aSourceMapConsumer.sourceRoot; + var generator = new SourceMapGenerator({ + file: aSourceMapConsumer.file, + sourceRoot: sourceRoot + }); + aSourceMapConsumer.eachMapping(function (mapping) { + var newMapping = { + generated: { + line: mapping.generatedLine, + column: mapping.generatedColumn + } + }; + + if (mapping.source != null) { + newMapping.source = mapping.source; + if (sourceRoot != null) { + newMapping.source = util.relative(sourceRoot, newMapping.source); + } + + newMapping.original = { + line: mapping.originalLine, + column: mapping.originalColumn + }; + + if (mapping.name != null) { + newMapping.name = mapping.name; + } + } + + generator.addMapping(newMapping); + }); + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var sourceRelative = sourceFile; + if (sourceRoot !== null) { + sourceRelative = util.relative(sourceRoot, sourceFile); + } + + if (!generator._sources.has(sourceRelative)) { + generator._sources.add(sourceRelative); + } + + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + generator.setSourceContent(sourceFile, content); + } + }); + return generator; + }; + + /** + * Add a single mapping from original source line and column to the generated + * source's line and column for this source map being created. The mapping + * object should have the following properties: + * + * - generated: An object with the generated line and column positions. + * - original: An object with the original line and column positions. + * - source: The original source file (relative to the sourceRoot). + * - name: An optional original token name for this mapping. + */ + SourceMapGenerator.prototype.addMapping = + function SourceMapGenerator_addMapping(aArgs) { + var generated = util.getArg(aArgs, 'generated'); + var original = util.getArg(aArgs, 'original', null); + var source = util.getArg(aArgs, 'source', null); + var name = util.getArg(aArgs, 'name', null); + + if (!this._skipValidation) { + this._validateMapping(generated, original, source, name); + } + + if (source != null) { + source = String(source); + if (!this._sources.has(source)) { + this._sources.add(source); + } + } + + if (name != null) { + name = String(name); + if (!this._names.has(name)) { + this._names.add(name); + } + } + + this._mappings.add({ + generatedLine: generated.line, + generatedColumn: generated.column, + originalLine: original != null && original.line, + originalColumn: original != null && original.column, + source: source, + name: name + }); + }; + + /** + * Set the source content for a source file. + */ + SourceMapGenerator.prototype.setSourceContent = + function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) { + var source = aSourceFile; + if (this._sourceRoot != null) { + source = util.relative(this._sourceRoot, source); + } + + if (aSourceContent != null) { + // Add the source content to the _sourcesContents map. + // Create a new _sourcesContents map if the property is null. + if (!this._sourcesContents) { + this._sourcesContents = Object.create(null); + } + this._sourcesContents[util.toSetString(source)] = aSourceContent; + } else if (this._sourcesContents) { + // Remove the source file from the _sourcesContents map. + // If the _sourcesContents map is empty, set the property to null. + delete this._sourcesContents[util.toSetString(source)]; + if (Object.keys(this._sourcesContents).length === 0) { + this._sourcesContents = null; + } + } + }; + + /** + * Applies the mappings of a sub-source-map for a specific source file to the + * source map being generated. Each mapping to the supplied source file is + * rewritten using the supplied source map. Note: The resolution for the + * resulting mappings is the minimium of this map and the supplied map. + * + * @param aSourceMapConsumer The source map to be applied. + * @param aSourceFile Optional. The filename of the source file. + * If omitted, SourceMapConsumer's file property will be used. + * @param aSourceMapPath Optional. The dirname of the path to the source map + * to be applied. If relative, it is relative to the SourceMapConsumer. + * This parameter is needed when the two source maps aren't in the same + * directory, and the source map to be applied contains relative source + * paths. If so, those relative source paths need to be rewritten + * relative to the SourceMapGenerator. + */ + SourceMapGenerator.prototype.applySourceMap = + function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) { + var sourceFile = aSourceFile; + // If aSourceFile is omitted, we will use the file property of the SourceMap + if (aSourceFile == null) { + if (aSourceMapConsumer.file == null) { + throw new Error( + 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' + + 'or the source map\'s "file" property. Both were omitted.' + ); + } + sourceFile = aSourceMapConsumer.file; + } + var sourceRoot = this._sourceRoot; + // Make "sourceFile" relative if an absolute Url is passed. + if (sourceRoot != null) { + sourceFile = util.relative(sourceRoot, sourceFile); + } + // Applying the SourceMap can add and remove items from the sources and + // the names array. + var newSources = new ArraySet(); + var newNames = new ArraySet(); + + // Find mappings for the "sourceFile" + this._mappings.unsortedForEach(function (mapping) { + if (mapping.source === sourceFile && mapping.originalLine != null) { + // Check if it can be mapped by the source map, then update the mapping. + var original = aSourceMapConsumer.originalPositionFor({ + line: mapping.originalLine, + column: mapping.originalColumn + }); + if (original.source != null) { + // Copy mapping + mapping.source = original.source; + if (aSourceMapPath != null) { + mapping.source = util.join(aSourceMapPath, mapping.source) + } + if (sourceRoot != null) { + mapping.source = util.relative(sourceRoot, mapping.source); + } + mapping.originalLine = original.line; + mapping.originalColumn = original.column; + if (original.name != null) { + mapping.name = original.name; + } + } + } + + var source = mapping.source; + if (source != null && !newSources.has(source)) { + newSources.add(source); + } + + var name = mapping.name; + if (name != null && !newNames.has(name)) { + newNames.add(name); + } + + }, this); + this._sources = newSources; + this._names = newNames; + + // Copy sourcesContents of applied map. + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + if (aSourceMapPath != null) { + sourceFile = util.join(aSourceMapPath, sourceFile); + } + if (sourceRoot != null) { + sourceFile = util.relative(sourceRoot, sourceFile); + } + this.setSourceContent(sourceFile, content); + } + }, this); + }; + + /** + * A mapping can have one of the three levels of data: + * + * 1. Just the generated position. + * 2. The Generated position, original position, and original source. + * 3. Generated and original position, original source, as well as a name + * token. + * + * To maintain consistency, we validate that any new mapping being added falls + * in to one of these categories. + */ + SourceMapGenerator.prototype._validateMapping = + function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource, + aName) { + // When aOriginal is truthy but has empty values for .line and .column, + // it is most likely a programmer error. In this case we throw a very + // specific error message to try to guide them the right way. + // For example: https://github.com/Polymer/polymer-bundler/pull/519 + if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') { + throw new Error( + 'original.line and original.column are not numbers -- you probably meant to omit ' + + 'the original mapping entirely and only map the generated position. If so, pass ' + + 'null for the original mapping instead of an object with empty or null values.' + ); + } + + if (aGenerated && 'line' in aGenerated && 'column' in aGenerated + && aGenerated.line > 0 && aGenerated.column >= 0 + && !aOriginal && !aSource && !aName) { + // Case 1. + return; + } + else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated + && aOriginal && 'line' in aOriginal && 'column' in aOriginal + && aGenerated.line > 0 && aGenerated.column >= 0 + && aOriginal.line > 0 && aOriginal.column >= 0 + && aSource) { + // Cases 2 and 3. + return; + } + else { + throw new Error('Invalid mapping: ' + JSON.stringify({ + generated: aGenerated, + source: aSource, + original: aOriginal, + name: aName + })); + } + }; + + /** + * Serialize the accumulated mappings in to the stream of base 64 VLQs + * specified by the source map format. + */ + SourceMapGenerator.prototype._serializeMappings = + function SourceMapGenerator_serializeMappings() { + var previousGeneratedColumn = 0; + var previousGeneratedLine = 1; + var previousOriginalColumn = 0; + var previousOriginalLine = 0; + var previousName = 0; + var previousSource = 0; + var result = ''; + var next; + var mapping; + var nameIdx; + var sourceIdx; + + var mappings = this._mappings.toArray(); + for (var i = 0, len = mappings.length; i < len; i++) { + mapping = mappings[i]; + next = '' + + if (mapping.generatedLine !== previousGeneratedLine) { + previousGeneratedColumn = 0; + while (mapping.generatedLine !== previousGeneratedLine) { + next += ';'; + previousGeneratedLine++; + } + } + else { + if (i > 0) { + if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) { + continue; + } + next += ','; + } + } + + next += base64VLQ.encode(mapping.generatedColumn + - previousGeneratedColumn); + previousGeneratedColumn = mapping.generatedColumn; + + if (mapping.source != null) { + sourceIdx = this._sources.indexOf(mapping.source); + next += base64VLQ.encode(sourceIdx - previousSource); + previousSource = sourceIdx; + + // lines are stored 0-based in SourceMap spec version 3 + next += base64VLQ.encode(mapping.originalLine - 1 + - previousOriginalLine); + previousOriginalLine = mapping.originalLine - 1; + + next += base64VLQ.encode(mapping.originalColumn + - previousOriginalColumn); + previousOriginalColumn = mapping.originalColumn; + + if (mapping.name != null) { + nameIdx = this._names.indexOf(mapping.name); + next += base64VLQ.encode(nameIdx - previousName); + previousName = nameIdx; + } + } + + result += next; + } + + return result; + }; + + SourceMapGenerator.prototype._generateSourcesContent = + function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) { + return aSources.map(function (source) { + if (!this._sourcesContents) { + return null; + } + if (aSourceRoot != null) { + source = util.relative(aSourceRoot, source); + } + var key = util.toSetString(source); + return Object.prototype.hasOwnProperty.call(this._sourcesContents, key) + ? this._sourcesContents[key] + : null; + }, this); + }; + + /** + * Externalize the source map. + */ + SourceMapGenerator.prototype.toJSON = + function SourceMapGenerator_toJSON() { + var map = { + version: this._version, + sources: this._sources.toArray(), + names: this._names.toArray(), + mappings: this._serializeMappings() + }; + if (this._file != null) { + map.file = this._file; + } + if (this._sourceRoot != null) { + map.sourceRoot = this._sourceRoot; + } + if (this._sourcesContents) { + map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot); + } + + return map; + }; + + /** + * Render the source map being generated to a string. + */ + SourceMapGenerator.prototype.toString = + function SourceMapGenerator_toString() { + return JSON.stringify(this.toJSON()); + }; + + exports.SourceMapGenerator = SourceMapGenerator; + + +/***/ }), +/* 2 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + * + * Based on the Base 64 VLQ implementation in Closure Compiler: + * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java + * + * Copyright 2011 The Closure Compiler Authors. 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 Google Inc. 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 + * OWNER 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. + */ + + var base64 = __webpack_require__(3); + + // A single base 64 digit can contain 6 bits of data. For the base 64 variable + // length quantities we use in the source map spec, the first bit is the sign, + // the next four bits are the actual value, and the 6th bit is the + // continuation bit. The continuation bit tells us whether there are more + // digits in this value following this digit. + // + // Continuation + // | Sign + // | | + // V V + // 101011 + + var VLQ_BASE_SHIFT = 5; + + // binary: 100000 + var VLQ_BASE = 1 << VLQ_BASE_SHIFT; + + // binary: 011111 + var VLQ_BASE_MASK = VLQ_BASE - 1; + + // binary: 100000 + var VLQ_CONTINUATION_BIT = VLQ_BASE; + + /** + * Converts from a two-complement value to a value where the sign bit is + * placed in the least significant bit. For example, as decimals: + * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary) + * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary) + */ + function toVLQSigned(aValue) { + return aValue < 0 + ? ((-aValue) << 1) + 1 + : (aValue << 1) + 0; + } + + /** + * Converts to a two-complement value from a value where the sign bit is + * placed in the least significant bit. For example, as decimals: + * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1 + * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2 + */ + function fromVLQSigned(aValue) { + var isNegative = (aValue & 1) === 1; + var shifted = aValue >> 1; + return isNegative + ? -shifted + : shifted; + } + + /** + * Returns the base 64 VLQ encoded value. + */ + exports.encode = function base64VLQ_encode(aValue) { + var encoded = ""; + var digit; + + var vlq = toVLQSigned(aValue); + + do { + digit = vlq & VLQ_BASE_MASK; + vlq >>>= VLQ_BASE_SHIFT; + if (vlq > 0) { + // There are still more digits in this value, so we must make sure the + // continuation bit is marked. + digit |= VLQ_CONTINUATION_BIT; + } + encoded += base64.encode(digit); + } while (vlq > 0); + + return encoded; + }; + + /** + * Decodes the next base 64 VLQ value from the given string and returns the + * value and the rest of the string via the out parameter. + */ + exports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) { + var strLen = aStr.length; + var result = 0; + var shift = 0; + var continuation, digit; + + do { + if (aIndex >= strLen) { + throw new Error("Expected more digits in base 64 VLQ value."); + } + + digit = base64.decode(aStr.charCodeAt(aIndex++)); + if (digit === -1) { + throw new Error("Invalid base64 digit: " + aStr.charAt(aIndex - 1)); + } + + continuation = !!(digit & VLQ_CONTINUATION_BIT); + digit &= VLQ_BASE_MASK; + result = result + (digit << shift); + shift += VLQ_BASE_SHIFT; + } while (continuation); + + aOutParam.value = fromVLQSigned(result); + aOutParam.rest = aIndex; + }; + + +/***/ }), +/* 3 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split(''); + + /** + * Encode an integer in the range of 0 to 63 to a single base 64 digit. + */ + exports.encode = function (number) { + if (0 <= number && number < intToCharMap.length) { + return intToCharMap[number]; + } + throw new TypeError("Must be between 0 and 63: " + number); + }; + + /** + * Decode a single base 64 character code digit to an integer. Returns -1 on + * failure. + */ + exports.decode = function (charCode) { + var bigA = 65; // 'A' + var bigZ = 90; // 'Z' + + var littleA = 97; // 'a' + var littleZ = 122; // 'z' + + var zero = 48; // '0' + var nine = 57; // '9' + + var plus = 43; // '+' + var slash = 47; // '/' + + var littleOffset = 26; + var numberOffset = 52; + + // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ + if (bigA <= charCode && charCode <= bigZ) { + return (charCode - bigA); + } + + // 26 - 51: abcdefghijklmnopqrstuvwxyz + if (littleA <= charCode && charCode <= littleZ) { + return (charCode - littleA + littleOffset); + } + + // 52 - 61: 0123456789 + if (zero <= charCode && charCode <= nine) { + return (charCode - zero + numberOffset); + } + + // 62: + + if (charCode == plus) { + return 62; + } + + // 63: / + if (charCode == slash) { + return 63; + } + + // Invalid base64 digit. + return -1; + }; + + +/***/ }), +/* 4 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + /** + * This is a helper function for getting values from parameter/options + * objects. + * + * @param args The object we are extracting values from + * @param name The name of the property we are getting. + * @param defaultValue An optional value to return if the property is missing + * from the object. If this is not specified and the property is missing, an + * error will be thrown. + */ + function getArg(aArgs, aName, aDefaultValue) { + if (aName in aArgs) { + return aArgs[aName]; + } else if (arguments.length === 3) { + return aDefaultValue; + } else { + throw new Error('"' + aName + '" is a required argument.'); + } + } + exports.getArg = getArg; + + var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/; + var dataUrlRegexp = /^data:.+\,.+$/; + + function urlParse(aUrl) { + var match = aUrl.match(urlRegexp); + if (!match) { + return null; + } + return { + scheme: match[1], + auth: match[2], + host: match[3], + port: match[4], + path: match[5] + }; + } + exports.urlParse = urlParse; + + function urlGenerate(aParsedUrl) { + var url = ''; + if (aParsedUrl.scheme) { + url += aParsedUrl.scheme + ':'; + } + url += '//'; + if (aParsedUrl.auth) { + url += aParsedUrl.auth + '@'; + } + if (aParsedUrl.host) { + url += aParsedUrl.host; + } + if (aParsedUrl.port) { + url += ":" + aParsedUrl.port + } + if (aParsedUrl.path) { + url += aParsedUrl.path; + } + return url; + } + exports.urlGenerate = urlGenerate; + + /** + * Normalizes a path, or the path portion of a URL: + * + * - Replaces consecutive slashes with one slash. + * - Removes unnecessary '.' parts. + * - Removes unnecessary '/..' parts. + * + * Based on code in the Node.js 'path' core module. + * + * @param aPath The path or url to normalize. + */ + function normalize(aPath) { + var path = aPath; + var url = urlParse(aPath); + if (url) { + if (!url.path) { + return aPath; + } + path = url.path; + } + var isAbsolute = exports.isAbsolute(path); + + var parts = path.split(/\/+/); + for (var part, up = 0, i = parts.length - 1; i >= 0; i--) { + part = parts[i]; + if (part === '.') { + parts.splice(i, 1); + } else if (part === '..') { + up++; + } else if (up > 0) { + if (part === '') { + // The first part is blank if the path is absolute. Trying to go + // above the root is a no-op. Therefore we can remove all '..' parts + // directly after the root. + parts.splice(i + 1, up); + up = 0; + } else { + parts.splice(i, 2); + up--; + } + } + } + path = parts.join('/'); + + if (path === '') { + path = isAbsolute ? '/' : '.'; + } + + if (url) { + url.path = path; + return urlGenerate(url); + } + return path; + } + exports.normalize = normalize; + + /** + * Joins two paths/URLs. + * + * @param aRoot The root path or URL. + * @param aPath The path or URL to be joined with the root. + * + * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a + * scheme-relative URL: Then the scheme of aRoot, if any, is prepended + * first. + * - Otherwise aPath is a path. If aRoot is a URL, then its path portion + * is updated with the result and aRoot is returned. Otherwise the result + * is returned. + * - If aPath is absolute, the result is aPath. + * - Otherwise the two paths are joined with a slash. + * - Joining for example 'http://' and 'www.example.com' is also supported. + */ + function join(aRoot, aPath) { + if (aRoot === "") { + aRoot = "."; + } + if (aPath === "") { + aPath = "."; + } + var aPathUrl = urlParse(aPath); + var aRootUrl = urlParse(aRoot); + if (aRootUrl) { + aRoot = aRootUrl.path || '/'; + } + + // `join(foo, '//www.example.org')` + if (aPathUrl && !aPathUrl.scheme) { + if (aRootUrl) { + aPathUrl.scheme = aRootUrl.scheme; + } + return urlGenerate(aPathUrl); + } + + if (aPathUrl || aPath.match(dataUrlRegexp)) { + return aPath; + } + + // `join('http://', 'www.example.com')` + if (aRootUrl && !aRootUrl.host && !aRootUrl.path) { + aRootUrl.host = aPath; + return urlGenerate(aRootUrl); + } + + var joined = aPath.charAt(0) === '/' + ? aPath + : normalize(aRoot.replace(/\/+$/, '') + '/' + aPath); + + if (aRootUrl) { + aRootUrl.path = joined; + return urlGenerate(aRootUrl); + } + return joined; + } + exports.join = join; + + exports.isAbsolute = function (aPath) { + return aPath.charAt(0) === '/' || urlRegexp.test(aPath); + }; + + /** + * Make a path relative to a URL or another path. + * + * @param aRoot The root path or URL. + * @param aPath The path or URL to be made relative to aRoot. + */ + function relative(aRoot, aPath) { + if (aRoot === "") { + aRoot = "."; + } + + aRoot = aRoot.replace(/\/$/, ''); + + // It is possible for the path to be above the root. In this case, simply + // checking whether the root is a prefix of the path won't work. Instead, we + // need to remove components from the root one by one, until either we find + // a prefix that fits, or we run out of components to remove. + var level = 0; + while (aPath.indexOf(aRoot + '/') !== 0) { + var index = aRoot.lastIndexOf("/"); + if (index < 0) { + return aPath; + } + + // If the only part of the root that is left is the scheme (i.e. http://, + // file:///, etc.), one or more slashes (/), or simply nothing at all, we + // have exhausted all components, so the path is not relative to the root. + aRoot = aRoot.slice(0, index); + if (aRoot.match(/^([^\/]+:\/)?\/*$/)) { + return aPath; + } + + ++level; + } + + // Make sure we add a "../" for each component we removed from the root. + return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1); + } + exports.relative = relative; + + var supportsNullProto = (function () { + var obj = Object.create(null); + return !('__proto__' in obj); + }()); + + function identity (s) { + return s; + } + + /** + * Because behavior goes wacky when you set `__proto__` on objects, we + * have to prefix all the strings in our set with an arbitrary character. + * + * See https://github.com/mozilla/source-map/pull/31 and + * https://github.com/mozilla/source-map/issues/30 + * + * @param String aStr + */ + function toSetString(aStr) { + if (isProtoString(aStr)) { + return '$' + aStr; + } + + return aStr; + } + exports.toSetString = supportsNullProto ? identity : toSetString; + + function fromSetString(aStr) { + if (isProtoString(aStr)) { + return aStr.slice(1); + } + + return aStr; + } + exports.fromSetString = supportsNullProto ? identity : fromSetString; + + function isProtoString(s) { + if (!s) { + return false; + } + + var length = s.length; + + if (length < 9 /* "__proto__".length */) { + return false; + } + + if (s.charCodeAt(length - 1) !== 95 /* '_' */ || + s.charCodeAt(length - 2) !== 95 /* '_' */ || + s.charCodeAt(length - 3) !== 111 /* 'o' */ || + s.charCodeAt(length - 4) !== 116 /* 't' */ || + s.charCodeAt(length - 5) !== 111 /* 'o' */ || + s.charCodeAt(length - 6) !== 114 /* 'r' */ || + s.charCodeAt(length - 7) !== 112 /* 'p' */ || + s.charCodeAt(length - 8) !== 95 /* '_' */ || + s.charCodeAt(length - 9) !== 95 /* '_' */) { + return false; + } + + for (var i = length - 10; i >= 0; i--) { + if (s.charCodeAt(i) !== 36 /* '$' */) { + return false; + } + } + + return true; + } + + /** + * Comparator between two mappings where the original positions are compared. + * + * Optionally pass in `true` as `onlyCompareGenerated` to consider two + * mappings with the same original source/line/column, but different generated + * line and column the same. Useful when searching for a mapping with a + * stubbed out mapping. + */ + function compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) { + var cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0 || onlyCompareOriginal) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); + } + exports.compareByOriginalPositions = compareByOriginalPositions; + + /** + * Comparator between two mappings with deflated source and name indices where + * the generated positions are compared. + * + * Optionally pass in `true` as `onlyCompareGenerated` to consider two + * mappings with the same generated line and column, but different + * source/name/original line and column the same. Useful when searching for a + * mapping with a stubbed out mapping. + */ + function compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) { + var cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0 || onlyCompareGenerated) { + return cmp; + } + + cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); + } + exports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated; + + function strcmp(aStr1, aStr2) { + if (aStr1 === aStr2) { + return 0; + } + + if (aStr1 === null) { + return 1; // aStr2 !== null + } + + if (aStr2 === null) { + return -1; // aStr1 !== null + } + + if (aStr1 > aStr2) { + return 1; + } + + return -1; + } + + /** + * Comparator between two mappings with inflated source and name strings where + * the generated positions are compared. + */ + function compareByGeneratedPositionsInflated(mappingA, mappingB) { + var cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0) { + return cmp; + } + + cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); + } + exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated; + + /** + * Strip any JSON XSSI avoidance prefix from the string (as documented + * in the source maps specification), and then parse the string as + * JSON. + */ + function parseSourceMapInput(str) { + return JSON.parse(str.replace(/^\)]}'[^\n]*\n/, '')); + } + exports.parseSourceMapInput = parseSourceMapInput; + + /** + * Compute the URL of a source given the the source root, the source's + * URL, and the source map's URL. + */ + function computeSourceURL(sourceRoot, sourceURL, sourceMapURL) { + sourceURL = sourceURL || ''; + + if (sourceRoot) { + // This follows what Chrome does. + if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') { + sourceRoot += '/'; + } + // The spec says: + // Line 4: An optional source root, useful for relocating source + // files on a server or removing repeated values in the + // “sources” entry. This value is prepended to the individual + // entries in the “source” field. + sourceURL = sourceRoot + sourceURL; + } + + // Historically, SourceMapConsumer did not take the sourceMapURL as + // a parameter. This mode is still somewhat supported, which is why + // this code block is conditional. However, it's preferable to pass + // the source map URL to SourceMapConsumer, so that this function + // can implement the source URL resolution algorithm as outlined in + // the spec. This block is basically the equivalent of: + // new URL(sourceURL, sourceMapURL).toString() + // ... except it avoids using URL, which wasn't available in the + // older releases of node still supported by this library. + // + // The spec says: + // If the sources are not absolute URLs after prepending of the + // “sourceRoot”, the sources are resolved relative to the + // SourceMap (like resolving script src in a html document). + if (sourceMapURL) { + var parsed = urlParse(sourceMapURL); + if (!parsed) { + throw new Error("sourceMapURL could not be parsed"); + } + if (parsed.path) { + // Strip the last path component, but keep the "/". + var index = parsed.path.lastIndexOf('/'); + if (index >= 0) { + parsed.path = parsed.path.substring(0, index + 1); + } + } + sourceURL = join(urlGenerate(parsed), sourceURL); + } + + return normalize(sourceURL); + } + exports.computeSourceURL = computeSourceURL; + + +/***/ }), +/* 5 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var util = __webpack_require__(4); + var has = Object.prototype.hasOwnProperty; + var hasNativeMap = typeof Map !== "undefined"; + + /** + * A data structure which is a combination of an array and a set. Adding a new + * member is O(1), testing for membership is O(1), and finding the index of an + * element is O(1). Removing elements from the set is not supported. Only + * strings are supported for membership. + */ + function ArraySet() { + this._array = []; + this._set = hasNativeMap ? new Map() : Object.create(null); + } + + /** + * Static method for creating ArraySet instances from an existing array. + */ + ArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) { + var set = new ArraySet(); + for (var i = 0, len = aArray.length; i < len; i++) { + set.add(aArray[i], aAllowDuplicates); + } + return set; + }; + + /** + * Return how many unique items are in this ArraySet. If duplicates have been + * added, than those do not count towards the size. + * + * @returns Number + */ + ArraySet.prototype.size = function ArraySet_size() { + return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length; + }; + + /** + * Add the given string to this set. + * + * @param String aStr + */ + ArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) { + var sStr = hasNativeMap ? aStr : util.toSetString(aStr); + var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr); + var idx = this._array.length; + if (!isDuplicate || aAllowDuplicates) { + this._array.push(aStr); + } + if (!isDuplicate) { + if (hasNativeMap) { + this._set.set(aStr, idx); + } else { + this._set[sStr] = idx; + } + } + }; + + /** + * Is the given string a member of this set? + * + * @param String aStr + */ + ArraySet.prototype.has = function ArraySet_has(aStr) { + if (hasNativeMap) { + return this._set.has(aStr); + } else { + var sStr = util.toSetString(aStr); + return has.call(this._set, sStr); + } + }; + + /** + * What is the index of the given string in the array? + * + * @param String aStr + */ + ArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) { + if (hasNativeMap) { + var idx = this._set.get(aStr); + if (idx >= 0) { + return idx; + } + } else { + var sStr = util.toSetString(aStr); + if (has.call(this._set, sStr)) { + return this._set[sStr]; + } + } + + throw new Error('"' + aStr + '" is not in the set.'); + }; + + /** + * What is the element at the given index? + * + * @param Number aIdx + */ + ArraySet.prototype.at = function ArraySet_at(aIdx) { + if (aIdx >= 0 && aIdx < this._array.length) { + return this._array[aIdx]; + } + throw new Error('No element indexed by ' + aIdx); + }; + + /** + * Returns the array representation of this set (which has the proper indices + * indicated by indexOf). Note that this is a copy of the internal array used + * for storing the members so that no one can mess with internal state. + */ + ArraySet.prototype.toArray = function ArraySet_toArray() { + return this._array.slice(); + }; + + exports.ArraySet = ArraySet; + + +/***/ }), +/* 6 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2014 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var util = __webpack_require__(4); + + /** + * Determine whether mappingB is after mappingA with respect to generated + * position. + */ + function generatedPositionAfter(mappingA, mappingB) { + // Optimized for most common case + var lineA = mappingA.generatedLine; + var lineB = mappingB.generatedLine; + var columnA = mappingA.generatedColumn; + var columnB = mappingB.generatedColumn; + return lineB > lineA || lineB == lineA && columnB >= columnA || + util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0; + } + + /** + * A data structure to provide a sorted view of accumulated mappings in a + * performance conscious manner. It trades a neglibable overhead in general + * case for a large speedup in case of mappings being added in order. + */ + function MappingList() { + this._array = []; + this._sorted = true; + // Serves as infimum + this._last = {generatedLine: -1, generatedColumn: 0}; + } + + /** + * Iterate through internal items. This method takes the same arguments that + * `Array.prototype.forEach` takes. + * + * NOTE: The order of the mappings is NOT guaranteed. + */ + MappingList.prototype.unsortedForEach = + function MappingList_forEach(aCallback, aThisArg) { + this._array.forEach(aCallback, aThisArg); + }; + + /** + * Add the given source mapping. + * + * @param Object aMapping + */ + MappingList.prototype.add = function MappingList_add(aMapping) { + if (generatedPositionAfter(this._last, aMapping)) { + this._last = aMapping; + this._array.push(aMapping); + } else { + this._sorted = false; + this._array.push(aMapping); + } + }; + + /** + * Returns the flat, sorted array of mappings. The mappings are sorted by + * generated position. + * + * WARNING: This method returns internal data without copying, for + * performance. The return value must NOT be mutated, and should be treated as + * an immutable borrow. If you want to take ownership, you must make your own + * copy. + */ + MappingList.prototype.toArray = function MappingList_toArray() { + if (!this._sorted) { + this._array.sort(util.compareByGeneratedPositionsInflated); + this._sorted = true; + } + return this._array; + }; + + exports.MappingList = MappingList; + + +/***/ }), +/* 7 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var util = __webpack_require__(4); + var binarySearch = __webpack_require__(8); + var ArraySet = __webpack_require__(5).ArraySet; + var base64VLQ = __webpack_require__(2); + var quickSort = __webpack_require__(9).quickSort; + + function SourceMapConsumer(aSourceMap, aSourceMapURL) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = util.parseSourceMapInput(aSourceMap); + } + + return sourceMap.sections != null + ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL) + : new BasicSourceMapConsumer(sourceMap, aSourceMapURL); + } + + SourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) { + return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL); + } + + /** + * The version of the source mapping spec that we are consuming. + */ + SourceMapConsumer.prototype._version = 3; + + // `__generatedMappings` and `__originalMappings` are arrays that hold the + // parsed mapping coordinates from the source map's "mappings" attribute. They + // are lazily instantiated, accessed via the `_generatedMappings` and + // `_originalMappings` getters respectively, and we only parse the mappings + // and create these arrays once queried for a source location. We jump through + // these hoops because there can be many thousands of mappings, and parsing + // them is expensive, so we only want to do it if we must. + // + // Each object in the arrays is of the form: + // + // { + // generatedLine: The line number in the generated code, + // generatedColumn: The column number in the generated code, + // source: The path to the original source file that generated this + // chunk of code, + // originalLine: The line number in the original source that + // corresponds to this chunk of generated code, + // originalColumn: The column number in the original source that + // corresponds to this chunk of generated code, + // name: The name of the original symbol which generated this chunk of + // code. + // } + // + // All properties except for `generatedLine` and `generatedColumn` can be + // `null`. + // + // `_generatedMappings` is ordered by the generated positions. + // + // `_originalMappings` is ordered by the original positions. + + SourceMapConsumer.prototype.__generatedMappings = null; + Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', { + configurable: true, + enumerable: true, + get: function () { + if (!this.__generatedMappings) { + this._parseMappings(this._mappings, this.sourceRoot); + } + + return this.__generatedMappings; + } + }); + + SourceMapConsumer.prototype.__originalMappings = null; + Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', { + configurable: true, + enumerable: true, + get: function () { + if (!this.__originalMappings) { + this._parseMappings(this._mappings, this.sourceRoot); + } + + return this.__originalMappings; + } + }); + + SourceMapConsumer.prototype._charIsMappingSeparator = + function SourceMapConsumer_charIsMappingSeparator(aStr, index) { + var c = aStr.charAt(index); + return c === ";" || c === ","; + }; + + /** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ + SourceMapConsumer.prototype._parseMappings = + function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { + throw new Error("Subclasses must implement _parseMappings"); + }; + + SourceMapConsumer.GENERATED_ORDER = 1; + SourceMapConsumer.ORIGINAL_ORDER = 2; + + SourceMapConsumer.GREATEST_LOWER_BOUND = 1; + SourceMapConsumer.LEAST_UPPER_BOUND = 2; + + /** + * Iterate over each mapping between an original source/line/column and a + * generated line/column in this source map. + * + * @param Function aCallback + * The function that is called with each mapping. + * @param Object aContext + * Optional. If specified, this object will be the value of `this` every + * time that `aCallback` is called. + * @param aOrder + * Either `SourceMapConsumer.GENERATED_ORDER` or + * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to + * iterate over the mappings sorted by the generated file's line/column + * order or the original's source/line/column order, respectively. Defaults to + * `SourceMapConsumer.GENERATED_ORDER`. + */ + SourceMapConsumer.prototype.eachMapping = + function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) { + var context = aContext || null; + var order = aOrder || SourceMapConsumer.GENERATED_ORDER; + + var mappings; + switch (order) { + case SourceMapConsumer.GENERATED_ORDER: + mappings = this._generatedMappings; + break; + case SourceMapConsumer.ORIGINAL_ORDER: + mappings = this._originalMappings; + break; + default: + throw new Error("Unknown order of iteration."); + } + + var sourceRoot = this.sourceRoot; + mappings.map(function (mapping) { + var source = mapping.source === null ? null : this._sources.at(mapping.source); + source = util.computeSourceURL(sourceRoot, source, this._sourceMapURL); + return { + source: source, + generatedLine: mapping.generatedLine, + generatedColumn: mapping.generatedColumn, + originalLine: mapping.originalLine, + originalColumn: mapping.originalColumn, + name: mapping.name === null ? null : this._names.at(mapping.name) + }; + }, this).forEach(aCallback, context); + }; + + /** + * Returns all generated line and column information for the original source, + * line, and column provided. If no column is provided, returns all mappings + * corresponding to a either the line we are searching for or the next + * closest line that has any mappings. Otherwise, returns all mappings + * corresponding to the given line and either the column we are searching for + * or the next closest column that has any offsets. + * + * The only argument is an object with the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. The line number is 1-based. + * - column: Optional. the column number in the original source. + * The column number is 0-based. + * + * and an array of objects is returned, each with the following properties: + * + * - line: The line number in the generated source, or null. The + * line number is 1-based. + * - column: The column number in the generated source, or null. + * The column number is 0-based. + */ + SourceMapConsumer.prototype.allGeneratedPositionsFor = + function SourceMapConsumer_allGeneratedPositionsFor(aArgs) { + var line = util.getArg(aArgs, 'line'); + + // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping + // returns the index of the closest mapping less than the needle. By + // setting needle.originalColumn to 0, we thus find the last mapping for + // the given line, provided such a mapping exists. + var needle = { + source: util.getArg(aArgs, 'source'), + originalLine: line, + originalColumn: util.getArg(aArgs, 'column', 0) + }; + + needle.source = this._findSourceIndex(needle.source); + if (needle.source < 0) { + return []; + } + + var mappings = []; + + var index = this._findMapping(needle, + this._originalMappings, + "originalLine", + "originalColumn", + util.compareByOriginalPositions, + binarySearch.LEAST_UPPER_BOUND); + if (index >= 0) { + var mapping = this._originalMappings[index]; + + if (aArgs.column === undefined) { + var originalLine = mapping.originalLine; + + // Iterate until either we run out of mappings, or we run into + // a mapping for a different line than the one we found. Since + // mappings are sorted, this is guaranteed to find all mappings for + // the line we found. + while (mapping && mapping.originalLine === originalLine) { + mappings.push({ + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }); + + mapping = this._originalMappings[++index]; + } + } else { + var originalColumn = mapping.originalColumn; + + // Iterate until either we run out of mappings, or we run into + // a mapping for a different line than the one we were searching for. + // Since mappings are sorted, this is guaranteed to find all mappings for + // the line we are searching for. + while (mapping && + mapping.originalLine === line && + mapping.originalColumn == originalColumn) { + mappings.push({ + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }); + + mapping = this._originalMappings[++index]; + } + } + } + + return mappings; + }; + + exports.SourceMapConsumer = SourceMapConsumer; + + /** + * A BasicSourceMapConsumer instance represents a parsed source map which we can + * query for information about the original file positions by giving it a file + * position in the generated source. + * + * The first parameter is the raw source map (either as a JSON string, or + * already parsed to an object). According to the spec, source maps have the + * following attributes: + * + * - version: Which version of the source map spec this map is following. + * - sources: An array of URLs to the original source files. + * - names: An array of identifiers which can be referrenced by individual mappings. + * - sourceRoot: Optional. The URL root from which all sources are relative. + * - sourcesContent: Optional. An array of contents of the original source files. + * - mappings: A string of base64 VLQs which contain the actual mappings. + * - file: Optional. The generated file this source map is associated with. + * + * Here is an example source map, taken from the source map spec[0]: + * + * { + * version : 3, + * file: "out.js", + * sourceRoot : "", + * sources: ["foo.js", "bar.js"], + * names: ["src", "maps", "are", "fun"], + * mappings: "AA,AB;;ABCDE;" + * } + * + * The second parameter, if given, is a string whose value is the URL + * at which the source map was found. This URL is used to compute the + * sources array. + * + * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1# + */ + function BasicSourceMapConsumer(aSourceMap, aSourceMapURL) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = util.parseSourceMapInput(aSourceMap); + } + + var version = util.getArg(sourceMap, 'version'); + var sources = util.getArg(sourceMap, 'sources'); + // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which + // requires the array) to play nice here. + var names = util.getArg(sourceMap, 'names', []); + var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null); + var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null); + var mappings = util.getArg(sourceMap, 'mappings'); + var file = util.getArg(sourceMap, 'file', null); + + // Once again, Sass deviates from the spec and supplies the version as a + // string rather than a number, so we use loose equality checking here. + if (version != this._version) { + throw new Error('Unsupported version: ' + version); + } + + if (sourceRoot) { + sourceRoot = util.normalize(sourceRoot); + } + + sources = sources + .map(String) + // Some source maps produce relative source paths like "./foo.js" instead of + // "foo.js". Normalize these first so that future comparisons will succeed. + // See bugzil.la/1090768. + .map(util.normalize) + // Always ensure that absolute sources are internally stored relative to + // the source root, if the source root is absolute. Not doing this would + // be particularly problematic when the source root is a prefix of the + // source (valid, but why??). See github issue #199 and bugzil.la/1188982. + .map(function (source) { + return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source) + ? util.relative(sourceRoot, source) + : source; + }); + + // Pass `true` below to allow duplicate names and sources. While source maps + // are intended to be compressed and deduplicated, the TypeScript compiler + // sometimes generates source maps with duplicates in them. See Github issue + // #72 and bugzil.la/889492. + this._names = ArraySet.fromArray(names.map(String), true); + this._sources = ArraySet.fromArray(sources, true); + + this._absoluteSources = this._sources.toArray().map(function (s) { + return util.computeSourceURL(sourceRoot, s, aSourceMapURL); + }); + + this.sourceRoot = sourceRoot; + this.sourcesContent = sourcesContent; + this._mappings = mappings; + this._sourceMapURL = aSourceMapURL; + this.file = file; + } + + BasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); + BasicSourceMapConsumer.prototype.consumer = SourceMapConsumer; + + /** + * Utility function to find the index of a source. Returns -1 if not + * found. + */ + BasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) { + var relativeSource = aSource; + if (this.sourceRoot != null) { + relativeSource = util.relative(this.sourceRoot, relativeSource); + } + + if (this._sources.has(relativeSource)) { + return this._sources.indexOf(relativeSource); + } + + // Maybe aSource is an absolute URL as returned by |sources|. In + // this case we can't simply undo the transform. + var i; + for (i = 0; i < this._absoluteSources.length; ++i) { + if (this._absoluteSources[i] == aSource) { + return i; + } + } + + return -1; + }; + + /** + * Create a BasicSourceMapConsumer from a SourceMapGenerator. + * + * @param SourceMapGenerator aSourceMap + * The source map that will be consumed. + * @param String aSourceMapURL + * The URL at which the source map can be found (optional) + * @returns BasicSourceMapConsumer + */ + BasicSourceMapConsumer.fromSourceMap = + function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) { + var smc = Object.create(BasicSourceMapConsumer.prototype); + + var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true); + var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true); + smc.sourceRoot = aSourceMap._sourceRoot; + smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(), + smc.sourceRoot); + smc.file = aSourceMap._file; + smc._sourceMapURL = aSourceMapURL; + smc._absoluteSources = smc._sources.toArray().map(function (s) { + return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL); + }); + + // Because we are modifying the entries (by converting string sources and + // names to indices into the sources and names ArraySets), we have to make + // a copy of the entry or else bad things happen. Shared mutable state + // strikes again! See github issue #191. + + var generatedMappings = aSourceMap._mappings.toArray().slice(); + var destGeneratedMappings = smc.__generatedMappings = []; + var destOriginalMappings = smc.__originalMappings = []; + + for (var i = 0, length = generatedMappings.length; i < length; i++) { + var srcMapping = generatedMappings[i]; + var destMapping = new Mapping; + destMapping.generatedLine = srcMapping.generatedLine; + destMapping.generatedColumn = srcMapping.generatedColumn; + + if (srcMapping.source) { + destMapping.source = sources.indexOf(srcMapping.source); + destMapping.originalLine = srcMapping.originalLine; + destMapping.originalColumn = srcMapping.originalColumn; + + if (srcMapping.name) { + destMapping.name = names.indexOf(srcMapping.name); + } + + destOriginalMappings.push(destMapping); + } + + destGeneratedMappings.push(destMapping); + } + + quickSort(smc.__originalMappings, util.compareByOriginalPositions); + + return smc; + }; + + /** + * The version of the source mapping spec that we are consuming. + */ + BasicSourceMapConsumer.prototype._version = 3; + + /** + * The list of original sources. + */ + Object.defineProperty(BasicSourceMapConsumer.prototype, 'sources', { + get: function () { + return this._absoluteSources.slice(); + } + }); + + /** + * Provide the JIT with a nice shape / hidden class. + */ + function Mapping() { + this.generatedLine = 0; + this.generatedColumn = 0; + this.source = null; + this.originalLine = null; + this.originalColumn = null; + this.name = null; + } + + /** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ + BasicSourceMapConsumer.prototype._parseMappings = + function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { + var generatedLine = 1; + var previousGeneratedColumn = 0; + var previousOriginalLine = 0; + var previousOriginalColumn = 0; + var previousSource = 0; + var previousName = 0; + var length = aStr.length; + var index = 0; + var cachedSegments = {}; + var temp = {}; + var originalMappings = []; + var generatedMappings = []; + var mapping, str, segment, end, value; + + while (index < length) { + if (aStr.charAt(index) === ';') { + generatedLine++; + index++; + previousGeneratedColumn = 0; + } + else if (aStr.charAt(index) === ',') { + index++; + } + else { + mapping = new Mapping(); + mapping.generatedLine = generatedLine; + + // Because each offset is encoded relative to the previous one, + // many segments often have the same encoding. We can exploit this + // fact by caching the parsed variable length fields of each segment, + // allowing us to avoid a second parse if we encounter the same + // segment again. + for (end = index; end < length; end++) { + if (this._charIsMappingSeparator(aStr, end)) { + break; + } + } + str = aStr.slice(index, end); + + segment = cachedSegments[str]; + if (segment) { + index += str.length; + } else { + segment = []; + while (index < end) { + base64VLQ.decode(aStr, index, temp); + value = temp.value; + index = temp.rest; + segment.push(value); + } + + if (segment.length === 2) { + throw new Error('Found a source, but no line and column'); + } + + if (segment.length === 3) { + throw new Error('Found a source and line, but no column'); + } + + cachedSegments[str] = segment; + } + + // Generated column. + mapping.generatedColumn = previousGeneratedColumn + segment[0]; + previousGeneratedColumn = mapping.generatedColumn; + + if (segment.length > 1) { + // Original source. + mapping.source = previousSource + segment[1]; + previousSource += segment[1]; + + // Original line. + mapping.originalLine = previousOriginalLine + segment[2]; + previousOriginalLine = mapping.originalLine; + // Lines are stored 0-based + mapping.originalLine += 1; + + // Original column. + mapping.originalColumn = previousOriginalColumn + segment[3]; + previousOriginalColumn = mapping.originalColumn; + + if (segment.length > 4) { + // Original name. + mapping.name = previousName + segment[4]; + previousName += segment[4]; + } + } + + generatedMappings.push(mapping); + if (typeof mapping.originalLine === 'number') { + originalMappings.push(mapping); + } + } + } + + quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated); + this.__generatedMappings = generatedMappings; + + quickSort(originalMappings, util.compareByOriginalPositions); + this.__originalMappings = originalMappings; + }; + + /** + * Find the mapping that best matches the hypothetical "needle" mapping that + * we are searching for in the given "haystack" of mappings. + */ + BasicSourceMapConsumer.prototype._findMapping = + function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName, + aColumnName, aComparator, aBias) { + // To return the position we are searching for, we must first find the + // mapping for the given position and then return the opposite position it + // points to. Because the mappings are sorted, we can use binary search to + // find the best mapping. + + if (aNeedle[aLineName] <= 0) { + throw new TypeError('Line must be greater than or equal to 1, got ' + + aNeedle[aLineName]); + } + if (aNeedle[aColumnName] < 0) { + throw new TypeError('Column must be greater than or equal to 0, got ' + + aNeedle[aColumnName]); + } + + return binarySearch.search(aNeedle, aMappings, aComparator, aBias); + }; + + /** + * Compute the last column for each generated mapping. The last column is + * inclusive. + */ + BasicSourceMapConsumer.prototype.computeColumnSpans = + function SourceMapConsumer_computeColumnSpans() { + for (var index = 0; index < this._generatedMappings.length; ++index) { + var mapping = this._generatedMappings[index]; + + // Mappings do not contain a field for the last generated columnt. We + // can come up with an optimistic estimate, however, by assuming that + // mappings are contiguous (i.e. given two consecutive mappings, the + // first mapping ends where the second one starts). + if (index + 1 < this._generatedMappings.length) { + var nextMapping = this._generatedMappings[index + 1]; + + if (mapping.generatedLine === nextMapping.generatedLine) { + mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1; + continue; + } + } + + // The last mapping for each line spans the entire line. + mapping.lastGeneratedColumn = Infinity; + } + }; + + /** + * Returns the original source, line, and column information for the generated + * source's line and column positions provided. The only argument is an object + * with the following properties: + * + * - line: The line number in the generated source. The line number + * is 1-based. + * - column: The column number in the generated source. The column + * number is 0-based. + * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or + * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. + * + * and an object is returned with the following properties: + * + * - source: The original source file, or null. + * - line: The line number in the original source, or null. The + * line number is 1-based. + * - column: The column number in the original source, or null. The + * column number is 0-based. + * - name: The original identifier, or null. + */ + BasicSourceMapConsumer.prototype.originalPositionFor = + function SourceMapConsumer_originalPositionFor(aArgs) { + var needle = { + generatedLine: util.getArg(aArgs, 'line'), + generatedColumn: util.getArg(aArgs, 'column') + }; + + var index = this._findMapping( + needle, + this._generatedMappings, + "generatedLine", + "generatedColumn", + util.compareByGeneratedPositionsDeflated, + util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) + ); + + if (index >= 0) { + var mapping = this._generatedMappings[index]; + + if (mapping.generatedLine === needle.generatedLine) { + var source = util.getArg(mapping, 'source', null); + if (source !== null) { + source = this._sources.at(source); + source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL); + } + var name = util.getArg(mapping, 'name', null); + if (name !== null) { + name = this._names.at(name); + } + return { + source: source, + line: util.getArg(mapping, 'originalLine', null), + column: util.getArg(mapping, 'originalColumn', null), + name: name + }; + } + } + + return { + source: null, + line: null, + column: null, + name: null + }; + }; + + /** + * Return true if we have the source content for every source in the source + * map, false otherwise. + */ + BasicSourceMapConsumer.prototype.hasContentsOfAllSources = + function BasicSourceMapConsumer_hasContentsOfAllSources() { + if (!this.sourcesContent) { + return false; + } + return this.sourcesContent.length >= this._sources.size() && + !this.sourcesContent.some(function (sc) { return sc == null; }); + }; + + /** + * Returns the original source content. The only argument is the url of the + * original source file. Returns null if no original source content is + * available. + */ + BasicSourceMapConsumer.prototype.sourceContentFor = + function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { + if (!this.sourcesContent) { + return null; + } + + var index = this._findSourceIndex(aSource); + if (index >= 0) { + return this.sourcesContent[index]; + } + + var relativeSource = aSource; + if (this.sourceRoot != null) { + relativeSource = util.relative(this.sourceRoot, relativeSource); + } + + var url; + if (this.sourceRoot != null + && (url = util.urlParse(this.sourceRoot))) { + // XXX: file:// URIs and absolute paths lead to unexpected behavior for + // many users. We can help them out when they expect file:// URIs to + // behave like it would if they were running a local HTTP server. See + // https://bugzilla.mozilla.org/show_bug.cgi?id=885597. + var fileUriAbsPath = relativeSource.replace(/^file:\/\//, ""); + if (url.scheme == "file" + && this._sources.has(fileUriAbsPath)) { + return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)] + } + + if ((!url.path || url.path == "/") + && this._sources.has("/" + relativeSource)) { + return this.sourcesContent[this._sources.indexOf("/" + relativeSource)]; + } + } + + // This function is used recursively from + // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we + // don't want to throw if we can't find the source - we just want to + // return null, so we provide a flag to exit gracefully. + if (nullOnMissing) { + return null; + } + else { + throw new Error('"' + relativeSource + '" is not in the SourceMap.'); + } + }; + + /** + * Returns the generated line and column information for the original source, + * line, and column positions provided. The only argument is an object with + * the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. The line number + * is 1-based. + * - column: The column number in the original source. The column + * number is 0-based. + * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or + * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. + * + * and an object is returned with the following properties: + * + * - line: The line number in the generated source, or null. The + * line number is 1-based. + * - column: The column number in the generated source, or null. + * The column number is 0-based. + */ + BasicSourceMapConsumer.prototype.generatedPositionFor = + function SourceMapConsumer_generatedPositionFor(aArgs) { + var source = util.getArg(aArgs, 'source'); + source = this._findSourceIndex(source); + if (source < 0) { + return { + line: null, + column: null, + lastColumn: null + }; + } + + var needle = { + source: source, + originalLine: util.getArg(aArgs, 'line'), + originalColumn: util.getArg(aArgs, 'column') + }; + + var index = this._findMapping( + needle, + this._originalMappings, + "originalLine", + "originalColumn", + util.compareByOriginalPositions, + util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) + ); + + if (index >= 0) { + var mapping = this._originalMappings[index]; + + if (mapping.source === needle.source) { + return { + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }; + } + } + + return { + line: null, + column: null, + lastColumn: null + }; + }; + + exports.BasicSourceMapConsumer = BasicSourceMapConsumer; + + /** + * An IndexedSourceMapConsumer instance represents a parsed source map which + * we can query for information. It differs from BasicSourceMapConsumer in + * that it takes "indexed" source maps (i.e. ones with a "sections" field) as + * input. + * + * The first parameter is a raw source map (either as a JSON string, or already + * parsed to an object). According to the spec for indexed source maps, they + * have the following attributes: + * + * - version: Which version of the source map spec this map is following. + * - file: Optional. The generated file this source map is associated with. + * - sections: A list of section definitions. + * + * Each value under the "sections" field has two fields: + * - offset: The offset into the original specified at which this section + * begins to apply, defined as an object with a "line" and "column" + * field. + * - map: A source map definition. This source map could also be indexed, + * but doesn't have to be. + * + * Instead of the "map" field, it's also possible to have a "url" field + * specifying a URL to retrieve a source map from, but that's currently + * unsupported. + * + * Here's an example source map, taken from the source map spec[0], but + * modified to omit a section which uses the "url" field. + * + * { + * version : 3, + * file: "app.js", + * sections: [{ + * offset: {line:100, column:10}, + * map: { + * version : 3, + * file: "section.js", + * sources: ["foo.js", "bar.js"], + * names: ["src", "maps", "are", "fun"], + * mappings: "AAAA,E;;ABCDE;" + * } + * }], + * } + * + * The second parameter, if given, is a string whose value is the URL + * at which the source map was found. This URL is used to compute the + * sources array. + * + * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt + */ + function IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = util.parseSourceMapInput(aSourceMap); + } + + var version = util.getArg(sourceMap, 'version'); + var sections = util.getArg(sourceMap, 'sections'); + + if (version != this._version) { + throw new Error('Unsupported version: ' + version); + } + + this._sources = new ArraySet(); + this._names = new ArraySet(); + + var lastOffset = { + line: -1, + column: 0 + }; + this._sections = sections.map(function (s) { + if (s.url) { + // The url field will require support for asynchronicity. + // See https://github.com/mozilla/source-map/issues/16 + throw new Error('Support for url field in sections not implemented.'); + } + var offset = util.getArg(s, 'offset'); + var offsetLine = util.getArg(offset, 'line'); + var offsetColumn = util.getArg(offset, 'column'); + + if (offsetLine < lastOffset.line || + (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) { + throw new Error('Section offsets must be ordered and non-overlapping.'); + } + lastOffset = offset; + + return { + generatedOffset: { + // The offset fields are 0-based, but we use 1-based indices when + // encoding/decoding from VLQ. + generatedLine: offsetLine + 1, + generatedColumn: offsetColumn + 1 + }, + consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL) + } + }); + } + + IndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); + IndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer; + + /** + * The version of the source mapping spec that we are consuming. + */ + IndexedSourceMapConsumer.prototype._version = 3; + + /** + * The list of original sources. + */ + Object.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', { + get: function () { + var sources = []; + for (var i = 0; i < this._sections.length; i++) { + for (var j = 0; j < this._sections[i].consumer.sources.length; j++) { + sources.push(this._sections[i].consumer.sources[j]); + } + } + return sources; + } + }); + + /** + * Returns the original source, line, and column information for the generated + * source's line and column positions provided. The only argument is an object + * with the following properties: + * + * - line: The line number in the generated source. The line number + * is 1-based. + * - column: The column number in the generated source. The column + * number is 0-based. + * + * and an object is returned with the following properties: + * + * - source: The original source file, or null. + * - line: The line number in the original source, or null. The + * line number is 1-based. + * - column: The column number in the original source, or null. The + * column number is 0-based. + * - name: The original identifier, or null. + */ + IndexedSourceMapConsumer.prototype.originalPositionFor = + function IndexedSourceMapConsumer_originalPositionFor(aArgs) { + var needle = { + generatedLine: util.getArg(aArgs, 'line'), + generatedColumn: util.getArg(aArgs, 'column') + }; + + // Find the section containing the generated position we're trying to map + // to an original position. + var sectionIndex = binarySearch.search(needle, this._sections, + function(needle, section) { + var cmp = needle.generatedLine - section.generatedOffset.generatedLine; + if (cmp) { + return cmp; + } + + return (needle.generatedColumn - + section.generatedOffset.generatedColumn); + }); + var section = this._sections[sectionIndex]; + + if (!section) { + return { + source: null, + line: null, + column: null, + name: null + }; + } + + return section.consumer.originalPositionFor({ + line: needle.generatedLine - + (section.generatedOffset.generatedLine - 1), + column: needle.generatedColumn - + (section.generatedOffset.generatedLine === needle.generatedLine + ? section.generatedOffset.generatedColumn - 1 + : 0), + bias: aArgs.bias + }); + }; + + /** + * Return true if we have the source content for every source in the source + * map, false otherwise. + */ + IndexedSourceMapConsumer.prototype.hasContentsOfAllSources = + function IndexedSourceMapConsumer_hasContentsOfAllSources() { + return this._sections.every(function (s) { + return s.consumer.hasContentsOfAllSources(); + }); + }; + + /** + * Returns the original source content. The only argument is the url of the + * original source file. Returns null if no original source content is + * available. + */ + IndexedSourceMapConsumer.prototype.sourceContentFor = + function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + + var content = section.consumer.sourceContentFor(aSource, true); + if (content) { + return content; + } + } + if (nullOnMissing) { + return null; + } + else { + throw new Error('"' + aSource + '" is not in the SourceMap.'); + } + }; + + /** + * Returns the generated line and column information for the original source, + * line, and column positions provided. The only argument is an object with + * the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. The line number + * is 1-based. + * - column: The column number in the original source. The column + * number is 0-based. + * + * and an object is returned with the following properties: + * + * - line: The line number in the generated source, or null. The + * line number is 1-based. + * - column: The column number in the generated source, or null. + * The column number is 0-based. + */ + IndexedSourceMapConsumer.prototype.generatedPositionFor = + function IndexedSourceMapConsumer_generatedPositionFor(aArgs) { + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + + // Only consider this section if the requested source is in the list of + // sources of the consumer. + if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) { + continue; + } + var generatedPosition = section.consumer.generatedPositionFor(aArgs); + if (generatedPosition) { + var ret = { + line: generatedPosition.line + + (section.generatedOffset.generatedLine - 1), + column: generatedPosition.column + + (section.generatedOffset.generatedLine === generatedPosition.line + ? section.generatedOffset.generatedColumn - 1 + : 0) + }; + return ret; + } + } + + return { + line: null, + column: null + }; + }; + + /** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ + IndexedSourceMapConsumer.prototype._parseMappings = + function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) { + this.__generatedMappings = []; + this.__originalMappings = []; + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + var sectionMappings = section.consumer._generatedMappings; + for (var j = 0; j < sectionMappings.length; j++) { + var mapping = sectionMappings[j]; + + var source = section.consumer._sources.at(mapping.source); + source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL); + this._sources.add(source); + source = this._sources.indexOf(source); + + var name = null; + if (mapping.name) { + name = section.consumer._names.at(mapping.name); + this._names.add(name); + name = this._names.indexOf(name); + } + + // The mappings coming from the consumer for the section have + // generated positions relative to the start of the section, so we + // need to offset them to be relative to the start of the concatenated + // generated file. + var adjustedMapping = { + source: source, + generatedLine: mapping.generatedLine + + (section.generatedOffset.generatedLine - 1), + generatedColumn: mapping.generatedColumn + + (section.generatedOffset.generatedLine === mapping.generatedLine + ? section.generatedOffset.generatedColumn - 1 + : 0), + originalLine: mapping.originalLine, + originalColumn: mapping.originalColumn, + name: name + }; + + this.__generatedMappings.push(adjustedMapping); + if (typeof adjustedMapping.originalLine === 'number') { + this.__originalMappings.push(adjustedMapping); + } + } + } + + quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated); + quickSort(this.__originalMappings, util.compareByOriginalPositions); + }; + + exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer; + + +/***/ }), +/* 8 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + exports.GREATEST_LOWER_BOUND = 1; + exports.LEAST_UPPER_BOUND = 2; + + /** + * Recursive implementation of binary search. + * + * @param aLow Indices here and lower do not contain the needle. + * @param aHigh Indices here and higher do not contain the needle. + * @param aNeedle The element being searched for. + * @param aHaystack The non-empty array being searched. + * @param aCompare Function which takes two elements and returns -1, 0, or 1. + * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or + * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + */ + function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) { + // This function terminates when one of the following is true: + // + // 1. We find the exact element we are looking for. + // + // 2. We did not find the exact element, but we can return the index of + // the next-closest element. + // + // 3. We did not find the exact element, and there is no next-closest + // element than the one we are searching for, so we return -1. + var mid = Math.floor((aHigh - aLow) / 2) + aLow; + var cmp = aCompare(aNeedle, aHaystack[mid], true); + if (cmp === 0) { + // Found the element we are looking for. + return mid; + } + else if (cmp > 0) { + // Our needle is greater than aHaystack[mid]. + if (aHigh - mid > 1) { + // The element is in the upper half. + return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias); + } + + // The exact needle element was not found in this haystack. Determine if + // we are in termination case (3) or (2) and return the appropriate thing. + if (aBias == exports.LEAST_UPPER_BOUND) { + return aHigh < aHaystack.length ? aHigh : -1; + } else { + return mid; + } + } + else { + // Our needle is less than aHaystack[mid]. + if (mid - aLow > 1) { + // The element is in the lower half. + return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias); + } + + // we are in termination case (3) or (2) and return the appropriate thing. + if (aBias == exports.LEAST_UPPER_BOUND) { + return mid; + } else { + return aLow < 0 ? -1 : aLow; + } + } + } + + /** + * This is an implementation of binary search which will always try and return + * the index of the closest element if there is no exact hit. This is because + * mappings between original and generated line/col pairs are single points, + * and there is an implicit region between each of them, so a miss just means + * that you aren't on the very start of a region. + * + * @param aNeedle The element you are looking for. + * @param aHaystack The array that is being searched. + * @param aCompare A function which takes the needle and an element in the + * array and returns -1, 0, or 1 depending on whether the needle is less + * than, equal to, or greater than the element, respectively. + * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or + * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'. + */ + exports.search = function search(aNeedle, aHaystack, aCompare, aBias) { + if (aHaystack.length === 0) { + return -1; + } + + var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack, + aCompare, aBias || exports.GREATEST_LOWER_BOUND); + if (index < 0) { + return -1; + } + + // We have found either the exact element, or the next-closest element than + // the one we are searching for. However, there may be more than one such + // element. Make sure we always return the smallest of these. + while (index - 1 >= 0) { + if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) { + break; + } + --index; + } + + return index; + }; + + +/***/ }), +/* 9 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + // It turns out that some (most?) JavaScript engines don't self-host + // `Array.prototype.sort`. This makes sense because C++ will likely remain + // faster than JS when doing raw CPU-intensive sorting. However, when using a + // custom comparator function, calling back and forth between the VM's C++ and + // JIT'd JS is rather slow *and* loses JIT type information, resulting in + // worse generated code for the comparator function than would be optimal. In + // fact, when sorting with a comparator, these costs outweigh the benefits of + // sorting in C++. By using our own JS-implemented Quick Sort (below), we get + // a ~3500ms mean speed-up in `bench/bench.html`. + + /** + * Swap the elements indexed by `x` and `y` in the array `ary`. + * + * @param {Array} ary + * The array. + * @param {Number} x + * The index of the first item. + * @param {Number} y + * The index of the second item. + */ + function swap(ary, x, y) { + var temp = ary[x]; + ary[x] = ary[y]; + ary[y] = temp; + } + + /** + * Returns a random integer within the range `low .. high` inclusive. + * + * @param {Number} low + * The lower bound on the range. + * @param {Number} high + * The upper bound on the range. + */ + function randomIntInRange(low, high) { + return Math.round(low + (Math.random() * (high - low))); + } + + /** + * The Quick Sort algorithm. + * + * @param {Array} ary + * An array to sort. + * @param {function} comparator + * Function to use to compare two items. + * @param {Number} p + * Start index of the array + * @param {Number} r + * End index of the array + */ + function doQuickSort(ary, comparator, p, r) { + // If our lower bound is less than our upper bound, we (1) partition the + // array into two pieces and (2) recurse on each half. If it is not, this is + // the empty array and our base case. + + if (p < r) { + // (1) Partitioning. + // + // The partitioning chooses a pivot between `p` and `r` and moves all + // elements that are less than or equal to the pivot to the before it, and + // all the elements that are greater than it after it. The effect is that + // once partition is done, the pivot is in the exact place it will be when + // the array is put in sorted order, and it will not need to be moved + // again. This runs in O(n) time. + + // Always choose a random pivot so that an input array which is reverse + // sorted does not cause O(n^2) running time. + var pivotIndex = randomIntInRange(p, r); + var i = p - 1; + + swap(ary, pivotIndex, r); + var pivot = ary[r]; + + // Immediately after `j` is incremented in this loop, the following hold + // true: + // + // * Every element in `ary[p .. i]` is less than or equal to the pivot. + // + // * Every element in `ary[i+1 .. j-1]` is greater than the pivot. + for (var j = p; j < r; j++) { + if (comparator(ary[j], pivot) <= 0) { + i += 1; + swap(ary, i, j); + } + } + + swap(ary, i + 1, j); + var q = i + 1; + + // (2) Recurse on each half. + + doQuickSort(ary, comparator, p, q - 1); + doQuickSort(ary, comparator, q + 1, r); + } + } + + /** + * Sort the given array in-place with the given comparator function. + * + * @param {Array} ary + * An array to sort. + * @param {function} comparator + * Function to use to compare two items. + */ + exports.quickSort = function (ary, comparator) { + doQuickSort(ary, comparator, 0, ary.length - 1); + }; + + +/***/ }), +/* 10 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var SourceMapGenerator = __webpack_require__(1).SourceMapGenerator; + var util = __webpack_require__(4); + + // Matches a Windows-style `\r\n` newline or a `\n` newline used by all other + // operating systems these days (capturing the result). + var REGEX_NEWLINE = /(\r?\n)/; + + // Newline character code for charCodeAt() comparisons + var NEWLINE_CODE = 10; + + // Private symbol for identifying `SourceNode`s when multiple versions of + // the source-map library are loaded. This MUST NOT CHANGE across + // versions! + var isSourceNode = "$$$isSourceNode$$$"; + + /** + * SourceNodes provide a way to abstract over interpolating/concatenating + * snippets of generated JavaScript source code while maintaining the line and + * column information associated with the original source code. + * + * @param aLine The original line number. + * @param aColumn The original column number. + * @param aSource The original source's filename. + * @param aChunks Optional. An array of strings which are snippets of + * generated JS, or other SourceNodes. + * @param aName The original identifier. + */ + function SourceNode(aLine, aColumn, aSource, aChunks, aName) { + this.children = []; + this.sourceContents = {}; + this.line = aLine == null ? null : aLine; + this.column = aColumn == null ? null : aColumn; + this.source = aSource == null ? null : aSource; + this.name = aName == null ? null : aName; + this[isSourceNode] = true; + if (aChunks != null) this.add(aChunks); + } + + /** + * Creates a SourceNode from generated code and a SourceMapConsumer. + * + * @param aGeneratedCode The generated code + * @param aSourceMapConsumer The SourceMap for the generated code + * @param aRelativePath Optional. The path that relative sources in the + * SourceMapConsumer should be relative to. + */ + SourceNode.fromStringWithSourceMap = + function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) { + // The SourceNode we want to fill with the generated code + // and the SourceMap + var node = new SourceNode(); + + // All even indices of this array are one line of the generated code, + // while all odd indices are the newlines between two adjacent lines + // (since `REGEX_NEWLINE` captures its match). + // Processed fragments are accessed by calling `shiftNextLine`. + var remainingLines = aGeneratedCode.split(REGEX_NEWLINE); + var remainingLinesIndex = 0; + var shiftNextLine = function() { + var lineContents = getNextLine(); + // The last line of a file might not have a newline. + var newLine = getNextLine() || ""; + return lineContents + newLine; + + function getNextLine() { + return remainingLinesIndex < remainingLines.length ? + remainingLines[remainingLinesIndex++] : undefined; + } + }; + + // We need to remember the position of "remainingLines" + var lastGeneratedLine = 1, lastGeneratedColumn = 0; + + // The generate SourceNodes we need a code range. + // To extract it current and last mapping is used. + // Here we store the last mapping. + var lastMapping = null; + + aSourceMapConsumer.eachMapping(function (mapping) { + if (lastMapping !== null) { + // We add the code from "lastMapping" to "mapping": + // First check if there is a new line in between. + if (lastGeneratedLine < mapping.generatedLine) { + // Associate first line with "lastMapping" + addMappingWithCode(lastMapping, shiftNextLine()); + lastGeneratedLine++; + lastGeneratedColumn = 0; + // The remaining code is added without mapping + } else { + // There is no new line in between. + // Associate the code between "lastGeneratedColumn" and + // "mapping.generatedColumn" with "lastMapping" + var nextLine = remainingLines[remainingLinesIndex] || ''; + var code = nextLine.substr(0, mapping.generatedColumn - + lastGeneratedColumn); + remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn - + lastGeneratedColumn); + lastGeneratedColumn = mapping.generatedColumn; + addMappingWithCode(lastMapping, code); + // No more remaining code, continue + lastMapping = mapping; + return; + } + } + // We add the generated code until the first mapping + // to the SourceNode without any mapping. + // Each line is added as separate string. + while (lastGeneratedLine < mapping.generatedLine) { + node.add(shiftNextLine()); + lastGeneratedLine++; + } + if (lastGeneratedColumn < mapping.generatedColumn) { + var nextLine = remainingLines[remainingLinesIndex] || ''; + node.add(nextLine.substr(0, mapping.generatedColumn)); + remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn); + lastGeneratedColumn = mapping.generatedColumn; + } + lastMapping = mapping; + }, this); + // We have processed all mappings. + if (remainingLinesIndex < remainingLines.length) { + if (lastMapping) { + // Associate the remaining code in the current line with "lastMapping" + addMappingWithCode(lastMapping, shiftNextLine()); + } + // and add the remaining lines without any mapping + node.add(remainingLines.splice(remainingLinesIndex).join("")); + } + + // Copy sourcesContent into SourceNode + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + if (aRelativePath != null) { + sourceFile = util.join(aRelativePath, sourceFile); + } + node.setSourceContent(sourceFile, content); + } + }); + + return node; + + function addMappingWithCode(mapping, code) { + if (mapping === null || mapping.source === undefined) { + node.add(code); + } else { + var source = aRelativePath + ? util.join(aRelativePath, mapping.source) + : mapping.source; + node.add(new SourceNode(mapping.originalLine, + mapping.originalColumn, + source, + code, + mapping.name)); + } + } + }; + + /** + * Add a chunk of generated JS to this source node. + * + * @param aChunk A string snippet of generated JS code, another instance of + * SourceNode, or an array where each member is one of those things. + */ + SourceNode.prototype.add = function SourceNode_add(aChunk) { + if (Array.isArray(aChunk)) { + aChunk.forEach(function (chunk) { + this.add(chunk); + }, this); + } + else if (aChunk[isSourceNode] || typeof aChunk === "string") { + if (aChunk) { + this.children.push(aChunk); + } + } + else { + throw new TypeError( + "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk + ); + } + return this; + }; + + /** + * Add a chunk of generated JS to the beginning of this source node. + * + * @param aChunk A string snippet of generated JS code, another instance of + * SourceNode, or an array where each member is one of those things. + */ + SourceNode.prototype.prepend = function SourceNode_prepend(aChunk) { + if (Array.isArray(aChunk)) { + for (var i = aChunk.length-1; i >= 0; i--) { + this.prepend(aChunk[i]); + } + } + else if (aChunk[isSourceNode] || typeof aChunk === "string") { + this.children.unshift(aChunk); + } + else { + throw new TypeError( + "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk + ); + } + return this; + }; + + /** + * Walk over the tree of JS snippets in this node and its children. The + * walking function is called once for each snippet of JS and is passed that + * snippet and the its original associated source's line/column location. + * + * @param aFn The traversal function. + */ + SourceNode.prototype.walk = function SourceNode_walk(aFn) { + var chunk; + for (var i = 0, len = this.children.length; i < len; i++) { + chunk = this.children[i]; + if (chunk[isSourceNode]) { + chunk.walk(aFn); + } + else { + if (chunk !== '') { + aFn(chunk, { source: this.source, + line: this.line, + column: this.column, + name: this.name }); + } + } + } + }; + + /** + * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between + * each of `this.children`. + * + * @param aSep The separator. + */ + SourceNode.prototype.join = function SourceNode_join(aSep) { + var newChildren; + var i; + var len = this.children.length; + if (len > 0) { + newChildren = []; + for (i = 0; i < len-1; i++) { + newChildren.push(this.children[i]); + newChildren.push(aSep); + } + newChildren.push(this.children[i]); + this.children = newChildren; + } + return this; + }; + + /** + * Call String.prototype.replace on the very right-most source snippet. Useful + * for trimming whitespace from the end of a source node, etc. + * + * @param aPattern The pattern to replace. + * @param aReplacement The thing to replace the pattern with. + */ + SourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) { + var lastChild = this.children[this.children.length - 1]; + if (lastChild[isSourceNode]) { + lastChild.replaceRight(aPattern, aReplacement); + } + else if (typeof lastChild === 'string') { + this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement); + } + else { + this.children.push(''.replace(aPattern, aReplacement)); + } + return this; + }; + + /** + * Set the source content for a source file. This will be added to the SourceMapGenerator + * in the sourcesContent field. + * + * @param aSourceFile The filename of the source file + * @param aSourceContent The content of the source file + */ + SourceNode.prototype.setSourceContent = + function SourceNode_setSourceContent(aSourceFile, aSourceContent) { + this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent; + }; + + /** + * Walk over the tree of SourceNodes. The walking function is called for each + * source file content and is passed the filename and source content. + * + * @param aFn The traversal function. + */ + SourceNode.prototype.walkSourceContents = + function SourceNode_walkSourceContents(aFn) { + for (var i = 0, len = this.children.length; i < len; i++) { + if (this.children[i][isSourceNode]) { + this.children[i].walkSourceContents(aFn); + } + } + + var sources = Object.keys(this.sourceContents); + for (var i = 0, len = sources.length; i < len; i++) { + aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]); + } + }; + + /** + * Return the string representation of this source node. Walks over the tree + * and concatenates all the various snippets together to one string. + */ + SourceNode.prototype.toString = function SourceNode_toString() { + var str = ""; + this.walk(function (chunk) { + str += chunk; + }); + return str; + }; + + /** + * Returns the string representation of this source node along with a source + * map. + */ + SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) { + var generated = { + code: "", + line: 1, + column: 0 + }; + var map = new SourceMapGenerator(aArgs); + var sourceMappingActive = false; + var lastOriginalSource = null; + var lastOriginalLine = null; + var lastOriginalColumn = null; + var lastOriginalName = null; + this.walk(function (chunk, original) { + generated.code += chunk; + if (original.source !== null + && original.line !== null + && original.column !== null) { + if(lastOriginalSource !== original.source + || lastOriginalLine !== original.line + || lastOriginalColumn !== original.column + || lastOriginalName !== original.name) { + map.addMapping({ + source: original.source, + original: { + line: original.line, + column: original.column + }, + generated: { + line: generated.line, + column: generated.column + }, + name: original.name + }); + } + lastOriginalSource = original.source; + lastOriginalLine = original.line; + lastOriginalColumn = original.column; + lastOriginalName = original.name; + sourceMappingActive = true; + } else if (sourceMappingActive) { + map.addMapping({ + generated: { + line: generated.line, + column: generated.column + } + }); + lastOriginalSource = null; + sourceMappingActive = false; + } + for (var idx = 0, length = chunk.length; idx < length; idx++) { + if (chunk.charCodeAt(idx) === NEWLINE_CODE) { + generated.line++; + generated.column = 0; + // Mappings end at eol + if (idx + 1 === length) { + lastOriginalSource = null; + sourceMappingActive = false; + } else if (sourceMappingActive) { + map.addMapping({ + source: original.source, + original: { + line: original.line, + column: original.column + }, + generated: { + line: generated.line, + column: generated.column + }, + name: original.name + }); + } + } else { + generated.column++; + } + } + }); + this.walkSourceContents(function (sourceFile, sourceContent) { + map.setSourceContent(sourceFile, sourceContent); + }); + + return { code: generated.code, map: map }; + }; + + exports.SourceNode = SourceNode; + + +/***/ }) +/******/ ]) +}); +; +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly8vd2VicGFjay91bml2ZXJzYWxNb2R1bGVEZWZpbml0aW9uIiwid2VicGFjazovLy93ZWJwYWNrL2Jvb3RzdHJhcCAxNjI0YzcyOTliODg3ZjdiZGY2NCIsIndlYnBhY2s6Ly8vLi9zb3VyY2UtbWFwLmpzIiwid2VicGFjazovLy8uL2xpYi9zb3VyY2UtbWFwLWdlbmVyYXRvci5qcyIsIndlYnBhY2s6Ly8vLi9saWIvYmFzZTY0LXZscS5qcyIsIndlYnBhY2s6Ly8vLi9saWIvYmFzZTY0LmpzIiwid2VicGFjazovLy8uL2xpYi91dGlsLmpzIiwid2VicGFjazovLy8uL2xpYi9hcnJheS1zZXQuanMiLCJ3ZWJwYWNrOi8vLy4vbGliL21hcHBpbmctbGlzdC5qcyIsIndlYnBhY2s6Ly8vLi9saWIvc291cmNlLW1hcC1jb25zdW1lci5qcyIsIndlYnBhY2s6Ly8vLi9saWIvYmluYXJ5LXNlYXJjaC5qcyIsIndlYnBhY2s6Ly8vLi9saWIvcXVpY2stc29ydC5qcyIsIndlYnBhY2s6Ly8vLi9saWIvc291cmNlLW5vZGUuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsQ0FBQztBQUNELE87QUNWQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQSx1QkFBZTtBQUNmO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOzs7QUFHQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBOzs7Ozs7O0FDdENBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7Ozs7Ozs7QUNQQSxpQkFBZ0Isb0JBQW9CO0FBQ3BDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQSxNQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFLO0FBQ0w7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsVUFBUztBQUNUO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBLE1BQUs7QUFDTDtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsUUFBTztBQUNQO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBLDJDQUEwQyxTQUFTO0FBQ25EO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EscUJBQW9CO0FBQ3BCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7Ozs7OztBQ3hhQSxpQkFBZ0Isb0JBQW9CO0FBQ3BDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSw0REFBMkQ7QUFDM0QscUJBQW9CO0FBQ3BCO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsSUFBRzs7QUFFSDtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLElBQUc7O0FBRUg7QUFDQTtBQUNBOzs7Ozs7O0FDM0lBLGlCQUFnQixvQkFBb0I7QUFDcEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGlCQUFnQjtBQUNoQixpQkFBZ0I7O0FBRWhCLG9CQUFtQjtBQUNuQixxQkFBb0I7O0FBRXBCLGlCQUFnQjtBQUNoQixpQkFBZ0I7O0FBRWhCLGlCQUFnQjtBQUNoQixrQkFBaUI7O0FBRWpCO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOzs7Ozs7O0FDbEVBLGlCQUFnQixvQkFBb0I7QUFDcEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLElBQUc7QUFDSDtBQUNBLElBQUc7QUFDSDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBLCtDQUE4QyxRQUFRO0FBQ3REO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDtBQUNBLE1BQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxRQUFPO0FBQ1A7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsRUFBQzs7QUFFRDtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSw0QkFBMkIsUUFBUTtBQUNuQztBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBLGNBQWE7QUFDYjs7QUFFQTtBQUNBLGVBQWM7QUFDZDs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLHVDQUFzQztBQUN0QztBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOzs7Ozs7O0FDdmVBLGlCQUFnQixvQkFBb0I7QUFDcEM7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLHVDQUFzQyxTQUFTO0FBQy9DO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLElBQUc7QUFDSDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsSUFBRztBQUNIO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7Ozs7Ozs7QUN4SEEsaUJBQWdCLG9CQUFvQjtBQUNwQztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGlCQUFnQjtBQUNoQjs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxJQUFHO0FBQ0g7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7Ozs7Ozs7QUM5RUEsaUJBQWdCLG9CQUFvQjtBQUNwQztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQSxFQUFDOztBQUVEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBLEVBQUM7O0FBRUQ7QUFDQTtBQUNBO0FBQ0Esb0JBQW1CO0FBQ25COztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFlBQVc7O0FBRVg7QUFDQTtBQUNBLFFBQU87QUFDUDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsWUFBVzs7QUFFWDtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsNEJBQTJCLE1BQU07QUFDakM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFLOztBQUVMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0EsSUFBRzs7QUFFSDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBLGNBQWEsa0NBQWtDO0FBQy9DO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7O0FBRUw7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBLHVEQUFzRCxZQUFZO0FBQ2xFO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUM7O0FBRUQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0Esb0NBQW1DO0FBQ25DO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSwwQkFBeUIsY0FBYztBQUN2QztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBLFVBQVM7QUFDVDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esd0JBQXVCLHdDQUF3QztBQUMvRDs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGdEQUErQyxtQkFBbUIsRUFBRTtBQUNwRTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxrQkFBaUIsb0JBQW9CO0FBQ3JDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSw4QkFBNkIsTUFBTTtBQUNuQztBQUNBLFFBQU87QUFDUDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsUUFBTztBQUNQO0FBQ0E7QUFDQSxJQUFHO0FBQ0g7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxvQkFBbUIsMkJBQTJC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Q0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsWUFBVyxPQUFPO0FBQ2xCO0FBQ0EsWUFBVyxPQUFPO0FBQ2xCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsWUFBVyxNQUFNO0FBQ2pCO0FBQ0EsWUFBVyxTQUFTO0FBQ3BCO0FBQ0EsWUFBVyxPQUFPO0FBQ2xCO0FBQ0EsWUFBVyxPQUFPO0FBQ2xCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxvQkFBbUIsT0FBTztBQUMxQjtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0EsWUFBVyxNQUFNO0FBQ2pCO0FBQ0EsWUFBVyxTQUFTO0FBQ3BCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7Ozs7Ozs7QUNqSEEsaUJBQWdCLG9CQUFvQjtBQUNwQztBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSzs7QUFFTDs7QUFFQTtBQUNBO0FBQ0E7QUFDQSxRQUFPO0FBQ1A7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE1BQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esa0NBQWlDLFFBQVE7QUFDekM7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsOENBQTZDLFNBQVM7QUFDdEQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EscUJBQW9CO0FBQ3BCO0FBQ0E7QUFDQSx1Q0FBc0M7QUFDdEM7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsZ0JBQWUsV0FBVztBQUMxQjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsZ0RBQStDLFNBQVM7QUFDeEQ7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQSwwQ0FBeUMsU0FBUztBQUNsRDtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLElBQUc7QUFDSDtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFlBQVc7QUFDWDtBQUNBO0FBQ0E7QUFDQSxZQUFXO0FBQ1g7QUFDQSxVQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsTUFBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxRQUFPO0FBQ1A7QUFDQTtBQUNBO0FBQ0EsNkNBQTRDLGNBQWM7QUFDMUQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxVQUFTO0FBQ1Q7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGNBQWE7QUFDYjtBQUNBO0FBQ0E7QUFDQSxjQUFhO0FBQ2I7QUFDQSxZQUFXO0FBQ1g7QUFDQSxRQUFPO0FBQ1A7QUFDQTtBQUNBO0FBQ0EsSUFBRztBQUNIO0FBQ0E7QUFDQSxJQUFHOztBQUVILFdBQVU7QUFDVjs7QUFFQSIsImZpbGUiOiJzb3VyY2UtbWFwLmRlYnVnLmpzIiwic291cmNlc0NvbnRlbnQiOlsiKGZ1bmN0aW9uIHdlYnBhY2tVbml2ZXJzYWxNb2R1bGVEZWZpbml0aW9uKHJvb3QsIGZhY3RvcnkpIHtcblx0aWYodHlwZW9mIGV4cG9ydHMgPT09ICdvYmplY3QnICYmIHR5cGVvZiBtb2R1bGUgPT09ICdvYmplY3QnKVxuXHRcdG1vZHVsZS5leHBvcnRzID0gZmFjdG9yeSgpO1xuXHRlbHNlIGlmKHR5cGVvZiBkZWZpbmUgPT09ICdmdW5jdGlvbicgJiYgZGVmaW5lLmFtZClcblx0XHRkZWZpbmUoW10sIGZhY3RvcnkpO1xuXHRlbHNlIGlmKHR5cGVvZiBleHBvcnRzID09PSAnb2JqZWN0Jylcblx0XHRleHBvcnRzW1wic291cmNlTWFwXCJdID0gZmFjdG9yeSgpO1xuXHRlbHNlXG5cdFx0cm9vdFtcInNvdXJjZU1hcFwiXSA9IGZhY3RvcnkoKTtcbn0pKHRoaXMsIGZ1bmN0aW9uKCkge1xucmV0dXJuIFxuXG5cbi8vIFdFQlBBQ0sgRk9PVEVSIC8vXG4vLyB3ZWJwYWNrL3VuaXZlcnNhbE1vZHVsZURlZmluaXRpb24iLCIgXHQvLyBUaGUgbW9kdWxlIGNhY2hlXG4gXHR2YXIgaW5zdGFsbGVkTW9kdWxlcyA9IHt9O1xuXG4gXHQvLyBUaGUgcmVxdWlyZSBmdW5jdGlvblxuIFx0ZnVuY3Rpb24gX193ZWJwYWNrX3JlcXVpcmVfXyhtb2R1bGVJZCkge1xuXG4gXHRcdC8vIENoZWNrIGlmIG1vZHVsZSBpcyBpbiBjYWNoZVxuIFx0XHRpZihpbnN0YWxsZWRNb2R1bGVzW21vZHVsZUlkXSlcbiBcdFx0XHRyZXR1cm4gaW5zdGFsbGVkTW9kdWxlc1ttb2R1bGVJZF0uZXhwb3J0cztcblxuIFx0XHQvLyBDcmVhdGUgYSBuZXcgbW9kdWxlIChhbmQgcHV0IGl0IGludG8gdGhlIGNhY2hlKVxuIFx0XHR2YXIgbW9kdWxlID0gaW5zdGFsbGVkTW9kdWxlc1ttb2R1bGVJZF0gPSB7XG4gXHRcdFx0ZXhwb3J0czoge30sXG4gXHRcdFx0aWQ6IG1vZHVsZUlkLFxuIFx0XHRcdGxvYWRlZDogZmFsc2VcbiBcdFx0fTtcblxuIFx0XHQvLyBFeGVjdXRlIHRoZSBtb2R1bGUgZnVuY3Rpb25cbiBcdFx0bW9kdWxlc1ttb2R1bGVJZF0uY2FsbChtb2R1bGUuZXhwb3J0cywgbW9kdWxlLCBtb2R1bGUuZXhwb3J0cywgX193ZWJwYWNrX3JlcXVpcmVfXyk7XG5cbiBcdFx0Ly8gRmxhZyB0aGUgbW9kdWxlIGFzIGxvYWRlZFxuIFx0XHRtb2R1bGUubG9hZGVkID0gdHJ1ZTtcblxuIFx0XHQvLyBSZXR1cm4gdGhlIGV4cG9ydHMgb2YgdGhlIG1vZHVsZVxuIFx0XHRyZXR1cm4gbW9kdWxlLmV4cG9ydHM7XG4gXHR9XG5cblxuIFx0Ly8gZXhwb3NlIHRoZSBtb2R1bGVzIG9iamVjdCAoX193ZWJwYWNrX21vZHVsZXNfXylcbiBcdF9fd2VicGFja19yZXF1aXJlX18ubSA9IG1vZHVsZXM7XG5cbiBcdC8vIGV4cG9zZSB0aGUgbW9kdWxlIGNhY2hlXG4gXHRfX3dlYnBhY2tfcmVxdWlyZV9fLmMgPSBpbnN0YWxsZWRNb2R1bGVzO1xuXG4gXHQvLyBfX3dlYnBhY2tfcHVibGljX3BhdGhfX1xuIFx0X193ZWJwYWNrX3JlcXVpcmVfXy5wID0gXCJcIjtcblxuIFx0Ly8gTG9hZCBlbnRyeSBtb2R1bGUgYW5kIHJldHVybiBleHBvcnRzXG4gXHRyZXR1cm4gX193ZWJwYWNrX3JlcXVpcmVfXygwKTtcblxuXG5cbi8vIFdFQlBBQ0sgRk9PVEVSIC8vXG4vLyB3ZWJwYWNrL2Jvb3RzdHJhcCAxNjI0YzcyOTliODg3ZjdiZGY2NCIsIi8qXG4gKiBDb3B5cmlnaHQgMjAwOS0yMDExIE1vemlsbGEgRm91bmRhdGlvbiBhbmQgY29udHJpYnV0b3JzXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTmV3IEJTRCBsaWNlbnNlLiBTZWUgTElDRU5TRS50eHQgb3I6XG4gKiBodHRwOi8vb3BlbnNvdXJjZS5vcmcvbGljZW5zZXMvQlNELTMtQ2xhdXNlXG4gKi9cbmV4cG9ydHMuU291cmNlTWFwR2VuZXJhdG9yID0gcmVxdWlyZSgnLi9saWIvc291cmNlLW1hcC1nZW5lcmF0b3InKS5Tb3VyY2VNYXBHZW5lcmF0b3I7XG5leHBvcnRzLlNvdXJjZU1hcENvbnN1bWVyID0gcmVxdWlyZSgnLi9saWIvc291cmNlLW1hcC1jb25zdW1lcicpLlNvdXJjZU1hcENvbnN1bWVyO1xuZXhwb3J0cy5Tb3VyY2VOb2RlID0gcmVxdWlyZSgnLi9saWIvc291cmNlLW5vZGUnKS5Tb3VyY2VOb2RlO1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9zb3VyY2UtbWFwLmpzXG4vLyBtb2R1bGUgaWQgPSAwXG4vLyBtb2R1bGUgY2h1bmtzID0gMCIsIi8qIC0qLSBNb2RlOiBqczsganMtaW5kZW50LWxldmVsOiAyOyAtKi0gKi9cbi8qXG4gKiBDb3B5cmlnaHQgMjAxMSBNb3ppbGxhIEZvdW5kYXRpb24gYW5kIGNvbnRyaWJ1dG9yc1xuICogTGljZW5zZWQgdW5kZXIgdGhlIE5ldyBCU0QgbGljZW5zZS4gU2VlIExJQ0VOU0Ugb3I6XG4gKiBodHRwOi8vb3BlbnNvdXJjZS5vcmcvbGljZW5zZXMvQlNELTMtQ2xhdXNlXG4gKi9cblxudmFyIGJhc2U2NFZMUSA9IHJlcXVpcmUoJy4vYmFzZTY0LXZscScpO1xudmFyIHV0aWwgPSByZXF1aXJlKCcuL3V0aWwnKTtcbnZhciBBcnJheVNldCA9IHJlcXVpcmUoJy4vYXJyYXktc2V0JykuQXJyYXlTZXQ7XG52YXIgTWFwcGluZ0xpc3QgPSByZXF1aXJlKCcuL21hcHBpbmctbGlzdCcpLk1hcHBpbmdMaXN0O1xuXG4vKipcbiAqIEFuIGluc3RhbmNlIG9mIHRoZSBTb3VyY2VNYXBHZW5lcmF0b3IgcmVwcmVzZW50cyBhIHNvdXJjZSBtYXAgd2hpY2ggaXNcbiAqIGJlaW5nIGJ1aWx0IGluY3JlbWVudGFsbHkuIFlvdSBtYXkgcGFzcyBhbiBvYmplY3Qgd2l0aCB0aGUgZm9sbG93aW5nXG4gKiBwcm9wZXJ0aWVzOlxuICpcbiAqICAgLSBmaWxlOiBUaGUgZmlsZW5hbWUgb2YgdGhlIGdlbmVyYXRlZCBzb3VyY2UuXG4gKiAgIC0gc291cmNlUm9vdDogQSByb290IGZvciBhbGwgcmVsYXRpdmUgVVJMcyBpbiB0aGlzIHNvdXJjZSBtYXAuXG4gKi9cbmZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcihhQXJncykge1xuICBpZiAoIWFBcmdzKSB7XG4gICAgYUFyZ3MgPSB7fTtcbiAgfVxuICB0aGlzLl9maWxlID0gdXRpbC5nZXRBcmcoYUFyZ3MsICdmaWxlJywgbnVsbCk7XG4gIHRoaXMuX3NvdXJjZVJvb3QgPSB1dGlsLmdldEFyZyhhQXJncywgJ3NvdXJjZVJvb3QnLCBudWxsKTtcbiAgdGhpcy5fc2tpcFZhbGlkYXRpb24gPSB1dGlsLmdldEFyZyhhQXJncywgJ3NraXBWYWxpZGF0aW9uJywgZmFsc2UpO1xuICB0aGlzLl9zb3VyY2VzID0gbmV3IEFycmF5U2V0KCk7XG4gIHRoaXMuX25hbWVzID0gbmV3IEFycmF5U2V0KCk7XG4gIHRoaXMuX21hcHBpbmdzID0gbmV3IE1hcHBpbmdMaXN0KCk7XG4gIHRoaXMuX3NvdXJjZXNDb250ZW50cyA9IG51bGw7XG59XG5cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuX3ZlcnNpb24gPSAzO1xuXG4vKipcbiAqIENyZWF0ZXMgYSBuZXcgU291cmNlTWFwR2VuZXJhdG9yIGJhc2VkIG9uIGEgU291cmNlTWFwQ29uc3VtZXJcbiAqXG4gKiBAcGFyYW0gYVNvdXJjZU1hcENvbnN1bWVyIFRoZSBTb3VyY2VNYXAuXG4gKi9cblNvdXJjZU1hcEdlbmVyYXRvci5mcm9tU291cmNlTWFwID1cbiAgZnVuY3Rpb24gU291cmNlTWFwR2VuZXJhdG9yX2Zyb21Tb3VyY2VNYXAoYVNvdXJjZU1hcENvbnN1bWVyKSB7XG4gICAgdmFyIHNvdXJjZVJvb3QgPSBhU291cmNlTWFwQ29uc3VtZXIuc291cmNlUm9vdDtcbiAgICB2YXIgZ2VuZXJhdG9yID0gbmV3IFNvdXJjZU1hcEdlbmVyYXRvcih7XG4gICAgICBmaWxlOiBhU291cmNlTWFwQ29uc3VtZXIuZmlsZSxcbiAgICAgIHNvdXJjZVJvb3Q6IHNvdXJjZVJvb3RcbiAgICB9KTtcbiAgICBhU291cmNlTWFwQ29uc3VtZXIuZWFjaE1hcHBpbmcoZnVuY3Rpb24gKG1hcHBpbmcpIHtcbiAgICAgIHZhciBuZXdNYXBwaW5nID0ge1xuICAgICAgICBnZW5lcmF0ZWQ6IHtcbiAgICAgICAgICBsaW5lOiBtYXBwaW5nLmdlbmVyYXRlZExpbmUsXG4gICAgICAgICAgY29sdW1uOiBtYXBwaW5nLmdlbmVyYXRlZENvbHVtblxuICAgICAgICB9XG4gICAgICB9O1xuXG4gICAgICBpZiAobWFwcGluZy5zb3VyY2UgIT0gbnVsbCkge1xuICAgICAgICBuZXdNYXBwaW5nLnNvdXJjZSA9IG1hcHBpbmcuc291cmNlO1xuICAgICAgICBpZiAoc291cmNlUm9vdCAhPSBudWxsKSB7XG4gICAgICAgICAgbmV3TWFwcGluZy5zb3VyY2UgPSB1dGlsLnJlbGF0aXZlKHNvdXJjZVJvb3QsIG5ld01hcHBpbmcuc291cmNlKTtcbiAgICAgICAgfVxuXG4gICAgICAgIG5ld01hcHBpbmcub3JpZ2luYWwgPSB7XG4gICAgICAgICAgbGluZTogbWFwcGluZy5vcmlnaW5hbExpbmUsXG4gICAgICAgICAgY29sdW1uOiBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uXG4gICAgICAgIH07XG5cbiAgICAgICAgaWYgKG1hcHBpbmcubmFtZSAhPSBudWxsKSB7XG4gICAgICAgICAgbmV3TWFwcGluZy5uYW1lID0gbWFwcGluZy5uYW1lO1xuICAgICAgICB9XG4gICAgICB9XG5cbiAgICAgIGdlbmVyYXRvci5hZGRNYXBwaW5nKG5ld01hcHBpbmcpO1xuICAgIH0pO1xuICAgIGFTb3VyY2VNYXBDb25zdW1lci5zb3VyY2VzLmZvckVhY2goZnVuY3Rpb24gKHNvdXJjZUZpbGUpIHtcbiAgICAgIHZhciBzb3VyY2VSZWxhdGl2ZSA9IHNvdXJjZUZpbGU7XG4gICAgICBpZiAoc291cmNlUm9vdCAhPT0gbnVsbCkge1xuICAgICAgICBzb3VyY2VSZWxhdGl2ZSA9IHV0aWwucmVsYXRpdmUoc291cmNlUm9vdCwgc291cmNlRmlsZSk7XG4gICAgICB9XG5cbiAgICAgIGlmICghZ2VuZXJhdG9yLl9zb3VyY2VzLmhhcyhzb3VyY2VSZWxhdGl2ZSkpIHtcbiAgICAgICAgZ2VuZXJhdG9yLl9zb3VyY2VzLmFkZChzb3VyY2VSZWxhdGl2ZSk7XG4gICAgICB9XG5cbiAgICAgIHZhciBjb250ZW50ID0gYVNvdXJjZU1hcENvbnN1bWVyLnNvdXJjZUNvbnRlbnRGb3Ioc291cmNlRmlsZSk7XG4gICAgICBpZiAoY29udGVudCAhPSBudWxsKSB7XG4gICAgICAgIGdlbmVyYXRvci5zZXRTb3VyY2VDb250ZW50KHNvdXJjZUZpbGUsIGNvbnRlbnQpO1xuICAgICAgfVxuICAgIH0pO1xuICAgIHJldHVybiBnZW5lcmF0b3I7XG4gIH07XG5cbi8qKlxuICogQWRkIGEgc2luZ2xlIG1hcHBpbmcgZnJvbSBvcmlnaW5hbCBzb3VyY2UgbGluZSBhbmQgY29sdW1uIHRvIHRoZSBnZW5lcmF0ZWRcbiAqIHNvdXJjZSdzIGxpbmUgYW5kIGNvbHVtbiBmb3IgdGhpcyBzb3VyY2UgbWFwIGJlaW5nIGNyZWF0ZWQuIFRoZSBtYXBwaW5nXG4gKiBvYmplY3Qgc2hvdWxkIGhhdmUgdGhlIGZvbGxvd2luZyBwcm9wZXJ0aWVzOlxuICpcbiAqICAgLSBnZW5lcmF0ZWQ6IEFuIG9iamVjdCB3aXRoIHRoZSBnZW5lcmF0ZWQgbGluZSBhbmQgY29sdW1uIHBvc2l0aW9ucy5cbiAqICAgLSBvcmlnaW5hbDogQW4gb2JqZWN0IHdpdGggdGhlIG9yaWdpbmFsIGxpbmUgYW5kIGNvbHVtbiBwb3NpdGlvbnMuXG4gKiAgIC0gc291cmNlOiBUaGUgb3JpZ2luYWwgc291cmNlIGZpbGUgKHJlbGF0aXZlIHRvIHRoZSBzb3VyY2VSb290KS5cbiAqICAgLSBuYW1lOiBBbiBvcHRpb25hbCBvcmlnaW5hbCB0b2tlbiBuYW1lIGZvciB0aGlzIG1hcHBpbmcuXG4gKi9cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuYWRkTWFwcGluZyA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcl9hZGRNYXBwaW5nKGFBcmdzKSB7XG4gICAgdmFyIGdlbmVyYXRlZCA9IHV0aWwuZ2V0QXJnKGFBcmdzLCAnZ2VuZXJhdGVkJyk7XG4gICAgdmFyIG9yaWdpbmFsID0gdXRpbC5nZXRBcmcoYUFyZ3MsICdvcmlnaW5hbCcsIG51bGwpO1xuICAgIHZhciBzb3VyY2UgPSB1dGlsLmdldEFyZyhhQXJncywgJ3NvdXJjZScsIG51bGwpO1xuICAgIHZhciBuYW1lID0gdXRpbC5nZXRBcmcoYUFyZ3MsICduYW1lJywgbnVsbCk7XG5cbiAgICBpZiAoIXRoaXMuX3NraXBWYWxpZGF0aW9uKSB7XG4gICAgICB0aGlzLl92YWxpZGF0ZU1hcHBpbmcoZ2VuZXJhdGVkLCBvcmlnaW5hbCwgc291cmNlLCBuYW1lKTtcbiAgICB9XG5cbiAgICBpZiAoc291cmNlICE9IG51bGwpIHtcbiAgICAgIHNvdXJjZSA9IFN0cmluZyhzb3VyY2UpO1xuICAgICAgaWYgKCF0aGlzLl9zb3VyY2VzLmhhcyhzb3VyY2UpKSB7XG4gICAgICAgIHRoaXMuX3NvdXJjZXMuYWRkKHNvdXJjZSk7XG4gICAgICB9XG4gICAgfVxuXG4gICAgaWYgKG5hbWUgIT0gbnVsbCkge1xuICAgICAgbmFtZSA9IFN0cmluZyhuYW1lKTtcbiAgICAgIGlmICghdGhpcy5fbmFtZXMuaGFzKG5hbWUpKSB7XG4gICAgICAgIHRoaXMuX25hbWVzLmFkZChuYW1lKTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICB0aGlzLl9tYXBwaW5ncy5hZGQoe1xuICAgICAgZ2VuZXJhdGVkTGluZTogZ2VuZXJhdGVkLmxpbmUsXG4gICAgICBnZW5lcmF0ZWRDb2x1bW46IGdlbmVyYXRlZC5jb2x1bW4sXG4gICAgICBvcmlnaW5hbExpbmU6IG9yaWdpbmFsICE9IG51bGwgJiYgb3JpZ2luYWwubGluZSxcbiAgICAgIG9yaWdpbmFsQ29sdW1uOiBvcmlnaW5hbCAhPSBudWxsICYmIG9yaWdpbmFsLmNvbHVtbixcbiAgICAgIHNvdXJjZTogc291cmNlLFxuICAgICAgbmFtZTogbmFtZVxuICAgIH0pO1xuICB9O1xuXG4vKipcbiAqIFNldCB0aGUgc291cmNlIGNvbnRlbnQgZm9yIGEgc291cmNlIGZpbGUuXG4gKi9cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuc2V0U291cmNlQ29udGVudCA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcl9zZXRTb3VyY2VDb250ZW50KGFTb3VyY2VGaWxlLCBhU291cmNlQ29udGVudCkge1xuICAgIHZhciBzb3VyY2UgPSBhU291cmNlRmlsZTtcbiAgICBpZiAodGhpcy5fc291cmNlUm9vdCAhPSBudWxsKSB7XG4gICAgICBzb3VyY2UgPSB1dGlsLnJlbGF0aXZlKHRoaXMuX3NvdXJjZVJvb3QsIHNvdXJjZSk7XG4gICAgfVxuXG4gICAgaWYgKGFTb3VyY2VDb250ZW50ICE9IG51bGwpIHtcbiAgICAgIC8vIEFkZCB0aGUgc291cmNlIGNvbnRlbnQgdG8gdGhlIF9zb3VyY2VzQ29udGVudHMgbWFwLlxuICAgICAgLy8gQ3JlYXRlIGEgbmV3IF9zb3VyY2VzQ29udGVudHMgbWFwIGlmIHRoZSBwcm9wZXJ0eSBpcyBudWxsLlxuICAgICAgaWYgKCF0aGlzLl9zb3VyY2VzQ29udGVudHMpIHtcbiAgICAgICAgdGhpcy5fc291cmNlc0NvbnRlbnRzID0gT2JqZWN0LmNyZWF0ZShudWxsKTtcbiAgICAgIH1cbiAgICAgIHRoaXMuX3NvdXJjZXNDb250ZW50c1t1dGlsLnRvU2V0U3RyaW5nKHNvdXJjZSldID0gYVNvdXJjZUNvbnRlbnQ7XG4gICAgfSBlbHNlIGlmICh0aGlzLl9zb3VyY2VzQ29udGVudHMpIHtcbiAgICAgIC8vIFJlbW92ZSB0aGUgc291cmNlIGZpbGUgZnJvbSB0aGUgX3NvdXJjZXNDb250ZW50cyBtYXAuXG4gICAgICAvLyBJZiB0aGUgX3NvdXJjZXNDb250ZW50cyBtYXAgaXMgZW1wdHksIHNldCB0aGUgcHJvcGVydHkgdG8gbnVsbC5cbiAgICAgIGRlbGV0ZSB0aGlzLl9zb3VyY2VzQ29udGVudHNbdXRpbC50b1NldFN0cmluZyhzb3VyY2UpXTtcbiAgICAgIGlmIChPYmplY3Qua2V5cyh0aGlzLl9zb3VyY2VzQ29udGVudHMpLmxlbmd0aCA9PT0gMCkge1xuICAgICAgICB0aGlzLl9zb3VyY2VzQ29udGVudHMgPSBudWxsO1xuICAgICAgfVxuICAgIH1cbiAgfTtcblxuLyoqXG4gKiBBcHBsaWVzIHRoZSBtYXBwaW5ncyBvZiBhIHN1Yi1zb3VyY2UtbWFwIGZvciBhIHNwZWNpZmljIHNvdXJjZSBmaWxlIHRvIHRoZVxuICogc291cmNlIG1hcCBiZWluZyBnZW5lcmF0ZWQuIEVhY2ggbWFwcGluZyB0byB0aGUgc3VwcGxpZWQgc291cmNlIGZpbGUgaXNcbiAqIHJld3JpdHRlbiB1c2luZyB0aGUgc3VwcGxpZWQgc291cmNlIG1hcC4gTm90ZTogVGhlIHJlc29sdXRpb24gZm9yIHRoZVxuICogcmVzdWx0aW5nIG1hcHBpbmdzIGlzIHRoZSBtaW5pbWl1bSBvZiB0aGlzIG1hcCBhbmQgdGhlIHN1cHBsaWVkIG1hcC5cbiAqXG4gKiBAcGFyYW0gYVNvdXJjZU1hcENvbnN1bWVyIFRoZSBzb3VyY2UgbWFwIHRvIGJlIGFwcGxpZWQuXG4gKiBAcGFyYW0gYVNvdXJjZUZpbGUgT3B0aW9uYWwuIFRoZSBmaWxlbmFtZSBvZiB0aGUgc291cmNlIGZpbGUuXG4gKiAgICAgICAgSWYgb21pdHRlZCwgU291cmNlTWFwQ29uc3VtZXIncyBmaWxlIHByb3BlcnR5IHdpbGwgYmUgdXNlZC5cbiAqIEBwYXJhbSBhU291cmNlTWFwUGF0aCBPcHRpb25hbC4gVGhlIGRpcm5hbWUgb2YgdGhlIHBhdGggdG8gdGhlIHNvdXJjZSBtYXBcbiAqICAgICAgICB0byBiZSBhcHBsaWVkLiBJZiByZWxhdGl2ZSwgaXQgaXMgcmVsYXRpdmUgdG8gdGhlIFNvdXJjZU1hcENvbnN1bWVyLlxuICogICAgICAgIFRoaXMgcGFyYW1ldGVyIGlzIG5lZWRlZCB3aGVuIHRoZSB0d28gc291cmNlIG1hcHMgYXJlbid0IGluIHRoZSBzYW1lXG4gKiAgICAgICAgZGlyZWN0b3J5LCBhbmQgdGhlIHNvdXJjZSBtYXAgdG8gYmUgYXBwbGllZCBjb250YWlucyByZWxhdGl2ZSBzb3VyY2VcbiAqICAgICAgICBwYXRocy4gSWYgc28sIHRob3NlIHJlbGF0aXZlIHNvdXJjZSBwYXRocyBuZWVkIHRvIGJlIHJld3JpdHRlblxuICogICAgICAgIHJlbGF0aXZlIHRvIHRoZSBTb3VyY2VNYXBHZW5lcmF0b3IuXG4gKi9cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuYXBwbHlTb3VyY2VNYXAgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBHZW5lcmF0b3JfYXBwbHlTb3VyY2VNYXAoYVNvdXJjZU1hcENvbnN1bWVyLCBhU291cmNlRmlsZSwgYVNvdXJjZU1hcFBhdGgpIHtcbiAgICB2YXIgc291cmNlRmlsZSA9IGFTb3VyY2VGaWxlO1xuICAgIC8vIElmIGFTb3VyY2VGaWxlIGlzIG9taXR0ZWQsIHdlIHdpbGwgdXNlIHRoZSBmaWxlIHByb3BlcnR5IG9mIHRoZSBTb3VyY2VNYXBcbiAgICBpZiAoYVNvdXJjZUZpbGUgPT0gbnVsbCkge1xuICAgICAgaWYgKGFTb3VyY2VNYXBDb25zdW1lci5maWxlID09IG51bGwpIHtcbiAgICAgICAgdGhyb3cgbmV3IEVycm9yKFxuICAgICAgICAgICdTb3VyY2VNYXBHZW5lcmF0b3IucHJvdG90eXBlLmFwcGx5U291cmNlTWFwIHJlcXVpcmVzIGVpdGhlciBhbiBleHBsaWNpdCBzb3VyY2UgZmlsZSwgJyArXG4gICAgICAgICAgJ29yIHRoZSBzb3VyY2UgbWFwXFwncyBcImZpbGVcIiBwcm9wZXJ0eS4gQm90aCB3ZXJlIG9taXR0ZWQuJ1xuICAgICAgICApO1xuICAgICAgfVxuICAgICAgc291cmNlRmlsZSA9IGFTb3VyY2VNYXBDb25zdW1lci5maWxlO1xuICAgIH1cbiAgICB2YXIgc291cmNlUm9vdCA9IHRoaXMuX3NvdXJjZVJvb3Q7XG4gICAgLy8gTWFrZSBcInNvdXJjZUZpbGVcIiByZWxhdGl2ZSBpZiBhbiBhYnNvbHV0ZSBVcmwgaXMgcGFzc2VkLlxuICAgIGlmIChzb3VyY2VSb290ICE9IG51bGwpIHtcbiAgICAgIHNvdXJjZUZpbGUgPSB1dGlsLnJlbGF0aXZlKHNvdXJjZVJvb3QsIHNvdXJjZUZpbGUpO1xuICAgIH1cbiAgICAvLyBBcHBseWluZyB0aGUgU291cmNlTWFwIGNhbiBhZGQgYW5kIHJlbW92ZSBpdGVtcyBmcm9tIHRoZSBzb3VyY2VzIGFuZFxuICAgIC8vIHRoZSBuYW1lcyBhcnJheS5cbiAgICB2YXIgbmV3U291cmNlcyA9IG5ldyBBcnJheVNldCgpO1xuICAgIHZhciBuZXdOYW1lcyA9IG5ldyBBcnJheVNldCgpO1xuXG4gICAgLy8gRmluZCBtYXBwaW5ncyBmb3IgdGhlIFwic291cmNlRmlsZVwiXG4gICAgdGhpcy5fbWFwcGluZ3MudW5zb3J0ZWRGb3JFYWNoKGZ1bmN0aW9uIChtYXBwaW5nKSB7XG4gICAgICBpZiAobWFwcGluZy5zb3VyY2UgPT09IHNvdXJjZUZpbGUgJiYgbWFwcGluZy5vcmlnaW5hbExpbmUgIT0gbnVsbCkge1xuICAgICAgICAvLyBDaGVjayBpZiBpdCBjYW4gYmUgbWFwcGVkIGJ5IHRoZSBzb3VyY2UgbWFwLCB0aGVuIHVwZGF0ZSB0aGUgbWFwcGluZy5cbiAgICAgICAgdmFyIG9yaWdpbmFsID0gYVNvdXJjZU1hcENvbnN1bWVyLm9yaWdpbmFsUG9zaXRpb25Gb3Ioe1xuICAgICAgICAgIGxpbmU6IG1hcHBpbmcub3JpZ2luYWxMaW5lLFxuICAgICAgICAgIGNvbHVtbjogbWFwcGluZy5vcmlnaW5hbENvbHVtblxuICAgICAgICB9KTtcbiAgICAgICAgaWYgKG9yaWdpbmFsLnNvdXJjZSAhPSBudWxsKSB7XG4gICAgICAgICAgLy8gQ29weSBtYXBwaW5nXG4gICAgICAgICAgbWFwcGluZy5zb3VyY2UgPSBvcmlnaW5hbC5zb3VyY2U7XG4gICAgICAgICAgaWYgKGFTb3VyY2VNYXBQYXRoICE9IG51bGwpIHtcbiAgICAgICAgICAgIG1hcHBpbmcuc291cmNlID0gdXRpbC5qb2luKGFTb3VyY2VNYXBQYXRoLCBtYXBwaW5nLnNvdXJjZSlcbiAgICAgICAgICB9XG4gICAgICAgICAgaWYgKHNvdXJjZVJvb3QgIT0gbnVsbCkge1xuICAgICAgICAgICAgbWFwcGluZy5zb3VyY2UgPSB1dGlsLnJlbGF0aXZlKHNvdXJjZVJvb3QsIG1hcHBpbmcuc291cmNlKTtcbiAgICAgICAgICB9XG4gICAgICAgICAgbWFwcGluZy5vcmlnaW5hbExpbmUgPSBvcmlnaW5hbC5saW5lO1xuICAgICAgICAgIG1hcHBpbmcub3JpZ2luYWxDb2x1bW4gPSBvcmlnaW5hbC5jb2x1bW47XG4gICAgICAgICAgaWYgKG9yaWdpbmFsLm5hbWUgIT0gbnVsbCkge1xuICAgICAgICAgICAgbWFwcGluZy5uYW1lID0gb3JpZ2luYWwubmFtZTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgdmFyIHNvdXJjZSA9IG1hcHBpbmcuc291cmNlO1xuICAgICAgaWYgKHNvdXJjZSAhPSBudWxsICYmICFuZXdTb3VyY2VzLmhhcyhzb3VyY2UpKSB7XG4gICAgICAgIG5ld1NvdXJjZXMuYWRkKHNvdXJjZSk7XG4gICAgICB9XG5cbiAgICAgIHZhciBuYW1lID0gbWFwcGluZy5uYW1lO1xuICAgICAgaWYgKG5hbWUgIT0gbnVsbCAmJiAhbmV3TmFtZXMuaGFzKG5hbWUpKSB7XG4gICAgICAgIG5ld05hbWVzLmFkZChuYW1lKTtcbiAgICAgIH1cblxuICAgIH0sIHRoaXMpO1xuICAgIHRoaXMuX3NvdXJjZXMgPSBuZXdTb3VyY2VzO1xuICAgIHRoaXMuX25hbWVzID0gbmV3TmFtZXM7XG5cbiAgICAvLyBDb3B5IHNvdXJjZXNDb250ZW50cyBvZiBhcHBsaWVkIG1hcC5cbiAgICBhU291cmNlTWFwQ29uc3VtZXIuc291cmNlcy5mb3JFYWNoKGZ1bmN0aW9uIChzb3VyY2VGaWxlKSB7XG4gICAgICB2YXIgY29udGVudCA9IGFTb3VyY2VNYXBDb25zdW1lci5zb3VyY2VDb250ZW50Rm9yKHNvdXJjZUZpbGUpO1xuICAgICAgaWYgKGNvbnRlbnQgIT0gbnVsbCkge1xuICAgICAgICBpZiAoYVNvdXJjZU1hcFBhdGggIT0gbnVsbCkge1xuICAgICAgICAgIHNvdXJjZUZpbGUgPSB1dGlsLmpvaW4oYVNvdXJjZU1hcFBhdGgsIHNvdXJjZUZpbGUpO1xuICAgICAgICB9XG4gICAgICAgIGlmIChzb3VyY2VSb290ICE9IG51bGwpIHtcbiAgICAgICAgICBzb3VyY2VGaWxlID0gdXRpbC5yZWxhdGl2ZShzb3VyY2VSb290LCBzb3VyY2VGaWxlKTtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLnNldFNvdXJjZUNvbnRlbnQoc291cmNlRmlsZSwgY29udGVudCk7XG4gICAgICB9XG4gICAgfSwgdGhpcyk7XG4gIH07XG5cbi8qKlxuICogQSBtYXBwaW5nIGNhbiBoYXZlIG9uZSBvZiB0aGUgdGhyZWUgbGV2ZWxzIG9mIGRhdGE6XG4gKlxuICogICAxLiBKdXN0IHRoZSBnZW5lcmF0ZWQgcG9zaXRpb24uXG4gKiAgIDIuIFRoZSBHZW5lcmF0ZWQgcG9zaXRpb24sIG9yaWdpbmFsIHBvc2l0aW9uLCBhbmQgb3JpZ2luYWwgc291cmNlLlxuICogICAzLiBHZW5lcmF0ZWQgYW5kIG9yaWdpbmFsIHBvc2l0aW9uLCBvcmlnaW5hbCBzb3VyY2UsIGFzIHdlbGwgYXMgYSBuYW1lXG4gKiAgICAgIHRva2VuLlxuICpcbiAqIFRvIG1haW50YWluIGNvbnNpc3RlbmN5LCB3ZSB2YWxpZGF0ZSB0aGF0IGFueSBuZXcgbWFwcGluZyBiZWluZyBhZGRlZCBmYWxsc1xuICogaW4gdG8gb25lIG9mIHRoZXNlIGNhdGVnb3JpZXMuXG4gKi9cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuX3ZhbGlkYXRlTWFwcGluZyA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcEdlbmVyYXRvcl92YWxpZGF0ZU1hcHBpbmcoYUdlbmVyYXRlZCwgYU9yaWdpbmFsLCBhU291cmNlLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFOYW1lKSB7XG4gICAgLy8gV2hlbiBhT3JpZ2luYWwgaXMgdHJ1dGh5IGJ1dCBoYXMgZW1wdHkgdmFsdWVzIGZvciAubGluZSBhbmQgLmNvbHVtbixcbiAgICAvLyBpdCBpcyBtb3N0IGxpa2VseSBhIHByb2dyYW1tZXIgZXJyb3IuIEluIHRoaXMgY2FzZSB3ZSB0aHJvdyBhIHZlcnlcbiAgICAvLyBzcGVjaWZpYyBlcnJvciBtZXNzYWdlIHRvIHRyeSB0byBndWlkZSB0aGVtIHRoZSByaWdodCB3YXkuXG4gICAgLy8gRm9yIGV4YW1wbGU6IGh0dHBzOi8vZ2l0aHViLmNvbS9Qb2x5bWVyL3BvbHltZXItYnVuZGxlci9wdWxsLzUxOVxuICAgIGlmIChhT3JpZ2luYWwgJiYgdHlwZW9mIGFPcmlnaW5hbC5saW5lICE9PSAnbnVtYmVyJyAmJiB0eXBlb2YgYU9yaWdpbmFsLmNvbHVtbiAhPT0gJ251bWJlcicpIHtcbiAgICAgICAgdGhyb3cgbmV3IEVycm9yKFxuICAgICAgICAgICAgJ29yaWdpbmFsLmxpbmUgYW5kIG9yaWdpbmFsLmNvbHVtbiBhcmUgbm90IG51bWJlcnMgLS0geW91IHByb2JhYmx5IG1lYW50IHRvIG9taXQgJyArXG4gICAgICAgICAgICAndGhlIG9yaWdpbmFsIG1hcHBpbmcgZW50aXJlbHkgYW5kIG9ubHkgbWFwIHRoZSBnZW5lcmF0ZWQgcG9zaXRpb24uIElmIHNvLCBwYXNzICcgK1xuICAgICAgICAgICAgJ251bGwgZm9yIHRoZSBvcmlnaW5hbCBtYXBwaW5nIGluc3RlYWQgb2YgYW4gb2JqZWN0IHdpdGggZW1wdHkgb3IgbnVsbCB2YWx1ZXMuJ1xuICAgICAgICApO1xuICAgIH1cblxuICAgIGlmIChhR2VuZXJhdGVkICYmICdsaW5lJyBpbiBhR2VuZXJhdGVkICYmICdjb2x1bW4nIGluIGFHZW5lcmF0ZWRcbiAgICAgICAgJiYgYUdlbmVyYXRlZC5saW5lID4gMCAmJiBhR2VuZXJhdGVkLmNvbHVtbiA+PSAwXG4gICAgICAgICYmICFhT3JpZ2luYWwgJiYgIWFTb3VyY2UgJiYgIWFOYW1lKSB7XG4gICAgICAvLyBDYXNlIDEuXG4gICAgICByZXR1cm47XG4gICAgfVxuICAgIGVsc2UgaWYgKGFHZW5lcmF0ZWQgJiYgJ2xpbmUnIGluIGFHZW5lcmF0ZWQgJiYgJ2NvbHVtbicgaW4gYUdlbmVyYXRlZFxuICAgICAgICAgICAgICYmIGFPcmlnaW5hbCAmJiAnbGluZScgaW4gYU9yaWdpbmFsICYmICdjb2x1bW4nIGluIGFPcmlnaW5hbFxuICAgICAgICAgICAgICYmIGFHZW5lcmF0ZWQubGluZSA+IDAgJiYgYUdlbmVyYXRlZC5jb2x1bW4gPj0gMFxuICAgICAgICAgICAgICYmIGFPcmlnaW5hbC5saW5lID4gMCAmJiBhT3JpZ2luYWwuY29sdW1uID49IDBcbiAgICAgICAgICAgICAmJiBhU291cmNlKSB7XG4gICAgICAvLyBDYXNlcyAyIGFuZCAzLlxuICAgICAgcmV0dXJuO1xuICAgIH1cbiAgICBlbHNlIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcignSW52YWxpZCBtYXBwaW5nOiAnICsgSlNPTi5zdHJpbmdpZnkoe1xuICAgICAgICBnZW5lcmF0ZWQ6IGFHZW5lcmF0ZWQsXG4gICAgICAgIHNvdXJjZTogYVNvdXJjZSxcbiAgICAgICAgb3JpZ2luYWw6IGFPcmlnaW5hbCxcbiAgICAgICAgbmFtZTogYU5hbWVcbiAgICAgIH0pKTtcbiAgICB9XG4gIH07XG5cbi8qKlxuICogU2VyaWFsaXplIHRoZSBhY2N1bXVsYXRlZCBtYXBwaW5ncyBpbiB0byB0aGUgc3RyZWFtIG9mIGJhc2UgNjQgVkxRc1xuICogc3BlY2lmaWVkIGJ5IHRoZSBzb3VyY2UgbWFwIGZvcm1hdC5cbiAqL1xuU291cmNlTWFwR2VuZXJhdG9yLnByb3RvdHlwZS5fc2VyaWFsaXplTWFwcGluZ3MgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBHZW5lcmF0b3Jfc2VyaWFsaXplTWFwcGluZ3MoKSB7XG4gICAgdmFyIHByZXZpb3VzR2VuZXJhdGVkQ29sdW1uID0gMDtcbiAgICB2YXIgcHJldmlvdXNHZW5lcmF0ZWRMaW5lID0gMTtcbiAgICB2YXIgcHJldmlvdXNPcmlnaW5hbENvbHVtbiA9IDA7XG4gICAgdmFyIHByZXZpb3VzT3JpZ2luYWxMaW5lID0gMDtcbiAgICB2YXIgcHJldmlvdXNOYW1lID0gMDtcbiAgICB2YXIgcHJldmlvdXNTb3VyY2UgPSAwO1xuICAgIHZhciByZXN1bHQgPSAnJztcbiAgICB2YXIgbmV4dDtcbiAgICB2YXIgbWFwcGluZztcbiAgICB2YXIgbmFtZUlkeDtcbiAgICB2YXIgc291cmNlSWR4O1xuXG4gICAgdmFyIG1hcHBpbmdzID0gdGhpcy5fbWFwcGluZ3MudG9BcnJheSgpO1xuICAgIGZvciAodmFyIGkgPSAwLCBsZW4gPSBtYXBwaW5ncy5sZW5ndGg7IGkgPCBsZW47IGkrKykge1xuICAgICAgbWFwcGluZyA9IG1hcHBpbmdzW2ldO1xuICAgICAgbmV4dCA9ICcnXG5cbiAgICAgIGlmIChtYXBwaW5nLmdlbmVyYXRlZExpbmUgIT09IHByZXZpb3VzR2VuZXJhdGVkTGluZSkge1xuICAgICAgICBwcmV2aW91c0dlbmVyYXRlZENvbHVtbiA9IDA7XG4gICAgICAgIHdoaWxlIChtYXBwaW5nLmdlbmVyYXRlZExpbmUgIT09IHByZXZpb3VzR2VuZXJhdGVkTGluZSkge1xuICAgICAgICAgIG5leHQgKz0gJzsnO1xuICAgICAgICAgIHByZXZpb3VzR2VuZXJhdGVkTGluZSsrO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgICBlbHNlIHtcbiAgICAgICAgaWYgKGkgPiAwKSB7XG4gICAgICAgICAgaWYgKCF1dGlsLmNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0luZmxhdGVkKG1hcHBpbmcsIG1hcHBpbmdzW2kgLSAxXSkpIHtcbiAgICAgICAgICAgIGNvbnRpbnVlO1xuICAgICAgICAgIH1cbiAgICAgICAgICBuZXh0ICs9ICcsJztcbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICBuZXh0ICs9IGJhc2U2NFZMUS5lbmNvZGUobWFwcGluZy5nZW5lcmF0ZWRDb2x1bW5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC0gcHJldmlvdXNHZW5lcmF0ZWRDb2x1bW4pO1xuICAgICAgcHJldmlvdXNHZW5lcmF0ZWRDb2x1bW4gPSBtYXBwaW5nLmdlbmVyYXRlZENvbHVtbjtcblxuICAgICAgaWYgKG1hcHBpbmcuc291cmNlICE9IG51bGwpIHtcbiAgICAgICAgc291cmNlSWR4ID0gdGhpcy5fc291cmNlcy5pbmRleE9mKG1hcHBpbmcuc291cmNlKTtcbiAgICAgICAgbmV4dCArPSBiYXNlNjRWTFEuZW5jb2RlKHNvdXJjZUlkeCAtIHByZXZpb3VzU291cmNlKTtcbiAgICAgICAgcHJldmlvdXNTb3VyY2UgPSBzb3VyY2VJZHg7XG5cbiAgICAgICAgLy8gbGluZXMgYXJlIHN0b3JlZCAwLWJhc2VkIGluIFNvdXJjZU1hcCBzcGVjIHZlcnNpb24gM1xuICAgICAgICBuZXh0ICs9IGJhc2U2NFZMUS5lbmNvZGUobWFwcGluZy5vcmlnaW5hbExpbmUgLSAxXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC0gcHJldmlvdXNPcmlnaW5hbExpbmUpO1xuICAgICAgICBwcmV2aW91c09yaWdpbmFsTGluZSA9IG1hcHBpbmcub3JpZ2luYWxMaW5lIC0gMTtcblxuICAgICAgICBuZXh0ICs9IGJhc2U2NFZMUS5lbmNvZGUobWFwcGluZy5vcmlnaW5hbENvbHVtblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAtIHByZXZpb3VzT3JpZ2luYWxDb2x1bW4pO1xuICAgICAgICBwcmV2aW91c09yaWdpbmFsQ29sdW1uID0gbWFwcGluZy5vcmlnaW5hbENvbHVtbjtcblxuICAgICAgICBpZiAobWFwcGluZy5uYW1lICE9IG51bGwpIHtcbiAgICAgICAgICBuYW1lSWR4ID0gdGhpcy5fbmFtZXMuaW5kZXhPZihtYXBwaW5nLm5hbWUpO1xuICAgICAgICAgIG5leHQgKz0gYmFzZTY0VkxRLmVuY29kZShuYW1lSWR4IC0gcHJldmlvdXNOYW1lKTtcbiAgICAgICAgICBwcmV2aW91c05hbWUgPSBuYW1lSWR4O1xuICAgICAgICB9XG4gICAgICB9XG5cbiAgICAgIHJlc3VsdCArPSBuZXh0O1xuICAgIH1cblxuICAgIHJldHVybiByZXN1bHQ7XG4gIH07XG5cblNvdXJjZU1hcEdlbmVyYXRvci5wcm90b3R5cGUuX2dlbmVyYXRlU291cmNlc0NvbnRlbnQgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBHZW5lcmF0b3JfZ2VuZXJhdGVTb3VyY2VzQ29udGVudChhU291cmNlcywgYVNvdXJjZVJvb3QpIHtcbiAgICByZXR1cm4gYVNvdXJjZXMubWFwKGZ1bmN0aW9uIChzb3VyY2UpIHtcbiAgICAgIGlmICghdGhpcy5fc291cmNlc0NvbnRlbnRzKSB7XG4gICAgICAgIHJldHVybiBudWxsO1xuICAgICAgfVxuICAgICAgaWYgKGFTb3VyY2VSb290ICE9IG51bGwpIHtcbiAgICAgICAgc291cmNlID0gdXRpbC5yZWxhdGl2ZShhU291cmNlUm9vdCwgc291cmNlKTtcbiAgICAgIH1cbiAgICAgIHZhciBrZXkgPSB1dGlsLnRvU2V0U3RyaW5nKHNvdXJjZSk7XG4gICAgICByZXR1cm4gT2JqZWN0LnByb3RvdHlwZS5oYXNPd25Qcm9wZXJ0eS5jYWxsKHRoaXMuX3NvdXJjZXNDb250ZW50cywga2V5KVxuICAgICAgICA/IHRoaXMuX3NvdXJjZXNDb250ZW50c1trZXldXG4gICAgICAgIDogbnVsbDtcbiAgICB9LCB0aGlzKTtcbiAgfTtcblxuLyoqXG4gKiBFeHRlcm5hbGl6ZSB0aGUgc291cmNlIG1hcC5cbiAqL1xuU291cmNlTWFwR2VuZXJhdG9yLnByb3RvdHlwZS50b0pTT04gPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBHZW5lcmF0b3JfdG9KU09OKCkge1xuICAgIHZhciBtYXAgPSB7XG4gICAgICB2ZXJzaW9uOiB0aGlzLl92ZXJzaW9uLFxuICAgICAgc291cmNlczogdGhpcy5fc291cmNlcy50b0FycmF5KCksXG4gICAgICBuYW1lczogdGhpcy5fbmFtZXMudG9BcnJheSgpLFxuICAgICAgbWFwcGluZ3M6IHRoaXMuX3NlcmlhbGl6ZU1hcHBpbmdzKClcbiAgICB9O1xuICAgIGlmICh0aGlzLl9maWxlICE9IG51bGwpIHtcbiAgICAgIG1hcC5maWxlID0gdGhpcy5fZmlsZTtcbiAgICB9XG4gICAgaWYgKHRoaXMuX3NvdXJjZVJvb3QgIT0gbnVsbCkge1xuICAgICAgbWFwLnNvdXJjZVJvb3QgPSB0aGlzLl9zb3VyY2VSb290O1xuICAgIH1cbiAgICBpZiAodGhpcy5fc291cmNlc0NvbnRlbnRzKSB7XG4gICAgICBtYXAuc291cmNlc0NvbnRlbnQgPSB0aGlzLl9nZW5lcmF0ZVNvdXJjZXNDb250ZW50KG1hcC5zb3VyY2VzLCBtYXAuc291cmNlUm9vdCk7XG4gICAgfVxuXG4gICAgcmV0dXJuIG1hcDtcbiAgfTtcblxuLyoqXG4gKiBSZW5kZXIgdGhlIHNvdXJjZSBtYXAgYmVpbmcgZ2VuZXJhdGVkIHRvIGEgc3RyaW5nLlxuICovXG5Tb3VyY2VNYXBHZW5lcmF0b3IucHJvdG90eXBlLnRvU3RyaW5nID1cbiAgZnVuY3Rpb24gU291cmNlTWFwR2VuZXJhdG9yX3RvU3RyaW5nKCkge1xuICAgIHJldHVybiBKU09OLnN0cmluZ2lmeSh0aGlzLnRvSlNPTigpKTtcbiAgfTtcblxuZXhwb3J0cy5Tb3VyY2VNYXBHZW5lcmF0b3IgPSBTb3VyY2VNYXBHZW5lcmF0b3I7XG5cblxuXG4vLy8vLy8vLy8vLy8vLy8vLy9cbi8vIFdFQlBBQ0sgRk9PVEVSXG4vLyAuL2xpYi9zb3VyY2UtbWFwLWdlbmVyYXRvci5qc1xuLy8gbW9kdWxlIGlkID0gMVxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICpcbiAqIEJhc2VkIG9uIHRoZSBCYXNlIDY0IFZMUSBpbXBsZW1lbnRhdGlvbiBpbiBDbG9zdXJlIENvbXBpbGVyOlxuICogaHR0cHM6Ly9jb2RlLmdvb2dsZS5jb20vcC9jbG9zdXJlLWNvbXBpbGVyL3NvdXJjZS9icm93c2UvdHJ1bmsvc3JjL2NvbS9nb29nbGUvZGVidWdnaW5nL3NvdXJjZW1hcC9CYXNlNjRWTFEuamF2YVxuICpcbiAqIENvcHlyaWdodCAyMDExIFRoZSBDbG9zdXJlIENvbXBpbGVyIEF1dGhvcnMuIEFsbCByaWdodHMgcmVzZXJ2ZWQuXG4gKiBSZWRpc3RyaWJ1dGlvbiBhbmQgdXNlIGluIHNvdXJjZSBhbmQgYmluYXJ5IGZvcm1zLCB3aXRoIG9yIHdpdGhvdXRcbiAqIG1vZGlmaWNhdGlvbiwgYXJlIHBlcm1pdHRlZCBwcm92aWRlZCB0aGF0IHRoZSBmb2xsb3dpbmcgY29uZGl0aW9ucyBhcmVcbiAqIG1ldDpcbiAqXG4gKiAgKiBSZWRpc3RyaWJ1dGlvbnMgb2Ygc291cmNlIGNvZGUgbXVzdCByZXRhaW4gdGhlIGFib3ZlIGNvcHlyaWdodFxuICogICAgbm90aWNlLCB0aGlzIGxpc3Qgb2YgY29uZGl0aW9ucyBhbmQgdGhlIGZvbGxvd2luZyBkaXNjbGFpbWVyLlxuICogICogUmVkaXN0cmlidXRpb25zIGluIGJpbmFyeSBmb3JtIG11c3QgcmVwcm9kdWNlIHRoZSBhYm92ZVxuICogICAgY29weXJpZ2h0IG5vdGljZSwgdGhpcyBsaXN0IG9mIGNvbmRpdGlvbnMgYW5kIHRoZSBmb2xsb3dpbmdcbiAqICAgIGRpc2NsYWltZXIgaW4gdGhlIGRvY3VtZW50YXRpb24gYW5kL29yIG90aGVyIG1hdGVyaWFscyBwcm92aWRlZFxuICogICAgd2l0aCB0aGUgZGlzdHJpYnV0aW9uLlxuICogICogTmVpdGhlciB0aGUgbmFtZSBvZiBHb29nbGUgSW5jLiBub3IgdGhlIG5hbWVzIG9mIGl0c1xuICogICAgY29udHJpYnV0b3JzIG1heSBiZSB1c2VkIHRvIGVuZG9yc2Ugb3IgcHJvbW90ZSBwcm9kdWN0cyBkZXJpdmVkXG4gKiAgICBmcm9tIHRoaXMgc29mdHdhcmUgd2l0aG91dCBzcGVjaWZpYyBwcmlvciB3cml0dGVuIHBlcm1pc3Npb24uXG4gKlxuICogVEhJUyBTT0ZUV0FSRSBJUyBQUk9WSURFRCBCWSBUSEUgQ09QWVJJR0hUIEhPTERFUlMgQU5EIENPTlRSSUJVVE9SU1xuICogXCJBUyBJU1wiIEFORCBBTlkgRVhQUkVTUyBPUiBJTVBMSUVEIFdBUlJBTlRJRVMsIElOQ0xVRElORywgQlVUIE5PVFxuICogTElNSVRFRCBUTywgVEhFIElNUExJRUQgV0FSUkFOVElFUyBPRiBNRVJDSEFOVEFCSUxJVFkgQU5EIEZJVE5FU1MgRk9SXG4gKiBBIFBBUlRJQ1VMQVIgUFVSUE9TRSBBUkUgRElTQ0xBSU1FRC4gSU4gTk8gRVZFTlQgU0hBTEwgVEhFIENPUFlSSUdIVFxuICogT1dORVIgT1IgQ09OVFJJQlVUT1JTIEJFIExJQUJMRSBGT1IgQU5ZIERJUkVDVCwgSU5ESVJFQ1QsIElOQ0lERU5UQUwsXG4gKiBTUEVDSUFMLCBFWEVNUExBUlksIE9SIENPTlNFUVVFTlRJQUwgREFNQUdFUyAoSU5DTFVESU5HLCBCVVQgTk9UXG4gKiBMSU1JVEVEIFRPLCBQUk9DVVJFTUVOVCBPRiBTVUJTVElUVVRFIEdPT0RTIE9SIFNFUlZJQ0VTOyBMT1NTIE9GIFVTRSxcbiAqIERBVEEsIE9SIFBST0ZJVFM7IE9SIEJVU0lORVNTIElOVEVSUlVQVElPTikgSE9XRVZFUiBDQVVTRUQgQU5EIE9OIEFOWVxuICogVEhFT1JZIE9GIExJQUJJTElUWSwgV0hFVEhFUiBJTiBDT05UUkFDVCwgU1RSSUNUIExJQUJJTElUWSwgT1IgVE9SVFxuICogKElOQ0xVRElORyBORUdMSUdFTkNFIE9SIE9USEVSV0lTRSkgQVJJU0lORyBJTiBBTlkgV0FZIE9VVCBPRiBUSEUgVVNFXG4gKiBPRiBUSElTIFNPRlRXQVJFLCBFVkVOIElGIEFEVklTRUQgT0YgVEhFIFBPU1NJQklMSVRZIE9GIFNVQ0ggREFNQUdFLlxuICovXG5cbnZhciBiYXNlNjQgPSByZXF1aXJlKCcuL2Jhc2U2NCcpO1xuXG4vLyBBIHNpbmdsZSBiYXNlIDY0IGRpZ2l0IGNhbiBjb250YWluIDYgYml0cyBvZiBkYXRhLiBGb3IgdGhlIGJhc2UgNjQgdmFyaWFibGVcbi8vIGxlbmd0aCBxdWFudGl0aWVzIHdlIHVzZSBpbiB0aGUgc291cmNlIG1hcCBzcGVjLCB0aGUgZmlyc3QgYml0IGlzIHRoZSBzaWduLFxuLy8gdGhlIG5leHQgZm91ciBiaXRzIGFyZSB0aGUgYWN0dWFsIHZhbHVlLCBhbmQgdGhlIDZ0aCBiaXQgaXMgdGhlXG4vLyBjb250aW51YXRpb24gYml0LiBUaGUgY29udGludWF0aW9uIGJpdCB0ZWxscyB1cyB3aGV0aGVyIHRoZXJlIGFyZSBtb3JlXG4vLyBkaWdpdHMgaW4gdGhpcyB2YWx1ZSBmb2xsb3dpbmcgdGhpcyBkaWdpdC5cbi8vXG4vLyAgIENvbnRpbnVhdGlvblxuLy8gICB8ICAgIFNpZ25cbi8vICAgfCAgICB8XG4vLyAgIFYgICAgVlxuLy8gICAxMDEwMTFcblxudmFyIFZMUV9CQVNFX1NISUZUID0gNTtcblxuLy8gYmluYXJ5OiAxMDAwMDBcbnZhciBWTFFfQkFTRSA9IDEgPDwgVkxRX0JBU0VfU0hJRlQ7XG5cbi8vIGJpbmFyeTogMDExMTExXG52YXIgVkxRX0JBU0VfTUFTSyA9IFZMUV9CQVNFIC0gMTtcblxuLy8gYmluYXJ5OiAxMDAwMDBcbnZhciBWTFFfQ09OVElOVUFUSU9OX0JJVCA9IFZMUV9CQVNFO1xuXG4vKipcbiAqIENvbnZlcnRzIGZyb20gYSB0d28tY29tcGxlbWVudCB2YWx1ZSB0byBhIHZhbHVlIHdoZXJlIHRoZSBzaWduIGJpdCBpc1xuICogcGxhY2VkIGluIHRoZSBsZWFzdCBzaWduaWZpY2FudCBiaXQuICBGb3IgZXhhbXBsZSwgYXMgZGVjaW1hbHM6XG4gKiAgIDEgYmVjb21lcyAyICgxMCBiaW5hcnkpLCAtMSBiZWNvbWVzIDMgKDExIGJpbmFyeSlcbiAqICAgMiBiZWNvbWVzIDQgKDEwMCBiaW5hcnkpLCAtMiBiZWNvbWVzIDUgKDEwMSBiaW5hcnkpXG4gKi9cbmZ1bmN0aW9uIHRvVkxRU2lnbmVkKGFWYWx1ZSkge1xuICByZXR1cm4gYVZhbHVlIDwgMFxuICAgID8gKCgtYVZhbHVlKSA8PCAxKSArIDFcbiAgICA6IChhVmFsdWUgPDwgMSkgKyAwO1xufVxuXG4vKipcbiAqIENvbnZlcnRzIHRvIGEgdHdvLWNvbXBsZW1lbnQgdmFsdWUgZnJvbSBhIHZhbHVlIHdoZXJlIHRoZSBzaWduIGJpdCBpc1xuICogcGxhY2VkIGluIHRoZSBsZWFzdCBzaWduaWZpY2FudCBiaXQuICBGb3IgZXhhbXBsZSwgYXMgZGVjaW1hbHM6XG4gKiAgIDIgKDEwIGJpbmFyeSkgYmVjb21lcyAxLCAzICgxMSBiaW5hcnkpIGJlY29tZXMgLTFcbiAqICAgNCAoMTAwIGJpbmFyeSkgYmVjb21lcyAyLCA1ICgxMDEgYmluYXJ5KSBiZWNvbWVzIC0yXG4gKi9cbmZ1bmN0aW9uIGZyb21WTFFTaWduZWQoYVZhbHVlKSB7XG4gIHZhciBpc05lZ2F0aXZlID0gKGFWYWx1ZSAmIDEpID09PSAxO1xuICB2YXIgc2hpZnRlZCA9IGFWYWx1ZSA+PiAxO1xuICByZXR1cm4gaXNOZWdhdGl2ZVxuICAgID8gLXNoaWZ0ZWRcbiAgICA6IHNoaWZ0ZWQ7XG59XG5cbi8qKlxuICogUmV0dXJucyB0aGUgYmFzZSA2NCBWTFEgZW5jb2RlZCB2YWx1ZS5cbiAqL1xuZXhwb3J0cy5lbmNvZGUgPSBmdW5jdGlvbiBiYXNlNjRWTFFfZW5jb2RlKGFWYWx1ZSkge1xuICB2YXIgZW5jb2RlZCA9IFwiXCI7XG4gIHZhciBkaWdpdDtcblxuICB2YXIgdmxxID0gdG9WTFFTaWduZWQoYVZhbHVlKTtcblxuICBkbyB7XG4gICAgZGlnaXQgPSB2bHEgJiBWTFFfQkFTRV9NQVNLO1xuICAgIHZscSA+Pj49IFZMUV9CQVNFX1NISUZUO1xuICAgIGlmICh2bHEgPiAwKSB7XG4gICAgICAvLyBUaGVyZSBhcmUgc3RpbGwgbW9yZSBkaWdpdHMgaW4gdGhpcyB2YWx1ZSwgc28gd2UgbXVzdCBtYWtlIHN1cmUgdGhlXG4gICAgICAvLyBjb250aW51YXRpb24gYml0IGlzIG1hcmtlZC5cbiAgICAgIGRpZ2l0IHw9IFZMUV9DT05USU5VQVRJT05fQklUO1xuICAgIH1cbiAgICBlbmNvZGVkICs9IGJhc2U2NC5lbmNvZGUoZGlnaXQpO1xuICB9IHdoaWxlICh2bHEgPiAwKTtcblxuICByZXR1cm4gZW5jb2RlZDtcbn07XG5cbi8qKlxuICogRGVjb2RlcyB0aGUgbmV4dCBiYXNlIDY0IFZMUSB2YWx1ZSBmcm9tIHRoZSBnaXZlbiBzdHJpbmcgYW5kIHJldHVybnMgdGhlXG4gKiB2YWx1ZSBhbmQgdGhlIHJlc3Qgb2YgdGhlIHN0cmluZyB2aWEgdGhlIG91dCBwYXJhbWV0ZXIuXG4gKi9cbmV4cG9ydHMuZGVjb2RlID0gZnVuY3Rpb24gYmFzZTY0VkxRX2RlY29kZShhU3RyLCBhSW5kZXgsIGFPdXRQYXJhbSkge1xuICB2YXIgc3RyTGVuID0gYVN0ci5sZW5ndGg7XG4gIHZhciByZXN1bHQgPSAwO1xuICB2YXIgc2hpZnQgPSAwO1xuICB2YXIgY29udGludWF0aW9uLCBkaWdpdDtcblxuICBkbyB7XG4gICAgaWYgKGFJbmRleCA+PSBzdHJMZW4pIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcihcIkV4cGVjdGVkIG1vcmUgZGlnaXRzIGluIGJhc2UgNjQgVkxRIHZhbHVlLlwiKTtcbiAgICB9XG5cbiAgICBkaWdpdCA9IGJhc2U2NC5kZWNvZGUoYVN0ci5jaGFyQ29kZUF0KGFJbmRleCsrKSk7XG4gICAgaWYgKGRpZ2l0ID09PSAtMSkge1xuICAgICAgdGhyb3cgbmV3IEVycm9yKFwiSW52YWxpZCBiYXNlNjQgZGlnaXQ6IFwiICsgYVN0ci5jaGFyQXQoYUluZGV4IC0gMSkpO1xuICAgIH1cblxuICAgIGNvbnRpbnVhdGlvbiA9ICEhKGRpZ2l0ICYgVkxRX0NPTlRJTlVBVElPTl9CSVQpO1xuICAgIGRpZ2l0ICY9IFZMUV9CQVNFX01BU0s7XG4gICAgcmVzdWx0ID0gcmVzdWx0ICsgKGRpZ2l0IDw8IHNoaWZ0KTtcbiAgICBzaGlmdCArPSBWTFFfQkFTRV9TSElGVDtcbiAgfSB3aGlsZSAoY29udGludWF0aW9uKTtcblxuICBhT3V0UGFyYW0udmFsdWUgPSBmcm9tVkxRU2lnbmVkKHJlc3VsdCk7XG4gIGFPdXRQYXJhbS5yZXN0ID0gYUluZGV4O1xufTtcblxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vbGliL2Jhc2U2NC12bHEuanNcbi8vIG1vZHVsZSBpZCA9IDJcbi8vIG1vZHVsZSBjaHVua3MgPSAwIiwiLyogLSotIE1vZGU6IGpzOyBqcy1pbmRlbnQtbGV2ZWw6IDI7IC0qLSAqL1xuLypcbiAqIENvcHlyaWdodCAyMDExIE1vemlsbGEgRm91bmRhdGlvbiBhbmQgY29udHJpYnV0b3JzXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTmV3IEJTRCBsaWNlbnNlLiBTZWUgTElDRU5TRSBvcjpcbiAqIGh0dHA6Ly9vcGVuc291cmNlLm9yZy9saWNlbnNlcy9CU0QtMy1DbGF1c2VcbiAqL1xuXG52YXIgaW50VG9DaGFyTWFwID0gJ0FCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXowMTIzNDU2Nzg5Ky8nLnNwbGl0KCcnKTtcblxuLyoqXG4gKiBFbmNvZGUgYW4gaW50ZWdlciBpbiB0aGUgcmFuZ2Ugb2YgMCB0byA2MyB0byBhIHNpbmdsZSBiYXNlIDY0IGRpZ2l0LlxuICovXG5leHBvcnRzLmVuY29kZSA9IGZ1bmN0aW9uIChudW1iZXIpIHtcbiAgaWYgKDAgPD0gbnVtYmVyICYmIG51bWJlciA8IGludFRvQ2hhck1hcC5sZW5ndGgpIHtcbiAgICByZXR1cm4gaW50VG9DaGFyTWFwW251bWJlcl07XG4gIH1cbiAgdGhyb3cgbmV3IFR5cGVFcnJvcihcIk11c3QgYmUgYmV0d2VlbiAwIGFuZCA2MzogXCIgKyBudW1iZXIpO1xufTtcblxuLyoqXG4gKiBEZWNvZGUgYSBzaW5nbGUgYmFzZSA2NCBjaGFyYWN0ZXIgY29kZSBkaWdpdCB0byBhbiBpbnRlZ2VyLiBSZXR1cm5zIC0xIG9uXG4gKiBmYWlsdXJlLlxuICovXG5leHBvcnRzLmRlY29kZSA9IGZ1bmN0aW9uIChjaGFyQ29kZSkge1xuICB2YXIgYmlnQSA9IDY1OyAgICAgLy8gJ0EnXG4gIHZhciBiaWdaID0gOTA7ICAgICAvLyAnWidcblxuICB2YXIgbGl0dGxlQSA9IDk3OyAgLy8gJ2EnXG4gIHZhciBsaXR0bGVaID0gMTIyOyAvLyAneidcblxuICB2YXIgemVybyA9IDQ4OyAgICAgLy8gJzAnXG4gIHZhciBuaW5lID0gNTc7ICAgICAvLyAnOSdcblxuICB2YXIgcGx1cyA9IDQzOyAgICAgLy8gJysnXG4gIHZhciBzbGFzaCA9IDQ3OyAgICAvLyAnLydcblxuICB2YXIgbGl0dGxlT2Zmc2V0ID0gMjY7XG4gIHZhciBudW1iZXJPZmZzZXQgPSA1MjtcblxuICAvLyAwIC0gMjU6IEFCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaXG4gIGlmIChiaWdBIDw9IGNoYXJDb2RlICYmIGNoYXJDb2RlIDw9IGJpZ1opIHtcbiAgICByZXR1cm4gKGNoYXJDb2RlIC0gYmlnQSk7XG4gIH1cblxuICAvLyAyNiAtIDUxOiBhYmNkZWZnaGlqa2xtbm9wcXJzdHV2d3h5elxuICBpZiAobGl0dGxlQSA8PSBjaGFyQ29kZSAmJiBjaGFyQ29kZSA8PSBsaXR0bGVaKSB7XG4gICAgcmV0dXJuIChjaGFyQ29kZSAtIGxpdHRsZUEgKyBsaXR0bGVPZmZzZXQpO1xuICB9XG5cbiAgLy8gNTIgLSA2MTogMDEyMzQ1Njc4OVxuICBpZiAoemVybyA8PSBjaGFyQ29kZSAmJiBjaGFyQ29kZSA8PSBuaW5lKSB7XG4gICAgcmV0dXJuIChjaGFyQ29kZSAtIHplcm8gKyBudW1iZXJPZmZzZXQpO1xuICB9XG5cbiAgLy8gNjI6ICtcbiAgaWYgKGNoYXJDb2RlID09IHBsdXMpIHtcbiAgICByZXR1cm4gNjI7XG4gIH1cblxuICAvLyA2MzogL1xuICBpZiAoY2hhckNvZGUgPT0gc2xhc2gpIHtcbiAgICByZXR1cm4gNjM7XG4gIH1cblxuICAvLyBJbnZhbGlkIGJhc2U2NCBkaWdpdC5cbiAgcmV0dXJuIC0xO1xufTtcblxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vbGliL2Jhc2U2NC5qc1xuLy8gbW9kdWxlIGlkID0gM1xuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbi8qKlxuICogVGhpcyBpcyBhIGhlbHBlciBmdW5jdGlvbiBmb3IgZ2V0dGluZyB2YWx1ZXMgZnJvbSBwYXJhbWV0ZXIvb3B0aW9uc1xuICogb2JqZWN0cy5cbiAqXG4gKiBAcGFyYW0gYXJncyBUaGUgb2JqZWN0IHdlIGFyZSBleHRyYWN0aW5nIHZhbHVlcyBmcm9tXG4gKiBAcGFyYW0gbmFtZSBUaGUgbmFtZSBvZiB0aGUgcHJvcGVydHkgd2UgYXJlIGdldHRpbmcuXG4gKiBAcGFyYW0gZGVmYXVsdFZhbHVlIEFuIG9wdGlvbmFsIHZhbHVlIHRvIHJldHVybiBpZiB0aGUgcHJvcGVydHkgaXMgbWlzc2luZ1xuICogZnJvbSB0aGUgb2JqZWN0LiBJZiB0aGlzIGlzIG5vdCBzcGVjaWZpZWQgYW5kIHRoZSBwcm9wZXJ0eSBpcyBtaXNzaW5nLCBhblxuICogZXJyb3Igd2lsbCBiZSB0aHJvd24uXG4gKi9cbmZ1bmN0aW9uIGdldEFyZyhhQXJncywgYU5hbWUsIGFEZWZhdWx0VmFsdWUpIHtcbiAgaWYgKGFOYW1lIGluIGFBcmdzKSB7XG4gICAgcmV0dXJuIGFBcmdzW2FOYW1lXTtcbiAgfSBlbHNlIGlmIChhcmd1bWVudHMubGVuZ3RoID09PSAzKSB7XG4gICAgcmV0dXJuIGFEZWZhdWx0VmFsdWU7XG4gIH0gZWxzZSB7XG4gICAgdGhyb3cgbmV3IEVycm9yKCdcIicgKyBhTmFtZSArICdcIiBpcyBhIHJlcXVpcmVkIGFyZ3VtZW50LicpO1xuICB9XG59XG5leHBvcnRzLmdldEFyZyA9IGdldEFyZztcblxudmFyIHVybFJlZ2V4cCA9IC9eKD86KFtcXHcrXFwtLl0rKTopP1xcL1xcLyg/OihcXHcrOlxcdyspQCk/KFtcXHcuLV0qKSg/OjooXFxkKykpPyguKikkLztcbnZhciBkYXRhVXJsUmVnZXhwID0gL15kYXRhOi4rXFwsLiskLztcblxuZnVuY3Rpb24gdXJsUGFyc2UoYVVybCkge1xuICB2YXIgbWF0Y2ggPSBhVXJsLm1hdGNoKHVybFJlZ2V4cCk7XG4gIGlmICghbWF0Y2gpIHtcbiAgICByZXR1cm4gbnVsbDtcbiAgfVxuICByZXR1cm4ge1xuICAgIHNjaGVtZTogbWF0Y2hbMV0sXG4gICAgYXV0aDogbWF0Y2hbMl0sXG4gICAgaG9zdDogbWF0Y2hbM10sXG4gICAgcG9ydDogbWF0Y2hbNF0sXG4gICAgcGF0aDogbWF0Y2hbNV1cbiAgfTtcbn1cbmV4cG9ydHMudXJsUGFyc2UgPSB1cmxQYXJzZTtcblxuZnVuY3Rpb24gdXJsR2VuZXJhdGUoYVBhcnNlZFVybCkge1xuICB2YXIgdXJsID0gJyc7XG4gIGlmIChhUGFyc2VkVXJsLnNjaGVtZSkge1xuICAgIHVybCArPSBhUGFyc2VkVXJsLnNjaGVtZSArICc6JztcbiAgfVxuICB1cmwgKz0gJy8vJztcbiAgaWYgKGFQYXJzZWRVcmwuYXV0aCkge1xuICAgIHVybCArPSBhUGFyc2VkVXJsLmF1dGggKyAnQCc7XG4gIH1cbiAgaWYgKGFQYXJzZWRVcmwuaG9zdCkge1xuICAgIHVybCArPSBhUGFyc2VkVXJsLmhvc3Q7XG4gIH1cbiAgaWYgKGFQYXJzZWRVcmwucG9ydCkge1xuICAgIHVybCArPSBcIjpcIiArIGFQYXJzZWRVcmwucG9ydFxuICB9XG4gIGlmIChhUGFyc2VkVXJsLnBhdGgpIHtcbiAgICB1cmwgKz0gYVBhcnNlZFVybC5wYXRoO1xuICB9XG4gIHJldHVybiB1cmw7XG59XG5leHBvcnRzLnVybEdlbmVyYXRlID0gdXJsR2VuZXJhdGU7XG5cbi8qKlxuICogTm9ybWFsaXplcyBhIHBhdGgsIG9yIHRoZSBwYXRoIHBvcnRpb24gb2YgYSBVUkw6XG4gKlxuICogLSBSZXBsYWNlcyBjb25zZWN1dGl2ZSBzbGFzaGVzIHdpdGggb25lIHNsYXNoLlxuICogLSBSZW1vdmVzIHVubmVjZXNzYXJ5ICcuJyBwYXJ0cy5cbiAqIC0gUmVtb3ZlcyB1bm5lY2Vzc2FyeSAnPGRpcj4vLi4nIHBhcnRzLlxuICpcbiAqIEJhc2VkIG9uIGNvZGUgaW4gdGhlIE5vZGUuanMgJ3BhdGgnIGNvcmUgbW9kdWxlLlxuICpcbiAqIEBwYXJhbSBhUGF0aCBUaGUgcGF0aCBvciB1cmwgdG8gbm9ybWFsaXplLlxuICovXG5mdW5jdGlvbiBub3JtYWxpemUoYVBhdGgpIHtcbiAgdmFyIHBhdGggPSBhUGF0aDtcbiAgdmFyIHVybCA9IHVybFBhcnNlKGFQYXRoKTtcbiAgaWYgKHVybCkge1xuICAgIGlmICghdXJsLnBhdGgpIHtcbiAgICAgIHJldHVybiBhUGF0aDtcbiAgICB9XG4gICAgcGF0aCA9IHVybC5wYXRoO1xuICB9XG4gIHZhciBpc0Fic29sdXRlID0gZXhwb3J0cy5pc0Fic29sdXRlKHBhdGgpO1xuXG4gIHZhciBwYXJ0cyA9IHBhdGguc3BsaXQoL1xcLysvKTtcbiAgZm9yICh2YXIgcGFydCwgdXAgPSAwLCBpID0gcGFydHMubGVuZ3RoIC0gMTsgaSA+PSAwOyBpLS0pIHtcbiAgICBwYXJ0ID0gcGFydHNbaV07XG4gICAgaWYgKHBhcnQgPT09ICcuJykge1xuICAgICAgcGFydHMuc3BsaWNlKGksIDEpO1xuICAgIH0gZWxzZSBpZiAocGFydCA9PT0gJy4uJykge1xuICAgICAgdXArKztcbiAgICB9IGVsc2UgaWYgKHVwID4gMCkge1xuICAgICAgaWYgKHBhcnQgPT09ICcnKSB7XG4gICAgICAgIC8vIFRoZSBmaXJzdCBwYXJ0IGlzIGJsYW5rIGlmIHRoZSBwYXRoIGlzIGFic29sdXRlLiBUcnlpbmcgdG8gZ29cbiAgICAgICAgLy8gYWJvdmUgdGhlIHJvb3QgaXMgYSBuby1vcC4gVGhlcmVmb3JlIHdlIGNhbiByZW1vdmUgYWxsICcuLicgcGFydHNcbiAgICAgICAgLy8gZGlyZWN0bHkgYWZ0ZXIgdGhlIHJvb3QuXG4gICAgICAgIHBhcnRzLnNwbGljZShpICsgMSwgdXApO1xuICAgICAgICB1cCA9IDA7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICBwYXJ0cy5zcGxpY2UoaSwgMik7XG4gICAgICAgIHVwLS07XG4gICAgICB9XG4gICAgfVxuICB9XG4gIHBhdGggPSBwYXJ0cy5qb2luKCcvJyk7XG5cbiAgaWYgKHBhdGggPT09ICcnKSB7XG4gICAgcGF0aCA9IGlzQWJzb2x1dGUgPyAnLycgOiAnLic7XG4gIH1cblxuICBpZiAodXJsKSB7XG4gICAgdXJsLnBhdGggPSBwYXRoO1xuICAgIHJldHVybiB1cmxHZW5lcmF0ZSh1cmwpO1xuICB9XG4gIHJldHVybiBwYXRoO1xufVxuZXhwb3J0cy5ub3JtYWxpemUgPSBub3JtYWxpemU7XG5cbi8qKlxuICogSm9pbnMgdHdvIHBhdGhzL1VSTHMuXG4gKlxuICogQHBhcmFtIGFSb290IFRoZSByb290IHBhdGggb3IgVVJMLlxuICogQHBhcmFtIGFQYXRoIFRoZSBwYXRoIG9yIFVSTCB0byBiZSBqb2luZWQgd2l0aCB0aGUgcm9vdC5cbiAqXG4gKiAtIElmIGFQYXRoIGlzIGEgVVJMIG9yIGEgZGF0YSBVUkksIGFQYXRoIGlzIHJldHVybmVkLCB1bmxlc3MgYVBhdGggaXMgYVxuICogICBzY2hlbWUtcmVsYXRpdmUgVVJMOiBUaGVuIHRoZSBzY2hlbWUgb2YgYVJvb3QsIGlmIGFueSwgaXMgcHJlcGVuZGVkXG4gKiAgIGZpcnN0LlxuICogLSBPdGhlcndpc2UgYVBhdGggaXMgYSBwYXRoLiBJZiBhUm9vdCBpcyBhIFVSTCwgdGhlbiBpdHMgcGF0aCBwb3J0aW9uXG4gKiAgIGlzIHVwZGF0ZWQgd2l0aCB0aGUgcmVzdWx0IGFuZCBhUm9vdCBpcyByZXR1cm5lZC4gT3RoZXJ3aXNlIHRoZSByZXN1bHRcbiAqICAgaXMgcmV0dXJuZWQuXG4gKiAgIC0gSWYgYVBhdGggaXMgYWJzb2x1dGUsIHRoZSByZXN1bHQgaXMgYVBhdGguXG4gKiAgIC0gT3RoZXJ3aXNlIHRoZSB0d28gcGF0aHMgYXJlIGpvaW5lZCB3aXRoIGEgc2xhc2guXG4gKiAtIEpvaW5pbmcgZm9yIGV4YW1wbGUgJ2h0dHA6Ly8nIGFuZCAnd3d3LmV4YW1wbGUuY29tJyBpcyBhbHNvIHN1cHBvcnRlZC5cbiAqL1xuZnVuY3Rpb24gam9pbihhUm9vdCwgYVBhdGgpIHtcbiAgaWYgKGFSb290ID09PSBcIlwiKSB7XG4gICAgYVJvb3QgPSBcIi5cIjtcbiAgfVxuICBpZiAoYVBhdGggPT09IFwiXCIpIHtcbiAgICBhUGF0aCA9IFwiLlwiO1xuICB9XG4gIHZhciBhUGF0aFVybCA9IHVybFBhcnNlKGFQYXRoKTtcbiAgdmFyIGFSb290VXJsID0gdXJsUGFyc2UoYVJvb3QpO1xuICBpZiAoYVJvb3RVcmwpIHtcbiAgICBhUm9vdCA9IGFSb290VXJsLnBhdGggfHwgJy8nO1xuICB9XG5cbiAgLy8gYGpvaW4oZm9vLCAnLy93d3cuZXhhbXBsZS5vcmcnKWBcbiAgaWYgKGFQYXRoVXJsICYmICFhUGF0aFVybC5zY2hlbWUpIHtcbiAgICBpZiAoYVJvb3RVcmwpIHtcbiAgICAgIGFQYXRoVXJsLnNjaGVtZSA9IGFSb290VXJsLnNjaGVtZTtcbiAgICB9XG4gICAgcmV0dXJuIHVybEdlbmVyYXRlKGFQYXRoVXJsKTtcbiAgfVxuXG4gIGlmIChhUGF0aFVybCB8fCBhUGF0aC5tYXRjaChkYXRhVXJsUmVnZXhwKSkge1xuICAgIHJldHVybiBhUGF0aDtcbiAgfVxuXG4gIC8vIGBqb2luKCdodHRwOi8vJywgJ3d3dy5leGFtcGxlLmNvbScpYFxuICBpZiAoYVJvb3RVcmwgJiYgIWFSb290VXJsLmhvc3QgJiYgIWFSb290VXJsLnBhdGgpIHtcbiAgICBhUm9vdFVybC5ob3N0ID0gYVBhdGg7XG4gICAgcmV0dXJuIHVybEdlbmVyYXRlKGFSb290VXJsKTtcbiAgfVxuXG4gIHZhciBqb2luZWQgPSBhUGF0aC5jaGFyQXQoMCkgPT09ICcvJ1xuICAgID8gYVBhdGhcbiAgICA6IG5vcm1hbGl6ZShhUm9vdC5yZXBsYWNlKC9cXC8rJC8sICcnKSArICcvJyArIGFQYXRoKTtcblxuICBpZiAoYVJvb3RVcmwpIHtcbiAgICBhUm9vdFVybC5wYXRoID0gam9pbmVkO1xuICAgIHJldHVybiB1cmxHZW5lcmF0ZShhUm9vdFVybCk7XG4gIH1cbiAgcmV0dXJuIGpvaW5lZDtcbn1cbmV4cG9ydHMuam9pbiA9IGpvaW47XG5cbmV4cG9ydHMuaXNBYnNvbHV0ZSA9IGZ1bmN0aW9uIChhUGF0aCkge1xuICByZXR1cm4gYVBhdGguY2hhckF0KDApID09PSAnLycgfHwgdXJsUmVnZXhwLnRlc3QoYVBhdGgpO1xufTtcblxuLyoqXG4gKiBNYWtlIGEgcGF0aCByZWxhdGl2ZSB0byBhIFVSTCBvciBhbm90aGVyIHBhdGguXG4gKlxuICogQHBhcmFtIGFSb290IFRoZSByb290IHBhdGggb3IgVVJMLlxuICogQHBhcmFtIGFQYXRoIFRoZSBwYXRoIG9yIFVSTCB0byBiZSBtYWRlIHJlbGF0aXZlIHRvIGFSb290LlxuICovXG5mdW5jdGlvbiByZWxhdGl2ZShhUm9vdCwgYVBhdGgpIHtcbiAgaWYgKGFSb290ID09PSBcIlwiKSB7XG4gICAgYVJvb3QgPSBcIi5cIjtcbiAgfVxuXG4gIGFSb290ID0gYVJvb3QucmVwbGFjZSgvXFwvJC8sICcnKTtcblxuICAvLyBJdCBpcyBwb3NzaWJsZSBmb3IgdGhlIHBhdGggdG8gYmUgYWJvdmUgdGhlIHJvb3QuIEluIHRoaXMgY2FzZSwgc2ltcGx5XG4gIC8vIGNoZWNraW5nIHdoZXRoZXIgdGhlIHJvb3QgaXMgYSBwcmVmaXggb2YgdGhlIHBhdGggd29uJ3Qgd29yay4gSW5zdGVhZCwgd2VcbiAgLy8gbmVlZCB0byByZW1vdmUgY29tcG9uZW50cyBmcm9tIHRoZSByb290IG9uZSBieSBvbmUsIHVudGlsIGVpdGhlciB3ZSBmaW5kXG4gIC8vIGEgcHJlZml4IHRoYXQgZml0cywgb3Igd2UgcnVuIG91dCBvZiBjb21wb25lbnRzIHRvIHJlbW92ZS5cbiAgdmFyIGxldmVsID0gMDtcbiAgd2hpbGUgKGFQYXRoLmluZGV4T2YoYVJvb3QgKyAnLycpICE9PSAwKSB7XG4gICAgdmFyIGluZGV4ID0gYVJvb3QubGFzdEluZGV4T2YoXCIvXCIpO1xuICAgIGlmIChpbmRleCA8IDApIHtcbiAgICAgIHJldHVybiBhUGF0aDtcbiAgICB9XG5cbiAgICAvLyBJZiB0aGUgb25seSBwYXJ0IG9mIHRoZSByb290IHRoYXQgaXMgbGVmdCBpcyB0aGUgc2NoZW1lIChpLmUuIGh0dHA6Ly8sXG4gICAgLy8gZmlsZTovLy8sIGV0Yy4pLCBvbmUgb3IgbW9yZSBzbGFzaGVzICgvKSwgb3Igc2ltcGx5IG5vdGhpbmcgYXQgYWxsLCB3ZVxuICAgIC8vIGhhdmUgZXhoYXVzdGVkIGFsbCBjb21wb25lbnRzLCBzbyB0aGUgcGF0aCBpcyBub3QgcmVsYXRpdmUgdG8gdGhlIHJvb3QuXG4gICAgYVJvb3QgPSBhUm9vdC5zbGljZSgwLCBpbmRleCk7XG4gICAgaWYgKGFSb290Lm1hdGNoKC9eKFteXFwvXSs6XFwvKT9cXC8qJC8pKSB7XG4gICAgICByZXR1cm4gYVBhdGg7XG4gICAgfVxuXG4gICAgKytsZXZlbDtcbiAgfVxuXG4gIC8vIE1ha2Ugc3VyZSB3ZSBhZGQgYSBcIi4uL1wiIGZvciBlYWNoIGNvbXBvbmVudCB3ZSByZW1vdmVkIGZyb20gdGhlIHJvb3QuXG4gIHJldHVybiBBcnJheShsZXZlbCArIDEpLmpvaW4oXCIuLi9cIikgKyBhUGF0aC5zdWJzdHIoYVJvb3QubGVuZ3RoICsgMSk7XG59XG5leHBvcnRzLnJlbGF0aXZlID0gcmVsYXRpdmU7XG5cbnZhciBzdXBwb3J0c051bGxQcm90byA9IChmdW5jdGlvbiAoKSB7XG4gIHZhciBvYmogPSBPYmplY3QuY3JlYXRlKG51bGwpO1xuICByZXR1cm4gISgnX19wcm90b19fJyBpbiBvYmopO1xufSgpKTtcblxuZnVuY3Rpb24gaWRlbnRpdHkgKHMpIHtcbiAgcmV0dXJuIHM7XG59XG5cbi8qKlxuICogQmVjYXVzZSBiZWhhdmlvciBnb2VzIHdhY2t5IHdoZW4geW91IHNldCBgX19wcm90b19fYCBvbiBvYmplY3RzLCB3ZVxuICogaGF2ZSB0byBwcmVmaXggYWxsIHRoZSBzdHJpbmdzIGluIG91ciBzZXQgd2l0aCBhbiBhcmJpdHJhcnkgY2hhcmFjdGVyLlxuICpcbiAqIFNlZSBodHRwczovL2dpdGh1Yi5jb20vbW96aWxsYS9zb3VyY2UtbWFwL3B1bGwvMzEgYW5kXG4gKiBodHRwczovL2dpdGh1Yi5jb20vbW96aWxsYS9zb3VyY2UtbWFwL2lzc3Vlcy8zMFxuICpcbiAqIEBwYXJhbSBTdHJpbmcgYVN0clxuICovXG5mdW5jdGlvbiB0b1NldFN0cmluZyhhU3RyKSB7XG4gIGlmIChpc1Byb3RvU3RyaW5nKGFTdHIpKSB7XG4gICAgcmV0dXJuICckJyArIGFTdHI7XG4gIH1cblxuICByZXR1cm4gYVN0cjtcbn1cbmV4cG9ydHMudG9TZXRTdHJpbmcgPSBzdXBwb3J0c051bGxQcm90byA/IGlkZW50aXR5IDogdG9TZXRTdHJpbmc7XG5cbmZ1bmN0aW9uIGZyb21TZXRTdHJpbmcoYVN0cikge1xuICBpZiAoaXNQcm90b1N0cmluZyhhU3RyKSkge1xuICAgIHJldHVybiBhU3RyLnNsaWNlKDEpO1xuICB9XG5cbiAgcmV0dXJuIGFTdHI7XG59XG5leHBvcnRzLmZyb21TZXRTdHJpbmcgPSBzdXBwb3J0c051bGxQcm90byA/IGlkZW50aXR5IDogZnJvbVNldFN0cmluZztcblxuZnVuY3Rpb24gaXNQcm90b1N0cmluZyhzKSB7XG4gIGlmICghcykge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxuXG4gIHZhciBsZW5ndGggPSBzLmxlbmd0aDtcblxuICBpZiAobGVuZ3RoIDwgOSAvKiBcIl9fcHJvdG9fX1wiLmxlbmd0aCAqLykge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxuXG4gIGlmIChzLmNoYXJDb2RlQXQobGVuZ3RoIC0gMSkgIT09IDk1ICAvKiAnXycgKi8gfHxcbiAgICAgIHMuY2hhckNvZGVBdChsZW5ndGggLSAyKSAhPT0gOTUgIC8qICdfJyAqLyB8fFxuICAgICAgcy5jaGFyQ29kZUF0KGxlbmd0aCAtIDMpICE9PSAxMTEgLyogJ28nICovIHx8XG4gICAgICBzLmNoYXJDb2RlQXQobGVuZ3RoIC0gNCkgIT09IDExNiAvKiAndCcgKi8gfHxcbiAgICAgIHMuY2hhckNvZGVBdChsZW5ndGggLSA1KSAhPT0gMTExIC8qICdvJyAqLyB8fFxuICAgICAgcy5jaGFyQ29kZUF0KGxlbmd0aCAtIDYpICE9PSAxMTQgLyogJ3InICovIHx8XG4gICAgICBzLmNoYXJDb2RlQXQobGVuZ3RoIC0gNykgIT09IDExMiAvKiAncCcgKi8gfHxcbiAgICAgIHMuY2hhckNvZGVBdChsZW5ndGggLSA4KSAhPT0gOTUgIC8qICdfJyAqLyB8fFxuICAgICAgcy5jaGFyQ29kZUF0KGxlbmd0aCAtIDkpICE9PSA5NSAgLyogJ18nICovKSB7XG4gICAgcmV0dXJuIGZhbHNlO1xuICB9XG5cbiAgZm9yICh2YXIgaSA9IGxlbmd0aCAtIDEwOyBpID49IDA7IGktLSkge1xuICAgIGlmIChzLmNoYXJDb2RlQXQoaSkgIT09IDM2IC8qICckJyAqLykge1xuICAgICAgcmV0dXJuIGZhbHNlO1xuICAgIH1cbiAgfVxuXG4gIHJldHVybiB0cnVlO1xufVxuXG4vKipcbiAqIENvbXBhcmF0b3IgYmV0d2VlbiB0d28gbWFwcGluZ3Mgd2hlcmUgdGhlIG9yaWdpbmFsIHBvc2l0aW9ucyBhcmUgY29tcGFyZWQuXG4gKlxuICogT3B0aW9uYWxseSBwYXNzIGluIGB0cnVlYCBhcyBgb25seUNvbXBhcmVHZW5lcmF0ZWRgIHRvIGNvbnNpZGVyIHR3b1xuICogbWFwcGluZ3Mgd2l0aCB0aGUgc2FtZSBvcmlnaW5hbCBzb3VyY2UvbGluZS9jb2x1bW4sIGJ1dCBkaWZmZXJlbnQgZ2VuZXJhdGVkXG4gKiBsaW5lIGFuZCBjb2x1bW4gdGhlIHNhbWUuIFVzZWZ1bCB3aGVuIHNlYXJjaGluZyBmb3IgYSBtYXBwaW5nIHdpdGggYVxuICogc3R1YmJlZCBvdXQgbWFwcGluZy5cbiAqL1xuZnVuY3Rpb24gY29tcGFyZUJ5T3JpZ2luYWxQb3NpdGlvbnMobWFwcGluZ0EsIG1hcHBpbmdCLCBvbmx5Q29tcGFyZU9yaWdpbmFsKSB7XG4gIHZhciBjbXAgPSBzdHJjbXAobWFwcGluZ0Euc291cmNlLCBtYXBwaW5nQi5zb3VyY2UpO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLm9yaWdpbmFsTGluZSAtIG1hcHBpbmdCLm9yaWdpbmFsTGluZTtcbiAgaWYgKGNtcCAhPT0gMCkge1xuICAgIHJldHVybiBjbXA7XG4gIH1cblxuICBjbXAgPSBtYXBwaW5nQS5vcmlnaW5hbENvbHVtbiAtIG1hcHBpbmdCLm9yaWdpbmFsQ29sdW1uO1xuICBpZiAoY21wICE9PSAwIHx8IG9ubHlDb21wYXJlT3JpZ2luYWwpIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkQ29sdW1uIC0gbWFwcGluZ0IuZ2VuZXJhdGVkQ29sdW1uO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLmdlbmVyYXRlZExpbmUgLSBtYXBwaW5nQi5nZW5lcmF0ZWRMaW5lO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIHJldHVybiBzdHJjbXAobWFwcGluZ0EubmFtZSwgbWFwcGluZ0IubmFtZSk7XG59XG5leHBvcnRzLmNvbXBhcmVCeU9yaWdpbmFsUG9zaXRpb25zID0gY29tcGFyZUJ5T3JpZ2luYWxQb3NpdGlvbnM7XG5cbi8qKlxuICogQ29tcGFyYXRvciBiZXR3ZWVuIHR3byBtYXBwaW5ncyB3aXRoIGRlZmxhdGVkIHNvdXJjZSBhbmQgbmFtZSBpbmRpY2VzIHdoZXJlXG4gKiB0aGUgZ2VuZXJhdGVkIHBvc2l0aW9ucyBhcmUgY29tcGFyZWQuXG4gKlxuICogT3B0aW9uYWxseSBwYXNzIGluIGB0cnVlYCBhcyBgb25seUNvbXBhcmVHZW5lcmF0ZWRgIHRvIGNvbnNpZGVyIHR3b1xuICogbWFwcGluZ3Mgd2l0aCB0aGUgc2FtZSBnZW5lcmF0ZWQgbGluZSBhbmQgY29sdW1uLCBidXQgZGlmZmVyZW50XG4gKiBzb3VyY2UvbmFtZS9vcmlnaW5hbCBsaW5lIGFuZCBjb2x1bW4gdGhlIHNhbWUuIFVzZWZ1bCB3aGVuIHNlYXJjaGluZyBmb3IgYVxuICogbWFwcGluZyB3aXRoIGEgc3R1YmJlZCBvdXQgbWFwcGluZy5cbiAqL1xuZnVuY3Rpb24gY29tcGFyZUJ5R2VuZXJhdGVkUG9zaXRpb25zRGVmbGF0ZWQobWFwcGluZ0EsIG1hcHBpbmdCLCBvbmx5Q29tcGFyZUdlbmVyYXRlZCkge1xuICB2YXIgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkTGluZSAtIG1hcHBpbmdCLmdlbmVyYXRlZExpbmU7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkQ29sdW1uIC0gbWFwcGluZ0IuZ2VuZXJhdGVkQ29sdW1uO1xuICBpZiAoY21wICE9PSAwIHx8IG9ubHlDb21wYXJlR2VuZXJhdGVkKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IHN0cmNtcChtYXBwaW5nQS5zb3VyY2UsIG1hcHBpbmdCLnNvdXJjZSk7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0Eub3JpZ2luYWxMaW5lIC0gbWFwcGluZ0Iub3JpZ2luYWxMaW5lO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLm9yaWdpbmFsQ29sdW1uIC0gbWFwcGluZ0Iub3JpZ2luYWxDb2x1bW47XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgcmV0dXJuIHN0cmNtcChtYXBwaW5nQS5uYW1lLCBtYXBwaW5nQi5uYW1lKTtcbn1cbmV4cG9ydHMuY29tcGFyZUJ5R2VuZXJhdGVkUG9zaXRpb25zRGVmbGF0ZWQgPSBjb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNEZWZsYXRlZDtcblxuZnVuY3Rpb24gc3RyY21wKGFTdHIxLCBhU3RyMikge1xuICBpZiAoYVN0cjEgPT09IGFTdHIyKSB7XG4gICAgcmV0dXJuIDA7XG4gIH1cblxuICBpZiAoYVN0cjEgPT09IG51bGwpIHtcbiAgICByZXR1cm4gMTsgLy8gYVN0cjIgIT09IG51bGxcbiAgfVxuXG4gIGlmIChhU3RyMiA9PT0gbnVsbCkge1xuICAgIHJldHVybiAtMTsgLy8gYVN0cjEgIT09IG51bGxcbiAgfVxuXG4gIGlmIChhU3RyMSA+IGFTdHIyKSB7XG4gICAgcmV0dXJuIDE7XG4gIH1cblxuICByZXR1cm4gLTE7XG59XG5cbi8qKlxuICogQ29tcGFyYXRvciBiZXR3ZWVuIHR3byBtYXBwaW5ncyB3aXRoIGluZmxhdGVkIHNvdXJjZSBhbmQgbmFtZSBzdHJpbmdzIHdoZXJlXG4gKiB0aGUgZ2VuZXJhdGVkIHBvc2l0aW9ucyBhcmUgY29tcGFyZWQuXG4gKi9cbmZ1bmN0aW9uIGNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0luZmxhdGVkKG1hcHBpbmdBLCBtYXBwaW5nQikge1xuICB2YXIgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkTGluZSAtIG1hcHBpbmdCLmdlbmVyYXRlZExpbmU7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0EuZ2VuZXJhdGVkQ29sdW1uIC0gbWFwcGluZ0IuZ2VuZXJhdGVkQ29sdW1uO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IHN0cmNtcChtYXBwaW5nQS5zb3VyY2UsIG1hcHBpbmdCLnNvdXJjZSk7XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgY21wID0gbWFwcGluZ0Eub3JpZ2luYWxMaW5lIC0gbWFwcGluZ0Iub3JpZ2luYWxMaW5lO1xuICBpZiAoY21wICE9PSAwKSB7XG4gICAgcmV0dXJuIGNtcDtcbiAgfVxuXG4gIGNtcCA9IG1hcHBpbmdBLm9yaWdpbmFsQ29sdW1uIC0gbWFwcGluZ0Iub3JpZ2luYWxDb2x1bW47XG4gIGlmIChjbXAgIT09IDApIHtcbiAgICByZXR1cm4gY21wO1xuICB9XG5cbiAgcmV0dXJuIHN0cmNtcChtYXBwaW5nQS5uYW1lLCBtYXBwaW5nQi5uYW1lKTtcbn1cbmV4cG9ydHMuY29tcGFyZUJ5R2VuZXJhdGVkUG9zaXRpb25zSW5mbGF0ZWQgPSBjb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNJbmZsYXRlZDtcblxuLyoqXG4gKiBTdHJpcCBhbnkgSlNPTiBYU1NJIGF2b2lkYW5jZSBwcmVmaXggZnJvbSB0aGUgc3RyaW5nIChhcyBkb2N1bWVudGVkXG4gKiBpbiB0aGUgc291cmNlIG1hcHMgc3BlY2lmaWNhdGlvbiksIGFuZCB0aGVuIHBhcnNlIHRoZSBzdHJpbmcgYXNcbiAqIEpTT04uXG4gKi9cbmZ1bmN0aW9uIHBhcnNlU291cmNlTWFwSW5wdXQoc3RyKSB7XG4gIHJldHVybiBKU09OLnBhcnNlKHN0ci5yZXBsYWNlKC9eXFwpXX0nW15cXG5dKlxcbi8sICcnKSk7XG59XG5leHBvcnRzLnBhcnNlU291cmNlTWFwSW5wdXQgPSBwYXJzZVNvdXJjZU1hcElucHV0O1xuXG4vKipcbiAqIENvbXB1dGUgdGhlIFVSTCBvZiBhIHNvdXJjZSBnaXZlbiB0aGUgdGhlIHNvdXJjZSByb290LCB0aGUgc291cmNlJ3NcbiAqIFVSTCwgYW5kIHRoZSBzb3VyY2UgbWFwJ3MgVVJMLlxuICovXG5mdW5jdGlvbiBjb21wdXRlU291cmNlVVJMKHNvdXJjZVJvb3QsIHNvdXJjZVVSTCwgc291cmNlTWFwVVJMKSB7XG4gIHNvdXJjZVVSTCA9IHNvdXJjZVVSTCB8fCAnJztcblxuICBpZiAoc291cmNlUm9vdCkge1xuICAgIC8vIFRoaXMgZm9sbG93cyB3aGF0IENocm9tZSBkb2VzLlxuICAgIGlmIChzb3VyY2VSb290W3NvdXJjZVJvb3QubGVuZ3RoIC0gMV0gIT09ICcvJyAmJiBzb3VyY2VVUkxbMF0gIT09ICcvJykge1xuICAgICAgc291cmNlUm9vdCArPSAnLyc7XG4gICAgfVxuICAgIC8vIFRoZSBzcGVjIHNheXM6XG4gICAgLy8gICBMaW5lIDQ6IEFuIG9wdGlvbmFsIHNvdXJjZSByb290LCB1c2VmdWwgZm9yIHJlbG9jYXRpbmcgc291cmNlXG4gICAgLy8gICBmaWxlcyBvbiBhIHNlcnZlciBvciByZW1vdmluZyByZXBlYXRlZCB2YWx1ZXMgaW4gdGhlXG4gICAgLy8gICDigJxzb3VyY2Vz4oCdIGVudHJ5LiAgVGhpcyB2YWx1ZSBpcyBwcmVwZW5kZWQgdG8gdGhlIGluZGl2aWR1YWxcbiAgICAvLyAgIGVudHJpZXMgaW4gdGhlIOKAnHNvdXJjZeKAnSBmaWVsZC5cbiAgICBzb3VyY2VVUkwgPSBzb3VyY2VSb290ICsgc291cmNlVVJMO1xuICB9XG5cbiAgLy8gSGlzdG9yaWNhbGx5LCBTb3VyY2VNYXBDb25zdW1lciBkaWQgbm90IHRha2UgdGhlIHNvdXJjZU1hcFVSTCBhc1xuICAvLyBhIHBhcmFtZXRlci4gIFRoaXMgbW9kZSBpcyBzdGlsbCBzb21ld2hhdCBzdXBwb3J0ZWQsIHdoaWNoIGlzIHdoeVxuICAvLyB0aGlzIGNvZGUgYmxvY2sgaXMgY29uZGl0aW9uYWwuICBIb3dldmVyLCBpdCdzIHByZWZlcmFibGUgdG8gcGFzc1xuICAvLyB0aGUgc291cmNlIG1hcCBVUkwgdG8gU291cmNlTWFwQ29uc3VtZXIsIHNvIHRoYXQgdGhpcyBmdW5jdGlvblxuICAvLyBjYW4gaW1wbGVtZW50IHRoZSBzb3VyY2UgVVJMIHJlc29sdXRpb24gYWxnb3JpdGhtIGFzIG91dGxpbmVkIGluXG4gIC8vIHRoZSBzcGVjLiAgVGhpcyBibG9jayBpcyBiYXNpY2FsbHkgdGhlIGVxdWl2YWxlbnQgb2Y6XG4gIC8vICAgIG5ldyBVUkwoc291cmNlVVJMLCBzb3VyY2VNYXBVUkwpLnRvU3RyaW5nKClcbiAgLy8gLi4uIGV4Y2VwdCBpdCBhdm9pZHMgdXNpbmcgVVJMLCB3aGljaCB3YXNuJ3QgYXZhaWxhYmxlIGluIHRoZVxuICAvLyBvbGRlciByZWxlYXNlcyBvZiBub2RlIHN0aWxsIHN1cHBvcnRlZCBieSB0aGlzIGxpYnJhcnkuXG4gIC8vXG4gIC8vIFRoZSBzcGVjIHNheXM6XG4gIC8vICAgSWYgdGhlIHNvdXJjZXMgYXJlIG5vdCBhYnNvbHV0ZSBVUkxzIGFmdGVyIHByZXBlbmRpbmcgb2YgdGhlXG4gIC8vICAg4oCcc291cmNlUm9vdOKAnSwgdGhlIHNvdXJjZXMgYXJlIHJlc29sdmVkIHJlbGF0aXZlIHRvIHRoZVxuICAvLyAgIFNvdXJjZU1hcCAobGlrZSByZXNvbHZpbmcgc2NyaXB0IHNyYyBpbiBhIGh0bWwgZG9jdW1lbnQpLlxuICBpZiAoc291cmNlTWFwVVJMKSB7XG4gICAgdmFyIHBhcnNlZCA9IHVybFBhcnNlKHNvdXJjZU1hcFVSTCk7XG4gICAgaWYgKCFwYXJzZWQpIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcihcInNvdXJjZU1hcFVSTCBjb3VsZCBub3QgYmUgcGFyc2VkXCIpO1xuICAgIH1cbiAgICBpZiAocGFyc2VkLnBhdGgpIHtcbiAgICAgIC8vIFN0cmlwIHRoZSBsYXN0IHBhdGggY29tcG9uZW50LCBidXQga2VlcCB0aGUgXCIvXCIuXG4gICAgICB2YXIgaW5kZXggPSBwYXJzZWQucGF0aC5sYXN0SW5kZXhPZignLycpO1xuICAgICAgaWYgKGluZGV4ID49IDApIHtcbiAgICAgICAgcGFyc2VkLnBhdGggPSBwYXJzZWQucGF0aC5zdWJzdHJpbmcoMCwgaW5kZXggKyAxKTtcbiAgICAgIH1cbiAgICB9XG4gICAgc291cmNlVVJMID0gam9pbih1cmxHZW5lcmF0ZShwYXJzZWQpLCBzb3VyY2VVUkwpO1xuICB9XG5cbiAgcmV0dXJuIG5vcm1hbGl6ZShzb3VyY2VVUkwpO1xufVxuZXhwb3J0cy5jb21wdXRlU291cmNlVVJMID0gY29tcHV0ZVNvdXJjZVVSTDtcblxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vbGliL3V0aWwuanNcbi8vIG1vZHVsZSBpZCA9IDRcbi8vIG1vZHVsZSBjaHVua3MgPSAwIiwiLyogLSotIE1vZGU6IGpzOyBqcy1pbmRlbnQtbGV2ZWw6IDI7IC0qLSAqL1xuLypcbiAqIENvcHlyaWdodCAyMDExIE1vemlsbGEgRm91bmRhdGlvbiBhbmQgY29udHJpYnV0b3JzXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTmV3IEJTRCBsaWNlbnNlLiBTZWUgTElDRU5TRSBvcjpcbiAqIGh0dHA6Ly9vcGVuc291cmNlLm9yZy9saWNlbnNlcy9CU0QtMy1DbGF1c2VcbiAqL1xuXG52YXIgdXRpbCA9IHJlcXVpcmUoJy4vdXRpbCcpO1xudmFyIGhhcyA9IE9iamVjdC5wcm90b3R5cGUuaGFzT3duUHJvcGVydHk7XG52YXIgaGFzTmF0aXZlTWFwID0gdHlwZW9mIE1hcCAhPT0gXCJ1bmRlZmluZWRcIjtcblxuLyoqXG4gKiBBIGRhdGEgc3RydWN0dXJlIHdoaWNoIGlzIGEgY29tYmluYXRpb24gb2YgYW4gYXJyYXkgYW5kIGEgc2V0LiBBZGRpbmcgYSBuZXdcbiAqIG1lbWJlciBpcyBPKDEpLCB0ZXN0aW5nIGZvciBtZW1iZXJzaGlwIGlzIE8oMSksIGFuZCBmaW5kaW5nIHRoZSBpbmRleCBvZiBhblxuICogZWxlbWVudCBpcyBPKDEpLiBSZW1vdmluZyBlbGVtZW50cyBmcm9tIHRoZSBzZXQgaXMgbm90IHN1cHBvcnRlZC4gT25seVxuICogc3RyaW5ncyBhcmUgc3VwcG9ydGVkIGZvciBtZW1iZXJzaGlwLlxuICovXG5mdW5jdGlvbiBBcnJheVNldCgpIHtcbiAgdGhpcy5fYXJyYXkgPSBbXTtcbiAgdGhpcy5fc2V0ID0gaGFzTmF0aXZlTWFwID8gbmV3IE1hcCgpIDogT2JqZWN0LmNyZWF0ZShudWxsKTtcbn1cblxuLyoqXG4gKiBTdGF0aWMgbWV0aG9kIGZvciBjcmVhdGluZyBBcnJheVNldCBpbnN0YW5jZXMgZnJvbSBhbiBleGlzdGluZyBhcnJheS5cbiAqL1xuQXJyYXlTZXQuZnJvbUFycmF5ID0gZnVuY3Rpb24gQXJyYXlTZXRfZnJvbUFycmF5KGFBcnJheSwgYUFsbG93RHVwbGljYXRlcykge1xuICB2YXIgc2V0ID0gbmV3IEFycmF5U2V0KCk7XG4gIGZvciAodmFyIGkgPSAwLCBsZW4gPSBhQXJyYXkubGVuZ3RoOyBpIDwgbGVuOyBpKyspIHtcbiAgICBzZXQuYWRkKGFBcnJheVtpXSwgYUFsbG93RHVwbGljYXRlcyk7XG4gIH1cbiAgcmV0dXJuIHNldDtcbn07XG5cbi8qKlxuICogUmV0dXJuIGhvdyBtYW55IHVuaXF1ZSBpdGVtcyBhcmUgaW4gdGhpcyBBcnJheVNldC4gSWYgZHVwbGljYXRlcyBoYXZlIGJlZW5cbiAqIGFkZGVkLCB0aGFuIHRob3NlIGRvIG5vdCBjb3VudCB0b3dhcmRzIHRoZSBzaXplLlxuICpcbiAqIEByZXR1cm5zIE51bWJlclxuICovXG5BcnJheVNldC5wcm90b3R5cGUuc2l6ZSA9IGZ1bmN0aW9uIEFycmF5U2V0X3NpemUoKSB7XG4gIHJldHVybiBoYXNOYXRpdmVNYXAgPyB0aGlzLl9zZXQuc2l6ZSA6IE9iamVjdC5nZXRPd25Qcm9wZXJ0eU5hbWVzKHRoaXMuX3NldCkubGVuZ3RoO1xufTtcblxuLyoqXG4gKiBBZGQgdGhlIGdpdmVuIHN0cmluZyB0byB0aGlzIHNldC5cbiAqXG4gKiBAcGFyYW0gU3RyaW5nIGFTdHJcbiAqL1xuQXJyYXlTZXQucHJvdG90eXBlLmFkZCA9IGZ1bmN0aW9uIEFycmF5U2V0X2FkZChhU3RyLCBhQWxsb3dEdXBsaWNhdGVzKSB7XG4gIHZhciBzU3RyID0gaGFzTmF0aXZlTWFwID8gYVN0ciA6IHV0aWwudG9TZXRTdHJpbmcoYVN0cik7XG4gIHZhciBpc0R1cGxpY2F0ZSA9IGhhc05hdGl2ZU1hcCA/IHRoaXMuaGFzKGFTdHIpIDogaGFzLmNhbGwodGhpcy5fc2V0LCBzU3RyKTtcbiAgdmFyIGlkeCA9IHRoaXMuX2FycmF5Lmxlbmd0aDtcbiAgaWYgKCFpc0R1cGxpY2F0ZSB8fCBhQWxsb3dEdXBsaWNhdGVzKSB7XG4gICAgdGhpcy5fYXJyYXkucHVzaChhU3RyKTtcbiAgfVxuICBpZiAoIWlzRHVwbGljYXRlKSB7XG4gICAgaWYgKGhhc05hdGl2ZU1hcCkge1xuICAgICAgdGhpcy5fc2V0LnNldChhU3RyLCBpZHgpO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLl9zZXRbc1N0cl0gPSBpZHg7XG4gICAgfVxuICB9XG59O1xuXG4vKipcbiAqIElzIHRoZSBnaXZlbiBzdHJpbmcgYSBtZW1iZXIgb2YgdGhpcyBzZXQ/XG4gKlxuICogQHBhcmFtIFN0cmluZyBhU3RyXG4gKi9cbkFycmF5U2V0LnByb3RvdHlwZS5oYXMgPSBmdW5jdGlvbiBBcnJheVNldF9oYXMoYVN0cikge1xuICBpZiAoaGFzTmF0aXZlTWFwKSB7XG4gICAgcmV0dXJuIHRoaXMuX3NldC5oYXMoYVN0cik7XG4gIH0gZWxzZSB7XG4gICAgdmFyIHNTdHIgPSB1dGlsLnRvU2V0U3RyaW5nKGFTdHIpO1xuICAgIHJldHVybiBoYXMuY2FsbCh0aGlzLl9zZXQsIHNTdHIpO1xuICB9XG59O1xuXG4vKipcbiAqIFdoYXQgaXMgdGhlIGluZGV4IG9mIHRoZSBnaXZlbiBzdHJpbmcgaW4gdGhlIGFycmF5P1xuICpcbiAqIEBwYXJhbSBTdHJpbmcgYVN0clxuICovXG5BcnJheVNldC5wcm90b3R5cGUuaW5kZXhPZiA9IGZ1bmN0aW9uIEFycmF5U2V0X2luZGV4T2YoYVN0cikge1xuICBpZiAoaGFzTmF0aXZlTWFwKSB7XG4gICAgdmFyIGlkeCA9IHRoaXMuX3NldC5nZXQoYVN0cik7XG4gICAgaWYgKGlkeCA+PSAwKSB7XG4gICAgICAgIHJldHVybiBpZHg7XG4gICAgfVxuICB9IGVsc2Uge1xuICAgIHZhciBzU3RyID0gdXRpbC50b1NldFN0cmluZyhhU3RyKTtcbiAgICBpZiAoaGFzLmNhbGwodGhpcy5fc2V0LCBzU3RyKSkge1xuICAgICAgcmV0dXJuIHRoaXMuX3NldFtzU3RyXTtcbiAgICB9XG4gIH1cblxuICB0aHJvdyBuZXcgRXJyb3IoJ1wiJyArIGFTdHIgKyAnXCIgaXMgbm90IGluIHRoZSBzZXQuJyk7XG59O1xuXG4vKipcbiAqIFdoYXQgaXMgdGhlIGVsZW1lbnQgYXQgdGhlIGdpdmVuIGluZGV4P1xuICpcbiAqIEBwYXJhbSBOdW1iZXIgYUlkeFxuICovXG5BcnJheVNldC5wcm90b3R5cGUuYXQgPSBmdW5jdGlvbiBBcnJheVNldF9hdChhSWR4KSB7XG4gIGlmIChhSWR4ID49IDAgJiYgYUlkeCA8IHRoaXMuX2FycmF5Lmxlbmd0aCkge1xuICAgIHJldHVybiB0aGlzLl9hcnJheVthSWR4XTtcbiAgfVxuICB0aHJvdyBuZXcgRXJyb3IoJ05vIGVsZW1lbnQgaW5kZXhlZCBieSAnICsgYUlkeCk7XG59O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIGFycmF5IHJlcHJlc2VudGF0aW9uIG9mIHRoaXMgc2V0ICh3aGljaCBoYXMgdGhlIHByb3BlciBpbmRpY2VzXG4gKiBpbmRpY2F0ZWQgYnkgaW5kZXhPZikuIE5vdGUgdGhhdCB0aGlzIGlzIGEgY29weSBvZiB0aGUgaW50ZXJuYWwgYXJyYXkgdXNlZFxuICogZm9yIHN0b3JpbmcgdGhlIG1lbWJlcnMgc28gdGhhdCBubyBvbmUgY2FuIG1lc3Mgd2l0aCBpbnRlcm5hbCBzdGF0ZS5cbiAqL1xuQXJyYXlTZXQucHJvdG90eXBlLnRvQXJyYXkgPSBmdW5jdGlvbiBBcnJheVNldF90b0FycmF5KCkge1xuICByZXR1cm4gdGhpcy5fYXJyYXkuc2xpY2UoKTtcbn07XG5cbmV4cG9ydHMuQXJyYXlTZXQgPSBBcnJheVNldDtcblxuXG5cbi8vLy8vLy8vLy8vLy8vLy8vL1xuLy8gV0VCUEFDSyBGT09URVJcbi8vIC4vbGliL2FycmF5LXNldC5qc1xuLy8gbW9kdWxlIGlkID0gNVxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTQgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbnZhciB1dGlsID0gcmVxdWlyZSgnLi91dGlsJyk7XG5cbi8qKlxuICogRGV0ZXJtaW5lIHdoZXRoZXIgbWFwcGluZ0IgaXMgYWZ0ZXIgbWFwcGluZ0Egd2l0aCByZXNwZWN0IHRvIGdlbmVyYXRlZFxuICogcG9zaXRpb24uXG4gKi9cbmZ1bmN0aW9uIGdlbmVyYXRlZFBvc2l0aW9uQWZ0ZXIobWFwcGluZ0EsIG1hcHBpbmdCKSB7XG4gIC8vIE9wdGltaXplZCBmb3IgbW9zdCBjb21tb24gY2FzZVxuICB2YXIgbGluZUEgPSBtYXBwaW5nQS5nZW5lcmF0ZWRMaW5lO1xuICB2YXIgbGluZUIgPSBtYXBwaW5nQi5nZW5lcmF0ZWRMaW5lO1xuICB2YXIgY29sdW1uQSA9IG1hcHBpbmdBLmdlbmVyYXRlZENvbHVtbjtcbiAgdmFyIGNvbHVtbkIgPSBtYXBwaW5nQi5nZW5lcmF0ZWRDb2x1bW47XG4gIHJldHVybiBsaW5lQiA+IGxpbmVBIHx8IGxpbmVCID09IGxpbmVBICYmIGNvbHVtbkIgPj0gY29sdW1uQSB8fFxuICAgICAgICAgdXRpbC5jb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNJbmZsYXRlZChtYXBwaW5nQSwgbWFwcGluZ0IpIDw9IDA7XG59XG5cbi8qKlxuICogQSBkYXRhIHN0cnVjdHVyZSB0byBwcm92aWRlIGEgc29ydGVkIHZpZXcgb2YgYWNjdW11bGF0ZWQgbWFwcGluZ3MgaW4gYVxuICogcGVyZm9ybWFuY2UgY29uc2Npb3VzIG1hbm5lci4gSXQgdHJhZGVzIGEgbmVnbGliYWJsZSBvdmVyaGVhZCBpbiBnZW5lcmFsXG4gKiBjYXNlIGZvciBhIGxhcmdlIHNwZWVkdXAgaW4gY2FzZSBvZiBtYXBwaW5ncyBiZWluZyBhZGRlZCBpbiBvcmRlci5cbiAqL1xuZnVuY3Rpb24gTWFwcGluZ0xpc3QoKSB7XG4gIHRoaXMuX2FycmF5ID0gW107XG4gIHRoaXMuX3NvcnRlZCA9IHRydWU7XG4gIC8vIFNlcnZlcyBhcyBpbmZpbXVtXG4gIHRoaXMuX2xhc3QgPSB7Z2VuZXJhdGVkTGluZTogLTEsIGdlbmVyYXRlZENvbHVtbjogMH07XG59XG5cbi8qKlxuICogSXRlcmF0ZSB0aHJvdWdoIGludGVybmFsIGl0ZW1zLiBUaGlzIG1ldGhvZCB0YWtlcyB0aGUgc2FtZSBhcmd1bWVudHMgdGhhdFxuICogYEFycmF5LnByb3RvdHlwZS5mb3JFYWNoYCB0YWtlcy5cbiAqXG4gKiBOT1RFOiBUaGUgb3JkZXIgb2YgdGhlIG1hcHBpbmdzIGlzIE5PVCBndWFyYW50ZWVkLlxuICovXG5NYXBwaW5nTGlzdC5wcm90b3R5cGUudW5zb3J0ZWRGb3JFYWNoID1cbiAgZnVuY3Rpb24gTWFwcGluZ0xpc3RfZm9yRWFjaChhQ2FsbGJhY2ssIGFUaGlzQXJnKSB7XG4gICAgdGhpcy5fYXJyYXkuZm9yRWFjaChhQ2FsbGJhY2ssIGFUaGlzQXJnKTtcbiAgfTtcblxuLyoqXG4gKiBBZGQgdGhlIGdpdmVuIHNvdXJjZSBtYXBwaW5nLlxuICpcbiAqIEBwYXJhbSBPYmplY3QgYU1hcHBpbmdcbiAqL1xuTWFwcGluZ0xpc3QucHJvdG90eXBlLmFkZCA9IGZ1bmN0aW9uIE1hcHBpbmdMaXN0X2FkZChhTWFwcGluZykge1xuICBpZiAoZ2VuZXJhdGVkUG9zaXRpb25BZnRlcih0aGlzLl9sYXN0LCBhTWFwcGluZykpIHtcbiAgICB0aGlzLl9sYXN0ID0gYU1hcHBpbmc7XG4gICAgdGhpcy5fYXJyYXkucHVzaChhTWFwcGluZyk7XG4gIH0gZWxzZSB7XG4gICAgdGhpcy5fc29ydGVkID0gZmFsc2U7XG4gICAgdGhpcy5fYXJyYXkucHVzaChhTWFwcGluZyk7XG4gIH1cbn07XG5cbi8qKlxuICogUmV0dXJucyB0aGUgZmxhdCwgc29ydGVkIGFycmF5IG9mIG1hcHBpbmdzLiBUaGUgbWFwcGluZ3MgYXJlIHNvcnRlZCBieVxuICogZ2VuZXJhdGVkIHBvc2l0aW9uLlxuICpcbiAqIFdBUk5JTkc6IFRoaXMgbWV0aG9kIHJldHVybnMgaW50ZXJuYWwgZGF0YSB3aXRob3V0IGNvcHlpbmcsIGZvclxuICogcGVyZm9ybWFuY2UuIFRoZSByZXR1cm4gdmFsdWUgbXVzdCBOT1QgYmUgbXV0YXRlZCwgYW5kIHNob3VsZCBiZSB0cmVhdGVkIGFzXG4gKiBhbiBpbW11dGFibGUgYm9ycm93LiBJZiB5b3Ugd2FudCB0byB0YWtlIG93bmVyc2hpcCwgeW91IG11c3QgbWFrZSB5b3VyIG93blxuICogY29weS5cbiAqL1xuTWFwcGluZ0xpc3QucHJvdG90eXBlLnRvQXJyYXkgPSBmdW5jdGlvbiBNYXBwaW5nTGlzdF90b0FycmF5KCkge1xuICBpZiAoIXRoaXMuX3NvcnRlZCkge1xuICAgIHRoaXMuX2FycmF5LnNvcnQodXRpbC5jb21wYXJlQnlHZW5lcmF0ZWRQb3NpdGlvbnNJbmZsYXRlZCk7XG4gICAgdGhpcy5fc29ydGVkID0gdHJ1ZTtcbiAgfVxuICByZXR1cm4gdGhpcy5fYXJyYXk7XG59O1xuXG5leHBvcnRzLk1hcHBpbmdMaXN0ID0gTWFwcGluZ0xpc3Q7XG5cblxuXG4vLy8vLy8vLy8vLy8vLy8vLy9cbi8vIFdFQlBBQ0sgRk9PVEVSXG4vLyAuL2xpYi9tYXBwaW5nLWxpc3QuanNcbi8vIG1vZHVsZSBpZCA9IDZcbi8vIG1vZHVsZSBjaHVua3MgPSAwIiwiLyogLSotIE1vZGU6IGpzOyBqcy1pbmRlbnQtbGV2ZWw6IDI7IC0qLSAqL1xuLypcbiAqIENvcHlyaWdodCAyMDExIE1vemlsbGEgRm91bmRhdGlvbiBhbmQgY29udHJpYnV0b3JzXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTmV3IEJTRCBsaWNlbnNlLiBTZWUgTElDRU5TRSBvcjpcbiAqIGh0dHA6Ly9vcGVuc291cmNlLm9yZy9saWNlbnNlcy9CU0QtMy1DbGF1c2VcbiAqL1xuXG52YXIgdXRpbCA9IHJlcXVpcmUoJy4vdXRpbCcpO1xudmFyIGJpbmFyeVNlYXJjaCA9IHJlcXVpcmUoJy4vYmluYXJ5LXNlYXJjaCcpO1xudmFyIEFycmF5U2V0ID0gcmVxdWlyZSgnLi9hcnJheS1zZXQnKS5BcnJheVNldDtcbnZhciBiYXNlNjRWTFEgPSByZXF1aXJlKCcuL2Jhc2U2NC12bHEnKTtcbnZhciBxdWlja1NvcnQgPSByZXF1aXJlKCcuL3F1aWNrLXNvcnQnKS5xdWlja1NvcnQ7XG5cbmZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyKGFTb3VyY2VNYXAsIGFTb3VyY2VNYXBVUkwpIHtcbiAgdmFyIHNvdXJjZU1hcCA9IGFTb3VyY2VNYXA7XG4gIGlmICh0eXBlb2YgYVNvdXJjZU1hcCA9PT0gJ3N0cmluZycpIHtcbiAgICBzb3VyY2VNYXAgPSB1dGlsLnBhcnNlU291cmNlTWFwSW5wdXQoYVNvdXJjZU1hcCk7XG4gIH1cblxuICByZXR1cm4gc291cmNlTWFwLnNlY3Rpb25zICE9IG51bGxcbiAgICA/IG5ldyBJbmRleGVkU291cmNlTWFwQ29uc3VtZXIoc291cmNlTWFwLCBhU291cmNlTWFwVVJMKVxuICAgIDogbmV3IEJhc2ljU291cmNlTWFwQ29uc3VtZXIoc291cmNlTWFwLCBhU291cmNlTWFwVVJMKTtcbn1cblxuU291cmNlTWFwQ29uc3VtZXIuZnJvbVNvdXJjZU1hcCA9IGZ1bmN0aW9uKGFTb3VyY2VNYXAsIGFTb3VyY2VNYXBVUkwpIHtcbiAgcmV0dXJuIEJhc2ljU291cmNlTWFwQ29uc3VtZXIuZnJvbVNvdXJjZU1hcChhU291cmNlTWFwLCBhU291cmNlTWFwVVJMKTtcbn1cblxuLyoqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgc291cmNlIG1hcHBpbmcgc3BlYyB0aGF0IHdlIGFyZSBjb25zdW1pbmcuXG4gKi9cblNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fdmVyc2lvbiA9IDM7XG5cbi8vIGBfX2dlbmVyYXRlZE1hcHBpbmdzYCBhbmQgYF9fb3JpZ2luYWxNYXBwaW5nc2AgYXJlIGFycmF5cyB0aGF0IGhvbGQgdGhlXG4vLyBwYXJzZWQgbWFwcGluZyBjb29yZGluYXRlcyBmcm9tIHRoZSBzb3VyY2UgbWFwJ3MgXCJtYXBwaW5nc1wiIGF0dHJpYnV0ZS4gVGhleVxuLy8gYXJlIGxhemlseSBpbnN0YW50aWF0ZWQsIGFjY2Vzc2VkIHZpYSB0aGUgYF9nZW5lcmF0ZWRNYXBwaW5nc2AgYW5kXG4vLyBgX29yaWdpbmFsTWFwcGluZ3NgIGdldHRlcnMgcmVzcGVjdGl2ZWx5LCBhbmQgd2Ugb25seSBwYXJzZSB0aGUgbWFwcGluZ3Ncbi8vIGFuZCBjcmVhdGUgdGhlc2UgYXJyYXlzIG9uY2UgcXVlcmllZCBmb3IgYSBzb3VyY2UgbG9jYXRpb24uIFdlIGp1bXAgdGhyb3VnaFxuLy8gdGhlc2UgaG9vcHMgYmVjYXVzZSB0aGVyZSBjYW4gYmUgbWFueSB0aG91c2FuZHMgb2YgbWFwcGluZ3MsIGFuZCBwYXJzaW5nXG4vLyB0aGVtIGlzIGV4cGVuc2l2ZSwgc28gd2Ugb25seSB3YW50IHRvIGRvIGl0IGlmIHdlIG11c3QuXG4vL1xuLy8gRWFjaCBvYmplY3QgaW4gdGhlIGFycmF5cyBpcyBvZiB0aGUgZm9ybTpcbi8vXG4vLyAgICAge1xuLy8gICAgICAgZ2VuZXJhdGVkTGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgY29kZSxcbi8vICAgICAgIGdlbmVyYXRlZENvbHVtbjogVGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIGdlbmVyYXRlZCBjb2RlLFxuLy8gICAgICAgc291cmNlOiBUaGUgcGF0aCB0byB0aGUgb3JpZ2luYWwgc291cmNlIGZpbGUgdGhhdCBnZW5lcmF0ZWQgdGhpc1xuLy8gICAgICAgICAgICAgICBjaHVuayBvZiBjb2RlLFxuLy8gICAgICAgb3JpZ2luYWxMaW5lOiBUaGUgbGluZSBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZSB0aGF0XG4vLyAgICAgICAgICAgICAgICAgICAgIGNvcnJlc3BvbmRzIHRvIHRoaXMgY2h1bmsgb2YgZ2VuZXJhdGVkIGNvZGUsXG4vLyAgICAgICBvcmlnaW5hbENvbHVtbjogVGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZSB0aGF0XG4vLyAgICAgICAgICAgICAgICAgICAgICAgY29ycmVzcG9uZHMgdG8gdGhpcyBjaHVuayBvZiBnZW5lcmF0ZWQgY29kZSxcbi8vICAgICAgIG5hbWU6IFRoZSBuYW1lIG9mIHRoZSBvcmlnaW5hbCBzeW1ib2wgd2hpY2ggZ2VuZXJhdGVkIHRoaXMgY2h1bmsgb2Zcbi8vICAgICAgICAgICAgIGNvZGUuXG4vLyAgICAgfVxuLy9cbi8vIEFsbCBwcm9wZXJ0aWVzIGV4Y2VwdCBmb3IgYGdlbmVyYXRlZExpbmVgIGFuZCBgZ2VuZXJhdGVkQ29sdW1uYCBjYW4gYmVcbi8vIGBudWxsYC5cbi8vXG4vLyBgX2dlbmVyYXRlZE1hcHBpbmdzYCBpcyBvcmRlcmVkIGJ5IHRoZSBnZW5lcmF0ZWQgcG9zaXRpb25zLlxuLy9cbi8vIGBfb3JpZ2luYWxNYXBwaW5nc2AgaXMgb3JkZXJlZCBieSB0aGUgb3JpZ2luYWwgcG9zaXRpb25zLlxuXG5Tb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX19nZW5lcmF0ZWRNYXBwaW5ncyA9IG51bGw7XG5PYmplY3QuZGVmaW5lUHJvcGVydHkoU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLCAnX2dlbmVyYXRlZE1hcHBpbmdzJywge1xuICBjb25maWd1cmFibGU6IHRydWUsXG4gIGVudW1lcmFibGU6IHRydWUsXG4gIGdldDogZnVuY3Rpb24gKCkge1xuICAgIGlmICghdGhpcy5fX2dlbmVyYXRlZE1hcHBpbmdzKSB7XG4gICAgICB0aGlzLl9wYXJzZU1hcHBpbmdzKHRoaXMuX21hcHBpbmdzLCB0aGlzLnNvdXJjZVJvb3QpO1xuICAgIH1cblxuICAgIHJldHVybiB0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3M7XG4gIH1cbn0pO1xuXG5Tb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX19vcmlnaW5hbE1hcHBpbmdzID0gbnVsbDtcbk9iamVjdC5kZWZpbmVQcm9wZXJ0eShTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUsICdfb3JpZ2luYWxNYXBwaW5ncycsIHtcbiAgY29uZmlndXJhYmxlOiB0cnVlLFxuICBlbnVtZXJhYmxlOiB0cnVlLFxuICBnZXQ6IGZ1bmN0aW9uICgpIHtcbiAgICBpZiAoIXRoaXMuX19vcmlnaW5hbE1hcHBpbmdzKSB7XG4gICAgICB0aGlzLl9wYXJzZU1hcHBpbmdzKHRoaXMuX21hcHBpbmdzLCB0aGlzLnNvdXJjZVJvb3QpO1xuICAgIH1cblxuICAgIHJldHVybiB0aGlzLl9fb3JpZ2luYWxNYXBwaW5ncztcbiAgfVxufSk7XG5cblNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fY2hhcklzTWFwcGluZ1NlcGFyYXRvciA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyX2NoYXJJc01hcHBpbmdTZXBhcmF0b3IoYVN0ciwgaW5kZXgpIHtcbiAgICB2YXIgYyA9IGFTdHIuY2hhckF0KGluZGV4KTtcbiAgICByZXR1cm4gYyA9PT0gXCI7XCIgfHwgYyA9PT0gXCIsXCI7XG4gIH07XG5cbi8qKlxuICogUGFyc2UgdGhlIG1hcHBpbmdzIGluIGEgc3RyaW5nIGluIHRvIGEgZGF0YSBzdHJ1Y3R1cmUgd2hpY2ggd2UgY2FuIGVhc2lseVxuICogcXVlcnkgKHRoZSBvcmRlcmVkIGFycmF5cyBpbiB0aGUgYHRoaXMuX19nZW5lcmF0ZWRNYXBwaW5nc2AgYW5kXG4gKiBgdGhpcy5fX29yaWdpbmFsTWFwcGluZ3NgIHByb3BlcnRpZXMpLlxuICovXG5Tb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX3BhcnNlTWFwcGluZ3MgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9wYXJzZU1hcHBpbmdzKGFTdHIsIGFTb3VyY2VSb290KSB7XG4gICAgdGhyb3cgbmV3IEVycm9yKFwiU3ViY2xhc3NlcyBtdXN0IGltcGxlbWVudCBfcGFyc2VNYXBwaW5nc1wiKTtcbiAgfTtcblxuU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSID0gMTtcblNvdXJjZU1hcENvbnN1bWVyLk9SSUdJTkFMX09SREVSID0gMjtcblxuU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQgPSAxO1xuU291cmNlTWFwQ29uc3VtZXIuTEVBU1RfVVBQRVJfQk9VTkQgPSAyO1xuXG4vKipcbiAqIEl0ZXJhdGUgb3ZlciBlYWNoIG1hcHBpbmcgYmV0d2VlbiBhbiBvcmlnaW5hbCBzb3VyY2UvbGluZS9jb2x1bW4gYW5kIGFcbiAqIGdlbmVyYXRlZCBsaW5lL2NvbHVtbiBpbiB0aGlzIHNvdXJjZSBtYXAuXG4gKlxuICogQHBhcmFtIEZ1bmN0aW9uIGFDYWxsYmFja1xuICogICAgICAgIFRoZSBmdW5jdGlvbiB0aGF0IGlzIGNhbGxlZCB3aXRoIGVhY2ggbWFwcGluZy5cbiAqIEBwYXJhbSBPYmplY3QgYUNvbnRleHRcbiAqICAgICAgICBPcHRpb25hbC4gSWYgc3BlY2lmaWVkLCB0aGlzIG9iamVjdCB3aWxsIGJlIHRoZSB2YWx1ZSBvZiBgdGhpc2AgZXZlcnlcbiAqICAgICAgICB0aW1lIHRoYXQgYGFDYWxsYmFja2AgaXMgY2FsbGVkLlxuICogQHBhcmFtIGFPcmRlclxuICogICAgICAgIEVpdGhlciBgU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSYCBvclxuICogICAgICAgIGBTb3VyY2VNYXBDb25zdW1lci5PUklHSU5BTF9PUkRFUmAuIFNwZWNpZmllcyB3aGV0aGVyIHlvdSB3YW50IHRvXG4gKiAgICAgICAgaXRlcmF0ZSBvdmVyIHRoZSBtYXBwaW5ncyBzb3J0ZWQgYnkgdGhlIGdlbmVyYXRlZCBmaWxlJ3MgbGluZS9jb2x1bW5cbiAqICAgICAgICBvcmRlciBvciB0aGUgb3JpZ2luYWwncyBzb3VyY2UvbGluZS9jb2x1bW4gb3JkZXIsIHJlc3BlY3RpdmVseS4gRGVmYXVsdHMgdG9cbiAqICAgICAgICBgU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSYC5cbiAqL1xuU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmVhY2hNYXBwaW5nID1cbiAgZnVuY3Rpb24gU291cmNlTWFwQ29uc3VtZXJfZWFjaE1hcHBpbmcoYUNhbGxiYWNrLCBhQ29udGV4dCwgYU9yZGVyKSB7XG4gICAgdmFyIGNvbnRleHQgPSBhQ29udGV4dCB8fCBudWxsO1xuICAgIHZhciBvcmRlciA9IGFPcmRlciB8fCBTb3VyY2VNYXBDb25zdW1lci5HRU5FUkFURURfT1JERVI7XG5cbiAgICB2YXIgbWFwcGluZ3M7XG4gICAgc3dpdGNoIChvcmRlcikge1xuICAgIGNhc2UgU291cmNlTWFwQ29uc3VtZXIuR0VORVJBVEVEX09SREVSOlxuICAgICAgbWFwcGluZ3MgPSB0aGlzLl9nZW5lcmF0ZWRNYXBwaW5ncztcbiAgICAgIGJyZWFrO1xuICAgIGNhc2UgU291cmNlTWFwQ29uc3VtZXIuT1JJR0lOQUxfT1JERVI6XG4gICAgICBtYXBwaW5ncyA9IHRoaXMuX29yaWdpbmFsTWFwcGluZ3M7XG4gICAgICBicmVhaztcbiAgICBkZWZhdWx0OlxuICAgICAgdGhyb3cgbmV3IEVycm9yKFwiVW5rbm93biBvcmRlciBvZiBpdGVyYXRpb24uXCIpO1xuICAgIH1cblxuICAgIHZhciBzb3VyY2VSb290ID0gdGhpcy5zb3VyY2VSb290O1xuICAgIG1hcHBpbmdzLm1hcChmdW5jdGlvbiAobWFwcGluZykge1xuICAgICAgdmFyIHNvdXJjZSA9IG1hcHBpbmcuc291cmNlID09PSBudWxsID8gbnVsbCA6IHRoaXMuX3NvdXJjZXMuYXQobWFwcGluZy5zb3VyY2UpO1xuICAgICAgc291cmNlID0gdXRpbC5jb21wdXRlU291cmNlVVJMKHNvdXJjZVJvb3QsIHNvdXJjZSwgdGhpcy5fc291cmNlTWFwVVJMKTtcbiAgICAgIHJldHVybiB7XG4gICAgICAgIHNvdXJjZTogc291cmNlLFxuICAgICAgICBnZW5lcmF0ZWRMaW5lOiBtYXBwaW5nLmdlbmVyYXRlZExpbmUsXG4gICAgICAgIGdlbmVyYXRlZENvbHVtbjogbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4sXG4gICAgICAgIG9yaWdpbmFsTGluZTogbWFwcGluZy5vcmlnaW5hbExpbmUsXG4gICAgICAgIG9yaWdpbmFsQ29sdW1uOiBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uLFxuICAgICAgICBuYW1lOiBtYXBwaW5nLm5hbWUgPT09IG51bGwgPyBudWxsIDogdGhpcy5fbmFtZXMuYXQobWFwcGluZy5uYW1lKVxuICAgICAgfTtcbiAgICB9LCB0aGlzKS5mb3JFYWNoKGFDYWxsYmFjaywgY29udGV4dCk7XG4gIH07XG5cbi8qKlxuICogUmV0dXJucyBhbGwgZ2VuZXJhdGVkIGxpbmUgYW5kIGNvbHVtbiBpbmZvcm1hdGlvbiBmb3IgdGhlIG9yaWdpbmFsIHNvdXJjZSxcbiAqIGxpbmUsIGFuZCBjb2x1bW4gcHJvdmlkZWQuIElmIG5vIGNvbHVtbiBpcyBwcm92aWRlZCwgcmV0dXJucyBhbGwgbWFwcGluZ3NcbiAqIGNvcnJlc3BvbmRpbmcgdG8gYSBlaXRoZXIgdGhlIGxpbmUgd2UgYXJlIHNlYXJjaGluZyBmb3Igb3IgdGhlIG5leHRcbiAqIGNsb3Nlc3QgbGluZSB0aGF0IGhhcyBhbnkgbWFwcGluZ3MuIE90aGVyd2lzZSwgcmV0dXJucyBhbGwgbWFwcGluZ3NcbiAqIGNvcnJlc3BvbmRpbmcgdG8gdGhlIGdpdmVuIGxpbmUgYW5kIGVpdGhlciB0aGUgY29sdW1uIHdlIGFyZSBzZWFyY2hpbmcgZm9yXG4gKiBvciB0aGUgbmV4dCBjbG9zZXN0IGNvbHVtbiB0aGF0IGhhcyBhbnkgb2Zmc2V0cy5cbiAqXG4gKiBUaGUgb25seSBhcmd1bWVudCBpcyBhbiBvYmplY3Qgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIHNvdXJjZTogVGhlIGZpbGVuYW1lIG9mIHRoZSBvcmlnaW5hbCBzb3VyY2UuXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBvcmlnaW5hbCBzb3VyY2UuICBUaGUgbGluZSBudW1iZXIgaXMgMS1iYXNlZC5cbiAqICAgLSBjb2x1bW46IE9wdGlvbmFsLiB0aGUgY29sdW1uIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLlxuICogICAgVGhlIGNvbHVtbiBudW1iZXIgaXMgMC1iYXNlZC5cbiAqXG4gKiBhbmQgYW4gYXJyYXkgb2Ygb2JqZWN0cyBpcyByZXR1cm5lZCwgZWFjaCB3aXRoIHRoZSBmb2xsb3dpbmcgcHJvcGVydGllczpcbiAqXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLCBvciBudWxsLiAgVGhlXG4gKiAgICBsaW5lIG51bWJlciBpcyAxLWJhc2VkLlxuICogICAtIGNvbHVtbjogVGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIGdlbmVyYXRlZCBzb3VyY2UsIG9yIG51bGwuXG4gKiAgICBUaGUgY29sdW1uIG51bWJlciBpcyAwLWJhc2VkLlxuICovXG5Tb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuYWxsR2VuZXJhdGVkUG9zaXRpb25zRm9yID1cbiAgZnVuY3Rpb24gU291cmNlTWFwQ29uc3VtZXJfYWxsR2VuZXJhdGVkUG9zaXRpb25zRm9yKGFBcmdzKSB7XG4gICAgdmFyIGxpbmUgPSB1dGlsLmdldEFyZyhhQXJncywgJ2xpbmUnKTtcblxuICAgIC8vIFdoZW4gdGhlcmUgaXMgbm8gZXhhY3QgbWF0Y2gsIEJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLl9maW5kTWFwcGluZ1xuICAgIC8vIHJldHVybnMgdGhlIGluZGV4IG9mIHRoZSBjbG9zZXN0IG1hcHBpbmcgbGVzcyB0aGFuIHRoZSBuZWVkbGUuIEJ5XG4gICAgLy8gc2V0dGluZyBuZWVkbGUub3JpZ2luYWxDb2x1bW4gdG8gMCwgd2UgdGh1cyBmaW5kIHRoZSBsYXN0IG1hcHBpbmcgZm9yXG4gICAgLy8gdGhlIGdpdmVuIGxpbmUsIHByb3ZpZGVkIHN1Y2ggYSBtYXBwaW5nIGV4aXN0cy5cbiAgICB2YXIgbmVlZGxlID0ge1xuICAgICAgc291cmNlOiB1dGlsLmdldEFyZyhhQXJncywgJ3NvdXJjZScpLFxuICAgICAgb3JpZ2luYWxMaW5lOiBsaW5lLFxuICAgICAgb3JpZ2luYWxDb2x1bW46IHV0aWwuZ2V0QXJnKGFBcmdzLCAnY29sdW1uJywgMClcbiAgICB9O1xuXG4gICAgbmVlZGxlLnNvdXJjZSA9IHRoaXMuX2ZpbmRTb3VyY2VJbmRleChuZWVkbGUuc291cmNlKTtcbiAgICBpZiAobmVlZGxlLnNvdXJjZSA8IDApIHtcbiAgICAgIHJldHVybiBbXTtcbiAgICB9XG5cbiAgICB2YXIgbWFwcGluZ3MgPSBbXTtcblxuICAgIHZhciBpbmRleCA9IHRoaXMuX2ZpbmRNYXBwaW5nKG5lZWRsZSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLl9vcmlnaW5hbE1hcHBpbmdzLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwib3JpZ2luYWxMaW5lXCIsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJvcmlnaW5hbENvbHVtblwiLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHV0aWwuY29tcGFyZUJ5T3JpZ2luYWxQb3NpdGlvbnMsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYmluYXJ5U2VhcmNoLkxFQVNUX1VQUEVSX0JPVU5EKTtcbiAgICBpZiAoaW5kZXggPj0gMCkge1xuICAgICAgdmFyIG1hcHBpbmcgPSB0aGlzLl9vcmlnaW5hbE1hcHBpbmdzW2luZGV4XTtcblxuICAgICAgaWYgKGFBcmdzLmNvbHVtbiA9PT0gdW5kZWZpbmVkKSB7XG4gICAgICAgIHZhciBvcmlnaW5hbExpbmUgPSBtYXBwaW5nLm9yaWdpbmFsTGluZTtcblxuICAgICAgICAvLyBJdGVyYXRlIHVudGlsIGVpdGhlciB3ZSBydW4gb3V0IG9mIG1hcHBpbmdzLCBvciB3ZSBydW4gaW50b1xuICAgICAgICAvLyBhIG1hcHBpbmcgZm9yIGEgZGlmZmVyZW50IGxpbmUgdGhhbiB0aGUgb25lIHdlIGZvdW5kLiBTaW5jZVxuICAgICAgICAvLyBtYXBwaW5ncyBhcmUgc29ydGVkLCB0aGlzIGlzIGd1YXJhbnRlZWQgdG8gZmluZCBhbGwgbWFwcGluZ3MgZm9yXG4gICAgICAgIC8vIHRoZSBsaW5lIHdlIGZvdW5kLlxuICAgICAgICB3aGlsZSAobWFwcGluZyAmJiBtYXBwaW5nLm9yaWdpbmFsTGluZSA9PT0gb3JpZ2luYWxMaW5lKSB7XG4gICAgICAgICAgbWFwcGluZ3MucHVzaCh7XG4gICAgICAgICAgICBsaW5lOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnZ2VuZXJhdGVkTGluZScsIG51bGwpLFxuICAgICAgICAgICAgY29sdW1uOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnZ2VuZXJhdGVkQ29sdW1uJywgbnVsbCksXG4gICAgICAgICAgICBsYXN0Q29sdW1uOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnbGFzdEdlbmVyYXRlZENvbHVtbicsIG51bGwpXG4gICAgICAgICAgfSk7XG5cbiAgICAgICAgICBtYXBwaW5nID0gdGhpcy5fb3JpZ2luYWxNYXBwaW5nc1srK2luZGV4XTtcbiAgICAgICAgfVxuICAgICAgfSBlbHNlIHtcbiAgICAgICAgdmFyIG9yaWdpbmFsQ29sdW1uID0gbWFwcGluZy5vcmlnaW5hbENvbHVtbjtcblxuICAgICAgICAvLyBJdGVyYXRlIHVudGlsIGVpdGhlciB3ZSBydW4gb3V0IG9mIG1hcHBpbmdzLCBvciB3ZSBydW4gaW50b1xuICAgICAgICAvLyBhIG1hcHBpbmcgZm9yIGEgZGlmZmVyZW50IGxpbmUgdGhhbiB0aGUgb25lIHdlIHdlcmUgc2VhcmNoaW5nIGZvci5cbiAgICAgICAgLy8gU2luY2UgbWFwcGluZ3MgYXJlIHNvcnRlZCwgdGhpcyBpcyBndWFyYW50ZWVkIHRvIGZpbmQgYWxsIG1hcHBpbmdzIGZvclxuICAgICAgICAvLyB0aGUgbGluZSB3ZSBhcmUgc2VhcmNoaW5nIGZvci5cbiAgICAgICAgd2hpbGUgKG1hcHBpbmcgJiZcbiAgICAgICAgICAgICAgIG1hcHBpbmcub3JpZ2luYWxMaW5lID09PSBsaW5lICYmXG4gICAgICAgICAgICAgICBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uID09IG9yaWdpbmFsQ29sdW1uKSB7XG4gICAgICAgICAgbWFwcGluZ3MucHVzaCh7XG4gICAgICAgICAgICBsaW5lOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnZ2VuZXJhdGVkTGluZScsIG51bGwpLFxuICAgICAgICAgICAgY29sdW1uOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnZ2VuZXJhdGVkQ29sdW1uJywgbnVsbCksXG4gICAgICAgICAgICBsYXN0Q29sdW1uOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnbGFzdEdlbmVyYXRlZENvbHVtbicsIG51bGwpXG4gICAgICAgICAgfSk7XG5cbiAgICAgICAgICBtYXBwaW5nID0gdGhpcy5fb3JpZ2luYWxNYXBwaW5nc1srK2luZGV4XTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cblxuICAgIHJldHVybiBtYXBwaW5ncztcbiAgfTtcblxuZXhwb3J0cy5Tb3VyY2VNYXBDb25zdW1lciA9IFNvdXJjZU1hcENvbnN1bWVyO1xuXG4vKipcbiAqIEEgQmFzaWNTb3VyY2VNYXBDb25zdW1lciBpbnN0YW5jZSByZXByZXNlbnRzIGEgcGFyc2VkIHNvdXJjZSBtYXAgd2hpY2ggd2UgY2FuXG4gKiBxdWVyeSBmb3IgaW5mb3JtYXRpb24gYWJvdXQgdGhlIG9yaWdpbmFsIGZpbGUgcG9zaXRpb25zIGJ5IGdpdmluZyBpdCBhIGZpbGVcbiAqIHBvc2l0aW9uIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLlxuICpcbiAqIFRoZSBmaXJzdCBwYXJhbWV0ZXIgaXMgdGhlIHJhdyBzb3VyY2UgbWFwIChlaXRoZXIgYXMgYSBKU09OIHN0cmluZywgb3JcbiAqIGFscmVhZHkgcGFyc2VkIHRvIGFuIG9iamVjdCkuIEFjY29yZGluZyB0byB0aGUgc3BlYywgc291cmNlIG1hcHMgaGF2ZSB0aGVcbiAqIGZvbGxvd2luZyBhdHRyaWJ1dGVzOlxuICpcbiAqICAgLSB2ZXJzaW9uOiBXaGljaCB2ZXJzaW9uIG9mIHRoZSBzb3VyY2UgbWFwIHNwZWMgdGhpcyBtYXAgaXMgZm9sbG93aW5nLlxuICogICAtIHNvdXJjZXM6IEFuIGFycmF5IG9mIFVSTHMgdG8gdGhlIG9yaWdpbmFsIHNvdXJjZSBmaWxlcy5cbiAqICAgLSBuYW1lczogQW4gYXJyYXkgb2YgaWRlbnRpZmllcnMgd2hpY2ggY2FuIGJlIHJlZmVycmVuY2VkIGJ5IGluZGl2aWR1YWwgbWFwcGluZ3MuXG4gKiAgIC0gc291cmNlUm9vdDogT3B0aW9uYWwuIFRoZSBVUkwgcm9vdCBmcm9tIHdoaWNoIGFsbCBzb3VyY2VzIGFyZSByZWxhdGl2ZS5cbiAqICAgLSBzb3VyY2VzQ29udGVudDogT3B0aW9uYWwuIEFuIGFycmF5IG9mIGNvbnRlbnRzIG9mIHRoZSBvcmlnaW5hbCBzb3VyY2UgZmlsZXMuXG4gKiAgIC0gbWFwcGluZ3M6IEEgc3RyaW5nIG9mIGJhc2U2NCBWTFFzIHdoaWNoIGNvbnRhaW4gdGhlIGFjdHVhbCBtYXBwaW5ncy5cbiAqICAgLSBmaWxlOiBPcHRpb25hbC4gVGhlIGdlbmVyYXRlZCBmaWxlIHRoaXMgc291cmNlIG1hcCBpcyBhc3NvY2lhdGVkIHdpdGguXG4gKlxuICogSGVyZSBpcyBhbiBleGFtcGxlIHNvdXJjZSBtYXAsIHRha2VuIGZyb20gdGhlIHNvdXJjZSBtYXAgc3BlY1swXTpcbiAqXG4gKiAgICAge1xuICogICAgICAgdmVyc2lvbiA6IDMsXG4gKiAgICAgICBmaWxlOiBcIm91dC5qc1wiLFxuICogICAgICAgc291cmNlUm9vdCA6IFwiXCIsXG4gKiAgICAgICBzb3VyY2VzOiBbXCJmb28uanNcIiwgXCJiYXIuanNcIl0sXG4gKiAgICAgICBuYW1lczogW1wic3JjXCIsIFwibWFwc1wiLCBcImFyZVwiLCBcImZ1blwiXSxcbiAqICAgICAgIG1hcHBpbmdzOiBcIkFBLEFCOztBQkNERTtcIlxuICogICAgIH1cbiAqXG4gKiBUaGUgc2Vjb25kIHBhcmFtZXRlciwgaWYgZ2l2ZW4sIGlzIGEgc3RyaW5nIHdob3NlIHZhbHVlIGlzIHRoZSBVUkxcbiAqIGF0IHdoaWNoIHRoZSBzb3VyY2UgbWFwIHdhcyBmb3VuZC4gIFRoaXMgVVJMIGlzIHVzZWQgdG8gY29tcHV0ZSB0aGVcbiAqIHNvdXJjZXMgYXJyYXkuXG4gKlxuICogWzBdOiBodHRwczovL2RvY3MuZ29vZ2xlLmNvbS9kb2N1bWVudC9kLzFVMVJHQWVoUXdSeXBVVG92RjFLUmxwaU9GemUwYi1fMmdjNmZBSDBLWTBrL2VkaXQ/cGxpPTEjXG4gKi9cbmZ1bmN0aW9uIEJhc2ljU291cmNlTWFwQ29uc3VtZXIoYVNvdXJjZU1hcCwgYVNvdXJjZU1hcFVSTCkge1xuICB2YXIgc291cmNlTWFwID0gYVNvdXJjZU1hcDtcbiAgaWYgKHR5cGVvZiBhU291cmNlTWFwID09PSAnc3RyaW5nJykge1xuICAgIHNvdXJjZU1hcCA9IHV0aWwucGFyc2VTb3VyY2VNYXBJbnB1dChhU291cmNlTWFwKTtcbiAgfVxuXG4gIHZhciB2ZXJzaW9uID0gdXRpbC5nZXRBcmcoc291cmNlTWFwLCAndmVyc2lvbicpO1xuICB2YXIgc291cmNlcyA9IHV0aWwuZ2V0QXJnKHNvdXJjZU1hcCwgJ3NvdXJjZXMnKTtcbiAgLy8gU2FzcyAzLjMgbGVhdmVzIG91dCB0aGUgJ25hbWVzJyBhcnJheSwgc28gd2UgZGV2aWF0ZSBmcm9tIHRoZSBzcGVjICh3aGljaFxuICAvLyByZXF1aXJlcyB0aGUgYXJyYXkpIHRvIHBsYXkgbmljZSBoZXJlLlxuICB2YXIgbmFtZXMgPSB1dGlsLmdldEFyZyhzb3VyY2VNYXAsICduYW1lcycsIFtdKTtcbiAgdmFyIHNvdXJjZVJvb3QgPSB1dGlsLmdldEFyZyhzb3VyY2VNYXAsICdzb3VyY2VSb290JywgbnVsbCk7XG4gIHZhciBzb3VyY2VzQ29udGVudCA9IHV0aWwuZ2V0QXJnKHNvdXJjZU1hcCwgJ3NvdXJjZXNDb250ZW50JywgbnVsbCk7XG4gIHZhciBtYXBwaW5ncyA9IHV0aWwuZ2V0QXJnKHNvdXJjZU1hcCwgJ21hcHBpbmdzJyk7XG4gIHZhciBmaWxlID0gdXRpbC5nZXRBcmcoc291cmNlTWFwLCAnZmlsZScsIG51bGwpO1xuXG4gIC8vIE9uY2UgYWdhaW4sIFNhc3MgZGV2aWF0ZXMgZnJvbSB0aGUgc3BlYyBhbmQgc3VwcGxpZXMgdGhlIHZlcnNpb24gYXMgYVxuICAvLyBzdHJpbmcgcmF0aGVyIHRoYW4gYSBudW1iZXIsIHNvIHdlIHVzZSBsb29zZSBlcXVhbGl0eSBjaGVja2luZyBoZXJlLlxuICBpZiAodmVyc2lvbiAhPSB0aGlzLl92ZXJzaW9uKSB7XG4gICAgdGhyb3cgbmV3IEVycm9yKCdVbnN1cHBvcnRlZCB2ZXJzaW9uOiAnICsgdmVyc2lvbik7XG4gIH1cblxuICBpZiAoc291cmNlUm9vdCkge1xuICAgIHNvdXJjZVJvb3QgPSB1dGlsLm5vcm1hbGl6ZShzb3VyY2VSb290KTtcbiAgfVxuXG4gIHNvdXJjZXMgPSBzb3VyY2VzXG4gICAgLm1hcChTdHJpbmcpXG4gICAgLy8gU29tZSBzb3VyY2UgbWFwcyBwcm9kdWNlIHJlbGF0aXZlIHNvdXJjZSBwYXRocyBsaWtlIFwiLi9mb28uanNcIiBpbnN0ZWFkIG9mXG4gICAgLy8gXCJmb28uanNcIi4gIE5vcm1hbGl6ZSB0aGVzZSBmaXJzdCBzbyB0aGF0IGZ1dHVyZSBjb21wYXJpc29ucyB3aWxsIHN1Y2NlZWQuXG4gICAgLy8gU2VlIGJ1Z3ppbC5sYS8xMDkwNzY4LlxuICAgIC5tYXAodXRpbC5ub3JtYWxpemUpXG4gICAgLy8gQWx3YXlzIGVuc3VyZSB0aGF0IGFic29sdXRlIHNvdXJjZXMgYXJlIGludGVybmFsbHkgc3RvcmVkIHJlbGF0aXZlIHRvXG4gICAgLy8gdGhlIHNvdXJjZSByb290LCBpZiB0aGUgc291cmNlIHJvb3QgaXMgYWJzb2x1dGUuIE5vdCBkb2luZyB0aGlzIHdvdWxkXG4gICAgLy8gYmUgcGFydGljdWxhcmx5IHByb2JsZW1hdGljIHdoZW4gdGhlIHNvdXJjZSByb290IGlzIGEgcHJlZml4IG9mIHRoZVxuICAgIC8vIHNvdXJjZSAodmFsaWQsIGJ1dCB3aHk/PykuIFNlZSBnaXRodWIgaXNzdWUgIzE5OSBhbmQgYnVnemlsLmxhLzExODg5ODIuXG4gICAgLm1hcChmdW5jdGlvbiAoc291cmNlKSB7XG4gICAgICByZXR1cm4gc291cmNlUm9vdCAmJiB1dGlsLmlzQWJzb2x1dGUoc291cmNlUm9vdCkgJiYgdXRpbC5pc0Fic29sdXRlKHNvdXJjZSlcbiAgICAgICAgPyB1dGlsLnJlbGF0aXZlKHNvdXJjZVJvb3QsIHNvdXJjZSlcbiAgICAgICAgOiBzb3VyY2U7XG4gICAgfSk7XG5cbiAgLy8gUGFzcyBgdHJ1ZWAgYmVsb3cgdG8gYWxsb3cgZHVwbGljYXRlIG5hbWVzIGFuZCBzb3VyY2VzLiBXaGlsZSBzb3VyY2UgbWFwc1xuICAvLyBhcmUgaW50ZW5kZWQgdG8gYmUgY29tcHJlc3NlZCBhbmQgZGVkdXBsaWNhdGVkLCB0aGUgVHlwZVNjcmlwdCBjb21waWxlclxuICAvLyBzb21ldGltZXMgZ2VuZXJhdGVzIHNvdXJjZSBtYXBzIHdpdGggZHVwbGljYXRlcyBpbiB0aGVtLiBTZWUgR2l0aHViIGlzc3VlXG4gIC8vICM3MiBhbmQgYnVnemlsLmxhLzg4OTQ5Mi5cbiAgdGhpcy5fbmFtZXMgPSBBcnJheVNldC5mcm9tQXJyYXkobmFtZXMubWFwKFN0cmluZyksIHRydWUpO1xuICB0aGlzLl9zb3VyY2VzID0gQXJyYXlTZXQuZnJvbUFycmF5KHNvdXJjZXMsIHRydWUpO1xuXG4gIHRoaXMuX2Fic29sdXRlU291cmNlcyA9IHRoaXMuX3NvdXJjZXMudG9BcnJheSgpLm1hcChmdW5jdGlvbiAocykge1xuICAgIHJldHVybiB1dGlsLmNvbXB1dGVTb3VyY2VVUkwoc291cmNlUm9vdCwgcywgYVNvdXJjZU1hcFVSTCk7XG4gIH0pO1xuXG4gIHRoaXMuc291cmNlUm9vdCA9IHNvdXJjZVJvb3Q7XG4gIHRoaXMuc291cmNlc0NvbnRlbnQgPSBzb3VyY2VzQ29udGVudDtcbiAgdGhpcy5fbWFwcGluZ3MgPSBtYXBwaW5ncztcbiAgdGhpcy5fc291cmNlTWFwVVJMID0gYVNvdXJjZU1hcFVSTDtcbiAgdGhpcy5maWxlID0gZmlsZTtcbn1cblxuQmFzaWNTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUgPSBPYmplY3QuY3JlYXRlKFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZSk7XG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5jb25zdW1lciA9IFNvdXJjZU1hcENvbnN1bWVyO1xuXG4vKipcbiAqIFV0aWxpdHkgZnVuY3Rpb24gdG8gZmluZCB0aGUgaW5kZXggb2YgYSBzb3VyY2UuICBSZXR1cm5zIC0xIGlmIG5vdFxuICogZm91bmQuXG4gKi9cbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLl9maW5kU291cmNlSW5kZXggPSBmdW5jdGlvbihhU291cmNlKSB7XG4gIHZhciByZWxhdGl2ZVNvdXJjZSA9IGFTb3VyY2U7XG4gIGlmICh0aGlzLnNvdXJjZVJvb3QgIT0gbnVsbCkge1xuICAgIHJlbGF0aXZlU291cmNlID0gdXRpbC5yZWxhdGl2ZSh0aGlzLnNvdXJjZVJvb3QsIHJlbGF0aXZlU291cmNlKTtcbiAgfVxuXG4gIGlmICh0aGlzLl9zb3VyY2VzLmhhcyhyZWxhdGl2ZVNvdXJjZSkpIHtcbiAgICByZXR1cm4gdGhpcy5fc291cmNlcy5pbmRleE9mKHJlbGF0aXZlU291cmNlKTtcbiAgfVxuXG4gIC8vIE1heWJlIGFTb3VyY2UgaXMgYW4gYWJzb2x1dGUgVVJMIGFzIHJldHVybmVkIGJ5IHxzb3VyY2VzfC4gIEluXG4gIC8vIHRoaXMgY2FzZSB3ZSBjYW4ndCBzaW1wbHkgdW5kbyB0aGUgdHJhbnNmb3JtLlxuICB2YXIgaTtcbiAgZm9yIChpID0gMDsgaSA8IHRoaXMuX2Fic29sdXRlU291cmNlcy5sZW5ndGg7ICsraSkge1xuICAgIGlmICh0aGlzLl9hYnNvbHV0ZVNvdXJjZXNbaV0gPT0gYVNvdXJjZSkge1xuICAgICAgcmV0dXJuIGk7XG4gICAgfVxuICB9XG5cbiAgcmV0dXJuIC0xO1xufTtcblxuLyoqXG4gKiBDcmVhdGUgYSBCYXNpY1NvdXJjZU1hcENvbnN1bWVyIGZyb20gYSBTb3VyY2VNYXBHZW5lcmF0b3IuXG4gKlxuICogQHBhcmFtIFNvdXJjZU1hcEdlbmVyYXRvciBhU291cmNlTWFwXG4gKiAgICAgICAgVGhlIHNvdXJjZSBtYXAgdGhhdCB3aWxsIGJlIGNvbnN1bWVkLlxuICogQHBhcmFtIFN0cmluZyBhU291cmNlTWFwVVJMXG4gKiAgICAgICAgVGhlIFVSTCBhdCB3aGljaCB0aGUgc291cmNlIG1hcCBjYW4gYmUgZm91bmQgKG9wdGlvbmFsKVxuICogQHJldHVybnMgQmFzaWNTb3VyY2VNYXBDb25zdW1lclxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLmZyb21Tb3VyY2VNYXAgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9mcm9tU291cmNlTWFwKGFTb3VyY2VNYXAsIGFTb3VyY2VNYXBVUkwpIHtcbiAgICB2YXIgc21jID0gT2JqZWN0LmNyZWF0ZShCYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZSk7XG5cbiAgICB2YXIgbmFtZXMgPSBzbWMuX25hbWVzID0gQXJyYXlTZXQuZnJvbUFycmF5KGFTb3VyY2VNYXAuX25hbWVzLnRvQXJyYXkoKSwgdHJ1ZSk7XG4gICAgdmFyIHNvdXJjZXMgPSBzbWMuX3NvdXJjZXMgPSBBcnJheVNldC5mcm9tQXJyYXkoYVNvdXJjZU1hcC5fc291cmNlcy50b0FycmF5KCksIHRydWUpO1xuICAgIHNtYy5zb3VyY2VSb290ID0gYVNvdXJjZU1hcC5fc291cmNlUm9vdDtcbiAgICBzbWMuc291cmNlc0NvbnRlbnQgPSBhU291cmNlTWFwLl9nZW5lcmF0ZVNvdXJjZXNDb250ZW50KHNtYy5fc291cmNlcy50b0FycmF5KCksXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzbWMuc291cmNlUm9vdCk7XG4gICAgc21jLmZpbGUgPSBhU291cmNlTWFwLl9maWxlO1xuICAgIHNtYy5fc291cmNlTWFwVVJMID0gYVNvdXJjZU1hcFVSTDtcbiAgICBzbWMuX2Fic29sdXRlU291cmNlcyA9IHNtYy5fc291cmNlcy50b0FycmF5KCkubWFwKGZ1bmN0aW9uIChzKSB7XG4gICAgICByZXR1cm4gdXRpbC5jb21wdXRlU291cmNlVVJMKHNtYy5zb3VyY2VSb290LCBzLCBhU291cmNlTWFwVVJMKTtcbiAgICB9KTtcblxuICAgIC8vIEJlY2F1c2Ugd2UgYXJlIG1vZGlmeWluZyB0aGUgZW50cmllcyAoYnkgY29udmVydGluZyBzdHJpbmcgc291cmNlcyBhbmRcbiAgICAvLyBuYW1lcyB0byBpbmRpY2VzIGludG8gdGhlIHNvdXJjZXMgYW5kIG5hbWVzIEFycmF5U2V0cyksIHdlIGhhdmUgdG8gbWFrZVxuICAgIC8vIGEgY29weSBvZiB0aGUgZW50cnkgb3IgZWxzZSBiYWQgdGhpbmdzIGhhcHBlbi4gU2hhcmVkIG11dGFibGUgc3RhdGVcbiAgICAvLyBzdHJpa2VzIGFnYWluISBTZWUgZ2l0aHViIGlzc3VlICMxOTEuXG5cbiAgICB2YXIgZ2VuZXJhdGVkTWFwcGluZ3MgPSBhU291cmNlTWFwLl9tYXBwaW5ncy50b0FycmF5KCkuc2xpY2UoKTtcbiAgICB2YXIgZGVzdEdlbmVyYXRlZE1hcHBpbmdzID0gc21jLl9fZ2VuZXJhdGVkTWFwcGluZ3MgPSBbXTtcbiAgICB2YXIgZGVzdE9yaWdpbmFsTWFwcGluZ3MgPSBzbWMuX19vcmlnaW5hbE1hcHBpbmdzID0gW107XG5cbiAgICBmb3IgKHZhciBpID0gMCwgbGVuZ3RoID0gZ2VuZXJhdGVkTWFwcGluZ3MubGVuZ3RoOyBpIDwgbGVuZ3RoOyBpKyspIHtcbiAgICAgIHZhciBzcmNNYXBwaW5nID0gZ2VuZXJhdGVkTWFwcGluZ3NbaV07XG4gICAgICB2YXIgZGVzdE1hcHBpbmcgPSBuZXcgTWFwcGluZztcbiAgICAgIGRlc3RNYXBwaW5nLmdlbmVyYXRlZExpbmUgPSBzcmNNYXBwaW5nLmdlbmVyYXRlZExpbmU7XG4gICAgICBkZXN0TWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4gPSBzcmNNYXBwaW5nLmdlbmVyYXRlZENvbHVtbjtcblxuICAgICAgaWYgKHNyY01hcHBpbmcuc291cmNlKSB7XG4gICAgICAgIGRlc3RNYXBwaW5nLnNvdXJjZSA9IHNvdXJjZXMuaW5kZXhPZihzcmNNYXBwaW5nLnNvdXJjZSk7XG4gICAgICAgIGRlc3RNYXBwaW5nLm9yaWdpbmFsTGluZSA9IHNyY01hcHBpbmcub3JpZ2luYWxMaW5lO1xuICAgICAgICBkZXN0TWFwcGluZy5vcmlnaW5hbENvbHVtbiA9IHNyY01hcHBpbmcub3JpZ2luYWxDb2x1bW47XG5cbiAgICAgICAgaWYgKHNyY01hcHBpbmcubmFtZSkge1xuICAgICAgICAgIGRlc3RNYXBwaW5nLm5hbWUgPSBuYW1lcy5pbmRleE9mKHNyY01hcHBpbmcubmFtZSk7XG4gICAgICAgIH1cblxuICAgICAgICBkZXN0T3JpZ2luYWxNYXBwaW5ncy5wdXNoKGRlc3RNYXBwaW5nKTtcbiAgICAgIH1cblxuICAgICAgZGVzdEdlbmVyYXRlZE1hcHBpbmdzLnB1c2goZGVzdE1hcHBpbmcpO1xuICAgIH1cblxuICAgIHF1aWNrU29ydChzbWMuX19vcmlnaW5hbE1hcHBpbmdzLCB1dGlsLmNvbXBhcmVCeU9yaWdpbmFsUG9zaXRpb25zKTtcblxuICAgIHJldHVybiBzbWM7XG4gIH07XG5cbi8qKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIHNvdXJjZSBtYXBwaW5nIHNwZWMgdGhhdCB3ZSBhcmUgY29uc3VtaW5nLlxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fdmVyc2lvbiA9IDM7XG5cbi8qKlxuICogVGhlIGxpc3Qgb2Ygb3JpZ2luYWwgc291cmNlcy5cbiAqL1xuT2JqZWN0LmRlZmluZVByb3BlcnR5KEJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLCAnc291cmNlcycsIHtcbiAgZ2V0OiBmdW5jdGlvbiAoKSB7XG4gICAgcmV0dXJuIHRoaXMuX2Fic29sdXRlU291cmNlcy5zbGljZSgpO1xuICB9XG59KTtcblxuLyoqXG4gKiBQcm92aWRlIHRoZSBKSVQgd2l0aCBhIG5pY2Ugc2hhcGUgLyBoaWRkZW4gY2xhc3MuXG4gKi9cbmZ1bmN0aW9uIE1hcHBpbmcoKSB7XG4gIHRoaXMuZ2VuZXJhdGVkTGluZSA9IDA7XG4gIHRoaXMuZ2VuZXJhdGVkQ29sdW1uID0gMDtcbiAgdGhpcy5zb3VyY2UgPSBudWxsO1xuICB0aGlzLm9yaWdpbmFsTGluZSA9IG51bGw7XG4gIHRoaXMub3JpZ2luYWxDb2x1bW4gPSBudWxsO1xuICB0aGlzLm5hbWUgPSBudWxsO1xufVxuXG4vKipcbiAqIFBhcnNlIHRoZSBtYXBwaW5ncyBpbiBhIHN0cmluZyBpbiB0byBhIGRhdGEgc3RydWN0dXJlIHdoaWNoIHdlIGNhbiBlYXNpbHlcbiAqIHF1ZXJ5ICh0aGUgb3JkZXJlZCBhcnJheXMgaW4gdGhlIGB0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3NgIGFuZFxuICogYHRoaXMuX19vcmlnaW5hbE1hcHBpbmdzYCBwcm9wZXJ0aWVzKS5cbiAqL1xuQmFzaWNTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUuX3BhcnNlTWFwcGluZ3MgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9wYXJzZU1hcHBpbmdzKGFTdHIsIGFTb3VyY2VSb290KSB7XG4gICAgdmFyIGdlbmVyYXRlZExpbmUgPSAxO1xuICAgIHZhciBwcmV2aW91c0dlbmVyYXRlZENvbHVtbiA9IDA7XG4gICAgdmFyIHByZXZpb3VzT3JpZ2luYWxMaW5lID0gMDtcbiAgICB2YXIgcHJldmlvdXNPcmlnaW5hbENvbHVtbiA9IDA7XG4gICAgdmFyIHByZXZpb3VzU291cmNlID0gMDtcbiAgICB2YXIgcHJldmlvdXNOYW1lID0gMDtcbiAgICB2YXIgbGVuZ3RoID0gYVN0ci5sZW5ndGg7XG4gICAgdmFyIGluZGV4ID0gMDtcbiAgICB2YXIgY2FjaGVkU2VnbWVudHMgPSB7fTtcbiAgICB2YXIgdGVtcCA9IHt9O1xuICAgIHZhciBvcmlnaW5hbE1hcHBpbmdzID0gW107XG4gICAgdmFyIGdlbmVyYXRlZE1hcHBpbmdzID0gW107XG4gICAgdmFyIG1hcHBpbmcsIHN0ciwgc2VnbWVudCwgZW5kLCB2YWx1ZTtcblxuICAgIHdoaWxlIChpbmRleCA8IGxlbmd0aCkge1xuICAgICAgaWYgKGFTdHIuY2hhckF0KGluZGV4KSA9PT0gJzsnKSB7XG4gICAgICAgIGdlbmVyYXRlZExpbmUrKztcbiAgICAgICAgaW5kZXgrKztcbiAgICAgICAgcHJldmlvdXNHZW5lcmF0ZWRDb2x1bW4gPSAwO1xuICAgICAgfVxuICAgICAgZWxzZSBpZiAoYVN0ci5jaGFyQXQoaW5kZXgpID09PSAnLCcpIHtcbiAgICAgICAgaW5kZXgrKztcbiAgICAgIH1cbiAgICAgIGVsc2Uge1xuICAgICAgICBtYXBwaW5nID0gbmV3IE1hcHBpbmcoKTtcbiAgICAgICAgbWFwcGluZy5nZW5lcmF0ZWRMaW5lID0gZ2VuZXJhdGVkTGluZTtcblxuICAgICAgICAvLyBCZWNhdXNlIGVhY2ggb2Zmc2V0IGlzIGVuY29kZWQgcmVsYXRpdmUgdG8gdGhlIHByZXZpb3VzIG9uZSxcbiAgICAgICAgLy8gbWFueSBzZWdtZW50cyBvZnRlbiBoYXZlIHRoZSBzYW1lIGVuY29kaW5nLiBXZSBjYW4gZXhwbG9pdCB0aGlzXG4gICAgICAgIC8vIGZhY3QgYnkgY2FjaGluZyB0aGUgcGFyc2VkIHZhcmlhYmxlIGxlbmd0aCBmaWVsZHMgb2YgZWFjaCBzZWdtZW50LFxuICAgICAgICAvLyBhbGxvd2luZyB1cyB0byBhdm9pZCBhIHNlY29uZCBwYXJzZSBpZiB3ZSBlbmNvdW50ZXIgdGhlIHNhbWVcbiAgICAgICAgLy8gc2VnbWVudCBhZ2Fpbi5cbiAgICAgICAgZm9yIChlbmQgPSBpbmRleDsgZW5kIDwgbGVuZ3RoOyBlbmQrKykge1xuICAgICAgICAgIGlmICh0aGlzLl9jaGFySXNNYXBwaW5nU2VwYXJhdG9yKGFTdHIsIGVuZCkpIHtcbiAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICBzdHIgPSBhU3RyLnNsaWNlKGluZGV4LCBlbmQpO1xuXG4gICAgICAgIHNlZ21lbnQgPSBjYWNoZWRTZWdtZW50c1tzdHJdO1xuICAgICAgICBpZiAoc2VnbWVudCkge1xuICAgICAgICAgIGluZGV4ICs9IHN0ci5sZW5ndGg7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgc2VnbWVudCA9IFtdO1xuICAgICAgICAgIHdoaWxlIChpbmRleCA8IGVuZCkge1xuICAgICAgICAgICAgYmFzZTY0VkxRLmRlY29kZShhU3RyLCBpbmRleCwgdGVtcCk7XG4gICAgICAgICAgICB2YWx1ZSA9IHRlbXAudmFsdWU7XG4gICAgICAgICAgICBpbmRleCA9IHRlbXAucmVzdDtcbiAgICAgICAgICAgIHNlZ21lbnQucHVzaCh2YWx1ZSk7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgaWYgKHNlZ21lbnQubGVuZ3RoID09PSAyKSB7XG4gICAgICAgICAgICB0aHJvdyBuZXcgRXJyb3IoJ0ZvdW5kIGEgc291cmNlLCBidXQgbm8gbGluZSBhbmQgY29sdW1uJyk7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgaWYgKHNlZ21lbnQubGVuZ3RoID09PSAzKSB7XG4gICAgICAgICAgICB0aHJvdyBuZXcgRXJyb3IoJ0ZvdW5kIGEgc291cmNlIGFuZCBsaW5lLCBidXQgbm8gY29sdW1uJyk7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgY2FjaGVkU2VnbWVudHNbc3RyXSA9IHNlZ21lbnQ7XG4gICAgICAgIH1cblxuICAgICAgICAvLyBHZW5lcmF0ZWQgY29sdW1uLlxuICAgICAgICBtYXBwaW5nLmdlbmVyYXRlZENvbHVtbiA9IHByZXZpb3VzR2VuZXJhdGVkQ29sdW1uICsgc2VnbWVudFswXTtcbiAgICAgICAgcHJldmlvdXNHZW5lcmF0ZWRDb2x1bW4gPSBtYXBwaW5nLmdlbmVyYXRlZENvbHVtbjtcblxuICAgICAgICBpZiAoc2VnbWVudC5sZW5ndGggPiAxKSB7XG4gICAgICAgICAgLy8gT3JpZ2luYWwgc291cmNlLlxuICAgICAgICAgIG1hcHBpbmcuc291cmNlID0gcHJldmlvdXNTb3VyY2UgKyBzZWdtZW50WzFdO1xuICAgICAgICAgIHByZXZpb3VzU291cmNlICs9IHNlZ21lbnRbMV07XG5cbiAgICAgICAgICAvLyBPcmlnaW5hbCBsaW5lLlxuICAgICAgICAgIG1hcHBpbmcub3JpZ2luYWxMaW5lID0gcHJldmlvdXNPcmlnaW5hbExpbmUgKyBzZWdtZW50WzJdO1xuICAgICAgICAgIHByZXZpb3VzT3JpZ2luYWxMaW5lID0gbWFwcGluZy5vcmlnaW5hbExpbmU7XG4gICAgICAgICAgLy8gTGluZXMgYXJlIHN0b3JlZCAwLWJhc2VkXG4gICAgICAgICAgbWFwcGluZy5vcmlnaW5hbExpbmUgKz0gMTtcblxuICAgICAgICAgIC8vIE9yaWdpbmFsIGNvbHVtbi5cbiAgICAgICAgICBtYXBwaW5nLm9yaWdpbmFsQ29sdW1uID0gcHJldmlvdXNPcmlnaW5hbENvbHVtbiArIHNlZ21lbnRbM107XG4gICAgICAgICAgcHJldmlvdXNPcmlnaW5hbENvbHVtbiA9IG1hcHBpbmcub3JpZ2luYWxDb2x1bW47XG5cbiAgICAgICAgICBpZiAoc2VnbWVudC5sZW5ndGggPiA0KSB7XG4gICAgICAgICAgICAvLyBPcmlnaW5hbCBuYW1lLlxuICAgICAgICAgICAgbWFwcGluZy5uYW1lID0gcHJldmlvdXNOYW1lICsgc2VnbWVudFs0XTtcbiAgICAgICAgICAgIHByZXZpb3VzTmFtZSArPSBzZWdtZW50WzRdO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIGdlbmVyYXRlZE1hcHBpbmdzLnB1c2gobWFwcGluZyk7XG4gICAgICAgIGlmICh0eXBlb2YgbWFwcGluZy5vcmlnaW5hbExpbmUgPT09ICdudW1iZXInKSB7XG4gICAgICAgICAgb3JpZ2luYWxNYXBwaW5ncy5wdXNoKG1hcHBpbmcpO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuXG4gICAgcXVpY2tTb3J0KGdlbmVyYXRlZE1hcHBpbmdzLCB1dGlsLmNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0RlZmxhdGVkKTtcbiAgICB0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3MgPSBnZW5lcmF0ZWRNYXBwaW5ncztcblxuICAgIHF1aWNrU29ydChvcmlnaW5hbE1hcHBpbmdzLCB1dGlsLmNvbXBhcmVCeU9yaWdpbmFsUG9zaXRpb25zKTtcbiAgICB0aGlzLl9fb3JpZ2luYWxNYXBwaW5ncyA9IG9yaWdpbmFsTWFwcGluZ3M7XG4gIH07XG5cbi8qKlxuICogRmluZCB0aGUgbWFwcGluZyB0aGF0IGJlc3QgbWF0Y2hlcyB0aGUgaHlwb3RoZXRpY2FsIFwibmVlZGxlXCIgbWFwcGluZyB0aGF0XG4gKiB3ZSBhcmUgc2VhcmNoaW5nIGZvciBpbiB0aGUgZ2l2ZW4gXCJoYXlzdGFja1wiIG9mIG1hcHBpbmdzLlxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fZmluZE1hcHBpbmcgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9maW5kTWFwcGluZyhhTmVlZGxlLCBhTWFwcGluZ3MsIGFMaW5lTmFtZSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYUNvbHVtbk5hbWUsIGFDb21wYXJhdG9yLCBhQmlhcykge1xuICAgIC8vIFRvIHJldHVybiB0aGUgcG9zaXRpb24gd2UgYXJlIHNlYXJjaGluZyBmb3IsIHdlIG11c3QgZmlyc3QgZmluZCB0aGVcbiAgICAvLyBtYXBwaW5nIGZvciB0aGUgZ2l2ZW4gcG9zaXRpb24gYW5kIHRoZW4gcmV0dXJuIHRoZSBvcHBvc2l0ZSBwb3NpdGlvbiBpdFxuICAgIC8vIHBvaW50cyB0by4gQmVjYXVzZSB0aGUgbWFwcGluZ3MgYXJlIHNvcnRlZCwgd2UgY2FuIHVzZSBiaW5hcnkgc2VhcmNoIHRvXG4gICAgLy8gZmluZCB0aGUgYmVzdCBtYXBwaW5nLlxuXG4gICAgaWYgKGFOZWVkbGVbYUxpbmVOYW1lXSA8PSAwKSB7XG4gICAgICB0aHJvdyBuZXcgVHlwZUVycm9yKCdMaW5lIG11c3QgYmUgZ3JlYXRlciB0aGFuIG9yIGVxdWFsIHRvIDEsIGdvdCAnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICsgYU5lZWRsZVthTGluZU5hbWVdKTtcbiAgICB9XG4gICAgaWYgKGFOZWVkbGVbYUNvbHVtbk5hbWVdIDwgMCkge1xuICAgICAgdGhyb3cgbmV3IFR5cGVFcnJvcignQ29sdW1uIG11c3QgYmUgZ3JlYXRlciB0aGFuIG9yIGVxdWFsIHRvIDAsIGdvdCAnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICsgYU5lZWRsZVthQ29sdW1uTmFtZV0pO1xuICAgIH1cblxuICAgIHJldHVybiBiaW5hcnlTZWFyY2guc2VhcmNoKGFOZWVkbGUsIGFNYXBwaW5ncywgYUNvbXBhcmF0b3IsIGFCaWFzKTtcbiAgfTtcblxuLyoqXG4gKiBDb21wdXRlIHRoZSBsYXN0IGNvbHVtbiBmb3IgZWFjaCBnZW5lcmF0ZWQgbWFwcGluZy4gVGhlIGxhc3QgY29sdW1uIGlzXG4gKiBpbmNsdXNpdmUuXG4gKi9cbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmNvbXB1dGVDb2x1bW5TcGFucyA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyX2NvbXB1dGVDb2x1bW5TcGFucygpIHtcbiAgICBmb3IgKHZhciBpbmRleCA9IDA7IGluZGV4IDwgdGhpcy5fZ2VuZXJhdGVkTWFwcGluZ3MubGVuZ3RoOyArK2luZGV4KSB7XG4gICAgICB2YXIgbWFwcGluZyA9IHRoaXMuX2dlbmVyYXRlZE1hcHBpbmdzW2luZGV4XTtcblxuICAgICAgLy8gTWFwcGluZ3MgZG8gbm90IGNvbnRhaW4gYSBmaWVsZCBmb3IgdGhlIGxhc3QgZ2VuZXJhdGVkIGNvbHVtbnQuIFdlXG4gICAgICAvLyBjYW4gY29tZSB1cCB3aXRoIGFuIG9wdGltaXN0aWMgZXN0aW1hdGUsIGhvd2V2ZXIsIGJ5IGFzc3VtaW5nIHRoYXRcbiAgICAgIC8vIG1hcHBpbmdzIGFyZSBjb250aWd1b3VzIChpLmUuIGdpdmVuIHR3byBjb25zZWN1dGl2ZSBtYXBwaW5ncywgdGhlXG4gICAgICAvLyBmaXJzdCBtYXBwaW5nIGVuZHMgd2hlcmUgdGhlIHNlY29uZCBvbmUgc3RhcnRzKS5cbiAgICAgIGlmIChpbmRleCArIDEgPCB0aGlzLl9nZW5lcmF0ZWRNYXBwaW5ncy5sZW5ndGgpIHtcbiAgICAgICAgdmFyIG5leHRNYXBwaW5nID0gdGhpcy5fZ2VuZXJhdGVkTWFwcGluZ3NbaW5kZXggKyAxXTtcblxuICAgICAgICBpZiAobWFwcGluZy5nZW5lcmF0ZWRMaW5lID09PSBuZXh0TWFwcGluZy5nZW5lcmF0ZWRMaW5lKSB7XG4gICAgICAgICAgbWFwcGluZy5sYXN0R2VuZXJhdGVkQ29sdW1uID0gbmV4dE1hcHBpbmcuZ2VuZXJhdGVkQ29sdW1uIC0gMTtcbiAgICAgICAgICBjb250aW51ZTtcbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICAvLyBUaGUgbGFzdCBtYXBwaW5nIGZvciBlYWNoIGxpbmUgc3BhbnMgdGhlIGVudGlyZSBsaW5lLlxuICAgICAgbWFwcGluZy5sYXN0R2VuZXJhdGVkQ29sdW1uID0gSW5maW5pdHk7XG4gICAgfVxuICB9O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIG9yaWdpbmFsIHNvdXJjZSwgbGluZSwgYW5kIGNvbHVtbiBpbmZvcm1hdGlvbiBmb3IgdGhlIGdlbmVyYXRlZFxuICogc291cmNlJ3MgbGluZSBhbmQgY29sdW1uIHBvc2l0aW9ucyBwcm92aWRlZC4gVGhlIG9ubHkgYXJndW1lbnQgaXMgYW4gb2JqZWN0XG4gKiB3aXRoIHRoZSBmb2xsb3dpbmcgcHJvcGVydGllczpcbiAqXG4gKiAgIC0gbGluZTogVGhlIGxpbmUgbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLiAgVGhlIGxpbmUgbnVtYmVyXG4gKiAgICAgaXMgMS1iYXNlZC5cbiAqICAgLSBjb2x1bW46IFRoZSBjb2x1bW4gbnVtYmVyIGluIHRoZSBnZW5lcmF0ZWQgc291cmNlLiAgVGhlIGNvbHVtblxuICogICAgIG51bWJlciBpcyAwLWJhc2VkLlxuICogICAtIGJpYXM6IEVpdGhlciAnU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQnIG9yXG4gKiAgICAgJ1NvdXJjZU1hcENvbnN1bWVyLkxFQVNUX1VQUEVSX0JPVU5EJy4gU3BlY2lmaWVzIHdoZXRoZXIgdG8gcmV0dXJuIHRoZVxuICogICAgIGNsb3Nlc3QgZWxlbWVudCB0aGF0IGlzIHNtYWxsZXIgdGhhbiBvciBncmVhdGVyIHRoYW4gdGhlIG9uZSB3ZSBhcmVcbiAqICAgICBzZWFyY2hpbmcgZm9yLCByZXNwZWN0aXZlbHksIGlmIHRoZSBleGFjdCBlbGVtZW50IGNhbm5vdCBiZSBmb3VuZC5cbiAqICAgICBEZWZhdWx0cyB0byAnU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQnLlxuICpcbiAqIGFuZCBhbiBvYmplY3QgaXMgcmV0dXJuZWQgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIHNvdXJjZTogVGhlIG9yaWdpbmFsIHNvdXJjZSBmaWxlLCBvciBudWxsLlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLCBvciBudWxsLiAgVGhlXG4gKiAgICAgbGluZSBudW1iZXIgaXMgMS1iYXNlZC5cbiAqICAgLSBjb2x1bW46IFRoZSBjb2x1bW4gbnVtYmVyIGluIHRoZSBvcmlnaW5hbCBzb3VyY2UsIG9yIG51bGwuICBUaGVcbiAqICAgICBjb2x1bW4gbnVtYmVyIGlzIDAtYmFzZWQuXG4gKiAgIC0gbmFtZTogVGhlIG9yaWdpbmFsIGlkZW50aWZpZXIsIG9yIG51bGwuXG4gKi9cbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLm9yaWdpbmFsUG9zaXRpb25Gb3IgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9vcmlnaW5hbFBvc2l0aW9uRm9yKGFBcmdzKSB7XG4gICAgdmFyIG5lZWRsZSA9IHtcbiAgICAgIGdlbmVyYXRlZExpbmU6IHV0aWwuZ2V0QXJnKGFBcmdzLCAnbGluZScpLFxuICAgICAgZ2VuZXJhdGVkQ29sdW1uOiB1dGlsLmdldEFyZyhhQXJncywgJ2NvbHVtbicpXG4gICAgfTtcblxuICAgIHZhciBpbmRleCA9IHRoaXMuX2ZpbmRNYXBwaW5nKFxuICAgICAgbmVlZGxlLFxuICAgICAgdGhpcy5fZ2VuZXJhdGVkTWFwcGluZ3MsXG4gICAgICBcImdlbmVyYXRlZExpbmVcIixcbiAgICAgIFwiZ2VuZXJhdGVkQ29sdW1uXCIsXG4gICAgICB1dGlsLmNvbXBhcmVCeUdlbmVyYXRlZFBvc2l0aW9uc0RlZmxhdGVkLFxuICAgICAgdXRpbC5nZXRBcmcoYUFyZ3MsICdiaWFzJywgU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQpXG4gICAgKTtcblxuICAgIGlmIChpbmRleCA+PSAwKSB7XG4gICAgICB2YXIgbWFwcGluZyA9IHRoaXMuX2dlbmVyYXRlZE1hcHBpbmdzW2luZGV4XTtcblxuICAgICAgaWYgKG1hcHBpbmcuZ2VuZXJhdGVkTGluZSA9PT0gbmVlZGxlLmdlbmVyYXRlZExpbmUpIHtcbiAgICAgICAgdmFyIHNvdXJjZSA9IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdzb3VyY2UnLCBudWxsKTtcbiAgICAgICAgaWYgKHNvdXJjZSAhPT0gbnVsbCkge1xuICAgICAgICAgIHNvdXJjZSA9IHRoaXMuX3NvdXJjZXMuYXQoc291cmNlKTtcbiAgICAgICAgICBzb3VyY2UgPSB1dGlsLmNvbXB1dGVTb3VyY2VVUkwodGhpcy5zb3VyY2VSb290LCBzb3VyY2UsIHRoaXMuX3NvdXJjZU1hcFVSTCk7XG4gICAgICAgIH1cbiAgICAgICAgdmFyIG5hbWUgPSB1dGlsLmdldEFyZyhtYXBwaW5nLCAnbmFtZScsIG51bGwpO1xuICAgICAgICBpZiAobmFtZSAhPT0gbnVsbCkge1xuICAgICAgICAgIG5hbWUgPSB0aGlzLl9uYW1lcy5hdChuYW1lKTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4ge1xuICAgICAgICAgIHNvdXJjZTogc291cmNlLFxuICAgICAgICAgIGxpbmU6IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdvcmlnaW5hbExpbmUnLCBudWxsKSxcbiAgICAgICAgICBjb2x1bW46IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdvcmlnaW5hbENvbHVtbicsIG51bGwpLFxuICAgICAgICAgIG5hbWU6IG5hbWVcbiAgICAgICAgfTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICByZXR1cm4ge1xuICAgICAgc291cmNlOiBudWxsLFxuICAgICAgbGluZTogbnVsbCxcbiAgICAgIGNvbHVtbjogbnVsbCxcbiAgICAgIG5hbWU6IG51bGxcbiAgICB9O1xuICB9O1xuXG4vKipcbiAqIFJldHVybiB0cnVlIGlmIHdlIGhhdmUgdGhlIHNvdXJjZSBjb250ZW50IGZvciBldmVyeSBzb3VyY2UgaW4gdGhlIHNvdXJjZVxuICogbWFwLCBmYWxzZSBvdGhlcndpc2UuXG4gKi9cbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmhhc0NvbnRlbnRzT2ZBbGxTb3VyY2VzID1cbiAgZnVuY3Rpb24gQmFzaWNTb3VyY2VNYXBDb25zdW1lcl9oYXNDb250ZW50c09mQWxsU291cmNlcygpIHtcbiAgICBpZiAoIXRoaXMuc291cmNlc0NvbnRlbnQpIHtcbiAgICAgIHJldHVybiBmYWxzZTtcbiAgICB9XG4gICAgcmV0dXJuIHRoaXMuc291cmNlc0NvbnRlbnQubGVuZ3RoID49IHRoaXMuX3NvdXJjZXMuc2l6ZSgpICYmXG4gICAgICAhdGhpcy5zb3VyY2VzQ29udGVudC5zb21lKGZ1bmN0aW9uIChzYykgeyByZXR1cm4gc2MgPT0gbnVsbDsgfSk7XG4gIH07XG5cbi8qKlxuICogUmV0dXJucyB0aGUgb3JpZ2luYWwgc291cmNlIGNvbnRlbnQuIFRoZSBvbmx5IGFyZ3VtZW50IGlzIHRoZSB1cmwgb2YgdGhlXG4gKiBvcmlnaW5hbCBzb3VyY2UgZmlsZS4gUmV0dXJucyBudWxsIGlmIG5vIG9yaWdpbmFsIHNvdXJjZSBjb250ZW50IGlzXG4gKiBhdmFpbGFibGUuXG4gKi9cbkJhc2ljU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLnNvdXJjZUNvbnRlbnRGb3IgPVxuICBmdW5jdGlvbiBTb3VyY2VNYXBDb25zdW1lcl9zb3VyY2VDb250ZW50Rm9yKGFTb3VyY2UsIG51bGxPbk1pc3NpbmcpIHtcbiAgICBpZiAoIXRoaXMuc291cmNlc0NvbnRlbnQpIHtcbiAgICAgIHJldHVybiBudWxsO1xuICAgIH1cblxuICAgIHZhciBpbmRleCA9IHRoaXMuX2ZpbmRTb3VyY2VJbmRleChhU291cmNlKTtcbiAgICBpZiAoaW5kZXggPj0gMCkge1xuICAgICAgcmV0dXJuIHRoaXMuc291cmNlc0NvbnRlbnRbaW5kZXhdO1xuICAgIH1cblxuICAgIHZhciByZWxhdGl2ZVNvdXJjZSA9IGFTb3VyY2U7XG4gICAgaWYgKHRoaXMuc291cmNlUm9vdCAhPSBudWxsKSB7XG4gICAgICByZWxhdGl2ZVNvdXJjZSA9IHV0aWwucmVsYXRpdmUodGhpcy5zb3VyY2VSb290LCByZWxhdGl2ZVNvdXJjZSk7XG4gICAgfVxuXG4gICAgdmFyIHVybDtcbiAgICBpZiAodGhpcy5zb3VyY2VSb290ICE9IG51bGxcbiAgICAgICAgJiYgKHVybCA9IHV0aWwudXJsUGFyc2UodGhpcy5zb3VyY2VSb290KSkpIHtcbiAgICAgIC8vIFhYWDogZmlsZTovLyBVUklzIGFuZCBhYnNvbHV0ZSBwYXRocyBsZWFkIHRvIHVuZXhwZWN0ZWQgYmVoYXZpb3IgZm9yXG4gICAgICAvLyBtYW55IHVzZXJzLiBXZSBjYW4gaGVscCB0aGVtIG91dCB3aGVuIHRoZXkgZXhwZWN0IGZpbGU6Ly8gVVJJcyB0b1xuICAgICAgLy8gYmVoYXZlIGxpa2UgaXQgd291bGQgaWYgdGhleSB3ZXJlIHJ1bm5pbmcgYSBsb2NhbCBIVFRQIHNlcnZlci4gU2VlXG4gICAgICAvLyBodHRwczovL2J1Z3ppbGxhLm1vemlsbGEub3JnL3Nob3dfYnVnLmNnaT9pZD04ODU1OTcuXG4gICAgICB2YXIgZmlsZVVyaUFic1BhdGggPSByZWxhdGl2ZVNvdXJjZS5yZXBsYWNlKC9eZmlsZTpcXC9cXC8vLCBcIlwiKTtcbiAgICAgIGlmICh1cmwuc2NoZW1lID09IFwiZmlsZVwiXG4gICAgICAgICAgJiYgdGhpcy5fc291cmNlcy5oYXMoZmlsZVVyaUFic1BhdGgpKSB7XG4gICAgICAgIHJldHVybiB0aGlzLnNvdXJjZXNDb250ZW50W3RoaXMuX3NvdXJjZXMuaW5kZXhPZihmaWxlVXJpQWJzUGF0aCldXG4gICAgICB9XG5cbiAgICAgIGlmICgoIXVybC5wYXRoIHx8IHVybC5wYXRoID09IFwiL1wiKVxuICAgICAgICAgICYmIHRoaXMuX3NvdXJjZXMuaGFzKFwiL1wiICsgcmVsYXRpdmVTb3VyY2UpKSB7XG4gICAgICAgIHJldHVybiB0aGlzLnNvdXJjZXNDb250ZW50W3RoaXMuX3NvdXJjZXMuaW5kZXhPZihcIi9cIiArIHJlbGF0aXZlU291cmNlKV07XG4gICAgICB9XG4gICAgfVxuXG4gICAgLy8gVGhpcyBmdW5jdGlvbiBpcyB1c2VkIHJlY3Vyc2l2ZWx5IGZyb21cbiAgICAvLyBJbmRleGVkU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLnNvdXJjZUNvbnRlbnRGb3IuIEluIHRoYXQgY2FzZSwgd2VcbiAgICAvLyBkb24ndCB3YW50IHRvIHRocm93IGlmIHdlIGNhbid0IGZpbmQgdGhlIHNvdXJjZSAtIHdlIGp1c3Qgd2FudCB0b1xuICAgIC8vIHJldHVybiBudWxsLCBzbyB3ZSBwcm92aWRlIGEgZmxhZyB0byBleGl0IGdyYWNlZnVsbHkuXG4gICAgaWYgKG51bGxPbk1pc3NpbmcpIHtcbiAgICAgIHJldHVybiBudWxsO1xuICAgIH1cbiAgICBlbHNlIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcignXCInICsgcmVsYXRpdmVTb3VyY2UgKyAnXCIgaXMgbm90IGluIHRoZSBTb3VyY2VNYXAuJyk7XG4gICAgfVxuICB9O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIGdlbmVyYXRlZCBsaW5lIGFuZCBjb2x1bW4gaW5mb3JtYXRpb24gZm9yIHRoZSBvcmlnaW5hbCBzb3VyY2UsXG4gKiBsaW5lLCBhbmQgY29sdW1uIHBvc2l0aW9ucyBwcm92aWRlZC4gVGhlIG9ubHkgYXJndW1lbnQgaXMgYW4gb2JqZWN0IHdpdGhcbiAqIHRoZSBmb2xsb3dpbmcgcHJvcGVydGllczpcbiAqXG4gKiAgIC0gc291cmNlOiBUaGUgZmlsZW5hbWUgb2YgdGhlIG9yaWdpbmFsIHNvdXJjZS5cbiAqICAgLSBsaW5lOiBUaGUgbGluZSBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZS4gIFRoZSBsaW5lIG51bWJlclxuICogICAgIGlzIDEtYmFzZWQuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLiAgVGhlIGNvbHVtblxuICogICAgIG51bWJlciBpcyAwLWJhc2VkLlxuICogICAtIGJpYXM6IEVpdGhlciAnU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQnIG9yXG4gKiAgICAgJ1NvdXJjZU1hcENvbnN1bWVyLkxFQVNUX1VQUEVSX0JPVU5EJy4gU3BlY2lmaWVzIHdoZXRoZXIgdG8gcmV0dXJuIHRoZVxuICogICAgIGNsb3Nlc3QgZWxlbWVudCB0aGF0IGlzIHNtYWxsZXIgdGhhbiBvciBncmVhdGVyIHRoYW4gdGhlIG9uZSB3ZSBhcmVcbiAqICAgICBzZWFyY2hpbmcgZm9yLCByZXNwZWN0aXZlbHksIGlmIHRoZSBleGFjdCBlbGVtZW50IGNhbm5vdCBiZSBmb3VuZC5cbiAqICAgICBEZWZhdWx0cyB0byAnU291cmNlTWFwQ29uc3VtZXIuR1JFQVRFU1RfTE9XRVJfQk9VTkQnLlxuICpcbiAqIGFuZCBhbiBvYmplY3QgaXMgcmV0dXJuZWQgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZSwgb3IgbnVsbC4gIFRoZVxuICogICAgIGxpbmUgbnVtYmVyIGlzIDEtYmFzZWQuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZSwgb3IgbnVsbC5cbiAqICAgICBUaGUgY29sdW1uIG51bWJlciBpcyAwLWJhc2VkLlxuICovXG5CYXNpY1NvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5nZW5lcmF0ZWRQb3NpdGlvbkZvciA9XG4gIGZ1bmN0aW9uIFNvdXJjZU1hcENvbnN1bWVyX2dlbmVyYXRlZFBvc2l0aW9uRm9yKGFBcmdzKSB7XG4gICAgdmFyIHNvdXJjZSA9IHV0aWwuZ2V0QXJnKGFBcmdzLCAnc291cmNlJyk7XG4gICAgc291cmNlID0gdGhpcy5fZmluZFNvdXJjZUluZGV4KHNvdXJjZSk7XG4gICAgaWYgKHNvdXJjZSA8IDApIHtcbiAgICAgIHJldHVybiB7XG4gICAgICAgIGxpbmU6IG51bGwsXG4gICAgICAgIGNvbHVtbjogbnVsbCxcbiAgICAgICAgbGFzdENvbHVtbjogbnVsbFxuICAgICAgfTtcbiAgICB9XG5cbiAgICB2YXIgbmVlZGxlID0ge1xuICAgICAgc291cmNlOiBzb3VyY2UsXG4gICAgICBvcmlnaW5hbExpbmU6IHV0aWwuZ2V0QXJnKGFBcmdzLCAnbGluZScpLFxuICAgICAgb3JpZ2luYWxDb2x1bW46IHV0aWwuZ2V0QXJnKGFBcmdzLCAnY29sdW1uJylcbiAgICB9O1xuXG4gICAgdmFyIGluZGV4ID0gdGhpcy5fZmluZE1hcHBpbmcoXG4gICAgICBuZWVkbGUsXG4gICAgICB0aGlzLl9vcmlnaW5hbE1hcHBpbmdzLFxuICAgICAgXCJvcmlnaW5hbExpbmVcIixcbiAgICAgIFwib3JpZ2luYWxDb2x1bW5cIixcbiAgICAgIHV0aWwuY29tcGFyZUJ5T3JpZ2luYWxQb3NpdGlvbnMsXG4gICAgICB1dGlsLmdldEFyZyhhQXJncywgJ2JpYXMnLCBTb3VyY2VNYXBDb25zdW1lci5HUkVBVEVTVF9MT1dFUl9CT1VORClcbiAgICApO1xuXG4gICAgaWYgKGluZGV4ID49IDApIHtcbiAgICAgIHZhciBtYXBwaW5nID0gdGhpcy5fb3JpZ2luYWxNYXBwaW5nc1tpbmRleF07XG5cbiAgICAgIGlmIChtYXBwaW5nLnNvdXJjZSA9PT0gbmVlZGxlLnNvdXJjZSkge1xuICAgICAgICByZXR1cm4ge1xuICAgICAgICAgIGxpbmU6IHV0aWwuZ2V0QXJnKG1hcHBpbmcsICdnZW5lcmF0ZWRMaW5lJywgbnVsbCksXG4gICAgICAgICAgY29sdW1uOiB1dGlsLmdldEFyZyhtYXBwaW5nLCAnZ2VuZXJhdGVkQ29sdW1uJywgbnVsbCksXG4gICAgICAgICAgbGFzdENvbHVtbjogdXRpbC5nZXRBcmcobWFwcGluZywgJ2xhc3RHZW5lcmF0ZWRDb2x1bW4nLCBudWxsKVxuICAgICAgICB9O1xuICAgICAgfVxuICAgIH1cblxuICAgIHJldHVybiB7XG4gICAgICBsaW5lOiBudWxsLFxuICAgICAgY29sdW1uOiBudWxsLFxuICAgICAgbGFzdENvbHVtbjogbnVsbFxuICAgIH07XG4gIH07XG5cbmV4cG9ydHMuQmFzaWNTb3VyY2VNYXBDb25zdW1lciA9IEJhc2ljU291cmNlTWFwQ29uc3VtZXI7XG5cbi8qKlxuICogQW4gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyIGluc3RhbmNlIHJlcHJlc2VudHMgYSBwYXJzZWQgc291cmNlIG1hcCB3aGljaFxuICogd2UgY2FuIHF1ZXJ5IGZvciBpbmZvcm1hdGlvbi4gSXQgZGlmZmVycyBmcm9tIEJhc2ljU291cmNlTWFwQ29uc3VtZXIgaW5cbiAqIHRoYXQgaXQgdGFrZXMgXCJpbmRleGVkXCIgc291cmNlIG1hcHMgKGkuZS4gb25lcyB3aXRoIGEgXCJzZWN0aW9uc1wiIGZpZWxkKSBhc1xuICogaW5wdXQuXG4gKlxuICogVGhlIGZpcnN0IHBhcmFtZXRlciBpcyBhIHJhdyBzb3VyY2UgbWFwIChlaXRoZXIgYXMgYSBKU09OIHN0cmluZywgb3IgYWxyZWFkeVxuICogcGFyc2VkIHRvIGFuIG9iamVjdCkuIEFjY29yZGluZyB0byB0aGUgc3BlYyBmb3IgaW5kZXhlZCBzb3VyY2UgbWFwcywgdGhleVxuICogaGF2ZSB0aGUgZm9sbG93aW5nIGF0dHJpYnV0ZXM6XG4gKlxuICogICAtIHZlcnNpb246IFdoaWNoIHZlcnNpb24gb2YgdGhlIHNvdXJjZSBtYXAgc3BlYyB0aGlzIG1hcCBpcyBmb2xsb3dpbmcuXG4gKiAgIC0gZmlsZTogT3B0aW9uYWwuIFRoZSBnZW5lcmF0ZWQgZmlsZSB0aGlzIHNvdXJjZSBtYXAgaXMgYXNzb2NpYXRlZCB3aXRoLlxuICogICAtIHNlY3Rpb25zOiBBIGxpc3Qgb2Ygc2VjdGlvbiBkZWZpbml0aW9ucy5cbiAqXG4gKiBFYWNoIHZhbHVlIHVuZGVyIHRoZSBcInNlY3Rpb25zXCIgZmllbGQgaGFzIHR3byBmaWVsZHM6XG4gKiAgIC0gb2Zmc2V0OiBUaGUgb2Zmc2V0IGludG8gdGhlIG9yaWdpbmFsIHNwZWNpZmllZCBhdCB3aGljaCB0aGlzIHNlY3Rpb25cbiAqICAgICAgIGJlZ2lucyB0byBhcHBseSwgZGVmaW5lZCBhcyBhbiBvYmplY3Qgd2l0aCBhIFwibGluZVwiIGFuZCBcImNvbHVtblwiXG4gKiAgICAgICBmaWVsZC5cbiAqICAgLSBtYXA6IEEgc291cmNlIG1hcCBkZWZpbml0aW9uLiBUaGlzIHNvdXJjZSBtYXAgY291bGQgYWxzbyBiZSBpbmRleGVkLFxuICogICAgICAgYnV0IGRvZXNuJ3QgaGF2ZSB0byBiZS5cbiAqXG4gKiBJbnN0ZWFkIG9mIHRoZSBcIm1hcFwiIGZpZWxkLCBpdCdzIGFsc28gcG9zc2libGUgdG8gaGF2ZSBhIFwidXJsXCIgZmllbGRcbiAqIHNwZWNpZnlpbmcgYSBVUkwgdG8gcmV0cmlldmUgYSBzb3VyY2UgbWFwIGZyb20sIGJ1dCB0aGF0J3MgY3VycmVudGx5XG4gKiB1bnN1cHBvcnRlZC5cbiAqXG4gKiBIZXJlJ3MgYW4gZXhhbXBsZSBzb3VyY2UgbWFwLCB0YWtlbiBmcm9tIHRoZSBzb3VyY2UgbWFwIHNwZWNbMF0sIGJ1dFxuICogbW9kaWZpZWQgdG8gb21pdCBhIHNlY3Rpb24gd2hpY2ggdXNlcyB0aGUgXCJ1cmxcIiBmaWVsZC5cbiAqXG4gKiAge1xuICogICAgdmVyc2lvbiA6IDMsXG4gKiAgICBmaWxlOiBcImFwcC5qc1wiLFxuICogICAgc2VjdGlvbnM6IFt7XG4gKiAgICAgIG9mZnNldDoge2xpbmU6MTAwLCBjb2x1bW46MTB9LFxuICogICAgICBtYXA6IHtcbiAqICAgICAgICB2ZXJzaW9uIDogMyxcbiAqICAgICAgICBmaWxlOiBcInNlY3Rpb24uanNcIixcbiAqICAgICAgICBzb3VyY2VzOiBbXCJmb28uanNcIiwgXCJiYXIuanNcIl0sXG4gKiAgICAgICAgbmFtZXM6IFtcInNyY1wiLCBcIm1hcHNcIiwgXCJhcmVcIiwgXCJmdW5cIl0sXG4gKiAgICAgICAgbWFwcGluZ3M6IFwiQUFBQSxFOztBQkNERTtcIlxuICogICAgICB9XG4gKiAgICB9XSxcbiAqICB9XG4gKlxuICogVGhlIHNlY29uZCBwYXJhbWV0ZXIsIGlmIGdpdmVuLCBpcyBhIHN0cmluZyB3aG9zZSB2YWx1ZSBpcyB0aGUgVVJMXG4gKiBhdCB3aGljaCB0aGUgc291cmNlIG1hcCB3YXMgZm91bmQuICBUaGlzIFVSTCBpcyB1c2VkIHRvIGNvbXB1dGUgdGhlXG4gKiBzb3VyY2VzIGFycmF5LlxuICpcbiAqIFswXTogaHR0cHM6Ly9kb2NzLmdvb2dsZS5jb20vZG9jdW1lbnQvZC8xVTFSR0FlaFF3UnlwVVRvdkYxS1JscGlPRnplMGItXzJnYzZmQUgwS1kway9lZGl0I2hlYWRpbmc9aC41MzVlczN4ZXByZ3RcbiAqL1xuZnVuY3Rpb24gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyKGFTb3VyY2VNYXAsIGFTb3VyY2VNYXBVUkwpIHtcbiAgdmFyIHNvdXJjZU1hcCA9IGFTb3VyY2VNYXA7XG4gIGlmICh0eXBlb2YgYVNvdXJjZU1hcCA9PT0gJ3N0cmluZycpIHtcbiAgICBzb3VyY2VNYXAgPSB1dGlsLnBhcnNlU291cmNlTWFwSW5wdXQoYVNvdXJjZU1hcCk7XG4gIH1cblxuICB2YXIgdmVyc2lvbiA9IHV0aWwuZ2V0QXJnKHNvdXJjZU1hcCwgJ3ZlcnNpb24nKTtcbiAgdmFyIHNlY3Rpb25zID0gdXRpbC5nZXRBcmcoc291cmNlTWFwLCAnc2VjdGlvbnMnKTtcblxuICBpZiAodmVyc2lvbiAhPSB0aGlzLl92ZXJzaW9uKSB7XG4gICAgdGhyb3cgbmV3IEVycm9yKCdVbnN1cHBvcnRlZCB2ZXJzaW9uOiAnICsgdmVyc2lvbik7XG4gIH1cblxuICB0aGlzLl9zb3VyY2VzID0gbmV3IEFycmF5U2V0KCk7XG4gIHRoaXMuX25hbWVzID0gbmV3IEFycmF5U2V0KCk7XG5cbiAgdmFyIGxhc3RPZmZzZXQgPSB7XG4gICAgbGluZTogLTEsXG4gICAgY29sdW1uOiAwXG4gIH07XG4gIHRoaXMuX3NlY3Rpb25zID0gc2VjdGlvbnMubWFwKGZ1bmN0aW9uIChzKSB7XG4gICAgaWYgKHMudXJsKSB7XG4gICAgICAvLyBUaGUgdXJsIGZpZWxkIHdpbGwgcmVxdWlyZSBzdXBwb3J0IGZvciBhc3luY2hyb25pY2l0eS5cbiAgICAgIC8vIFNlZSBodHRwczovL2dpdGh1Yi5jb20vbW96aWxsYS9zb3VyY2UtbWFwL2lzc3Vlcy8xNlxuICAgICAgdGhyb3cgbmV3IEVycm9yKCdTdXBwb3J0IGZvciB1cmwgZmllbGQgaW4gc2VjdGlvbnMgbm90IGltcGxlbWVudGVkLicpO1xuICAgIH1cbiAgICB2YXIgb2Zmc2V0ID0gdXRpbC5nZXRBcmcocywgJ29mZnNldCcpO1xuICAgIHZhciBvZmZzZXRMaW5lID0gdXRpbC5nZXRBcmcob2Zmc2V0LCAnbGluZScpO1xuICAgIHZhciBvZmZzZXRDb2x1bW4gPSB1dGlsLmdldEFyZyhvZmZzZXQsICdjb2x1bW4nKTtcblxuICAgIGlmIChvZmZzZXRMaW5lIDwgbGFzdE9mZnNldC5saW5lIHx8XG4gICAgICAgIChvZmZzZXRMaW5lID09PSBsYXN0T2Zmc2V0LmxpbmUgJiYgb2Zmc2V0Q29sdW1uIDwgbGFzdE9mZnNldC5jb2x1bW4pKSB7XG4gICAgICB0aHJvdyBuZXcgRXJyb3IoJ1NlY3Rpb24gb2Zmc2V0cyBtdXN0IGJlIG9yZGVyZWQgYW5kIG5vbi1vdmVybGFwcGluZy4nKTtcbiAgICB9XG4gICAgbGFzdE9mZnNldCA9IG9mZnNldDtcblxuICAgIHJldHVybiB7XG4gICAgICBnZW5lcmF0ZWRPZmZzZXQ6IHtcbiAgICAgICAgLy8gVGhlIG9mZnNldCBmaWVsZHMgYXJlIDAtYmFzZWQsIGJ1dCB3ZSB1c2UgMS1iYXNlZCBpbmRpY2VzIHdoZW5cbiAgICAgICAgLy8gZW5jb2RpbmcvZGVjb2RpbmcgZnJvbSBWTFEuXG4gICAgICAgIGdlbmVyYXRlZExpbmU6IG9mZnNldExpbmUgKyAxLFxuICAgICAgICBnZW5lcmF0ZWRDb2x1bW46IG9mZnNldENvbHVtbiArIDFcbiAgICAgIH0sXG4gICAgICBjb25zdW1lcjogbmV3IFNvdXJjZU1hcENvbnN1bWVyKHV0aWwuZ2V0QXJnKHMsICdtYXAnKSwgYVNvdXJjZU1hcFVSTClcbiAgICB9XG4gIH0pO1xufVxuXG5JbmRleGVkU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlID0gT2JqZWN0LmNyZWF0ZShTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUpO1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5jb25zdHJ1Y3RvciA9IFNvdXJjZU1hcENvbnN1bWVyO1xuXG4vKipcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBzb3VyY2UgbWFwcGluZyBzcGVjIHRoYXQgd2UgYXJlIGNvbnN1bWluZy5cbiAqL1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fdmVyc2lvbiA9IDM7XG5cbi8qKlxuICogVGhlIGxpc3Qgb2Ygb3JpZ2luYWwgc291cmNlcy5cbiAqL1xuT2JqZWN0LmRlZmluZVByb3BlcnR5KEluZGV4ZWRTb3VyY2VNYXBDb25zdW1lci5wcm90b3R5cGUsICdzb3VyY2VzJywge1xuICBnZXQ6IGZ1bmN0aW9uICgpIHtcbiAgICB2YXIgc291cmNlcyA9IFtdO1xuICAgIGZvciAodmFyIGkgPSAwOyBpIDwgdGhpcy5fc2VjdGlvbnMubGVuZ3RoOyBpKyspIHtcbiAgICAgIGZvciAodmFyIGogPSAwOyBqIDwgdGhpcy5fc2VjdGlvbnNbaV0uY29uc3VtZXIuc291cmNlcy5sZW5ndGg7IGorKykge1xuICAgICAgICBzb3VyY2VzLnB1c2godGhpcy5fc2VjdGlvbnNbaV0uY29uc3VtZXIuc291cmNlc1tqXSk7XG4gICAgICB9XG4gICAgfVxuICAgIHJldHVybiBzb3VyY2VzO1xuICB9XG59KTtcblxuLyoqXG4gKiBSZXR1cm5zIHRoZSBvcmlnaW5hbCBzb3VyY2UsIGxpbmUsIGFuZCBjb2x1bW4gaW5mb3JtYXRpb24gZm9yIHRoZSBnZW5lcmF0ZWRcbiAqIHNvdXJjZSdzIGxpbmUgYW5kIGNvbHVtbiBwb3NpdGlvbnMgcHJvdmlkZWQuIFRoZSBvbmx5IGFyZ3VtZW50IGlzIGFuIG9iamVjdFxuICogd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZS4gIFRoZSBsaW5lIG51bWJlclxuICogICAgIGlzIDEtYmFzZWQuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZS4gIFRoZSBjb2x1bW5cbiAqICAgICBudW1iZXIgaXMgMC1iYXNlZC5cbiAqXG4gKiBhbmQgYW4gb2JqZWN0IGlzIHJldHVybmVkIHdpdGggdGhlIGZvbGxvd2luZyBwcm9wZXJ0aWVzOlxuICpcbiAqICAgLSBzb3VyY2U6IFRoZSBvcmlnaW5hbCBzb3VyY2UgZmlsZSwgb3IgbnVsbC5cbiAqICAgLSBsaW5lOiBUaGUgbGluZSBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZSwgb3IgbnVsbC4gIFRoZVxuICogICAgIGxpbmUgbnVtYmVyIGlzIDEtYmFzZWQuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLCBvciBudWxsLiAgVGhlXG4gKiAgICAgY29sdW1uIG51bWJlciBpcyAwLWJhc2VkLlxuICogICAtIG5hbWU6IFRoZSBvcmlnaW5hbCBpZGVudGlmaWVyLCBvciBudWxsLlxuICovXG5JbmRleGVkU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLm9yaWdpbmFsUG9zaXRpb25Gb3IgPVxuICBmdW5jdGlvbiBJbmRleGVkU291cmNlTWFwQ29uc3VtZXJfb3JpZ2luYWxQb3NpdGlvbkZvcihhQXJncykge1xuICAgIHZhciBuZWVkbGUgPSB7XG4gICAgICBnZW5lcmF0ZWRMaW5lOiB1dGlsLmdldEFyZyhhQXJncywgJ2xpbmUnKSxcbiAgICAgIGdlbmVyYXRlZENvbHVtbjogdXRpbC5nZXRBcmcoYUFyZ3MsICdjb2x1bW4nKVxuICAgIH07XG5cbiAgICAvLyBGaW5kIHRoZSBzZWN0aW9uIGNvbnRhaW5pbmcgdGhlIGdlbmVyYXRlZCBwb3NpdGlvbiB3ZSdyZSB0cnlpbmcgdG8gbWFwXG4gICAgLy8gdG8gYW4gb3JpZ2luYWwgcG9zaXRpb24uXG4gICAgdmFyIHNlY3Rpb25JbmRleCA9IGJpbmFyeVNlYXJjaC5zZWFyY2gobmVlZGxlLCB0aGlzLl9zZWN0aW9ucyxcbiAgICAgIGZ1bmN0aW9uKG5lZWRsZSwgc2VjdGlvbikge1xuICAgICAgICB2YXIgY21wID0gbmVlZGxlLmdlbmVyYXRlZExpbmUgLSBzZWN0aW9uLmdlbmVyYXRlZE9mZnNldC5nZW5lcmF0ZWRMaW5lO1xuICAgICAgICBpZiAoY21wKSB7XG4gICAgICAgICAgcmV0dXJuIGNtcDtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiAobmVlZGxlLmdlbmVyYXRlZENvbHVtbiAtXG4gICAgICAgICAgICAgICAgc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkQ29sdW1uKTtcbiAgICAgIH0pO1xuICAgIHZhciBzZWN0aW9uID0gdGhpcy5fc2VjdGlvbnNbc2VjdGlvbkluZGV4XTtcblxuICAgIGlmICghc2VjdGlvbikge1xuICAgICAgcmV0dXJuIHtcbiAgICAgICAgc291cmNlOiBudWxsLFxuICAgICAgICBsaW5lOiBudWxsLFxuICAgICAgICBjb2x1bW46IG51bGwsXG4gICAgICAgIG5hbWU6IG51bGxcbiAgICAgIH07XG4gICAgfVxuXG4gICAgcmV0dXJuIHNlY3Rpb24uY29uc3VtZXIub3JpZ2luYWxQb3NpdGlvbkZvcih7XG4gICAgICBsaW5lOiBuZWVkbGUuZ2VuZXJhdGVkTGluZSAtXG4gICAgICAgIChzZWN0aW9uLmdlbmVyYXRlZE9mZnNldC5nZW5lcmF0ZWRMaW5lIC0gMSksXG4gICAgICBjb2x1bW46IG5lZWRsZS5nZW5lcmF0ZWRDb2x1bW4gLVxuICAgICAgICAoc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkTGluZSA9PT0gbmVlZGxlLmdlbmVyYXRlZExpbmVcbiAgICAgICAgID8gc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkQ29sdW1uIC0gMVxuICAgICAgICAgOiAwKSxcbiAgICAgIGJpYXM6IGFBcmdzLmJpYXNcbiAgICB9KTtcbiAgfTtcblxuLyoqXG4gKiBSZXR1cm4gdHJ1ZSBpZiB3ZSBoYXZlIHRoZSBzb3VyY2UgY29udGVudCBmb3IgZXZlcnkgc291cmNlIGluIHRoZSBzb3VyY2VcbiAqIG1hcCwgZmFsc2Ugb3RoZXJ3aXNlLlxuICovXG5JbmRleGVkU291cmNlTWFwQ29uc3VtZXIucHJvdG90eXBlLmhhc0NvbnRlbnRzT2ZBbGxTb3VyY2VzID1cbiAgZnVuY3Rpb24gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyX2hhc0NvbnRlbnRzT2ZBbGxTb3VyY2VzKCkge1xuICAgIHJldHVybiB0aGlzLl9zZWN0aW9ucy5ldmVyeShmdW5jdGlvbiAocykge1xuICAgICAgcmV0dXJuIHMuY29uc3VtZXIuaGFzQ29udGVudHNPZkFsbFNvdXJjZXMoKTtcbiAgICB9KTtcbiAgfTtcblxuLyoqXG4gKiBSZXR1cm5zIHRoZSBvcmlnaW5hbCBzb3VyY2UgY29udGVudC4gVGhlIG9ubHkgYXJndW1lbnQgaXMgdGhlIHVybCBvZiB0aGVcbiAqIG9yaWdpbmFsIHNvdXJjZSBmaWxlLiBSZXR1cm5zIG51bGwgaWYgbm8gb3JpZ2luYWwgc291cmNlIGNvbnRlbnQgaXNcbiAqIGF2YWlsYWJsZS5cbiAqL1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5zb3VyY2VDb250ZW50Rm9yID1cbiAgZnVuY3Rpb24gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyX3NvdXJjZUNvbnRlbnRGb3IoYVNvdXJjZSwgbnVsbE9uTWlzc2luZykge1xuICAgIGZvciAodmFyIGkgPSAwOyBpIDwgdGhpcy5fc2VjdGlvbnMubGVuZ3RoOyBpKyspIHtcbiAgICAgIHZhciBzZWN0aW9uID0gdGhpcy5fc2VjdGlvbnNbaV07XG5cbiAgICAgIHZhciBjb250ZW50ID0gc2VjdGlvbi5jb25zdW1lci5zb3VyY2VDb250ZW50Rm9yKGFTb3VyY2UsIHRydWUpO1xuICAgICAgaWYgKGNvbnRlbnQpIHtcbiAgICAgICAgcmV0dXJuIGNvbnRlbnQ7XG4gICAgICB9XG4gICAgfVxuICAgIGlmIChudWxsT25NaXNzaW5nKSB7XG4gICAgICByZXR1cm4gbnVsbDtcbiAgICB9XG4gICAgZWxzZSB7XG4gICAgICB0aHJvdyBuZXcgRXJyb3IoJ1wiJyArIGFTb3VyY2UgKyAnXCIgaXMgbm90IGluIHRoZSBTb3VyY2VNYXAuJyk7XG4gICAgfVxuICB9O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIGdlbmVyYXRlZCBsaW5lIGFuZCBjb2x1bW4gaW5mb3JtYXRpb24gZm9yIHRoZSBvcmlnaW5hbCBzb3VyY2UsXG4gKiBsaW5lLCBhbmQgY29sdW1uIHBvc2l0aW9ucyBwcm92aWRlZC4gVGhlIG9ubHkgYXJndW1lbnQgaXMgYW4gb2JqZWN0IHdpdGhcbiAqIHRoZSBmb2xsb3dpbmcgcHJvcGVydGllczpcbiAqXG4gKiAgIC0gc291cmNlOiBUaGUgZmlsZW5hbWUgb2YgdGhlIG9yaWdpbmFsIHNvdXJjZS5cbiAqICAgLSBsaW5lOiBUaGUgbGluZSBudW1iZXIgaW4gdGhlIG9yaWdpbmFsIHNvdXJjZS4gIFRoZSBsaW5lIG51bWJlclxuICogICAgIGlzIDEtYmFzZWQuXG4gKiAgIC0gY29sdW1uOiBUaGUgY29sdW1uIG51bWJlciBpbiB0aGUgb3JpZ2luYWwgc291cmNlLiAgVGhlIGNvbHVtblxuICogICAgIG51bWJlciBpcyAwLWJhc2VkLlxuICpcbiAqIGFuZCBhbiBvYmplY3QgaXMgcmV0dXJuZWQgd2l0aCB0aGUgZm9sbG93aW5nIHByb3BlcnRpZXM6XG4gKlxuICogICAtIGxpbmU6IFRoZSBsaW5lIG51bWJlciBpbiB0aGUgZ2VuZXJhdGVkIHNvdXJjZSwgb3IgbnVsbC4gIFRoZVxuICogICAgIGxpbmUgbnVtYmVyIGlzIDEtYmFzZWQuIFxuICogICAtIGNvbHVtbjogVGhlIGNvbHVtbiBudW1iZXIgaW4gdGhlIGdlbmVyYXRlZCBzb3VyY2UsIG9yIG51bGwuXG4gKiAgICAgVGhlIGNvbHVtbiBudW1iZXIgaXMgMC1iYXNlZC5cbiAqL1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5nZW5lcmF0ZWRQb3NpdGlvbkZvciA9XG4gIGZ1bmN0aW9uIEluZGV4ZWRTb3VyY2VNYXBDb25zdW1lcl9nZW5lcmF0ZWRQb3NpdGlvbkZvcihhQXJncykge1xuICAgIGZvciAodmFyIGkgPSAwOyBpIDwgdGhpcy5fc2VjdGlvbnMubGVuZ3RoOyBpKyspIHtcbiAgICAgIHZhciBzZWN0aW9uID0gdGhpcy5fc2VjdGlvbnNbaV07XG5cbiAgICAgIC8vIE9ubHkgY29uc2lkZXIgdGhpcyBzZWN0aW9uIGlmIHRoZSByZXF1ZXN0ZWQgc291cmNlIGlzIGluIHRoZSBsaXN0IG9mXG4gICAgICAvLyBzb3VyY2VzIG9mIHRoZSBjb25zdW1lci5cbiAgICAgIGlmIChzZWN0aW9uLmNvbnN1bWVyLl9maW5kU291cmNlSW5kZXgodXRpbC5nZXRBcmcoYUFyZ3MsICdzb3VyY2UnKSkgPT09IC0xKSB7XG4gICAgICAgIGNvbnRpbnVlO1xuICAgICAgfVxuICAgICAgdmFyIGdlbmVyYXRlZFBvc2l0aW9uID0gc2VjdGlvbi5jb25zdW1lci5nZW5lcmF0ZWRQb3NpdGlvbkZvcihhQXJncyk7XG4gICAgICBpZiAoZ2VuZXJhdGVkUG9zaXRpb24pIHtcbiAgICAgICAgdmFyIHJldCA9IHtcbiAgICAgICAgICBsaW5lOiBnZW5lcmF0ZWRQb3NpdGlvbi5saW5lICtcbiAgICAgICAgICAgIChzZWN0aW9uLmdlbmVyYXRlZE9mZnNldC5nZW5lcmF0ZWRMaW5lIC0gMSksXG4gICAgICAgICAgY29sdW1uOiBnZW5lcmF0ZWRQb3NpdGlvbi5jb2x1bW4gK1xuICAgICAgICAgICAgKHNlY3Rpb24uZ2VuZXJhdGVkT2Zmc2V0LmdlbmVyYXRlZExpbmUgPT09IGdlbmVyYXRlZFBvc2l0aW9uLmxpbmVcbiAgICAgICAgICAgICA/IHNlY3Rpb24uZ2VuZXJhdGVkT2Zmc2V0LmdlbmVyYXRlZENvbHVtbiAtIDFcbiAgICAgICAgICAgICA6IDApXG4gICAgICAgIH07XG4gICAgICAgIHJldHVybiByZXQ7XG4gICAgICB9XG4gICAgfVxuXG4gICAgcmV0dXJuIHtcbiAgICAgIGxpbmU6IG51bGwsXG4gICAgICBjb2x1bW46IG51bGxcbiAgICB9O1xuICB9O1xuXG4vKipcbiAqIFBhcnNlIHRoZSBtYXBwaW5ncyBpbiBhIHN0cmluZyBpbiB0byBhIGRhdGEgc3RydWN0dXJlIHdoaWNoIHdlIGNhbiBlYXNpbHlcbiAqIHF1ZXJ5ICh0aGUgb3JkZXJlZCBhcnJheXMgaW4gdGhlIGB0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3NgIGFuZFxuICogYHRoaXMuX19vcmlnaW5hbE1hcHBpbmdzYCBwcm9wZXJ0aWVzKS5cbiAqL1xuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyLnByb3RvdHlwZS5fcGFyc2VNYXBwaW5ncyA9XG4gIGZ1bmN0aW9uIEluZGV4ZWRTb3VyY2VNYXBDb25zdW1lcl9wYXJzZU1hcHBpbmdzKGFTdHIsIGFTb3VyY2VSb290KSB7XG4gICAgdGhpcy5fX2dlbmVyYXRlZE1hcHBpbmdzID0gW107XG4gICAgdGhpcy5fX29yaWdpbmFsTWFwcGluZ3MgPSBbXTtcbiAgICBmb3IgKHZhciBpID0gMDsgaSA8IHRoaXMuX3NlY3Rpb25zLmxlbmd0aDsgaSsrKSB7XG4gICAgICB2YXIgc2VjdGlvbiA9IHRoaXMuX3NlY3Rpb25zW2ldO1xuICAgICAgdmFyIHNlY3Rpb25NYXBwaW5ncyA9IHNlY3Rpb24uY29uc3VtZXIuX2dlbmVyYXRlZE1hcHBpbmdzO1xuICAgICAgZm9yICh2YXIgaiA9IDA7IGogPCBzZWN0aW9uTWFwcGluZ3MubGVuZ3RoOyBqKyspIHtcbiAgICAgICAgdmFyIG1hcHBpbmcgPSBzZWN0aW9uTWFwcGluZ3Nbal07XG5cbiAgICAgICAgdmFyIHNvdXJjZSA9IHNlY3Rpb24uY29uc3VtZXIuX3NvdXJjZXMuYXQobWFwcGluZy5zb3VyY2UpO1xuICAgICAgICBzb3VyY2UgPSB1dGlsLmNvbXB1dGVTb3VyY2VVUkwoc2VjdGlvbi5jb25zdW1lci5zb3VyY2VSb290LCBzb3VyY2UsIHRoaXMuX3NvdXJjZU1hcFVSTCk7XG4gICAgICAgIHRoaXMuX3NvdXJjZXMuYWRkKHNvdXJjZSk7XG4gICAgICAgIHNvdXJjZSA9IHRoaXMuX3NvdXJjZXMuaW5kZXhPZihzb3VyY2UpO1xuXG4gICAgICAgIHZhciBuYW1lID0gbnVsbDtcbiAgICAgICAgaWYgKG1hcHBpbmcubmFtZSkge1xuICAgICAgICAgIG5hbWUgPSBzZWN0aW9uLmNvbnN1bWVyLl9uYW1lcy5hdChtYXBwaW5nLm5hbWUpO1xuICAgICAgICAgIHRoaXMuX25hbWVzLmFkZChuYW1lKTtcbiAgICAgICAgICBuYW1lID0gdGhpcy5fbmFtZXMuaW5kZXhPZihuYW1lKTtcbiAgICAgICAgfVxuXG4gICAgICAgIC8vIFRoZSBtYXBwaW5ncyBjb21pbmcgZnJvbSB0aGUgY29uc3VtZXIgZm9yIHRoZSBzZWN0aW9uIGhhdmVcbiAgICAgICAgLy8gZ2VuZXJhdGVkIHBvc2l0aW9ucyByZWxhdGl2ZSB0byB0aGUgc3RhcnQgb2YgdGhlIHNlY3Rpb24sIHNvIHdlXG4gICAgICAgIC8vIG5lZWQgdG8gb2Zmc2V0IHRoZW0gdG8gYmUgcmVsYXRpdmUgdG8gdGhlIHN0YXJ0IG9mIHRoZSBjb25jYXRlbmF0ZWRcbiAgICAgICAgLy8gZ2VuZXJhdGVkIGZpbGUuXG4gICAgICAgIHZhciBhZGp1c3RlZE1hcHBpbmcgPSB7XG4gICAgICAgICAgc291cmNlOiBzb3VyY2UsXG4gICAgICAgICAgZ2VuZXJhdGVkTGluZTogbWFwcGluZy5nZW5lcmF0ZWRMaW5lICtcbiAgICAgICAgICAgIChzZWN0aW9uLmdlbmVyYXRlZE9mZnNldC5nZW5lcmF0ZWRMaW5lIC0gMSksXG4gICAgICAgICAgZ2VuZXJhdGVkQ29sdW1uOiBtYXBwaW5nLmdlbmVyYXRlZENvbHVtbiArXG4gICAgICAgICAgICAoc2VjdGlvbi5nZW5lcmF0ZWRPZmZzZXQuZ2VuZXJhdGVkTGluZSA9PT0gbWFwcGluZy5nZW5lcmF0ZWRMaW5lXG4gICAgICAgICAgICA/IHNlY3Rpb24uZ2VuZXJhdGVkT2Zmc2V0LmdlbmVyYXRlZENvbHVtbiAtIDFcbiAgICAgICAgICAgIDogMCksXG4gICAgICAgICAgb3JpZ2luYWxMaW5lOiBtYXBwaW5nLm9yaWdpbmFsTGluZSxcbiAgICAgICAgICBvcmlnaW5hbENvbHVtbjogbWFwcGluZy5vcmlnaW5hbENvbHVtbixcbiAgICAgICAgICBuYW1lOiBuYW1lXG4gICAgICAgIH07XG5cbiAgICAgICAgdGhpcy5fX2dlbmVyYXRlZE1hcHBpbmdzLnB1c2goYWRqdXN0ZWRNYXBwaW5nKTtcbiAgICAgICAgaWYgKHR5cGVvZiBhZGp1c3RlZE1hcHBpbmcub3JpZ2luYWxMaW5lID09PSAnbnVtYmVyJykge1xuICAgICAgICAgIHRoaXMuX19vcmlnaW5hbE1hcHBpbmdzLnB1c2goYWRqdXN0ZWRNYXBwaW5nKTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cblxuICAgIHF1aWNrU29ydCh0aGlzLl9fZ2VuZXJhdGVkTWFwcGluZ3MsIHV0aWwuY29tcGFyZUJ5R2VuZXJhdGVkUG9zaXRpb25zRGVmbGF0ZWQpO1xuICAgIHF1aWNrU29ydCh0aGlzLl9fb3JpZ2luYWxNYXBwaW5ncywgdXRpbC5jb21wYXJlQnlPcmlnaW5hbFBvc2l0aW9ucyk7XG4gIH07XG5cbmV4cG9ydHMuSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyID0gSW5kZXhlZFNvdXJjZU1hcENvbnN1bWVyO1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvc291cmNlLW1hcC1jb25zdW1lci5qc1xuLy8gbW9kdWxlIGlkID0gN1xuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbmV4cG9ydHMuR1JFQVRFU1RfTE9XRVJfQk9VTkQgPSAxO1xuZXhwb3J0cy5MRUFTVF9VUFBFUl9CT1VORCA9IDI7XG5cbi8qKlxuICogUmVjdXJzaXZlIGltcGxlbWVudGF0aW9uIG9mIGJpbmFyeSBzZWFyY2guXG4gKlxuICogQHBhcmFtIGFMb3cgSW5kaWNlcyBoZXJlIGFuZCBsb3dlciBkbyBub3QgY29udGFpbiB0aGUgbmVlZGxlLlxuICogQHBhcmFtIGFIaWdoIEluZGljZXMgaGVyZSBhbmQgaGlnaGVyIGRvIG5vdCBjb250YWluIHRoZSBuZWVkbGUuXG4gKiBAcGFyYW0gYU5lZWRsZSBUaGUgZWxlbWVudCBiZWluZyBzZWFyY2hlZCBmb3IuXG4gKiBAcGFyYW0gYUhheXN0YWNrIFRoZSBub24tZW1wdHkgYXJyYXkgYmVpbmcgc2VhcmNoZWQuXG4gKiBAcGFyYW0gYUNvbXBhcmUgRnVuY3Rpb24gd2hpY2ggdGFrZXMgdHdvIGVsZW1lbnRzIGFuZCByZXR1cm5zIC0xLCAwLCBvciAxLlxuICogQHBhcmFtIGFCaWFzIEVpdGhlciAnYmluYXJ5U2VhcmNoLkdSRUFURVNUX0xPV0VSX0JPVU5EJyBvclxuICogICAgICdiaW5hcnlTZWFyY2guTEVBU1RfVVBQRVJfQk9VTkQnLiBTcGVjaWZpZXMgd2hldGhlciB0byByZXR1cm4gdGhlXG4gKiAgICAgY2xvc2VzdCBlbGVtZW50IHRoYXQgaXMgc21hbGxlciB0aGFuIG9yIGdyZWF0ZXIgdGhhbiB0aGUgb25lIHdlIGFyZVxuICogICAgIHNlYXJjaGluZyBmb3IsIHJlc3BlY3RpdmVseSwgaWYgdGhlIGV4YWN0IGVsZW1lbnQgY2Fubm90IGJlIGZvdW5kLlxuICovXG5mdW5jdGlvbiByZWN1cnNpdmVTZWFyY2goYUxvdywgYUhpZ2gsIGFOZWVkbGUsIGFIYXlzdGFjaywgYUNvbXBhcmUsIGFCaWFzKSB7XG4gIC8vIFRoaXMgZnVuY3Rpb24gdGVybWluYXRlcyB3aGVuIG9uZSBvZiB0aGUgZm9sbG93aW5nIGlzIHRydWU6XG4gIC8vXG4gIC8vICAgMS4gV2UgZmluZCB0aGUgZXhhY3QgZWxlbWVudCB3ZSBhcmUgbG9va2luZyBmb3IuXG4gIC8vXG4gIC8vICAgMi4gV2UgZGlkIG5vdCBmaW5kIHRoZSBleGFjdCBlbGVtZW50LCBidXQgd2UgY2FuIHJldHVybiB0aGUgaW5kZXggb2ZcbiAgLy8gICAgICB0aGUgbmV4dC1jbG9zZXN0IGVsZW1lbnQuXG4gIC8vXG4gIC8vICAgMy4gV2UgZGlkIG5vdCBmaW5kIHRoZSBleGFjdCBlbGVtZW50LCBhbmQgdGhlcmUgaXMgbm8gbmV4dC1jbG9zZXN0XG4gIC8vICAgICAgZWxlbWVudCB0aGFuIHRoZSBvbmUgd2UgYXJlIHNlYXJjaGluZyBmb3IsIHNvIHdlIHJldHVybiAtMS5cbiAgdmFyIG1pZCA9IE1hdGguZmxvb3IoKGFIaWdoIC0gYUxvdykgLyAyKSArIGFMb3c7XG4gIHZhciBjbXAgPSBhQ29tcGFyZShhTmVlZGxlLCBhSGF5c3RhY2tbbWlkXSwgdHJ1ZSk7XG4gIGlmIChjbXAgPT09IDApIHtcbiAgICAvLyBGb3VuZCB0aGUgZWxlbWVudCB3ZSBhcmUgbG9va2luZyBmb3IuXG4gICAgcmV0dXJuIG1pZDtcbiAgfVxuICBlbHNlIGlmIChjbXAgPiAwKSB7XG4gICAgLy8gT3VyIG5lZWRsZSBpcyBncmVhdGVyIHRoYW4gYUhheXN0YWNrW21pZF0uXG4gICAgaWYgKGFIaWdoIC0gbWlkID4gMSkge1xuICAgICAgLy8gVGhlIGVsZW1lbnQgaXMgaW4gdGhlIHVwcGVyIGhhbGYuXG4gICAgICByZXR1cm4gcmVjdXJzaXZlU2VhcmNoKG1pZCwgYUhpZ2gsIGFOZWVkbGUsIGFIYXlzdGFjaywgYUNvbXBhcmUsIGFCaWFzKTtcbiAgICB9XG5cbiAgICAvLyBUaGUgZXhhY3QgbmVlZGxlIGVsZW1lbnQgd2FzIG5vdCBmb3VuZCBpbiB0aGlzIGhheXN0YWNrLiBEZXRlcm1pbmUgaWZcbiAgICAvLyB3ZSBhcmUgaW4gdGVybWluYXRpb24gY2FzZSAoMykgb3IgKDIpIGFuZCByZXR1cm4gdGhlIGFwcHJvcHJpYXRlIHRoaW5nLlxuICAgIGlmIChhQmlhcyA9PSBleHBvcnRzLkxFQVNUX1VQUEVSX0JPVU5EKSB7XG4gICAgICByZXR1cm4gYUhpZ2ggPCBhSGF5c3RhY2subGVuZ3RoID8gYUhpZ2ggOiAtMTtcbiAgICB9IGVsc2Uge1xuICAgICAgcmV0dXJuIG1pZDtcbiAgICB9XG4gIH1cbiAgZWxzZSB7XG4gICAgLy8gT3VyIG5lZWRsZSBpcyBsZXNzIHRoYW4gYUhheXN0YWNrW21pZF0uXG4gICAgaWYgKG1pZCAtIGFMb3cgPiAxKSB7XG4gICAgICAvLyBUaGUgZWxlbWVudCBpcyBpbiB0aGUgbG93ZXIgaGFsZi5cbiAgICAgIHJldHVybiByZWN1cnNpdmVTZWFyY2goYUxvdywgbWlkLCBhTmVlZGxlLCBhSGF5c3RhY2ssIGFDb21wYXJlLCBhQmlhcyk7XG4gICAgfVxuXG4gICAgLy8gd2UgYXJlIGluIHRlcm1pbmF0aW9uIGNhc2UgKDMpIG9yICgyKSBhbmQgcmV0dXJuIHRoZSBhcHByb3ByaWF0ZSB0aGluZy5cbiAgICBpZiAoYUJpYXMgPT0gZXhwb3J0cy5MRUFTVF9VUFBFUl9CT1VORCkge1xuICAgICAgcmV0dXJuIG1pZDtcbiAgICB9IGVsc2Uge1xuICAgICAgcmV0dXJuIGFMb3cgPCAwID8gLTEgOiBhTG93O1xuICAgIH1cbiAgfVxufVxuXG4vKipcbiAqIFRoaXMgaXMgYW4gaW1wbGVtZW50YXRpb24gb2YgYmluYXJ5IHNlYXJjaCB3aGljaCB3aWxsIGFsd2F5cyB0cnkgYW5kIHJldHVyblxuICogdGhlIGluZGV4IG9mIHRoZSBjbG9zZXN0IGVsZW1lbnQgaWYgdGhlcmUgaXMgbm8gZXhhY3QgaGl0LiBUaGlzIGlzIGJlY2F1c2VcbiAqIG1hcHBpbmdzIGJldHdlZW4gb3JpZ2luYWwgYW5kIGdlbmVyYXRlZCBsaW5lL2NvbCBwYWlycyBhcmUgc2luZ2xlIHBvaW50cyxcbiAqIGFuZCB0aGVyZSBpcyBhbiBpbXBsaWNpdCByZWdpb24gYmV0d2VlbiBlYWNoIG9mIHRoZW0sIHNvIGEgbWlzcyBqdXN0IG1lYW5zXG4gKiB0aGF0IHlvdSBhcmVuJ3Qgb24gdGhlIHZlcnkgc3RhcnQgb2YgYSByZWdpb24uXG4gKlxuICogQHBhcmFtIGFOZWVkbGUgVGhlIGVsZW1lbnQgeW91IGFyZSBsb29raW5nIGZvci5cbiAqIEBwYXJhbSBhSGF5c3RhY2sgVGhlIGFycmF5IHRoYXQgaXMgYmVpbmcgc2VhcmNoZWQuXG4gKiBAcGFyYW0gYUNvbXBhcmUgQSBmdW5jdGlvbiB3aGljaCB0YWtlcyB0aGUgbmVlZGxlIGFuZCBhbiBlbGVtZW50IGluIHRoZVxuICogICAgIGFycmF5IGFuZCByZXR1cm5zIC0xLCAwLCBvciAxIGRlcGVuZGluZyBvbiB3aGV0aGVyIHRoZSBuZWVkbGUgaXMgbGVzc1xuICogICAgIHRoYW4sIGVxdWFsIHRvLCBvciBncmVhdGVyIHRoYW4gdGhlIGVsZW1lbnQsIHJlc3BlY3RpdmVseS5cbiAqIEBwYXJhbSBhQmlhcyBFaXRoZXIgJ2JpbmFyeVNlYXJjaC5HUkVBVEVTVF9MT1dFUl9CT1VORCcgb3JcbiAqICAgICAnYmluYXJ5U2VhcmNoLkxFQVNUX1VQUEVSX0JPVU5EJy4gU3BlY2lmaWVzIHdoZXRoZXIgdG8gcmV0dXJuIHRoZVxuICogICAgIGNsb3Nlc3QgZWxlbWVudCB0aGF0IGlzIHNtYWxsZXIgdGhhbiBvciBncmVhdGVyIHRoYW4gdGhlIG9uZSB3ZSBhcmVcbiAqICAgICBzZWFyY2hpbmcgZm9yLCByZXNwZWN0aXZlbHksIGlmIHRoZSBleGFjdCBlbGVtZW50IGNhbm5vdCBiZSBmb3VuZC5cbiAqICAgICBEZWZhdWx0cyB0byAnYmluYXJ5U2VhcmNoLkdSRUFURVNUX0xPV0VSX0JPVU5EJy5cbiAqL1xuZXhwb3J0cy5zZWFyY2ggPSBmdW5jdGlvbiBzZWFyY2goYU5lZWRsZSwgYUhheXN0YWNrLCBhQ29tcGFyZSwgYUJpYXMpIHtcbiAgaWYgKGFIYXlzdGFjay5sZW5ndGggPT09IDApIHtcbiAgICByZXR1cm4gLTE7XG4gIH1cblxuICB2YXIgaW5kZXggPSByZWN1cnNpdmVTZWFyY2goLTEsIGFIYXlzdGFjay5sZW5ndGgsIGFOZWVkbGUsIGFIYXlzdGFjayxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFDb21wYXJlLCBhQmlhcyB8fCBleHBvcnRzLkdSRUFURVNUX0xPV0VSX0JPVU5EKTtcbiAgaWYgKGluZGV4IDwgMCkge1xuICAgIHJldHVybiAtMTtcbiAgfVxuXG4gIC8vIFdlIGhhdmUgZm91bmQgZWl0aGVyIHRoZSBleGFjdCBlbGVtZW50LCBvciB0aGUgbmV4dC1jbG9zZXN0IGVsZW1lbnQgdGhhblxuICAvLyB0aGUgb25lIHdlIGFyZSBzZWFyY2hpbmcgZm9yLiBIb3dldmVyLCB0aGVyZSBtYXkgYmUgbW9yZSB0aGFuIG9uZSBzdWNoXG4gIC8vIGVsZW1lbnQuIE1ha2Ugc3VyZSB3ZSBhbHdheXMgcmV0dXJuIHRoZSBzbWFsbGVzdCBvZiB0aGVzZS5cbiAgd2hpbGUgKGluZGV4IC0gMSA+PSAwKSB7XG4gICAgaWYgKGFDb21wYXJlKGFIYXlzdGFja1tpbmRleF0sIGFIYXlzdGFja1tpbmRleCAtIDFdLCB0cnVlKSAhPT0gMCkge1xuICAgICAgYnJlYWs7XG4gICAgfVxuICAgIC0taW5kZXg7XG4gIH1cblxuICByZXR1cm4gaW5kZXg7XG59O1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvYmluYXJ5LXNlYXJjaC5qc1xuLy8gbW9kdWxlIGlkID0gOFxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbi8vIEl0IHR1cm5zIG91dCB0aGF0IHNvbWUgKG1vc3Q/KSBKYXZhU2NyaXB0IGVuZ2luZXMgZG9uJ3Qgc2VsZi1ob3N0XG4vLyBgQXJyYXkucHJvdG90eXBlLnNvcnRgLiBUaGlzIG1ha2VzIHNlbnNlIGJlY2F1c2UgQysrIHdpbGwgbGlrZWx5IHJlbWFpblxuLy8gZmFzdGVyIHRoYW4gSlMgd2hlbiBkb2luZyByYXcgQ1BVLWludGVuc2l2ZSBzb3J0aW5nLiBIb3dldmVyLCB3aGVuIHVzaW5nIGFcbi8vIGN1c3RvbSBjb21wYXJhdG9yIGZ1bmN0aW9uLCBjYWxsaW5nIGJhY2sgYW5kIGZvcnRoIGJldHdlZW4gdGhlIFZNJ3MgQysrIGFuZFxuLy8gSklUJ2QgSlMgaXMgcmF0aGVyIHNsb3cgKmFuZCogbG9zZXMgSklUIHR5cGUgaW5mb3JtYXRpb24sIHJlc3VsdGluZyBpblxuLy8gd29yc2UgZ2VuZXJhdGVkIGNvZGUgZm9yIHRoZSBjb21wYXJhdG9yIGZ1bmN0aW9uIHRoYW4gd291bGQgYmUgb3B0aW1hbC4gSW5cbi8vIGZhY3QsIHdoZW4gc29ydGluZyB3aXRoIGEgY29tcGFyYXRvciwgdGhlc2UgY29zdHMgb3V0d2VpZ2ggdGhlIGJlbmVmaXRzIG9mXG4vLyBzb3J0aW5nIGluIEMrKy4gQnkgdXNpbmcgb3VyIG93biBKUy1pbXBsZW1lbnRlZCBRdWljayBTb3J0IChiZWxvdyksIHdlIGdldFxuLy8gYSB+MzUwMG1zIG1lYW4gc3BlZWQtdXAgaW4gYGJlbmNoL2JlbmNoLmh0bWxgLlxuXG4vKipcbiAqIFN3YXAgdGhlIGVsZW1lbnRzIGluZGV4ZWQgYnkgYHhgIGFuZCBgeWAgaW4gdGhlIGFycmF5IGBhcnlgLlxuICpcbiAqIEBwYXJhbSB7QXJyYXl9IGFyeVxuICogICAgICAgIFRoZSBhcnJheS5cbiAqIEBwYXJhbSB7TnVtYmVyfSB4XG4gKiAgICAgICAgVGhlIGluZGV4IG9mIHRoZSBmaXJzdCBpdGVtLlxuICogQHBhcmFtIHtOdW1iZXJ9IHlcbiAqICAgICAgICBUaGUgaW5kZXggb2YgdGhlIHNlY29uZCBpdGVtLlxuICovXG5mdW5jdGlvbiBzd2FwKGFyeSwgeCwgeSkge1xuICB2YXIgdGVtcCA9IGFyeVt4XTtcbiAgYXJ5W3hdID0gYXJ5W3ldO1xuICBhcnlbeV0gPSB0ZW1wO1xufVxuXG4vKipcbiAqIFJldHVybnMgYSByYW5kb20gaW50ZWdlciB3aXRoaW4gdGhlIHJhbmdlIGBsb3cgLi4gaGlnaGAgaW5jbHVzaXZlLlxuICpcbiAqIEBwYXJhbSB7TnVtYmVyfSBsb3dcbiAqICAgICAgICBUaGUgbG93ZXIgYm91bmQgb24gdGhlIHJhbmdlLlxuICogQHBhcmFtIHtOdW1iZXJ9IGhpZ2hcbiAqICAgICAgICBUaGUgdXBwZXIgYm91bmQgb24gdGhlIHJhbmdlLlxuICovXG5mdW5jdGlvbiByYW5kb21JbnRJblJhbmdlKGxvdywgaGlnaCkge1xuICByZXR1cm4gTWF0aC5yb3VuZChsb3cgKyAoTWF0aC5yYW5kb20oKSAqIChoaWdoIC0gbG93KSkpO1xufVxuXG4vKipcbiAqIFRoZSBRdWljayBTb3J0IGFsZ29yaXRobS5cbiAqXG4gKiBAcGFyYW0ge0FycmF5fSBhcnlcbiAqICAgICAgICBBbiBhcnJheSB0byBzb3J0LlxuICogQHBhcmFtIHtmdW5jdGlvbn0gY29tcGFyYXRvclxuICogICAgICAgIEZ1bmN0aW9uIHRvIHVzZSB0byBjb21wYXJlIHR3byBpdGVtcy5cbiAqIEBwYXJhbSB7TnVtYmVyfSBwXG4gKiAgICAgICAgU3RhcnQgaW5kZXggb2YgdGhlIGFycmF5XG4gKiBAcGFyYW0ge051bWJlcn0gclxuICogICAgICAgIEVuZCBpbmRleCBvZiB0aGUgYXJyYXlcbiAqL1xuZnVuY3Rpb24gZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCBwLCByKSB7XG4gIC8vIElmIG91ciBsb3dlciBib3VuZCBpcyBsZXNzIHRoYW4gb3VyIHVwcGVyIGJvdW5kLCB3ZSAoMSkgcGFydGl0aW9uIHRoZVxuICAvLyBhcnJheSBpbnRvIHR3byBwaWVjZXMgYW5kICgyKSByZWN1cnNlIG9uIGVhY2ggaGFsZi4gSWYgaXQgaXMgbm90LCB0aGlzIGlzXG4gIC8vIHRoZSBlbXB0eSBhcnJheSBhbmQgb3VyIGJhc2UgY2FzZS5cblxuICBpZiAocCA8IHIpIHtcbiAgICAvLyAoMSkgUGFydGl0aW9uaW5nLlxuICAgIC8vXG4gICAgLy8gVGhlIHBhcnRpdGlvbmluZyBjaG9vc2VzIGEgcGl2b3QgYmV0d2VlbiBgcGAgYW5kIGByYCBhbmQgbW92ZXMgYWxsXG4gICAgLy8gZWxlbWVudHMgdGhhdCBhcmUgbGVzcyB0aGFuIG9yIGVxdWFsIHRvIHRoZSBwaXZvdCB0byB0aGUgYmVmb3JlIGl0LCBhbmRcbiAgICAvLyBhbGwgdGhlIGVsZW1lbnRzIHRoYXQgYXJlIGdyZWF0ZXIgdGhhbiBpdCBhZnRlciBpdC4gVGhlIGVmZmVjdCBpcyB0aGF0XG4gICAgLy8gb25jZSBwYXJ0aXRpb24gaXMgZG9uZSwgdGhlIHBpdm90IGlzIGluIHRoZSBleGFjdCBwbGFjZSBpdCB3aWxsIGJlIHdoZW5cbiAgICAvLyB0aGUgYXJyYXkgaXMgcHV0IGluIHNvcnRlZCBvcmRlciwgYW5kIGl0IHdpbGwgbm90IG5lZWQgdG8gYmUgbW92ZWRcbiAgICAvLyBhZ2Fpbi4gVGhpcyBydW5zIGluIE8obikgdGltZS5cblxuICAgIC8vIEFsd2F5cyBjaG9vc2UgYSByYW5kb20gcGl2b3Qgc28gdGhhdCBhbiBpbnB1dCBhcnJheSB3aGljaCBpcyByZXZlcnNlXG4gICAgLy8gc29ydGVkIGRvZXMgbm90IGNhdXNlIE8obl4yKSBydW5uaW5nIHRpbWUuXG4gICAgdmFyIHBpdm90SW5kZXggPSByYW5kb21JbnRJblJhbmdlKHAsIHIpO1xuICAgIHZhciBpID0gcCAtIDE7XG5cbiAgICBzd2FwKGFyeSwgcGl2b3RJbmRleCwgcik7XG4gICAgdmFyIHBpdm90ID0gYXJ5W3JdO1xuXG4gICAgLy8gSW1tZWRpYXRlbHkgYWZ0ZXIgYGpgIGlzIGluY3JlbWVudGVkIGluIHRoaXMgbG9vcCwgdGhlIGZvbGxvd2luZyBob2xkXG4gICAgLy8gdHJ1ZTpcbiAgICAvL1xuICAgIC8vICAgKiBFdmVyeSBlbGVtZW50IGluIGBhcnlbcCAuLiBpXWAgaXMgbGVzcyB0aGFuIG9yIGVxdWFsIHRvIHRoZSBwaXZvdC5cbiAgICAvL1xuICAgIC8vICAgKiBFdmVyeSBlbGVtZW50IGluIGBhcnlbaSsxIC4uIGotMV1gIGlzIGdyZWF0ZXIgdGhhbiB0aGUgcGl2b3QuXG4gICAgZm9yICh2YXIgaiA9IHA7IGogPCByOyBqKyspIHtcbiAgICAgIGlmIChjb21wYXJhdG9yKGFyeVtqXSwgcGl2b3QpIDw9IDApIHtcbiAgICAgICAgaSArPSAxO1xuICAgICAgICBzd2FwKGFyeSwgaSwgaik7XG4gICAgICB9XG4gICAgfVxuXG4gICAgc3dhcChhcnksIGkgKyAxLCBqKTtcbiAgICB2YXIgcSA9IGkgKyAxO1xuXG4gICAgLy8gKDIpIFJlY3Vyc2Ugb24gZWFjaCBoYWxmLlxuXG4gICAgZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCBwLCBxIC0gMSk7XG4gICAgZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCBxICsgMSwgcik7XG4gIH1cbn1cblxuLyoqXG4gKiBTb3J0IHRoZSBnaXZlbiBhcnJheSBpbi1wbGFjZSB3aXRoIHRoZSBnaXZlbiBjb21wYXJhdG9yIGZ1bmN0aW9uLlxuICpcbiAqIEBwYXJhbSB7QXJyYXl9IGFyeVxuICogICAgICAgIEFuIGFycmF5IHRvIHNvcnQuXG4gKiBAcGFyYW0ge2Z1bmN0aW9ufSBjb21wYXJhdG9yXG4gKiAgICAgICAgRnVuY3Rpb24gdG8gdXNlIHRvIGNvbXBhcmUgdHdvIGl0ZW1zLlxuICovXG5leHBvcnRzLnF1aWNrU29ydCA9IGZ1bmN0aW9uIChhcnksIGNvbXBhcmF0b3IpIHtcbiAgZG9RdWlja1NvcnQoYXJ5LCBjb21wYXJhdG9yLCAwLCBhcnkubGVuZ3RoIC0gMSk7XG59O1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvcXVpY2stc29ydC5qc1xuLy8gbW9kdWxlIGlkID0gOVxuLy8gbW9kdWxlIGNodW5rcyA9IDAiLCIvKiAtKi0gTW9kZToganM7IGpzLWluZGVudC1sZXZlbDogMjsgLSotICovXG4vKlxuICogQ29weXJpZ2h0IDIwMTEgTW96aWxsYSBGb3VuZGF0aW9uIGFuZCBjb250cmlidXRvcnNcbiAqIExpY2Vuc2VkIHVuZGVyIHRoZSBOZXcgQlNEIGxpY2Vuc2UuIFNlZSBMSUNFTlNFIG9yOlxuICogaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL0JTRC0zLUNsYXVzZVxuICovXG5cbnZhciBTb3VyY2VNYXBHZW5lcmF0b3IgPSByZXF1aXJlKCcuL3NvdXJjZS1tYXAtZ2VuZXJhdG9yJykuU291cmNlTWFwR2VuZXJhdG9yO1xudmFyIHV0aWwgPSByZXF1aXJlKCcuL3V0aWwnKTtcblxuLy8gTWF0Y2hlcyBhIFdpbmRvd3Mtc3R5bGUgYFxcclxcbmAgbmV3bGluZSBvciBhIGBcXG5gIG5ld2xpbmUgdXNlZCBieSBhbGwgb3RoZXJcbi8vIG9wZXJhdGluZyBzeXN0ZW1zIHRoZXNlIGRheXMgKGNhcHR1cmluZyB0aGUgcmVzdWx0KS5cbnZhciBSRUdFWF9ORVdMSU5FID0gLyhcXHI/XFxuKS87XG5cbi8vIE5ld2xpbmUgY2hhcmFjdGVyIGNvZGUgZm9yIGNoYXJDb2RlQXQoKSBjb21wYXJpc29uc1xudmFyIE5FV0xJTkVfQ09ERSA9IDEwO1xuXG4vLyBQcml2YXRlIHN5bWJvbCBmb3IgaWRlbnRpZnlpbmcgYFNvdXJjZU5vZGVgcyB3aGVuIG11bHRpcGxlIHZlcnNpb25zIG9mXG4vLyB0aGUgc291cmNlLW1hcCBsaWJyYXJ5IGFyZSBsb2FkZWQuIFRoaXMgTVVTVCBOT1QgQ0hBTkdFIGFjcm9zc1xuLy8gdmVyc2lvbnMhXG52YXIgaXNTb3VyY2VOb2RlID0gXCIkJCRpc1NvdXJjZU5vZGUkJCRcIjtcblxuLyoqXG4gKiBTb3VyY2VOb2RlcyBwcm92aWRlIGEgd2F5IHRvIGFic3RyYWN0IG92ZXIgaW50ZXJwb2xhdGluZy9jb25jYXRlbmF0aW5nXG4gKiBzbmlwcGV0cyBvZiBnZW5lcmF0ZWQgSmF2YVNjcmlwdCBzb3VyY2UgY29kZSB3aGlsZSBtYWludGFpbmluZyB0aGUgbGluZSBhbmRcbiAqIGNvbHVtbiBpbmZvcm1hdGlvbiBhc3NvY2lhdGVkIHdpdGggdGhlIG9yaWdpbmFsIHNvdXJjZSBjb2RlLlxuICpcbiAqIEBwYXJhbSBhTGluZSBUaGUgb3JpZ2luYWwgbGluZSBudW1iZXIuXG4gKiBAcGFyYW0gYUNvbHVtbiBUaGUgb3JpZ2luYWwgY29sdW1uIG51bWJlci5cbiAqIEBwYXJhbSBhU291cmNlIFRoZSBvcmlnaW5hbCBzb3VyY2UncyBmaWxlbmFtZS5cbiAqIEBwYXJhbSBhQ2h1bmtzIE9wdGlvbmFsLiBBbiBhcnJheSBvZiBzdHJpbmdzIHdoaWNoIGFyZSBzbmlwcGV0cyBvZlxuICogICAgICAgIGdlbmVyYXRlZCBKUywgb3Igb3RoZXIgU291cmNlTm9kZXMuXG4gKiBAcGFyYW0gYU5hbWUgVGhlIG9yaWdpbmFsIGlkZW50aWZpZXIuXG4gKi9cbmZ1bmN0aW9uIFNvdXJjZU5vZGUoYUxpbmUsIGFDb2x1bW4sIGFTb3VyY2UsIGFDaHVua3MsIGFOYW1lKSB7XG4gIHRoaXMuY2hpbGRyZW4gPSBbXTtcbiAgdGhpcy5zb3VyY2VDb250ZW50cyA9IHt9O1xuICB0aGlzLmxpbmUgPSBhTGluZSA9PSBudWxsID8gbnVsbCA6IGFMaW5lO1xuICB0aGlzLmNvbHVtbiA9IGFDb2x1bW4gPT0gbnVsbCA/IG51bGwgOiBhQ29sdW1uO1xuICB0aGlzLnNvdXJjZSA9IGFTb3VyY2UgPT0gbnVsbCA/IG51bGwgOiBhU291cmNlO1xuICB0aGlzLm5hbWUgPSBhTmFtZSA9PSBudWxsID8gbnVsbCA6IGFOYW1lO1xuICB0aGlzW2lzU291cmNlTm9kZV0gPSB0cnVlO1xuICBpZiAoYUNodW5rcyAhPSBudWxsKSB0aGlzLmFkZChhQ2h1bmtzKTtcbn1cblxuLyoqXG4gKiBDcmVhdGVzIGEgU291cmNlTm9kZSBmcm9tIGdlbmVyYXRlZCBjb2RlIGFuZCBhIFNvdXJjZU1hcENvbnN1bWVyLlxuICpcbiAqIEBwYXJhbSBhR2VuZXJhdGVkQ29kZSBUaGUgZ2VuZXJhdGVkIGNvZGVcbiAqIEBwYXJhbSBhU291cmNlTWFwQ29uc3VtZXIgVGhlIFNvdXJjZU1hcCBmb3IgdGhlIGdlbmVyYXRlZCBjb2RlXG4gKiBAcGFyYW0gYVJlbGF0aXZlUGF0aCBPcHRpb25hbC4gVGhlIHBhdGggdGhhdCByZWxhdGl2ZSBzb3VyY2VzIGluIHRoZVxuICogICAgICAgIFNvdXJjZU1hcENvbnN1bWVyIHNob3VsZCBiZSByZWxhdGl2ZSB0by5cbiAqL1xuU291cmNlTm9kZS5mcm9tU3RyaW5nV2l0aFNvdXJjZU1hcCA9XG4gIGZ1bmN0aW9uIFNvdXJjZU5vZGVfZnJvbVN0cmluZ1dpdGhTb3VyY2VNYXAoYUdlbmVyYXRlZENvZGUsIGFTb3VyY2VNYXBDb25zdW1lciwgYVJlbGF0aXZlUGF0aCkge1xuICAgIC8vIFRoZSBTb3VyY2VOb2RlIHdlIHdhbnQgdG8gZmlsbCB3aXRoIHRoZSBnZW5lcmF0ZWQgY29kZVxuICAgIC8vIGFuZCB0aGUgU291cmNlTWFwXG4gICAgdmFyIG5vZGUgPSBuZXcgU291cmNlTm9kZSgpO1xuXG4gICAgLy8gQWxsIGV2ZW4gaW5kaWNlcyBvZiB0aGlzIGFycmF5IGFyZSBvbmUgbGluZSBvZiB0aGUgZ2VuZXJhdGVkIGNvZGUsXG4gICAgLy8gd2hpbGUgYWxsIG9kZCBpbmRpY2VzIGFyZSB0aGUgbmV3bGluZXMgYmV0d2VlbiB0d28gYWRqYWNlbnQgbGluZXNcbiAgICAvLyAoc2luY2UgYFJFR0VYX05FV0xJTkVgIGNhcHR1cmVzIGl0cyBtYXRjaCkuXG4gICAgLy8gUHJvY2Vzc2VkIGZyYWdtZW50cyBhcmUgYWNjZXNzZWQgYnkgY2FsbGluZyBgc2hpZnROZXh0TGluZWAuXG4gICAgdmFyIHJlbWFpbmluZ0xpbmVzID0gYUdlbmVyYXRlZENvZGUuc3BsaXQoUkVHRVhfTkVXTElORSk7XG4gICAgdmFyIHJlbWFpbmluZ0xpbmVzSW5kZXggPSAwO1xuICAgIHZhciBzaGlmdE5leHRMaW5lID0gZnVuY3Rpb24oKSB7XG4gICAgICB2YXIgbGluZUNvbnRlbnRzID0gZ2V0TmV4dExpbmUoKTtcbiAgICAgIC8vIFRoZSBsYXN0IGxpbmUgb2YgYSBmaWxlIG1pZ2h0IG5vdCBoYXZlIGEgbmV3bGluZS5cbiAgICAgIHZhciBuZXdMaW5lID0gZ2V0TmV4dExpbmUoKSB8fCBcIlwiO1xuICAgICAgcmV0dXJuIGxpbmVDb250ZW50cyArIG5ld0xpbmU7XG5cbiAgICAgIGZ1bmN0aW9uIGdldE5leHRMaW5lKCkge1xuICAgICAgICByZXR1cm4gcmVtYWluaW5nTGluZXNJbmRleCA8IHJlbWFpbmluZ0xpbmVzLmxlbmd0aCA/XG4gICAgICAgICAgICByZW1haW5pbmdMaW5lc1tyZW1haW5pbmdMaW5lc0luZGV4KytdIDogdW5kZWZpbmVkO1xuICAgICAgfVxuICAgIH07XG5cbiAgICAvLyBXZSBuZWVkIHRvIHJlbWVtYmVyIHRoZSBwb3NpdGlvbiBvZiBcInJlbWFpbmluZ0xpbmVzXCJcbiAgICB2YXIgbGFzdEdlbmVyYXRlZExpbmUgPSAxLCBsYXN0R2VuZXJhdGVkQ29sdW1uID0gMDtcblxuICAgIC8vIFRoZSBnZW5lcmF0ZSBTb3VyY2VOb2RlcyB3ZSBuZWVkIGEgY29kZSByYW5nZS5cbiAgICAvLyBUbyBleHRyYWN0IGl0IGN1cnJlbnQgYW5kIGxhc3QgbWFwcGluZyBpcyB1c2VkLlxuICAgIC8vIEhlcmUgd2Ugc3RvcmUgdGhlIGxhc3QgbWFwcGluZy5cbiAgICB2YXIgbGFzdE1hcHBpbmcgPSBudWxsO1xuXG4gICAgYVNvdXJjZU1hcENvbnN1bWVyLmVhY2hNYXBwaW5nKGZ1bmN0aW9uIChtYXBwaW5nKSB7XG4gICAgICBpZiAobGFzdE1hcHBpbmcgIT09IG51bGwpIHtcbiAgICAgICAgLy8gV2UgYWRkIHRoZSBjb2RlIGZyb20gXCJsYXN0TWFwcGluZ1wiIHRvIFwibWFwcGluZ1wiOlxuICAgICAgICAvLyBGaXJzdCBjaGVjayBpZiB0aGVyZSBpcyBhIG5ldyBsaW5lIGluIGJldHdlZW4uXG4gICAgICAgIGlmIChsYXN0R2VuZXJhdGVkTGluZSA8IG1hcHBpbmcuZ2VuZXJhdGVkTGluZSkge1xuICAgICAgICAgIC8vIEFzc29jaWF0ZSBmaXJzdCBsaW5lIHdpdGggXCJsYXN0TWFwcGluZ1wiXG4gICAgICAgICAgYWRkTWFwcGluZ1dpdGhDb2RlKGxhc3RNYXBwaW5nLCBzaGlmdE5leHRMaW5lKCkpO1xuICAgICAgICAgIGxhc3RHZW5lcmF0ZWRMaW5lKys7XG4gICAgICAgICAgbGFzdEdlbmVyYXRlZENvbHVtbiA9IDA7XG4gICAgICAgICAgLy8gVGhlIHJlbWFpbmluZyBjb2RlIGlzIGFkZGVkIHdpdGhvdXQgbWFwcGluZ1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgIC8vIFRoZXJlIGlzIG5vIG5ldyBsaW5lIGluIGJldHdlZW4uXG4gICAgICAgICAgLy8gQXNzb2NpYXRlIHRoZSBjb2RlIGJldHdlZW4gXCJsYXN0R2VuZXJhdGVkQ29sdW1uXCIgYW5kXG4gICAgICAgICAgLy8gXCJtYXBwaW5nLmdlbmVyYXRlZENvbHVtblwiIHdpdGggXCJsYXN0TWFwcGluZ1wiXG4gICAgICAgICAgdmFyIG5leHRMaW5lID0gcmVtYWluaW5nTGluZXNbcmVtYWluaW5nTGluZXNJbmRleF0gfHwgJyc7XG4gICAgICAgICAgdmFyIGNvZGUgPSBuZXh0TGluZS5zdWJzdHIoMCwgbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4gLVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxhc3RHZW5lcmF0ZWRDb2x1bW4pO1xuICAgICAgICAgIHJlbWFpbmluZ0xpbmVzW3JlbWFpbmluZ0xpbmVzSW5kZXhdID0gbmV4dExpbmUuc3Vic3RyKG1hcHBpbmcuZ2VuZXJhdGVkQ29sdW1uIC1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsYXN0R2VuZXJhdGVkQ29sdW1uKTtcbiAgICAgICAgICBsYXN0R2VuZXJhdGVkQ29sdW1uID0gbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW47XG4gICAgICAgICAgYWRkTWFwcGluZ1dpdGhDb2RlKGxhc3RNYXBwaW5nLCBjb2RlKTtcbiAgICAgICAgICAvLyBObyBtb3JlIHJlbWFpbmluZyBjb2RlLCBjb250aW51ZVxuICAgICAgICAgIGxhc3RNYXBwaW5nID0gbWFwcGluZztcbiAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIC8vIFdlIGFkZCB0aGUgZ2VuZXJhdGVkIGNvZGUgdW50aWwgdGhlIGZpcnN0IG1hcHBpbmdcbiAgICAgIC8vIHRvIHRoZSBTb3VyY2VOb2RlIHdpdGhvdXQgYW55IG1hcHBpbmcuXG4gICAgICAvLyBFYWNoIGxpbmUgaXMgYWRkZWQgYXMgc2VwYXJhdGUgc3RyaW5nLlxuICAgICAgd2hpbGUgKGxhc3RHZW5lcmF0ZWRMaW5lIDwgbWFwcGluZy5nZW5lcmF0ZWRMaW5lKSB7XG4gICAgICAgIG5vZGUuYWRkKHNoaWZ0TmV4dExpbmUoKSk7XG4gICAgICAgIGxhc3RHZW5lcmF0ZWRMaW5lKys7XG4gICAgICB9XG4gICAgICBpZiAobGFzdEdlbmVyYXRlZENvbHVtbiA8IG1hcHBpbmcuZ2VuZXJhdGVkQ29sdW1uKSB7XG4gICAgICAgIHZhciBuZXh0TGluZSA9IHJlbWFpbmluZ0xpbmVzW3JlbWFpbmluZ0xpbmVzSW5kZXhdIHx8ICcnO1xuICAgICAgICBub2RlLmFkZChuZXh0TGluZS5zdWJzdHIoMCwgbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4pKTtcbiAgICAgICAgcmVtYWluaW5nTGluZXNbcmVtYWluaW5nTGluZXNJbmRleF0gPSBuZXh0TGluZS5zdWJzdHIobWFwcGluZy5nZW5lcmF0ZWRDb2x1bW4pO1xuICAgICAgICBsYXN0R2VuZXJhdGVkQ29sdW1uID0gbWFwcGluZy5nZW5lcmF0ZWRDb2x1bW47XG4gICAgICB9XG4gICAgICBsYXN0TWFwcGluZyA9IG1hcHBpbmc7XG4gICAgfSwgdGhpcyk7XG4gICAgLy8gV2UgaGF2ZSBwcm9jZXNzZWQgYWxsIG1hcHBpbmdzLlxuICAgIGlmIChyZW1haW5pbmdMaW5lc0luZGV4IDwgcmVtYWluaW5nTGluZXMubGVuZ3RoKSB7XG4gICAgICBpZiAobGFzdE1hcHBpbmcpIHtcbiAgICAgICAgLy8gQXNzb2NpYXRlIHRoZSByZW1haW5pbmcgY29kZSBpbiB0aGUgY3VycmVudCBsaW5lIHdpdGggXCJsYXN0TWFwcGluZ1wiXG4gICAgICAgIGFkZE1hcHBpbmdXaXRoQ29kZShsYXN0TWFwcGluZywgc2hpZnROZXh0TGluZSgpKTtcbiAgICAgIH1cbiAgICAgIC8vIGFuZCBhZGQgdGhlIHJlbWFpbmluZyBsaW5lcyB3aXRob3V0IGFueSBtYXBwaW5nXG4gICAgICBub2RlLmFkZChyZW1haW5pbmdMaW5lcy5zcGxpY2UocmVtYWluaW5nTGluZXNJbmRleCkuam9pbihcIlwiKSk7XG4gICAgfVxuXG4gICAgLy8gQ29weSBzb3VyY2VzQ29udGVudCBpbnRvIFNvdXJjZU5vZGVcbiAgICBhU291cmNlTWFwQ29uc3VtZXIuc291cmNlcy5mb3JFYWNoKGZ1bmN0aW9uIChzb3VyY2VGaWxlKSB7XG4gICAgICB2YXIgY29udGVudCA9IGFTb3VyY2VNYXBDb25zdW1lci5zb3VyY2VDb250ZW50Rm9yKHNvdXJjZUZpbGUpO1xuICAgICAgaWYgKGNvbnRlbnQgIT0gbnVsbCkge1xuICAgICAgICBpZiAoYVJlbGF0aXZlUGF0aCAhPSBudWxsKSB7XG4gICAgICAgICAgc291cmNlRmlsZSA9IHV0aWwuam9pbihhUmVsYXRpdmVQYXRoLCBzb3VyY2VGaWxlKTtcbiAgICAgICAgfVxuICAgICAgICBub2RlLnNldFNvdXJjZUNvbnRlbnQoc291cmNlRmlsZSwgY29udGVudCk7XG4gICAgICB9XG4gICAgfSk7XG5cbiAgICByZXR1cm4gbm9kZTtcblxuICAgIGZ1bmN0aW9uIGFkZE1hcHBpbmdXaXRoQ29kZShtYXBwaW5nLCBjb2RlKSB7XG4gICAgICBpZiAobWFwcGluZyA9PT0gbnVsbCB8fCBtYXBwaW5nLnNvdXJjZSA9PT0gdW5kZWZpbmVkKSB7XG4gICAgICAgIG5vZGUuYWRkKGNvZGUpO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgdmFyIHNvdXJjZSA9IGFSZWxhdGl2ZVBhdGhcbiAgICAgICAgICA/IHV0aWwuam9pbihhUmVsYXRpdmVQYXRoLCBtYXBwaW5nLnNvdXJjZSlcbiAgICAgICAgICA6IG1hcHBpbmcuc291cmNlO1xuICAgICAgICBub2RlLmFkZChuZXcgU291cmNlTm9kZShtYXBwaW5nLm9yaWdpbmFsTGluZSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbWFwcGluZy5vcmlnaW5hbENvbHVtbixcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc291cmNlLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjb2RlLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBtYXBwaW5nLm5hbWUpKTtcbiAgICAgIH1cbiAgICB9XG4gIH07XG5cbi8qKlxuICogQWRkIGEgY2h1bmsgb2YgZ2VuZXJhdGVkIEpTIHRvIHRoaXMgc291cmNlIG5vZGUuXG4gKlxuICogQHBhcmFtIGFDaHVuayBBIHN0cmluZyBzbmlwcGV0IG9mIGdlbmVyYXRlZCBKUyBjb2RlLCBhbm90aGVyIGluc3RhbmNlIG9mXG4gKiAgICAgICAgU291cmNlTm9kZSwgb3IgYW4gYXJyYXkgd2hlcmUgZWFjaCBtZW1iZXIgaXMgb25lIG9mIHRob3NlIHRoaW5ncy5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUuYWRkID0gZnVuY3Rpb24gU291cmNlTm9kZV9hZGQoYUNodW5rKSB7XG4gIGlmIChBcnJheS5pc0FycmF5KGFDaHVuaykpIHtcbiAgICBhQ2h1bmsuZm9yRWFjaChmdW5jdGlvbiAoY2h1bmspIHtcbiAgICAgIHRoaXMuYWRkKGNodW5rKTtcbiAgICB9LCB0aGlzKTtcbiAgfVxuICBlbHNlIGlmIChhQ2h1bmtbaXNTb3VyY2VOb2RlXSB8fCB0eXBlb2YgYUNodW5rID09PSBcInN0cmluZ1wiKSB7XG4gICAgaWYgKGFDaHVuaykge1xuICAgICAgdGhpcy5jaGlsZHJlbi5wdXNoKGFDaHVuayk7XG4gICAgfVxuICB9XG4gIGVsc2Uge1xuICAgIHRocm93IG5ldyBUeXBlRXJyb3IoXG4gICAgICBcIkV4cGVjdGVkIGEgU291cmNlTm9kZSwgc3RyaW5nLCBvciBhbiBhcnJheSBvZiBTb3VyY2VOb2RlcyBhbmQgc3RyaW5ncy4gR290IFwiICsgYUNodW5rXG4gICAgKTtcbiAgfVxuICByZXR1cm4gdGhpcztcbn07XG5cbi8qKlxuICogQWRkIGEgY2h1bmsgb2YgZ2VuZXJhdGVkIEpTIHRvIHRoZSBiZWdpbm5pbmcgb2YgdGhpcyBzb3VyY2Ugbm9kZS5cbiAqXG4gKiBAcGFyYW0gYUNodW5rIEEgc3RyaW5nIHNuaXBwZXQgb2YgZ2VuZXJhdGVkIEpTIGNvZGUsIGFub3RoZXIgaW5zdGFuY2Ugb2ZcbiAqICAgICAgICBTb3VyY2VOb2RlLCBvciBhbiBhcnJheSB3aGVyZSBlYWNoIG1lbWJlciBpcyBvbmUgb2YgdGhvc2UgdGhpbmdzLlxuICovXG5Tb3VyY2VOb2RlLnByb3RvdHlwZS5wcmVwZW5kID0gZnVuY3Rpb24gU291cmNlTm9kZV9wcmVwZW5kKGFDaHVuaykge1xuICBpZiAoQXJyYXkuaXNBcnJheShhQ2h1bmspKSB7XG4gICAgZm9yICh2YXIgaSA9IGFDaHVuay5sZW5ndGgtMTsgaSA+PSAwOyBpLS0pIHtcbiAgICAgIHRoaXMucHJlcGVuZChhQ2h1bmtbaV0pO1xuICAgIH1cbiAgfVxuICBlbHNlIGlmIChhQ2h1bmtbaXNTb3VyY2VOb2RlXSB8fCB0eXBlb2YgYUNodW5rID09PSBcInN0cmluZ1wiKSB7XG4gICAgdGhpcy5jaGlsZHJlbi51bnNoaWZ0KGFDaHVuayk7XG4gIH1cbiAgZWxzZSB7XG4gICAgdGhyb3cgbmV3IFR5cGVFcnJvcihcbiAgICAgIFwiRXhwZWN0ZWQgYSBTb3VyY2VOb2RlLCBzdHJpbmcsIG9yIGFuIGFycmF5IG9mIFNvdXJjZU5vZGVzIGFuZCBzdHJpbmdzLiBHb3QgXCIgKyBhQ2h1bmtcbiAgICApO1xuICB9XG4gIHJldHVybiB0aGlzO1xufTtcblxuLyoqXG4gKiBXYWxrIG92ZXIgdGhlIHRyZWUgb2YgSlMgc25pcHBldHMgaW4gdGhpcyBub2RlIGFuZCBpdHMgY2hpbGRyZW4uIFRoZVxuICogd2Fsa2luZyBmdW5jdGlvbiBpcyBjYWxsZWQgb25jZSBmb3IgZWFjaCBzbmlwcGV0IG9mIEpTIGFuZCBpcyBwYXNzZWQgdGhhdFxuICogc25pcHBldCBhbmQgdGhlIGl0cyBvcmlnaW5hbCBhc3NvY2lhdGVkIHNvdXJjZSdzIGxpbmUvY29sdW1uIGxvY2F0aW9uLlxuICpcbiAqIEBwYXJhbSBhRm4gVGhlIHRyYXZlcnNhbCBmdW5jdGlvbi5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUud2FsayA9IGZ1bmN0aW9uIFNvdXJjZU5vZGVfd2FsayhhRm4pIHtcbiAgdmFyIGNodW5rO1xuICBmb3IgKHZhciBpID0gMCwgbGVuID0gdGhpcy5jaGlsZHJlbi5sZW5ndGg7IGkgPCBsZW47IGkrKykge1xuICAgIGNodW5rID0gdGhpcy5jaGlsZHJlbltpXTtcbiAgICBpZiAoY2h1bmtbaXNTb3VyY2VOb2RlXSkge1xuICAgICAgY2h1bmsud2FsayhhRm4pO1xuICAgIH1cbiAgICBlbHNlIHtcbiAgICAgIGlmIChjaHVuayAhPT0gJycpIHtcbiAgICAgICAgYUZuKGNodW5rLCB7IHNvdXJjZTogdGhpcy5zb3VyY2UsXG4gICAgICAgICAgICAgICAgICAgICBsaW5lOiB0aGlzLmxpbmUsXG4gICAgICAgICAgICAgICAgICAgICBjb2x1bW46IHRoaXMuY29sdW1uLFxuICAgICAgICAgICAgICAgICAgICAgbmFtZTogdGhpcy5uYW1lIH0pO1xuICAgICAgfVxuICAgIH1cbiAgfVxufTtcblxuLyoqXG4gKiBMaWtlIGBTdHJpbmcucHJvdG90eXBlLmpvaW5gIGV4Y2VwdCBmb3IgU291cmNlTm9kZXMuIEluc2VydHMgYGFTdHJgIGJldHdlZW5cbiAqIGVhY2ggb2YgYHRoaXMuY2hpbGRyZW5gLlxuICpcbiAqIEBwYXJhbSBhU2VwIFRoZSBzZXBhcmF0b3IuXG4gKi9cblNvdXJjZU5vZGUucHJvdG90eXBlLmpvaW4gPSBmdW5jdGlvbiBTb3VyY2VOb2RlX2pvaW4oYVNlcCkge1xuICB2YXIgbmV3Q2hpbGRyZW47XG4gIHZhciBpO1xuICB2YXIgbGVuID0gdGhpcy5jaGlsZHJlbi5sZW5ndGg7XG4gIGlmIChsZW4gPiAwKSB7XG4gICAgbmV3Q2hpbGRyZW4gPSBbXTtcbiAgICBmb3IgKGkgPSAwOyBpIDwgbGVuLTE7IGkrKykge1xuICAgICAgbmV3Q2hpbGRyZW4ucHVzaCh0aGlzLmNoaWxkcmVuW2ldKTtcbiAgICAgIG5ld0NoaWxkcmVuLnB1c2goYVNlcCk7XG4gICAgfVxuICAgIG5ld0NoaWxkcmVuLnB1c2godGhpcy5jaGlsZHJlbltpXSk7XG4gICAgdGhpcy5jaGlsZHJlbiA9IG5ld0NoaWxkcmVuO1xuICB9XG4gIHJldHVybiB0aGlzO1xufTtcblxuLyoqXG4gKiBDYWxsIFN0cmluZy5wcm90b3R5cGUucmVwbGFjZSBvbiB0aGUgdmVyeSByaWdodC1tb3N0IHNvdXJjZSBzbmlwcGV0LiBVc2VmdWxcbiAqIGZvciB0cmltbWluZyB3aGl0ZXNwYWNlIGZyb20gdGhlIGVuZCBvZiBhIHNvdXJjZSBub2RlLCBldGMuXG4gKlxuICogQHBhcmFtIGFQYXR0ZXJuIFRoZSBwYXR0ZXJuIHRvIHJlcGxhY2UuXG4gKiBAcGFyYW0gYVJlcGxhY2VtZW50IFRoZSB0aGluZyB0byByZXBsYWNlIHRoZSBwYXR0ZXJuIHdpdGguXG4gKi9cblNvdXJjZU5vZGUucHJvdG90eXBlLnJlcGxhY2VSaWdodCA9IGZ1bmN0aW9uIFNvdXJjZU5vZGVfcmVwbGFjZVJpZ2h0KGFQYXR0ZXJuLCBhUmVwbGFjZW1lbnQpIHtcbiAgdmFyIGxhc3RDaGlsZCA9IHRoaXMuY2hpbGRyZW5bdGhpcy5jaGlsZHJlbi5sZW5ndGggLSAxXTtcbiAgaWYgKGxhc3RDaGlsZFtpc1NvdXJjZU5vZGVdKSB7XG4gICAgbGFzdENoaWxkLnJlcGxhY2VSaWdodChhUGF0dGVybiwgYVJlcGxhY2VtZW50KTtcbiAgfVxuICBlbHNlIGlmICh0eXBlb2YgbGFzdENoaWxkID09PSAnc3RyaW5nJykge1xuICAgIHRoaXMuY2hpbGRyZW5bdGhpcy5jaGlsZHJlbi5sZW5ndGggLSAxXSA9IGxhc3RDaGlsZC5yZXBsYWNlKGFQYXR0ZXJuLCBhUmVwbGFjZW1lbnQpO1xuICB9XG4gIGVsc2Uge1xuICAgIHRoaXMuY2hpbGRyZW4ucHVzaCgnJy5yZXBsYWNlKGFQYXR0ZXJuLCBhUmVwbGFjZW1lbnQpKTtcbiAgfVxuICByZXR1cm4gdGhpcztcbn07XG5cbi8qKlxuICogU2V0IHRoZSBzb3VyY2UgY29udGVudCBmb3IgYSBzb3VyY2UgZmlsZS4gVGhpcyB3aWxsIGJlIGFkZGVkIHRvIHRoZSBTb3VyY2VNYXBHZW5lcmF0b3JcbiAqIGluIHRoZSBzb3VyY2VzQ29udGVudCBmaWVsZC5cbiAqXG4gKiBAcGFyYW0gYVNvdXJjZUZpbGUgVGhlIGZpbGVuYW1lIG9mIHRoZSBzb3VyY2UgZmlsZVxuICogQHBhcmFtIGFTb3VyY2VDb250ZW50IFRoZSBjb250ZW50IG9mIHRoZSBzb3VyY2UgZmlsZVxuICovXG5Tb3VyY2VOb2RlLnByb3RvdHlwZS5zZXRTb3VyY2VDb250ZW50ID1cbiAgZnVuY3Rpb24gU291cmNlTm9kZV9zZXRTb3VyY2VDb250ZW50KGFTb3VyY2VGaWxlLCBhU291cmNlQ29udGVudCkge1xuICAgIHRoaXMuc291cmNlQ29udGVudHNbdXRpbC50b1NldFN0cmluZyhhU291cmNlRmlsZSldID0gYVNvdXJjZUNvbnRlbnQ7XG4gIH07XG5cbi8qKlxuICogV2FsayBvdmVyIHRoZSB0cmVlIG9mIFNvdXJjZU5vZGVzLiBUaGUgd2Fsa2luZyBmdW5jdGlvbiBpcyBjYWxsZWQgZm9yIGVhY2hcbiAqIHNvdXJjZSBmaWxlIGNvbnRlbnQgYW5kIGlzIHBhc3NlZCB0aGUgZmlsZW5hbWUgYW5kIHNvdXJjZSBjb250ZW50LlxuICpcbiAqIEBwYXJhbSBhRm4gVGhlIHRyYXZlcnNhbCBmdW5jdGlvbi5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUud2Fsa1NvdXJjZUNvbnRlbnRzID1cbiAgZnVuY3Rpb24gU291cmNlTm9kZV93YWxrU291cmNlQ29udGVudHMoYUZuKSB7XG4gICAgZm9yICh2YXIgaSA9IDAsIGxlbiA9IHRoaXMuY2hpbGRyZW4ubGVuZ3RoOyBpIDwgbGVuOyBpKyspIHtcbiAgICAgIGlmICh0aGlzLmNoaWxkcmVuW2ldW2lzU291cmNlTm9kZV0pIHtcbiAgICAgICAgdGhpcy5jaGlsZHJlbltpXS53YWxrU291cmNlQ29udGVudHMoYUZuKTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICB2YXIgc291cmNlcyA9IE9iamVjdC5rZXlzKHRoaXMuc291cmNlQ29udGVudHMpO1xuICAgIGZvciAodmFyIGkgPSAwLCBsZW4gPSBzb3VyY2VzLmxlbmd0aDsgaSA8IGxlbjsgaSsrKSB7XG4gICAgICBhRm4odXRpbC5mcm9tU2V0U3RyaW5nKHNvdXJjZXNbaV0pLCB0aGlzLnNvdXJjZUNvbnRlbnRzW3NvdXJjZXNbaV1dKTtcbiAgICB9XG4gIH07XG5cbi8qKlxuICogUmV0dXJuIHRoZSBzdHJpbmcgcmVwcmVzZW50YXRpb24gb2YgdGhpcyBzb3VyY2Ugbm9kZS4gV2Fsa3Mgb3ZlciB0aGUgdHJlZVxuICogYW5kIGNvbmNhdGVuYXRlcyBhbGwgdGhlIHZhcmlvdXMgc25pcHBldHMgdG9nZXRoZXIgdG8gb25lIHN0cmluZy5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUudG9TdHJpbmcgPSBmdW5jdGlvbiBTb3VyY2VOb2RlX3RvU3RyaW5nKCkge1xuICB2YXIgc3RyID0gXCJcIjtcbiAgdGhpcy53YWxrKGZ1bmN0aW9uIChjaHVuaykge1xuICAgIHN0ciArPSBjaHVuaztcbiAgfSk7XG4gIHJldHVybiBzdHI7XG59O1xuXG4vKipcbiAqIFJldHVybnMgdGhlIHN0cmluZyByZXByZXNlbnRhdGlvbiBvZiB0aGlzIHNvdXJjZSBub2RlIGFsb25nIHdpdGggYSBzb3VyY2VcbiAqIG1hcC5cbiAqL1xuU291cmNlTm9kZS5wcm90b3R5cGUudG9TdHJpbmdXaXRoU291cmNlTWFwID0gZnVuY3Rpb24gU291cmNlTm9kZV90b1N0cmluZ1dpdGhTb3VyY2VNYXAoYUFyZ3MpIHtcbiAgdmFyIGdlbmVyYXRlZCA9IHtcbiAgICBjb2RlOiBcIlwiLFxuICAgIGxpbmU6IDEsXG4gICAgY29sdW1uOiAwXG4gIH07XG4gIHZhciBtYXAgPSBuZXcgU291cmNlTWFwR2VuZXJhdG9yKGFBcmdzKTtcbiAgdmFyIHNvdXJjZU1hcHBpbmdBY3RpdmUgPSBmYWxzZTtcbiAgdmFyIGxhc3RPcmlnaW5hbFNvdXJjZSA9IG51bGw7XG4gIHZhciBsYXN0T3JpZ2luYWxMaW5lID0gbnVsbDtcbiAgdmFyIGxhc3RPcmlnaW5hbENvbHVtbiA9IG51bGw7XG4gIHZhciBsYXN0T3JpZ2luYWxOYW1lID0gbnVsbDtcbiAgdGhpcy53YWxrKGZ1bmN0aW9uIChjaHVuaywgb3JpZ2luYWwpIHtcbiAgICBnZW5lcmF0ZWQuY29kZSArPSBjaHVuaztcbiAgICBpZiAob3JpZ2luYWwuc291cmNlICE9PSBudWxsXG4gICAgICAgICYmIG9yaWdpbmFsLmxpbmUgIT09IG51bGxcbiAgICAgICAgJiYgb3JpZ2luYWwuY29sdW1uICE9PSBudWxsKSB7XG4gICAgICBpZihsYXN0T3JpZ2luYWxTb3VyY2UgIT09IG9yaWdpbmFsLnNvdXJjZVxuICAgICAgICAgfHwgbGFzdE9yaWdpbmFsTGluZSAhPT0gb3JpZ2luYWwubGluZVxuICAgICAgICAgfHwgbGFzdE9yaWdpbmFsQ29sdW1uICE9PSBvcmlnaW5hbC5jb2x1bW5cbiAgICAgICAgIHx8IGxhc3RPcmlnaW5hbE5hbWUgIT09IG9yaWdpbmFsLm5hbWUpIHtcbiAgICAgICAgbWFwLmFkZE1hcHBpbmcoe1xuICAgICAgICAgIHNvdXJjZTogb3JpZ2luYWwuc291cmNlLFxuICAgICAgICAgIG9yaWdpbmFsOiB7XG4gICAgICAgICAgICBsaW5lOiBvcmlnaW5hbC5saW5lLFxuICAgICAgICAgICAgY29sdW1uOiBvcmlnaW5hbC5jb2x1bW5cbiAgICAgICAgICB9LFxuICAgICAgICAgIGdlbmVyYXRlZDoge1xuICAgICAgICAgICAgbGluZTogZ2VuZXJhdGVkLmxpbmUsXG4gICAgICAgICAgICBjb2x1bW46IGdlbmVyYXRlZC5jb2x1bW5cbiAgICAgICAgICB9LFxuICAgICAgICAgIG5hbWU6IG9yaWdpbmFsLm5hbWVcbiAgICAgICAgfSk7XG4gICAgICB9XG4gICAgICBsYXN0T3JpZ2luYWxTb3VyY2UgPSBvcmlnaW5hbC5zb3VyY2U7XG4gICAgICBsYXN0T3JpZ2luYWxMaW5lID0gb3JpZ2luYWwubGluZTtcbiAgICAgIGxhc3RPcmlnaW5hbENvbHVtbiA9IG9yaWdpbmFsLmNvbHVtbjtcbiAgICAgIGxhc3RPcmlnaW5hbE5hbWUgPSBvcmlnaW5hbC5uYW1lO1xuICAgICAgc291cmNlTWFwcGluZ0FjdGl2ZSA9IHRydWU7XG4gICAgfSBlbHNlIGlmIChzb3VyY2VNYXBwaW5nQWN0aXZlKSB7XG4gICAgICBtYXAuYWRkTWFwcGluZyh7XG4gICAgICAgIGdlbmVyYXRlZDoge1xuICAgICAgICAgIGxpbmU6IGdlbmVyYXRlZC5saW5lLFxuICAgICAgICAgIGNvbHVtbjogZ2VuZXJhdGVkLmNvbHVtblxuICAgICAgICB9XG4gICAgICB9KTtcbiAgICAgIGxhc3RPcmlnaW5hbFNvdXJjZSA9IG51bGw7XG4gICAgICBzb3VyY2VNYXBwaW5nQWN0aXZlID0gZmFsc2U7XG4gICAgfVxuICAgIGZvciAodmFyIGlkeCA9IDAsIGxlbmd0aCA9IGNodW5rLmxlbmd0aDsgaWR4IDwgbGVuZ3RoOyBpZHgrKykge1xuICAgICAgaWYgKGNodW5rLmNoYXJDb2RlQXQoaWR4KSA9PT0gTkVXTElORV9DT0RFKSB7XG4gICAgICAgIGdlbmVyYXRlZC5saW5lKys7XG4gICAgICAgIGdlbmVyYXRlZC5jb2x1bW4gPSAwO1xuICAgICAgICAvLyBNYXBwaW5ncyBlbmQgYXQgZW9sXG4gICAgICAgIGlmIChpZHggKyAxID09PSBsZW5ndGgpIHtcbiAgICAgICAgICBsYXN0T3JpZ2luYWxTb3VyY2UgPSBudWxsO1xuICAgICAgICAgIHNvdXJjZU1hcHBpbmdBY3RpdmUgPSBmYWxzZTtcbiAgICAgICAgfSBlbHNlIGlmIChzb3VyY2VNYXBwaW5nQWN0aXZlKSB7XG4gICAgICAgICAgbWFwLmFkZE1hcHBpbmcoe1xuICAgICAgICAgICAgc291cmNlOiBvcmlnaW5hbC5zb3VyY2UsXG4gICAgICAgICAgICBvcmlnaW5hbDoge1xuICAgICAgICAgICAgICBsaW5lOiBvcmlnaW5hbC5saW5lLFxuICAgICAgICAgICAgICBjb2x1bW46IG9yaWdpbmFsLmNvbHVtblxuICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIGdlbmVyYXRlZDoge1xuICAgICAgICAgICAgICBsaW5lOiBnZW5lcmF0ZWQubGluZSxcbiAgICAgICAgICAgICAgY29sdW1uOiBnZW5lcmF0ZWQuY29sdW1uXG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAgbmFtZTogb3JpZ2luYWwubmFtZVxuICAgICAgICAgIH0pO1xuICAgICAgICB9XG4gICAgICB9IGVsc2Uge1xuICAgICAgICBnZW5lcmF0ZWQuY29sdW1uKys7XG4gICAgICB9XG4gICAgfVxuICB9KTtcbiAgdGhpcy53YWxrU291cmNlQ29udGVudHMoZnVuY3Rpb24gKHNvdXJjZUZpbGUsIHNvdXJjZUNvbnRlbnQpIHtcbiAgICBtYXAuc2V0U291cmNlQ29udGVudChzb3VyY2VGaWxlLCBzb3VyY2VDb250ZW50KTtcbiAgfSk7XG5cbiAgcmV0dXJuIHsgY29kZTogZ2VuZXJhdGVkLmNvZGUsIG1hcDogbWFwIH07XG59O1xuXG5leHBvcnRzLlNvdXJjZU5vZGUgPSBTb3VyY2VOb2RlO1xuXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9saWIvc291cmNlLW5vZGUuanNcbi8vIG1vZHVsZSBpZCA9IDEwXG4vLyBtb2R1bGUgY2h1bmtzID0gMCJdLCJzb3VyY2VSb290IjoiIn0= \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/dist/source-map.js b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/dist/source-map.js new file mode 100644 index 0000000..b4eb087 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/dist/source-map.js @@ -0,0 +1,3233 @@ +(function webpackUniversalModuleDefinition(root, factory) { + if(typeof exports === 'object' && typeof module === 'object') + module.exports = factory(); + else if(typeof define === 'function' && define.amd) + define([], factory); + else if(typeof exports === 'object') + exports["sourceMap"] = factory(); + else + root["sourceMap"] = factory(); +})(this, function() { +return /******/ (function(modules) { // webpackBootstrap +/******/ // The module cache +/******/ var installedModules = {}; + +/******/ // The require function +/******/ function __webpack_require__(moduleId) { + +/******/ // Check if module is in cache +/******/ if(installedModules[moduleId]) +/******/ return installedModules[moduleId].exports; + +/******/ // Create a new module (and put it into the cache) +/******/ var module = installedModules[moduleId] = { +/******/ exports: {}, +/******/ id: moduleId, +/******/ loaded: false +/******/ }; + +/******/ // Execute the module function +/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); + +/******/ // Flag the module as loaded +/******/ module.loaded = true; + +/******/ // Return the exports of the module +/******/ return module.exports; +/******/ } + + +/******/ // expose the modules object (__webpack_modules__) +/******/ __webpack_require__.m = modules; + +/******/ // expose the module cache +/******/ __webpack_require__.c = installedModules; + +/******/ // __webpack_public_path__ +/******/ __webpack_require__.p = ""; + +/******/ // Load entry module and return exports +/******/ return __webpack_require__(0); +/******/ }) +/************************************************************************/ +/******/ ([ +/* 0 */ +/***/ (function(module, exports, __webpack_require__) { + + /* + * Copyright 2009-2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE.txt or: + * http://opensource.org/licenses/BSD-3-Clause + */ + exports.SourceMapGenerator = __webpack_require__(1).SourceMapGenerator; + exports.SourceMapConsumer = __webpack_require__(7).SourceMapConsumer; + exports.SourceNode = __webpack_require__(10).SourceNode; + + +/***/ }), +/* 1 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var base64VLQ = __webpack_require__(2); + var util = __webpack_require__(4); + var ArraySet = __webpack_require__(5).ArraySet; + var MappingList = __webpack_require__(6).MappingList; + + /** + * An instance of the SourceMapGenerator represents a source map which is + * being built incrementally. You may pass an object with the following + * properties: + * + * - file: The filename of the generated source. + * - sourceRoot: A root for all relative URLs in this source map. + */ + function SourceMapGenerator(aArgs) { + if (!aArgs) { + aArgs = {}; + } + this._file = util.getArg(aArgs, 'file', null); + this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null); + this._skipValidation = util.getArg(aArgs, 'skipValidation', false); + this._sources = new ArraySet(); + this._names = new ArraySet(); + this._mappings = new MappingList(); + this._sourcesContents = null; + } + + SourceMapGenerator.prototype._version = 3; + + /** + * Creates a new SourceMapGenerator based on a SourceMapConsumer + * + * @param aSourceMapConsumer The SourceMap. + */ + SourceMapGenerator.fromSourceMap = + function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) { + var sourceRoot = aSourceMapConsumer.sourceRoot; + var generator = new SourceMapGenerator({ + file: aSourceMapConsumer.file, + sourceRoot: sourceRoot + }); + aSourceMapConsumer.eachMapping(function (mapping) { + var newMapping = { + generated: { + line: mapping.generatedLine, + column: mapping.generatedColumn + } + }; + + if (mapping.source != null) { + newMapping.source = mapping.source; + if (sourceRoot != null) { + newMapping.source = util.relative(sourceRoot, newMapping.source); + } + + newMapping.original = { + line: mapping.originalLine, + column: mapping.originalColumn + }; + + if (mapping.name != null) { + newMapping.name = mapping.name; + } + } + + generator.addMapping(newMapping); + }); + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var sourceRelative = sourceFile; + if (sourceRoot !== null) { + sourceRelative = util.relative(sourceRoot, sourceFile); + } + + if (!generator._sources.has(sourceRelative)) { + generator._sources.add(sourceRelative); + } + + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + generator.setSourceContent(sourceFile, content); + } + }); + return generator; + }; + + /** + * Add a single mapping from original source line and column to the generated + * source's line and column for this source map being created. The mapping + * object should have the following properties: + * + * - generated: An object with the generated line and column positions. + * - original: An object with the original line and column positions. + * - source: The original source file (relative to the sourceRoot). + * - name: An optional original token name for this mapping. + */ + SourceMapGenerator.prototype.addMapping = + function SourceMapGenerator_addMapping(aArgs) { + var generated = util.getArg(aArgs, 'generated'); + var original = util.getArg(aArgs, 'original', null); + var source = util.getArg(aArgs, 'source', null); + var name = util.getArg(aArgs, 'name', null); + + if (!this._skipValidation) { + this._validateMapping(generated, original, source, name); + } + + if (source != null) { + source = String(source); + if (!this._sources.has(source)) { + this._sources.add(source); + } + } + + if (name != null) { + name = String(name); + if (!this._names.has(name)) { + this._names.add(name); + } + } + + this._mappings.add({ + generatedLine: generated.line, + generatedColumn: generated.column, + originalLine: original != null && original.line, + originalColumn: original != null && original.column, + source: source, + name: name + }); + }; + + /** + * Set the source content for a source file. + */ + SourceMapGenerator.prototype.setSourceContent = + function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) { + var source = aSourceFile; + if (this._sourceRoot != null) { + source = util.relative(this._sourceRoot, source); + } + + if (aSourceContent != null) { + // Add the source content to the _sourcesContents map. + // Create a new _sourcesContents map if the property is null. + if (!this._sourcesContents) { + this._sourcesContents = Object.create(null); + } + this._sourcesContents[util.toSetString(source)] = aSourceContent; + } else if (this._sourcesContents) { + // Remove the source file from the _sourcesContents map. + // If the _sourcesContents map is empty, set the property to null. + delete this._sourcesContents[util.toSetString(source)]; + if (Object.keys(this._sourcesContents).length === 0) { + this._sourcesContents = null; + } + } + }; + + /** + * Applies the mappings of a sub-source-map for a specific source file to the + * source map being generated. Each mapping to the supplied source file is + * rewritten using the supplied source map. Note: The resolution for the + * resulting mappings is the minimium of this map and the supplied map. + * + * @param aSourceMapConsumer The source map to be applied. + * @param aSourceFile Optional. The filename of the source file. + * If omitted, SourceMapConsumer's file property will be used. + * @param aSourceMapPath Optional. The dirname of the path to the source map + * to be applied. If relative, it is relative to the SourceMapConsumer. + * This parameter is needed when the two source maps aren't in the same + * directory, and the source map to be applied contains relative source + * paths. If so, those relative source paths need to be rewritten + * relative to the SourceMapGenerator. + */ + SourceMapGenerator.prototype.applySourceMap = + function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) { + var sourceFile = aSourceFile; + // If aSourceFile is omitted, we will use the file property of the SourceMap + if (aSourceFile == null) { + if (aSourceMapConsumer.file == null) { + throw new Error( + 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' + + 'or the source map\'s "file" property. Both were omitted.' + ); + } + sourceFile = aSourceMapConsumer.file; + } + var sourceRoot = this._sourceRoot; + // Make "sourceFile" relative if an absolute Url is passed. + if (sourceRoot != null) { + sourceFile = util.relative(sourceRoot, sourceFile); + } + // Applying the SourceMap can add and remove items from the sources and + // the names array. + var newSources = new ArraySet(); + var newNames = new ArraySet(); + + // Find mappings for the "sourceFile" + this._mappings.unsortedForEach(function (mapping) { + if (mapping.source === sourceFile && mapping.originalLine != null) { + // Check if it can be mapped by the source map, then update the mapping. + var original = aSourceMapConsumer.originalPositionFor({ + line: mapping.originalLine, + column: mapping.originalColumn + }); + if (original.source != null) { + // Copy mapping + mapping.source = original.source; + if (aSourceMapPath != null) { + mapping.source = util.join(aSourceMapPath, mapping.source) + } + if (sourceRoot != null) { + mapping.source = util.relative(sourceRoot, mapping.source); + } + mapping.originalLine = original.line; + mapping.originalColumn = original.column; + if (original.name != null) { + mapping.name = original.name; + } + } + } + + var source = mapping.source; + if (source != null && !newSources.has(source)) { + newSources.add(source); + } + + var name = mapping.name; + if (name != null && !newNames.has(name)) { + newNames.add(name); + } + + }, this); + this._sources = newSources; + this._names = newNames; + + // Copy sourcesContents of applied map. + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + if (aSourceMapPath != null) { + sourceFile = util.join(aSourceMapPath, sourceFile); + } + if (sourceRoot != null) { + sourceFile = util.relative(sourceRoot, sourceFile); + } + this.setSourceContent(sourceFile, content); + } + }, this); + }; + + /** + * A mapping can have one of the three levels of data: + * + * 1. Just the generated position. + * 2. The Generated position, original position, and original source. + * 3. Generated and original position, original source, as well as a name + * token. + * + * To maintain consistency, we validate that any new mapping being added falls + * in to one of these categories. + */ + SourceMapGenerator.prototype._validateMapping = + function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource, + aName) { + // When aOriginal is truthy but has empty values for .line and .column, + // it is most likely a programmer error. In this case we throw a very + // specific error message to try to guide them the right way. + // For example: https://github.com/Polymer/polymer-bundler/pull/519 + if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') { + throw new Error( + 'original.line and original.column are not numbers -- you probably meant to omit ' + + 'the original mapping entirely and only map the generated position. If so, pass ' + + 'null for the original mapping instead of an object with empty or null values.' + ); + } + + if (aGenerated && 'line' in aGenerated && 'column' in aGenerated + && aGenerated.line > 0 && aGenerated.column >= 0 + && !aOriginal && !aSource && !aName) { + // Case 1. + return; + } + else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated + && aOriginal && 'line' in aOriginal && 'column' in aOriginal + && aGenerated.line > 0 && aGenerated.column >= 0 + && aOriginal.line > 0 && aOriginal.column >= 0 + && aSource) { + // Cases 2 and 3. + return; + } + else { + throw new Error('Invalid mapping: ' + JSON.stringify({ + generated: aGenerated, + source: aSource, + original: aOriginal, + name: aName + })); + } + }; + + /** + * Serialize the accumulated mappings in to the stream of base 64 VLQs + * specified by the source map format. + */ + SourceMapGenerator.prototype._serializeMappings = + function SourceMapGenerator_serializeMappings() { + var previousGeneratedColumn = 0; + var previousGeneratedLine = 1; + var previousOriginalColumn = 0; + var previousOriginalLine = 0; + var previousName = 0; + var previousSource = 0; + var result = ''; + var next; + var mapping; + var nameIdx; + var sourceIdx; + + var mappings = this._mappings.toArray(); + for (var i = 0, len = mappings.length; i < len; i++) { + mapping = mappings[i]; + next = '' + + if (mapping.generatedLine !== previousGeneratedLine) { + previousGeneratedColumn = 0; + while (mapping.generatedLine !== previousGeneratedLine) { + next += ';'; + previousGeneratedLine++; + } + } + else { + if (i > 0) { + if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) { + continue; + } + next += ','; + } + } + + next += base64VLQ.encode(mapping.generatedColumn + - previousGeneratedColumn); + previousGeneratedColumn = mapping.generatedColumn; + + if (mapping.source != null) { + sourceIdx = this._sources.indexOf(mapping.source); + next += base64VLQ.encode(sourceIdx - previousSource); + previousSource = sourceIdx; + + // lines are stored 0-based in SourceMap spec version 3 + next += base64VLQ.encode(mapping.originalLine - 1 + - previousOriginalLine); + previousOriginalLine = mapping.originalLine - 1; + + next += base64VLQ.encode(mapping.originalColumn + - previousOriginalColumn); + previousOriginalColumn = mapping.originalColumn; + + if (mapping.name != null) { + nameIdx = this._names.indexOf(mapping.name); + next += base64VLQ.encode(nameIdx - previousName); + previousName = nameIdx; + } + } + + result += next; + } + + return result; + }; + + SourceMapGenerator.prototype._generateSourcesContent = + function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) { + return aSources.map(function (source) { + if (!this._sourcesContents) { + return null; + } + if (aSourceRoot != null) { + source = util.relative(aSourceRoot, source); + } + var key = util.toSetString(source); + return Object.prototype.hasOwnProperty.call(this._sourcesContents, key) + ? this._sourcesContents[key] + : null; + }, this); + }; + + /** + * Externalize the source map. + */ + SourceMapGenerator.prototype.toJSON = + function SourceMapGenerator_toJSON() { + var map = { + version: this._version, + sources: this._sources.toArray(), + names: this._names.toArray(), + mappings: this._serializeMappings() + }; + if (this._file != null) { + map.file = this._file; + } + if (this._sourceRoot != null) { + map.sourceRoot = this._sourceRoot; + } + if (this._sourcesContents) { + map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot); + } + + return map; + }; + + /** + * Render the source map being generated to a string. + */ + SourceMapGenerator.prototype.toString = + function SourceMapGenerator_toString() { + return JSON.stringify(this.toJSON()); + }; + + exports.SourceMapGenerator = SourceMapGenerator; + + +/***/ }), +/* 2 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + * + * Based on the Base 64 VLQ implementation in Closure Compiler: + * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java + * + * Copyright 2011 The Closure Compiler Authors. 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 Google Inc. 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 + * OWNER 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. + */ + + var base64 = __webpack_require__(3); + + // A single base 64 digit can contain 6 bits of data. For the base 64 variable + // length quantities we use in the source map spec, the first bit is the sign, + // the next four bits are the actual value, and the 6th bit is the + // continuation bit. The continuation bit tells us whether there are more + // digits in this value following this digit. + // + // Continuation + // | Sign + // | | + // V V + // 101011 + + var VLQ_BASE_SHIFT = 5; + + // binary: 100000 + var VLQ_BASE = 1 << VLQ_BASE_SHIFT; + + // binary: 011111 + var VLQ_BASE_MASK = VLQ_BASE - 1; + + // binary: 100000 + var VLQ_CONTINUATION_BIT = VLQ_BASE; + + /** + * Converts from a two-complement value to a value where the sign bit is + * placed in the least significant bit. For example, as decimals: + * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary) + * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary) + */ + function toVLQSigned(aValue) { + return aValue < 0 + ? ((-aValue) << 1) + 1 + : (aValue << 1) + 0; + } + + /** + * Converts to a two-complement value from a value where the sign bit is + * placed in the least significant bit. For example, as decimals: + * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1 + * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2 + */ + function fromVLQSigned(aValue) { + var isNegative = (aValue & 1) === 1; + var shifted = aValue >> 1; + return isNegative + ? -shifted + : shifted; + } + + /** + * Returns the base 64 VLQ encoded value. + */ + exports.encode = function base64VLQ_encode(aValue) { + var encoded = ""; + var digit; + + var vlq = toVLQSigned(aValue); + + do { + digit = vlq & VLQ_BASE_MASK; + vlq >>>= VLQ_BASE_SHIFT; + if (vlq > 0) { + // There are still more digits in this value, so we must make sure the + // continuation bit is marked. + digit |= VLQ_CONTINUATION_BIT; + } + encoded += base64.encode(digit); + } while (vlq > 0); + + return encoded; + }; + + /** + * Decodes the next base 64 VLQ value from the given string and returns the + * value and the rest of the string via the out parameter. + */ + exports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) { + var strLen = aStr.length; + var result = 0; + var shift = 0; + var continuation, digit; + + do { + if (aIndex >= strLen) { + throw new Error("Expected more digits in base 64 VLQ value."); + } + + digit = base64.decode(aStr.charCodeAt(aIndex++)); + if (digit === -1) { + throw new Error("Invalid base64 digit: " + aStr.charAt(aIndex - 1)); + } + + continuation = !!(digit & VLQ_CONTINUATION_BIT); + digit &= VLQ_BASE_MASK; + result = result + (digit << shift); + shift += VLQ_BASE_SHIFT; + } while (continuation); + + aOutParam.value = fromVLQSigned(result); + aOutParam.rest = aIndex; + }; + + +/***/ }), +/* 3 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split(''); + + /** + * Encode an integer in the range of 0 to 63 to a single base 64 digit. + */ + exports.encode = function (number) { + if (0 <= number && number < intToCharMap.length) { + return intToCharMap[number]; + } + throw new TypeError("Must be between 0 and 63: " + number); + }; + + /** + * Decode a single base 64 character code digit to an integer. Returns -1 on + * failure. + */ + exports.decode = function (charCode) { + var bigA = 65; // 'A' + var bigZ = 90; // 'Z' + + var littleA = 97; // 'a' + var littleZ = 122; // 'z' + + var zero = 48; // '0' + var nine = 57; // '9' + + var plus = 43; // '+' + var slash = 47; // '/' + + var littleOffset = 26; + var numberOffset = 52; + + // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ + if (bigA <= charCode && charCode <= bigZ) { + return (charCode - bigA); + } + + // 26 - 51: abcdefghijklmnopqrstuvwxyz + if (littleA <= charCode && charCode <= littleZ) { + return (charCode - littleA + littleOffset); + } + + // 52 - 61: 0123456789 + if (zero <= charCode && charCode <= nine) { + return (charCode - zero + numberOffset); + } + + // 62: + + if (charCode == plus) { + return 62; + } + + // 63: / + if (charCode == slash) { + return 63; + } + + // Invalid base64 digit. + return -1; + }; + + +/***/ }), +/* 4 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + /** + * This is a helper function for getting values from parameter/options + * objects. + * + * @param args The object we are extracting values from + * @param name The name of the property we are getting. + * @param defaultValue An optional value to return if the property is missing + * from the object. If this is not specified and the property is missing, an + * error will be thrown. + */ + function getArg(aArgs, aName, aDefaultValue) { + if (aName in aArgs) { + return aArgs[aName]; + } else if (arguments.length === 3) { + return aDefaultValue; + } else { + throw new Error('"' + aName + '" is a required argument.'); + } + } + exports.getArg = getArg; + + var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/; + var dataUrlRegexp = /^data:.+\,.+$/; + + function urlParse(aUrl) { + var match = aUrl.match(urlRegexp); + if (!match) { + return null; + } + return { + scheme: match[1], + auth: match[2], + host: match[3], + port: match[4], + path: match[5] + }; + } + exports.urlParse = urlParse; + + function urlGenerate(aParsedUrl) { + var url = ''; + if (aParsedUrl.scheme) { + url += aParsedUrl.scheme + ':'; + } + url += '//'; + if (aParsedUrl.auth) { + url += aParsedUrl.auth + '@'; + } + if (aParsedUrl.host) { + url += aParsedUrl.host; + } + if (aParsedUrl.port) { + url += ":" + aParsedUrl.port + } + if (aParsedUrl.path) { + url += aParsedUrl.path; + } + return url; + } + exports.urlGenerate = urlGenerate; + + /** + * Normalizes a path, or the path portion of a URL: + * + * - Replaces consecutive slashes with one slash. + * - Removes unnecessary '.' parts. + * - Removes unnecessary '/..' parts. + * + * Based on code in the Node.js 'path' core module. + * + * @param aPath The path or url to normalize. + */ + function normalize(aPath) { + var path = aPath; + var url = urlParse(aPath); + if (url) { + if (!url.path) { + return aPath; + } + path = url.path; + } + var isAbsolute = exports.isAbsolute(path); + + var parts = path.split(/\/+/); + for (var part, up = 0, i = parts.length - 1; i >= 0; i--) { + part = parts[i]; + if (part === '.') { + parts.splice(i, 1); + } else if (part === '..') { + up++; + } else if (up > 0) { + if (part === '') { + // The first part is blank if the path is absolute. Trying to go + // above the root is a no-op. Therefore we can remove all '..' parts + // directly after the root. + parts.splice(i + 1, up); + up = 0; + } else { + parts.splice(i, 2); + up--; + } + } + } + path = parts.join('/'); + + if (path === '') { + path = isAbsolute ? '/' : '.'; + } + + if (url) { + url.path = path; + return urlGenerate(url); + } + return path; + } + exports.normalize = normalize; + + /** + * Joins two paths/URLs. + * + * @param aRoot The root path or URL. + * @param aPath The path or URL to be joined with the root. + * + * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a + * scheme-relative URL: Then the scheme of aRoot, if any, is prepended + * first. + * - Otherwise aPath is a path. If aRoot is a URL, then its path portion + * is updated with the result and aRoot is returned. Otherwise the result + * is returned. + * - If aPath is absolute, the result is aPath. + * - Otherwise the two paths are joined with a slash. + * - Joining for example 'http://' and 'www.example.com' is also supported. + */ + function join(aRoot, aPath) { + if (aRoot === "") { + aRoot = "."; + } + if (aPath === "") { + aPath = "."; + } + var aPathUrl = urlParse(aPath); + var aRootUrl = urlParse(aRoot); + if (aRootUrl) { + aRoot = aRootUrl.path || '/'; + } + + // `join(foo, '//www.example.org')` + if (aPathUrl && !aPathUrl.scheme) { + if (aRootUrl) { + aPathUrl.scheme = aRootUrl.scheme; + } + return urlGenerate(aPathUrl); + } + + if (aPathUrl || aPath.match(dataUrlRegexp)) { + return aPath; + } + + // `join('http://', 'www.example.com')` + if (aRootUrl && !aRootUrl.host && !aRootUrl.path) { + aRootUrl.host = aPath; + return urlGenerate(aRootUrl); + } + + var joined = aPath.charAt(0) === '/' + ? aPath + : normalize(aRoot.replace(/\/+$/, '') + '/' + aPath); + + if (aRootUrl) { + aRootUrl.path = joined; + return urlGenerate(aRootUrl); + } + return joined; + } + exports.join = join; + + exports.isAbsolute = function (aPath) { + return aPath.charAt(0) === '/' || urlRegexp.test(aPath); + }; + + /** + * Make a path relative to a URL or another path. + * + * @param aRoot The root path or URL. + * @param aPath The path or URL to be made relative to aRoot. + */ + function relative(aRoot, aPath) { + if (aRoot === "") { + aRoot = "."; + } + + aRoot = aRoot.replace(/\/$/, ''); + + // It is possible for the path to be above the root. In this case, simply + // checking whether the root is a prefix of the path won't work. Instead, we + // need to remove components from the root one by one, until either we find + // a prefix that fits, or we run out of components to remove. + var level = 0; + while (aPath.indexOf(aRoot + '/') !== 0) { + var index = aRoot.lastIndexOf("/"); + if (index < 0) { + return aPath; + } + + // If the only part of the root that is left is the scheme (i.e. http://, + // file:///, etc.), one or more slashes (/), or simply nothing at all, we + // have exhausted all components, so the path is not relative to the root. + aRoot = aRoot.slice(0, index); + if (aRoot.match(/^([^\/]+:\/)?\/*$/)) { + return aPath; + } + + ++level; + } + + // Make sure we add a "../" for each component we removed from the root. + return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1); + } + exports.relative = relative; + + var supportsNullProto = (function () { + var obj = Object.create(null); + return !('__proto__' in obj); + }()); + + function identity (s) { + return s; + } + + /** + * Because behavior goes wacky when you set `__proto__` on objects, we + * have to prefix all the strings in our set with an arbitrary character. + * + * See https://github.com/mozilla/source-map/pull/31 and + * https://github.com/mozilla/source-map/issues/30 + * + * @param String aStr + */ + function toSetString(aStr) { + if (isProtoString(aStr)) { + return '$' + aStr; + } + + return aStr; + } + exports.toSetString = supportsNullProto ? identity : toSetString; + + function fromSetString(aStr) { + if (isProtoString(aStr)) { + return aStr.slice(1); + } + + return aStr; + } + exports.fromSetString = supportsNullProto ? identity : fromSetString; + + function isProtoString(s) { + if (!s) { + return false; + } + + var length = s.length; + + if (length < 9 /* "__proto__".length */) { + return false; + } + + if (s.charCodeAt(length - 1) !== 95 /* '_' */ || + s.charCodeAt(length - 2) !== 95 /* '_' */ || + s.charCodeAt(length - 3) !== 111 /* 'o' */ || + s.charCodeAt(length - 4) !== 116 /* 't' */ || + s.charCodeAt(length - 5) !== 111 /* 'o' */ || + s.charCodeAt(length - 6) !== 114 /* 'r' */ || + s.charCodeAt(length - 7) !== 112 /* 'p' */ || + s.charCodeAt(length - 8) !== 95 /* '_' */ || + s.charCodeAt(length - 9) !== 95 /* '_' */) { + return false; + } + + for (var i = length - 10; i >= 0; i--) { + if (s.charCodeAt(i) !== 36 /* '$' */) { + return false; + } + } + + return true; + } + + /** + * Comparator between two mappings where the original positions are compared. + * + * Optionally pass in `true` as `onlyCompareGenerated` to consider two + * mappings with the same original source/line/column, but different generated + * line and column the same. Useful when searching for a mapping with a + * stubbed out mapping. + */ + function compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) { + var cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0 || onlyCompareOriginal) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); + } + exports.compareByOriginalPositions = compareByOriginalPositions; + + /** + * Comparator between two mappings with deflated source and name indices where + * the generated positions are compared. + * + * Optionally pass in `true` as `onlyCompareGenerated` to consider two + * mappings with the same generated line and column, but different + * source/name/original line and column the same. Useful when searching for a + * mapping with a stubbed out mapping. + */ + function compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) { + var cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0 || onlyCompareGenerated) { + return cmp; + } + + cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); + } + exports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated; + + function strcmp(aStr1, aStr2) { + if (aStr1 === aStr2) { + return 0; + } + + if (aStr1 === null) { + return 1; // aStr2 !== null + } + + if (aStr2 === null) { + return -1; // aStr1 !== null + } + + if (aStr1 > aStr2) { + return 1; + } + + return -1; + } + + /** + * Comparator between two mappings with inflated source and name strings where + * the generated positions are compared. + */ + function compareByGeneratedPositionsInflated(mappingA, mappingB) { + var cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0) { + return cmp; + } + + cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); + } + exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated; + + /** + * Strip any JSON XSSI avoidance prefix from the string (as documented + * in the source maps specification), and then parse the string as + * JSON. + */ + function parseSourceMapInput(str) { + return JSON.parse(str.replace(/^\)]}'[^\n]*\n/, '')); + } + exports.parseSourceMapInput = parseSourceMapInput; + + /** + * Compute the URL of a source given the the source root, the source's + * URL, and the source map's URL. + */ + function computeSourceURL(sourceRoot, sourceURL, sourceMapURL) { + sourceURL = sourceURL || ''; + + if (sourceRoot) { + // This follows what Chrome does. + if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') { + sourceRoot += '/'; + } + // The spec says: + // Line 4: An optional source root, useful for relocating source + // files on a server or removing repeated values in the + // “sources” entry. This value is prepended to the individual + // entries in the “source” field. + sourceURL = sourceRoot + sourceURL; + } + + // Historically, SourceMapConsumer did not take the sourceMapURL as + // a parameter. This mode is still somewhat supported, which is why + // this code block is conditional. However, it's preferable to pass + // the source map URL to SourceMapConsumer, so that this function + // can implement the source URL resolution algorithm as outlined in + // the spec. This block is basically the equivalent of: + // new URL(sourceURL, sourceMapURL).toString() + // ... except it avoids using URL, which wasn't available in the + // older releases of node still supported by this library. + // + // The spec says: + // If the sources are not absolute URLs after prepending of the + // “sourceRoot”, the sources are resolved relative to the + // SourceMap (like resolving script src in a html document). + if (sourceMapURL) { + var parsed = urlParse(sourceMapURL); + if (!parsed) { + throw new Error("sourceMapURL could not be parsed"); + } + if (parsed.path) { + // Strip the last path component, but keep the "/". + var index = parsed.path.lastIndexOf('/'); + if (index >= 0) { + parsed.path = parsed.path.substring(0, index + 1); + } + } + sourceURL = join(urlGenerate(parsed), sourceURL); + } + + return normalize(sourceURL); + } + exports.computeSourceURL = computeSourceURL; + + +/***/ }), +/* 5 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var util = __webpack_require__(4); + var has = Object.prototype.hasOwnProperty; + var hasNativeMap = typeof Map !== "undefined"; + + /** + * A data structure which is a combination of an array and a set. Adding a new + * member is O(1), testing for membership is O(1), and finding the index of an + * element is O(1). Removing elements from the set is not supported. Only + * strings are supported for membership. + */ + function ArraySet() { + this._array = []; + this._set = hasNativeMap ? new Map() : Object.create(null); + } + + /** + * Static method for creating ArraySet instances from an existing array. + */ + ArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) { + var set = new ArraySet(); + for (var i = 0, len = aArray.length; i < len; i++) { + set.add(aArray[i], aAllowDuplicates); + } + return set; + }; + + /** + * Return how many unique items are in this ArraySet. If duplicates have been + * added, than those do not count towards the size. + * + * @returns Number + */ + ArraySet.prototype.size = function ArraySet_size() { + return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length; + }; + + /** + * Add the given string to this set. + * + * @param String aStr + */ + ArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) { + var sStr = hasNativeMap ? aStr : util.toSetString(aStr); + var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr); + var idx = this._array.length; + if (!isDuplicate || aAllowDuplicates) { + this._array.push(aStr); + } + if (!isDuplicate) { + if (hasNativeMap) { + this._set.set(aStr, idx); + } else { + this._set[sStr] = idx; + } + } + }; + + /** + * Is the given string a member of this set? + * + * @param String aStr + */ + ArraySet.prototype.has = function ArraySet_has(aStr) { + if (hasNativeMap) { + return this._set.has(aStr); + } else { + var sStr = util.toSetString(aStr); + return has.call(this._set, sStr); + } + }; + + /** + * What is the index of the given string in the array? + * + * @param String aStr + */ + ArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) { + if (hasNativeMap) { + var idx = this._set.get(aStr); + if (idx >= 0) { + return idx; + } + } else { + var sStr = util.toSetString(aStr); + if (has.call(this._set, sStr)) { + return this._set[sStr]; + } + } + + throw new Error('"' + aStr + '" is not in the set.'); + }; + + /** + * What is the element at the given index? + * + * @param Number aIdx + */ + ArraySet.prototype.at = function ArraySet_at(aIdx) { + if (aIdx >= 0 && aIdx < this._array.length) { + return this._array[aIdx]; + } + throw new Error('No element indexed by ' + aIdx); + }; + + /** + * Returns the array representation of this set (which has the proper indices + * indicated by indexOf). Note that this is a copy of the internal array used + * for storing the members so that no one can mess with internal state. + */ + ArraySet.prototype.toArray = function ArraySet_toArray() { + return this._array.slice(); + }; + + exports.ArraySet = ArraySet; + + +/***/ }), +/* 6 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2014 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var util = __webpack_require__(4); + + /** + * Determine whether mappingB is after mappingA with respect to generated + * position. + */ + function generatedPositionAfter(mappingA, mappingB) { + // Optimized for most common case + var lineA = mappingA.generatedLine; + var lineB = mappingB.generatedLine; + var columnA = mappingA.generatedColumn; + var columnB = mappingB.generatedColumn; + return lineB > lineA || lineB == lineA && columnB >= columnA || + util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0; + } + + /** + * A data structure to provide a sorted view of accumulated mappings in a + * performance conscious manner. It trades a neglibable overhead in general + * case for a large speedup in case of mappings being added in order. + */ + function MappingList() { + this._array = []; + this._sorted = true; + // Serves as infimum + this._last = {generatedLine: -1, generatedColumn: 0}; + } + + /** + * Iterate through internal items. This method takes the same arguments that + * `Array.prototype.forEach` takes. + * + * NOTE: The order of the mappings is NOT guaranteed. + */ + MappingList.prototype.unsortedForEach = + function MappingList_forEach(aCallback, aThisArg) { + this._array.forEach(aCallback, aThisArg); + }; + + /** + * Add the given source mapping. + * + * @param Object aMapping + */ + MappingList.prototype.add = function MappingList_add(aMapping) { + if (generatedPositionAfter(this._last, aMapping)) { + this._last = aMapping; + this._array.push(aMapping); + } else { + this._sorted = false; + this._array.push(aMapping); + } + }; + + /** + * Returns the flat, sorted array of mappings. The mappings are sorted by + * generated position. + * + * WARNING: This method returns internal data without copying, for + * performance. The return value must NOT be mutated, and should be treated as + * an immutable borrow. If you want to take ownership, you must make your own + * copy. + */ + MappingList.prototype.toArray = function MappingList_toArray() { + if (!this._sorted) { + this._array.sort(util.compareByGeneratedPositionsInflated); + this._sorted = true; + } + return this._array; + }; + + exports.MappingList = MappingList; + + +/***/ }), +/* 7 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var util = __webpack_require__(4); + var binarySearch = __webpack_require__(8); + var ArraySet = __webpack_require__(5).ArraySet; + var base64VLQ = __webpack_require__(2); + var quickSort = __webpack_require__(9).quickSort; + + function SourceMapConsumer(aSourceMap, aSourceMapURL) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = util.parseSourceMapInput(aSourceMap); + } + + return sourceMap.sections != null + ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL) + : new BasicSourceMapConsumer(sourceMap, aSourceMapURL); + } + + SourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) { + return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL); + } + + /** + * The version of the source mapping spec that we are consuming. + */ + SourceMapConsumer.prototype._version = 3; + + // `__generatedMappings` and `__originalMappings` are arrays that hold the + // parsed mapping coordinates from the source map's "mappings" attribute. They + // are lazily instantiated, accessed via the `_generatedMappings` and + // `_originalMappings` getters respectively, and we only parse the mappings + // and create these arrays once queried for a source location. We jump through + // these hoops because there can be many thousands of mappings, and parsing + // them is expensive, so we only want to do it if we must. + // + // Each object in the arrays is of the form: + // + // { + // generatedLine: The line number in the generated code, + // generatedColumn: The column number in the generated code, + // source: The path to the original source file that generated this + // chunk of code, + // originalLine: The line number in the original source that + // corresponds to this chunk of generated code, + // originalColumn: The column number in the original source that + // corresponds to this chunk of generated code, + // name: The name of the original symbol which generated this chunk of + // code. + // } + // + // All properties except for `generatedLine` and `generatedColumn` can be + // `null`. + // + // `_generatedMappings` is ordered by the generated positions. + // + // `_originalMappings` is ordered by the original positions. + + SourceMapConsumer.prototype.__generatedMappings = null; + Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', { + configurable: true, + enumerable: true, + get: function () { + if (!this.__generatedMappings) { + this._parseMappings(this._mappings, this.sourceRoot); + } + + return this.__generatedMappings; + } + }); + + SourceMapConsumer.prototype.__originalMappings = null; + Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', { + configurable: true, + enumerable: true, + get: function () { + if (!this.__originalMappings) { + this._parseMappings(this._mappings, this.sourceRoot); + } + + return this.__originalMappings; + } + }); + + SourceMapConsumer.prototype._charIsMappingSeparator = + function SourceMapConsumer_charIsMappingSeparator(aStr, index) { + var c = aStr.charAt(index); + return c === ";" || c === ","; + }; + + /** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ + SourceMapConsumer.prototype._parseMappings = + function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { + throw new Error("Subclasses must implement _parseMappings"); + }; + + SourceMapConsumer.GENERATED_ORDER = 1; + SourceMapConsumer.ORIGINAL_ORDER = 2; + + SourceMapConsumer.GREATEST_LOWER_BOUND = 1; + SourceMapConsumer.LEAST_UPPER_BOUND = 2; + + /** + * Iterate over each mapping between an original source/line/column and a + * generated line/column in this source map. + * + * @param Function aCallback + * The function that is called with each mapping. + * @param Object aContext + * Optional. If specified, this object will be the value of `this` every + * time that `aCallback` is called. + * @param aOrder + * Either `SourceMapConsumer.GENERATED_ORDER` or + * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to + * iterate over the mappings sorted by the generated file's line/column + * order or the original's source/line/column order, respectively. Defaults to + * `SourceMapConsumer.GENERATED_ORDER`. + */ + SourceMapConsumer.prototype.eachMapping = + function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) { + var context = aContext || null; + var order = aOrder || SourceMapConsumer.GENERATED_ORDER; + + var mappings; + switch (order) { + case SourceMapConsumer.GENERATED_ORDER: + mappings = this._generatedMappings; + break; + case SourceMapConsumer.ORIGINAL_ORDER: + mappings = this._originalMappings; + break; + default: + throw new Error("Unknown order of iteration."); + } + + var sourceRoot = this.sourceRoot; + mappings.map(function (mapping) { + var source = mapping.source === null ? null : this._sources.at(mapping.source); + source = util.computeSourceURL(sourceRoot, source, this._sourceMapURL); + return { + source: source, + generatedLine: mapping.generatedLine, + generatedColumn: mapping.generatedColumn, + originalLine: mapping.originalLine, + originalColumn: mapping.originalColumn, + name: mapping.name === null ? null : this._names.at(mapping.name) + }; + }, this).forEach(aCallback, context); + }; + + /** + * Returns all generated line and column information for the original source, + * line, and column provided. If no column is provided, returns all mappings + * corresponding to a either the line we are searching for or the next + * closest line that has any mappings. Otherwise, returns all mappings + * corresponding to the given line and either the column we are searching for + * or the next closest column that has any offsets. + * + * The only argument is an object with the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. The line number is 1-based. + * - column: Optional. the column number in the original source. + * The column number is 0-based. + * + * and an array of objects is returned, each with the following properties: + * + * - line: The line number in the generated source, or null. The + * line number is 1-based. + * - column: The column number in the generated source, or null. + * The column number is 0-based. + */ + SourceMapConsumer.prototype.allGeneratedPositionsFor = + function SourceMapConsumer_allGeneratedPositionsFor(aArgs) { + var line = util.getArg(aArgs, 'line'); + + // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping + // returns the index of the closest mapping less than the needle. By + // setting needle.originalColumn to 0, we thus find the last mapping for + // the given line, provided such a mapping exists. + var needle = { + source: util.getArg(aArgs, 'source'), + originalLine: line, + originalColumn: util.getArg(aArgs, 'column', 0) + }; + + needle.source = this._findSourceIndex(needle.source); + if (needle.source < 0) { + return []; + } + + var mappings = []; + + var index = this._findMapping(needle, + this._originalMappings, + "originalLine", + "originalColumn", + util.compareByOriginalPositions, + binarySearch.LEAST_UPPER_BOUND); + if (index >= 0) { + var mapping = this._originalMappings[index]; + + if (aArgs.column === undefined) { + var originalLine = mapping.originalLine; + + // Iterate until either we run out of mappings, or we run into + // a mapping for a different line than the one we found. Since + // mappings are sorted, this is guaranteed to find all mappings for + // the line we found. + while (mapping && mapping.originalLine === originalLine) { + mappings.push({ + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }); + + mapping = this._originalMappings[++index]; + } + } else { + var originalColumn = mapping.originalColumn; + + // Iterate until either we run out of mappings, or we run into + // a mapping for a different line than the one we were searching for. + // Since mappings are sorted, this is guaranteed to find all mappings for + // the line we are searching for. + while (mapping && + mapping.originalLine === line && + mapping.originalColumn == originalColumn) { + mappings.push({ + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }); + + mapping = this._originalMappings[++index]; + } + } + } + + return mappings; + }; + + exports.SourceMapConsumer = SourceMapConsumer; + + /** + * A BasicSourceMapConsumer instance represents a parsed source map which we can + * query for information about the original file positions by giving it a file + * position in the generated source. + * + * The first parameter is the raw source map (either as a JSON string, or + * already parsed to an object). According to the spec, source maps have the + * following attributes: + * + * - version: Which version of the source map spec this map is following. + * - sources: An array of URLs to the original source files. + * - names: An array of identifiers which can be referrenced by individual mappings. + * - sourceRoot: Optional. The URL root from which all sources are relative. + * - sourcesContent: Optional. An array of contents of the original source files. + * - mappings: A string of base64 VLQs which contain the actual mappings. + * - file: Optional. The generated file this source map is associated with. + * + * Here is an example source map, taken from the source map spec[0]: + * + * { + * version : 3, + * file: "out.js", + * sourceRoot : "", + * sources: ["foo.js", "bar.js"], + * names: ["src", "maps", "are", "fun"], + * mappings: "AA,AB;;ABCDE;" + * } + * + * The second parameter, if given, is a string whose value is the URL + * at which the source map was found. This URL is used to compute the + * sources array. + * + * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1# + */ + function BasicSourceMapConsumer(aSourceMap, aSourceMapURL) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = util.parseSourceMapInput(aSourceMap); + } + + var version = util.getArg(sourceMap, 'version'); + var sources = util.getArg(sourceMap, 'sources'); + // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which + // requires the array) to play nice here. + var names = util.getArg(sourceMap, 'names', []); + var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null); + var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null); + var mappings = util.getArg(sourceMap, 'mappings'); + var file = util.getArg(sourceMap, 'file', null); + + // Once again, Sass deviates from the spec and supplies the version as a + // string rather than a number, so we use loose equality checking here. + if (version != this._version) { + throw new Error('Unsupported version: ' + version); + } + + if (sourceRoot) { + sourceRoot = util.normalize(sourceRoot); + } + + sources = sources + .map(String) + // Some source maps produce relative source paths like "./foo.js" instead of + // "foo.js". Normalize these first so that future comparisons will succeed. + // See bugzil.la/1090768. + .map(util.normalize) + // Always ensure that absolute sources are internally stored relative to + // the source root, if the source root is absolute. Not doing this would + // be particularly problematic when the source root is a prefix of the + // source (valid, but why??). See github issue #199 and bugzil.la/1188982. + .map(function (source) { + return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source) + ? util.relative(sourceRoot, source) + : source; + }); + + // Pass `true` below to allow duplicate names and sources. While source maps + // are intended to be compressed and deduplicated, the TypeScript compiler + // sometimes generates source maps with duplicates in them. See Github issue + // #72 and bugzil.la/889492. + this._names = ArraySet.fromArray(names.map(String), true); + this._sources = ArraySet.fromArray(sources, true); + + this._absoluteSources = this._sources.toArray().map(function (s) { + return util.computeSourceURL(sourceRoot, s, aSourceMapURL); + }); + + this.sourceRoot = sourceRoot; + this.sourcesContent = sourcesContent; + this._mappings = mappings; + this._sourceMapURL = aSourceMapURL; + this.file = file; + } + + BasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); + BasicSourceMapConsumer.prototype.consumer = SourceMapConsumer; + + /** + * Utility function to find the index of a source. Returns -1 if not + * found. + */ + BasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) { + var relativeSource = aSource; + if (this.sourceRoot != null) { + relativeSource = util.relative(this.sourceRoot, relativeSource); + } + + if (this._sources.has(relativeSource)) { + return this._sources.indexOf(relativeSource); + } + + // Maybe aSource is an absolute URL as returned by |sources|. In + // this case we can't simply undo the transform. + var i; + for (i = 0; i < this._absoluteSources.length; ++i) { + if (this._absoluteSources[i] == aSource) { + return i; + } + } + + return -1; + }; + + /** + * Create a BasicSourceMapConsumer from a SourceMapGenerator. + * + * @param SourceMapGenerator aSourceMap + * The source map that will be consumed. + * @param String aSourceMapURL + * The URL at which the source map can be found (optional) + * @returns BasicSourceMapConsumer + */ + BasicSourceMapConsumer.fromSourceMap = + function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) { + var smc = Object.create(BasicSourceMapConsumer.prototype); + + var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true); + var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true); + smc.sourceRoot = aSourceMap._sourceRoot; + smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(), + smc.sourceRoot); + smc.file = aSourceMap._file; + smc._sourceMapURL = aSourceMapURL; + smc._absoluteSources = smc._sources.toArray().map(function (s) { + return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL); + }); + + // Because we are modifying the entries (by converting string sources and + // names to indices into the sources and names ArraySets), we have to make + // a copy of the entry or else bad things happen. Shared mutable state + // strikes again! See github issue #191. + + var generatedMappings = aSourceMap._mappings.toArray().slice(); + var destGeneratedMappings = smc.__generatedMappings = []; + var destOriginalMappings = smc.__originalMappings = []; + + for (var i = 0, length = generatedMappings.length; i < length; i++) { + var srcMapping = generatedMappings[i]; + var destMapping = new Mapping; + destMapping.generatedLine = srcMapping.generatedLine; + destMapping.generatedColumn = srcMapping.generatedColumn; + + if (srcMapping.source) { + destMapping.source = sources.indexOf(srcMapping.source); + destMapping.originalLine = srcMapping.originalLine; + destMapping.originalColumn = srcMapping.originalColumn; + + if (srcMapping.name) { + destMapping.name = names.indexOf(srcMapping.name); + } + + destOriginalMappings.push(destMapping); + } + + destGeneratedMappings.push(destMapping); + } + + quickSort(smc.__originalMappings, util.compareByOriginalPositions); + + return smc; + }; + + /** + * The version of the source mapping spec that we are consuming. + */ + BasicSourceMapConsumer.prototype._version = 3; + + /** + * The list of original sources. + */ + Object.defineProperty(BasicSourceMapConsumer.prototype, 'sources', { + get: function () { + return this._absoluteSources.slice(); + } + }); + + /** + * Provide the JIT with a nice shape / hidden class. + */ + function Mapping() { + this.generatedLine = 0; + this.generatedColumn = 0; + this.source = null; + this.originalLine = null; + this.originalColumn = null; + this.name = null; + } + + /** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ + BasicSourceMapConsumer.prototype._parseMappings = + function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { + var generatedLine = 1; + var previousGeneratedColumn = 0; + var previousOriginalLine = 0; + var previousOriginalColumn = 0; + var previousSource = 0; + var previousName = 0; + var length = aStr.length; + var index = 0; + var cachedSegments = {}; + var temp = {}; + var originalMappings = []; + var generatedMappings = []; + var mapping, str, segment, end, value; + + while (index < length) { + if (aStr.charAt(index) === ';') { + generatedLine++; + index++; + previousGeneratedColumn = 0; + } + else if (aStr.charAt(index) === ',') { + index++; + } + else { + mapping = new Mapping(); + mapping.generatedLine = generatedLine; + + // Because each offset is encoded relative to the previous one, + // many segments often have the same encoding. We can exploit this + // fact by caching the parsed variable length fields of each segment, + // allowing us to avoid a second parse if we encounter the same + // segment again. + for (end = index; end < length; end++) { + if (this._charIsMappingSeparator(aStr, end)) { + break; + } + } + str = aStr.slice(index, end); + + segment = cachedSegments[str]; + if (segment) { + index += str.length; + } else { + segment = []; + while (index < end) { + base64VLQ.decode(aStr, index, temp); + value = temp.value; + index = temp.rest; + segment.push(value); + } + + if (segment.length === 2) { + throw new Error('Found a source, but no line and column'); + } + + if (segment.length === 3) { + throw new Error('Found a source and line, but no column'); + } + + cachedSegments[str] = segment; + } + + // Generated column. + mapping.generatedColumn = previousGeneratedColumn + segment[0]; + previousGeneratedColumn = mapping.generatedColumn; + + if (segment.length > 1) { + // Original source. + mapping.source = previousSource + segment[1]; + previousSource += segment[1]; + + // Original line. + mapping.originalLine = previousOriginalLine + segment[2]; + previousOriginalLine = mapping.originalLine; + // Lines are stored 0-based + mapping.originalLine += 1; + + // Original column. + mapping.originalColumn = previousOriginalColumn + segment[3]; + previousOriginalColumn = mapping.originalColumn; + + if (segment.length > 4) { + // Original name. + mapping.name = previousName + segment[4]; + previousName += segment[4]; + } + } + + generatedMappings.push(mapping); + if (typeof mapping.originalLine === 'number') { + originalMappings.push(mapping); + } + } + } + + quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated); + this.__generatedMappings = generatedMappings; + + quickSort(originalMappings, util.compareByOriginalPositions); + this.__originalMappings = originalMappings; + }; + + /** + * Find the mapping that best matches the hypothetical "needle" mapping that + * we are searching for in the given "haystack" of mappings. + */ + BasicSourceMapConsumer.prototype._findMapping = + function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName, + aColumnName, aComparator, aBias) { + // To return the position we are searching for, we must first find the + // mapping for the given position and then return the opposite position it + // points to. Because the mappings are sorted, we can use binary search to + // find the best mapping. + + if (aNeedle[aLineName] <= 0) { + throw new TypeError('Line must be greater than or equal to 1, got ' + + aNeedle[aLineName]); + } + if (aNeedle[aColumnName] < 0) { + throw new TypeError('Column must be greater than or equal to 0, got ' + + aNeedle[aColumnName]); + } + + return binarySearch.search(aNeedle, aMappings, aComparator, aBias); + }; + + /** + * Compute the last column for each generated mapping. The last column is + * inclusive. + */ + BasicSourceMapConsumer.prototype.computeColumnSpans = + function SourceMapConsumer_computeColumnSpans() { + for (var index = 0; index < this._generatedMappings.length; ++index) { + var mapping = this._generatedMappings[index]; + + // Mappings do not contain a field for the last generated columnt. We + // can come up with an optimistic estimate, however, by assuming that + // mappings are contiguous (i.e. given two consecutive mappings, the + // first mapping ends where the second one starts). + if (index + 1 < this._generatedMappings.length) { + var nextMapping = this._generatedMappings[index + 1]; + + if (mapping.generatedLine === nextMapping.generatedLine) { + mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1; + continue; + } + } + + // The last mapping for each line spans the entire line. + mapping.lastGeneratedColumn = Infinity; + } + }; + + /** + * Returns the original source, line, and column information for the generated + * source's line and column positions provided. The only argument is an object + * with the following properties: + * + * - line: The line number in the generated source. The line number + * is 1-based. + * - column: The column number in the generated source. The column + * number is 0-based. + * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or + * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. + * + * and an object is returned with the following properties: + * + * - source: The original source file, or null. + * - line: The line number in the original source, or null. The + * line number is 1-based. + * - column: The column number in the original source, or null. The + * column number is 0-based. + * - name: The original identifier, or null. + */ + BasicSourceMapConsumer.prototype.originalPositionFor = + function SourceMapConsumer_originalPositionFor(aArgs) { + var needle = { + generatedLine: util.getArg(aArgs, 'line'), + generatedColumn: util.getArg(aArgs, 'column') + }; + + var index = this._findMapping( + needle, + this._generatedMappings, + "generatedLine", + "generatedColumn", + util.compareByGeneratedPositionsDeflated, + util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) + ); + + if (index >= 0) { + var mapping = this._generatedMappings[index]; + + if (mapping.generatedLine === needle.generatedLine) { + var source = util.getArg(mapping, 'source', null); + if (source !== null) { + source = this._sources.at(source); + source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL); + } + var name = util.getArg(mapping, 'name', null); + if (name !== null) { + name = this._names.at(name); + } + return { + source: source, + line: util.getArg(mapping, 'originalLine', null), + column: util.getArg(mapping, 'originalColumn', null), + name: name + }; + } + } + + return { + source: null, + line: null, + column: null, + name: null + }; + }; + + /** + * Return true if we have the source content for every source in the source + * map, false otherwise. + */ + BasicSourceMapConsumer.prototype.hasContentsOfAllSources = + function BasicSourceMapConsumer_hasContentsOfAllSources() { + if (!this.sourcesContent) { + return false; + } + return this.sourcesContent.length >= this._sources.size() && + !this.sourcesContent.some(function (sc) { return sc == null; }); + }; + + /** + * Returns the original source content. The only argument is the url of the + * original source file. Returns null if no original source content is + * available. + */ + BasicSourceMapConsumer.prototype.sourceContentFor = + function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { + if (!this.sourcesContent) { + return null; + } + + var index = this._findSourceIndex(aSource); + if (index >= 0) { + return this.sourcesContent[index]; + } + + var relativeSource = aSource; + if (this.sourceRoot != null) { + relativeSource = util.relative(this.sourceRoot, relativeSource); + } + + var url; + if (this.sourceRoot != null + && (url = util.urlParse(this.sourceRoot))) { + // XXX: file:// URIs and absolute paths lead to unexpected behavior for + // many users. We can help them out when they expect file:// URIs to + // behave like it would if they were running a local HTTP server. See + // https://bugzilla.mozilla.org/show_bug.cgi?id=885597. + var fileUriAbsPath = relativeSource.replace(/^file:\/\//, ""); + if (url.scheme == "file" + && this._sources.has(fileUriAbsPath)) { + return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)] + } + + if ((!url.path || url.path == "/") + && this._sources.has("/" + relativeSource)) { + return this.sourcesContent[this._sources.indexOf("/" + relativeSource)]; + } + } + + // This function is used recursively from + // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we + // don't want to throw if we can't find the source - we just want to + // return null, so we provide a flag to exit gracefully. + if (nullOnMissing) { + return null; + } + else { + throw new Error('"' + relativeSource + '" is not in the SourceMap.'); + } + }; + + /** + * Returns the generated line and column information for the original source, + * line, and column positions provided. The only argument is an object with + * the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. The line number + * is 1-based. + * - column: The column number in the original source. The column + * number is 0-based. + * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or + * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. + * + * and an object is returned with the following properties: + * + * - line: The line number in the generated source, or null. The + * line number is 1-based. + * - column: The column number in the generated source, or null. + * The column number is 0-based. + */ + BasicSourceMapConsumer.prototype.generatedPositionFor = + function SourceMapConsumer_generatedPositionFor(aArgs) { + var source = util.getArg(aArgs, 'source'); + source = this._findSourceIndex(source); + if (source < 0) { + return { + line: null, + column: null, + lastColumn: null + }; + } + + var needle = { + source: source, + originalLine: util.getArg(aArgs, 'line'), + originalColumn: util.getArg(aArgs, 'column') + }; + + var index = this._findMapping( + needle, + this._originalMappings, + "originalLine", + "originalColumn", + util.compareByOriginalPositions, + util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) + ); + + if (index >= 0) { + var mapping = this._originalMappings[index]; + + if (mapping.source === needle.source) { + return { + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }; + } + } + + return { + line: null, + column: null, + lastColumn: null + }; + }; + + exports.BasicSourceMapConsumer = BasicSourceMapConsumer; + + /** + * An IndexedSourceMapConsumer instance represents a parsed source map which + * we can query for information. It differs from BasicSourceMapConsumer in + * that it takes "indexed" source maps (i.e. ones with a "sections" field) as + * input. + * + * The first parameter is a raw source map (either as a JSON string, or already + * parsed to an object). According to the spec for indexed source maps, they + * have the following attributes: + * + * - version: Which version of the source map spec this map is following. + * - file: Optional. The generated file this source map is associated with. + * - sections: A list of section definitions. + * + * Each value under the "sections" field has two fields: + * - offset: The offset into the original specified at which this section + * begins to apply, defined as an object with a "line" and "column" + * field. + * - map: A source map definition. This source map could also be indexed, + * but doesn't have to be. + * + * Instead of the "map" field, it's also possible to have a "url" field + * specifying a URL to retrieve a source map from, but that's currently + * unsupported. + * + * Here's an example source map, taken from the source map spec[0], but + * modified to omit a section which uses the "url" field. + * + * { + * version : 3, + * file: "app.js", + * sections: [{ + * offset: {line:100, column:10}, + * map: { + * version : 3, + * file: "section.js", + * sources: ["foo.js", "bar.js"], + * names: ["src", "maps", "are", "fun"], + * mappings: "AAAA,E;;ABCDE;" + * } + * }], + * } + * + * The second parameter, if given, is a string whose value is the URL + * at which the source map was found. This URL is used to compute the + * sources array. + * + * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt + */ + function IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = util.parseSourceMapInput(aSourceMap); + } + + var version = util.getArg(sourceMap, 'version'); + var sections = util.getArg(sourceMap, 'sections'); + + if (version != this._version) { + throw new Error('Unsupported version: ' + version); + } + + this._sources = new ArraySet(); + this._names = new ArraySet(); + + var lastOffset = { + line: -1, + column: 0 + }; + this._sections = sections.map(function (s) { + if (s.url) { + // The url field will require support for asynchronicity. + // See https://github.com/mozilla/source-map/issues/16 + throw new Error('Support for url field in sections not implemented.'); + } + var offset = util.getArg(s, 'offset'); + var offsetLine = util.getArg(offset, 'line'); + var offsetColumn = util.getArg(offset, 'column'); + + if (offsetLine < lastOffset.line || + (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) { + throw new Error('Section offsets must be ordered and non-overlapping.'); + } + lastOffset = offset; + + return { + generatedOffset: { + // The offset fields are 0-based, but we use 1-based indices when + // encoding/decoding from VLQ. + generatedLine: offsetLine + 1, + generatedColumn: offsetColumn + 1 + }, + consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL) + } + }); + } + + IndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); + IndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer; + + /** + * The version of the source mapping spec that we are consuming. + */ + IndexedSourceMapConsumer.prototype._version = 3; + + /** + * The list of original sources. + */ + Object.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', { + get: function () { + var sources = []; + for (var i = 0; i < this._sections.length; i++) { + for (var j = 0; j < this._sections[i].consumer.sources.length; j++) { + sources.push(this._sections[i].consumer.sources[j]); + } + } + return sources; + } + }); + + /** + * Returns the original source, line, and column information for the generated + * source's line and column positions provided. The only argument is an object + * with the following properties: + * + * - line: The line number in the generated source. The line number + * is 1-based. + * - column: The column number in the generated source. The column + * number is 0-based. + * + * and an object is returned with the following properties: + * + * - source: The original source file, or null. + * - line: The line number in the original source, or null. The + * line number is 1-based. + * - column: The column number in the original source, or null. The + * column number is 0-based. + * - name: The original identifier, or null. + */ + IndexedSourceMapConsumer.prototype.originalPositionFor = + function IndexedSourceMapConsumer_originalPositionFor(aArgs) { + var needle = { + generatedLine: util.getArg(aArgs, 'line'), + generatedColumn: util.getArg(aArgs, 'column') + }; + + // Find the section containing the generated position we're trying to map + // to an original position. + var sectionIndex = binarySearch.search(needle, this._sections, + function(needle, section) { + var cmp = needle.generatedLine - section.generatedOffset.generatedLine; + if (cmp) { + return cmp; + } + + return (needle.generatedColumn - + section.generatedOffset.generatedColumn); + }); + var section = this._sections[sectionIndex]; + + if (!section) { + return { + source: null, + line: null, + column: null, + name: null + }; + } + + return section.consumer.originalPositionFor({ + line: needle.generatedLine - + (section.generatedOffset.generatedLine - 1), + column: needle.generatedColumn - + (section.generatedOffset.generatedLine === needle.generatedLine + ? section.generatedOffset.generatedColumn - 1 + : 0), + bias: aArgs.bias + }); + }; + + /** + * Return true if we have the source content for every source in the source + * map, false otherwise. + */ + IndexedSourceMapConsumer.prototype.hasContentsOfAllSources = + function IndexedSourceMapConsumer_hasContentsOfAllSources() { + return this._sections.every(function (s) { + return s.consumer.hasContentsOfAllSources(); + }); + }; + + /** + * Returns the original source content. The only argument is the url of the + * original source file. Returns null if no original source content is + * available. + */ + IndexedSourceMapConsumer.prototype.sourceContentFor = + function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + + var content = section.consumer.sourceContentFor(aSource, true); + if (content) { + return content; + } + } + if (nullOnMissing) { + return null; + } + else { + throw new Error('"' + aSource + '" is not in the SourceMap.'); + } + }; + + /** + * Returns the generated line and column information for the original source, + * line, and column positions provided. The only argument is an object with + * the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. The line number + * is 1-based. + * - column: The column number in the original source. The column + * number is 0-based. + * + * and an object is returned with the following properties: + * + * - line: The line number in the generated source, or null. The + * line number is 1-based. + * - column: The column number in the generated source, or null. + * The column number is 0-based. + */ + IndexedSourceMapConsumer.prototype.generatedPositionFor = + function IndexedSourceMapConsumer_generatedPositionFor(aArgs) { + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + + // Only consider this section if the requested source is in the list of + // sources of the consumer. + if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) { + continue; + } + var generatedPosition = section.consumer.generatedPositionFor(aArgs); + if (generatedPosition) { + var ret = { + line: generatedPosition.line + + (section.generatedOffset.generatedLine - 1), + column: generatedPosition.column + + (section.generatedOffset.generatedLine === generatedPosition.line + ? section.generatedOffset.generatedColumn - 1 + : 0) + }; + return ret; + } + } + + return { + line: null, + column: null + }; + }; + + /** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ + IndexedSourceMapConsumer.prototype._parseMappings = + function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) { + this.__generatedMappings = []; + this.__originalMappings = []; + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + var sectionMappings = section.consumer._generatedMappings; + for (var j = 0; j < sectionMappings.length; j++) { + var mapping = sectionMappings[j]; + + var source = section.consumer._sources.at(mapping.source); + source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL); + this._sources.add(source); + source = this._sources.indexOf(source); + + var name = null; + if (mapping.name) { + name = section.consumer._names.at(mapping.name); + this._names.add(name); + name = this._names.indexOf(name); + } + + // The mappings coming from the consumer for the section have + // generated positions relative to the start of the section, so we + // need to offset them to be relative to the start of the concatenated + // generated file. + var adjustedMapping = { + source: source, + generatedLine: mapping.generatedLine + + (section.generatedOffset.generatedLine - 1), + generatedColumn: mapping.generatedColumn + + (section.generatedOffset.generatedLine === mapping.generatedLine + ? section.generatedOffset.generatedColumn - 1 + : 0), + originalLine: mapping.originalLine, + originalColumn: mapping.originalColumn, + name: name + }; + + this.__generatedMappings.push(adjustedMapping); + if (typeof adjustedMapping.originalLine === 'number') { + this.__originalMappings.push(adjustedMapping); + } + } + } + + quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated); + quickSort(this.__originalMappings, util.compareByOriginalPositions); + }; + + exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer; + + +/***/ }), +/* 8 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + exports.GREATEST_LOWER_BOUND = 1; + exports.LEAST_UPPER_BOUND = 2; + + /** + * Recursive implementation of binary search. + * + * @param aLow Indices here and lower do not contain the needle. + * @param aHigh Indices here and higher do not contain the needle. + * @param aNeedle The element being searched for. + * @param aHaystack The non-empty array being searched. + * @param aCompare Function which takes two elements and returns -1, 0, or 1. + * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or + * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + */ + function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) { + // This function terminates when one of the following is true: + // + // 1. We find the exact element we are looking for. + // + // 2. We did not find the exact element, but we can return the index of + // the next-closest element. + // + // 3. We did not find the exact element, and there is no next-closest + // element than the one we are searching for, so we return -1. + var mid = Math.floor((aHigh - aLow) / 2) + aLow; + var cmp = aCompare(aNeedle, aHaystack[mid], true); + if (cmp === 0) { + // Found the element we are looking for. + return mid; + } + else if (cmp > 0) { + // Our needle is greater than aHaystack[mid]. + if (aHigh - mid > 1) { + // The element is in the upper half. + return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias); + } + + // The exact needle element was not found in this haystack. Determine if + // we are in termination case (3) or (2) and return the appropriate thing. + if (aBias == exports.LEAST_UPPER_BOUND) { + return aHigh < aHaystack.length ? aHigh : -1; + } else { + return mid; + } + } + else { + // Our needle is less than aHaystack[mid]. + if (mid - aLow > 1) { + // The element is in the lower half. + return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias); + } + + // we are in termination case (3) or (2) and return the appropriate thing. + if (aBias == exports.LEAST_UPPER_BOUND) { + return mid; + } else { + return aLow < 0 ? -1 : aLow; + } + } + } + + /** + * This is an implementation of binary search which will always try and return + * the index of the closest element if there is no exact hit. This is because + * mappings between original and generated line/col pairs are single points, + * and there is an implicit region between each of them, so a miss just means + * that you aren't on the very start of a region. + * + * @param aNeedle The element you are looking for. + * @param aHaystack The array that is being searched. + * @param aCompare A function which takes the needle and an element in the + * array and returns -1, 0, or 1 depending on whether the needle is less + * than, equal to, or greater than the element, respectively. + * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or + * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'. + */ + exports.search = function search(aNeedle, aHaystack, aCompare, aBias) { + if (aHaystack.length === 0) { + return -1; + } + + var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack, + aCompare, aBias || exports.GREATEST_LOWER_BOUND); + if (index < 0) { + return -1; + } + + // We have found either the exact element, or the next-closest element than + // the one we are searching for. However, there may be more than one such + // element. Make sure we always return the smallest of these. + while (index - 1 >= 0) { + if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) { + break; + } + --index; + } + + return index; + }; + + +/***/ }), +/* 9 */ +/***/ (function(module, exports) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + // It turns out that some (most?) JavaScript engines don't self-host + // `Array.prototype.sort`. This makes sense because C++ will likely remain + // faster than JS when doing raw CPU-intensive sorting. However, when using a + // custom comparator function, calling back and forth between the VM's C++ and + // JIT'd JS is rather slow *and* loses JIT type information, resulting in + // worse generated code for the comparator function than would be optimal. In + // fact, when sorting with a comparator, these costs outweigh the benefits of + // sorting in C++. By using our own JS-implemented Quick Sort (below), we get + // a ~3500ms mean speed-up in `bench/bench.html`. + + /** + * Swap the elements indexed by `x` and `y` in the array `ary`. + * + * @param {Array} ary + * The array. + * @param {Number} x + * The index of the first item. + * @param {Number} y + * The index of the second item. + */ + function swap(ary, x, y) { + var temp = ary[x]; + ary[x] = ary[y]; + ary[y] = temp; + } + + /** + * Returns a random integer within the range `low .. high` inclusive. + * + * @param {Number} low + * The lower bound on the range. + * @param {Number} high + * The upper bound on the range. + */ + function randomIntInRange(low, high) { + return Math.round(low + (Math.random() * (high - low))); + } + + /** + * The Quick Sort algorithm. + * + * @param {Array} ary + * An array to sort. + * @param {function} comparator + * Function to use to compare two items. + * @param {Number} p + * Start index of the array + * @param {Number} r + * End index of the array + */ + function doQuickSort(ary, comparator, p, r) { + // If our lower bound is less than our upper bound, we (1) partition the + // array into two pieces and (2) recurse on each half. If it is not, this is + // the empty array and our base case. + + if (p < r) { + // (1) Partitioning. + // + // The partitioning chooses a pivot between `p` and `r` and moves all + // elements that are less than or equal to the pivot to the before it, and + // all the elements that are greater than it after it. The effect is that + // once partition is done, the pivot is in the exact place it will be when + // the array is put in sorted order, and it will not need to be moved + // again. This runs in O(n) time. + + // Always choose a random pivot so that an input array which is reverse + // sorted does not cause O(n^2) running time. + var pivotIndex = randomIntInRange(p, r); + var i = p - 1; + + swap(ary, pivotIndex, r); + var pivot = ary[r]; + + // Immediately after `j` is incremented in this loop, the following hold + // true: + // + // * Every element in `ary[p .. i]` is less than or equal to the pivot. + // + // * Every element in `ary[i+1 .. j-1]` is greater than the pivot. + for (var j = p; j < r; j++) { + if (comparator(ary[j], pivot) <= 0) { + i += 1; + swap(ary, i, j); + } + } + + swap(ary, i + 1, j); + var q = i + 1; + + // (2) Recurse on each half. + + doQuickSort(ary, comparator, p, q - 1); + doQuickSort(ary, comparator, q + 1, r); + } + } + + /** + * Sort the given array in-place with the given comparator function. + * + * @param {Array} ary + * An array to sort. + * @param {function} comparator + * Function to use to compare two items. + */ + exports.quickSort = function (ary, comparator) { + doQuickSort(ary, comparator, 0, ary.length - 1); + }; + + +/***/ }), +/* 10 */ +/***/ (function(module, exports, __webpack_require__) { + + /* -*- Mode: js; js-indent-level: 2; -*- */ + /* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + + var SourceMapGenerator = __webpack_require__(1).SourceMapGenerator; + var util = __webpack_require__(4); + + // Matches a Windows-style `\r\n` newline or a `\n` newline used by all other + // operating systems these days (capturing the result). + var REGEX_NEWLINE = /(\r?\n)/; + + // Newline character code for charCodeAt() comparisons + var NEWLINE_CODE = 10; + + // Private symbol for identifying `SourceNode`s when multiple versions of + // the source-map library are loaded. This MUST NOT CHANGE across + // versions! + var isSourceNode = "$$$isSourceNode$$$"; + + /** + * SourceNodes provide a way to abstract over interpolating/concatenating + * snippets of generated JavaScript source code while maintaining the line and + * column information associated with the original source code. + * + * @param aLine The original line number. + * @param aColumn The original column number. + * @param aSource The original source's filename. + * @param aChunks Optional. An array of strings which are snippets of + * generated JS, or other SourceNodes. + * @param aName The original identifier. + */ + function SourceNode(aLine, aColumn, aSource, aChunks, aName) { + this.children = []; + this.sourceContents = {}; + this.line = aLine == null ? null : aLine; + this.column = aColumn == null ? null : aColumn; + this.source = aSource == null ? null : aSource; + this.name = aName == null ? null : aName; + this[isSourceNode] = true; + if (aChunks != null) this.add(aChunks); + } + + /** + * Creates a SourceNode from generated code and a SourceMapConsumer. + * + * @param aGeneratedCode The generated code + * @param aSourceMapConsumer The SourceMap for the generated code + * @param aRelativePath Optional. The path that relative sources in the + * SourceMapConsumer should be relative to. + */ + SourceNode.fromStringWithSourceMap = + function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) { + // The SourceNode we want to fill with the generated code + // and the SourceMap + var node = new SourceNode(); + + // All even indices of this array are one line of the generated code, + // while all odd indices are the newlines between two adjacent lines + // (since `REGEX_NEWLINE` captures its match). + // Processed fragments are accessed by calling `shiftNextLine`. + var remainingLines = aGeneratedCode.split(REGEX_NEWLINE); + var remainingLinesIndex = 0; + var shiftNextLine = function() { + var lineContents = getNextLine(); + // The last line of a file might not have a newline. + var newLine = getNextLine() || ""; + return lineContents + newLine; + + function getNextLine() { + return remainingLinesIndex < remainingLines.length ? + remainingLines[remainingLinesIndex++] : undefined; + } + }; + + // We need to remember the position of "remainingLines" + var lastGeneratedLine = 1, lastGeneratedColumn = 0; + + // The generate SourceNodes we need a code range. + // To extract it current and last mapping is used. + // Here we store the last mapping. + var lastMapping = null; + + aSourceMapConsumer.eachMapping(function (mapping) { + if (lastMapping !== null) { + // We add the code from "lastMapping" to "mapping": + // First check if there is a new line in between. + if (lastGeneratedLine < mapping.generatedLine) { + // Associate first line with "lastMapping" + addMappingWithCode(lastMapping, shiftNextLine()); + lastGeneratedLine++; + lastGeneratedColumn = 0; + // The remaining code is added without mapping + } else { + // There is no new line in between. + // Associate the code between "lastGeneratedColumn" and + // "mapping.generatedColumn" with "lastMapping" + var nextLine = remainingLines[remainingLinesIndex] || ''; + var code = nextLine.substr(0, mapping.generatedColumn - + lastGeneratedColumn); + remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn - + lastGeneratedColumn); + lastGeneratedColumn = mapping.generatedColumn; + addMappingWithCode(lastMapping, code); + // No more remaining code, continue + lastMapping = mapping; + return; + } + } + // We add the generated code until the first mapping + // to the SourceNode without any mapping. + // Each line is added as separate string. + while (lastGeneratedLine < mapping.generatedLine) { + node.add(shiftNextLine()); + lastGeneratedLine++; + } + if (lastGeneratedColumn < mapping.generatedColumn) { + var nextLine = remainingLines[remainingLinesIndex] || ''; + node.add(nextLine.substr(0, mapping.generatedColumn)); + remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn); + lastGeneratedColumn = mapping.generatedColumn; + } + lastMapping = mapping; + }, this); + // We have processed all mappings. + if (remainingLinesIndex < remainingLines.length) { + if (lastMapping) { + // Associate the remaining code in the current line with "lastMapping" + addMappingWithCode(lastMapping, shiftNextLine()); + } + // and add the remaining lines without any mapping + node.add(remainingLines.splice(remainingLinesIndex).join("")); + } + + // Copy sourcesContent into SourceNode + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + if (aRelativePath != null) { + sourceFile = util.join(aRelativePath, sourceFile); + } + node.setSourceContent(sourceFile, content); + } + }); + + return node; + + function addMappingWithCode(mapping, code) { + if (mapping === null || mapping.source === undefined) { + node.add(code); + } else { + var source = aRelativePath + ? util.join(aRelativePath, mapping.source) + : mapping.source; + node.add(new SourceNode(mapping.originalLine, + mapping.originalColumn, + source, + code, + mapping.name)); + } + } + }; + + /** + * Add a chunk of generated JS to this source node. + * + * @param aChunk A string snippet of generated JS code, another instance of + * SourceNode, or an array where each member is one of those things. + */ + SourceNode.prototype.add = function SourceNode_add(aChunk) { + if (Array.isArray(aChunk)) { + aChunk.forEach(function (chunk) { + this.add(chunk); + }, this); + } + else if (aChunk[isSourceNode] || typeof aChunk === "string") { + if (aChunk) { + this.children.push(aChunk); + } + } + else { + throw new TypeError( + "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk + ); + } + return this; + }; + + /** + * Add a chunk of generated JS to the beginning of this source node. + * + * @param aChunk A string snippet of generated JS code, another instance of + * SourceNode, or an array where each member is one of those things. + */ + SourceNode.prototype.prepend = function SourceNode_prepend(aChunk) { + if (Array.isArray(aChunk)) { + for (var i = aChunk.length-1; i >= 0; i--) { + this.prepend(aChunk[i]); + } + } + else if (aChunk[isSourceNode] || typeof aChunk === "string") { + this.children.unshift(aChunk); + } + else { + throw new TypeError( + "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk + ); + } + return this; + }; + + /** + * Walk over the tree of JS snippets in this node and its children. The + * walking function is called once for each snippet of JS and is passed that + * snippet and the its original associated source's line/column location. + * + * @param aFn The traversal function. + */ + SourceNode.prototype.walk = function SourceNode_walk(aFn) { + var chunk; + for (var i = 0, len = this.children.length; i < len; i++) { + chunk = this.children[i]; + if (chunk[isSourceNode]) { + chunk.walk(aFn); + } + else { + if (chunk !== '') { + aFn(chunk, { source: this.source, + line: this.line, + column: this.column, + name: this.name }); + } + } + } + }; + + /** + * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between + * each of `this.children`. + * + * @param aSep The separator. + */ + SourceNode.prototype.join = function SourceNode_join(aSep) { + var newChildren; + var i; + var len = this.children.length; + if (len > 0) { + newChildren = []; + for (i = 0; i < len-1; i++) { + newChildren.push(this.children[i]); + newChildren.push(aSep); + } + newChildren.push(this.children[i]); + this.children = newChildren; + } + return this; + }; + + /** + * Call String.prototype.replace on the very right-most source snippet. Useful + * for trimming whitespace from the end of a source node, etc. + * + * @param aPattern The pattern to replace. + * @param aReplacement The thing to replace the pattern with. + */ + SourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) { + var lastChild = this.children[this.children.length - 1]; + if (lastChild[isSourceNode]) { + lastChild.replaceRight(aPattern, aReplacement); + } + else if (typeof lastChild === 'string') { + this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement); + } + else { + this.children.push(''.replace(aPattern, aReplacement)); + } + return this; + }; + + /** + * Set the source content for a source file. This will be added to the SourceMapGenerator + * in the sourcesContent field. + * + * @param aSourceFile The filename of the source file + * @param aSourceContent The content of the source file + */ + SourceNode.prototype.setSourceContent = + function SourceNode_setSourceContent(aSourceFile, aSourceContent) { + this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent; + }; + + /** + * Walk over the tree of SourceNodes. The walking function is called for each + * source file content and is passed the filename and source content. + * + * @param aFn The traversal function. + */ + SourceNode.prototype.walkSourceContents = + function SourceNode_walkSourceContents(aFn) { + for (var i = 0, len = this.children.length; i < len; i++) { + if (this.children[i][isSourceNode]) { + this.children[i].walkSourceContents(aFn); + } + } + + var sources = Object.keys(this.sourceContents); + for (var i = 0, len = sources.length; i < len; i++) { + aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]); + } + }; + + /** + * Return the string representation of this source node. Walks over the tree + * and concatenates all the various snippets together to one string. + */ + SourceNode.prototype.toString = function SourceNode_toString() { + var str = ""; + this.walk(function (chunk) { + str += chunk; + }); + return str; + }; + + /** + * Returns the string representation of this source node along with a source + * map. + */ + SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) { + var generated = { + code: "", + line: 1, + column: 0 + }; + var map = new SourceMapGenerator(aArgs); + var sourceMappingActive = false; + var lastOriginalSource = null; + var lastOriginalLine = null; + var lastOriginalColumn = null; + var lastOriginalName = null; + this.walk(function (chunk, original) { + generated.code += chunk; + if (original.source !== null + && original.line !== null + && original.column !== null) { + if(lastOriginalSource !== original.source + || lastOriginalLine !== original.line + || lastOriginalColumn !== original.column + || lastOriginalName !== original.name) { + map.addMapping({ + source: original.source, + original: { + line: original.line, + column: original.column + }, + generated: { + line: generated.line, + column: generated.column + }, + name: original.name + }); + } + lastOriginalSource = original.source; + lastOriginalLine = original.line; + lastOriginalColumn = original.column; + lastOriginalName = original.name; + sourceMappingActive = true; + } else if (sourceMappingActive) { + map.addMapping({ + generated: { + line: generated.line, + column: generated.column + } + }); + lastOriginalSource = null; + sourceMappingActive = false; + } + for (var idx = 0, length = chunk.length; idx < length; idx++) { + if (chunk.charCodeAt(idx) === NEWLINE_CODE) { + generated.line++; + generated.column = 0; + // Mappings end at eol + if (idx + 1 === length) { + lastOriginalSource = null; + sourceMappingActive = false; + } else if (sourceMappingActive) { + map.addMapping({ + source: original.source, + original: { + line: original.line, + column: original.column + }, + generated: { + line: generated.line, + column: generated.column + }, + name: original.name + }); + } + } else { + generated.column++; + } + } + }); + this.walkSourceContents(function (sourceFile, sourceContent) { + map.setSourceContent(sourceFile, sourceContent); + }); + + return { code: generated.code, map: map }; + }; + + exports.SourceNode = SourceNode; + + +/***/ }) +/******/ ]) +}); +; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/dist/source-map.min.js b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/dist/source-map.min.js new file mode 100644 index 0000000..c7c72da --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/dist/source-map.min.js @@ -0,0 +1,2 @@ +!function(e,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.sourceMap=n():e.sourceMap=n()}(this,function(){return function(e){function n(t){if(r[t])return r[t].exports;var o=r[t]={exports:{},id:t,loaded:!1};return e[t].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}var r={};return n.m=e,n.c=r,n.p="",n(0)}([function(e,n,r){n.SourceMapGenerator=r(1).SourceMapGenerator,n.SourceMapConsumer=r(7).SourceMapConsumer,n.SourceNode=r(10).SourceNode},function(e,n,r){function t(e){e||(e={}),this._file=i.getArg(e,"file",null),this._sourceRoot=i.getArg(e,"sourceRoot",null),this._skipValidation=i.getArg(e,"skipValidation",!1),this._sources=new s,this._names=new s,this._mappings=new a,this._sourcesContents=null}var o=r(2),i=r(4),s=r(5).ArraySet,a=r(6).MappingList;t.prototype._version=3,t.fromSourceMap=function(e){var n=e.sourceRoot,r=new t({file:e.file,sourceRoot:n});return e.eachMapping(function(e){var t={generated:{line:e.generatedLine,column:e.generatedColumn}};null!=e.source&&(t.source=e.source,null!=n&&(t.source=i.relative(n,t.source)),t.original={line:e.originalLine,column:e.originalColumn},null!=e.name&&(t.name=e.name)),r.addMapping(t)}),e.sources.forEach(function(t){var o=t;null!==n&&(o=i.relative(n,t)),r._sources.has(o)||r._sources.add(o);var s=e.sourceContentFor(t);null!=s&&r.setSourceContent(t,s)}),r},t.prototype.addMapping=function(e){var n=i.getArg(e,"generated"),r=i.getArg(e,"original",null),t=i.getArg(e,"source",null),o=i.getArg(e,"name",null);this._skipValidation||this._validateMapping(n,r,t,o),null!=t&&(t=String(t),this._sources.has(t)||this._sources.add(t)),null!=o&&(o=String(o),this._names.has(o)||this._names.add(o)),this._mappings.add({generatedLine:n.line,generatedColumn:n.column,originalLine:null!=r&&r.line,originalColumn:null!=r&&r.column,source:t,name:o})},t.prototype.setSourceContent=function(e,n){var r=e;null!=this._sourceRoot&&(r=i.relative(this._sourceRoot,r)),null!=n?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[i.toSetString(r)]=n):this._sourcesContents&&(delete this._sourcesContents[i.toSetString(r)],0===Object.keys(this._sourcesContents).length&&(this._sourcesContents=null))},t.prototype.applySourceMap=function(e,n,r){var t=n;if(null==n){if(null==e.file)throw new Error('SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map\'s "file" property. Both were omitted.');t=e.file}var o=this._sourceRoot;null!=o&&(t=i.relative(o,t));var a=new s,u=new s;this._mappings.unsortedForEach(function(n){if(n.source===t&&null!=n.originalLine){var s=e.originalPositionFor({line:n.originalLine,column:n.originalColumn});null!=s.source&&(n.source=s.source,null!=r&&(n.source=i.join(r,n.source)),null!=o&&(n.source=i.relative(o,n.source)),n.originalLine=s.line,n.originalColumn=s.column,null!=s.name&&(n.name=s.name))}var l=n.source;null==l||a.has(l)||a.add(l);var c=n.name;null==c||u.has(c)||u.add(c)},this),this._sources=a,this._names=u,e.sources.forEach(function(n){var t=e.sourceContentFor(n);null!=t&&(null!=r&&(n=i.join(r,n)),null!=o&&(n=i.relative(o,n)),this.setSourceContent(n,t))},this)},t.prototype._validateMapping=function(e,n,r,t){if(n&&"number"!=typeof n.line&&"number"!=typeof n.column)throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if((!(e&&"line"in e&&"column"in e&&e.line>0&&e.column>=0)||n||r||t)&&!(e&&"line"in e&&"column"in e&&n&&"line"in n&&"column"in n&&e.line>0&&e.column>=0&&n.line>0&&n.column>=0&&r))throw new Error("Invalid mapping: "+JSON.stringify({generated:e,source:r,original:n,name:t}))},t.prototype._serializeMappings=function(){for(var e,n,r,t,s=0,a=1,u=0,l=0,c=0,g=0,p="",h=this._mappings.toArray(),f=0,d=h.length;f0){if(!i.compareByGeneratedPositionsInflated(n,h[f-1]))continue;e+=","}e+=o.encode(n.generatedColumn-s),s=n.generatedColumn,null!=n.source&&(t=this._sources.indexOf(n.source),e+=o.encode(t-g),g=t,e+=o.encode(n.originalLine-1-l),l=n.originalLine-1,e+=o.encode(n.originalColumn-u),u=n.originalColumn,null!=n.name&&(r=this._names.indexOf(n.name),e+=o.encode(r-c),c=r)),p+=e}return p},t.prototype._generateSourcesContent=function(e,n){return e.map(function(e){if(!this._sourcesContents)return null;null!=n&&(e=i.relative(n,e));var r=i.toSetString(e);return Object.prototype.hasOwnProperty.call(this._sourcesContents,r)?this._sourcesContents[r]:null},this)},t.prototype.toJSON=function(){var e={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return null!=this._file&&(e.file=this._file),null!=this._sourceRoot&&(e.sourceRoot=this._sourceRoot),this._sourcesContents&&(e.sourcesContent=this._generateSourcesContent(e.sources,e.sourceRoot)),e},t.prototype.toString=function(){return JSON.stringify(this.toJSON())},n.SourceMapGenerator=t},function(e,n,r){function t(e){return e<0?(-e<<1)+1:(e<<1)+0}function o(e){var n=1===(1&e),r=e>>1;return n?-r:r}var i=r(3),s=5,a=1<>>=s,o>0&&(n|=l),r+=i.encode(n);while(o>0);return r},n.decode=function(e,n,r){var t,a,c=e.length,g=0,p=0;do{if(n>=c)throw new Error("Expected more digits in base 64 VLQ value.");if(a=i.decode(e.charCodeAt(n++)),a===-1)throw new Error("Invalid base64 digit: "+e.charAt(n-1));t=!!(a&l),a&=u,g+=a<=0;c--)s=u[c],"."===s?u.splice(c,1):".."===s?l++:l>0&&(""===s?(u.splice(c+1,l),l=0):(u.splice(c,2),l--));return r=u.join("/"),""===r&&(r=a?"/":"."),i?(i.path=r,o(i)):r}function s(e,n){""===e&&(e="."),""===n&&(n=".");var r=t(n),s=t(e);if(s&&(e=s.path||"/"),r&&!r.scheme)return s&&(r.scheme=s.scheme),o(r);if(r||n.match(y))return n;if(s&&!s.host&&!s.path)return s.host=n,o(s);var a="/"===n.charAt(0)?n:i(e.replace(/\/+$/,"")+"/"+n);return s?(s.path=a,o(s)):a}function a(e,n){""===e&&(e="."),e=e.replace(/\/$/,"");for(var r=0;0!==n.indexOf(e+"/");){var t=e.lastIndexOf("/");if(t<0)return n;if(e=e.slice(0,t),e.match(/^([^\/]+:\/)?\/*$/))return n;++r}return Array(r+1).join("../")+n.substr(e.length+1)}function u(e){return e}function l(e){return g(e)?"$"+e:e}function c(e){return g(e)?e.slice(1):e}function g(e){if(!e)return!1;var n=e.length;if(n<9)return!1;if(95!==e.charCodeAt(n-1)||95!==e.charCodeAt(n-2)||111!==e.charCodeAt(n-3)||116!==e.charCodeAt(n-4)||111!==e.charCodeAt(n-5)||114!==e.charCodeAt(n-6)||112!==e.charCodeAt(n-7)||95!==e.charCodeAt(n-8)||95!==e.charCodeAt(n-9))return!1;for(var r=n-10;r>=0;r--)if(36!==e.charCodeAt(r))return!1;return!0}function p(e,n,r){var t=f(e.source,n.source);return 0!==t?t:(t=e.originalLine-n.originalLine,0!==t?t:(t=e.originalColumn-n.originalColumn,0!==t||r?t:(t=e.generatedColumn-n.generatedColumn,0!==t?t:(t=e.generatedLine-n.generatedLine,0!==t?t:f(e.name,n.name)))))}function h(e,n,r){var t=e.generatedLine-n.generatedLine;return 0!==t?t:(t=e.generatedColumn-n.generatedColumn,0!==t||r?t:(t=f(e.source,n.source),0!==t?t:(t=e.originalLine-n.originalLine,0!==t?t:(t=e.originalColumn-n.originalColumn,0!==t?t:f(e.name,n.name)))))}function f(e,n){return e===n?0:null===e?1:null===n?-1:e>n?1:-1}function d(e,n){var r=e.generatedLine-n.generatedLine;return 0!==r?r:(r=e.generatedColumn-n.generatedColumn,0!==r?r:(r=f(e.source,n.source),0!==r?r:(r=e.originalLine-n.originalLine,0!==r?r:(r=e.originalColumn-n.originalColumn,0!==r?r:f(e.name,n.name)))))}function m(e){return JSON.parse(e.replace(/^\)]}'[^\n]*\n/,""))}function _(e,n,r){if(n=n||"",e&&("/"!==e[e.length-1]&&"/"!==n[0]&&(e+="/"),n=e+n),r){var a=t(r);if(!a)throw new Error("sourceMapURL could not be parsed");if(a.path){var u=a.path.lastIndexOf("/");u>=0&&(a.path=a.path.substring(0,u+1))}n=s(o(a),n)}return i(n)}n.getArg=r;var v=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,y=/^data:.+\,.+$/;n.urlParse=t,n.urlGenerate=o,n.normalize=i,n.join=s,n.isAbsolute=function(e){return"/"===e.charAt(0)||v.test(e)},n.relative=a;var C=function(){var e=Object.create(null);return!("__proto__"in e)}();n.toSetString=C?u:l,n.fromSetString=C?u:c,n.compareByOriginalPositions=p,n.compareByGeneratedPositionsDeflated=h,n.compareByGeneratedPositionsInflated=d,n.parseSourceMapInput=m,n.computeSourceURL=_},function(e,n,r){function t(){this._array=[],this._set=s?new Map:Object.create(null)}var o=r(4),i=Object.prototype.hasOwnProperty,s="undefined"!=typeof Map;t.fromArray=function(e,n){for(var r=new t,o=0,i=e.length;o=0)return n}else{var r=o.toSetString(e);if(i.call(this._set,r))return this._set[r]}throw new Error('"'+e+'" is not in the set.')},t.prototype.at=function(e){if(e>=0&&er||t==r&&s>=o||i.compareByGeneratedPositionsInflated(e,n)<=0}function o(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}var i=r(4);o.prototype.unsortedForEach=function(e,n){this._array.forEach(e,n)},o.prototype.add=function(e){t(this._last,e)?(this._last=e,this._array.push(e)):(this._sorted=!1,this._array.push(e))},o.prototype.toArray=function(){return this._sorted||(this._array.sort(i.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},n.MappingList=o},function(e,n,r){function t(e,n){var r=e;return"string"==typeof e&&(r=a.parseSourceMapInput(e)),null!=r.sections?new s(r,n):new o(r,n)}function o(e,n){var r=e;"string"==typeof e&&(r=a.parseSourceMapInput(e));var t=a.getArg(r,"version"),o=a.getArg(r,"sources"),i=a.getArg(r,"names",[]),s=a.getArg(r,"sourceRoot",null),u=a.getArg(r,"sourcesContent",null),c=a.getArg(r,"mappings"),g=a.getArg(r,"file",null);if(t!=this._version)throw new Error("Unsupported version: "+t);s&&(s=a.normalize(s)),o=o.map(String).map(a.normalize).map(function(e){return s&&a.isAbsolute(s)&&a.isAbsolute(e)?a.relative(s,e):e}),this._names=l.fromArray(i.map(String),!0),this._sources=l.fromArray(o,!0),this._absoluteSources=this._sources.toArray().map(function(e){return a.computeSourceURL(s,e,n)}),this.sourceRoot=s,this.sourcesContent=u,this._mappings=c,this._sourceMapURL=n,this.file=g}function i(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null}function s(e,n){var r=e;"string"==typeof e&&(r=a.parseSourceMapInput(e));var o=a.getArg(r,"version"),i=a.getArg(r,"sections");if(o!=this._version)throw new Error("Unsupported version: "+o);this._sources=new l,this._names=new l;var s={line:-1,column:0};this._sections=i.map(function(e){if(e.url)throw new Error("Support for url field in sections not implemented.");var r=a.getArg(e,"offset"),o=a.getArg(r,"line"),i=a.getArg(r,"column");if(o=0){var i=this._originalMappings[o];if(void 0===e.column)for(var s=i.originalLine;i&&i.originalLine===s;)t.push({line:a.getArg(i,"generatedLine",null),column:a.getArg(i,"generatedColumn",null),lastColumn:a.getArg(i,"lastGeneratedColumn",null)}),i=this._originalMappings[++o];else for(var l=i.originalColumn;i&&i.originalLine===n&&i.originalColumn==l;)t.push({line:a.getArg(i,"generatedLine",null),column:a.getArg(i,"generatedColumn",null),lastColumn:a.getArg(i,"lastGeneratedColumn",null)}),i=this._originalMappings[++o]}return t},n.SourceMapConsumer=t,o.prototype=Object.create(t.prototype),o.prototype.consumer=t,o.prototype._findSourceIndex=function(e){var n=e;if(null!=this.sourceRoot&&(n=a.relative(this.sourceRoot,n)),this._sources.has(n))return this._sources.indexOf(n);var r;for(r=0;r1&&(r.source=d+o[1],d+=o[1],r.originalLine=h+o[2],h=r.originalLine,r.originalLine+=1,r.originalColumn=f+o[3],f=r.originalColumn,o.length>4&&(r.name=m+o[4],m+=o[4])),A.push(r),"number"==typeof r.originalLine&&S.push(r)}g(A,a.compareByGeneratedPositionsDeflated),this.__generatedMappings=A,g(S,a.compareByOriginalPositions),this.__originalMappings=S},o.prototype._findMapping=function(e,n,r,t,o,i){if(e[r]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+e[r]);if(e[t]<0)throw new TypeError("Column must be greater than or equal to 0, got "+e[t]);return u.search(e,n,o,i)},o.prototype.computeColumnSpans=function(){for(var e=0;e=0){var o=this._generatedMappings[r];if(o.generatedLine===n.generatedLine){var i=a.getArg(o,"source",null);null!==i&&(i=this._sources.at(i),i=a.computeSourceURL(this.sourceRoot,i,this._sourceMapURL));var s=a.getArg(o,"name",null);return null!==s&&(s=this._names.at(s)),{source:i,line:a.getArg(o,"originalLine",null),column:a.getArg(o,"originalColumn",null),name:s}}}return{source:null,line:null,column:null,name:null}},o.prototype.hasContentsOfAllSources=function(){return!!this.sourcesContent&&(this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(e){return null==e}))},o.prototype.sourceContentFor=function(e,n){if(!this.sourcesContent)return null;var r=this._findSourceIndex(e);if(r>=0)return this.sourcesContent[r];var t=e;null!=this.sourceRoot&&(t=a.relative(this.sourceRoot,t));var o;if(null!=this.sourceRoot&&(o=a.urlParse(this.sourceRoot))){var i=t.replace(/^file:\/\//,"");if("file"==o.scheme&&this._sources.has(i))return this.sourcesContent[this._sources.indexOf(i)];if((!o.path||"/"==o.path)&&this._sources.has("/"+t))return this.sourcesContent[this._sources.indexOf("/"+t)]}if(n)return null;throw new Error('"'+t+'" is not in the SourceMap.')},o.prototype.generatedPositionFor=function(e){var n=a.getArg(e,"source");if(n=this._findSourceIndex(n),n<0)return{line:null,column:null,lastColumn:null};var r={source:n,originalLine:a.getArg(e,"line"),originalColumn:a.getArg(e,"column")},o=this._findMapping(r,this._originalMappings,"originalLine","originalColumn",a.compareByOriginalPositions,a.getArg(e,"bias",t.GREATEST_LOWER_BOUND));if(o>=0){var i=this._originalMappings[o];if(i.source===r.source)return{line:a.getArg(i,"generatedLine",null),column:a.getArg(i,"generatedColumn",null),lastColumn:a.getArg(i,"lastGeneratedColumn",null)}}return{line:null,column:null,lastColumn:null}},n.BasicSourceMapConsumer=o,s.prototype=Object.create(t.prototype),s.prototype.constructor=t,s.prototype._version=3,Object.defineProperty(s.prototype,"sources",{get:function(){for(var e=[],n=0;n0?t-u>1?r(u,t,o,i,s,a):a==n.LEAST_UPPER_BOUND?t1?r(e,u,o,i,s,a):a==n.LEAST_UPPER_BOUND?u:e<0?-1:e}n.GREATEST_LOWER_BOUND=1,n.LEAST_UPPER_BOUND=2,n.search=function(e,t,o,i){if(0===t.length)return-1;var s=r(-1,t.length,e,t,o,i||n.GREATEST_LOWER_BOUND);if(s<0)return-1;for(;s-1>=0&&0===o(t[s],t[s-1],!0);)--s;return s}},function(e,n){function r(e,n,r){var t=e[n];e[n]=e[r],e[r]=t}function t(e,n){return Math.round(e+Math.random()*(n-e))}function o(e,n,i,s){if(i=0;n--)this.prepend(e[n]);else{if(!e[u]&&"string"!=typeof e)throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e);this.children.unshift(e)}return this},t.prototype.walk=function(e){for(var n,r=0,t=this.children.length;r0){for(n=[],r=0;r 0 && aGenerated.column >= 0\n\t && !aOriginal && !aSource && !aName) {\n\t // Case 1.\n\t return;\n\t }\n\t else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n\t && aOriginal && 'line' in aOriginal && 'column' in aOriginal\n\t && aGenerated.line > 0 && aGenerated.column >= 0\n\t && aOriginal.line > 0 && aOriginal.column >= 0\n\t && aSource) {\n\t // Cases 2 and 3.\n\t return;\n\t }\n\t else {\n\t throw new Error('Invalid mapping: ' + JSON.stringify({\n\t generated: aGenerated,\n\t source: aSource,\n\t original: aOriginal,\n\t name: aName\n\t }));\n\t }\n\t };\n\t\n\t/**\n\t * Serialize the accumulated mappings in to the stream of base 64 VLQs\n\t * specified by the source map format.\n\t */\n\tSourceMapGenerator.prototype._serializeMappings =\n\t function SourceMapGenerator_serializeMappings() {\n\t var previousGeneratedColumn = 0;\n\t var previousGeneratedLine = 1;\n\t var previousOriginalColumn = 0;\n\t var previousOriginalLine = 0;\n\t var previousName = 0;\n\t var previousSource = 0;\n\t var result = '';\n\t var next;\n\t var mapping;\n\t var nameIdx;\n\t var sourceIdx;\n\t\n\t var mappings = this._mappings.toArray();\n\t for (var i = 0, len = mappings.length; i < len; i++) {\n\t mapping = mappings[i];\n\t next = ''\n\t\n\t if (mapping.generatedLine !== previousGeneratedLine) {\n\t previousGeneratedColumn = 0;\n\t while (mapping.generatedLine !== previousGeneratedLine) {\n\t next += ';';\n\t previousGeneratedLine++;\n\t }\n\t }\n\t else {\n\t if (i > 0) {\n\t if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) {\n\t continue;\n\t }\n\t next += ',';\n\t }\n\t }\n\t\n\t next += base64VLQ.encode(mapping.generatedColumn\n\t - previousGeneratedColumn);\n\t previousGeneratedColumn = mapping.generatedColumn;\n\t\n\t if (mapping.source != null) {\n\t sourceIdx = this._sources.indexOf(mapping.source);\n\t next += base64VLQ.encode(sourceIdx - previousSource);\n\t previousSource = sourceIdx;\n\t\n\t // lines are stored 0-based in SourceMap spec version 3\n\t next += base64VLQ.encode(mapping.originalLine - 1\n\t - previousOriginalLine);\n\t previousOriginalLine = mapping.originalLine - 1;\n\t\n\t next += base64VLQ.encode(mapping.originalColumn\n\t - previousOriginalColumn);\n\t previousOriginalColumn = mapping.originalColumn;\n\t\n\t if (mapping.name != null) {\n\t nameIdx = this._names.indexOf(mapping.name);\n\t next += base64VLQ.encode(nameIdx - previousName);\n\t previousName = nameIdx;\n\t }\n\t }\n\t\n\t result += next;\n\t }\n\t\n\t return result;\n\t };\n\t\n\tSourceMapGenerator.prototype._generateSourcesContent =\n\t function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) {\n\t return aSources.map(function (source) {\n\t if (!this._sourcesContents) {\n\t return null;\n\t }\n\t if (aSourceRoot != null) {\n\t source = util.relative(aSourceRoot, source);\n\t }\n\t var key = util.toSetString(source);\n\t return Object.prototype.hasOwnProperty.call(this._sourcesContents, key)\n\t ? this._sourcesContents[key]\n\t : null;\n\t }, this);\n\t };\n\t\n\t/**\n\t * Externalize the source map.\n\t */\n\tSourceMapGenerator.prototype.toJSON =\n\t function SourceMapGenerator_toJSON() {\n\t var map = {\n\t version: this._version,\n\t sources: this._sources.toArray(),\n\t names: this._names.toArray(),\n\t mappings: this._serializeMappings()\n\t };\n\t if (this._file != null) {\n\t map.file = this._file;\n\t }\n\t if (this._sourceRoot != null) {\n\t map.sourceRoot = this._sourceRoot;\n\t }\n\t if (this._sourcesContents) {\n\t map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot);\n\t }\n\t\n\t return map;\n\t };\n\t\n\t/**\n\t * Render the source map being generated to a string.\n\t */\n\tSourceMapGenerator.prototype.toString =\n\t function SourceMapGenerator_toString() {\n\t return JSON.stringify(this.toJSON());\n\t };\n\t\n\texports.SourceMapGenerator = SourceMapGenerator;\n\n\n/***/ }),\n/* 2 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t *\n\t * Based on the Base 64 VLQ implementation in Closure Compiler:\n\t * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java\n\t *\n\t * Copyright 2011 The Closure Compiler Authors. All rights reserved.\n\t * Redistribution and use in source and binary forms, with or without\n\t * modification, are permitted provided that the following conditions are\n\t * met:\n\t *\n\t * * Redistributions of source code must retain the above copyright\n\t * notice, this list of conditions and the following disclaimer.\n\t * * Redistributions in binary form must reproduce the above\n\t * copyright notice, this list of conditions and the following\n\t * disclaimer in the documentation and/or other materials provided\n\t * with the distribution.\n\t * * Neither the name of Google Inc. nor the names of its\n\t * contributors may be used to endorse or promote products derived\n\t * from this software without specific prior written permission.\n\t *\n\t * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\t * \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n\t * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n\t * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n\t * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n\t * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n\t * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n\t * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n\t * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n\t * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n\t * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\t */\n\t\n\tvar base64 = __webpack_require__(3);\n\t\n\t// A single base 64 digit can contain 6 bits of data. For the base 64 variable\n\t// length quantities we use in the source map spec, the first bit is the sign,\n\t// the next four bits are the actual value, and the 6th bit is the\n\t// continuation bit. The continuation bit tells us whether there are more\n\t// digits in this value following this digit.\n\t//\n\t// Continuation\n\t// | Sign\n\t// | |\n\t// V V\n\t// 101011\n\t\n\tvar VLQ_BASE_SHIFT = 5;\n\t\n\t// binary: 100000\n\tvar VLQ_BASE = 1 << VLQ_BASE_SHIFT;\n\t\n\t// binary: 011111\n\tvar VLQ_BASE_MASK = VLQ_BASE - 1;\n\t\n\t// binary: 100000\n\tvar VLQ_CONTINUATION_BIT = VLQ_BASE;\n\t\n\t/**\n\t * Converts from a two-complement value to a value where the sign bit is\n\t * placed in the least significant bit. For example, as decimals:\n\t * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)\n\t * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary)\n\t */\n\tfunction toVLQSigned(aValue) {\n\t return aValue < 0\n\t ? ((-aValue) << 1) + 1\n\t : (aValue << 1) + 0;\n\t}\n\t\n\t/**\n\t * Converts to a two-complement value from a value where the sign bit is\n\t * placed in the least significant bit. For example, as decimals:\n\t * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1\n\t * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2\n\t */\n\tfunction fromVLQSigned(aValue) {\n\t var isNegative = (aValue & 1) === 1;\n\t var shifted = aValue >> 1;\n\t return isNegative\n\t ? -shifted\n\t : shifted;\n\t}\n\t\n\t/**\n\t * Returns the base 64 VLQ encoded value.\n\t */\n\texports.encode = function base64VLQ_encode(aValue) {\n\t var encoded = \"\";\n\t var digit;\n\t\n\t var vlq = toVLQSigned(aValue);\n\t\n\t do {\n\t digit = vlq & VLQ_BASE_MASK;\n\t vlq >>>= VLQ_BASE_SHIFT;\n\t if (vlq > 0) {\n\t // There are still more digits in this value, so we must make sure the\n\t // continuation bit is marked.\n\t digit |= VLQ_CONTINUATION_BIT;\n\t }\n\t encoded += base64.encode(digit);\n\t } while (vlq > 0);\n\t\n\t return encoded;\n\t};\n\t\n\t/**\n\t * Decodes the next base 64 VLQ value from the given string and returns the\n\t * value and the rest of the string via the out parameter.\n\t */\n\texports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) {\n\t var strLen = aStr.length;\n\t var result = 0;\n\t var shift = 0;\n\t var continuation, digit;\n\t\n\t do {\n\t if (aIndex >= strLen) {\n\t throw new Error(\"Expected more digits in base 64 VLQ value.\");\n\t }\n\t\n\t digit = base64.decode(aStr.charCodeAt(aIndex++));\n\t if (digit === -1) {\n\t throw new Error(\"Invalid base64 digit: \" + aStr.charAt(aIndex - 1));\n\t }\n\t\n\t continuation = !!(digit & VLQ_CONTINUATION_BIT);\n\t digit &= VLQ_BASE_MASK;\n\t result = result + (digit << shift);\n\t shift += VLQ_BASE_SHIFT;\n\t } while (continuation);\n\t\n\t aOutParam.value = fromVLQSigned(result);\n\t aOutParam.rest = aIndex;\n\t};\n\n\n/***/ }),\n/* 3 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split('');\n\t\n\t/**\n\t * Encode an integer in the range of 0 to 63 to a single base 64 digit.\n\t */\n\texports.encode = function (number) {\n\t if (0 <= number && number < intToCharMap.length) {\n\t return intToCharMap[number];\n\t }\n\t throw new TypeError(\"Must be between 0 and 63: \" + number);\n\t};\n\t\n\t/**\n\t * Decode a single base 64 character code digit to an integer. Returns -1 on\n\t * failure.\n\t */\n\texports.decode = function (charCode) {\n\t var bigA = 65; // 'A'\n\t var bigZ = 90; // 'Z'\n\t\n\t var littleA = 97; // 'a'\n\t var littleZ = 122; // 'z'\n\t\n\t var zero = 48; // '0'\n\t var nine = 57; // '9'\n\t\n\t var plus = 43; // '+'\n\t var slash = 47; // '/'\n\t\n\t var littleOffset = 26;\n\t var numberOffset = 52;\n\t\n\t // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ\n\t if (bigA <= charCode && charCode <= bigZ) {\n\t return (charCode - bigA);\n\t }\n\t\n\t // 26 - 51: abcdefghijklmnopqrstuvwxyz\n\t if (littleA <= charCode && charCode <= littleZ) {\n\t return (charCode - littleA + littleOffset);\n\t }\n\t\n\t // 52 - 61: 0123456789\n\t if (zero <= charCode && charCode <= nine) {\n\t return (charCode - zero + numberOffset);\n\t }\n\t\n\t // 62: +\n\t if (charCode == plus) {\n\t return 62;\n\t }\n\t\n\t // 63: /\n\t if (charCode == slash) {\n\t return 63;\n\t }\n\t\n\t // Invalid base64 digit.\n\t return -1;\n\t};\n\n\n/***/ }),\n/* 4 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\t/**\n\t * This is a helper function for getting values from parameter/options\n\t * objects.\n\t *\n\t * @param args The object we are extracting values from\n\t * @param name The name of the property we are getting.\n\t * @param defaultValue An optional value to return if the property is missing\n\t * from the object. If this is not specified and the property is missing, an\n\t * error will be thrown.\n\t */\n\tfunction getArg(aArgs, aName, aDefaultValue) {\n\t if (aName in aArgs) {\n\t return aArgs[aName];\n\t } else if (arguments.length === 3) {\n\t return aDefaultValue;\n\t } else {\n\t throw new Error('\"' + aName + '\" is a required argument.');\n\t }\n\t}\n\texports.getArg = getArg;\n\t\n\tvar urlRegexp = /^(?:([\\w+\\-.]+):)?\\/\\/(?:(\\w+:\\w+)@)?([\\w.-]*)(?::(\\d+))?(.*)$/;\n\tvar dataUrlRegexp = /^data:.+\\,.+$/;\n\t\n\tfunction urlParse(aUrl) {\n\t var match = aUrl.match(urlRegexp);\n\t if (!match) {\n\t return null;\n\t }\n\t return {\n\t scheme: match[1],\n\t auth: match[2],\n\t host: match[3],\n\t port: match[4],\n\t path: match[5]\n\t };\n\t}\n\texports.urlParse = urlParse;\n\t\n\tfunction urlGenerate(aParsedUrl) {\n\t var url = '';\n\t if (aParsedUrl.scheme) {\n\t url += aParsedUrl.scheme + ':';\n\t }\n\t url += '//';\n\t if (aParsedUrl.auth) {\n\t url += aParsedUrl.auth + '@';\n\t }\n\t if (aParsedUrl.host) {\n\t url += aParsedUrl.host;\n\t }\n\t if (aParsedUrl.port) {\n\t url += \":\" + aParsedUrl.port\n\t }\n\t if (aParsedUrl.path) {\n\t url += aParsedUrl.path;\n\t }\n\t return url;\n\t}\n\texports.urlGenerate = urlGenerate;\n\t\n\t/**\n\t * Normalizes a path, or the path portion of a URL:\n\t *\n\t * - Replaces consecutive slashes with one slash.\n\t * - Removes unnecessary '.' parts.\n\t * - Removes unnecessary '/..' parts.\n\t *\n\t * Based on code in the Node.js 'path' core module.\n\t *\n\t * @param aPath The path or url to normalize.\n\t */\n\tfunction normalize(aPath) {\n\t var path = aPath;\n\t var url = urlParse(aPath);\n\t if (url) {\n\t if (!url.path) {\n\t return aPath;\n\t }\n\t path = url.path;\n\t }\n\t var isAbsolute = exports.isAbsolute(path);\n\t\n\t var parts = path.split(/\\/+/);\n\t for (var part, up = 0, i = parts.length - 1; i >= 0; i--) {\n\t part = parts[i];\n\t if (part === '.') {\n\t parts.splice(i, 1);\n\t } else if (part === '..') {\n\t up++;\n\t } else if (up > 0) {\n\t if (part === '') {\n\t // The first part is blank if the path is absolute. Trying to go\n\t // above the root is a no-op. Therefore we can remove all '..' parts\n\t // directly after the root.\n\t parts.splice(i + 1, up);\n\t up = 0;\n\t } else {\n\t parts.splice(i, 2);\n\t up--;\n\t }\n\t }\n\t }\n\t path = parts.join('/');\n\t\n\t if (path === '') {\n\t path = isAbsolute ? '/' : '.';\n\t }\n\t\n\t if (url) {\n\t url.path = path;\n\t return urlGenerate(url);\n\t }\n\t return path;\n\t}\n\texports.normalize = normalize;\n\t\n\t/**\n\t * Joins two paths/URLs.\n\t *\n\t * @param aRoot The root path or URL.\n\t * @param aPath The path or URL to be joined with the root.\n\t *\n\t * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a\n\t * scheme-relative URL: Then the scheme of aRoot, if any, is prepended\n\t * first.\n\t * - Otherwise aPath is a path. If aRoot is a URL, then its path portion\n\t * is updated with the result and aRoot is returned. Otherwise the result\n\t * is returned.\n\t * - If aPath is absolute, the result is aPath.\n\t * - Otherwise the two paths are joined with a slash.\n\t * - Joining for example 'http://' and 'www.example.com' is also supported.\n\t */\n\tfunction join(aRoot, aPath) {\n\t if (aRoot === \"\") {\n\t aRoot = \".\";\n\t }\n\t if (aPath === \"\") {\n\t aPath = \".\";\n\t }\n\t var aPathUrl = urlParse(aPath);\n\t var aRootUrl = urlParse(aRoot);\n\t if (aRootUrl) {\n\t aRoot = aRootUrl.path || '/';\n\t }\n\t\n\t // `join(foo, '//www.example.org')`\n\t if (aPathUrl && !aPathUrl.scheme) {\n\t if (aRootUrl) {\n\t aPathUrl.scheme = aRootUrl.scheme;\n\t }\n\t return urlGenerate(aPathUrl);\n\t }\n\t\n\t if (aPathUrl || aPath.match(dataUrlRegexp)) {\n\t return aPath;\n\t }\n\t\n\t // `join('http://', 'www.example.com')`\n\t if (aRootUrl && !aRootUrl.host && !aRootUrl.path) {\n\t aRootUrl.host = aPath;\n\t return urlGenerate(aRootUrl);\n\t }\n\t\n\t var joined = aPath.charAt(0) === '/'\n\t ? aPath\n\t : normalize(aRoot.replace(/\\/+$/, '') + '/' + aPath);\n\t\n\t if (aRootUrl) {\n\t aRootUrl.path = joined;\n\t return urlGenerate(aRootUrl);\n\t }\n\t return joined;\n\t}\n\texports.join = join;\n\t\n\texports.isAbsolute = function (aPath) {\n\t return aPath.charAt(0) === '/' || urlRegexp.test(aPath);\n\t};\n\t\n\t/**\n\t * Make a path relative to a URL or another path.\n\t *\n\t * @param aRoot The root path or URL.\n\t * @param aPath The path or URL to be made relative to aRoot.\n\t */\n\tfunction relative(aRoot, aPath) {\n\t if (aRoot === \"\") {\n\t aRoot = \".\";\n\t }\n\t\n\t aRoot = aRoot.replace(/\\/$/, '');\n\t\n\t // It is possible for the path to be above the root. In this case, simply\n\t // checking whether the root is a prefix of the path won't work. Instead, we\n\t // need to remove components from the root one by one, until either we find\n\t // a prefix that fits, or we run out of components to remove.\n\t var level = 0;\n\t while (aPath.indexOf(aRoot + '/') !== 0) {\n\t var index = aRoot.lastIndexOf(\"/\");\n\t if (index < 0) {\n\t return aPath;\n\t }\n\t\n\t // If the only part of the root that is left is the scheme (i.e. http://,\n\t // file:///, etc.), one or more slashes (/), or simply nothing at all, we\n\t // have exhausted all components, so the path is not relative to the root.\n\t aRoot = aRoot.slice(0, index);\n\t if (aRoot.match(/^([^\\/]+:\\/)?\\/*$/)) {\n\t return aPath;\n\t }\n\t\n\t ++level;\n\t }\n\t\n\t // Make sure we add a \"../\" for each component we removed from the root.\n\t return Array(level + 1).join(\"../\") + aPath.substr(aRoot.length + 1);\n\t}\n\texports.relative = relative;\n\t\n\tvar supportsNullProto = (function () {\n\t var obj = Object.create(null);\n\t return !('__proto__' in obj);\n\t}());\n\t\n\tfunction identity (s) {\n\t return s;\n\t}\n\t\n\t/**\n\t * Because behavior goes wacky when you set `__proto__` on objects, we\n\t * have to prefix all the strings in our set with an arbitrary character.\n\t *\n\t * See https://github.com/mozilla/source-map/pull/31 and\n\t * https://github.com/mozilla/source-map/issues/30\n\t *\n\t * @param String aStr\n\t */\n\tfunction toSetString(aStr) {\n\t if (isProtoString(aStr)) {\n\t return '$' + aStr;\n\t }\n\t\n\t return aStr;\n\t}\n\texports.toSetString = supportsNullProto ? identity : toSetString;\n\t\n\tfunction fromSetString(aStr) {\n\t if (isProtoString(aStr)) {\n\t return aStr.slice(1);\n\t }\n\t\n\t return aStr;\n\t}\n\texports.fromSetString = supportsNullProto ? identity : fromSetString;\n\t\n\tfunction isProtoString(s) {\n\t if (!s) {\n\t return false;\n\t }\n\t\n\t var length = s.length;\n\t\n\t if (length < 9 /* \"__proto__\".length */) {\n\t return false;\n\t }\n\t\n\t if (s.charCodeAt(length - 1) !== 95 /* '_' */ ||\n\t s.charCodeAt(length - 2) !== 95 /* '_' */ ||\n\t s.charCodeAt(length - 3) !== 111 /* 'o' */ ||\n\t s.charCodeAt(length - 4) !== 116 /* 't' */ ||\n\t s.charCodeAt(length - 5) !== 111 /* 'o' */ ||\n\t s.charCodeAt(length - 6) !== 114 /* 'r' */ ||\n\t s.charCodeAt(length - 7) !== 112 /* 'p' */ ||\n\t s.charCodeAt(length - 8) !== 95 /* '_' */ ||\n\t s.charCodeAt(length - 9) !== 95 /* '_' */) {\n\t return false;\n\t }\n\t\n\t for (var i = length - 10; i >= 0; i--) {\n\t if (s.charCodeAt(i) !== 36 /* '$' */) {\n\t return false;\n\t }\n\t }\n\t\n\t return true;\n\t}\n\t\n\t/**\n\t * Comparator between two mappings where the original positions are compared.\n\t *\n\t * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n\t * mappings with the same original source/line/column, but different generated\n\t * line and column the same. Useful when searching for a mapping with a\n\t * stubbed out mapping.\n\t */\n\tfunction compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) {\n\t var cmp = strcmp(mappingA.source, mappingB.source);\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalLine - mappingB.originalLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalColumn - mappingB.originalColumn;\n\t if (cmp !== 0 || onlyCompareOriginal) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedLine - mappingB.generatedLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t return strcmp(mappingA.name, mappingB.name);\n\t}\n\texports.compareByOriginalPositions = compareByOriginalPositions;\n\t\n\t/**\n\t * Comparator between two mappings with deflated source and name indices where\n\t * the generated positions are compared.\n\t *\n\t * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n\t * mappings with the same generated line and column, but different\n\t * source/name/original line and column the same. Useful when searching for a\n\t * mapping with a stubbed out mapping.\n\t */\n\tfunction compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) {\n\t var cmp = mappingA.generatedLine - mappingB.generatedLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n\t if (cmp !== 0 || onlyCompareGenerated) {\n\t return cmp;\n\t }\n\t\n\t cmp = strcmp(mappingA.source, mappingB.source);\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalLine - mappingB.originalLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalColumn - mappingB.originalColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t return strcmp(mappingA.name, mappingB.name);\n\t}\n\texports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated;\n\t\n\tfunction strcmp(aStr1, aStr2) {\n\t if (aStr1 === aStr2) {\n\t return 0;\n\t }\n\t\n\t if (aStr1 === null) {\n\t return 1; // aStr2 !== null\n\t }\n\t\n\t if (aStr2 === null) {\n\t return -1; // aStr1 !== null\n\t }\n\t\n\t if (aStr1 > aStr2) {\n\t return 1;\n\t }\n\t\n\t return -1;\n\t}\n\t\n\t/**\n\t * Comparator between two mappings with inflated source and name strings where\n\t * the generated positions are compared.\n\t */\n\tfunction compareByGeneratedPositionsInflated(mappingA, mappingB) {\n\t var cmp = mappingA.generatedLine - mappingB.generatedLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = strcmp(mappingA.source, mappingB.source);\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalLine - mappingB.originalLine;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t cmp = mappingA.originalColumn - mappingB.originalColumn;\n\t if (cmp !== 0) {\n\t return cmp;\n\t }\n\t\n\t return strcmp(mappingA.name, mappingB.name);\n\t}\n\texports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;\n\t\n\t/**\n\t * Strip any JSON XSSI avoidance prefix from the string (as documented\n\t * in the source maps specification), and then parse the string as\n\t * JSON.\n\t */\n\tfunction parseSourceMapInput(str) {\n\t return JSON.parse(str.replace(/^\\)]}'[^\\n]*\\n/, ''));\n\t}\n\texports.parseSourceMapInput = parseSourceMapInput;\n\t\n\t/**\n\t * Compute the URL of a source given the the source root, the source's\n\t * URL, and the source map's URL.\n\t */\n\tfunction computeSourceURL(sourceRoot, sourceURL, sourceMapURL) {\n\t sourceURL = sourceURL || '';\n\t\n\t if (sourceRoot) {\n\t // This follows what Chrome does.\n\t if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') {\n\t sourceRoot += '/';\n\t }\n\t // The spec says:\n\t // Line 4: An optional source root, useful for relocating source\n\t // files on a server or removing repeated values in the\n\t // “sources” entry. This value is prepended to the individual\n\t // entries in the “source” field.\n\t sourceURL = sourceRoot + sourceURL;\n\t }\n\t\n\t // Historically, SourceMapConsumer did not take the sourceMapURL as\n\t // a parameter. This mode is still somewhat supported, which is why\n\t // this code block is conditional. However, it's preferable to pass\n\t // the source map URL to SourceMapConsumer, so that this function\n\t // can implement the source URL resolution algorithm as outlined in\n\t // the spec. This block is basically the equivalent of:\n\t // new URL(sourceURL, sourceMapURL).toString()\n\t // ... except it avoids using URL, which wasn't available in the\n\t // older releases of node still supported by this library.\n\t //\n\t // The spec says:\n\t // If the sources are not absolute URLs after prepending of the\n\t // “sourceRoot”, the sources are resolved relative to the\n\t // SourceMap (like resolving script src in a html document).\n\t if (sourceMapURL) {\n\t var parsed = urlParse(sourceMapURL);\n\t if (!parsed) {\n\t throw new Error(\"sourceMapURL could not be parsed\");\n\t }\n\t if (parsed.path) {\n\t // Strip the last path component, but keep the \"/\".\n\t var index = parsed.path.lastIndexOf('/');\n\t if (index >= 0) {\n\t parsed.path = parsed.path.substring(0, index + 1);\n\t }\n\t }\n\t sourceURL = join(urlGenerate(parsed), sourceURL);\n\t }\n\t\n\t return normalize(sourceURL);\n\t}\n\texports.computeSourceURL = computeSourceURL;\n\n\n/***/ }),\n/* 5 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar util = __webpack_require__(4);\n\tvar has = Object.prototype.hasOwnProperty;\n\tvar hasNativeMap = typeof Map !== \"undefined\";\n\t\n\t/**\n\t * A data structure which is a combination of an array and a set. Adding a new\n\t * member is O(1), testing for membership is O(1), and finding the index of an\n\t * element is O(1). Removing elements from the set is not supported. Only\n\t * strings are supported for membership.\n\t */\n\tfunction ArraySet() {\n\t this._array = [];\n\t this._set = hasNativeMap ? new Map() : Object.create(null);\n\t}\n\t\n\t/**\n\t * Static method for creating ArraySet instances from an existing array.\n\t */\n\tArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) {\n\t var set = new ArraySet();\n\t for (var i = 0, len = aArray.length; i < len; i++) {\n\t set.add(aArray[i], aAllowDuplicates);\n\t }\n\t return set;\n\t};\n\t\n\t/**\n\t * Return how many unique items are in this ArraySet. If duplicates have been\n\t * added, than those do not count towards the size.\n\t *\n\t * @returns Number\n\t */\n\tArraySet.prototype.size = function ArraySet_size() {\n\t return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length;\n\t};\n\t\n\t/**\n\t * Add the given string to this set.\n\t *\n\t * @param String aStr\n\t */\n\tArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) {\n\t var sStr = hasNativeMap ? aStr : util.toSetString(aStr);\n\t var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr);\n\t var idx = this._array.length;\n\t if (!isDuplicate || aAllowDuplicates) {\n\t this._array.push(aStr);\n\t }\n\t if (!isDuplicate) {\n\t if (hasNativeMap) {\n\t this._set.set(aStr, idx);\n\t } else {\n\t this._set[sStr] = idx;\n\t }\n\t }\n\t};\n\t\n\t/**\n\t * Is the given string a member of this set?\n\t *\n\t * @param String aStr\n\t */\n\tArraySet.prototype.has = function ArraySet_has(aStr) {\n\t if (hasNativeMap) {\n\t return this._set.has(aStr);\n\t } else {\n\t var sStr = util.toSetString(aStr);\n\t return has.call(this._set, sStr);\n\t }\n\t};\n\t\n\t/**\n\t * What is the index of the given string in the array?\n\t *\n\t * @param String aStr\n\t */\n\tArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) {\n\t if (hasNativeMap) {\n\t var idx = this._set.get(aStr);\n\t if (idx >= 0) {\n\t return idx;\n\t }\n\t } else {\n\t var sStr = util.toSetString(aStr);\n\t if (has.call(this._set, sStr)) {\n\t return this._set[sStr];\n\t }\n\t }\n\t\n\t throw new Error('\"' + aStr + '\" is not in the set.');\n\t};\n\t\n\t/**\n\t * What is the element at the given index?\n\t *\n\t * @param Number aIdx\n\t */\n\tArraySet.prototype.at = function ArraySet_at(aIdx) {\n\t if (aIdx >= 0 && aIdx < this._array.length) {\n\t return this._array[aIdx];\n\t }\n\t throw new Error('No element indexed by ' + aIdx);\n\t};\n\t\n\t/**\n\t * Returns the array representation of this set (which has the proper indices\n\t * indicated by indexOf). Note that this is a copy of the internal array used\n\t * for storing the members so that no one can mess with internal state.\n\t */\n\tArraySet.prototype.toArray = function ArraySet_toArray() {\n\t return this._array.slice();\n\t};\n\t\n\texports.ArraySet = ArraySet;\n\n\n/***/ }),\n/* 6 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2014 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar util = __webpack_require__(4);\n\t\n\t/**\n\t * Determine whether mappingB is after mappingA with respect to generated\n\t * position.\n\t */\n\tfunction generatedPositionAfter(mappingA, mappingB) {\n\t // Optimized for most common case\n\t var lineA = mappingA.generatedLine;\n\t var lineB = mappingB.generatedLine;\n\t var columnA = mappingA.generatedColumn;\n\t var columnB = mappingB.generatedColumn;\n\t return lineB > lineA || lineB == lineA && columnB >= columnA ||\n\t util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0;\n\t}\n\t\n\t/**\n\t * A data structure to provide a sorted view of accumulated mappings in a\n\t * performance conscious manner. It trades a neglibable overhead in general\n\t * case for a large speedup in case of mappings being added in order.\n\t */\n\tfunction MappingList() {\n\t this._array = [];\n\t this._sorted = true;\n\t // Serves as infimum\n\t this._last = {generatedLine: -1, generatedColumn: 0};\n\t}\n\t\n\t/**\n\t * Iterate through internal items. This method takes the same arguments that\n\t * `Array.prototype.forEach` takes.\n\t *\n\t * NOTE: The order of the mappings is NOT guaranteed.\n\t */\n\tMappingList.prototype.unsortedForEach =\n\t function MappingList_forEach(aCallback, aThisArg) {\n\t this._array.forEach(aCallback, aThisArg);\n\t };\n\t\n\t/**\n\t * Add the given source mapping.\n\t *\n\t * @param Object aMapping\n\t */\n\tMappingList.prototype.add = function MappingList_add(aMapping) {\n\t if (generatedPositionAfter(this._last, aMapping)) {\n\t this._last = aMapping;\n\t this._array.push(aMapping);\n\t } else {\n\t this._sorted = false;\n\t this._array.push(aMapping);\n\t }\n\t};\n\t\n\t/**\n\t * Returns the flat, sorted array of mappings. The mappings are sorted by\n\t * generated position.\n\t *\n\t * WARNING: This method returns internal data without copying, for\n\t * performance. The return value must NOT be mutated, and should be treated as\n\t * an immutable borrow. If you want to take ownership, you must make your own\n\t * copy.\n\t */\n\tMappingList.prototype.toArray = function MappingList_toArray() {\n\t if (!this._sorted) {\n\t this._array.sort(util.compareByGeneratedPositionsInflated);\n\t this._sorted = true;\n\t }\n\t return this._array;\n\t};\n\t\n\texports.MappingList = MappingList;\n\n\n/***/ }),\n/* 7 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar util = __webpack_require__(4);\n\tvar binarySearch = __webpack_require__(8);\n\tvar ArraySet = __webpack_require__(5).ArraySet;\n\tvar base64VLQ = __webpack_require__(2);\n\tvar quickSort = __webpack_require__(9).quickSort;\n\t\n\tfunction SourceMapConsumer(aSourceMap, aSourceMapURL) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = util.parseSourceMapInput(aSourceMap);\n\t }\n\t\n\t return sourceMap.sections != null\n\t ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL)\n\t : new BasicSourceMapConsumer(sourceMap, aSourceMapURL);\n\t}\n\t\n\tSourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) {\n\t return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL);\n\t}\n\t\n\t/**\n\t * The version of the source mapping spec that we are consuming.\n\t */\n\tSourceMapConsumer.prototype._version = 3;\n\t\n\t// `__generatedMappings` and `__originalMappings` are arrays that hold the\n\t// parsed mapping coordinates from the source map's \"mappings\" attribute. They\n\t// are lazily instantiated, accessed via the `_generatedMappings` and\n\t// `_originalMappings` getters respectively, and we only parse the mappings\n\t// and create these arrays once queried for a source location. We jump through\n\t// these hoops because there can be many thousands of mappings, and parsing\n\t// them is expensive, so we only want to do it if we must.\n\t//\n\t// Each object in the arrays is of the form:\n\t//\n\t// {\n\t// generatedLine: The line number in the generated code,\n\t// generatedColumn: The column number in the generated code,\n\t// source: The path to the original source file that generated this\n\t// chunk of code,\n\t// originalLine: The line number in the original source that\n\t// corresponds to this chunk of generated code,\n\t// originalColumn: The column number in the original source that\n\t// corresponds to this chunk of generated code,\n\t// name: The name of the original symbol which generated this chunk of\n\t// code.\n\t// }\n\t//\n\t// All properties except for `generatedLine` and `generatedColumn` can be\n\t// `null`.\n\t//\n\t// `_generatedMappings` is ordered by the generated positions.\n\t//\n\t// `_originalMappings` is ordered by the original positions.\n\t\n\tSourceMapConsumer.prototype.__generatedMappings = null;\n\tObject.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {\n\t configurable: true,\n\t enumerable: true,\n\t get: function () {\n\t if (!this.__generatedMappings) {\n\t this._parseMappings(this._mappings, this.sourceRoot);\n\t }\n\t\n\t return this.__generatedMappings;\n\t }\n\t});\n\t\n\tSourceMapConsumer.prototype.__originalMappings = null;\n\tObject.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {\n\t configurable: true,\n\t enumerable: true,\n\t get: function () {\n\t if (!this.__originalMappings) {\n\t this._parseMappings(this._mappings, this.sourceRoot);\n\t }\n\t\n\t return this.__originalMappings;\n\t }\n\t});\n\t\n\tSourceMapConsumer.prototype._charIsMappingSeparator =\n\t function SourceMapConsumer_charIsMappingSeparator(aStr, index) {\n\t var c = aStr.charAt(index);\n\t return c === \";\" || c === \",\";\n\t };\n\t\n\t/**\n\t * Parse the mappings in a string in to a data structure which we can easily\n\t * query (the ordered arrays in the `this.__generatedMappings` and\n\t * `this.__originalMappings` properties).\n\t */\n\tSourceMapConsumer.prototype._parseMappings =\n\t function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n\t throw new Error(\"Subclasses must implement _parseMappings\");\n\t };\n\t\n\tSourceMapConsumer.GENERATED_ORDER = 1;\n\tSourceMapConsumer.ORIGINAL_ORDER = 2;\n\t\n\tSourceMapConsumer.GREATEST_LOWER_BOUND = 1;\n\tSourceMapConsumer.LEAST_UPPER_BOUND = 2;\n\t\n\t/**\n\t * Iterate over each mapping between an original source/line/column and a\n\t * generated line/column in this source map.\n\t *\n\t * @param Function aCallback\n\t * The function that is called with each mapping.\n\t * @param Object aContext\n\t * Optional. If specified, this object will be the value of `this` every\n\t * time that `aCallback` is called.\n\t * @param aOrder\n\t * Either `SourceMapConsumer.GENERATED_ORDER` or\n\t * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to\n\t * iterate over the mappings sorted by the generated file's line/column\n\t * order or the original's source/line/column order, respectively. Defaults to\n\t * `SourceMapConsumer.GENERATED_ORDER`.\n\t */\n\tSourceMapConsumer.prototype.eachMapping =\n\t function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) {\n\t var context = aContext || null;\n\t var order = aOrder || SourceMapConsumer.GENERATED_ORDER;\n\t\n\t var mappings;\n\t switch (order) {\n\t case SourceMapConsumer.GENERATED_ORDER:\n\t mappings = this._generatedMappings;\n\t break;\n\t case SourceMapConsumer.ORIGINAL_ORDER:\n\t mappings = this._originalMappings;\n\t break;\n\t default:\n\t throw new Error(\"Unknown order of iteration.\");\n\t }\n\t\n\t var sourceRoot = this.sourceRoot;\n\t mappings.map(function (mapping) {\n\t var source = mapping.source === null ? null : this._sources.at(mapping.source);\n\t source = util.computeSourceURL(sourceRoot, source, this._sourceMapURL);\n\t return {\n\t source: source,\n\t generatedLine: mapping.generatedLine,\n\t generatedColumn: mapping.generatedColumn,\n\t originalLine: mapping.originalLine,\n\t originalColumn: mapping.originalColumn,\n\t name: mapping.name === null ? null : this._names.at(mapping.name)\n\t };\n\t }, this).forEach(aCallback, context);\n\t };\n\t\n\t/**\n\t * Returns all generated line and column information for the original source,\n\t * line, and column provided. If no column is provided, returns all mappings\n\t * corresponding to a either the line we are searching for or the next\n\t * closest line that has any mappings. Otherwise, returns all mappings\n\t * corresponding to the given line and either the column we are searching for\n\t * or the next closest column that has any offsets.\n\t *\n\t * The only argument is an object with the following properties:\n\t *\n\t * - source: The filename of the original source.\n\t * - line: The line number in the original source. The line number is 1-based.\n\t * - column: Optional. the column number in the original source.\n\t * The column number is 0-based.\n\t *\n\t * and an array of objects is returned, each with the following properties:\n\t *\n\t * - line: The line number in the generated source, or null. The\n\t * line number is 1-based.\n\t * - column: The column number in the generated source, or null.\n\t * The column number is 0-based.\n\t */\n\tSourceMapConsumer.prototype.allGeneratedPositionsFor =\n\t function SourceMapConsumer_allGeneratedPositionsFor(aArgs) {\n\t var line = util.getArg(aArgs, 'line');\n\t\n\t // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping\n\t // returns the index of the closest mapping less than the needle. By\n\t // setting needle.originalColumn to 0, we thus find the last mapping for\n\t // the given line, provided such a mapping exists.\n\t var needle = {\n\t source: util.getArg(aArgs, 'source'),\n\t originalLine: line,\n\t originalColumn: util.getArg(aArgs, 'column', 0)\n\t };\n\t\n\t needle.source = this._findSourceIndex(needle.source);\n\t if (needle.source < 0) {\n\t return [];\n\t }\n\t\n\t var mappings = [];\n\t\n\t var index = this._findMapping(needle,\n\t this._originalMappings,\n\t \"originalLine\",\n\t \"originalColumn\",\n\t util.compareByOriginalPositions,\n\t binarySearch.LEAST_UPPER_BOUND);\n\t if (index >= 0) {\n\t var mapping = this._originalMappings[index];\n\t\n\t if (aArgs.column === undefined) {\n\t var originalLine = mapping.originalLine;\n\t\n\t // Iterate until either we run out of mappings, or we run into\n\t // a mapping for a different line than the one we found. Since\n\t // mappings are sorted, this is guaranteed to find all mappings for\n\t // the line we found.\n\t while (mapping && mapping.originalLine === originalLine) {\n\t mappings.push({\n\t line: util.getArg(mapping, 'generatedLine', null),\n\t column: util.getArg(mapping, 'generatedColumn', null),\n\t lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n\t });\n\t\n\t mapping = this._originalMappings[++index];\n\t }\n\t } else {\n\t var originalColumn = mapping.originalColumn;\n\t\n\t // Iterate until either we run out of mappings, or we run into\n\t // a mapping for a different line than the one we were searching for.\n\t // Since mappings are sorted, this is guaranteed to find all mappings for\n\t // the line we are searching for.\n\t while (mapping &&\n\t mapping.originalLine === line &&\n\t mapping.originalColumn == originalColumn) {\n\t mappings.push({\n\t line: util.getArg(mapping, 'generatedLine', null),\n\t column: util.getArg(mapping, 'generatedColumn', null),\n\t lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n\t });\n\t\n\t mapping = this._originalMappings[++index];\n\t }\n\t }\n\t }\n\t\n\t return mappings;\n\t };\n\t\n\texports.SourceMapConsumer = SourceMapConsumer;\n\t\n\t/**\n\t * A BasicSourceMapConsumer instance represents a parsed source map which we can\n\t * query for information about the original file positions by giving it a file\n\t * position in the generated source.\n\t *\n\t * The first parameter is the raw source map (either as a JSON string, or\n\t * already parsed to an object). According to the spec, source maps have the\n\t * following attributes:\n\t *\n\t * - version: Which version of the source map spec this map is following.\n\t * - sources: An array of URLs to the original source files.\n\t * - names: An array of identifiers which can be referrenced by individual mappings.\n\t * - sourceRoot: Optional. The URL root from which all sources are relative.\n\t * - sourcesContent: Optional. An array of contents of the original source files.\n\t * - mappings: A string of base64 VLQs which contain the actual mappings.\n\t * - file: Optional. The generated file this source map is associated with.\n\t *\n\t * Here is an example source map, taken from the source map spec[0]:\n\t *\n\t * {\n\t * version : 3,\n\t * file: \"out.js\",\n\t * sourceRoot : \"\",\n\t * sources: [\"foo.js\", \"bar.js\"],\n\t * names: [\"src\", \"maps\", \"are\", \"fun\"],\n\t * mappings: \"AA,AB;;ABCDE;\"\n\t * }\n\t *\n\t * The second parameter, if given, is a string whose value is the URL\n\t * at which the source map was found. This URL is used to compute the\n\t * sources array.\n\t *\n\t * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#\n\t */\n\tfunction BasicSourceMapConsumer(aSourceMap, aSourceMapURL) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = util.parseSourceMapInput(aSourceMap);\n\t }\n\t\n\t var version = util.getArg(sourceMap, 'version');\n\t var sources = util.getArg(sourceMap, 'sources');\n\t // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which\n\t // requires the array) to play nice here.\n\t var names = util.getArg(sourceMap, 'names', []);\n\t var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null);\n\t var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null);\n\t var mappings = util.getArg(sourceMap, 'mappings');\n\t var file = util.getArg(sourceMap, 'file', null);\n\t\n\t // Once again, Sass deviates from the spec and supplies the version as a\n\t // string rather than a number, so we use loose equality checking here.\n\t if (version != this._version) {\n\t throw new Error('Unsupported version: ' + version);\n\t }\n\t\n\t if (sourceRoot) {\n\t sourceRoot = util.normalize(sourceRoot);\n\t }\n\t\n\t sources = sources\n\t .map(String)\n\t // Some source maps produce relative source paths like \"./foo.js\" instead of\n\t // \"foo.js\". Normalize these first so that future comparisons will succeed.\n\t // See bugzil.la/1090768.\n\t .map(util.normalize)\n\t // Always ensure that absolute sources are internally stored relative to\n\t // the source root, if the source root is absolute. Not doing this would\n\t // be particularly problematic when the source root is a prefix of the\n\t // source (valid, but why??). See github issue #199 and bugzil.la/1188982.\n\t .map(function (source) {\n\t return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source)\n\t ? util.relative(sourceRoot, source)\n\t : source;\n\t });\n\t\n\t // Pass `true` below to allow duplicate names and sources. While source maps\n\t // are intended to be compressed and deduplicated, the TypeScript compiler\n\t // sometimes generates source maps with duplicates in them. See Github issue\n\t // #72 and bugzil.la/889492.\n\t this._names = ArraySet.fromArray(names.map(String), true);\n\t this._sources = ArraySet.fromArray(sources, true);\n\t\n\t this._absoluteSources = this._sources.toArray().map(function (s) {\n\t return util.computeSourceURL(sourceRoot, s, aSourceMapURL);\n\t });\n\t\n\t this.sourceRoot = sourceRoot;\n\t this.sourcesContent = sourcesContent;\n\t this._mappings = mappings;\n\t this._sourceMapURL = aSourceMapURL;\n\t this.file = file;\n\t}\n\t\n\tBasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\n\tBasicSourceMapConsumer.prototype.consumer = SourceMapConsumer;\n\t\n\t/**\n\t * Utility function to find the index of a source. Returns -1 if not\n\t * found.\n\t */\n\tBasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) {\n\t var relativeSource = aSource;\n\t if (this.sourceRoot != null) {\n\t relativeSource = util.relative(this.sourceRoot, relativeSource);\n\t }\n\t\n\t if (this._sources.has(relativeSource)) {\n\t return this._sources.indexOf(relativeSource);\n\t }\n\t\n\t // Maybe aSource is an absolute URL as returned by |sources|. In\n\t // this case we can't simply undo the transform.\n\t var i;\n\t for (i = 0; i < this._absoluteSources.length; ++i) {\n\t if (this._absoluteSources[i] == aSource) {\n\t return i;\n\t }\n\t }\n\t\n\t return -1;\n\t};\n\t\n\t/**\n\t * Create a BasicSourceMapConsumer from a SourceMapGenerator.\n\t *\n\t * @param SourceMapGenerator aSourceMap\n\t * The source map that will be consumed.\n\t * @param String aSourceMapURL\n\t * The URL at which the source map can be found (optional)\n\t * @returns BasicSourceMapConsumer\n\t */\n\tBasicSourceMapConsumer.fromSourceMap =\n\t function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) {\n\t var smc = Object.create(BasicSourceMapConsumer.prototype);\n\t\n\t var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true);\n\t var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true);\n\t smc.sourceRoot = aSourceMap._sourceRoot;\n\t smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(),\n\t smc.sourceRoot);\n\t smc.file = aSourceMap._file;\n\t smc._sourceMapURL = aSourceMapURL;\n\t smc._absoluteSources = smc._sources.toArray().map(function (s) {\n\t return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL);\n\t });\n\t\n\t // Because we are modifying the entries (by converting string sources and\n\t // names to indices into the sources and names ArraySets), we have to make\n\t // a copy of the entry or else bad things happen. Shared mutable state\n\t // strikes again! See github issue #191.\n\t\n\t var generatedMappings = aSourceMap._mappings.toArray().slice();\n\t var destGeneratedMappings = smc.__generatedMappings = [];\n\t var destOriginalMappings = smc.__originalMappings = [];\n\t\n\t for (var i = 0, length = generatedMappings.length; i < length; i++) {\n\t var srcMapping = generatedMappings[i];\n\t var destMapping = new Mapping;\n\t destMapping.generatedLine = srcMapping.generatedLine;\n\t destMapping.generatedColumn = srcMapping.generatedColumn;\n\t\n\t if (srcMapping.source) {\n\t destMapping.source = sources.indexOf(srcMapping.source);\n\t destMapping.originalLine = srcMapping.originalLine;\n\t destMapping.originalColumn = srcMapping.originalColumn;\n\t\n\t if (srcMapping.name) {\n\t destMapping.name = names.indexOf(srcMapping.name);\n\t }\n\t\n\t destOriginalMappings.push(destMapping);\n\t }\n\t\n\t destGeneratedMappings.push(destMapping);\n\t }\n\t\n\t quickSort(smc.__originalMappings, util.compareByOriginalPositions);\n\t\n\t return smc;\n\t };\n\t\n\t/**\n\t * The version of the source mapping spec that we are consuming.\n\t */\n\tBasicSourceMapConsumer.prototype._version = 3;\n\t\n\t/**\n\t * The list of original sources.\n\t */\n\tObject.defineProperty(BasicSourceMapConsumer.prototype, 'sources', {\n\t get: function () {\n\t return this._absoluteSources.slice();\n\t }\n\t});\n\t\n\t/**\n\t * Provide the JIT with a nice shape / hidden class.\n\t */\n\tfunction Mapping() {\n\t this.generatedLine = 0;\n\t this.generatedColumn = 0;\n\t this.source = null;\n\t this.originalLine = null;\n\t this.originalColumn = null;\n\t this.name = null;\n\t}\n\t\n\t/**\n\t * Parse the mappings in a string in to a data structure which we can easily\n\t * query (the ordered arrays in the `this.__generatedMappings` and\n\t * `this.__originalMappings` properties).\n\t */\n\tBasicSourceMapConsumer.prototype._parseMappings =\n\t function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n\t var generatedLine = 1;\n\t var previousGeneratedColumn = 0;\n\t var previousOriginalLine = 0;\n\t var previousOriginalColumn = 0;\n\t var previousSource = 0;\n\t var previousName = 0;\n\t var length = aStr.length;\n\t var index = 0;\n\t var cachedSegments = {};\n\t var temp = {};\n\t var originalMappings = [];\n\t var generatedMappings = [];\n\t var mapping, str, segment, end, value;\n\t\n\t while (index < length) {\n\t if (aStr.charAt(index) === ';') {\n\t generatedLine++;\n\t index++;\n\t previousGeneratedColumn = 0;\n\t }\n\t else if (aStr.charAt(index) === ',') {\n\t index++;\n\t }\n\t else {\n\t mapping = new Mapping();\n\t mapping.generatedLine = generatedLine;\n\t\n\t // Because each offset is encoded relative to the previous one,\n\t // many segments often have the same encoding. We can exploit this\n\t // fact by caching the parsed variable length fields of each segment,\n\t // allowing us to avoid a second parse if we encounter the same\n\t // segment again.\n\t for (end = index; end < length; end++) {\n\t if (this._charIsMappingSeparator(aStr, end)) {\n\t break;\n\t }\n\t }\n\t str = aStr.slice(index, end);\n\t\n\t segment = cachedSegments[str];\n\t if (segment) {\n\t index += str.length;\n\t } else {\n\t segment = [];\n\t while (index < end) {\n\t base64VLQ.decode(aStr, index, temp);\n\t value = temp.value;\n\t index = temp.rest;\n\t segment.push(value);\n\t }\n\t\n\t if (segment.length === 2) {\n\t throw new Error('Found a source, but no line and column');\n\t }\n\t\n\t if (segment.length === 3) {\n\t throw new Error('Found a source and line, but no column');\n\t }\n\t\n\t cachedSegments[str] = segment;\n\t }\n\t\n\t // Generated column.\n\t mapping.generatedColumn = previousGeneratedColumn + segment[0];\n\t previousGeneratedColumn = mapping.generatedColumn;\n\t\n\t if (segment.length > 1) {\n\t // Original source.\n\t mapping.source = previousSource + segment[1];\n\t previousSource += segment[1];\n\t\n\t // Original line.\n\t mapping.originalLine = previousOriginalLine + segment[2];\n\t previousOriginalLine = mapping.originalLine;\n\t // Lines are stored 0-based\n\t mapping.originalLine += 1;\n\t\n\t // Original column.\n\t mapping.originalColumn = previousOriginalColumn + segment[3];\n\t previousOriginalColumn = mapping.originalColumn;\n\t\n\t if (segment.length > 4) {\n\t // Original name.\n\t mapping.name = previousName + segment[4];\n\t previousName += segment[4];\n\t }\n\t }\n\t\n\t generatedMappings.push(mapping);\n\t if (typeof mapping.originalLine === 'number') {\n\t originalMappings.push(mapping);\n\t }\n\t }\n\t }\n\t\n\t quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated);\n\t this.__generatedMappings = generatedMappings;\n\t\n\t quickSort(originalMappings, util.compareByOriginalPositions);\n\t this.__originalMappings = originalMappings;\n\t };\n\t\n\t/**\n\t * Find the mapping that best matches the hypothetical \"needle\" mapping that\n\t * we are searching for in the given \"haystack\" of mappings.\n\t */\n\tBasicSourceMapConsumer.prototype._findMapping =\n\t function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName,\n\t aColumnName, aComparator, aBias) {\n\t // To return the position we are searching for, we must first find the\n\t // mapping for the given position and then return the opposite position it\n\t // points to. Because the mappings are sorted, we can use binary search to\n\t // find the best mapping.\n\t\n\t if (aNeedle[aLineName] <= 0) {\n\t throw new TypeError('Line must be greater than or equal to 1, got '\n\t + aNeedle[aLineName]);\n\t }\n\t if (aNeedle[aColumnName] < 0) {\n\t throw new TypeError('Column must be greater than or equal to 0, got '\n\t + aNeedle[aColumnName]);\n\t }\n\t\n\t return binarySearch.search(aNeedle, aMappings, aComparator, aBias);\n\t };\n\t\n\t/**\n\t * Compute the last column for each generated mapping. The last column is\n\t * inclusive.\n\t */\n\tBasicSourceMapConsumer.prototype.computeColumnSpans =\n\t function SourceMapConsumer_computeColumnSpans() {\n\t for (var index = 0; index < this._generatedMappings.length; ++index) {\n\t var mapping = this._generatedMappings[index];\n\t\n\t // Mappings do not contain a field for the last generated columnt. We\n\t // can come up with an optimistic estimate, however, by assuming that\n\t // mappings are contiguous (i.e. given two consecutive mappings, the\n\t // first mapping ends where the second one starts).\n\t if (index + 1 < this._generatedMappings.length) {\n\t var nextMapping = this._generatedMappings[index + 1];\n\t\n\t if (mapping.generatedLine === nextMapping.generatedLine) {\n\t mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1;\n\t continue;\n\t }\n\t }\n\t\n\t // The last mapping for each line spans the entire line.\n\t mapping.lastGeneratedColumn = Infinity;\n\t }\n\t };\n\t\n\t/**\n\t * Returns the original source, line, and column information for the generated\n\t * source's line and column positions provided. The only argument is an object\n\t * with the following properties:\n\t *\n\t * - line: The line number in the generated source. The line number\n\t * is 1-based.\n\t * - column: The column number in the generated source. The column\n\t * number is 0-based.\n\t * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n\t * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - source: The original source file, or null.\n\t * - line: The line number in the original source, or null. The\n\t * line number is 1-based.\n\t * - column: The column number in the original source, or null. The\n\t * column number is 0-based.\n\t * - name: The original identifier, or null.\n\t */\n\tBasicSourceMapConsumer.prototype.originalPositionFor =\n\t function SourceMapConsumer_originalPositionFor(aArgs) {\n\t var needle = {\n\t generatedLine: util.getArg(aArgs, 'line'),\n\t generatedColumn: util.getArg(aArgs, 'column')\n\t };\n\t\n\t var index = this._findMapping(\n\t needle,\n\t this._generatedMappings,\n\t \"generatedLine\",\n\t \"generatedColumn\",\n\t util.compareByGeneratedPositionsDeflated,\n\t util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n\t );\n\t\n\t if (index >= 0) {\n\t var mapping = this._generatedMappings[index];\n\t\n\t if (mapping.generatedLine === needle.generatedLine) {\n\t var source = util.getArg(mapping, 'source', null);\n\t if (source !== null) {\n\t source = this._sources.at(source);\n\t source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL);\n\t }\n\t var name = util.getArg(mapping, 'name', null);\n\t if (name !== null) {\n\t name = this._names.at(name);\n\t }\n\t return {\n\t source: source,\n\t line: util.getArg(mapping, 'originalLine', null),\n\t column: util.getArg(mapping, 'originalColumn', null),\n\t name: name\n\t };\n\t }\n\t }\n\t\n\t return {\n\t source: null,\n\t line: null,\n\t column: null,\n\t name: null\n\t };\n\t };\n\t\n\t/**\n\t * Return true if we have the source content for every source in the source\n\t * map, false otherwise.\n\t */\n\tBasicSourceMapConsumer.prototype.hasContentsOfAllSources =\n\t function BasicSourceMapConsumer_hasContentsOfAllSources() {\n\t if (!this.sourcesContent) {\n\t return false;\n\t }\n\t return this.sourcesContent.length >= this._sources.size() &&\n\t !this.sourcesContent.some(function (sc) { return sc == null; });\n\t };\n\t\n\t/**\n\t * Returns the original source content. The only argument is the url of the\n\t * original source file. Returns null if no original source content is\n\t * available.\n\t */\n\tBasicSourceMapConsumer.prototype.sourceContentFor =\n\t function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n\t if (!this.sourcesContent) {\n\t return null;\n\t }\n\t\n\t var index = this._findSourceIndex(aSource);\n\t if (index >= 0) {\n\t return this.sourcesContent[index];\n\t }\n\t\n\t var relativeSource = aSource;\n\t if (this.sourceRoot != null) {\n\t relativeSource = util.relative(this.sourceRoot, relativeSource);\n\t }\n\t\n\t var url;\n\t if (this.sourceRoot != null\n\t && (url = util.urlParse(this.sourceRoot))) {\n\t // XXX: file:// URIs and absolute paths lead to unexpected behavior for\n\t // many users. We can help them out when they expect file:// URIs to\n\t // behave like it would if they were running a local HTTP server. See\n\t // https://bugzilla.mozilla.org/show_bug.cgi?id=885597.\n\t var fileUriAbsPath = relativeSource.replace(/^file:\\/\\//, \"\");\n\t if (url.scheme == \"file\"\n\t && this._sources.has(fileUriAbsPath)) {\n\t return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)]\n\t }\n\t\n\t if ((!url.path || url.path == \"/\")\n\t && this._sources.has(\"/\" + relativeSource)) {\n\t return this.sourcesContent[this._sources.indexOf(\"/\" + relativeSource)];\n\t }\n\t }\n\t\n\t // This function is used recursively from\n\t // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we\n\t // don't want to throw if we can't find the source - we just want to\n\t // return null, so we provide a flag to exit gracefully.\n\t if (nullOnMissing) {\n\t return null;\n\t }\n\t else {\n\t throw new Error('\"' + relativeSource + '\" is not in the SourceMap.');\n\t }\n\t };\n\t\n\t/**\n\t * Returns the generated line and column information for the original source,\n\t * line, and column positions provided. The only argument is an object with\n\t * the following properties:\n\t *\n\t * - source: The filename of the original source.\n\t * - line: The line number in the original source. The line number\n\t * is 1-based.\n\t * - column: The column number in the original source. The column\n\t * number is 0-based.\n\t * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n\t * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - line: The line number in the generated source, or null. The\n\t * line number is 1-based.\n\t * - column: The column number in the generated source, or null.\n\t * The column number is 0-based.\n\t */\n\tBasicSourceMapConsumer.prototype.generatedPositionFor =\n\t function SourceMapConsumer_generatedPositionFor(aArgs) {\n\t var source = util.getArg(aArgs, 'source');\n\t source = this._findSourceIndex(source);\n\t if (source < 0) {\n\t return {\n\t line: null,\n\t column: null,\n\t lastColumn: null\n\t };\n\t }\n\t\n\t var needle = {\n\t source: source,\n\t originalLine: util.getArg(aArgs, 'line'),\n\t originalColumn: util.getArg(aArgs, 'column')\n\t };\n\t\n\t var index = this._findMapping(\n\t needle,\n\t this._originalMappings,\n\t \"originalLine\",\n\t \"originalColumn\",\n\t util.compareByOriginalPositions,\n\t util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n\t );\n\t\n\t if (index >= 0) {\n\t var mapping = this._originalMappings[index];\n\t\n\t if (mapping.source === needle.source) {\n\t return {\n\t line: util.getArg(mapping, 'generatedLine', null),\n\t column: util.getArg(mapping, 'generatedColumn', null),\n\t lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n\t };\n\t }\n\t }\n\t\n\t return {\n\t line: null,\n\t column: null,\n\t lastColumn: null\n\t };\n\t };\n\t\n\texports.BasicSourceMapConsumer = BasicSourceMapConsumer;\n\t\n\t/**\n\t * An IndexedSourceMapConsumer instance represents a parsed source map which\n\t * we can query for information. It differs from BasicSourceMapConsumer in\n\t * that it takes \"indexed\" source maps (i.e. ones with a \"sections\" field) as\n\t * input.\n\t *\n\t * The first parameter is a raw source map (either as a JSON string, or already\n\t * parsed to an object). According to the spec for indexed source maps, they\n\t * have the following attributes:\n\t *\n\t * - version: Which version of the source map spec this map is following.\n\t * - file: Optional. The generated file this source map is associated with.\n\t * - sections: A list of section definitions.\n\t *\n\t * Each value under the \"sections\" field has two fields:\n\t * - offset: The offset into the original specified at which this section\n\t * begins to apply, defined as an object with a \"line\" and \"column\"\n\t * field.\n\t * - map: A source map definition. This source map could also be indexed,\n\t * but doesn't have to be.\n\t *\n\t * Instead of the \"map\" field, it's also possible to have a \"url\" field\n\t * specifying a URL to retrieve a source map from, but that's currently\n\t * unsupported.\n\t *\n\t * Here's an example source map, taken from the source map spec[0], but\n\t * modified to omit a section which uses the \"url\" field.\n\t *\n\t * {\n\t * version : 3,\n\t * file: \"app.js\",\n\t * sections: [{\n\t * offset: {line:100, column:10},\n\t * map: {\n\t * version : 3,\n\t * file: \"section.js\",\n\t * sources: [\"foo.js\", \"bar.js\"],\n\t * names: [\"src\", \"maps\", \"are\", \"fun\"],\n\t * mappings: \"AAAA,E;;ABCDE;\"\n\t * }\n\t * }],\n\t * }\n\t *\n\t * The second parameter, if given, is a string whose value is the URL\n\t * at which the source map was found. This URL is used to compute the\n\t * sources array.\n\t *\n\t * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt\n\t */\n\tfunction IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) {\n\t var sourceMap = aSourceMap;\n\t if (typeof aSourceMap === 'string') {\n\t sourceMap = util.parseSourceMapInput(aSourceMap);\n\t }\n\t\n\t var version = util.getArg(sourceMap, 'version');\n\t var sections = util.getArg(sourceMap, 'sections');\n\t\n\t if (version != this._version) {\n\t throw new Error('Unsupported version: ' + version);\n\t }\n\t\n\t this._sources = new ArraySet();\n\t this._names = new ArraySet();\n\t\n\t var lastOffset = {\n\t line: -1,\n\t column: 0\n\t };\n\t this._sections = sections.map(function (s) {\n\t if (s.url) {\n\t // The url field will require support for asynchronicity.\n\t // See https://github.com/mozilla/source-map/issues/16\n\t throw new Error('Support for url field in sections not implemented.');\n\t }\n\t var offset = util.getArg(s, 'offset');\n\t var offsetLine = util.getArg(offset, 'line');\n\t var offsetColumn = util.getArg(offset, 'column');\n\t\n\t if (offsetLine < lastOffset.line ||\n\t (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) {\n\t throw new Error('Section offsets must be ordered and non-overlapping.');\n\t }\n\t lastOffset = offset;\n\t\n\t return {\n\t generatedOffset: {\n\t // The offset fields are 0-based, but we use 1-based indices when\n\t // encoding/decoding from VLQ.\n\t generatedLine: offsetLine + 1,\n\t generatedColumn: offsetColumn + 1\n\t },\n\t consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL)\n\t }\n\t });\n\t}\n\t\n\tIndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\n\tIndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer;\n\t\n\t/**\n\t * The version of the source mapping spec that we are consuming.\n\t */\n\tIndexedSourceMapConsumer.prototype._version = 3;\n\t\n\t/**\n\t * The list of original sources.\n\t */\n\tObject.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', {\n\t get: function () {\n\t var sources = [];\n\t for (var i = 0; i < this._sections.length; i++) {\n\t for (var j = 0; j < this._sections[i].consumer.sources.length; j++) {\n\t sources.push(this._sections[i].consumer.sources[j]);\n\t }\n\t }\n\t return sources;\n\t }\n\t});\n\t\n\t/**\n\t * Returns the original source, line, and column information for the generated\n\t * source's line and column positions provided. The only argument is an object\n\t * with the following properties:\n\t *\n\t * - line: The line number in the generated source. The line number\n\t * is 1-based.\n\t * - column: The column number in the generated source. The column\n\t * number is 0-based.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - source: The original source file, or null.\n\t * - line: The line number in the original source, or null. The\n\t * line number is 1-based.\n\t * - column: The column number in the original source, or null. The\n\t * column number is 0-based.\n\t * - name: The original identifier, or null.\n\t */\n\tIndexedSourceMapConsumer.prototype.originalPositionFor =\n\t function IndexedSourceMapConsumer_originalPositionFor(aArgs) {\n\t var needle = {\n\t generatedLine: util.getArg(aArgs, 'line'),\n\t generatedColumn: util.getArg(aArgs, 'column')\n\t };\n\t\n\t // Find the section containing the generated position we're trying to map\n\t // to an original position.\n\t var sectionIndex = binarySearch.search(needle, this._sections,\n\t function(needle, section) {\n\t var cmp = needle.generatedLine - section.generatedOffset.generatedLine;\n\t if (cmp) {\n\t return cmp;\n\t }\n\t\n\t return (needle.generatedColumn -\n\t section.generatedOffset.generatedColumn);\n\t });\n\t var section = this._sections[sectionIndex];\n\t\n\t if (!section) {\n\t return {\n\t source: null,\n\t line: null,\n\t column: null,\n\t name: null\n\t };\n\t }\n\t\n\t return section.consumer.originalPositionFor({\n\t line: needle.generatedLine -\n\t (section.generatedOffset.generatedLine - 1),\n\t column: needle.generatedColumn -\n\t (section.generatedOffset.generatedLine === needle.generatedLine\n\t ? section.generatedOffset.generatedColumn - 1\n\t : 0),\n\t bias: aArgs.bias\n\t });\n\t };\n\t\n\t/**\n\t * Return true if we have the source content for every source in the source\n\t * map, false otherwise.\n\t */\n\tIndexedSourceMapConsumer.prototype.hasContentsOfAllSources =\n\t function IndexedSourceMapConsumer_hasContentsOfAllSources() {\n\t return this._sections.every(function (s) {\n\t return s.consumer.hasContentsOfAllSources();\n\t });\n\t };\n\t\n\t/**\n\t * Returns the original source content. The only argument is the url of the\n\t * original source file. Returns null if no original source content is\n\t * available.\n\t */\n\tIndexedSourceMapConsumer.prototype.sourceContentFor =\n\t function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n\t for (var i = 0; i < this._sections.length; i++) {\n\t var section = this._sections[i];\n\t\n\t var content = section.consumer.sourceContentFor(aSource, true);\n\t if (content) {\n\t return content;\n\t }\n\t }\n\t if (nullOnMissing) {\n\t return null;\n\t }\n\t else {\n\t throw new Error('\"' + aSource + '\" is not in the SourceMap.');\n\t }\n\t };\n\t\n\t/**\n\t * Returns the generated line and column information for the original source,\n\t * line, and column positions provided. The only argument is an object with\n\t * the following properties:\n\t *\n\t * - source: The filename of the original source.\n\t * - line: The line number in the original source. The line number\n\t * is 1-based.\n\t * - column: The column number in the original source. The column\n\t * number is 0-based.\n\t *\n\t * and an object is returned with the following properties:\n\t *\n\t * - line: The line number in the generated source, or null. The\n\t * line number is 1-based. \n\t * - column: The column number in the generated source, or null.\n\t * The column number is 0-based.\n\t */\n\tIndexedSourceMapConsumer.prototype.generatedPositionFor =\n\t function IndexedSourceMapConsumer_generatedPositionFor(aArgs) {\n\t for (var i = 0; i < this._sections.length; i++) {\n\t var section = this._sections[i];\n\t\n\t // Only consider this section if the requested source is in the list of\n\t // sources of the consumer.\n\t if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) {\n\t continue;\n\t }\n\t var generatedPosition = section.consumer.generatedPositionFor(aArgs);\n\t if (generatedPosition) {\n\t var ret = {\n\t line: generatedPosition.line +\n\t (section.generatedOffset.generatedLine - 1),\n\t column: generatedPosition.column +\n\t (section.generatedOffset.generatedLine === generatedPosition.line\n\t ? section.generatedOffset.generatedColumn - 1\n\t : 0)\n\t };\n\t return ret;\n\t }\n\t }\n\t\n\t return {\n\t line: null,\n\t column: null\n\t };\n\t };\n\t\n\t/**\n\t * Parse the mappings in a string in to a data structure which we can easily\n\t * query (the ordered arrays in the `this.__generatedMappings` and\n\t * `this.__originalMappings` properties).\n\t */\n\tIndexedSourceMapConsumer.prototype._parseMappings =\n\t function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n\t this.__generatedMappings = [];\n\t this.__originalMappings = [];\n\t for (var i = 0; i < this._sections.length; i++) {\n\t var section = this._sections[i];\n\t var sectionMappings = section.consumer._generatedMappings;\n\t for (var j = 0; j < sectionMappings.length; j++) {\n\t var mapping = sectionMappings[j];\n\t\n\t var source = section.consumer._sources.at(mapping.source);\n\t source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL);\n\t this._sources.add(source);\n\t source = this._sources.indexOf(source);\n\t\n\t var name = null;\n\t if (mapping.name) {\n\t name = section.consumer._names.at(mapping.name);\n\t this._names.add(name);\n\t name = this._names.indexOf(name);\n\t }\n\t\n\t // The mappings coming from the consumer for the section have\n\t // generated positions relative to the start of the section, so we\n\t // need to offset them to be relative to the start of the concatenated\n\t // generated file.\n\t var adjustedMapping = {\n\t source: source,\n\t generatedLine: mapping.generatedLine +\n\t (section.generatedOffset.generatedLine - 1),\n\t generatedColumn: mapping.generatedColumn +\n\t (section.generatedOffset.generatedLine === mapping.generatedLine\n\t ? section.generatedOffset.generatedColumn - 1\n\t : 0),\n\t originalLine: mapping.originalLine,\n\t originalColumn: mapping.originalColumn,\n\t name: name\n\t };\n\t\n\t this.__generatedMappings.push(adjustedMapping);\n\t if (typeof adjustedMapping.originalLine === 'number') {\n\t this.__originalMappings.push(adjustedMapping);\n\t }\n\t }\n\t }\n\t\n\t quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated);\n\t quickSort(this.__originalMappings, util.compareByOriginalPositions);\n\t };\n\t\n\texports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;\n\n\n/***/ }),\n/* 8 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\texports.GREATEST_LOWER_BOUND = 1;\n\texports.LEAST_UPPER_BOUND = 2;\n\t\n\t/**\n\t * Recursive implementation of binary search.\n\t *\n\t * @param aLow Indices here and lower do not contain the needle.\n\t * @param aHigh Indices here and higher do not contain the needle.\n\t * @param aNeedle The element being searched for.\n\t * @param aHaystack The non-empty array being searched.\n\t * @param aCompare Function which takes two elements and returns -1, 0, or 1.\n\t * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n\t * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t */\n\tfunction recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {\n\t // This function terminates when one of the following is true:\n\t //\n\t // 1. We find the exact element we are looking for.\n\t //\n\t // 2. We did not find the exact element, but we can return the index of\n\t // the next-closest element.\n\t //\n\t // 3. We did not find the exact element, and there is no next-closest\n\t // element than the one we are searching for, so we return -1.\n\t var mid = Math.floor((aHigh - aLow) / 2) + aLow;\n\t var cmp = aCompare(aNeedle, aHaystack[mid], true);\n\t if (cmp === 0) {\n\t // Found the element we are looking for.\n\t return mid;\n\t }\n\t else if (cmp > 0) {\n\t // Our needle is greater than aHaystack[mid].\n\t if (aHigh - mid > 1) {\n\t // The element is in the upper half.\n\t return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias);\n\t }\n\t\n\t // The exact needle element was not found in this haystack. Determine if\n\t // we are in termination case (3) or (2) and return the appropriate thing.\n\t if (aBias == exports.LEAST_UPPER_BOUND) {\n\t return aHigh < aHaystack.length ? aHigh : -1;\n\t } else {\n\t return mid;\n\t }\n\t }\n\t else {\n\t // Our needle is less than aHaystack[mid].\n\t if (mid - aLow > 1) {\n\t // The element is in the lower half.\n\t return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias);\n\t }\n\t\n\t // we are in termination case (3) or (2) and return the appropriate thing.\n\t if (aBias == exports.LEAST_UPPER_BOUND) {\n\t return mid;\n\t } else {\n\t return aLow < 0 ? -1 : aLow;\n\t }\n\t }\n\t}\n\t\n\t/**\n\t * This is an implementation of binary search which will always try and return\n\t * the index of the closest element if there is no exact hit. This is because\n\t * mappings between original and generated line/col pairs are single points,\n\t * and there is an implicit region between each of them, so a miss just means\n\t * that you aren't on the very start of a region.\n\t *\n\t * @param aNeedle The element you are looking for.\n\t * @param aHaystack The array that is being searched.\n\t * @param aCompare A function which takes the needle and an element in the\n\t * array and returns -1, 0, or 1 depending on whether the needle is less\n\t * than, equal to, or greater than the element, respectively.\n\t * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n\t * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n\t * closest element that is smaller than or greater than the one we are\n\t * searching for, respectively, if the exact element cannot be found.\n\t * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.\n\t */\n\texports.search = function search(aNeedle, aHaystack, aCompare, aBias) {\n\t if (aHaystack.length === 0) {\n\t return -1;\n\t }\n\t\n\t var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack,\n\t aCompare, aBias || exports.GREATEST_LOWER_BOUND);\n\t if (index < 0) {\n\t return -1;\n\t }\n\t\n\t // We have found either the exact element, or the next-closest element than\n\t // the one we are searching for. However, there may be more than one such\n\t // element. Make sure we always return the smallest of these.\n\t while (index - 1 >= 0) {\n\t if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) {\n\t break;\n\t }\n\t --index;\n\t }\n\t\n\t return index;\n\t};\n\n\n/***/ }),\n/* 9 */\n/***/ (function(module, exports) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\t// It turns out that some (most?) JavaScript engines don't self-host\n\t// `Array.prototype.sort`. This makes sense because C++ will likely remain\n\t// faster than JS when doing raw CPU-intensive sorting. However, when using a\n\t// custom comparator function, calling back and forth between the VM's C++ and\n\t// JIT'd JS is rather slow *and* loses JIT type information, resulting in\n\t// worse generated code for the comparator function than would be optimal. In\n\t// fact, when sorting with a comparator, these costs outweigh the benefits of\n\t// sorting in C++. By using our own JS-implemented Quick Sort (below), we get\n\t// a ~3500ms mean speed-up in `bench/bench.html`.\n\t\n\t/**\n\t * Swap the elements indexed by `x` and `y` in the array `ary`.\n\t *\n\t * @param {Array} ary\n\t * The array.\n\t * @param {Number} x\n\t * The index of the first item.\n\t * @param {Number} y\n\t * The index of the second item.\n\t */\n\tfunction swap(ary, x, y) {\n\t var temp = ary[x];\n\t ary[x] = ary[y];\n\t ary[y] = temp;\n\t}\n\t\n\t/**\n\t * Returns a random integer within the range `low .. high` inclusive.\n\t *\n\t * @param {Number} low\n\t * The lower bound on the range.\n\t * @param {Number} high\n\t * The upper bound on the range.\n\t */\n\tfunction randomIntInRange(low, high) {\n\t return Math.round(low + (Math.random() * (high - low)));\n\t}\n\t\n\t/**\n\t * The Quick Sort algorithm.\n\t *\n\t * @param {Array} ary\n\t * An array to sort.\n\t * @param {function} comparator\n\t * Function to use to compare two items.\n\t * @param {Number} p\n\t * Start index of the array\n\t * @param {Number} r\n\t * End index of the array\n\t */\n\tfunction doQuickSort(ary, comparator, p, r) {\n\t // If our lower bound is less than our upper bound, we (1) partition the\n\t // array into two pieces and (2) recurse on each half. If it is not, this is\n\t // the empty array and our base case.\n\t\n\t if (p < r) {\n\t // (1) Partitioning.\n\t //\n\t // The partitioning chooses a pivot between `p` and `r` and moves all\n\t // elements that are less than or equal to the pivot to the before it, and\n\t // all the elements that are greater than it after it. The effect is that\n\t // once partition is done, the pivot is in the exact place it will be when\n\t // the array is put in sorted order, and it will not need to be moved\n\t // again. This runs in O(n) time.\n\t\n\t // Always choose a random pivot so that an input array which is reverse\n\t // sorted does not cause O(n^2) running time.\n\t var pivotIndex = randomIntInRange(p, r);\n\t var i = p - 1;\n\t\n\t swap(ary, pivotIndex, r);\n\t var pivot = ary[r];\n\t\n\t // Immediately after `j` is incremented in this loop, the following hold\n\t // true:\n\t //\n\t // * Every element in `ary[p .. i]` is less than or equal to the pivot.\n\t //\n\t // * Every element in `ary[i+1 .. j-1]` is greater than the pivot.\n\t for (var j = p; j < r; j++) {\n\t if (comparator(ary[j], pivot) <= 0) {\n\t i += 1;\n\t swap(ary, i, j);\n\t }\n\t }\n\t\n\t swap(ary, i + 1, j);\n\t var q = i + 1;\n\t\n\t // (2) Recurse on each half.\n\t\n\t doQuickSort(ary, comparator, p, q - 1);\n\t doQuickSort(ary, comparator, q + 1, r);\n\t }\n\t}\n\t\n\t/**\n\t * Sort the given array in-place with the given comparator function.\n\t *\n\t * @param {Array} ary\n\t * An array to sort.\n\t * @param {function} comparator\n\t * Function to use to compare two items.\n\t */\n\texports.quickSort = function (ary, comparator) {\n\t doQuickSort(ary, comparator, 0, ary.length - 1);\n\t};\n\n\n/***/ }),\n/* 10 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* -*- Mode: js; js-indent-level: 2; -*- */\n\t/*\n\t * Copyright 2011 Mozilla Foundation and contributors\n\t * Licensed under the New BSD license. See LICENSE or:\n\t * http://opensource.org/licenses/BSD-3-Clause\n\t */\n\t\n\tvar SourceMapGenerator = __webpack_require__(1).SourceMapGenerator;\n\tvar util = __webpack_require__(4);\n\t\n\t// Matches a Windows-style `\\r\\n` newline or a `\\n` newline used by all other\n\t// operating systems these days (capturing the result).\n\tvar REGEX_NEWLINE = /(\\r?\\n)/;\n\t\n\t// Newline character code for charCodeAt() comparisons\n\tvar NEWLINE_CODE = 10;\n\t\n\t// Private symbol for identifying `SourceNode`s when multiple versions of\n\t// the source-map library are loaded. This MUST NOT CHANGE across\n\t// versions!\n\tvar isSourceNode = \"$$$isSourceNode$$$\";\n\t\n\t/**\n\t * SourceNodes provide a way to abstract over interpolating/concatenating\n\t * snippets of generated JavaScript source code while maintaining the line and\n\t * column information associated with the original source code.\n\t *\n\t * @param aLine The original line number.\n\t * @param aColumn The original column number.\n\t * @param aSource The original source's filename.\n\t * @param aChunks Optional. An array of strings which are snippets of\n\t * generated JS, or other SourceNodes.\n\t * @param aName The original identifier.\n\t */\n\tfunction SourceNode(aLine, aColumn, aSource, aChunks, aName) {\n\t this.children = [];\n\t this.sourceContents = {};\n\t this.line = aLine == null ? null : aLine;\n\t this.column = aColumn == null ? null : aColumn;\n\t this.source = aSource == null ? null : aSource;\n\t this.name = aName == null ? null : aName;\n\t this[isSourceNode] = true;\n\t if (aChunks != null) this.add(aChunks);\n\t}\n\t\n\t/**\n\t * Creates a SourceNode from generated code and a SourceMapConsumer.\n\t *\n\t * @param aGeneratedCode The generated code\n\t * @param aSourceMapConsumer The SourceMap for the generated code\n\t * @param aRelativePath Optional. The path that relative sources in the\n\t * SourceMapConsumer should be relative to.\n\t */\n\tSourceNode.fromStringWithSourceMap =\n\t function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) {\n\t // The SourceNode we want to fill with the generated code\n\t // and the SourceMap\n\t var node = new SourceNode();\n\t\n\t // All even indices of this array are one line of the generated code,\n\t // while all odd indices are the newlines between two adjacent lines\n\t // (since `REGEX_NEWLINE` captures its match).\n\t // Processed fragments are accessed by calling `shiftNextLine`.\n\t var remainingLines = aGeneratedCode.split(REGEX_NEWLINE);\n\t var remainingLinesIndex = 0;\n\t var shiftNextLine = function() {\n\t var lineContents = getNextLine();\n\t // The last line of a file might not have a newline.\n\t var newLine = getNextLine() || \"\";\n\t return lineContents + newLine;\n\t\n\t function getNextLine() {\n\t return remainingLinesIndex < remainingLines.length ?\n\t remainingLines[remainingLinesIndex++] : undefined;\n\t }\n\t };\n\t\n\t // We need to remember the position of \"remainingLines\"\n\t var lastGeneratedLine = 1, lastGeneratedColumn = 0;\n\t\n\t // The generate SourceNodes we need a code range.\n\t // To extract it current and last mapping is used.\n\t // Here we store the last mapping.\n\t var lastMapping = null;\n\t\n\t aSourceMapConsumer.eachMapping(function (mapping) {\n\t if (lastMapping !== null) {\n\t // We add the code from \"lastMapping\" to \"mapping\":\n\t // First check if there is a new line in between.\n\t if (lastGeneratedLine < mapping.generatedLine) {\n\t // Associate first line with \"lastMapping\"\n\t addMappingWithCode(lastMapping, shiftNextLine());\n\t lastGeneratedLine++;\n\t lastGeneratedColumn = 0;\n\t // The remaining code is added without mapping\n\t } else {\n\t // There is no new line in between.\n\t // Associate the code between \"lastGeneratedColumn\" and\n\t // \"mapping.generatedColumn\" with \"lastMapping\"\n\t var nextLine = remainingLines[remainingLinesIndex] || '';\n\t var code = nextLine.substr(0, mapping.generatedColumn -\n\t lastGeneratedColumn);\n\t remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn -\n\t lastGeneratedColumn);\n\t lastGeneratedColumn = mapping.generatedColumn;\n\t addMappingWithCode(lastMapping, code);\n\t // No more remaining code, continue\n\t lastMapping = mapping;\n\t return;\n\t }\n\t }\n\t // We add the generated code until the first mapping\n\t // to the SourceNode without any mapping.\n\t // Each line is added as separate string.\n\t while (lastGeneratedLine < mapping.generatedLine) {\n\t node.add(shiftNextLine());\n\t lastGeneratedLine++;\n\t }\n\t if (lastGeneratedColumn < mapping.generatedColumn) {\n\t var nextLine = remainingLines[remainingLinesIndex] || '';\n\t node.add(nextLine.substr(0, mapping.generatedColumn));\n\t remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn);\n\t lastGeneratedColumn = mapping.generatedColumn;\n\t }\n\t lastMapping = mapping;\n\t }, this);\n\t // We have processed all mappings.\n\t if (remainingLinesIndex < remainingLines.length) {\n\t if (lastMapping) {\n\t // Associate the remaining code in the current line with \"lastMapping\"\n\t addMappingWithCode(lastMapping, shiftNextLine());\n\t }\n\t // and add the remaining lines without any mapping\n\t node.add(remainingLines.splice(remainingLinesIndex).join(\"\"));\n\t }\n\t\n\t // Copy sourcesContent into SourceNode\n\t aSourceMapConsumer.sources.forEach(function (sourceFile) {\n\t var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n\t if (content != null) {\n\t if (aRelativePath != null) {\n\t sourceFile = util.join(aRelativePath, sourceFile);\n\t }\n\t node.setSourceContent(sourceFile, content);\n\t }\n\t });\n\t\n\t return node;\n\t\n\t function addMappingWithCode(mapping, code) {\n\t if (mapping === null || mapping.source === undefined) {\n\t node.add(code);\n\t } else {\n\t var source = aRelativePath\n\t ? util.join(aRelativePath, mapping.source)\n\t : mapping.source;\n\t node.add(new SourceNode(mapping.originalLine,\n\t mapping.originalColumn,\n\t source,\n\t code,\n\t mapping.name));\n\t }\n\t }\n\t };\n\t\n\t/**\n\t * Add a chunk of generated JS to this source node.\n\t *\n\t * @param aChunk A string snippet of generated JS code, another instance of\n\t * SourceNode, or an array where each member is one of those things.\n\t */\n\tSourceNode.prototype.add = function SourceNode_add(aChunk) {\n\t if (Array.isArray(aChunk)) {\n\t aChunk.forEach(function (chunk) {\n\t this.add(chunk);\n\t }, this);\n\t }\n\t else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n\t if (aChunk) {\n\t this.children.push(aChunk);\n\t }\n\t }\n\t else {\n\t throw new TypeError(\n\t \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n\t );\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Add a chunk of generated JS to the beginning of this source node.\n\t *\n\t * @param aChunk A string snippet of generated JS code, another instance of\n\t * SourceNode, or an array where each member is one of those things.\n\t */\n\tSourceNode.prototype.prepend = function SourceNode_prepend(aChunk) {\n\t if (Array.isArray(aChunk)) {\n\t for (var i = aChunk.length-1; i >= 0; i--) {\n\t this.prepend(aChunk[i]);\n\t }\n\t }\n\t else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n\t this.children.unshift(aChunk);\n\t }\n\t else {\n\t throw new TypeError(\n\t \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n\t );\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Walk over the tree of JS snippets in this node and its children. The\n\t * walking function is called once for each snippet of JS and is passed that\n\t * snippet and the its original associated source's line/column location.\n\t *\n\t * @param aFn The traversal function.\n\t */\n\tSourceNode.prototype.walk = function SourceNode_walk(aFn) {\n\t var chunk;\n\t for (var i = 0, len = this.children.length; i < len; i++) {\n\t chunk = this.children[i];\n\t if (chunk[isSourceNode]) {\n\t chunk.walk(aFn);\n\t }\n\t else {\n\t if (chunk !== '') {\n\t aFn(chunk, { source: this.source,\n\t line: this.line,\n\t column: this.column,\n\t name: this.name });\n\t }\n\t }\n\t }\n\t};\n\t\n\t/**\n\t * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between\n\t * each of `this.children`.\n\t *\n\t * @param aSep The separator.\n\t */\n\tSourceNode.prototype.join = function SourceNode_join(aSep) {\n\t var newChildren;\n\t var i;\n\t var len = this.children.length;\n\t if (len > 0) {\n\t newChildren = [];\n\t for (i = 0; i < len-1; i++) {\n\t newChildren.push(this.children[i]);\n\t newChildren.push(aSep);\n\t }\n\t newChildren.push(this.children[i]);\n\t this.children = newChildren;\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Call String.prototype.replace on the very right-most source snippet. Useful\n\t * for trimming whitespace from the end of a source node, etc.\n\t *\n\t * @param aPattern The pattern to replace.\n\t * @param aReplacement The thing to replace the pattern with.\n\t */\n\tSourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) {\n\t var lastChild = this.children[this.children.length - 1];\n\t if (lastChild[isSourceNode]) {\n\t lastChild.replaceRight(aPattern, aReplacement);\n\t }\n\t else if (typeof lastChild === 'string') {\n\t this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement);\n\t }\n\t else {\n\t this.children.push(''.replace(aPattern, aReplacement));\n\t }\n\t return this;\n\t};\n\t\n\t/**\n\t * Set the source content for a source file. This will be added to the SourceMapGenerator\n\t * in the sourcesContent field.\n\t *\n\t * @param aSourceFile The filename of the source file\n\t * @param aSourceContent The content of the source file\n\t */\n\tSourceNode.prototype.setSourceContent =\n\t function SourceNode_setSourceContent(aSourceFile, aSourceContent) {\n\t this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent;\n\t };\n\t\n\t/**\n\t * Walk over the tree of SourceNodes. The walking function is called for each\n\t * source file content and is passed the filename and source content.\n\t *\n\t * @param aFn The traversal function.\n\t */\n\tSourceNode.prototype.walkSourceContents =\n\t function SourceNode_walkSourceContents(aFn) {\n\t for (var i = 0, len = this.children.length; i < len; i++) {\n\t if (this.children[i][isSourceNode]) {\n\t this.children[i].walkSourceContents(aFn);\n\t }\n\t }\n\t\n\t var sources = Object.keys(this.sourceContents);\n\t for (var i = 0, len = sources.length; i < len; i++) {\n\t aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]);\n\t }\n\t };\n\t\n\t/**\n\t * Return the string representation of this source node. Walks over the tree\n\t * and concatenates all the various snippets together to one string.\n\t */\n\tSourceNode.prototype.toString = function SourceNode_toString() {\n\t var str = \"\";\n\t this.walk(function (chunk) {\n\t str += chunk;\n\t });\n\t return str;\n\t};\n\t\n\t/**\n\t * Returns the string representation of this source node along with a source\n\t * map.\n\t */\n\tSourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) {\n\t var generated = {\n\t code: \"\",\n\t line: 1,\n\t column: 0\n\t };\n\t var map = new SourceMapGenerator(aArgs);\n\t var sourceMappingActive = false;\n\t var lastOriginalSource = null;\n\t var lastOriginalLine = null;\n\t var lastOriginalColumn = null;\n\t var lastOriginalName = null;\n\t this.walk(function (chunk, original) {\n\t generated.code += chunk;\n\t if (original.source !== null\n\t && original.line !== null\n\t && original.column !== null) {\n\t if(lastOriginalSource !== original.source\n\t || lastOriginalLine !== original.line\n\t || lastOriginalColumn !== original.column\n\t || lastOriginalName !== original.name) {\n\t map.addMapping({\n\t source: original.source,\n\t original: {\n\t line: original.line,\n\t column: original.column\n\t },\n\t generated: {\n\t line: generated.line,\n\t column: generated.column\n\t },\n\t name: original.name\n\t });\n\t }\n\t lastOriginalSource = original.source;\n\t lastOriginalLine = original.line;\n\t lastOriginalColumn = original.column;\n\t lastOriginalName = original.name;\n\t sourceMappingActive = true;\n\t } else if (sourceMappingActive) {\n\t map.addMapping({\n\t generated: {\n\t line: generated.line,\n\t column: generated.column\n\t }\n\t });\n\t lastOriginalSource = null;\n\t sourceMappingActive = false;\n\t }\n\t for (var idx = 0, length = chunk.length; idx < length; idx++) {\n\t if (chunk.charCodeAt(idx) === NEWLINE_CODE) {\n\t generated.line++;\n\t generated.column = 0;\n\t // Mappings end at eol\n\t if (idx + 1 === length) {\n\t lastOriginalSource = null;\n\t sourceMappingActive = false;\n\t } else if (sourceMappingActive) {\n\t map.addMapping({\n\t source: original.source,\n\t original: {\n\t line: original.line,\n\t column: original.column\n\t },\n\t generated: {\n\t line: generated.line,\n\t column: generated.column\n\t },\n\t name: original.name\n\t });\n\t }\n\t } else {\n\t generated.column++;\n\t }\n\t }\n\t });\n\t this.walkSourceContents(function (sourceFile, sourceContent) {\n\t map.setSourceContent(sourceFile, sourceContent);\n\t });\n\t\n\t return { code: generated.code, map: map };\n\t};\n\t\n\texports.SourceNode = SourceNode;\n\n\n/***/ })\n/******/ ])\n});\n;\n\n\n// WEBPACK FOOTER //\n// source-map.min.js"," \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId])\n \t\t\treturn installedModules[moduleId].exports;\n\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\texports: {},\n \t\t\tid: moduleId,\n \t\t\tloaded: false\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.loaded = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(0);\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 0fd5815da764db5fb9fe","/*\n * Copyright 2009-2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE.txt or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\nexports.SourceMapGenerator = require('./lib/source-map-generator').SourceMapGenerator;\nexports.SourceMapConsumer = require('./lib/source-map-consumer').SourceMapConsumer;\nexports.SourceNode = require('./lib/source-node').SourceNode;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./source-map.js\n// module id = 0\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar base64VLQ = require('./base64-vlq');\nvar util = require('./util');\nvar ArraySet = require('./array-set').ArraySet;\nvar MappingList = require('./mapping-list').MappingList;\n\n/**\n * An instance of the SourceMapGenerator represents a source map which is\n * being built incrementally. You may pass an object with the following\n * properties:\n *\n * - file: The filename of the generated source.\n * - sourceRoot: A root for all relative URLs in this source map.\n */\nfunction SourceMapGenerator(aArgs) {\n if (!aArgs) {\n aArgs = {};\n }\n this._file = util.getArg(aArgs, 'file', null);\n this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null);\n this._skipValidation = util.getArg(aArgs, 'skipValidation', false);\n this._sources = new ArraySet();\n this._names = new ArraySet();\n this._mappings = new MappingList();\n this._sourcesContents = null;\n}\n\nSourceMapGenerator.prototype._version = 3;\n\n/**\n * Creates a new SourceMapGenerator based on a SourceMapConsumer\n *\n * @param aSourceMapConsumer The SourceMap.\n */\nSourceMapGenerator.fromSourceMap =\n function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) {\n var sourceRoot = aSourceMapConsumer.sourceRoot;\n var generator = new SourceMapGenerator({\n file: aSourceMapConsumer.file,\n sourceRoot: sourceRoot\n });\n aSourceMapConsumer.eachMapping(function (mapping) {\n var newMapping = {\n generated: {\n line: mapping.generatedLine,\n column: mapping.generatedColumn\n }\n };\n\n if (mapping.source != null) {\n newMapping.source = mapping.source;\n if (sourceRoot != null) {\n newMapping.source = util.relative(sourceRoot, newMapping.source);\n }\n\n newMapping.original = {\n line: mapping.originalLine,\n column: mapping.originalColumn\n };\n\n if (mapping.name != null) {\n newMapping.name = mapping.name;\n }\n }\n\n generator.addMapping(newMapping);\n });\n aSourceMapConsumer.sources.forEach(function (sourceFile) {\n var sourceRelative = sourceFile;\n if (sourceRoot !== null) {\n sourceRelative = util.relative(sourceRoot, sourceFile);\n }\n\n if (!generator._sources.has(sourceRelative)) {\n generator._sources.add(sourceRelative);\n }\n\n var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n if (content != null) {\n generator.setSourceContent(sourceFile, content);\n }\n });\n return generator;\n };\n\n/**\n * Add a single mapping from original source line and column to the generated\n * source's line and column for this source map being created. The mapping\n * object should have the following properties:\n *\n * - generated: An object with the generated line and column positions.\n * - original: An object with the original line and column positions.\n * - source: The original source file (relative to the sourceRoot).\n * - name: An optional original token name for this mapping.\n */\nSourceMapGenerator.prototype.addMapping =\n function SourceMapGenerator_addMapping(aArgs) {\n var generated = util.getArg(aArgs, 'generated');\n var original = util.getArg(aArgs, 'original', null);\n var source = util.getArg(aArgs, 'source', null);\n var name = util.getArg(aArgs, 'name', null);\n\n if (!this._skipValidation) {\n this._validateMapping(generated, original, source, name);\n }\n\n if (source != null) {\n source = String(source);\n if (!this._sources.has(source)) {\n this._sources.add(source);\n }\n }\n\n if (name != null) {\n name = String(name);\n if (!this._names.has(name)) {\n this._names.add(name);\n }\n }\n\n this._mappings.add({\n generatedLine: generated.line,\n generatedColumn: generated.column,\n originalLine: original != null && original.line,\n originalColumn: original != null && original.column,\n source: source,\n name: name\n });\n };\n\n/**\n * Set the source content for a source file.\n */\nSourceMapGenerator.prototype.setSourceContent =\n function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) {\n var source = aSourceFile;\n if (this._sourceRoot != null) {\n source = util.relative(this._sourceRoot, source);\n }\n\n if (aSourceContent != null) {\n // Add the source content to the _sourcesContents map.\n // Create a new _sourcesContents map if the property is null.\n if (!this._sourcesContents) {\n this._sourcesContents = Object.create(null);\n }\n this._sourcesContents[util.toSetString(source)] = aSourceContent;\n } else if (this._sourcesContents) {\n // Remove the source file from the _sourcesContents map.\n // If the _sourcesContents map is empty, set the property to null.\n delete this._sourcesContents[util.toSetString(source)];\n if (Object.keys(this._sourcesContents).length === 0) {\n this._sourcesContents = null;\n }\n }\n };\n\n/**\n * Applies the mappings of a sub-source-map for a specific source file to the\n * source map being generated. Each mapping to the supplied source file is\n * rewritten using the supplied source map. Note: The resolution for the\n * resulting mappings is the minimium of this map and the supplied map.\n *\n * @param aSourceMapConsumer The source map to be applied.\n * @param aSourceFile Optional. The filename of the source file.\n * If omitted, SourceMapConsumer's file property will be used.\n * @param aSourceMapPath Optional. The dirname of the path to the source map\n * to be applied. If relative, it is relative to the SourceMapConsumer.\n * This parameter is needed when the two source maps aren't in the same\n * directory, and the source map to be applied contains relative source\n * paths. If so, those relative source paths need to be rewritten\n * relative to the SourceMapGenerator.\n */\nSourceMapGenerator.prototype.applySourceMap =\n function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) {\n var sourceFile = aSourceFile;\n // If aSourceFile is omitted, we will use the file property of the SourceMap\n if (aSourceFile == null) {\n if (aSourceMapConsumer.file == null) {\n throw new Error(\n 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' +\n 'or the source map\\'s \"file\" property. Both were omitted.'\n );\n }\n sourceFile = aSourceMapConsumer.file;\n }\n var sourceRoot = this._sourceRoot;\n // Make \"sourceFile\" relative if an absolute Url is passed.\n if (sourceRoot != null) {\n sourceFile = util.relative(sourceRoot, sourceFile);\n }\n // Applying the SourceMap can add and remove items from the sources and\n // the names array.\n var newSources = new ArraySet();\n var newNames = new ArraySet();\n\n // Find mappings for the \"sourceFile\"\n this._mappings.unsortedForEach(function (mapping) {\n if (mapping.source === sourceFile && mapping.originalLine != null) {\n // Check if it can be mapped by the source map, then update the mapping.\n var original = aSourceMapConsumer.originalPositionFor({\n line: mapping.originalLine,\n column: mapping.originalColumn\n });\n if (original.source != null) {\n // Copy mapping\n mapping.source = original.source;\n if (aSourceMapPath != null) {\n mapping.source = util.join(aSourceMapPath, mapping.source)\n }\n if (sourceRoot != null) {\n mapping.source = util.relative(sourceRoot, mapping.source);\n }\n mapping.originalLine = original.line;\n mapping.originalColumn = original.column;\n if (original.name != null) {\n mapping.name = original.name;\n }\n }\n }\n\n var source = mapping.source;\n if (source != null && !newSources.has(source)) {\n newSources.add(source);\n }\n\n var name = mapping.name;\n if (name != null && !newNames.has(name)) {\n newNames.add(name);\n }\n\n }, this);\n this._sources = newSources;\n this._names = newNames;\n\n // Copy sourcesContents of applied map.\n aSourceMapConsumer.sources.forEach(function (sourceFile) {\n var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n if (content != null) {\n if (aSourceMapPath != null) {\n sourceFile = util.join(aSourceMapPath, sourceFile);\n }\n if (sourceRoot != null) {\n sourceFile = util.relative(sourceRoot, sourceFile);\n }\n this.setSourceContent(sourceFile, content);\n }\n }, this);\n };\n\n/**\n * A mapping can have one of the three levels of data:\n *\n * 1. Just the generated position.\n * 2. The Generated position, original position, and original source.\n * 3. Generated and original position, original source, as well as a name\n * token.\n *\n * To maintain consistency, we validate that any new mapping being added falls\n * in to one of these categories.\n */\nSourceMapGenerator.prototype._validateMapping =\n function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource,\n aName) {\n // When aOriginal is truthy but has empty values for .line and .column,\n // it is most likely a programmer error. In this case we throw a very\n // specific error message to try to guide them the right way.\n // For example: https://github.com/Polymer/polymer-bundler/pull/519\n if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') {\n throw new Error(\n 'original.line and original.column are not numbers -- you probably meant to omit ' +\n 'the original mapping entirely and only map the generated position. If so, pass ' +\n 'null for the original mapping instead of an object with empty or null values.'\n );\n }\n\n if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n && aGenerated.line > 0 && aGenerated.column >= 0\n && !aOriginal && !aSource && !aName) {\n // Case 1.\n return;\n }\n else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated\n && aOriginal && 'line' in aOriginal && 'column' in aOriginal\n && aGenerated.line > 0 && aGenerated.column >= 0\n && aOriginal.line > 0 && aOriginal.column >= 0\n && aSource) {\n // Cases 2 and 3.\n return;\n }\n else {\n throw new Error('Invalid mapping: ' + JSON.stringify({\n generated: aGenerated,\n source: aSource,\n original: aOriginal,\n name: aName\n }));\n }\n };\n\n/**\n * Serialize the accumulated mappings in to the stream of base 64 VLQs\n * specified by the source map format.\n */\nSourceMapGenerator.prototype._serializeMappings =\n function SourceMapGenerator_serializeMappings() {\n var previousGeneratedColumn = 0;\n var previousGeneratedLine = 1;\n var previousOriginalColumn = 0;\n var previousOriginalLine = 0;\n var previousName = 0;\n var previousSource = 0;\n var result = '';\n var next;\n var mapping;\n var nameIdx;\n var sourceIdx;\n\n var mappings = this._mappings.toArray();\n for (var i = 0, len = mappings.length; i < len; i++) {\n mapping = mappings[i];\n next = ''\n\n if (mapping.generatedLine !== previousGeneratedLine) {\n previousGeneratedColumn = 0;\n while (mapping.generatedLine !== previousGeneratedLine) {\n next += ';';\n previousGeneratedLine++;\n }\n }\n else {\n if (i > 0) {\n if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) {\n continue;\n }\n next += ',';\n }\n }\n\n next += base64VLQ.encode(mapping.generatedColumn\n - previousGeneratedColumn);\n previousGeneratedColumn = mapping.generatedColumn;\n\n if (mapping.source != null) {\n sourceIdx = this._sources.indexOf(mapping.source);\n next += base64VLQ.encode(sourceIdx - previousSource);\n previousSource = sourceIdx;\n\n // lines are stored 0-based in SourceMap spec version 3\n next += base64VLQ.encode(mapping.originalLine - 1\n - previousOriginalLine);\n previousOriginalLine = mapping.originalLine - 1;\n\n next += base64VLQ.encode(mapping.originalColumn\n - previousOriginalColumn);\n previousOriginalColumn = mapping.originalColumn;\n\n if (mapping.name != null) {\n nameIdx = this._names.indexOf(mapping.name);\n next += base64VLQ.encode(nameIdx - previousName);\n previousName = nameIdx;\n }\n }\n\n result += next;\n }\n\n return result;\n };\n\nSourceMapGenerator.prototype._generateSourcesContent =\n function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) {\n return aSources.map(function (source) {\n if (!this._sourcesContents) {\n return null;\n }\n if (aSourceRoot != null) {\n source = util.relative(aSourceRoot, source);\n }\n var key = util.toSetString(source);\n return Object.prototype.hasOwnProperty.call(this._sourcesContents, key)\n ? this._sourcesContents[key]\n : null;\n }, this);\n };\n\n/**\n * Externalize the source map.\n */\nSourceMapGenerator.prototype.toJSON =\n function SourceMapGenerator_toJSON() {\n var map = {\n version: this._version,\n sources: this._sources.toArray(),\n names: this._names.toArray(),\n mappings: this._serializeMappings()\n };\n if (this._file != null) {\n map.file = this._file;\n }\n if (this._sourceRoot != null) {\n map.sourceRoot = this._sourceRoot;\n }\n if (this._sourcesContents) {\n map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot);\n }\n\n return map;\n };\n\n/**\n * Render the source map being generated to a string.\n */\nSourceMapGenerator.prototype.toString =\n function SourceMapGenerator_toString() {\n return JSON.stringify(this.toJSON());\n };\n\nexports.SourceMapGenerator = SourceMapGenerator;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/source-map-generator.js\n// module id = 1\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n *\n * Based on the Base 64 VLQ implementation in Closure Compiler:\n * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java\n *\n * Copyright 2011 The Closure Compiler Authors. All rights reserved.\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n *\n * * Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * * Redistributions in binary form must reproduce the above\n * copyright notice, this list of conditions and the following\n * disclaimer in the documentation and/or other materials provided\n * with the distribution.\n * * Neither the name of Google Inc. nor the names of its\n * contributors may be used to endorse or promote products derived\n * from this software without specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n * \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\nvar base64 = require('./base64');\n\n// A single base 64 digit can contain 6 bits of data. For the base 64 variable\n// length quantities we use in the source map spec, the first bit is the sign,\n// the next four bits are the actual value, and the 6th bit is the\n// continuation bit. The continuation bit tells us whether there are more\n// digits in this value following this digit.\n//\n// Continuation\n// | Sign\n// | |\n// V V\n// 101011\n\nvar VLQ_BASE_SHIFT = 5;\n\n// binary: 100000\nvar VLQ_BASE = 1 << VLQ_BASE_SHIFT;\n\n// binary: 011111\nvar VLQ_BASE_MASK = VLQ_BASE - 1;\n\n// binary: 100000\nvar VLQ_CONTINUATION_BIT = VLQ_BASE;\n\n/**\n * Converts from a two-complement value to a value where the sign bit is\n * placed in the least significant bit. For example, as decimals:\n * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)\n * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary)\n */\nfunction toVLQSigned(aValue) {\n return aValue < 0\n ? ((-aValue) << 1) + 1\n : (aValue << 1) + 0;\n}\n\n/**\n * Converts to a two-complement value from a value where the sign bit is\n * placed in the least significant bit. For example, as decimals:\n * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1\n * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2\n */\nfunction fromVLQSigned(aValue) {\n var isNegative = (aValue & 1) === 1;\n var shifted = aValue >> 1;\n return isNegative\n ? -shifted\n : shifted;\n}\n\n/**\n * Returns the base 64 VLQ encoded value.\n */\nexports.encode = function base64VLQ_encode(aValue) {\n var encoded = \"\";\n var digit;\n\n var vlq = toVLQSigned(aValue);\n\n do {\n digit = vlq & VLQ_BASE_MASK;\n vlq >>>= VLQ_BASE_SHIFT;\n if (vlq > 0) {\n // There are still more digits in this value, so we must make sure the\n // continuation bit is marked.\n digit |= VLQ_CONTINUATION_BIT;\n }\n encoded += base64.encode(digit);\n } while (vlq > 0);\n\n return encoded;\n};\n\n/**\n * Decodes the next base 64 VLQ value from the given string and returns the\n * value and the rest of the string via the out parameter.\n */\nexports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) {\n var strLen = aStr.length;\n var result = 0;\n var shift = 0;\n var continuation, digit;\n\n do {\n if (aIndex >= strLen) {\n throw new Error(\"Expected more digits in base 64 VLQ value.\");\n }\n\n digit = base64.decode(aStr.charCodeAt(aIndex++));\n if (digit === -1) {\n throw new Error(\"Invalid base64 digit: \" + aStr.charAt(aIndex - 1));\n }\n\n continuation = !!(digit & VLQ_CONTINUATION_BIT);\n digit &= VLQ_BASE_MASK;\n result = result + (digit << shift);\n shift += VLQ_BASE_SHIFT;\n } while (continuation);\n\n aOutParam.value = fromVLQSigned(result);\n aOutParam.rest = aIndex;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/base64-vlq.js\n// module id = 2\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split('');\n\n/**\n * Encode an integer in the range of 0 to 63 to a single base 64 digit.\n */\nexports.encode = function (number) {\n if (0 <= number && number < intToCharMap.length) {\n return intToCharMap[number];\n }\n throw new TypeError(\"Must be between 0 and 63: \" + number);\n};\n\n/**\n * Decode a single base 64 character code digit to an integer. Returns -1 on\n * failure.\n */\nexports.decode = function (charCode) {\n var bigA = 65; // 'A'\n var bigZ = 90; // 'Z'\n\n var littleA = 97; // 'a'\n var littleZ = 122; // 'z'\n\n var zero = 48; // '0'\n var nine = 57; // '9'\n\n var plus = 43; // '+'\n var slash = 47; // '/'\n\n var littleOffset = 26;\n var numberOffset = 52;\n\n // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ\n if (bigA <= charCode && charCode <= bigZ) {\n return (charCode - bigA);\n }\n\n // 26 - 51: abcdefghijklmnopqrstuvwxyz\n if (littleA <= charCode && charCode <= littleZ) {\n return (charCode - littleA + littleOffset);\n }\n\n // 52 - 61: 0123456789\n if (zero <= charCode && charCode <= nine) {\n return (charCode - zero + numberOffset);\n }\n\n // 62: +\n if (charCode == plus) {\n return 62;\n }\n\n // 63: /\n if (charCode == slash) {\n return 63;\n }\n\n // Invalid base64 digit.\n return -1;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/base64.js\n// module id = 3\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\n/**\n * This is a helper function for getting values from parameter/options\n * objects.\n *\n * @param args The object we are extracting values from\n * @param name The name of the property we are getting.\n * @param defaultValue An optional value to return if the property is missing\n * from the object. If this is not specified and the property is missing, an\n * error will be thrown.\n */\nfunction getArg(aArgs, aName, aDefaultValue) {\n if (aName in aArgs) {\n return aArgs[aName];\n } else if (arguments.length === 3) {\n return aDefaultValue;\n } else {\n throw new Error('\"' + aName + '\" is a required argument.');\n }\n}\nexports.getArg = getArg;\n\nvar urlRegexp = /^(?:([\\w+\\-.]+):)?\\/\\/(?:(\\w+:\\w+)@)?([\\w.-]*)(?::(\\d+))?(.*)$/;\nvar dataUrlRegexp = /^data:.+\\,.+$/;\n\nfunction urlParse(aUrl) {\n var match = aUrl.match(urlRegexp);\n if (!match) {\n return null;\n }\n return {\n scheme: match[1],\n auth: match[2],\n host: match[3],\n port: match[4],\n path: match[5]\n };\n}\nexports.urlParse = urlParse;\n\nfunction urlGenerate(aParsedUrl) {\n var url = '';\n if (aParsedUrl.scheme) {\n url += aParsedUrl.scheme + ':';\n }\n url += '//';\n if (aParsedUrl.auth) {\n url += aParsedUrl.auth + '@';\n }\n if (aParsedUrl.host) {\n url += aParsedUrl.host;\n }\n if (aParsedUrl.port) {\n url += \":\" + aParsedUrl.port\n }\n if (aParsedUrl.path) {\n url += aParsedUrl.path;\n }\n return url;\n}\nexports.urlGenerate = urlGenerate;\n\n/**\n * Normalizes a path, or the path portion of a URL:\n *\n * - Replaces consecutive slashes with one slash.\n * - Removes unnecessary '.' parts.\n * - Removes unnecessary '/..' parts.\n *\n * Based on code in the Node.js 'path' core module.\n *\n * @param aPath The path or url to normalize.\n */\nfunction normalize(aPath) {\n var path = aPath;\n var url = urlParse(aPath);\n if (url) {\n if (!url.path) {\n return aPath;\n }\n path = url.path;\n }\n var isAbsolute = exports.isAbsolute(path);\n\n var parts = path.split(/\\/+/);\n for (var part, up = 0, i = parts.length - 1; i >= 0; i--) {\n part = parts[i];\n if (part === '.') {\n parts.splice(i, 1);\n } else if (part === '..') {\n up++;\n } else if (up > 0) {\n if (part === '') {\n // The first part is blank if the path is absolute. Trying to go\n // above the root is a no-op. Therefore we can remove all '..' parts\n // directly after the root.\n parts.splice(i + 1, up);\n up = 0;\n } else {\n parts.splice(i, 2);\n up--;\n }\n }\n }\n path = parts.join('/');\n\n if (path === '') {\n path = isAbsolute ? '/' : '.';\n }\n\n if (url) {\n url.path = path;\n return urlGenerate(url);\n }\n return path;\n}\nexports.normalize = normalize;\n\n/**\n * Joins two paths/URLs.\n *\n * @param aRoot The root path or URL.\n * @param aPath The path or URL to be joined with the root.\n *\n * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a\n * scheme-relative URL: Then the scheme of aRoot, if any, is prepended\n * first.\n * - Otherwise aPath is a path. If aRoot is a URL, then its path portion\n * is updated with the result and aRoot is returned. Otherwise the result\n * is returned.\n * - If aPath is absolute, the result is aPath.\n * - Otherwise the two paths are joined with a slash.\n * - Joining for example 'http://' and 'www.example.com' is also supported.\n */\nfunction join(aRoot, aPath) {\n if (aRoot === \"\") {\n aRoot = \".\";\n }\n if (aPath === \"\") {\n aPath = \".\";\n }\n var aPathUrl = urlParse(aPath);\n var aRootUrl = urlParse(aRoot);\n if (aRootUrl) {\n aRoot = aRootUrl.path || '/';\n }\n\n // `join(foo, '//www.example.org')`\n if (aPathUrl && !aPathUrl.scheme) {\n if (aRootUrl) {\n aPathUrl.scheme = aRootUrl.scheme;\n }\n return urlGenerate(aPathUrl);\n }\n\n if (aPathUrl || aPath.match(dataUrlRegexp)) {\n return aPath;\n }\n\n // `join('http://', 'www.example.com')`\n if (aRootUrl && !aRootUrl.host && !aRootUrl.path) {\n aRootUrl.host = aPath;\n return urlGenerate(aRootUrl);\n }\n\n var joined = aPath.charAt(0) === '/'\n ? aPath\n : normalize(aRoot.replace(/\\/+$/, '') + '/' + aPath);\n\n if (aRootUrl) {\n aRootUrl.path = joined;\n return urlGenerate(aRootUrl);\n }\n return joined;\n}\nexports.join = join;\n\nexports.isAbsolute = function (aPath) {\n return aPath.charAt(0) === '/' || urlRegexp.test(aPath);\n};\n\n/**\n * Make a path relative to a URL or another path.\n *\n * @param aRoot The root path or URL.\n * @param aPath The path or URL to be made relative to aRoot.\n */\nfunction relative(aRoot, aPath) {\n if (aRoot === \"\") {\n aRoot = \".\";\n }\n\n aRoot = aRoot.replace(/\\/$/, '');\n\n // It is possible for the path to be above the root. In this case, simply\n // checking whether the root is a prefix of the path won't work. Instead, we\n // need to remove components from the root one by one, until either we find\n // a prefix that fits, or we run out of components to remove.\n var level = 0;\n while (aPath.indexOf(aRoot + '/') !== 0) {\n var index = aRoot.lastIndexOf(\"/\");\n if (index < 0) {\n return aPath;\n }\n\n // If the only part of the root that is left is the scheme (i.e. http://,\n // file:///, etc.), one or more slashes (/), or simply nothing at all, we\n // have exhausted all components, so the path is not relative to the root.\n aRoot = aRoot.slice(0, index);\n if (aRoot.match(/^([^\\/]+:\\/)?\\/*$/)) {\n return aPath;\n }\n\n ++level;\n }\n\n // Make sure we add a \"../\" for each component we removed from the root.\n return Array(level + 1).join(\"../\") + aPath.substr(aRoot.length + 1);\n}\nexports.relative = relative;\n\nvar supportsNullProto = (function () {\n var obj = Object.create(null);\n return !('__proto__' in obj);\n}());\n\nfunction identity (s) {\n return s;\n}\n\n/**\n * Because behavior goes wacky when you set `__proto__` on objects, we\n * have to prefix all the strings in our set with an arbitrary character.\n *\n * See https://github.com/mozilla/source-map/pull/31 and\n * https://github.com/mozilla/source-map/issues/30\n *\n * @param String aStr\n */\nfunction toSetString(aStr) {\n if (isProtoString(aStr)) {\n return '$' + aStr;\n }\n\n return aStr;\n}\nexports.toSetString = supportsNullProto ? identity : toSetString;\n\nfunction fromSetString(aStr) {\n if (isProtoString(aStr)) {\n return aStr.slice(1);\n }\n\n return aStr;\n}\nexports.fromSetString = supportsNullProto ? identity : fromSetString;\n\nfunction isProtoString(s) {\n if (!s) {\n return false;\n }\n\n var length = s.length;\n\n if (length < 9 /* \"__proto__\".length */) {\n return false;\n }\n\n if (s.charCodeAt(length - 1) !== 95 /* '_' */ ||\n s.charCodeAt(length - 2) !== 95 /* '_' */ ||\n s.charCodeAt(length - 3) !== 111 /* 'o' */ ||\n s.charCodeAt(length - 4) !== 116 /* 't' */ ||\n s.charCodeAt(length - 5) !== 111 /* 'o' */ ||\n s.charCodeAt(length - 6) !== 114 /* 'r' */ ||\n s.charCodeAt(length - 7) !== 112 /* 'p' */ ||\n s.charCodeAt(length - 8) !== 95 /* '_' */ ||\n s.charCodeAt(length - 9) !== 95 /* '_' */) {\n return false;\n }\n\n for (var i = length - 10; i >= 0; i--) {\n if (s.charCodeAt(i) !== 36 /* '$' */) {\n return false;\n }\n }\n\n return true;\n}\n\n/**\n * Comparator between two mappings where the original positions are compared.\n *\n * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n * mappings with the same original source/line/column, but different generated\n * line and column the same. Useful when searching for a mapping with a\n * stubbed out mapping.\n */\nfunction compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) {\n var cmp = strcmp(mappingA.source, mappingB.source);\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalLine - mappingB.originalLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalColumn - mappingB.originalColumn;\n if (cmp !== 0 || onlyCompareOriginal) {\n return cmp;\n }\n\n cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.generatedLine - mappingB.generatedLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n return strcmp(mappingA.name, mappingB.name);\n}\nexports.compareByOriginalPositions = compareByOriginalPositions;\n\n/**\n * Comparator between two mappings with deflated source and name indices where\n * the generated positions are compared.\n *\n * Optionally pass in `true` as `onlyCompareGenerated` to consider two\n * mappings with the same generated line and column, but different\n * source/name/original line and column the same. Useful when searching for a\n * mapping with a stubbed out mapping.\n */\nfunction compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) {\n var cmp = mappingA.generatedLine - mappingB.generatedLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n if (cmp !== 0 || onlyCompareGenerated) {\n return cmp;\n }\n\n cmp = strcmp(mappingA.source, mappingB.source);\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalLine - mappingB.originalLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalColumn - mappingB.originalColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n return strcmp(mappingA.name, mappingB.name);\n}\nexports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated;\n\nfunction strcmp(aStr1, aStr2) {\n if (aStr1 === aStr2) {\n return 0;\n }\n\n if (aStr1 === null) {\n return 1; // aStr2 !== null\n }\n\n if (aStr2 === null) {\n return -1; // aStr1 !== null\n }\n\n if (aStr1 > aStr2) {\n return 1;\n }\n\n return -1;\n}\n\n/**\n * Comparator between two mappings with inflated source and name strings where\n * the generated positions are compared.\n */\nfunction compareByGeneratedPositionsInflated(mappingA, mappingB) {\n var cmp = mappingA.generatedLine - mappingB.generatedLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.generatedColumn - mappingB.generatedColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = strcmp(mappingA.source, mappingB.source);\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalLine - mappingB.originalLine;\n if (cmp !== 0) {\n return cmp;\n }\n\n cmp = mappingA.originalColumn - mappingB.originalColumn;\n if (cmp !== 0) {\n return cmp;\n }\n\n return strcmp(mappingA.name, mappingB.name);\n}\nexports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;\n\n/**\n * Strip any JSON XSSI avoidance prefix from the string (as documented\n * in the source maps specification), and then parse the string as\n * JSON.\n */\nfunction parseSourceMapInput(str) {\n return JSON.parse(str.replace(/^\\)]}'[^\\n]*\\n/, ''));\n}\nexports.parseSourceMapInput = parseSourceMapInput;\n\n/**\n * Compute the URL of a source given the the source root, the source's\n * URL, and the source map's URL.\n */\nfunction computeSourceURL(sourceRoot, sourceURL, sourceMapURL) {\n sourceURL = sourceURL || '';\n\n if (sourceRoot) {\n // This follows what Chrome does.\n if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') {\n sourceRoot += '/';\n }\n // The spec says:\n // Line 4: An optional source root, useful for relocating source\n // files on a server or removing repeated values in the\n // “sources” entry. This value is prepended to the individual\n // entries in the “source” field.\n sourceURL = sourceRoot + sourceURL;\n }\n\n // Historically, SourceMapConsumer did not take the sourceMapURL as\n // a parameter. This mode is still somewhat supported, which is why\n // this code block is conditional. However, it's preferable to pass\n // the source map URL to SourceMapConsumer, so that this function\n // can implement the source URL resolution algorithm as outlined in\n // the spec. This block is basically the equivalent of:\n // new URL(sourceURL, sourceMapURL).toString()\n // ... except it avoids using URL, which wasn't available in the\n // older releases of node still supported by this library.\n //\n // The spec says:\n // If the sources are not absolute URLs after prepending of the\n // “sourceRoot”, the sources are resolved relative to the\n // SourceMap (like resolving script src in a html document).\n if (sourceMapURL) {\n var parsed = urlParse(sourceMapURL);\n if (!parsed) {\n throw new Error(\"sourceMapURL could not be parsed\");\n }\n if (parsed.path) {\n // Strip the last path component, but keep the \"/\".\n var index = parsed.path.lastIndexOf('/');\n if (index >= 0) {\n parsed.path = parsed.path.substring(0, index + 1);\n }\n }\n sourceURL = join(urlGenerate(parsed), sourceURL);\n }\n\n return normalize(sourceURL);\n}\nexports.computeSourceURL = computeSourceURL;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/util.js\n// module id = 4\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar util = require('./util');\nvar has = Object.prototype.hasOwnProperty;\nvar hasNativeMap = typeof Map !== \"undefined\";\n\n/**\n * A data structure which is a combination of an array and a set. Adding a new\n * member is O(1), testing for membership is O(1), and finding the index of an\n * element is O(1). Removing elements from the set is not supported. Only\n * strings are supported for membership.\n */\nfunction ArraySet() {\n this._array = [];\n this._set = hasNativeMap ? new Map() : Object.create(null);\n}\n\n/**\n * Static method for creating ArraySet instances from an existing array.\n */\nArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) {\n var set = new ArraySet();\n for (var i = 0, len = aArray.length; i < len; i++) {\n set.add(aArray[i], aAllowDuplicates);\n }\n return set;\n};\n\n/**\n * Return how many unique items are in this ArraySet. If duplicates have been\n * added, than those do not count towards the size.\n *\n * @returns Number\n */\nArraySet.prototype.size = function ArraySet_size() {\n return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length;\n};\n\n/**\n * Add the given string to this set.\n *\n * @param String aStr\n */\nArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) {\n var sStr = hasNativeMap ? aStr : util.toSetString(aStr);\n var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr);\n var idx = this._array.length;\n if (!isDuplicate || aAllowDuplicates) {\n this._array.push(aStr);\n }\n if (!isDuplicate) {\n if (hasNativeMap) {\n this._set.set(aStr, idx);\n } else {\n this._set[sStr] = idx;\n }\n }\n};\n\n/**\n * Is the given string a member of this set?\n *\n * @param String aStr\n */\nArraySet.prototype.has = function ArraySet_has(aStr) {\n if (hasNativeMap) {\n return this._set.has(aStr);\n } else {\n var sStr = util.toSetString(aStr);\n return has.call(this._set, sStr);\n }\n};\n\n/**\n * What is the index of the given string in the array?\n *\n * @param String aStr\n */\nArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) {\n if (hasNativeMap) {\n var idx = this._set.get(aStr);\n if (idx >= 0) {\n return idx;\n }\n } else {\n var sStr = util.toSetString(aStr);\n if (has.call(this._set, sStr)) {\n return this._set[sStr];\n }\n }\n\n throw new Error('\"' + aStr + '\" is not in the set.');\n};\n\n/**\n * What is the element at the given index?\n *\n * @param Number aIdx\n */\nArraySet.prototype.at = function ArraySet_at(aIdx) {\n if (aIdx >= 0 && aIdx < this._array.length) {\n return this._array[aIdx];\n }\n throw new Error('No element indexed by ' + aIdx);\n};\n\n/**\n * Returns the array representation of this set (which has the proper indices\n * indicated by indexOf). Note that this is a copy of the internal array used\n * for storing the members so that no one can mess with internal state.\n */\nArraySet.prototype.toArray = function ArraySet_toArray() {\n return this._array.slice();\n};\n\nexports.ArraySet = ArraySet;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/array-set.js\n// module id = 5\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2014 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar util = require('./util');\n\n/**\n * Determine whether mappingB is after mappingA with respect to generated\n * position.\n */\nfunction generatedPositionAfter(mappingA, mappingB) {\n // Optimized for most common case\n var lineA = mappingA.generatedLine;\n var lineB = mappingB.generatedLine;\n var columnA = mappingA.generatedColumn;\n var columnB = mappingB.generatedColumn;\n return lineB > lineA || lineB == lineA && columnB >= columnA ||\n util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0;\n}\n\n/**\n * A data structure to provide a sorted view of accumulated mappings in a\n * performance conscious manner. It trades a neglibable overhead in general\n * case for a large speedup in case of mappings being added in order.\n */\nfunction MappingList() {\n this._array = [];\n this._sorted = true;\n // Serves as infimum\n this._last = {generatedLine: -1, generatedColumn: 0};\n}\n\n/**\n * Iterate through internal items. This method takes the same arguments that\n * `Array.prototype.forEach` takes.\n *\n * NOTE: The order of the mappings is NOT guaranteed.\n */\nMappingList.prototype.unsortedForEach =\n function MappingList_forEach(aCallback, aThisArg) {\n this._array.forEach(aCallback, aThisArg);\n };\n\n/**\n * Add the given source mapping.\n *\n * @param Object aMapping\n */\nMappingList.prototype.add = function MappingList_add(aMapping) {\n if (generatedPositionAfter(this._last, aMapping)) {\n this._last = aMapping;\n this._array.push(aMapping);\n } else {\n this._sorted = false;\n this._array.push(aMapping);\n }\n};\n\n/**\n * Returns the flat, sorted array of mappings. The mappings are sorted by\n * generated position.\n *\n * WARNING: This method returns internal data without copying, for\n * performance. The return value must NOT be mutated, and should be treated as\n * an immutable borrow. If you want to take ownership, you must make your own\n * copy.\n */\nMappingList.prototype.toArray = function MappingList_toArray() {\n if (!this._sorted) {\n this._array.sort(util.compareByGeneratedPositionsInflated);\n this._sorted = true;\n }\n return this._array;\n};\n\nexports.MappingList = MappingList;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/mapping-list.js\n// module id = 6\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar util = require('./util');\nvar binarySearch = require('./binary-search');\nvar ArraySet = require('./array-set').ArraySet;\nvar base64VLQ = require('./base64-vlq');\nvar quickSort = require('./quick-sort').quickSort;\n\nfunction SourceMapConsumer(aSourceMap, aSourceMapURL) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = util.parseSourceMapInput(aSourceMap);\n }\n\n return sourceMap.sections != null\n ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL)\n : new BasicSourceMapConsumer(sourceMap, aSourceMapURL);\n}\n\nSourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) {\n return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL);\n}\n\n/**\n * The version of the source mapping spec that we are consuming.\n */\nSourceMapConsumer.prototype._version = 3;\n\n// `__generatedMappings` and `__originalMappings` are arrays that hold the\n// parsed mapping coordinates from the source map's \"mappings\" attribute. They\n// are lazily instantiated, accessed via the `_generatedMappings` and\n// `_originalMappings` getters respectively, and we only parse the mappings\n// and create these arrays once queried for a source location. We jump through\n// these hoops because there can be many thousands of mappings, and parsing\n// them is expensive, so we only want to do it if we must.\n//\n// Each object in the arrays is of the form:\n//\n// {\n// generatedLine: The line number in the generated code,\n// generatedColumn: The column number in the generated code,\n// source: The path to the original source file that generated this\n// chunk of code,\n// originalLine: The line number in the original source that\n// corresponds to this chunk of generated code,\n// originalColumn: The column number in the original source that\n// corresponds to this chunk of generated code,\n// name: The name of the original symbol which generated this chunk of\n// code.\n// }\n//\n// All properties except for `generatedLine` and `generatedColumn` can be\n// `null`.\n//\n// `_generatedMappings` is ordered by the generated positions.\n//\n// `_originalMappings` is ordered by the original positions.\n\nSourceMapConsumer.prototype.__generatedMappings = null;\nObject.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', {\n configurable: true,\n enumerable: true,\n get: function () {\n if (!this.__generatedMappings) {\n this._parseMappings(this._mappings, this.sourceRoot);\n }\n\n return this.__generatedMappings;\n }\n});\n\nSourceMapConsumer.prototype.__originalMappings = null;\nObject.defineProperty(SourceMapConsumer.prototype, '_originalMappings', {\n configurable: true,\n enumerable: true,\n get: function () {\n if (!this.__originalMappings) {\n this._parseMappings(this._mappings, this.sourceRoot);\n }\n\n return this.__originalMappings;\n }\n});\n\nSourceMapConsumer.prototype._charIsMappingSeparator =\n function SourceMapConsumer_charIsMappingSeparator(aStr, index) {\n var c = aStr.charAt(index);\n return c === \";\" || c === \",\";\n };\n\n/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */\nSourceMapConsumer.prototype._parseMappings =\n function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n throw new Error(\"Subclasses must implement _parseMappings\");\n };\n\nSourceMapConsumer.GENERATED_ORDER = 1;\nSourceMapConsumer.ORIGINAL_ORDER = 2;\n\nSourceMapConsumer.GREATEST_LOWER_BOUND = 1;\nSourceMapConsumer.LEAST_UPPER_BOUND = 2;\n\n/**\n * Iterate over each mapping between an original source/line/column and a\n * generated line/column in this source map.\n *\n * @param Function aCallback\n * The function that is called with each mapping.\n * @param Object aContext\n * Optional. If specified, this object will be the value of `this` every\n * time that `aCallback` is called.\n * @param aOrder\n * Either `SourceMapConsumer.GENERATED_ORDER` or\n * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to\n * iterate over the mappings sorted by the generated file's line/column\n * order or the original's source/line/column order, respectively. Defaults to\n * `SourceMapConsumer.GENERATED_ORDER`.\n */\nSourceMapConsumer.prototype.eachMapping =\n function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) {\n var context = aContext || null;\n var order = aOrder || SourceMapConsumer.GENERATED_ORDER;\n\n var mappings;\n switch (order) {\n case SourceMapConsumer.GENERATED_ORDER:\n mappings = this._generatedMappings;\n break;\n case SourceMapConsumer.ORIGINAL_ORDER:\n mappings = this._originalMappings;\n break;\n default:\n throw new Error(\"Unknown order of iteration.\");\n }\n\n var sourceRoot = this.sourceRoot;\n mappings.map(function (mapping) {\n var source = mapping.source === null ? null : this._sources.at(mapping.source);\n source = util.computeSourceURL(sourceRoot, source, this._sourceMapURL);\n return {\n source: source,\n generatedLine: mapping.generatedLine,\n generatedColumn: mapping.generatedColumn,\n originalLine: mapping.originalLine,\n originalColumn: mapping.originalColumn,\n name: mapping.name === null ? null : this._names.at(mapping.name)\n };\n }, this).forEach(aCallback, context);\n };\n\n/**\n * Returns all generated line and column information for the original source,\n * line, and column provided. If no column is provided, returns all mappings\n * corresponding to a either the line we are searching for or the next\n * closest line that has any mappings. Otherwise, returns all mappings\n * corresponding to the given line and either the column we are searching for\n * or the next closest column that has any offsets.\n *\n * The only argument is an object with the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source. The line number is 1-based.\n * - column: Optional. the column number in the original source.\n * The column number is 0-based.\n *\n * and an array of objects is returned, each with the following properties:\n *\n * - line: The line number in the generated source, or null. The\n * line number is 1-based.\n * - column: The column number in the generated source, or null.\n * The column number is 0-based.\n */\nSourceMapConsumer.prototype.allGeneratedPositionsFor =\n function SourceMapConsumer_allGeneratedPositionsFor(aArgs) {\n var line = util.getArg(aArgs, 'line');\n\n // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping\n // returns the index of the closest mapping less than the needle. By\n // setting needle.originalColumn to 0, we thus find the last mapping for\n // the given line, provided such a mapping exists.\n var needle = {\n source: util.getArg(aArgs, 'source'),\n originalLine: line,\n originalColumn: util.getArg(aArgs, 'column', 0)\n };\n\n needle.source = this._findSourceIndex(needle.source);\n if (needle.source < 0) {\n return [];\n }\n\n var mappings = [];\n\n var index = this._findMapping(needle,\n this._originalMappings,\n \"originalLine\",\n \"originalColumn\",\n util.compareByOriginalPositions,\n binarySearch.LEAST_UPPER_BOUND);\n if (index >= 0) {\n var mapping = this._originalMappings[index];\n\n if (aArgs.column === undefined) {\n var originalLine = mapping.originalLine;\n\n // Iterate until either we run out of mappings, or we run into\n // a mapping for a different line than the one we found. Since\n // mappings are sorted, this is guaranteed to find all mappings for\n // the line we found.\n while (mapping && mapping.originalLine === originalLine) {\n mappings.push({\n line: util.getArg(mapping, 'generatedLine', null),\n column: util.getArg(mapping, 'generatedColumn', null),\n lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n });\n\n mapping = this._originalMappings[++index];\n }\n } else {\n var originalColumn = mapping.originalColumn;\n\n // Iterate until either we run out of mappings, or we run into\n // a mapping for a different line than the one we were searching for.\n // Since mappings are sorted, this is guaranteed to find all mappings for\n // the line we are searching for.\n while (mapping &&\n mapping.originalLine === line &&\n mapping.originalColumn == originalColumn) {\n mappings.push({\n line: util.getArg(mapping, 'generatedLine', null),\n column: util.getArg(mapping, 'generatedColumn', null),\n lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n });\n\n mapping = this._originalMappings[++index];\n }\n }\n }\n\n return mappings;\n };\n\nexports.SourceMapConsumer = SourceMapConsumer;\n\n/**\n * A BasicSourceMapConsumer instance represents a parsed source map which we can\n * query for information about the original file positions by giving it a file\n * position in the generated source.\n *\n * The first parameter is the raw source map (either as a JSON string, or\n * already parsed to an object). According to the spec, source maps have the\n * following attributes:\n *\n * - version: Which version of the source map spec this map is following.\n * - sources: An array of URLs to the original source files.\n * - names: An array of identifiers which can be referrenced by individual mappings.\n * - sourceRoot: Optional. The URL root from which all sources are relative.\n * - sourcesContent: Optional. An array of contents of the original source files.\n * - mappings: A string of base64 VLQs which contain the actual mappings.\n * - file: Optional. The generated file this source map is associated with.\n *\n * Here is an example source map, taken from the source map spec[0]:\n *\n * {\n * version : 3,\n * file: \"out.js\",\n * sourceRoot : \"\",\n * sources: [\"foo.js\", \"bar.js\"],\n * names: [\"src\", \"maps\", \"are\", \"fun\"],\n * mappings: \"AA,AB;;ABCDE;\"\n * }\n *\n * The second parameter, if given, is a string whose value is the URL\n * at which the source map was found. This URL is used to compute the\n * sources array.\n *\n * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#\n */\nfunction BasicSourceMapConsumer(aSourceMap, aSourceMapURL) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = util.parseSourceMapInput(aSourceMap);\n }\n\n var version = util.getArg(sourceMap, 'version');\n var sources = util.getArg(sourceMap, 'sources');\n // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which\n // requires the array) to play nice here.\n var names = util.getArg(sourceMap, 'names', []);\n var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null);\n var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null);\n var mappings = util.getArg(sourceMap, 'mappings');\n var file = util.getArg(sourceMap, 'file', null);\n\n // Once again, Sass deviates from the spec and supplies the version as a\n // string rather than a number, so we use loose equality checking here.\n if (version != this._version) {\n throw new Error('Unsupported version: ' + version);\n }\n\n if (sourceRoot) {\n sourceRoot = util.normalize(sourceRoot);\n }\n\n sources = sources\n .map(String)\n // Some source maps produce relative source paths like \"./foo.js\" instead of\n // \"foo.js\". Normalize these first so that future comparisons will succeed.\n // See bugzil.la/1090768.\n .map(util.normalize)\n // Always ensure that absolute sources are internally stored relative to\n // the source root, if the source root is absolute. Not doing this would\n // be particularly problematic when the source root is a prefix of the\n // source (valid, but why??). See github issue #199 and bugzil.la/1188982.\n .map(function (source) {\n return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source)\n ? util.relative(sourceRoot, source)\n : source;\n });\n\n // Pass `true` below to allow duplicate names and sources. While source maps\n // are intended to be compressed and deduplicated, the TypeScript compiler\n // sometimes generates source maps with duplicates in them. See Github issue\n // #72 and bugzil.la/889492.\n this._names = ArraySet.fromArray(names.map(String), true);\n this._sources = ArraySet.fromArray(sources, true);\n\n this._absoluteSources = this._sources.toArray().map(function (s) {\n return util.computeSourceURL(sourceRoot, s, aSourceMapURL);\n });\n\n this.sourceRoot = sourceRoot;\n this.sourcesContent = sourcesContent;\n this._mappings = mappings;\n this._sourceMapURL = aSourceMapURL;\n this.file = file;\n}\n\nBasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\nBasicSourceMapConsumer.prototype.consumer = SourceMapConsumer;\n\n/**\n * Utility function to find the index of a source. Returns -1 if not\n * found.\n */\nBasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) {\n var relativeSource = aSource;\n if (this.sourceRoot != null) {\n relativeSource = util.relative(this.sourceRoot, relativeSource);\n }\n\n if (this._sources.has(relativeSource)) {\n return this._sources.indexOf(relativeSource);\n }\n\n // Maybe aSource is an absolute URL as returned by |sources|. In\n // this case we can't simply undo the transform.\n var i;\n for (i = 0; i < this._absoluteSources.length; ++i) {\n if (this._absoluteSources[i] == aSource) {\n return i;\n }\n }\n\n return -1;\n};\n\n/**\n * Create a BasicSourceMapConsumer from a SourceMapGenerator.\n *\n * @param SourceMapGenerator aSourceMap\n * The source map that will be consumed.\n * @param String aSourceMapURL\n * The URL at which the source map can be found (optional)\n * @returns BasicSourceMapConsumer\n */\nBasicSourceMapConsumer.fromSourceMap =\n function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) {\n var smc = Object.create(BasicSourceMapConsumer.prototype);\n\n var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true);\n var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true);\n smc.sourceRoot = aSourceMap._sourceRoot;\n smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(),\n smc.sourceRoot);\n smc.file = aSourceMap._file;\n smc._sourceMapURL = aSourceMapURL;\n smc._absoluteSources = smc._sources.toArray().map(function (s) {\n return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL);\n });\n\n // Because we are modifying the entries (by converting string sources and\n // names to indices into the sources and names ArraySets), we have to make\n // a copy of the entry or else bad things happen. Shared mutable state\n // strikes again! See github issue #191.\n\n var generatedMappings = aSourceMap._mappings.toArray().slice();\n var destGeneratedMappings = smc.__generatedMappings = [];\n var destOriginalMappings = smc.__originalMappings = [];\n\n for (var i = 0, length = generatedMappings.length; i < length; i++) {\n var srcMapping = generatedMappings[i];\n var destMapping = new Mapping;\n destMapping.generatedLine = srcMapping.generatedLine;\n destMapping.generatedColumn = srcMapping.generatedColumn;\n\n if (srcMapping.source) {\n destMapping.source = sources.indexOf(srcMapping.source);\n destMapping.originalLine = srcMapping.originalLine;\n destMapping.originalColumn = srcMapping.originalColumn;\n\n if (srcMapping.name) {\n destMapping.name = names.indexOf(srcMapping.name);\n }\n\n destOriginalMappings.push(destMapping);\n }\n\n destGeneratedMappings.push(destMapping);\n }\n\n quickSort(smc.__originalMappings, util.compareByOriginalPositions);\n\n return smc;\n };\n\n/**\n * The version of the source mapping spec that we are consuming.\n */\nBasicSourceMapConsumer.prototype._version = 3;\n\n/**\n * The list of original sources.\n */\nObject.defineProperty(BasicSourceMapConsumer.prototype, 'sources', {\n get: function () {\n return this._absoluteSources.slice();\n }\n});\n\n/**\n * Provide the JIT with a nice shape / hidden class.\n */\nfunction Mapping() {\n this.generatedLine = 0;\n this.generatedColumn = 0;\n this.source = null;\n this.originalLine = null;\n this.originalColumn = null;\n this.name = null;\n}\n\n/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */\nBasicSourceMapConsumer.prototype._parseMappings =\n function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n var generatedLine = 1;\n var previousGeneratedColumn = 0;\n var previousOriginalLine = 0;\n var previousOriginalColumn = 0;\n var previousSource = 0;\n var previousName = 0;\n var length = aStr.length;\n var index = 0;\n var cachedSegments = {};\n var temp = {};\n var originalMappings = [];\n var generatedMappings = [];\n var mapping, str, segment, end, value;\n\n while (index < length) {\n if (aStr.charAt(index) === ';') {\n generatedLine++;\n index++;\n previousGeneratedColumn = 0;\n }\n else if (aStr.charAt(index) === ',') {\n index++;\n }\n else {\n mapping = new Mapping();\n mapping.generatedLine = generatedLine;\n\n // Because each offset is encoded relative to the previous one,\n // many segments often have the same encoding. We can exploit this\n // fact by caching the parsed variable length fields of each segment,\n // allowing us to avoid a second parse if we encounter the same\n // segment again.\n for (end = index; end < length; end++) {\n if (this._charIsMappingSeparator(aStr, end)) {\n break;\n }\n }\n str = aStr.slice(index, end);\n\n segment = cachedSegments[str];\n if (segment) {\n index += str.length;\n } else {\n segment = [];\n while (index < end) {\n base64VLQ.decode(aStr, index, temp);\n value = temp.value;\n index = temp.rest;\n segment.push(value);\n }\n\n if (segment.length === 2) {\n throw new Error('Found a source, but no line and column');\n }\n\n if (segment.length === 3) {\n throw new Error('Found a source and line, but no column');\n }\n\n cachedSegments[str] = segment;\n }\n\n // Generated column.\n mapping.generatedColumn = previousGeneratedColumn + segment[0];\n previousGeneratedColumn = mapping.generatedColumn;\n\n if (segment.length > 1) {\n // Original source.\n mapping.source = previousSource + segment[1];\n previousSource += segment[1];\n\n // Original line.\n mapping.originalLine = previousOriginalLine + segment[2];\n previousOriginalLine = mapping.originalLine;\n // Lines are stored 0-based\n mapping.originalLine += 1;\n\n // Original column.\n mapping.originalColumn = previousOriginalColumn + segment[3];\n previousOriginalColumn = mapping.originalColumn;\n\n if (segment.length > 4) {\n // Original name.\n mapping.name = previousName + segment[4];\n previousName += segment[4];\n }\n }\n\n generatedMappings.push(mapping);\n if (typeof mapping.originalLine === 'number') {\n originalMappings.push(mapping);\n }\n }\n }\n\n quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated);\n this.__generatedMappings = generatedMappings;\n\n quickSort(originalMappings, util.compareByOriginalPositions);\n this.__originalMappings = originalMappings;\n };\n\n/**\n * Find the mapping that best matches the hypothetical \"needle\" mapping that\n * we are searching for in the given \"haystack\" of mappings.\n */\nBasicSourceMapConsumer.prototype._findMapping =\n function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName,\n aColumnName, aComparator, aBias) {\n // To return the position we are searching for, we must first find the\n // mapping for the given position and then return the opposite position it\n // points to. Because the mappings are sorted, we can use binary search to\n // find the best mapping.\n\n if (aNeedle[aLineName] <= 0) {\n throw new TypeError('Line must be greater than or equal to 1, got '\n + aNeedle[aLineName]);\n }\n if (aNeedle[aColumnName] < 0) {\n throw new TypeError('Column must be greater than or equal to 0, got '\n + aNeedle[aColumnName]);\n }\n\n return binarySearch.search(aNeedle, aMappings, aComparator, aBias);\n };\n\n/**\n * Compute the last column for each generated mapping. The last column is\n * inclusive.\n */\nBasicSourceMapConsumer.prototype.computeColumnSpans =\n function SourceMapConsumer_computeColumnSpans() {\n for (var index = 0; index < this._generatedMappings.length; ++index) {\n var mapping = this._generatedMappings[index];\n\n // Mappings do not contain a field for the last generated columnt. We\n // can come up with an optimistic estimate, however, by assuming that\n // mappings are contiguous (i.e. given two consecutive mappings, the\n // first mapping ends where the second one starts).\n if (index + 1 < this._generatedMappings.length) {\n var nextMapping = this._generatedMappings[index + 1];\n\n if (mapping.generatedLine === nextMapping.generatedLine) {\n mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1;\n continue;\n }\n }\n\n // The last mapping for each line spans the entire line.\n mapping.lastGeneratedColumn = Infinity;\n }\n };\n\n/**\n * Returns the original source, line, and column information for the generated\n * source's line and column positions provided. The only argument is an object\n * with the following properties:\n *\n * - line: The line number in the generated source. The line number\n * is 1-based.\n * - column: The column number in the generated source. The column\n * number is 0-based.\n * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n *\n * and an object is returned with the following properties:\n *\n * - source: The original source file, or null.\n * - line: The line number in the original source, or null. The\n * line number is 1-based.\n * - column: The column number in the original source, or null. The\n * column number is 0-based.\n * - name: The original identifier, or null.\n */\nBasicSourceMapConsumer.prototype.originalPositionFor =\n function SourceMapConsumer_originalPositionFor(aArgs) {\n var needle = {\n generatedLine: util.getArg(aArgs, 'line'),\n generatedColumn: util.getArg(aArgs, 'column')\n };\n\n var index = this._findMapping(\n needle,\n this._generatedMappings,\n \"generatedLine\",\n \"generatedColumn\",\n util.compareByGeneratedPositionsDeflated,\n util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n );\n\n if (index >= 0) {\n var mapping = this._generatedMappings[index];\n\n if (mapping.generatedLine === needle.generatedLine) {\n var source = util.getArg(mapping, 'source', null);\n if (source !== null) {\n source = this._sources.at(source);\n source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL);\n }\n var name = util.getArg(mapping, 'name', null);\n if (name !== null) {\n name = this._names.at(name);\n }\n return {\n source: source,\n line: util.getArg(mapping, 'originalLine', null),\n column: util.getArg(mapping, 'originalColumn', null),\n name: name\n };\n }\n }\n\n return {\n source: null,\n line: null,\n column: null,\n name: null\n };\n };\n\n/**\n * Return true if we have the source content for every source in the source\n * map, false otherwise.\n */\nBasicSourceMapConsumer.prototype.hasContentsOfAllSources =\n function BasicSourceMapConsumer_hasContentsOfAllSources() {\n if (!this.sourcesContent) {\n return false;\n }\n return this.sourcesContent.length >= this._sources.size() &&\n !this.sourcesContent.some(function (sc) { return sc == null; });\n };\n\n/**\n * Returns the original source content. The only argument is the url of the\n * original source file. Returns null if no original source content is\n * available.\n */\nBasicSourceMapConsumer.prototype.sourceContentFor =\n function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n if (!this.sourcesContent) {\n return null;\n }\n\n var index = this._findSourceIndex(aSource);\n if (index >= 0) {\n return this.sourcesContent[index];\n }\n\n var relativeSource = aSource;\n if (this.sourceRoot != null) {\n relativeSource = util.relative(this.sourceRoot, relativeSource);\n }\n\n var url;\n if (this.sourceRoot != null\n && (url = util.urlParse(this.sourceRoot))) {\n // XXX: file:// URIs and absolute paths lead to unexpected behavior for\n // many users. We can help them out when they expect file:// URIs to\n // behave like it would if they were running a local HTTP server. See\n // https://bugzilla.mozilla.org/show_bug.cgi?id=885597.\n var fileUriAbsPath = relativeSource.replace(/^file:\\/\\//, \"\");\n if (url.scheme == \"file\"\n && this._sources.has(fileUriAbsPath)) {\n return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)]\n }\n\n if ((!url.path || url.path == \"/\")\n && this._sources.has(\"/\" + relativeSource)) {\n return this.sourcesContent[this._sources.indexOf(\"/\" + relativeSource)];\n }\n }\n\n // This function is used recursively from\n // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we\n // don't want to throw if we can't find the source - we just want to\n // return null, so we provide a flag to exit gracefully.\n if (nullOnMissing) {\n return null;\n }\n else {\n throw new Error('\"' + relativeSource + '\" is not in the SourceMap.');\n }\n };\n\n/**\n * Returns the generated line and column information for the original source,\n * line, and column positions provided. The only argument is an object with\n * the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source. The line number\n * is 1-based.\n * - column: The column number in the original source. The column\n * number is 0-based.\n * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or\n * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.\n *\n * and an object is returned with the following properties:\n *\n * - line: The line number in the generated source, or null. The\n * line number is 1-based.\n * - column: The column number in the generated source, or null.\n * The column number is 0-based.\n */\nBasicSourceMapConsumer.prototype.generatedPositionFor =\n function SourceMapConsumer_generatedPositionFor(aArgs) {\n var source = util.getArg(aArgs, 'source');\n source = this._findSourceIndex(source);\n if (source < 0) {\n return {\n line: null,\n column: null,\n lastColumn: null\n };\n }\n\n var needle = {\n source: source,\n originalLine: util.getArg(aArgs, 'line'),\n originalColumn: util.getArg(aArgs, 'column')\n };\n\n var index = this._findMapping(\n needle,\n this._originalMappings,\n \"originalLine\",\n \"originalColumn\",\n util.compareByOriginalPositions,\n util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND)\n );\n\n if (index >= 0) {\n var mapping = this._originalMappings[index];\n\n if (mapping.source === needle.source) {\n return {\n line: util.getArg(mapping, 'generatedLine', null),\n column: util.getArg(mapping, 'generatedColumn', null),\n lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null)\n };\n }\n }\n\n return {\n line: null,\n column: null,\n lastColumn: null\n };\n };\n\nexports.BasicSourceMapConsumer = BasicSourceMapConsumer;\n\n/**\n * An IndexedSourceMapConsumer instance represents a parsed source map which\n * we can query for information. It differs from BasicSourceMapConsumer in\n * that it takes \"indexed\" source maps (i.e. ones with a \"sections\" field) as\n * input.\n *\n * The first parameter is a raw source map (either as a JSON string, or already\n * parsed to an object). According to the spec for indexed source maps, they\n * have the following attributes:\n *\n * - version: Which version of the source map spec this map is following.\n * - file: Optional. The generated file this source map is associated with.\n * - sections: A list of section definitions.\n *\n * Each value under the \"sections\" field has two fields:\n * - offset: The offset into the original specified at which this section\n * begins to apply, defined as an object with a \"line\" and \"column\"\n * field.\n * - map: A source map definition. This source map could also be indexed,\n * but doesn't have to be.\n *\n * Instead of the \"map\" field, it's also possible to have a \"url\" field\n * specifying a URL to retrieve a source map from, but that's currently\n * unsupported.\n *\n * Here's an example source map, taken from the source map spec[0], but\n * modified to omit a section which uses the \"url\" field.\n *\n * {\n * version : 3,\n * file: \"app.js\",\n * sections: [{\n * offset: {line:100, column:10},\n * map: {\n * version : 3,\n * file: \"section.js\",\n * sources: [\"foo.js\", \"bar.js\"],\n * names: [\"src\", \"maps\", \"are\", \"fun\"],\n * mappings: \"AAAA,E;;ABCDE;\"\n * }\n * }],\n * }\n *\n * The second parameter, if given, is a string whose value is the URL\n * at which the source map was found. This URL is used to compute the\n * sources array.\n *\n * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt\n */\nfunction IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) {\n var sourceMap = aSourceMap;\n if (typeof aSourceMap === 'string') {\n sourceMap = util.parseSourceMapInput(aSourceMap);\n }\n\n var version = util.getArg(sourceMap, 'version');\n var sections = util.getArg(sourceMap, 'sections');\n\n if (version != this._version) {\n throw new Error('Unsupported version: ' + version);\n }\n\n this._sources = new ArraySet();\n this._names = new ArraySet();\n\n var lastOffset = {\n line: -1,\n column: 0\n };\n this._sections = sections.map(function (s) {\n if (s.url) {\n // The url field will require support for asynchronicity.\n // See https://github.com/mozilla/source-map/issues/16\n throw new Error('Support for url field in sections not implemented.');\n }\n var offset = util.getArg(s, 'offset');\n var offsetLine = util.getArg(offset, 'line');\n var offsetColumn = util.getArg(offset, 'column');\n\n if (offsetLine < lastOffset.line ||\n (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) {\n throw new Error('Section offsets must be ordered and non-overlapping.');\n }\n lastOffset = offset;\n\n return {\n generatedOffset: {\n // The offset fields are 0-based, but we use 1-based indices when\n // encoding/decoding from VLQ.\n generatedLine: offsetLine + 1,\n generatedColumn: offsetColumn + 1\n },\n consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL)\n }\n });\n}\n\nIndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype);\nIndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer;\n\n/**\n * The version of the source mapping spec that we are consuming.\n */\nIndexedSourceMapConsumer.prototype._version = 3;\n\n/**\n * The list of original sources.\n */\nObject.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', {\n get: function () {\n var sources = [];\n for (var i = 0; i < this._sections.length; i++) {\n for (var j = 0; j < this._sections[i].consumer.sources.length; j++) {\n sources.push(this._sections[i].consumer.sources[j]);\n }\n }\n return sources;\n }\n});\n\n/**\n * Returns the original source, line, and column information for the generated\n * source's line and column positions provided. The only argument is an object\n * with the following properties:\n *\n * - line: The line number in the generated source. The line number\n * is 1-based.\n * - column: The column number in the generated source. The column\n * number is 0-based.\n *\n * and an object is returned with the following properties:\n *\n * - source: The original source file, or null.\n * - line: The line number in the original source, or null. The\n * line number is 1-based.\n * - column: The column number in the original source, or null. The\n * column number is 0-based.\n * - name: The original identifier, or null.\n */\nIndexedSourceMapConsumer.prototype.originalPositionFor =\n function IndexedSourceMapConsumer_originalPositionFor(aArgs) {\n var needle = {\n generatedLine: util.getArg(aArgs, 'line'),\n generatedColumn: util.getArg(aArgs, 'column')\n };\n\n // Find the section containing the generated position we're trying to map\n // to an original position.\n var sectionIndex = binarySearch.search(needle, this._sections,\n function(needle, section) {\n var cmp = needle.generatedLine - section.generatedOffset.generatedLine;\n if (cmp) {\n return cmp;\n }\n\n return (needle.generatedColumn -\n section.generatedOffset.generatedColumn);\n });\n var section = this._sections[sectionIndex];\n\n if (!section) {\n return {\n source: null,\n line: null,\n column: null,\n name: null\n };\n }\n\n return section.consumer.originalPositionFor({\n line: needle.generatedLine -\n (section.generatedOffset.generatedLine - 1),\n column: needle.generatedColumn -\n (section.generatedOffset.generatedLine === needle.generatedLine\n ? section.generatedOffset.generatedColumn - 1\n : 0),\n bias: aArgs.bias\n });\n };\n\n/**\n * Return true if we have the source content for every source in the source\n * map, false otherwise.\n */\nIndexedSourceMapConsumer.prototype.hasContentsOfAllSources =\n function IndexedSourceMapConsumer_hasContentsOfAllSources() {\n return this._sections.every(function (s) {\n return s.consumer.hasContentsOfAllSources();\n });\n };\n\n/**\n * Returns the original source content. The only argument is the url of the\n * original source file. Returns null if no original source content is\n * available.\n */\nIndexedSourceMapConsumer.prototype.sourceContentFor =\n function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) {\n for (var i = 0; i < this._sections.length; i++) {\n var section = this._sections[i];\n\n var content = section.consumer.sourceContentFor(aSource, true);\n if (content) {\n return content;\n }\n }\n if (nullOnMissing) {\n return null;\n }\n else {\n throw new Error('\"' + aSource + '\" is not in the SourceMap.');\n }\n };\n\n/**\n * Returns the generated line and column information for the original source,\n * line, and column positions provided. The only argument is an object with\n * the following properties:\n *\n * - source: The filename of the original source.\n * - line: The line number in the original source. The line number\n * is 1-based.\n * - column: The column number in the original source. The column\n * number is 0-based.\n *\n * and an object is returned with the following properties:\n *\n * - line: The line number in the generated source, or null. The\n * line number is 1-based. \n * - column: The column number in the generated source, or null.\n * The column number is 0-based.\n */\nIndexedSourceMapConsumer.prototype.generatedPositionFor =\n function IndexedSourceMapConsumer_generatedPositionFor(aArgs) {\n for (var i = 0; i < this._sections.length; i++) {\n var section = this._sections[i];\n\n // Only consider this section if the requested source is in the list of\n // sources of the consumer.\n if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) {\n continue;\n }\n var generatedPosition = section.consumer.generatedPositionFor(aArgs);\n if (generatedPosition) {\n var ret = {\n line: generatedPosition.line +\n (section.generatedOffset.generatedLine - 1),\n column: generatedPosition.column +\n (section.generatedOffset.generatedLine === generatedPosition.line\n ? section.generatedOffset.generatedColumn - 1\n : 0)\n };\n return ret;\n }\n }\n\n return {\n line: null,\n column: null\n };\n };\n\n/**\n * Parse the mappings in a string in to a data structure which we can easily\n * query (the ordered arrays in the `this.__generatedMappings` and\n * `this.__originalMappings` properties).\n */\nIndexedSourceMapConsumer.prototype._parseMappings =\n function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) {\n this.__generatedMappings = [];\n this.__originalMappings = [];\n for (var i = 0; i < this._sections.length; i++) {\n var section = this._sections[i];\n var sectionMappings = section.consumer._generatedMappings;\n for (var j = 0; j < sectionMappings.length; j++) {\n var mapping = sectionMappings[j];\n\n var source = section.consumer._sources.at(mapping.source);\n source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL);\n this._sources.add(source);\n source = this._sources.indexOf(source);\n\n var name = null;\n if (mapping.name) {\n name = section.consumer._names.at(mapping.name);\n this._names.add(name);\n name = this._names.indexOf(name);\n }\n\n // The mappings coming from the consumer for the section have\n // generated positions relative to the start of the section, so we\n // need to offset them to be relative to the start of the concatenated\n // generated file.\n var adjustedMapping = {\n source: source,\n generatedLine: mapping.generatedLine +\n (section.generatedOffset.generatedLine - 1),\n generatedColumn: mapping.generatedColumn +\n (section.generatedOffset.generatedLine === mapping.generatedLine\n ? section.generatedOffset.generatedColumn - 1\n : 0),\n originalLine: mapping.originalLine,\n originalColumn: mapping.originalColumn,\n name: name\n };\n\n this.__generatedMappings.push(adjustedMapping);\n if (typeof adjustedMapping.originalLine === 'number') {\n this.__originalMappings.push(adjustedMapping);\n }\n }\n }\n\n quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated);\n quickSort(this.__originalMappings, util.compareByOriginalPositions);\n };\n\nexports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/source-map-consumer.js\n// module id = 7\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nexports.GREATEST_LOWER_BOUND = 1;\nexports.LEAST_UPPER_BOUND = 2;\n\n/**\n * Recursive implementation of binary search.\n *\n * @param aLow Indices here and lower do not contain the needle.\n * @param aHigh Indices here and higher do not contain the needle.\n * @param aNeedle The element being searched for.\n * @param aHaystack The non-empty array being searched.\n * @param aCompare Function which takes two elements and returns -1, 0, or 1.\n * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n */\nfunction recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {\n // This function terminates when one of the following is true:\n //\n // 1. We find the exact element we are looking for.\n //\n // 2. We did not find the exact element, but we can return the index of\n // the next-closest element.\n //\n // 3. We did not find the exact element, and there is no next-closest\n // element than the one we are searching for, so we return -1.\n var mid = Math.floor((aHigh - aLow) / 2) + aLow;\n var cmp = aCompare(aNeedle, aHaystack[mid], true);\n if (cmp === 0) {\n // Found the element we are looking for.\n return mid;\n }\n else if (cmp > 0) {\n // Our needle is greater than aHaystack[mid].\n if (aHigh - mid > 1) {\n // The element is in the upper half.\n return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias);\n }\n\n // The exact needle element was not found in this haystack. Determine if\n // we are in termination case (3) or (2) and return the appropriate thing.\n if (aBias == exports.LEAST_UPPER_BOUND) {\n return aHigh < aHaystack.length ? aHigh : -1;\n } else {\n return mid;\n }\n }\n else {\n // Our needle is less than aHaystack[mid].\n if (mid - aLow > 1) {\n // The element is in the lower half.\n return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias);\n }\n\n // we are in termination case (3) or (2) and return the appropriate thing.\n if (aBias == exports.LEAST_UPPER_BOUND) {\n return mid;\n } else {\n return aLow < 0 ? -1 : aLow;\n }\n }\n}\n\n/**\n * This is an implementation of binary search which will always try and return\n * the index of the closest element if there is no exact hit. This is because\n * mappings between original and generated line/col pairs are single points,\n * and there is an implicit region between each of them, so a miss just means\n * that you aren't on the very start of a region.\n *\n * @param aNeedle The element you are looking for.\n * @param aHaystack The array that is being searched.\n * @param aCompare A function which takes the needle and an element in the\n * array and returns -1, 0, or 1 depending on whether the needle is less\n * than, equal to, or greater than the element, respectively.\n * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or\n * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the\n * closest element that is smaller than or greater than the one we are\n * searching for, respectively, if the exact element cannot be found.\n * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.\n */\nexports.search = function search(aNeedle, aHaystack, aCompare, aBias) {\n if (aHaystack.length === 0) {\n return -1;\n }\n\n var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack,\n aCompare, aBias || exports.GREATEST_LOWER_BOUND);\n if (index < 0) {\n return -1;\n }\n\n // We have found either the exact element, or the next-closest element than\n // the one we are searching for. However, there may be more than one such\n // element. Make sure we always return the smallest of these.\n while (index - 1 >= 0) {\n if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) {\n break;\n }\n --index;\n }\n\n return index;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/binary-search.js\n// module id = 8\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\n// It turns out that some (most?) JavaScript engines don't self-host\n// `Array.prototype.sort`. This makes sense because C++ will likely remain\n// faster than JS when doing raw CPU-intensive sorting. However, when using a\n// custom comparator function, calling back and forth between the VM's C++ and\n// JIT'd JS is rather slow *and* loses JIT type information, resulting in\n// worse generated code for the comparator function than would be optimal. In\n// fact, when sorting with a comparator, these costs outweigh the benefits of\n// sorting in C++. By using our own JS-implemented Quick Sort (below), we get\n// a ~3500ms mean speed-up in `bench/bench.html`.\n\n/**\n * Swap the elements indexed by `x` and `y` in the array `ary`.\n *\n * @param {Array} ary\n * The array.\n * @param {Number} x\n * The index of the first item.\n * @param {Number} y\n * The index of the second item.\n */\nfunction swap(ary, x, y) {\n var temp = ary[x];\n ary[x] = ary[y];\n ary[y] = temp;\n}\n\n/**\n * Returns a random integer within the range `low .. high` inclusive.\n *\n * @param {Number} low\n * The lower bound on the range.\n * @param {Number} high\n * The upper bound on the range.\n */\nfunction randomIntInRange(low, high) {\n return Math.round(low + (Math.random() * (high - low)));\n}\n\n/**\n * The Quick Sort algorithm.\n *\n * @param {Array} ary\n * An array to sort.\n * @param {function} comparator\n * Function to use to compare two items.\n * @param {Number} p\n * Start index of the array\n * @param {Number} r\n * End index of the array\n */\nfunction doQuickSort(ary, comparator, p, r) {\n // If our lower bound is less than our upper bound, we (1) partition the\n // array into two pieces and (2) recurse on each half. If it is not, this is\n // the empty array and our base case.\n\n if (p < r) {\n // (1) Partitioning.\n //\n // The partitioning chooses a pivot between `p` and `r` and moves all\n // elements that are less than or equal to the pivot to the before it, and\n // all the elements that are greater than it after it. The effect is that\n // once partition is done, the pivot is in the exact place it will be when\n // the array is put in sorted order, and it will not need to be moved\n // again. This runs in O(n) time.\n\n // Always choose a random pivot so that an input array which is reverse\n // sorted does not cause O(n^2) running time.\n var pivotIndex = randomIntInRange(p, r);\n var i = p - 1;\n\n swap(ary, pivotIndex, r);\n var pivot = ary[r];\n\n // Immediately after `j` is incremented in this loop, the following hold\n // true:\n //\n // * Every element in `ary[p .. i]` is less than or equal to the pivot.\n //\n // * Every element in `ary[i+1 .. j-1]` is greater than the pivot.\n for (var j = p; j < r; j++) {\n if (comparator(ary[j], pivot) <= 0) {\n i += 1;\n swap(ary, i, j);\n }\n }\n\n swap(ary, i + 1, j);\n var q = i + 1;\n\n // (2) Recurse on each half.\n\n doQuickSort(ary, comparator, p, q - 1);\n doQuickSort(ary, comparator, q + 1, r);\n }\n}\n\n/**\n * Sort the given array in-place with the given comparator function.\n *\n * @param {Array} ary\n * An array to sort.\n * @param {function} comparator\n * Function to use to compare two items.\n */\nexports.quickSort = function (ary, comparator) {\n doQuickSort(ary, comparator, 0, ary.length - 1);\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/quick-sort.js\n// module id = 9\n// module chunks = 0","/* -*- Mode: js; js-indent-level: 2; -*- */\n/*\n * Copyright 2011 Mozilla Foundation and contributors\n * Licensed under the New BSD license. See LICENSE or:\n * http://opensource.org/licenses/BSD-3-Clause\n */\n\nvar SourceMapGenerator = require('./source-map-generator').SourceMapGenerator;\nvar util = require('./util');\n\n// Matches a Windows-style `\\r\\n` newline or a `\\n` newline used by all other\n// operating systems these days (capturing the result).\nvar REGEX_NEWLINE = /(\\r?\\n)/;\n\n// Newline character code for charCodeAt() comparisons\nvar NEWLINE_CODE = 10;\n\n// Private symbol for identifying `SourceNode`s when multiple versions of\n// the source-map library are loaded. This MUST NOT CHANGE across\n// versions!\nvar isSourceNode = \"$$$isSourceNode$$$\";\n\n/**\n * SourceNodes provide a way to abstract over interpolating/concatenating\n * snippets of generated JavaScript source code while maintaining the line and\n * column information associated with the original source code.\n *\n * @param aLine The original line number.\n * @param aColumn The original column number.\n * @param aSource The original source's filename.\n * @param aChunks Optional. An array of strings which are snippets of\n * generated JS, or other SourceNodes.\n * @param aName The original identifier.\n */\nfunction SourceNode(aLine, aColumn, aSource, aChunks, aName) {\n this.children = [];\n this.sourceContents = {};\n this.line = aLine == null ? null : aLine;\n this.column = aColumn == null ? null : aColumn;\n this.source = aSource == null ? null : aSource;\n this.name = aName == null ? null : aName;\n this[isSourceNode] = true;\n if (aChunks != null) this.add(aChunks);\n}\n\n/**\n * Creates a SourceNode from generated code and a SourceMapConsumer.\n *\n * @param aGeneratedCode The generated code\n * @param aSourceMapConsumer The SourceMap for the generated code\n * @param aRelativePath Optional. The path that relative sources in the\n * SourceMapConsumer should be relative to.\n */\nSourceNode.fromStringWithSourceMap =\n function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) {\n // The SourceNode we want to fill with the generated code\n // and the SourceMap\n var node = new SourceNode();\n\n // All even indices of this array are one line of the generated code,\n // while all odd indices are the newlines between two adjacent lines\n // (since `REGEX_NEWLINE` captures its match).\n // Processed fragments are accessed by calling `shiftNextLine`.\n var remainingLines = aGeneratedCode.split(REGEX_NEWLINE);\n var remainingLinesIndex = 0;\n var shiftNextLine = function() {\n var lineContents = getNextLine();\n // The last line of a file might not have a newline.\n var newLine = getNextLine() || \"\";\n return lineContents + newLine;\n\n function getNextLine() {\n return remainingLinesIndex < remainingLines.length ?\n remainingLines[remainingLinesIndex++] : undefined;\n }\n };\n\n // We need to remember the position of \"remainingLines\"\n var lastGeneratedLine = 1, lastGeneratedColumn = 0;\n\n // The generate SourceNodes we need a code range.\n // To extract it current and last mapping is used.\n // Here we store the last mapping.\n var lastMapping = null;\n\n aSourceMapConsumer.eachMapping(function (mapping) {\n if (lastMapping !== null) {\n // We add the code from \"lastMapping\" to \"mapping\":\n // First check if there is a new line in between.\n if (lastGeneratedLine < mapping.generatedLine) {\n // Associate first line with \"lastMapping\"\n addMappingWithCode(lastMapping, shiftNextLine());\n lastGeneratedLine++;\n lastGeneratedColumn = 0;\n // The remaining code is added without mapping\n } else {\n // There is no new line in between.\n // Associate the code between \"lastGeneratedColumn\" and\n // \"mapping.generatedColumn\" with \"lastMapping\"\n var nextLine = remainingLines[remainingLinesIndex] || '';\n var code = nextLine.substr(0, mapping.generatedColumn -\n lastGeneratedColumn);\n remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn -\n lastGeneratedColumn);\n lastGeneratedColumn = mapping.generatedColumn;\n addMappingWithCode(lastMapping, code);\n // No more remaining code, continue\n lastMapping = mapping;\n return;\n }\n }\n // We add the generated code until the first mapping\n // to the SourceNode without any mapping.\n // Each line is added as separate string.\n while (lastGeneratedLine < mapping.generatedLine) {\n node.add(shiftNextLine());\n lastGeneratedLine++;\n }\n if (lastGeneratedColumn < mapping.generatedColumn) {\n var nextLine = remainingLines[remainingLinesIndex] || '';\n node.add(nextLine.substr(0, mapping.generatedColumn));\n remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn);\n lastGeneratedColumn = mapping.generatedColumn;\n }\n lastMapping = mapping;\n }, this);\n // We have processed all mappings.\n if (remainingLinesIndex < remainingLines.length) {\n if (lastMapping) {\n // Associate the remaining code in the current line with \"lastMapping\"\n addMappingWithCode(lastMapping, shiftNextLine());\n }\n // and add the remaining lines without any mapping\n node.add(remainingLines.splice(remainingLinesIndex).join(\"\"));\n }\n\n // Copy sourcesContent into SourceNode\n aSourceMapConsumer.sources.forEach(function (sourceFile) {\n var content = aSourceMapConsumer.sourceContentFor(sourceFile);\n if (content != null) {\n if (aRelativePath != null) {\n sourceFile = util.join(aRelativePath, sourceFile);\n }\n node.setSourceContent(sourceFile, content);\n }\n });\n\n return node;\n\n function addMappingWithCode(mapping, code) {\n if (mapping === null || mapping.source === undefined) {\n node.add(code);\n } else {\n var source = aRelativePath\n ? util.join(aRelativePath, mapping.source)\n : mapping.source;\n node.add(new SourceNode(mapping.originalLine,\n mapping.originalColumn,\n source,\n code,\n mapping.name));\n }\n }\n };\n\n/**\n * Add a chunk of generated JS to this source node.\n *\n * @param aChunk A string snippet of generated JS code, another instance of\n * SourceNode, or an array where each member is one of those things.\n */\nSourceNode.prototype.add = function SourceNode_add(aChunk) {\n if (Array.isArray(aChunk)) {\n aChunk.forEach(function (chunk) {\n this.add(chunk);\n }, this);\n }\n else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n if (aChunk) {\n this.children.push(aChunk);\n }\n }\n else {\n throw new TypeError(\n \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n );\n }\n return this;\n};\n\n/**\n * Add a chunk of generated JS to the beginning of this source node.\n *\n * @param aChunk A string snippet of generated JS code, another instance of\n * SourceNode, or an array where each member is one of those things.\n */\nSourceNode.prototype.prepend = function SourceNode_prepend(aChunk) {\n if (Array.isArray(aChunk)) {\n for (var i = aChunk.length-1; i >= 0; i--) {\n this.prepend(aChunk[i]);\n }\n }\n else if (aChunk[isSourceNode] || typeof aChunk === \"string\") {\n this.children.unshift(aChunk);\n }\n else {\n throw new TypeError(\n \"Expected a SourceNode, string, or an array of SourceNodes and strings. Got \" + aChunk\n );\n }\n return this;\n};\n\n/**\n * Walk over the tree of JS snippets in this node and its children. The\n * walking function is called once for each snippet of JS and is passed that\n * snippet and the its original associated source's line/column location.\n *\n * @param aFn The traversal function.\n */\nSourceNode.prototype.walk = function SourceNode_walk(aFn) {\n var chunk;\n for (var i = 0, len = this.children.length; i < len; i++) {\n chunk = this.children[i];\n if (chunk[isSourceNode]) {\n chunk.walk(aFn);\n }\n else {\n if (chunk !== '') {\n aFn(chunk, { source: this.source,\n line: this.line,\n column: this.column,\n name: this.name });\n }\n }\n }\n};\n\n/**\n * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between\n * each of `this.children`.\n *\n * @param aSep The separator.\n */\nSourceNode.prototype.join = function SourceNode_join(aSep) {\n var newChildren;\n var i;\n var len = this.children.length;\n if (len > 0) {\n newChildren = [];\n for (i = 0; i < len-1; i++) {\n newChildren.push(this.children[i]);\n newChildren.push(aSep);\n }\n newChildren.push(this.children[i]);\n this.children = newChildren;\n }\n return this;\n};\n\n/**\n * Call String.prototype.replace on the very right-most source snippet. Useful\n * for trimming whitespace from the end of a source node, etc.\n *\n * @param aPattern The pattern to replace.\n * @param aReplacement The thing to replace the pattern with.\n */\nSourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) {\n var lastChild = this.children[this.children.length - 1];\n if (lastChild[isSourceNode]) {\n lastChild.replaceRight(aPattern, aReplacement);\n }\n else if (typeof lastChild === 'string') {\n this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement);\n }\n else {\n this.children.push(''.replace(aPattern, aReplacement));\n }\n return this;\n};\n\n/**\n * Set the source content for a source file. This will be added to the SourceMapGenerator\n * in the sourcesContent field.\n *\n * @param aSourceFile The filename of the source file\n * @param aSourceContent The content of the source file\n */\nSourceNode.prototype.setSourceContent =\n function SourceNode_setSourceContent(aSourceFile, aSourceContent) {\n this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent;\n };\n\n/**\n * Walk over the tree of SourceNodes. The walking function is called for each\n * source file content and is passed the filename and source content.\n *\n * @param aFn The traversal function.\n */\nSourceNode.prototype.walkSourceContents =\n function SourceNode_walkSourceContents(aFn) {\n for (var i = 0, len = this.children.length; i < len; i++) {\n if (this.children[i][isSourceNode]) {\n this.children[i].walkSourceContents(aFn);\n }\n }\n\n var sources = Object.keys(this.sourceContents);\n for (var i = 0, len = sources.length; i < len; i++) {\n aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]);\n }\n };\n\n/**\n * Return the string representation of this source node. Walks over the tree\n * and concatenates all the various snippets together to one string.\n */\nSourceNode.prototype.toString = function SourceNode_toString() {\n var str = \"\";\n this.walk(function (chunk) {\n str += chunk;\n });\n return str;\n};\n\n/**\n * Returns the string representation of this source node along with a source\n * map.\n */\nSourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) {\n var generated = {\n code: \"\",\n line: 1,\n column: 0\n };\n var map = new SourceMapGenerator(aArgs);\n var sourceMappingActive = false;\n var lastOriginalSource = null;\n var lastOriginalLine = null;\n var lastOriginalColumn = null;\n var lastOriginalName = null;\n this.walk(function (chunk, original) {\n generated.code += chunk;\n if (original.source !== null\n && original.line !== null\n && original.column !== null) {\n if(lastOriginalSource !== original.source\n || lastOriginalLine !== original.line\n || lastOriginalColumn !== original.column\n || lastOriginalName !== original.name) {\n map.addMapping({\n source: original.source,\n original: {\n line: original.line,\n column: original.column\n },\n generated: {\n line: generated.line,\n column: generated.column\n },\n name: original.name\n });\n }\n lastOriginalSource = original.source;\n lastOriginalLine = original.line;\n lastOriginalColumn = original.column;\n lastOriginalName = original.name;\n sourceMappingActive = true;\n } else if (sourceMappingActive) {\n map.addMapping({\n generated: {\n line: generated.line,\n column: generated.column\n }\n });\n lastOriginalSource = null;\n sourceMappingActive = false;\n }\n for (var idx = 0, length = chunk.length; idx < length; idx++) {\n if (chunk.charCodeAt(idx) === NEWLINE_CODE) {\n generated.line++;\n generated.column = 0;\n // Mappings end at eol\n if (idx + 1 === length) {\n lastOriginalSource = null;\n sourceMappingActive = false;\n } else if (sourceMappingActive) {\n map.addMapping({\n source: original.source,\n original: {\n line: original.line,\n column: original.column\n },\n generated: {\n line: generated.line,\n column: generated.column\n },\n name: original.name\n });\n }\n } else {\n generated.column++;\n }\n }\n });\n this.walkSourceContents(function (sourceFile, sourceContent) {\n map.setSourceContent(sourceFile, sourceContent);\n });\n\n return { code: generated.code, map: map };\n};\n\nexports.SourceNode = SourceNode;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/source-node.js\n// module id = 10\n// module chunks = 0"],"sourceRoot":""} \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/array-set.js b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/array-set.js new file mode 100644 index 0000000..fbd5c81 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/array-set.js @@ -0,0 +1,121 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var util = require('./util'); +var has = Object.prototype.hasOwnProperty; +var hasNativeMap = typeof Map !== "undefined"; + +/** + * A data structure which is a combination of an array and a set. Adding a new + * member is O(1), testing for membership is O(1), and finding the index of an + * element is O(1). Removing elements from the set is not supported. Only + * strings are supported for membership. + */ +function ArraySet() { + this._array = []; + this._set = hasNativeMap ? new Map() : Object.create(null); +} + +/** + * Static method for creating ArraySet instances from an existing array. + */ +ArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) { + var set = new ArraySet(); + for (var i = 0, len = aArray.length; i < len; i++) { + set.add(aArray[i], aAllowDuplicates); + } + return set; +}; + +/** + * Return how many unique items are in this ArraySet. If duplicates have been + * added, than those do not count towards the size. + * + * @returns Number + */ +ArraySet.prototype.size = function ArraySet_size() { + return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length; +}; + +/** + * Add the given string to this set. + * + * @param String aStr + */ +ArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) { + var sStr = hasNativeMap ? aStr : util.toSetString(aStr); + var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr); + var idx = this._array.length; + if (!isDuplicate || aAllowDuplicates) { + this._array.push(aStr); + } + if (!isDuplicate) { + if (hasNativeMap) { + this._set.set(aStr, idx); + } else { + this._set[sStr] = idx; + } + } +}; + +/** + * Is the given string a member of this set? + * + * @param String aStr + */ +ArraySet.prototype.has = function ArraySet_has(aStr) { + if (hasNativeMap) { + return this._set.has(aStr); + } else { + var sStr = util.toSetString(aStr); + return has.call(this._set, sStr); + } +}; + +/** + * What is the index of the given string in the array? + * + * @param String aStr + */ +ArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) { + if (hasNativeMap) { + var idx = this._set.get(aStr); + if (idx >= 0) { + return idx; + } + } else { + var sStr = util.toSetString(aStr); + if (has.call(this._set, sStr)) { + return this._set[sStr]; + } + } + + throw new Error('"' + aStr + '" is not in the set.'); +}; + +/** + * What is the element at the given index? + * + * @param Number aIdx + */ +ArraySet.prototype.at = function ArraySet_at(aIdx) { + if (aIdx >= 0 && aIdx < this._array.length) { + return this._array[aIdx]; + } + throw new Error('No element indexed by ' + aIdx); +}; + +/** + * Returns the array representation of this set (which has the proper indices + * indicated by indexOf). Note that this is a copy of the internal array used + * for storing the members so that no one can mess with internal state. + */ +ArraySet.prototype.toArray = function ArraySet_toArray() { + return this._array.slice(); +}; + +exports.ArraySet = ArraySet; diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/base64-vlq.js b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/base64-vlq.js new file mode 100644 index 0000000..612b404 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/base64-vlq.js @@ -0,0 +1,140 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + * + * Based on the Base 64 VLQ implementation in Closure Compiler: + * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java + * + * Copyright 2011 The Closure Compiler Authors. 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 Google Inc. 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 + * OWNER 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. + */ + +var base64 = require('./base64'); + +// A single base 64 digit can contain 6 bits of data. For the base 64 variable +// length quantities we use in the source map spec, the first bit is the sign, +// the next four bits are the actual value, and the 6th bit is the +// continuation bit. The continuation bit tells us whether there are more +// digits in this value following this digit. +// +// Continuation +// | Sign +// | | +// V V +// 101011 + +var VLQ_BASE_SHIFT = 5; + +// binary: 100000 +var VLQ_BASE = 1 << VLQ_BASE_SHIFT; + +// binary: 011111 +var VLQ_BASE_MASK = VLQ_BASE - 1; + +// binary: 100000 +var VLQ_CONTINUATION_BIT = VLQ_BASE; + +/** + * Converts from a two-complement value to a value where the sign bit is + * placed in the least significant bit. For example, as decimals: + * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary) + * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary) + */ +function toVLQSigned(aValue) { + return aValue < 0 + ? ((-aValue) << 1) + 1 + : (aValue << 1) + 0; +} + +/** + * Converts to a two-complement value from a value where the sign bit is + * placed in the least significant bit. For example, as decimals: + * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1 + * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2 + */ +function fromVLQSigned(aValue) { + var isNegative = (aValue & 1) === 1; + var shifted = aValue >> 1; + return isNegative + ? -shifted + : shifted; +} + +/** + * Returns the base 64 VLQ encoded value. + */ +exports.encode = function base64VLQ_encode(aValue) { + var encoded = ""; + var digit; + + var vlq = toVLQSigned(aValue); + + do { + digit = vlq & VLQ_BASE_MASK; + vlq >>>= VLQ_BASE_SHIFT; + if (vlq > 0) { + // There are still more digits in this value, so we must make sure the + // continuation bit is marked. + digit |= VLQ_CONTINUATION_BIT; + } + encoded += base64.encode(digit); + } while (vlq > 0); + + return encoded; +}; + +/** + * Decodes the next base 64 VLQ value from the given string and returns the + * value and the rest of the string via the out parameter. + */ +exports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) { + var strLen = aStr.length; + var result = 0; + var shift = 0; + var continuation, digit; + + do { + if (aIndex >= strLen) { + throw new Error("Expected more digits in base 64 VLQ value."); + } + + digit = base64.decode(aStr.charCodeAt(aIndex++)); + if (digit === -1) { + throw new Error("Invalid base64 digit: " + aStr.charAt(aIndex - 1)); + } + + continuation = !!(digit & VLQ_CONTINUATION_BIT); + digit &= VLQ_BASE_MASK; + result = result + (digit << shift); + shift += VLQ_BASE_SHIFT; + } while (continuation); + + aOutParam.value = fromVLQSigned(result); + aOutParam.rest = aIndex; +}; diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/base64.js b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/base64.js new file mode 100644 index 0000000..8aa86b3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/base64.js @@ -0,0 +1,67 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split(''); + +/** + * Encode an integer in the range of 0 to 63 to a single base 64 digit. + */ +exports.encode = function (number) { + if (0 <= number && number < intToCharMap.length) { + return intToCharMap[number]; + } + throw new TypeError("Must be between 0 and 63: " + number); +}; + +/** + * Decode a single base 64 character code digit to an integer. Returns -1 on + * failure. + */ +exports.decode = function (charCode) { + var bigA = 65; // 'A' + var bigZ = 90; // 'Z' + + var littleA = 97; // 'a' + var littleZ = 122; // 'z' + + var zero = 48; // '0' + var nine = 57; // '9' + + var plus = 43; // '+' + var slash = 47; // '/' + + var littleOffset = 26; + var numberOffset = 52; + + // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ + if (bigA <= charCode && charCode <= bigZ) { + return (charCode - bigA); + } + + // 26 - 51: abcdefghijklmnopqrstuvwxyz + if (littleA <= charCode && charCode <= littleZ) { + return (charCode - littleA + littleOffset); + } + + // 52 - 61: 0123456789 + if (zero <= charCode && charCode <= nine) { + return (charCode - zero + numberOffset); + } + + // 62: + + if (charCode == plus) { + return 62; + } + + // 63: / + if (charCode == slash) { + return 63; + } + + // Invalid base64 digit. + return -1; +}; diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/binary-search.js b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/binary-search.js new file mode 100644 index 0000000..010ac94 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/binary-search.js @@ -0,0 +1,111 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +exports.GREATEST_LOWER_BOUND = 1; +exports.LEAST_UPPER_BOUND = 2; + +/** + * Recursive implementation of binary search. + * + * @param aLow Indices here and lower do not contain the needle. + * @param aHigh Indices here and higher do not contain the needle. + * @param aNeedle The element being searched for. + * @param aHaystack The non-empty array being searched. + * @param aCompare Function which takes two elements and returns -1, 0, or 1. + * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or + * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + */ +function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) { + // This function terminates when one of the following is true: + // + // 1. We find the exact element we are looking for. + // + // 2. We did not find the exact element, but we can return the index of + // the next-closest element. + // + // 3. We did not find the exact element, and there is no next-closest + // element than the one we are searching for, so we return -1. + var mid = Math.floor((aHigh - aLow) / 2) + aLow; + var cmp = aCompare(aNeedle, aHaystack[mid], true); + if (cmp === 0) { + // Found the element we are looking for. + return mid; + } + else if (cmp > 0) { + // Our needle is greater than aHaystack[mid]. + if (aHigh - mid > 1) { + // The element is in the upper half. + return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias); + } + + // The exact needle element was not found in this haystack. Determine if + // we are in termination case (3) or (2) and return the appropriate thing. + if (aBias == exports.LEAST_UPPER_BOUND) { + return aHigh < aHaystack.length ? aHigh : -1; + } else { + return mid; + } + } + else { + // Our needle is less than aHaystack[mid]. + if (mid - aLow > 1) { + // The element is in the lower half. + return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias); + } + + // we are in termination case (3) or (2) and return the appropriate thing. + if (aBias == exports.LEAST_UPPER_BOUND) { + return mid; + } else { + return aLow < 0 ? -1 : aLow; + } + } +} + +/** + * This is an implementation of binary search which will always try and return + * the index of the closest element if there is no exact hit. This is because + * mappings between original and generated line/col pairs are single points, + * and there is an implicit region between each of them, so a miss just means + * that you aren't on the very start of a region. + * + * @param aNeedle The element you are looking for. + * @param aHaystack The array that is being searched. + * @param aCompare A function which takes the needle and an element in the + * array and returns -1, 0, or 1 depending on whether the needle is less + * than, equal to, or greater than the element, respectively. + * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or + * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'. + */ +exports.search = function search(aNeedle, aHaystack, aCompare, aBias) { + if (aHaystack.length === 0) { + return -1; + } + + var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack, + aCompare, aBias || exports.GREATEST_LOWER_BOUND); + if (index < 0) { + return -1; + } + + // We have found either the exact element, or the next-closest element than + // the one we are searching for. However, there may be more than one such + // element. Make sure we always return the smallest of these. + while (index - 1 >= 0) { + if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) { + break; + } + --index; + } + + return index; +}; diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/mapping-list.js b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/mapping-list.js new file mode 100644 index 0000000..06d1274 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/mapping-list.js @@ -0,0 +1,79 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2014 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var util = require('./util'); + +/** + * Determine whether mappingB is after mappingA with respect to generated + * position. + */ +function generatedPositionAfter(mappingA, mappingB) { + // Optimized for most common case + var lineA = mappingA.generatedLine; + var lineB = mappingB.generatedLine; + var columnA = mappingA.generatedColumn; + var columnB = mappingB.generatedColumn; + return lineB > lineA || lineB == lineA && columnB >= columnA || + util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0; +} + +/** + * A data structure to provide a sorted view of accumulated mappings in a + * performance conscious manner. It trades a neglibable overhead in general + * case for a large speedup in case of mappings being added in order. + */ +function MappingList() { + this._array = []; + this._sorted = true; + // Serves as infimum + this._last = {generatedLine: -1, generatedColumn: 0}; +} + +/** + * Iterate through internal items. This method takes the same arguments that + * `Array.prototype.forEach` takes. + * + * NOTE: The order of the mappings is NOT guaranteed. + */ +MappingList.prototype.unsortedForEach = + function MappingList_forEach(aCallback, aThisArg) { + this._array.forEach(aCallback, aThisArg); + }; + +/** + * Add the given source mapping. + * + * @param Object aMapping + */ +MappingList.prototype.add = function MappingList_add(aMapping) { + if (generatedPositionAfter(this._last, aMapping)) { + this._last = aMapping; + this._array.push(aMapping); + } else { + this._sorted = false; + this._array.push(aMapping); + } +}; + +/** + * Returns the flat, sorted array of mappings. The mappings are sorted by + * generated position. + * + * WARNING: This method returns internal data without copying, for + * performance. The return value must NOT be mutated, and should be treated as + * an immutable borrow. If you want to take ownership, you must make your own + * copy. + */ +MappingList.prototype.toArray = function MappingList_toArray() { + if (!this._sorted) { + this._array.sort(util.compareByGeneratedPositionsInflated); + this._sorted = true; + } + return this._array; +}; + +exports.MappingList = MappingList; diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/quick-sort.js b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/quick-sort.js new file mode 100644 index 0000000..6a7caad --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/quick-sort.js @@ -0,0 +1,114 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +// It turns out that some (most?) JavaScript engines don't self-host +// `Array.prototype.sort`. This makes sense because C++ will likely remain +// faster than JS when doing raw CPU-intensive sorting. However, when using a +// custom comparator function, calling back and forth between the VM's C++ and +// JIT'd JS is rather slow *and* loses JIT type information, resulting in +// worse generated code for the comparator function than would be optimal. In +// fact, when sorting with a comparator, these costs outweigh the benefits of +// sorting in C++. By using our own JS-implemented Quick Sort (below), we get +// a ~3500ms mean speed-up in `bench/bench.html`. + +/** + * Swap the elements indexed by `x` and `y` in the array `ary`. + * + * @param {Array} ary + * The array. + * @param {Number} x + * The index of the first item. + * @param {Number} y + * The index of the second item. + */ +function swap(ary, x, y) { + var temp = ary[x]; + ary[x] = ary[y]; + ary[y] = temp; +} + +/** + * Returns a random integer within the range `low .. high` inclusive. + * + * @param {Number} low + * The lower bound on the range. + * @param {Number} high + * The upper bound on the range. + */ +function randomIntInRange(low, high) { + return Math.round(low + (Math.random() * (high - low))); +} + +/** + * The Quick Sort algorithm. + * + * @param {Array} ary + * An array to sort. + * @param {function} comparator + * Function to use to compare two items. + * @param {Number} p + * Start index of the array + * @param {Number} r + * End index of the array + */ +function doQuickSort(ary, comparator, p, r) { + // If our lower bound is less than our upper bound, we (1) partition the + // array into two pieces and (2) recurse on each half. If it is not, this is + // the empty array and our base case. + + if (p < r) { + // (1) Partitioning. + // + // The partitioning chooses a pivot between `p` and `r` and moves all + // elements that are less than or equal to the pivot to the before it, and + // all the elements that are greater than it after it. The effect is that + // once partition is done, the pivot is in the exact place it will be when + // the array is put in sorted order, and it will not need to be moved + // again. This runs in O(n) time. + + // Always choose a random pivot so that an input array which is reverse + // sorted does not cause O(n^2) running time. + var pivotIndex = randomIntInRange(p, r); + var i = p - 1; + + swap(ary, pivotIndex, r); + var pivot = ary[r]; + + // Immediately after `j` is incremented in this loop, the following hold + // true: + // + // * Every element in `ary[p .. i]` is less than or equal to the pivot. + // + // * Every element in `ary[i+1 .. j-1]` is greater than the pivot. + for (var j = p; j < r; j++) { + if (comparator(ary[j], pivot) <= 0) { + i += 1; + swap(ary, i, j); + } + } + + swap(ary, i + 1, j); + var q = i + 1; + + // (2) Recurse on each half. + + doQuickSort(ary, comparator, p, q - 1); + doQuickSort(ary, comparator, q + 1, r); + } +} + +/** + * Sort the given array in-place with the given comparator function. + * + * @param {Array} ary + * An array to sort. + * @param {function} comparator + * Function to use to compare two items. + */ +exports.quickSort = function (ary, comparator) { + doQuickSort(ary, comparator, 0, ary.length - 1); +}; diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/source-map-consumer.js b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/source-map-consumer.js new file mode 100644 index 0000000..7b99d1d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/source-map-consumer.js @@ -0,0 +1,1145 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var util = require('./util'); +var binarySearch = require('./binary-search'); +var ArraySet = require('./array-set').ArraySet; +var base64VLQ = require('./base64-vlq'); +var quickSort = require('./quick-sort').quickSort; + +function SourceMapConsumer(aSourceMap, aSourceMapURL) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = util.parseSourceMapInput(aSourceMap); + } + + return sourceMap.sections != null + ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL) + : new BasicSourceMapConsumer(sourceMap, aSourceMapURL); +} + +SourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) { + return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL); +} + +/** + * The version of the source mapping spec that we are consuming. + */ +SourceMapConsumer.prototype._version = 3; + +// `__generatedMappings` and `__originalMappings` are arrays that hold the +// parsed mapping coordinates from the source map's "mappings" attribute. They +// are lazily instantiated, accessed via the `_generatedMappings` and +// `_originalMappings` getters respectively, and we only parse the mappings +// and create these arrays once queried for a source location. We jump through +// these hoops because there can be many thousands of mappings, and parsing +// them is expensive, so we only want to do it if we must. +// +// Each object in the arrays is of the form: +// +// { +// generatedLine: The line number in the generated code, +// generatedColumn: The column number in the generated code, +// source: The path to the original source file that generated this +// chunk of code, +// originalLine: The line number in the original source that +// corresponds to this chunk of generated code, +// originalColumn: The column number in the original source that +// corresponds to this chunk of generated code, +// name: The name of the original symbol which generated this chunk of +// code. +// } +// +// All properties except for `generatedLine` and `generatedColumn` can be +// `null`. +// +// `_generatedMappings` is ordered by the generated positions. +// +// `_originalMappings` is ordered by the original positions. + +SourceMapConsumer.prototype.__generatedMappings = null; +Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', { + configurable: true, + enumerable: true, + get: function () { + if (!this.__generatedMappings) { + this._parseMappings(this._mappings, this.sourceRoot); + } + + return this.__generatedMappings; + } +}); + +SourceMapConsumer.prototype.__originalMappings = null; +Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', { + configurable: true, + enumerable: true, + get: function () { + if (!this.__originalMappings) { + this._parseMappings(this._mappings, this.sourceRoot); + } + + return this.__originalMappings; + } +}); + +SourceMapConsumer.prototype._charIsMappingSeparator = + function SourceMapConsumer_charIsMappingSeparator(aStr, index) { + var c = aStr.charAt(index); + return c === ";" || c === ","; + }; + +/** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ +SourceMapConsumer.prototype._parseMappings = + function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { + throw new Error("Subclasses must implement _parseMappings"); + }; + +SourceMapConsumer.GENERATED_ORDER = 1; +SourceMapConsumer.ORIGINAL_ORDER = 2; + +SourceMapConsumer.GREATEST_LOWER_BOUND = 1; +SourceMapConsumer.LEAST_UPPER_BOUND = 2; + +/** + * Iterate over each mapping between an original source/line/column and a + * generated line/column in this source map. + * + * @param Function aCallback + * The function that is called with each mapping. + * @param Object aContext + * Optional. If specified, this object will be the value of `this` every + * time that `aCallback` is called. + * @param aOrder + * Either `SourceMapConsumer.GENERATED_ORDER` or + * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to + * iterate over the mappings sorted by the generated file's line/column + * order or the original's source/line/column order, respectively. Defaults to + * `SourceMapConsumer.GENERATED_ORDER`. + */ +SourceMapConsumer.prototype.eachMapping = + function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) { + var context = aContext || null; + var order = aOrder || SourceMapConsumer.GENERATED_ORDER; + + var mappings; + switch (order) { + case SourceMapConsumer.GENERATED_ORDER: + mappings = this._generatedMappings; + break; + case SourceMapConsumer.ORIGINAL_ORDER: + mappings = this._originalMappings; + break; + default: + throw new Error("Unknown order of iteration."); + } + + var sourceRoot = this.sourceRoot; + mappings.map(function (mapping) { + var source = mapping.source === null ? null : this._sources.at(mapping.source); + source = util.computeSourceURL(sourceRoot, source, this._sourceMapURL); + return { + source: source, + generatedLine: mapping.generatedLine, + generatedColumn: mapping.generatedColumn, + originalLine: mapping.originalLine, + originalColumn: mapping.originalColumn, + name: mapping.name === null ? null : this._names.at(mapping.name) + }; + }, this).forEach(aCallback, context); + }; + +/** + * Returns all generated line and column information for the original source, + * line, and column provided. If no column is provided, returns all mappings + * corresponding to a either the line we are searching for or the next + * closest line that has any mappings. Otherwise, returns all mappings + * corresponding to the given line and either the column we are searching for + * or the next closest column that has any offsets. + * + * The only argument is an object with the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. The line number is 1-based. + * - column: Optional. the column number in the original source. + * The column number is 0-based. + * + * and an array of objects is returned, each with the following properties: + * + * - line: The line number in the generated source, or null. The + * line number is 1-based. + * - column: The column number in the generated source, or null. + * The column number is 0-based. + */ +SourceMapConsumer.prototype.allGeneratedPositionsFor = + function SourceMapConsumer_allGeneratedPositionsFor(aArgs) { + var line = util.getArg(aArgs, 'line'); + + // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping + // returns the index of the closest mapping less than the needle. By + // setting needle.originalColumn to 0, we thus find the last mapping for + // the given line, provided such a mapping exists. + var needle = { + source: util.getArg(aArgs, 'source'), + originalLine: line, + originalColumn: util.getArg(aArgs, 'column', 0) + }; + + needle.source = this._findSourceIndex(needle.source); + if (needle.source < 0) { + return []; + } + + var mappings = []; + + var index = this._findMapping(needle, + this._originalMappings, + "originalLine", + "originalColumn", + util.compareByOriginalPositions, + binarySearch.LEAST_UPPER_BOUND); + if (index >= 0) { + var mapping = this._originalMappings[index]; + + if (aArgs.column === undefined) { + var originalLine = mapping.originalLine; + + // Iterate until either we run out of mappings, or we run into + // a mapping for a different line than the one we found. Since + // mappings are sorted, this is guaranteed to find all mappings for + // the line we found. + while (mapping && mapping.originalLine === originalLine) { + mappings.push({ + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }); + + mapping = this._originalMappings[++index]; + } + } else { + var originalColumn = mapping.originalColumn; + + // Iterate until either we run out of mappings, or we run into + // a mapping for a different line than the one we were searching for. + // Since mappings are sorted, this is guaranteed to find all mappings for + // the line we are searching for. + while (mapping && + mapping.originalLine === line && + mapping.originalColumn == originalColumn) { + mappings.push({ + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }); + + mapping = this._originalMappings[++index]; + } + } + } + + return mappings; + }; + +exports.SourceMapConsumer = SourceMapConsumer; + +/** + * A BasicSourceMapConsumer instance represents a parsed source map which we can + * query for information about the original file positions by giving it a file + * position in the generated source. + * + * The first parameter is the raw source map (either as a JSON string, or + * already parsed to an object). According to the spec, source maps have the + * following attributes: + * + * - version: Which version of the source map spec this map is following. + * - sources: An array of URLs to the original source files. + * - names: An array of identifiers which can be referrenced by individual mappings. + * - sourceRoot: Optional. The URL root from which all sources are relative. + * - sourcesContent: Optional. An array of contents of the original source files. + * - mappings: A string of base64 VLQs which contain the actual mappings. + * - file: Optional. The generated file this source map is associated with. + * + * Here is an example source map, taken from the source map spec[0]: + * + * { + * version : 3, + * file: "out.js", + * sourceRoot : "", + * sources: ["foo.js", "bar.js"], + * names: ["src", "maps", "are", "fun"], + * mappings: "AA,AB;;ABCDE;" + * } + * + * The second parameter, if given, is a string whose value is the URL + * at which the source map was found. This URL is used to compute the + * sources array. + * + * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1# + */ +function BasicSourceMapConsumer(aSourceMap, aSourceMapURL) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = util.parseSourceMapInput(aSourceMap); + } + + var version = util.getArg(sourceMap, 'version'); + var sources = util.getArg(sourceMap, 'sources'); + // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which + // requires the array) to play nice here. + var names = util.getArg(sourceMap, 'names', []); + var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null); + var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null); + var mappings = util.getArg(sourceMap, 'mappings'); + var file = util.getArg(sourceMap, 'file', null); + + // Once again, Sass deviates from the spec and supplies the version as a + // string rather than a number, so we use loose equality checking here. + if (version != this._version) { + throw new Error('Unsupported version: ' + version); + } + + if (sourceRoot) { + sourceRoot = util.normalize(sourceRoot); + } + + sources = sources + .map(String) + // Some source maps produce relative source paths like "./foo.js" instead of + // "foo.js". Normalize these first so that future comparisons will succeed. + // See bugzil.la/1090768. + .map(util.normalize) + // Always ensure that absolute sources are internally stored relative to + // the source root, if the source root is absolute. Not doing this would + // be particularly problematic when the source root is a prefix of the + // source (valid, but why??). See github issue #199 and bugzil.la/1188982. + .map(function (source) { + return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source) + ? util.relative(sourceRoot, source) + : source; + }); + + // Pass `true` below to allow duplicate names and sources. While source maps + // are intended to be compressed and deduplicated, the TypeScript compiler + // sometimes generates source maps with duplicates in them. See Github issue + // #72 and bugzil.la/889492. + this._names = ArraySet.fromArray(names.map(String), true); + this._sources = ArraySet.fromArray(sources, true); + + this._absoluteSources = this._sources.toArray().map(function (s) { + return util.computeSourceURL(sourceRoot, s, aSourceMapURL); + }); + + this.sourceRoot = sourceRoot; + this.sourcesContent = sourcesContent; + this._mappings = mappings; + this._sourceMapURL = aSourceMapURL; + this.file = file; +} + +BasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); +BasicSourceMapConsumer.prototype.consumer = SourceMapConsumer; + +/** + * Utility function to find the index of a source. Returns -1 if not + * found. + */ +BasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) { + var relativeSource = aSource; + if (this.sourceRoot != null) { + relativeSource = util.relative(this.sourceRoot, relativeSource); + } + + if (this._sources.has(relativeSource)) { + return this._sources.indexOf(relativeSource); + } + + // Maybe aSource is an absolute URL as returned by |sources|. In + // this case we can't simply undo the transform. + var i; + for (i = 0; i < this._absoluteSources.length; ++i) { + if (this._absoluteSources[i] == aSource) { + return i; + } + } + + return -1; +}; + +/** + * Create a BasicSourceMapConsumer from a SourceMapGenerator. + * + * @param SourceMapGenerator aSourceMap + * The source map that will be consumed. + * @param String aSourceMapURL + * The URL at which the source map can be found (optional) + * @returns BasicSourceMapConsumer + */ +BasicSourceMapConsumer.fromSourceMap = + function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) { + var smc = Object.create(BasicSourceMapConsumer.prototype); + + var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true); + var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true); + smc.sourceRoot = aSourceMap._sourceRoot; + smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(), + smc.sourceRoot); + smc.file = aSourceMap._file; + smc._sourceMapURL = aSourceMapURL; + smc._absoluteSources = smc._sources.toArray().map(function (s) { + return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL); + }); + + // Because we are modifying the entries (by converting string sources and + // names to indices into the sources and names ArraySets), we have to make + // a copy of the entry or else bad things happen. Shared mutable state + // strikes again! See github issue #191. + + var generatedMappings = aSourceMap._mappings.toArray().slice(); + var destGeneratedMappings = smc.__generatedMappings = []; + var destOriginalMappings = smc.__originalMappings = []; + + for (var i = 0, length = generatedMappings.length; i < length; i++) { + var srcMapping = generatedMappings[i]; + var destMapping = new Mapping; + destMapping.generatedLine = srcMapping.generatedLine; + destMapping.generatedColumn = srcMapping.generatedColumn; + + if (srcMapping.source) { + destMapping.source = sources.indexOf(srcMapping.source); + destMapping.originalLine = srcMapping.originalLine; + destMapping.originalColumn = srcMapping.originalColumn; + + if (srcMapping.name) { + destMapping.name = names.indexOf(srcMapping.name); + } + + destOriginalMappings.push(destMapping); + } + + destGeneratedMappings.push(destMapping); + } + + quickSort(smc.__originalMappings, util.compareByOriginalPositions); + + return smc; + }; + +/** + * The version of the source mapping spec that we are consuming. + */ +BasicSourceMapConsumer.prototype._version = 3; + +/** + * The list of original sources. + */ +Object.defineProperty(BasicSourceMapConsumer.prototype, 'sources', { + get: function () { + return this._absoluteSources.slice(); + } +}); + +/** + * Provide the JIT with a nice shape / hidden class. + */ +function Mapping() { + this.generatedLine = 0; + this.generatedColumn = 0; + this.source = null; + this.originalLine = null; + this.originalColumn = null; + this.name = null; +} + +/** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ +BasicSourceMapConsumer.prototype._parseMappings = + function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { + var generatedLine = 1; + var previousGeneratedColumn = 0; + var previousOriginalLine = 0; + var previousOriginalColumn = 0; + var previousSource = 0; + var previousName = 0; + var length = aStr.length; + var index = 0; + var cachedSegments = {}; + var temp = {}; + var originalMappings = []; + var generatedMappings = []; + var mapping, str, segment, end, value; + + while (index < length) { + if (aStr.charAt(index) === ';') { + generatedLine++; + index++; + previousGeneratedColumn = 0; + } + else if (aStr.charAt(index) === ',') { + index++; + } + else { + mapping = new Mapping(); + mapping.generatedLine = generatedLine; + + // Because each offset is encoded relative to the previous one, + // many segments often have the same encoding. We can exploit this + // fact by caching the parsed variable length fields of each segment, + // allowing us to avoid a second parse if we encounter the same + // segment again. + for (end = index; end < length; end++) { + if (this._charIsMappingSeparator(aStr, end)) { + break; + } + } + str = aStr.slice(index, end); + + segment = cachedSegments[str]; + if (segment) { + index += str.length; + } else { + segment = []; + while (index < end) { + base64VLQ.decode(aStr, index, temp); + value = temp.value; + index = temp.rest; + segment.push(value); + } + + if (segment.length === 2) { + throw new Error('Found a source, but no line and column'); + } + + if (segment.length === 3) { + throw new Error('Found a source and line, but no column'); + } + + cachedSegments[str] = segment; + } + + // Generated column. + mapping.generatedColumn = previousGeneratedColumn + segment[0]; + previousGeneratedColumn = mapping.generatedColumn; + + if (segment.length > 1) { + // Original source. + mapping.source = previousSource + segment[1]; + previousSource += segment[1]; + + // Original line. + mapping.originalLine = previousOriginalLine + segment[2]; + previousOriginalLine = mapping.originalLine; + // Lines are stored 0-based + mapping.originalLine += 1; + + // Original column. + mapping.originalColumn = previousOriginalColumn + segment[3]; + previousOriginalColumn = mapping.originalColumn; + + if (segment.length > 4) { + // Original name. + mapping.name = previousName + segment[4]; + previousName += segment[4]; + } + } + + generatedMappings.push(mapping); + if (typeof mapping.originalLine === 'number') { + originalMappings.push(mapping); + } + } + } + + quickSort(generatedMappings, util.compareByGeneratedPositionsDeflated); + this.__generatedMappings = generatedMappings; + + quickSort(originalMappings, util.compareByOriginalPositions); + this.__originalMappings = originalMappings; + }; + +/** + * Find the mapping that best matches the hypothetical "needle" mapping that + * we are searching for in the given "haystack" of mappings. + */ +BasicSourceMapConsumer.prototype._findMapping = + function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName, + aColumnName, aComparator, aBias) { + // To return the position we are searching for, we must first find the + // mapping for the given position and then return the opposite position it + // points to. Because the mappings are sorted, we can use binary search to + // find the best mapping. + + if (aNeedle[aLineName] <= 0) { + throw new TypeError('Line must be greater than or equal to 1, got ' + + aNeedle[aLineName]); + } + if (aNeedle[aColumnName] < 0) { + throw new TypeError('Column must be greater than or equal to 0, got ' + + aNeedle[aColumnName]); + } + + return binarySearch.search(aNeedle, aMappings, aComparator, aBias); + }; + +/** + * Compute the last column for each generated mapping. The last column is + * inclusive. + */ +BasicSourceMapConsumer.prototype.computeColumnSpans = + function SourceMapConsumer_computeColumnSpans() { + for (var index = 0; index < this._generatedMappings.length; ++index) { + var mapping = this._generatedMappings[index]; + + // Mappings do not contain a field for the last generated columnt. We + // can come up with an optimistic estimate, however, by assuming that + // mappings are contiguous (i.e. given two consecutive mappings, the + // first mapping ends where the second one starts). + if (index + 1 < this._generatedMappings.length) { + var nextMapping = this._generatedMappings[index + 1]; + + if (mapping.generatedLine === nextMapping.generatedLine) { + mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1; + continue; + } + } + + // The last mapping for each line spans the entire line. + mapping.lastGeneratedColumn = Infinity; + } + }; + +/** + * Returns the original source, line, and column information for the generated + * source's line and column positions provided. The only argument is an object + * with the following properties: + * + * - line: The line number in the generated source. The line number + * is 1-based. + * - column: The column number in the generated source. The column + * number is 0-based. + * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or + * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. + * + * and an object is returned with the following properties: + * + * - source: The original source file, or null. + * - line: The line number in the original source, or null. The + * line number is 1-based. + * - column: The column number in the original source, or null. The + * column number is 0-based. + * - name: The original identifier, or null. + */ +BasicSourceMapConsumer.prototype.originalPositionFor = + function SourceMapConsumer_originalPositionFor(aArgs) { + var needle = { + generatedLine: util.getArg(aArgs, 'line'), + generatedColumn: util.getArg(aArgs, 'column') + }; + + var index = this._findMapping( + needle, + this._generatedMappings, + "generatedLine", + "generatedColumn", + util.compareByGeneratedPositionsDeflated, + util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) + ); + + if (index >= 0) { + var mapping = this._generatedMappings[index]; + + if (mapping.generatedLine === needle.generatedLine) { + var source = util.getArg(mapping, 'source', null); + if (source !== null) { + source = this._sources.at(source); + source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL); + } + var name = util.getArg(mapping, 'name', null); + if (name !== null) { + name = this._names.at(name); + } + return { + source: source, + line: util.getArg(mapping, 'originalLine', null), + column: util.getArg(mapping, 'originalColumn', null), + name: name + }; + } + } + + return { + source: null, + line: null, + column: null, + name: null + }; + }; + +/** + * Return true if we have the source content for every source in the source + * map, false otherwise. + */ +BasicSourceMapConsumer.prototype.hasContentsOfAllSources = + function BasicSourceMapConsumer_hasContentsOfAllSources() { + if (!this.sourcesContent) { + return false; + } + return this.sourcesContent.length >= this._sources.size() && + !this.sourcesContent.some(function (sc) { return sc == null; }); + }; + +/** + * Returns the original source content. The only argument is the url of the + * original source file. Returns null if no original source content is + * available. + */ +BasicSourceMapConsumer.prototype.sourceContentFor = + function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { + if (!this.sourcesContent) { + return null; + } + + var index = this._findSourceIndex(aSource); + if (index >= 0) { + return this.sourcesContent[index]; + } + + var relativeSource = aSource; + if (this.sourceRoot != null) { + relativeSource = util.relative(this.sourceRoot, relativeSource); + } + + var url; + if (this.sourceRoot != null + && (url = util.urlParse(this.sourceRoot))) { + // XXX: file:// URIs and absolute paths lead to unexpected behavior for + // many users. We can help them out when they expect file:// URIs to + // behave like it would if they were running a local HTTP server. See + // https://bugzilla.mozilla.org/show_bug.cgi?id=885597. + var fileUriAbsPath = relativeSource.replace(/^file:\/\//, ""); + if (url.scheme == "file" + && this._sources.has(fileUriAbsPath)) { + return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)] + } + + if ((!url.path || url.path == "/") + && this._sources.has("/" + relativeSource)) { + return this.sourcesContent[this._sources.indexOf("/" + relativeSource)]; + } + } + + // This function is used recursively from + // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we + // don't want to throw if we can't find the source - we just want to + // return null, so we provide a flag to exit gracefully. + if (nullOnMissing) { + return null; + } + else { + throw new Error('"' + relativeSource + '" is not in the SourceMap.'); + } + }; + +/** + * Returns the generated line and column information for the original source, + * line, and column positions provided. The only argument is an object with + * the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. The line number + * is 1-based. + * - column: The column number in the original source. The column + * number is 0-based. + * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or + * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. + * + * and an object is returned with the following properties: + * + * - line: The line number in the generated source, or null. The + * line number is 1-based. + * - column: The column number in the generated source, or null. + * The column number is 0-based. + */ +BasicSourceMapConsumer.prototype.generatedPositionFor = + function SourceMapConsumer_generatedPositionFor(aArgs) { + var source = util.getArg(aArgs, 'source'); + source = this._findSourceIndex(source); + if (source < 0) { + return { + line: null, + column: null, + lastColumn: null + }; + } + + var needle = { + source: source, + originalLine: util.getArg(aArgs, 'line'), + originalColumn: util.getArg(aArgs, 'column') + }; + + var index = this._findMapping( + needle, + this._originalMappings, + "originalLine", + "originalColumn", + util.compareByOriginalPositions, + util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) + ); + + if (index >= 0) { + var mapping = this._originalMappings[index]; + + if (mapping.source === needle.source) { + return { + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }; + } + } + + return { + line: null, + column: null, + lastColumn: null + }; + }; + +exports.BasicSourceMapConsumer = BasicSourceMapConsumer; + +/** + * An IndexedSourceMapConsumer instance represents a parsed source map which + * we can query for information. It differs from BasicSourceMapConsumer in + * that it takes "indexed" source maps (i.e. ones with a "sections" field) as + * input. + * + * The first parameter is a raw source map (either as a JSON string, or already + * parsed to an object). According to the spec for indexed source maps, they + * have the following attributes: + * + * - version: Which version of the source map spec this map is following. + * - file: Optional. The generated file this source map is associated with. + * - sections: A list of section definitions. + * + * Each value under the "sections" field has two fields: + * - offset: The offset into the original specified at which this section + * begins to apply, defined as an object with a "line" and "column" + * field. + * - map: A source map definition. This source map could also be indexed, + * but doesn't have to be. + * + * Instead of the "map" field, it's also possible to have a "url" field + * specifying a URL to retrieve a source map from, but that's currently + * unsupported. + * + * Here's an example source map, taken from the source map spec[0], but + * modified to omit a section which uses the "url" field. + * + * { + * version : 3, + * file: "app.js", + * sections: [{ + * offset: {line:100, column:10}, + * map: { + * version : 3, + * file: "section.js", + * sources: ["foo.js", "bar.js"], + * names: ["src", "maps", "are", "fun"], + * mappings: "AAAA,E;;ABCDE;" + * } + * }], + * } + * + * The second parameter, if given, is a string whose value is the URL + * at which the source map was found. This URL is used to compute the + * sources array. + * + * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt + */ +function IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = util.parseSourceMapInput(aSourceMap); + } + + var version = util.getArg(sourceMap, 'version'); + var sections = util.getArg(sourceMap, 'sections'); + + if (version != this._version) { + throw new Error('Unsupported version: ' + version); + } + + this._sources = new ArraySet(); + this._names = new ArraySet(); + + var lastOffset = { + line: -1, + column: 0 + }; + this._sections = sections.map(function (s) { + if (s.url) { + // The url field will require support for asynchronicity. + // See https://github.com/mozilla/source-map/issues/16 + throw new Error('Support for url field in sections not implemented.'); + } + var offset = util.getArg(s, 'offset'); + var offsetLine = util.getArg(offset, 'line'); + var offsetColumn = util.getArg(offset, 'column'); + + if (offsetLine < lastOffset.line || + (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) { + throw new Error('Section offsets must be ordered and non-overlapping.'); + } + lastOffset = offset; + + return { + generatedOffset: { + // The offset fields are 0-based, but we use 1-based indices when + // encoding/decoding from VLQ. + generatedLine: offsetLine + 1, + generatedColumn: offsetColumn + 1 + }, + consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL) + } + }); +} + +IndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); +IndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer; + +/** + * The version of the source mapping spec that we are consuming. + */ +IndexedSourceMapConsumer.prototype._version = 3; + +/** + * The list of original sources. + */ +Object.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', { + get: function () { + var sources = []; + for (var i = 0; i < this._sections.length; i++) { + for (var j = 0; j < this._sections[i].consumer.sources.length; j++) { + sources.push(this._sections[i].consumer.sources[j]); + } + } + return sources; + } +}); + +/** + * Returns the original source, line, and column information for the generated + * source's line and column positions provided. The only argument is an object + * with the following properties: + * + * - line: The line number in the generated source. The line number + * is 1-based. + * - column: The column number in the generated source. The column + * number is 0-based. + * + * and an object is returned with the following properties: + * + * - source: The original source file, or null. + * - line: The line number in the original source, or null. The + * line number is 1-based. + * - column: The column number in the original source, or null. The + * column number is 0-based. + * - name: The original identifier, or null. + */ +IndexedSourceMapConsumer.prototype.originalPositionFor = + function IndexedSourceMapConsumer_originalPositionFor(aArgs) { + var needle = { + generatedLine: util.getArg(aArgs, 'line'), + generatedColumn: util.getArg(aArgs, 'column') + }; + + // Find the section containing the generated position we're trying to map + // to an original position. + var sectionIndex = binarySearch.search(needle, this._sections, + function(needle, section) { + var cmp = needle.generatedLine - section.generatedOffset.generatedLine; + if (cmp) { + return cmp; + } + + return (needle.generatedColumn - + section.generatedOffset.generatedColumn); + }); + var section = this._sections[sectionIndex]; + + if (!section) { + return { + source: null, + line: null, + column: null, + name: null + }; + } + + return section.consumer.originalPositionFor({ + line: needle.generatedLine - + (section.generatedOffset.generatedLine - 1), + column: needle.generatedColumn - + (section.generatedOffset.generatedLine === needle.generatedLine + ? section.generatedOffset.generatedColumn - 1 + : 0), + bias: aArgs.bias + }); + }; + +/** + * Return true if we have the source content for every source in the source + * map, false otherwise. + */ +IndexedSourceMapConsumer.prototype.hasContentsOfAllSources = + function IndexedSourceMapConsumer_hasContentsOfAllSources() { + return this._sections.every(function (s) { + return s.consumer.hasContentsOfAllSources(); + }); + }; + +/** + * Returns the original source content. The only argument is the url of the + * original source file. Returns null if no original source content is + * available. + */ +IndexedSourceMapConsumer.prototype.sourceContentFor = + function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + + var content = section.consumer.sourceContentFor(aSource, true); + if (content) { + return content; + } + } + if (nullOnMissing) { + return null; + } + else { + throw new Error('"' + aSource + '" is not in the SourceMap.'); + } + }; + +/** + * Returns the generated line and column information for the original source, + * line, and column positions provided. The only argument is an object with + * the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. The line number + * is 1-based. + * - column: The column number in the original source. The column + * number is 0-based. + * + * and an object is returned with the following properties: + * + * - line: The line number in the generated source, or null. The + * line number is 1-based. + * - column: The column number in the generated source, or null. + * The column number is 0-based. + */ +IndexedSourceMapConsumer.prototype.generatedPositionFor = + function IndexedSourceMapConsumer_generatedPositionFor(aArgs) { + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + + // Only consider this section if the requested source is in the list of + // sources of the consumer. + if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) { + continue; + } + var generatedPosition = section.consumer.generatedPositionFor(aArgs); + if (generatedPosition) { + var ret = { + line: generatedPosition.line + + (section.generatedOffset.generatedLine - 1), + column: generatedPosition.column + + (section.generatedOffset.generatedLine === generatedPosition.line + ? section.generatedOffset.generatedColumn - 1 + : 0) + }; + return ret; + } + } + + return { + line: null, + column: null + }; + }; + +/** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ +IndexedSourceMapConsumer.prototype._parseMappings = + function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) { + this.__generatedMappings = []; + this.__originalMappings = []; + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + var sectionMappings = section.consumer._generatedMappings; + for (var j = 0; j < sectionMappings.length; j++) { + var mapping = sectionMappings[j]; + + var source = section.consumer._sources.at(mapping.source); + source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL); + this._sources.add(source); + source = this._sources.indexOf(source); + + var name = null; + if (mapping.name) { + name = section.consumer._names.at(mapping.name); + this._names.add(name); + name = this._names.indexOf(name); + } + + // The mappings coming from the consumer for the section have + // generated positions relative to the start of the section, so we + // need to offset them to be relative to the start of the concatenated + // generated file. + var adjustedMapping = { + source: source, + generatedLine: mapping.generatedLine + + (section.generatedOffset.generatedLine - 1), + generatedColumn: mapping.generatedColumn + + (section.generatedOffset.generatedLine === mapping.generatedLine + ? section.generatedOffset.generatedColumn - 1 + : 0), + originalLine: mapping.originalLine, + originalColumn: mapping.originalColumn, + name: name + }; + + this.__generatedMappings.push(adjustedMapping); + if (typeof adjustedMapping.originalLine === 'number') { + this.__originalMappings.push(adjustedMapping); + } + } + } + + quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated); + quickSort(this.__originalMappings, util.compareByOriginalPositions); + }; + +exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer; diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/source-map-generator.js b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/source-map-generator.js new file mode 100644 index 0000000..508bcfb --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/source-map-generator.js @@ -0,0 +1,425 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var base64VLQ = require('./base64-vlq'); +var util = require('./util'); +var ArraySet = require('./array-set').ArraySet; +var MappingList = require('./mapping-list').MappingList; + +/** + * An instance of the SourceMapGenerator represents a source map which is + * being built incrementally. You may pass an object with the following + * properties: + * + * - file: The filename of the generated source. + * - sourceRoot: A root for all relative URLs in this source map. + */ +function SourceMapGenerator(aArgs) { + if (!aArgs) { + aArgs = {}; + } + this._file = util.getArg(aArgs, 'file', null); + this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null); + this._skipValidation = util.getArg(aArgs, 'skipValidation', false); + this._sources = new ArraySet(); + this._names = new ArraySet(); + this._mappings = new MappingList(); + this._sourcesContents = null; +} + +SourceMapGenerator.prototype._version = 3; + +/** + * Creates a new SourceMapGenerator based on a SourceMapConsumer + * + * @param aSourceMapConsumer The SourceMap. + */ +SourceMapGenerator.fromSourceMap = + function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) { + var sourceRoot = aSourceMapConsumer.sourceRoot; + var generator = new SourceMapGenerator({ + file: aSourceMapConsumer.file, + sourceRoot: sourceRoot + }); + aSourceMapConsumer.eachMapping(function (mapping) { + var newMapping = { + generated: { + line: mapping.generatedLine, + column: mapping.generatedColumn + } + }; + + if (mapping.source != null) { + newMapping.source = mapping.source; + if (sourceRoot != null) { + newMapping.source = util.relative(sourceRoot, newMapping.source); + } + + newMapping.original = { + line: mapping.originalLine, + column: mapping.originalColumn + }; + + if (mapping.name != null) { + newMapping.name = mapping.name; + } + } + + generator.addMapping(newMapping); + }); + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var sourceRelative = sourceFile; + if (sourceRoot !== null) { + sourceRelative = util.relative(sourceRoot, sourceFile); + } + + if (!generator._sources.has(sourceRelative)) { + generator._sources.add(sourceRelative); + } + + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + generator.setSourceContent(sourceFile, content); + } + }); + return generator; + }; + +/** + * Add a single mapping from original source line and column to the generated + * source's line and column for this source map being created. The mapping + * object should have the following properties: + * + * - generated: An object with the generated line and column positions. + * - original: An object with the original line and column positions. + * - source: The original source file (relative to the sourceRoot). + * - name: An optional original token name for this mapping. + */ +SourceMapGenerator.prototype.addMapping = + function SourceMapGenerator_addMapping(aArgs) { + var generated = util.getArg(aArgs, 'generated'); + var original = util.getArg(aArgs, 'original', null); + var source = util.getArg(aArgs, 'source', null); + var name = util.getArg(aArgs, 'name', null); + + if (!this._skipValidation) { + this._validateMapping(generated, original, source, name); + } + + if (source != null) { + source = String(source); + if (!this._sources.has(source)) { + this._sources.add(source); + } + } + + if (name != null) { + name = String(name); + if (!this._names.has(name)) { + this._names.add(name); + } + } + + this._mappings.add({ + generatedLine: generated.line, + generatedColumn: generated.column, + originalLine: original != null && original.line, + originalColumn: original != null && original.column, + source: source, + name: name + }); + }; + +/** + * Set the source content for a source file. + */ +SourceMapGenerator.prototype.setSourceContent = + function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) { + var source = aSourceFile; + if (this._sourceRoot != null) { + source = util.relative(this._sourceRoot, source); + } + + if (aSourceContent != null) { + // Add the source content to the _sourcesContents map. + // Create a new _sourcesContents map if the property is null. + if (!this._sourcesContents) { + this._sourcesContents = Object.create(null); + } + this._sourcesContents[util.toSetString(source)] = aSourceContent; + } else if (this._sourcesContents) { + // Remove the source file from the _sourcesContents map. + // If the _sourcesContents map is empty, set the property to null. + delete this._sourcesContents[util.toSetString(source)]; + if (Object.keys(this._sourcesContents).length === 0) { + this._sourcesContents = null; + } + } + }; + +/** + * Applies the mappings of a sub-source-map for a specific source file to the + * source map being generated. Each mapping to the supplied source file is + * rewritten using the supplied source map. Note: The resolution for the + * resulting mappings is the minimium of this map and the supplied map. + * + * @param aSourceMapConsumer The source map to be applied. + * @param aSourceFile Optional. The filename of the source file. + * If omitted, SourceMapConsumer's file property will be used. + * @param aSourceMapPath Optional. The dirname of the path to the source map + * to be applied. If relative, it is relative to the SourceMapConsumer. + * This parameter is needed when the two source maps aren't in the same + * directory, and the source map to be applied contains relative source + * paths. If so, those relative source paths need to be rewritten + * relative to the SourceMapGenerator. + */ +SourceMapGenerator.prototype.applySourceMap = + function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) { + var sourceFile = aSourceFile; + // If aSourceFile is omitted, we will use the file property of the SourceMap + if (aSourceFile == null) { + if (aSourceMapConsumer.file == null) { + throw new Error( + 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' + + 'or the source map\'s "file" property. Both were omitted.' + ); + } + sourceFile = aSourceMapConsumer.file; + } + var sourceRoot = this._sourceRoot; + // Make "sourceFile" relative if an absolute Url is passed. + if (sourceRoot != null) { + sourceFile = util.relative(sourceRoot, sourceFile); + } + // Applying the SourceMap can add and remove items from the sources and + // the names array. + var newSources = new ArraySet(); + var newNames = new ArraySet(); + + // Find mappings for the "sourceFile" + this._mappings.unsortedForEach(function (mapping) { + if (mapping.source === sourceFile && mapping.originalLine != null) { + // Check if it can be mapped by the source map, then update the mapping. + var original = aSourceMapConsumer.originalPositionFor({ + line: mapping.originalLine, + column: mapping.originalColumn + }); + if (original.source != null) { + // Copy mapping + mapping.source = original.source; + if (aSourceMapPath != null) { + mapping.source = util.join(aSourceMapPath, mapping.source) + } + if (sourceRoot != null) { + mapping.source = util.relative(sourceRoot, mapping.source); + } + mapping.originalLine = original.line; + mapping.originalColumn = original.column; + if (original.name != null) { + mapping.name = original.name; + } + } + } + + var source = mapping.source; + if (source != null && !newSources.has(source)) { + newSources.add(source); + } + + var name = mapping.name; + if (name != null && !newNames.has(name)) { + newNames.add(name); + } + + }, this); + this._sources = newSources; + this._names = newNames; + + // Copy sourcesContents of applied map. + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + if (aSourceMapPath != null) { + sourceFile = util.join(aSourceMapPath, sourceFile); + } + if (sourceRoot != null) { + sourceFile = util.relative(sourceRoot, sourceFile); + } + this.setSourceContent(sourceFile, content); + } + }, this); + }; + +/** + * A mapping can have one of the three levels of data: + * + * 1. Just the generated position. + * 2. The Generated position, original position, and original source. + * 3. Generated and original position, original source, as well as a name + * token. + * + * To maintain consistency, we validate that any new mapping being added falls + * in to one of these categories. + */ +SourceMapGenerator.prototype._validateMapping = + function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource, + aName) { + // When aOriginal is truthy but has empty values for .line and .column, + // it is most likely a programmer error. In this case we throw a very + // specific error message to try to guide them the right way. + // For example: https://github.com/Polymer/polymer-bundler/pull/519 + if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') { + throw new Error( + 'original.line and original.column are not numbers -- you probably meant to omit ' + + 'the original mapping entirely and only map the generated position. If so, pass ' + + 'null for the original mapping instead of an object with empty or null values.' + ); + } + + if (aGenerated && 'line' in aGenerated && 'column' in aGenerated + && aGenerated.line > 0 && aGenerated.column >= 0 + && !aOriginal && !aSource && !aName) { + // Case 1. + return; + } + else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated + && aOriginal && 'line' in aOriginal && 'column' in aOriginal + && aGenerated.line > 0 && aGenerated.column >= 0 + && aOriginal.line > 0 && aOriginal.column >= 0 + && aSource) { + // Cases 2 and 3. + return; + } + else { + throw new Error('Invalid mapping: ' + JSON.stringify({ + generated: aGenerated, + source: aSource, + original: aOriginal, + name: aName + })); + } + }; + +/** + * Serialize the accumulated mappings in to the stream of base 64 VLQs + * specified by the source map format. + */ +SourceMapGenerator.prototype._serializeMappings = + function SourceMapGenerator_serializeMappings() { + var previousGeneratedColumn = 0; + var previousGeneratedLine = 1; + var previousOriginalColumn = 0; + var previousOriginalLine = 0; + var previousName = 0; + var previousSource = 0; + var result = ''; + var next; + var mapping; + var nameIdx; + var sourceIdx; + + var mappings = this._mappings.toArray(); + for (var i = 0, len = mappings.length; i < len; i++) { + mapping = mappings[i]; + next = '' + + if (mapping.generatedLine !== previousGeneratedLine) { + previousGeneratedColumn = 0; + while (mapping.generatedLine !== previousGeneratedLine) { + next += ';'; + previousGeneratedLine++; + } + } + else { + if (i > 0) { + if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) { + continue; + } + next += ','; + } + } + + next += base64VLQ.encode(mapping.generatedColumn + - previousGeneratedColumn); + previousGeneratedColumn = mapping.generatedColumn; + + if (mapping.source != null) { + sourceIdx = this._sources.indexOf(mapping.source); + next += base64VLQ.encode(sourceIdx - previousSource); + previousSource = sourceIdx; + + // lines are stored 0-based in SourceMap spec version 3 + next += base64VLQ.encode(mapping.originalLine - 1 + - previousOriginalLine); + previousOriginalLine = mapping.originalLine - 1; + + next += base64VLQ.encode(mapping.originalColumn + - previousOriginalColumn); + previousOriginalColumn = mapping.originalColumn; + + if (mapping.name != null) { + nameIdx = this._names.indexOf(mapping.name); + next += base64VLQ.encode(nameIdx - previousName); + previousName = nameIdx; + } + } + + result += next; + } + + return result; + }; + +SourceMapGenerator.prototype._generateSourcesContent = + function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) { + return aSources.map(function (source) { + if (!this._sourcesContents) { + return null; + } + if (aSourceRoot != null) { + source = util.relative(aSourceRoot, source); + } + var key = util.toSetString(source); + return Object.prototype.hasOwnProperty.call(this._sourcesContents, key) + ? this._sourcesContents[key] + : null; + }, this); + }; + +/** + * Externalize the source map. + */ +SourceMapGenerator.prototype.toJSON = + function SourceMapGenerator_toJSON() { + var map = { + version: this._version, + sources: this._sources.toArray(), + names: this._names.toArray(), + mappings: this._serializeMappings() + }; + if (this._file != null) { + map.file = this._file; + } + if (this._sourceRoot != null) { + map.sourceRoot = this._sourceRoot; + } + if (this._sourcesContents) { + map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot); + } + + return map; + }; + +/** + * Render the source map being generated to a string. + */ +SourceMapGenerator.prototype.toString = + function SourceMapGenerator_toString() { + return JSON.stringify(this.toJSON()); + }; + +exports.SourceMapGenerator = SourceMapGenerator; diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/source-node.js b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/source-node.js new file mode 100644 index 0000000..8bcdbe3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/source-node.js @@ -0,0 +1,413 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var SourceMapGenerator = require('./source-map-generator').SourceMapGenerator; +var util = require('./util'); + +// Matches a Windows-style `\r\n` newline or a `\n` newline used by all other +// operating systems these days (capturing the result). +var REGEX_NEWLINE = /(\r?\n)/; + +// Newline character code for charCodeAt() comparisons +var NEWLINE_CODE = 10; + +// Private symbol for identifying `SourceNode`s when multiple versions of +// the source-map library are loaded. This MUST NOT CHANGE across +// versions! +var isSourceNode = "$$$isSourceNode$$$"; + +/** + * SourceNodes provide a way to abstract over interpolating/concatenating + * snippets of generated JavaScript source code while maintaining the line and + * column information associated with the original source code. + * + * @param aLine The original line number. + * @param aColumn The original column number. + * @param aSource The original source's filename. + * @param aChunks Optional. An array of strings which are snippets of + * generated JS, or other SourceNodes. + * @param aName The original identifier. + */ +function SourceNode(aLine, aColumn, aSource, aChunks, aName) { + this.children = []; + this.sourceContents = {}; + this.line = aLine == null ? null : aLine; + this.column = aColumn == null ? null : aColumn; + this.source = aSource == null ? null : aSource; + this.name = aName == null ? null : aName; + this[isSourceNode] = true; + if (aChunks != null) this.add(aChunks); +} + +/** + * Creates a SourceNode from generated code and a SourceMapConsumer. + * + * @param aGeneratedCode The generated code + * @param aSourceMapConsumer The SourceMap for the generated code + * @param aRelativePath Optional. The path that relative sources in the + * SourceMapConsumer should be relative to. + */ +SourceNode.fromStringWithSourceMap = + function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) { + // The SourceNode we want to fill with the generated code + // and the SourceMap + var node = new SourceNode(); + + // All even indices of this array are one line of the generated code, + // while all odd indices are the newlines between two adjacent lines + // (since `REGEX_NEWLINE` captures its match). + // Processed fragments are accessed by calling `shiftNextLine`. + var remainingLines = aGeneratedCode.split(REGEX_NEWLINE); + var remainingLinesIndex = 0; + var shiftNextLine = function() { + var lineContents = getNextLine(); + // The last line of a file might not have a newline. + var newLine = getNextLine() || ""; + return lineContents + newLine; + + function getNextLine() { + return remainingLinesIndex < remainingLines.length ? + remainingLines[remainingLinesIndex++] : undefined; + } + }; + + // We need to remember the position of "remainingLines" + var lastGeneratedLine = 1, lastGeneratedColumn = 0; + + // The generate SourceNodes we need a code range. + // To extract it current and last mapping is used. + // Here we store the last mapping. + var lastMapping = null; + + aSourceMapConsumer.eachMapping(function (mapping) { + if (lastMapping !== null) { + // We add the code from "lastMapping" to "mapping": + // First check if there is a new line in between. + if (lastGeneratedLine < mapping.generatedLine) { + // Associate first line with "lastMapping" + addMappingWithCode(lastMapping, shiftNextLine()); + lastGeneratedLine++; + lastGeneratedColumn = 0; + // The remaining code is added without mapping + } else { + // There is no new line in between. + // Associate the code between "lastGeneratedColumn" and + // "mapping.generatedColumn" with "lastMapping" + var nextLine = remainingLines[remainingLinesIndex] || ''; + var code = nextLine.substr(0, mapping.generatedColumn - + lastGeneratedColumn); + remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn - + lastGeneratedColumn); + lastGeneratedColumn = mapping.generatedColumn; + addMappingWithCode(lastMapping, code); + // No more remaining code, continue + lastMapping = mapping; + return; + } + } + // We add the generated code until the first mapping + // to the SourceNode without any mapping. + // Each line is added as separate string. + while (lastGeneratedLine < mapping.generatedLine) { + node.add(shiftNextLine()); + lastGeneratedLine++; + } + if (lastGeneratedColumn < mapping.generatedColumn) { + var nextLine = remainingLines[remainingLinesIndex] || ''; + node.add(nextLine.substr(0, mapping.generatedColumn)); + remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn); + lastGeneratedColumn = mapping.generatedColumn; + } + lastMapping = mapping; + }, this); + // We have processed all mappings. + if (remainingLinesIndex < remainingLines.length) { + if (lastMapping) { + // Associate the remaining code in the current line with "lastMapping" + addMappingWithCode(lastMapping, shiftNextLine()); + } + // and add the remaining lines without any mapping + node.add(remainingLines.splice(remainingLinesIndex).join("")); + } + + // Copy sourcesContent into SourceNode + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + if (aRelativePath != null) { + sourceFile = util.join(aRelativePath, sourceFile); + } + node.setSourceContent(sourceFile, content); + } + }); + + return node; + + function addMappingWithCode(mapping, code) { + if (mapping === null || mapping.source === undefined) { + node.add(code); + } else { + var source = aRelativePath + ? util.join(aRelativePath, mapping.source) + : mapping.source; + node.add(new SourceNode(mapping.originalLine, + mapping.originalColumn, + source, + code, + mapping.name)); + } + } + }; + +/** + * Add a chunk of generated JS to this source node. + * + * @param aChunk A string snippet of generated JS code, another instance of + * SourceNode, or an array where each member is one of those things. + */ +SourceNode.prototype.add = function SourceNode_add(aChunk) { + if (Array.isArray(aChunk)) { + aChunk.forEach(function (chunk) { + this.add(chunk); + }, this); + } + else if (aChunk[isSourceNode] || typeof aChunk === "string") { + if (aChunk) { + this.children.push(aChunk); + } + } + else { + throw new TypeError( + "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk + ); + } + return this; +}; + +/** + * Add a chunk of generated JS to the beginning of this source node. + * + * @param aChunk A string snippet of generated JS code, another instance of + * SourceNode, or an array where each member is one of those things. + */ +SourceNode.prototype.prepend = function SourceNode_prepend(aChunk) { + if (Array.isArray(aChunk)) { + for (var i = aChunk.length-1; i >= 0; i--) { + this.prepend(aChunk[i]); + } + } + else if (aChunk[isSourceNode] || typeof aChunk === "string") { + this.children.unshift(aChunk); + } + else { + throw new TypeError( + "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk + ); + } + return this; +}; + +/** + * Walk over the tree of JS snippets in this node and its children. The + * walking function is called once for each snippet of JS and is passed that + * snippet and the its original associated source's line/column location. + * + * @param aFn The traversal function. + */ +SourceNode.prototype.walk = function SourceNode_walk(aFn) { + var chunk; + for (var i = 0, len = this.children.length; i < len; i++) { + chunk = this.children[i]; + if (chunk[isSourceNode]) { + chunk.walk(aFn); + } + else { + if (chunk !== '') { + aFn(chunk, { source: this.source, + line: this.line, + column: this.column, + name: this.name }); + } + } + } +}; + +/** + * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between + * each of `this.children`. + * + * @param aSep The separator. + */ +SourceNode.prototype.join = function SourceNode_join(aSep) { + var newChildren; + var i; + var len = this.children.length; + if (len > 0) { + newChildren = []; + for (i = 0; i < len-1; i++) { + newChildren.push(this.children[i]); + newChildren.push(aSep); + } + newChildren.push(this.children[i]); + this.children = newChildren; + } + return this; +}; + +/** + * Call String.prototype.replace on the very right-most source snippet. Useful + * for trimming whitespace from the end of a source node, etc. + * + * @param aPattern The pattern to replace. + * @param aReplacement The thing to replace the pattern with. + */ +SourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) { + var lastChild = this.children[this.children.length - 1]; + if (lastChild[isSourceNode]) { + lastChild.replaceRight(aPattern, aReplacement); + } + else if (typeof lastChild === 'string') { + this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement); + } + else { + this.children.push(''.replace(aPattern, aReplacement)); + } + return this; +}; + +/** + * Set the source content for a source file. This will be added to the SourceMapGenerator + * in the sourcesContent field. + * + * @param aSourceFile The filename of the source file + * @param aSourceContent The content of the source file + */ +SourceNode.prototype.setSourceContent = + function SourceNode_setSourceContent(aSourceFile, aSourceContent) { + this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent; + }; + +/** + * Walk over the tree of SourceNodes. The walking function is called for each + * source file content and is passed the filename and source content. + * + * @param aFn The traversal function. + */ +SourceNode.prototype.walkSourceContents = + function SourceNode_walkSourceContents(aFn) { + for (var i = 0, len = this.children.length; i < len; i++) { + if (this.children[i][isSourceNode]) { + this.children[i].walkSourceContents(aFn); + } + } + + var sources = Object.keys(this.sourceContents); + for (var i = 0, len = sources.length; i < len; i++) { + aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]); + } + }; + +/** + * Return the string representation of this source node. Walks over the tree + * and concatenates all the various snippets together to one string. + */ +SourceNode.prototype.toString = function SourceNode_toString() { + var str = ""; + this.walk(function (chunk) { + str += chunk; + }); + return str; +}; + +/** + * Returns the string representation of this source node along with a source + * map. + */ +SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) { + var generated = { + code: "", + line: 1, + column: 0 + }; + var map = new SourceMapGenerator(aArgs); + var sourceMappingActive = false; + var lastOriginalSource = null; + var lastOriginalLine = null; + var lastOriginalColumn = null; + var lastOriginalName = null; + this.walk(function (chunk, original) { + generated.code += chunk; + if (original.source !== null + && original.line !== null + && original.column !== null) { + if(lastOriginalSource !== original.source + || lastOriginalLine !== original.line + || lastOriginalColumn !== original.column + || lastOriginalName !== original.name) { + map.addMapping({ + source: original.source, + original: { + line: original.line, + column: original.column + }, + generated: { + line: generated.line, + column: generated.column + }, + name: original.name + }); + } + lastOriginalSource = original.source; + lastOriginalLine = original.line; + lastOriginalColumn = original.column; + lastOriginalName = original.name; + sourceMappingActive = true; + } else if (sourceMappingActive) { + map.addMapping({ + generated: { + line: generated.line, + column: generated.column + } + }); + lastOriginalSource = null; + sourceMappingActive = false; + } + for (var idx = 0, length = chunk.length; idx < length; idx++) { + if (chunk.charCodeAt(idx) === NEWLINE_CODE) { + generated.line++; + generated.column = 0; + // Mappings end at eol + if (idx + 1 === length) { + lastOriginalSource = null; + sourceMappingActive = false; + } else if (sourceMappingActive) { + map.addMapping({ + source: original.source, + original: { + line: original.line, + column: original.column + }, + generated: { + line: generated.line, + column: generated.column + }, + name: original.name + }); + } + } else { + generated.column++; + } + } + }); + this.walkSourceContents(function (sourceFile, sourceContent) { + map.setSourceContent(sourceFile, sourceContent); + }); + + return { code: generated.code, map: map }; +}; + +exports.SourceNode = SourceNode; diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/util.js b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/util.js new file mode 100644 index 0000000..3ca92e5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/lib/util.js @@ -0,0 +1,488 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +/** + * This is a helper function for getting values from parameter/options + * objects. + * + * @param args The object we are extracting values from + * @param name The name of the property we are getting. + * @param defaultValue An optional value to return if the property is missing + * from the object. If this is not specified and the property is missing, an + * error will be thrown. + */ +function getArg(aArgs, aName, aDefaultValue) { + if (aName in aArgs) { + return aArgs[aName]; + } else if (arguments.length === 3) { + return aDefaultValue; + } else { + throw new Error('"' + aName + '" is a required argument.'); + } +} +exports.getArg = getArg; + +var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/; +var dataUrlRegexp = /^data:.+\,.+$/; + +function urlParse(aUrl) { + var match = aUrl.match(urlRegexp); + if (!match) { + return null; + } + return { + scheme: match[1], + auth: match[2], + host: match[3], + port: match[4], + path: match[5] + }; +} +exports.urlParse = urlParse; + +function urlGenerate(aParsedUrl) { + var url = ''; + if (aParsedUrl.scheme) { + url += aParsedUrl.scheme + ':'; + } + url += '//'; + if (aParsedUrl.auth) { + url += aParsedUrl.auth + '@'; + } + if (aParsedUrl.host) { + url += aParsedUrl.host; + } + if (aParsedUrl.port) { + url += ":" + aParsedUrl.port + } + if (aParsedUrl.path) { + url += aParsedUrl.path; + } + return url; +} +exports.urlGenerate = urlGenerate; + +/** + * Normalizes a path, or the path portion of a URL: + * + * - Replaces consecutive slashes with one slash. + * - Removes unnecessary '.' parts. + * - Removes unnecessary '/..' parts. + * + * Based on code in the Node.js 'path' core module. + * + * @param aPath The path or url to normalize. + */ +function normalize(aPath) { + var path = aPath; + var url = urlParse(aPath); + if (url) { + if (!url.path) { + return aPath; + } + path = url.path; + } + var isAbsolute = exports.isAbsolute(path); + + var parts = path.split(/\/+/); + for (var part, up = 0, i = parts.length - 1; i >= 0; i--) { + part = parts[i]; + if (part === '.') { + parts.splice(i, 1); + } else if (part === '..') { + up++; + } else if (up > 0) { + if (part === '') { + // The first part is blank if the path is absolute. Trying to go + // above the root is a no-op. Therefore we can remove all '..' parts + // directly after the root. + parts.splice(i + 1, up); + up = 0; + } else { + parts.splice(i, 2); + up--; + } + } + } + path = parts.join('/'); + + if (path === '') { + path = isAbsolute ? '/' : '.'; + } + + if (url) { + url.path = path; + return urlGenerate(url); + } + return path; +} +exports.normalize = normalize; + +/** + * Joins two paths/URLs. + * + * @param aRoot The root path or URL. + * @param aPath The path or URL to be joined with the root. + * + * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a + * scheme-relative URL: Then the scheme of aRoot, if any, is prepended + * first. + * - Otherwise aPath is a path. If aRoot is a URL, then its path portion + * is updated with the result and aRoot is returned. Otherwise the result + * is returned. + * - If aPath is absolute, the result is aPath. + * - Otherwise the two paths are joined with a slash. + * - Joining for example 'http://' and 'www.example.com' is also supported. + */ +function join(aRoot, aPath) { + if (aRoot === "") { + aRoot = "."; + } + if (aPath === "") { + aPath = "."; + } + var aPathUrl = urlParse(aPath); + var aRootUrl = urlParse(aRoot); + if (aRootUrl) { + aRoot = aRootUrl.path || '/'; + } + + // `join(foo, '//www.example.org')` + if (aPathUrl && !aPathUrl.scheme) { + if (aRootUrl) { + aPathUrl.scheme = aRootUrl.scheme; + } + return urlGenerate(aPathUrl); + } + + if (aPathUrl || aPath.match(dataUrlRegexp)) { + return aPath; + } + + // `join('http://', 'www.example.com')` + if (aRootUrl && !aRootUrl.host && !aRootUrl.path) { + aRootUrl.host = aPath; + return urlGenerate(aRootUrl); + } + + var joined = aPath.charAt(0) === '/' + ? aPath + : normalize(aRoot.replace(/\/+$/, '') + '/' + aPath); + + if (aRootUrl) { + aRootUrl.path = joined; + return urlGenerate(aRootUrl); + } + return joined; +} +exports.join = join; + +exports.isAbsolute = function (aPath) { + return aPath.charAt(0) === '/' || urlRegexp.test(aPath); +}; + +/** + * Make a path relative to a URL or another path. + * + * @param aRoot The root path or URL. + * @param aPath The path or URL to be made relative to aRoot. + */ +function relative(aRoot, aPath) { + if (aRoot === "") { + aRoot = "."; + } + + aRoot = aRoot.replace(/\/$/, ''); + + // It is possible for the path to be above the root. In this case, simply + // checking whether the root is a prefix of the path won't work. Instead, we + // need to remove components from the root one by one, until either we find + // a prefix that fits, or we run out of components to remove. + var level = 0; + while (aPath.indexOf(aRoot + '/') !== 0) { + var index = aRoot.lastIndexOf("/"); + if (index < 0) { + return aPath; + } + + // If the only part of the root that is left is the scheme (i.e. http://, + // file:///, etc.), one or more slashes (/), or simply nothing at all, we + // have exhausted all components, so the path is not relative to the root. + aRoot = aRoot.slice(0, index); + if (aRoot.match(/^([^\/]+:\/)?\/*$/)) { + return aPath; + } + + ++level; + } + + // Make sure we add a "../" for each component we removed from the root. + return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1); +} +exports.relative = relative; + +var supportsNullProto = (function () { + var obj = Object.create(null); + return !('__proto__' in obj); +}()); + +function identity (s) { + return s; +} + +/** + * Because behavior goes wacky when you set `__proto__` on objects, we + * have to prefix all the strings in our set with an arbitrary character. + * + * See https://github.com/mozilla/source-map/pull/31 and + * https://github.com/mozilla/source-map/issues/30 + * + * @param String aStr + */ +function toSetString(aStr) { + if (isProtoString(aStr)) { + return '$' + aStr; + } + + return aStr; +} +exports.toSetString = supportsNullProto ? identity : toSetString; + +function fromSetString(aStr) { + if (isProtoString(aStr)) { + return aStr.slice(1); + } + + return aStr; +} +exports.fromSetString = supportsNullProto ? identity : fromSetString; + +function isProtoString(s) { + if (!s) { + return false; + } + + var length = s.length; + + if (length < 9 /* "__proto__".length */) { + return false; + } + + if (s.charCodeAt(length - 1) !== 95 /* '_' */ || + s.charCodeAt(length - 2) !== 95 /* '_' */ || + s.charCodeAt(length - 3) !== 111 /* 'o' */ || + s.charCodeAt(length - 4) !== 116 /* 't' */ || + s.charCodeAt(length - 5) !== 111 /* 'o' */ || + s.charCodeAt(length - 6) !== 114 /* 'r' */ || + s.charCodeAt(length - 7) !== 112 /* 'p' */ || + s.charCodeAt(length - 8) !== 95 /* '_' */ || + s.charCodeAt(length - 9) !== 95 /* '_' */) { + return false; + } + + for (var i = length - 10; i >= 0; i--) { + if (s.charCodeAt(i) !== 36 /* '$' */) { + return false; + } + } + + return true; +} + +/** + * Comparator between two mappings where the original positions are compared. + * + * Optionally pass in `true` as `onlyCompareGenerated` to consider two + * mappings with the same original source/line/column, but different generated + * line and column the same. Useful when searching for a mapping with a + * stubbed out mapping. + */ +function compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) { + var cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0 || onlyCompareOriginal) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); +} +exports.compareByOriginalPositions = compareByOriginalPositions; + +/** + * Comparator between two mappings with deflated source and name indices where + * the generated positions are compared. + * + * Optionally pass in `true` as `onlyCompareGenerated` to consider two + * mappings with the same generated line and column, but different + * source/name/original line and column the same. Useful when searching for a + * mapping with a stubbed out mapping. + */ +function compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) { + var cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0 || onlyCompareGenerated) { + return cmp; + } + + cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); +} +exports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated; + +function strcmp(aStr1, aStr2) { + if (aStr1 === aStr2) { + return 0; + } + + if (aStr1 === null) { + return 1; // aStr2 !== null + } + + if (aStr2 === null) { + return -1; // aStr1 !== null + } + + if (aStr1 > aStr2) { + return 1; + } + + return -1; +} + +/** + * Comparator between two mappings with inflated source and name strings where + * the generated positions are compared. + */ +function compareByGeneratedPositionsInflated(mappingA, mappingB) { + var cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0) { + return cmp; + } + + cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); +} +exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated; + +/** + * Strip any JSON XSSI avoidance prefix from the string (as documented + * in the source maps specification), and then parse the string as + * JSON. + */ +function parseSourceMapInput(str) { + return JSON.parse(str.replace(/^\)]}'[^\n]*\n/, '')); +} +exports.parseSourceMapInput = parseSourceMapInput; + +/** + * Compute the URL of a source given the the source root, the source's + * URL, and the source map's URL. + */ +function computeSourceURL(sourceRoot, sourceURL, sourceMapURL) { + sourceURL = sourceURL || ''; + + if (sourceRoot) { + // This follows what Chrome does. + if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') { + sourceRoot += '/'; + } + // The spec says: + // Line 4: An optional source root, useful for relocating source + // files on a server or removing repeated values in the + // “sources” entry. This value is prepended to the individual + // entries in the “source” field. + sourceURL = sourceRoot + sourceURL; + } + + // Historically, SourceMapConsumer did not take the sourceMapURL as + // a parameter. This mode is still somewhat supported, which is why + // this code block is conditional. However, it's preferable to pass + // the source map URL to SourceMapConsumer, so that this function + // can implement the source URL resolution algorithm as outlined in + // the spec. This block is basically the equivalent of: + // new URL(sourceURL, sourceMapURL).toString() + // ... except it avoids using URL, which wasn't available in the + // older releases of node still supported by this library. + // + // The spec says: + // If the sources are not absolute URLs after prepending of the + // “sourceRoot”, the sources are resolved relative to the + // SourceMap (like resolving script src in a html document). + if (sourceMapURL) { + var parsed = urlParse(sourceMapURL); + if (!parsed) { + throw new Error("sourceMapURL could not be parsed"); + } + if (parsed.path) { + // Strip the last path component, but keep the "/". + var index = parsed.path.lastIndexOf('/'); + if (index >= 0) { + parsed.path = parsed.path.substring(0, index + 1); + } + } + sourceURL = join(urlGenerate(parsed), sourceURL); + } + + return normalize(sourceURL); +} +exports.computeSourceURL = computeSourceURL; diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/package.json b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/package.json new file mode 100644 index 0000000..f9869a4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/package.json @@ -0,0 +1,212 @@ +{ + "_from": "source-map@^0.6.0", + "_id": "source-map@0.6.1", + "_inBundle": false, + "_integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "_location": "/@gulp-sourcemaps/identity-map/source-map", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "source-map@^0.6.0", + "name": "source-map", + "escapedName": "source-map", + "rawSpec": "^0.6.0", + "saveSpec": null, + "fetchSpec": "^0.6.0" + }, + "_requiredBy": [ + "/@gulp-sourcemaps/identity-map" + ], + "_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "_shasum": "74722af32e9614e9c287a8d0bbde48b5e2f1a263", + "_spec": "source-map@^0.6.0", + "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres/node_modules/@gulp-sourcemaps/identity-map", + "author": { + "name": "Nick Fitzgerald", + "email": "nfitzgerald@mozilla.com" + }, + "bugs": { + "url": "https://github.com/mozilla/source-map/issues" + }, + "bundleDependencies": false, + "contributors": [ + { + "name": "Tobias Koppers", + "email": "tobias.koppers@googlemail.com" + }, + { + "name": "Duncan Beevers", + "email": "duncan@dweebd.com" + }, + { + "name": "Stephen Crane", + "email": "scrane@mozilla.com" + }, + { + "name": "Ryan Seddon", + "email": "seddon.ryan@gmail.com" + }, + { + "name": "Miles Elam", + "email": "miles.elam@deem.com" + }, + { + "name": "Mihai Bazon", + "email": "mihai.bazon@gmail.com" + }, + { + "name": "Michael Ficarra", + "email": "github.public.email@michael.ficarra.me" + }, + { + "name": "Todd Wolfson", + "email": "todd@twolfson.com" + }, + { + "name": "Alexander Solovyov", + "email": "alexander@solovyov.net" + }, + { + "name": "Felix Gnass", + "email": "fgnass@gmail.com" + }, + { + "name": "Conrad Irwin", + "email": "conrad.irwin@gmail.com" + }, + { + "name": "usrbincc", + "email": "usrbincc@yahoo.com" + }, + { + "name": "David Glasser", + "email": "glasser@davidglasser.net" + }, + { + "name": "Chase Douglas", + "email": "chase@newrelic.com" + }, + { + "name": "Evan Wallace", + "email": "evan.exe@gmail.com" + }, + { + "name": "Heather Arthur", + "email": "fayearthur@gmail.com" + }, + { + "name": "Hugh Kennedy", + "email": "hughskennedy@gmail.com" + }, + { + "name": "David Glasser", + "email": "glasser@davidglasser.net" + }, + { + "name": "Simon Lydell", + "email": "simon.lydell@gmail.com" + }, + { + "name": "Jmeas Smith", + "email": "jellyes2@gmail.com" + }, + { + "name": "Michael Z Goddard", + "email": "mzgoddard@gmail.com" + }, + { + "name": "azu", + "email": "azu@users.noreply.github.com" + }, + { + "name": "John Gozde", + "email": "john@gozde.ca" + }, + { + "name": "Adam Kirkton", + "email": "akirkton@truefitinnovation.com" + }, + { + "name": "Chris Montgomery", + "email": "christopher.montgomery@dowjones.com" + }, + { + "name": "J. Ryan Stinnett", + "email": "jryans@gmail.com" + }, + { + "name": "Jack Herrington", + "email": "jherrington@walmartlabs.com" + }, + { + "name": "Chris Truter", + "email": "jeffpalentine@gmail.com" + }, + { + "name": "Daniel Espeset", + "email": "daniel@danielespeset.com" + }, + { + "name": "Jamie Wong", + "email": "jamie.lf.wong@gmail.com" + }, + { + "name": "Eddy Bruël", + "email": "ejpbruel@mozilla.com" + }, + { + "name": "Hawken Rives", + "email": "hawkrives@gmail.com" + }, + { + "name": "Gilad Peleg", + "email": "giladp007@gmail.com" + }, + { + "name": "djchie", + "email": "djchie.dev@gmail.com" + }, + { + "name": "Gary Ye", + "email": "garysye@gmail.com" + }, + { + "name": "Nicolas Lalevée", + "email": "nicolas.lalevee@hibnet.org" + } + ], + "deprecated": false, + "description": "Generates and consumes source maps", + "devDependencies": { + "doctoc": "^0.15.0", + "webpack": "^1.12.0" + }, + "engines": { + "node": ">=0.10.0" + }, + "files": [ + "source-map.js", + "source-map.d.ts", + "lib/", + "dist/source-map.debug.js", + "dist/source-map.js", + "dist/source-map.min.js", + "dist/source-map.min.js.map" + ], + "homepage": "https://github.com/mozilla/source-map", + "license": "BSD-3-Clause", + "main": "./source-map.js", + "name": "source-map", + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/mozilla/source-map.git" + }, + "scripts": { + "build": "webpack --color", + "test": "npm run build && node test/run-tests.js", + "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md" + }, + "typings": "source-map", + "version": "0.6.1" +} diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/source-map.d.ts b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/source-map.d.ts new file mode 100644 index 0000000..8f972b0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/source-map.d.ts @@ -0,0 +1,98 @@ +export interface StartOfSourceMap { + file?: string; + sourceRoot?: string; +} + +export interface RawSourceMap extends StartOfSourceMap { + version: string; + sources: string[]; + names: string[]; + sourcesContent?: string[]; + mappings: string; +} + +export interface Position { + line: number; + column: number; +} + +export interface LineRange extends Position { + lastColumn: number; +} + +export interface FindPosition extends Position { + // SourceMapConsumer.GREATEST_LOWER_BOUND or SourceMapConsumer.LEAST_UPPER_BOUND + bias?: number; +} + +export interface SourceFindPosition extends FindPosition { + source: string; +} + +export interface MappedPosition extends Position { + source: string; + name?: string; +} + +export interface MappingItem { + source: string; + generatedLine: number; + generatedColumn: number; + originalLine: number; + originalColumn: number; + name: string; +} + +export class SourceMapConsumer { + static GENERATED_ORDER: number; + static ORIGINAL_ORDER: number; + + static GREATEST_LOWER_BOUND: number; + static LEAST_UPPER_BOUND: number; + + constructor(rawSourceMap: RawSourceMap); + computeColumnSpans(): void; + originalPositionFor(generatedPosition: FindPosition): MappedPosition; + generatedPositionFor(originalPosition: SourceFindPosition): LineRange; + allGeneratedPositionsFor(originalPosition: MappedPosition): Position[]; + hasContentsOfAllSources(): boolean; + sourceContentFor(source: string, returnNullOnMissing?: boolean): string; + eachMapping(callback: (mapping: MappingItem) => void, context?: any, order?: number): void; +} + +export interface Mapping { + generated: Position; + original: Position; + source: string; + name?: string; +} + +export class SourceMapGenerator { + constructor(startOfSourceMap?: StartOfSourceMap); + static fromSourceMap(sourceMapConsumer: SourceMapConsumer): SourceMapGenerator; + addMapping(mapping: Mapping): void; + setSourceContent(sourceFile: string, sourceContent: string): void; + applySourceMap(sourceMapConsumer: SourceMapConsumer, sourceFile?: string, sourceMapPath?: string): void; + toString(): string; +} + +export interface CodeWithSourceMap { + code: string; + map: SourceMapGenerator; +} + +export class SourceNode { + constructor(); + constructor(line: number, column: number, source: string); + constructor(line: number, column: number, source: string, chunk?: string, name?: string); + static fromStringWithSourceMap(code: string, sourceMapConsumer: SourceMapConsumer, relativePath?: string): SourceNode; + add(chunk: string): void; + prepend(chunk: string): void; + setSourceContent(sourceFile: string, sourceContent: string): void; + walk(fn: (chunk: string, mapping: MappedPosition) => void): void; + walkSourceContents(fn: (file: string, content: string) => void): void; + join(sep: string): SourceNode; + replaceRight(pattern: string, replacement: string): SourceNode; + toString(): string; + toStringWithSourceMap(startOfSourceMap?: StartOfSourceMap): CodeWithSourceMap; +} diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/source-map.js b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/source-map.js new file mode 100644 index 0000000..bc88fe8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map/source-map.js @@ -0,0 +1,8 @@ +/* + * Copyright 2009-2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE.txt or: + * http://opensource.org/licenses/BSD-3-Clause + */ +exports.SourceMapGenerator = require('./lib/source-map-generator').SourceMapGenerator; +exports.SourceMapConsumer = require('./lib/source-map-consumer').SourceMapConsumer; +exports.SourceNode = require('./lib/source-node').SourceNode; diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/package.json b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/package.json new file mode 100644 index 0000000..5cb966c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/identity-map/package.json @@ -0,0 +1,90 @@ +{ + "_from": "@gulp-sourcemaps/identity-map@1.X", + "_id": "@gulp-sourcemaps/identity-map@1.0.2", + "_inBundle": false, + "_integrity": "sha512-ciiioYMLdo16ShmfHBXJBOFm3xPC4AuwO4xeRpFeHz7WK9PYsWCmigagG2XyzZpubK4a3qNKoUBDhbzHfa50LQ==", + "_location": "/@gulp-sourcemaps/identity-map", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "@gulp-sourcemaps/identity-map@1.X", + "name": "@gulp-sourcemaps/identity-map", + "escapedName": "@gulp-sourcemaps%2fidentity-map", + "scope": "@gulp-sourcemaps", + "rawSpec": "1.X", + "saveSpec": null, + "fetchSpec": "1.X" + }, + "_requiredBy": [ + "/gulp-sourcemaps" + ], + "_resolved": "https://registry.npmjs.org/@gulp-sourcemaps/identity-map/-/identity-map-1.0.2.tgz", + "_shasum": "1e6fe5d8027b1f285dc0d31762f566bccd73d5a9", + "_spec": "@gulp-sourcemaps/identity-map@1.X", + "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres/node_modules/gulp-sourcemaps", + "author": { + "name": "Gulp-sourcemaps Team" + }, + "bugs": { + "url": "https://github.com/gulp-sourcemaps/identity-map/issues" + }, + "bundleDependencies": false, + "contributors": [ + { + "name": "Blaine Bublitz", + "email": "blaine.bublitz@gmail.com" + } + ], + "dependencies": { + "acorn": "^5.0.3", + "css": "^2.2.1", + "normalize-path": "^2.1.1", + "source-map": "^0.6.0", + "through2": "^2.0.3" + }, + "deprecated": false, + "description": "Gulp plugin for generating an identity sourcemap for a file.", + "devDependencies": { + "eslint": "^1.7.3", + "eslint-config-gulp": "^2.0.0", + "expect": "^1.19.0", + "istanbul": "^0.4.3", + "istanbul-coveralls": "^1.0.3", + "jscs": "^2.3.5", + "jscs-preset-gulp": "^1.0.0", + "mississippi": "^1.3.0", + "mocha": "^2.4.5", + "vinyl": "^2.0.1" + }, + "engines": { + "node": ">= 0.10" + }, + "files": [ + "LICENSE", + "index.js", + "lib" + ], + "homepage": "https://github.com/gulp-sourcemaps/identity-map#readme", + "keywords": [ + "sourcemap", + "identity", + "generate", + "stream" + ], + "license": "MIT", + "main": "index.js", + "name": "@gulp-sourcemaps/identity-map", + "repository": { + "type": "git", + "url": "git+https://github.com/gulp-sourcemaps/identity-map.git" + }, + "scripts": { + "cover": "istanbul cover _mocha --report lcovonly", + "coveralls": "npm run cover && istanbul-coveralls", + "lint": "eslint . && jscs index.js test/index.js lib/", + "pretest": "npm run lint", + "test": "mocha --async-only" + }, + "version": "1.0.2" +} diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/map-sources/LICENSE b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/map-sources/LICENSE new file mode 100644 index 0000000..bda81ce --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/map-sources/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2017 Blaine Bublitz + +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/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/map-sources/README.md b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/map-sources/README.md new file mode 100644 index 0000000..01a755a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/map-sources/README.md @@ -0,0 +1,52 @@ +# @gulp-sourcemaps/map-sources + +[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![AppVeyor Build Status][appveyor-image]][appveyor-url] [![Coveralls Status][coveralls-image]][coveralls-url] + +Gulp plugin for mapping sources of a sourcemap. + +## Example + +```js +var mapSources = require('@gulp-sourcemaps/map-sources'); + +gulp.src(...) + .pipe(sourcemaps.init()) + .pipe(mapSources(function(sourcePath, file) { + return '../' + sourcePath; + })) + .pipe(sourcemaps.write()) + .pipe(gulp.dest(...)) +``` + +## API + +### `mapSources(mapFn)` + +Takes a map function as the only argument. Returns an `objectMode` Transform stream. + +#### `mapFn(sourcePath, file)` + +The map function is called once per value of the `sources` array of a `sourceMap` attached to each [`Vinyl`][vinyl-url] object passed through the stream. The map function is called with the `sourcePath` string from the `sources` array and the `file` object it originated from. The return value replaces the original value in the array. + +If a `Vinyl` object doesn't have a `sourceMap` or `sourceMap.sources` property, the file is passed through the stream without having the `mapFn` called. + +All `sources` are normalized to use `/` instead of `\\` as path separators. + +## License + +MIT + +[vinyl-url]: https://github.com/gulpjs/vinyl + +[downloads-image]: http://img.shields.io/npm/dm/@gulp-sourcemaps/map-sources.svg +[npm-url]: https://npmjs.org/package/@gulp-sourcemaps/map-sources +[npm-image]: http://img.shields.io/npm/v/@gulp-sourcemaps/map-sources.svg + +[travis-url]: https://travis-ci.org/gulp-sourcemaps/map-sources +[travis-image]: http://img.shields.io/travis/gulp-sourcemaps/map-sources.svg?label=travis-ci + +[appveyor-url]: https://ci.appveyor.com/project/phated/map-sources +[appveyor-image]: https://img.shields.io/appveyor/ci/phated/map-sources.svg?label=appveyor + +[coveralls-url]: https://coveralls.io/r/gulp-sourcemaps/map-sources +[coveralls-image]: http://img.shields.io/coveralls/gulp-sourcemaps/map-sources.svg diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/map-sources/index.js b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/map-sources/index.js new file mode 100644 index 0000000..65d85f7 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/map-sources/index.js @@ -0,0 +1,30 @@ +'use strict'; + +var through = require('through2'); +var normalize = require('normalize-path'); + +function mapSources(mapFn) { + + function transform(file, _, cb) { + if (!file.sourceMap || !file.sourceMap.sources) { + return cb(null, file); + } + + function mapper(sourcePath) { + var result = sourcePath; + if (typeof mapFn === 'function') { + result = mapFn(sourcePath, file); + } + + return normalize(result); + } + + file.sourceMap.sources = file.sourceMap.sources.map(mapper); + + cb(null, file); + } + + return through.obj(transform); +} + +module.exports = mapSources; diff --git a/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/map-sources/package.json b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/map-sources/package.json new file mode 100644 index 0000000..cd7b4a4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/@gulp-sourcemaps/map-sources/package.json @@ -0,0 +1,88 @@ +{ + "_args": [ + [ + "@gulp-sourcemaps/map-sources@1.0.0", + "/mnt/data/Sites/r2c.net/user/themes/r2c" + ] + ], + "_from": "@gulp-sourcemaps/map-sources@1.0.0", + "_id": "@gulp-sourcemaps/map-sources@1.0.0", + "_inBundle": false, + "_integrity": "sha1-iQrnxdjId/bThIYCFazp1+yUW9o=", + "_location": "/@gulp-sourcemaps/map-sources", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "@gulp-sourcemaps/map-sources@1.0.0", + "name": "@gulp-sourcemaps/map-sources", + "escapedName": "@gulp-sourcemaps%2fmap-sources", + "scope": "@gulp-sourcemaps", + "rawSpec": "1.0.0", + "saveSpec": null, + "fetchSpec": "1.0.0" + }, + "_requiredBy": [ + "/gulp-sourcemaps" + ], + "_resolved": "https://registry.npmjs.org/@gulp-sourcemaps/map-sources/-/map-sources-1.0.0.tgz", + "_spec": "1.0.0", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c", + "author": { + "name": "Gulp-sourcemaps Team" + }, + "bugs": { + "url": "https://github.com/gulp-sourcemaps/map-sources/issues" + }, + "contributors": [ + { + "name": "Blaine Bublitz", + "email": "blaine.bublitz@gmail.com" + } + ], + "dependencies": { + "normalize-path": "^2.0.1", + "through2": "^2.0.3" + }, + "description": "Gulp plugin for mapping sources of a sourcemap.", + "devDependencies": { + "eslint": "^1.7.3", + "eslint-config-gulp": "^2.0.0", + "expect": "^1.19.0", + "istanbul": "^0.4.3", + "istanbul-coveralls": "^1.0.3", + "jscs": "^2.3.5", + "jscs-preset-gulp": "^1.0.0", + "mississippi": "^1.3.0", + "mocha": "^2.4.5", + "vinyl": "^2.0.1" + }, + "engines": { + "node": ">= 0.10" + }, + "files": [ + "LICENSE", + "index.js" + ], + "homepage": "https://github.com/gulp-sourcemaps/map-sources#readme", + "keywords": [ + "sourcemap", + "sources", + "stream" + ], + "license": "MIT", + "main": "index.js", + "name": "@gulp-sourcemaps/map-sources", + "repository": { + "type": "git", + "url": "git+https://github.com/gulp-sourcemaps/map-sources.git" + }, + "scripts": { + "cover": "istanbul cover _mocha --report lcovonly", + "coveralls": "npm run cover && istanbul-coveralls", + "lint": "eslint . && jscs index.js test/", + "pretest": "npm run lint", + "test": "mocha --async-only" + }, + "version": "1.0.0" +} diff --git a/user/themes/gilles_acezat/node_modules/abbrev/LICENSE b/user/themes/gilles_acezat/node_modules/abbrev/LICENSE new file mode 100644 index 0000000..9bcfa9d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/abbrev/LICENSE @@ -0,0 +1,46 @@ +This software is dual-licensed under the ISC and MIT licenses. +You may use this software under EITHER of the following licenses. + +---------- + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +---------- + +Copyright Isaac Z. Schlueter and Contributors +All rights reserved. + +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/user/themes/gilles_acezat/node_modules/abbrev/README.md b/user/themes/gilles_acezat/node_modules/abbrev/README.md new file mode 100644 index 0000000..99746fe --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/abbrev/README.md @@ -0,0 +1,23 @@ +# abbrev-js + +Just like [ruby's Abbrev](http://apidock.com/ruby/Abbrev). + +Usage: + + var abbrev = require("abbrev"); + abbrev("foo", "fool", "folding", "flop"); + + // returns: + { fl: 'flop' + , flo: 'flop' + , flop: 'flop' + , fol: 'folding' + , fold: 'folding' + , foldi: 'folding' + , foldin: 'folding' + , folding: 'folding' + , foo: 'foo' + , fool: 'fool' + } + +This is handy for command-line scripts, or other cases where you want to be able to accept shorthands. diff --git a/user/themes/gilles_acezat/node_modules/abbrev/abbrev.js b/user/themes/gilles_acezat/node_modules/abbrev/abbrev.js new file mode 100644 index 0000000..7b1dc5d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/abbrev/abbrev.js @@ -0,0 +1,61 @@ +module.exports = exports = abbrev.abbrev = abbrev + +abbrev.monkeyPatch = monkeyPatch + +function monkeyPatch () { + Object.defineProperty(Array.prototype, 'abbrev', { + value: function () { return abbrev(this) }, + enumerable: false, configurable: true, writable: true + }) + + Object.defineProperty(Object.prototype, 'abbrev', { + value: function () { return abbrev(Object.keys(this)) }, + enumerable: false, configurable: true, writable: true + }) +} + +function abbrev (list) { + if (arguments.length !== 1 || !Array.isArray(list)) { + list = Array.prototype.slice.call(arguments, 0) + } + for (var i = 0, l = list.length, args = [] ; i < l ; i ++) { + args[i] = typeof list[i] === "string" ? list[i] : String(list[i]) + } + + // sort them lexicographically, so that they're next to their nearest kin + args = args.sort(lexSort) + + // walk through each, seeing how much it has in common with the next and previous + var abbrevs = {} + , prev = "" + for (var i = 0, l = args.length ; i < l ; i ++) { + var current = args[i] + , next = args[i + 1] || "" + , nextMatches = true + , prevMatches = true + if (current === next) continue + for (var j = 0, cl = current.length ; j < cl ; j ++) { + var curChar = current.charAt(j) + nextMatches = nextMatches && curChar === next.charAt(j) + prevMatches = prevMatches && curChar === prev.charAt(j) + if (!nextMatches && !prevMatches) { + j ++ + break + } + } + prev = current + if (j === cl) { + abbrevs[current] = current + continue + } + for (var a = current.substr(0, j) ; j <= cl ; j ++) { + abbrevs[a] = current + a += current.charAt(j) + } + } + return abbrevs +} + +function lexSort (a, b) { + return a === b ? 0 : a > b ? 1 : -1 +} diff --git a/user/themes/gilles_acezat/node_modules/abbrev/package.json b/user/themes/gilles_acezat/node_modules/abbrev/package.json new file mode 100644 index 0000000..33e6e7e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/abbrev/package.json @@ -0,0 +1,60 @@ +{ + "_args": [ + [ + "abbrev@1.1.1", + "/mnt/data/Sites/r2c.net/user/themes/r2c" + ] + ], + "_development": true, + "_from": "abbrev@1.1.1", + "_id": "abbrev@1.1.1", + "_inBundle": false, + "_integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", + "_location": "/abbrev", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "abbrev@1.1.1", + "name": "abbrev", + "escapedName": "abbrev", + "rawSpec": "1.1.1", + "saveSpec": null, + "fetchSpec": "1.1.1" + }, + "_requiredBy": [ + "/nopt" + ], + "_resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "_spec": "1.1.1", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c", + "author": { + "name": "Isaac Z. Schlueter", + "email": "i@izs.me" + }, + "bugs": { + "url": "https://github.com/isaacs/abbrev-js/issues" + }, + "description": "Like ruby's abbrev module, but in js", + "devDependencies": { + "tap": "^10.1" + }, + "files": [ + "abbrev.js" + ], + "homepage": "https://github.com/isaacs/abbrev-js#readme", + "license": "ISC", + "main": "abbrev.js", + "name": "abbrev", + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/isaacs/abbrev-js.git" + }, + "scripts": { + "postpublish": "git push origin --all; git push origin --tags", + "postversion": "npm publish", + "preversion": "npm test", + "test": "tap test.js --100" + }, + "version": "1.1.1" +} diff --git a/user/themes/gilles_acezat/node_modules/acorn/AUTHORS b/user/themes/gilles_acezat/node_modules/acorn/AUTHORS new file mode 100644 index 0000000..c5ac22c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/acorn/AUTHORS @@ -0,0 +1,79 @@ +List of Acorn contributors. Updated before every release. + +Adrian Heine +Adrian Rakovsky +Alistair Braidwood +Amila Welihinda +Andres Suarez +Angelo +Aparajita Fishman +Arian Stolwijk +Artem Govorov +Boopesh Mahendran +Bradley Heinz +Brandon Mills +Charles Hughes +Charmander +Chris McKnight +Conrad Irwin +Daniel Tschinder +David Bonnet +Domenico Matteo +ehmicky +Eugene Obrezkov +Felix Maier +Forbes Lindesay +Gilad Peleg +impinball +Ingvar Stepanyan +Jackson Ray Hamilton +Jesse McCarthy +Jiaxing Wang +Joel Kemp +Johannes Herr +John-David Dalton +Jordan Klassen +Jürg Lehni +Kai Cataldo +keeyipchan +Keheliya Gallaba +Kevin Irish +Kevin Kwok +krator +laosb +luckyzeng +Marek +Marijn Haverbeke +Martin Carlberg +Mat Garcia +Mathias Bynens +Mathieu 'p01' Henri +Matthew Bastien +Max Schaefer +Max Zerzouri +Mihai Bazon +Mike Rennie +naoh +Nicholas C. Zakas +Nick Fitzgerald +Olivier Thomann +Oskar Schöldström +Paul Harper +Peter Rust +PlNG +Prayag Verma +ReadmeCritic +r-e-d +Renée Kooi +Richard Gibson +Rich Harris +Sebastian McKenzie +Shahar Soel +Sheel Bedi +Simen Bekkhus +Teddy Katz +Timothy Gu +Toru Nagashima +Victor Homyakov +Wexpo Lyu +zsjforcn diff --git a/user/themes/gilles_acezat/node_modules/acorn/CHANGELOG.md b/user/themes/gilles_acezat/node_modules/acorn/CHANGELOG.md new file mode 100644 index 0000000..226c154 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/acorn/CHANGELOG.md @@ -0,0 +1,508 @@ +## 5.7.3 (2018-09-10) + +### Bug fixes + +Fix failure to tokenize regexps after expressions like `x.of`. + +Better error message for unterminated template literals. + +## 5.7.2 (2018-08-24) + +### Bug fixes + +Properly handle `allowAwaitOutsideFunction` in for statements. + +Treat function declarations at the top level of modules like let bindings. + +Don't allow async function declarations as the only statement under a label. + +## 5.7.1 (2018-06-15) + +### Bug fixes + +Make sure the walker and bin files are rebuilt on release (the previous release didn't get the up-to-date versions). + +## 5.7.0 (2018-06-15) + +### Bug fixes + +Fix crash in walker when walking a binding-less catch node. + +### New features + +Upgraded to Unicode 11. + +## 5.6.2 (2018-06-05) + +### Bug fixes + +In the walker, go back to allowing the `baseVisitor` argument to be null to default to the default base everywhere. + +## 5.6.1 (2018-06-01) + +### Bug fixes + +Fix regression when passing `null` as fourth argument to `walk.recursive`. + +## 5.6.0 (2018-05-31) + +### Bug fixes + +Fix a bug in the walker that caused a crash when walking an object pattern spread. + +### New features + +Allow U+2028 and U+2029 in string when ECMAVersion >= 10. + +Allow binding-less catch statements when ECMAVersion >= 10. + +Add `allowAwaitOutsideFunction` option for parsing top-level `await`. + +## 5.5.3 (2018-03-08) + +### Bug fixes + +A _second_ republish of the code in 5.5.1, this time with yarn, to hopefully get valid timestamps. + +## 5.5.2 (2018-03-08) + +### Bug fixes + +A republish of the code in 5.5.1 in an attempt to solve an issue with the file timestamps in the npm package being 0. + +## 5.5.1 (2018-03-06) + +### Bug fixes + +Fix regression in walker causing property values in object patterns to be walked as expressions. + +Fix misleading error message for octal escapes in template strings. + +## 5.5.0 (2018-02-27) + +### Bug fixes + +Support object spread in the AST walker. + +### New features + +The identifier character categorization is now based on Unicode version 10. + +Acorn will now validate the content of regular expressions, including new ES9 features. + +## 5.4.1 (2018-02-02) + +### Bug fixes + +5.4.0 somehow accidentally included an old version of walk.js. + +## 5.4.0 (2018-02-01) + +### Bug fixes + +Disallow duplicate or escaped flags on regular expressions. + +Disallow octal escapes in strings in strict mode. + +### New features + +Add support for async iteration. + +Add support for object spread and rest. + +## 5.3.0 (2017-12-28) + +### Bug fixes + +Fix parsing of floating point literals with leading zeroes in loose mode. + +Allow duplicate property names in object patterns. + +Don't allow static class methods named `prototype`. + +Disallow async functions directly under `if` or `else`. + +Parse right-hand-side of `for`/`of` as an assignment expression. + +Stricter parsing of `for`/`in`. + +Don't allow unicode escapes in contextual keywords. + +### New features + +Parsing class members was factored into smaller methods to allow plugins to hook into it. + +## 5.2.1 (2017-10-30) + +### Bug fixes + +Fix a token context corruption bug. + +## 5.2.0 (2017-10-30) + +### Bug fixes + +Fix token context tracking for `class` and `function` in property-name position. + +Make sure `%*` isn't parsed as a valid operator. + +The `full` and `fullAncestor` walkers no longer visit nodes multiple times. + +Allow shorthand properties `get` and `set` to be followed by default values. + +Disallow `super` when not in callee or object position. + +### New features + +Support [`directive` property](https://github.com/estree/estree/compare/b3de58c9997504d6fba04b72f76e6dd1619ee4eb...1da8e603237144f44710360f8feb7a9977e905e0) on directive expression statements. + +## 5.1.2 (2017-09-04) + +### Bug fixes + +Disable parsing of legacy HTML-style comments in modules. + +Fix parsing of async methods whose names are keywords. + +## 5.1.1 (2017-07-06) + +### Bug fixes + +Fix problem with disambiguating regexp and division after a class. + +## 5.1.0 (2017-07-05) + +### Bug fixes + +Fix tokenizing of regexps in an object-desctructuring `for`/`of` loop and after `yield`. + +Parse zero-prefixed numbers with non-octal digits as decimal. + +Allow object/array patterns in rest parameters. + +Don't error when `yield` is used as a property name. + +Allow `async` as a shorthand object property. + +Make the ES module version of the loose parser actually work. + +### New features + +Implement the [template literal revision proposal](https://github.com/tc39/proposal-template-literal-revision) for ES9. + +New walker functions `full` and `fullAncestor`. + +## 5.0.3 (2017-04-01) + +### Bug fixes + +Fix spurious duplicate variable definition errors for named functions. + +## 5.0.2 (2017-03-30) + +### Bug fixes + +A binary operator after a parenthesized arrow expression is no longer incorrectly treated as an error. + +## 5.0.0 (2017-03-28) + +### Bug fixes + +Raise an error for duplicated lexical bindings. + +Fix spurious error when an assignement expression occurred after a spread expression. + +Accept regular expressions after `of` (in `for`/`of`), `yield` (in a generator), and braced arrow functions. + +Allow labels in front or `var` declarations, even in strict mode. + +### Breaking changes + +Parse declarations following `export default` as declaration nodes, not expressions. This means that class and function declarations nodes can now have `null` as their `id`. + +## 4.0.11 (2017-02-07) + +### Bug fixes + +Allow all forms of member expressions to be parenthesized as lvalue. + +## 4.0.10 (2017-02-07) + +### Bug fixes + +Don't expect semicolons after default-exported functions or classes, +even when they are expressions. + +Check for use of `'use strict'` directives in non-simple parameter +functions, even when already in strict mode. + +## 4.0.9 (2017-02-06) + +### Bug fixes + +Fix incorrect error raised for parenthesized simple assignment +targets, so that `(x) = 1` parses again. + +## 4.0.8 (2017-02-03) + +### Bug fixes + +Solve spurious parenthesized pattern errors by temporarily erring on +the side of accepting programs that our delayed errors don't handle +correctly yet. + +## 4.0.7 (2017-02-02) + +### Bug fixes + +Accept invalidly rejected code like `(x).y = 2` again. + +Don't raise an error when a function _inside_ strict code has a +non-simple parameter list. + +## 4.0.6 (2017-02-02) + +### Bug fixes + +Fix exponential behavior (manifesting itself as a complete hang for +even relatively small source files) introduced by the new 'use strict' +check. + +## 4.0.5 (2017-02-02) + +### Bug fixes + +Disallow parenthesized pattern expressions. + +Allow keywords as export names. + +Don't allow the `async` keyword to be parenthesized. + +Properly raise an error when a keyword contains a character escape. + +Allow `"use strict"` to appear after other string literal expressions. + +Disallow labeled declarations. + +## 4.0.4 (2016-12-19) + +### Bug fixes + +Fix issue with loading acorn_loose.js with an AMD loader. + +Fix crash when `export` was followed by a keyword that can't be +exported. + +## 4.0.3 (2016-08-16) + +### Bug fixes + +Allow regular function declarations inside single-statement `if` +branches in loose mode. Forbid them entirely in strict mode. + +Properly parse properties named `async` in ES2017 mode. + +Fix bug where reserved words were broken in ES2017 mode. + +## 4.0.2 (2016-08-11) + +### Bug fixes + +Don't ignore period or 'e' characters after octal numbers. + +Fix broken parsing for call expressions in default parameter values +of arrow functions. + +## 4.0.1 (2016-08-08) + +### Bug fixes + +Fix false positives in duplicated export name errors. + +## 4.0.0 (2016-08-07) + +### Breaking changes + +The default `ecmaVersion` option value is now 7. + +A number of internal method signatures changed, so plugins might need +to be updated. + +### Bug fixes + +The parser now raises errors on duplicated export names. + +`arguments` and `eval` can now be used in shorthand properties. + +Duplicate parameter names in non-simple argument lists now always +produce an error. + +### New features + +The `ecmaVersion` option now also accepts year-style version numbers +(2015, etc). + +Support for `async`/`await` syntax when `ecmaVersion` is >= 8. + +Support for trailing commas in call expressions when `ecmaVersion` +is >= 8. + +## 3.3.0 (2016-07-25) + +### Bug fixes + +Fix bug in tokenizing of regexp operator after a function declaration. + +Fix parser crash when parsing an array pattern with a hole. + +### New features + +Implement check against complex argument lists in functions that +enable strict mode in ES7. + +## 3.2.0 (2016-06-07) + +### Bug fixes + +Improve handling of lack of unicode regexp support in host +environment. + +Properly reject shorthand properties whose name is a keyword. + +Don't crash when the loose parser is called without options object. + +### New features + +Visitors created with `visit.make` now have their base as _prototype_, +rather than copying properties into a fresh object. + +Make it possible to use `visit.ancestor` with a walk state. + +## 3.1.0 (2016-04-18) + +### Bug fixes + +Fix issue where the loose parser created invalid TemplateElement nodes +for unclosed template literals. + +Properly tokenize the division operator directly after a function +expression. + +Allow trailing comma in destructuring arrays. + +### New features + +The walker now allows defining handlers for `CatchClause` nodes. + +## 3.0.4 (2016-02-25) + +### Fixes + +Allow update expressions as left-hand-side of the ES7 exponential +operator. + +## 3.0.2 (2016-02-10) + +### Fixes + +Fix bug that accidentally made `undefined` a reserved word when +parsing ES7. + +## 3.0.0 (2016-02-10) + +### Breaking changes + +The default value of the `ecmaVersion` option is now 6 (used to be 5). + +Support for comprehension syntax (which was dropped from the draft +spec) has been removed. + +### Fixes + +`let` and `yield` are now “contextual keywords”, meaning you can +mostly use them as identifiers in ES5 non-strict code. + +A parenthesized class or function expression after `export default` is +now parsed correctly. + +### New features + +When `ecmaVersion` is set to 7, Acorn will parse the exponentiation +operator (`**`). + +The identifier character ranges are now based on Unicode 8.0.0. + +Plugins can now override the `raiseRecoverable` method to override the +way non-critical errors are handled. + +## 2.7.0 (2016-01-04) + +### Fixes + +Stop allowing rest parameters in setters. + +Make sure the loose parser always attaches a `local` property to +`ImportNamespaceSpecifier` nodes. + +Disallow `y` rexexp flag in ES5. + +Disallow `\00` and `\000` escapes in strict mode. + +Raise an error when an import name is a reserved word. + +## 2.6.4 (2015-11-12) + +### Fixes + +Fix crash in loose parser when parsing invalid object pattern. + +### New features + +Support plugins in the loose parser. + +## 2.6.2 (2015-11-10) + +### Fixes + +Don't crash when no options object is passed. + +## 2.6.0 (2015-11-09) + +### Fixes + +Add `await` as a reserved word in module sources. + +Disallow `yield` in a parameter default value for a generator. + +Forbid using a comma after a rest pattern in an array destructuring. + +### New features + +Support parsing stdin in command-line tool. + +## 2.5.2 (2015-10-27) + +### Fixes + +Fix bug where the walker walked an exported `let` statement as an +expression. + +## 2.5.0 (2015-10-27) + +### Fixes + +Fix tokenizer support in the command-line tool. + +In the loose parser, don't allow non-string-literals as import +sources. + +Stop allowing `new.target` outside of functions. + +Remove legacy `guard` and `guardedHandler` properties from try nodes. + +Stop allowing multiple `__proto__` properties on an object literal in +strict mode. + +Don't allow rest parameters to be non-identifier patterns. + +Check for duplicate paramter names in arrow functions. diff --git a/user/themes/gilles_acezat/node_modules/acorn/LICENSE b/user/themes/gilles_acezat/node_modules/acorn/LICENSE new file mode 100644 index 0000000..2c0632b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/acorn/LICENSE @@ -0,0 +1,19 @@ +Copyright (C) 2012-2018 by various contributors (see AUTHORS) + +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/user/themes/gilles_acezat/node_modules/acorn/README.md b/user/themes/gilles_acezat/node_modules/acorn/README.md new file mode 100644 index 0000000..de53f51 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/acorn/README.md @@ -0,0 +1,467 @@ +# Acorn + +[![Build Status](https://travis-ci.org/acornjs/acorn.svg?branch=master)](https://travis-ci.org/acornjs/acorn) +[![NPM version](https://img.shields.io/npm/v/acorn.svg)](https://www.npmjs.com/package/acorn) +[![CDNJS](https://img.shields.io/cdnjs/v/acorn.svg)](https://cdnjs.com/libraries/acorn) +[Author funding status: ![maintainer happiness](https://marijnhaverbeke.nl/fund/status_s.png?force)](https://marijnhaverbeke.nl/fund/) + +A tiny, fast JavaScript parser, written completely in JavaScript. + +## Community + +Acorn is open source software released under an +[MIT license](https://github.com/acornjs/acorn/blob/master/LICENSE). + +You are welcome to +[report bugs](https://github.com/acornjs/acorn/issues) or create pull +requests on [github](https://github.com/acornjs/acorn). For questions +and discussion, please use the +[Tern discussion forum](https://discuss.ternjs.net). + +## Installation + +The easiest way to install acorn is with [`npm`][npm]. + +[npm]: https://www.npmjs.com/ + +```sh +npm install acorn +``` + +Alternately, you can download the source and build acorn yourself: + +```sh +git clone https://github.com/acornjs/acorn.git +cd acorn +npm install +npm run build +``` + +## Components + +When run in a CommonJS (node.js) or AMD environment, exported values +appear in the interfaces exposed by the individual files, as usual. +When loaded in the browser (Acorn works in any JS-enabled browser more +recent than IE5) without any kind of module management, a single +global object `acorn` will be defined, and all the exported properties +will be added to that. + +### Main parser + +This is implemented in `dist/acorn.js`, and is what you get when you +`require("acorn")` in node.js. + +**parse**`(input, options)` is used to parse a JavaScript program. +The `input` parameter is a string, `options` can be undefined or an +object setting some of the options listed below. The return value will +be an abstract syntax tree object as specified by the +[ESTree spec][estree]. + +When encountering a syntax error, the parser will raise a +`SyntaxError` object with a meaningful message. The error object will +have a `pos` property that indicates the character offset at which the +error occurred, and a `loc` object that contains a `{line, column}` +object referring to that same position. + +[estree]: https://github.com/estree/estree + +- **ecmaVersion**: Indicates the ECMAScript version to parse. Must be + either 3, 5, 6 (2015), 7 (2016), 8 (2017), 9 (2018) or 10 (2019, partial + support). This influences support for strict mode, the set of + reserved words, and support for new syntax features. Default is 7. + + **NOTE**: Only 'stage 4' (finalized) ECMAScript features are being + implemented by Acorn. + +- **sourceType**: Indicate the mode the code should be parsed in. Can be + either `"script"` or `"module"`. This influences global strict mode + and parsing of `import` and `export` declarations. + +- **onInsertedSemicolon**: If given a callback, that callback will be + called whenever a missing semicolon is inserted by the parser. The + callback will be given the character offset of the point where the + semicolon is inserted as argument, and if `locations` is on, also a + `{line, column}` object representing this position. + +- **onTrailingComma**: Like `onInsertedSemicolon`, but for trailing + commas. + +- **allowReserved**: If `false`, using a reserved word will generate + an error. Defaults to `true` for `ecmaVersion` 3, `false` for higher + versions. When given the value `"never"`, reserved words and + keywords can also not be used as property names (as in Internet + Explorer's old parser). + +- **allowReturnOutsideFunction**: By default, a return statement at + the top level raises an error. Set this to `true` to accept such + code. + +- **allowImportExportEverywhere**: By default, `import` and `export` + declarations can only appear at a program's top level. Setting this + option to `true` allows them anywhere where a statement is allowed. + +- **allowAwaitOutsideFunction**: By default, `await` expressions can only appear inside `async` functions. Setting this option to `true` allows to have top-level `await` expressions. They are still not allowed in non-`async` functions, though. + +- **allowHashBang**: When this is enabled (off by default), if the + code starts with the characters `#!` (as in a shellscript), the + first line will be treated as a comment. + +- **locations**: When `true`, each node has a `loc` object attached + with `start` and `end` subobjects, each of which contains the + one-based line and zero-based column numbers in `{line, column}` + form. Default is `false`. + +- **onToken**: If a function is passed for this option, each found + token will be passed in same format as tokens returned from + `tokenizer().getToken()`. + + If array is passed, each found token is pushed to it. + + Note that you are not allowed to call the parser from the + callback—that will corrupt its internal state. + +- **onComment**: If a function is passed for this option, whenever a + comment is encountered the function will be called with the + following parameters: + + - `block`: `true` if the comment is a block comment, false if it + is a line comment. + - `text`: The content of the comment. + - `start`: Character offset of the start of the comment. + - `end`: Character offset of the end of the comment. + + When the `locations` options is on, the `{line, column}` locations + of the comment’s start and end are passed as two additional + parameters. + + If array is passed for this option, each found comment is pushed + to it as object in Esprima format: + + ```javascript + { + "type": "Line" | "Block", + "value": "comment text", + "start": Number, + "end": Number, + // If `locations` option is on: + "loc": { + "start": {line: Number, column: Number} + "end": {line: Number, column: Number} + }, + // If `ranges` option is on: + "range": [Number, Number] + } + ``` + + Note that you are not allowed to call the parser from the + callback—that will corrupt its internal state. + +- **ranges**: Nodes have their start and end characters offsets + recorded in `start` and `end` properties (directly on the node, + rather than the `loc` object, which holds line/column data. To also + add a [semi-standardized][range] `range` property holding a + `[start, end]` array with the same numbers, set the `ranges` option + to `true`. + +- **program**: It is possible to parse multiple files into a single + AST by passing the tree produced by parsing the first file as the + `program` option in subsequent parses. This will add the toplevel + forms of the parsed file to the "Program" (top) node of an existing + parse tree. + +- **sourceFile**: When the `locations` option is `true`, you can pass + this option to add a `source` attribute in every node’s `loc` + object. Note that the contents of this option are not examined or + processed in any way; you are free to use whatever format you + choose. + +- **directSourceFile**: Like `sourceFile`, but a `sourceFile` property + will be added (regardless of the `location` option) directly to the + nodes, rather than the `loc` object. + +- **preserveParens**: If this option is `true`, parenthesized expressions + are represented by (non-standard) `ParenthesizedExpression` nodes + that have a single `expression` property containing the expression + inside parentheses. + +[range]: https://bugzilla.mozilla.org/show_bug.cgi?id=745678 + +**parseExpressionAt**`(input, offset, options)` will parse a single +expression in a string, and return its AST. It will not complain if +there is more of the string left after the expression. + +**getLineInfo**`(input, offset)` can be used to get a `{line, +column}` object for a given program string and character offset. + +**tokenizer**`(input, options)` returns an object with a `getToken` +method that can be called repeatedly to get the next token, a `{start, +end, type, value}` object (with added `loc` property when the +`locations` option is enabled and `range` property when the `ranges` +option is enabled). When the token's type is `tokTypes.eof`, you +should stop calling the method, since it will keep returning that same +token forever. + +In ES6 environment, returned result can be used as any other +protocol-compliant iterable: + +```javascript +for (let token of acorn.tokenizer(str)) { + // iterate over the tokens +} + +// transform code to array of tokens: +var tokens = [...acorn.tokenizer(str)]; +``` + +**tokTypes** holds an object mapping names to the token type objects +that end up in the `type` properties of tokens. + +#### Note on using with [Escodegen][escodegen] + +Escodegen supports generating comments from AST, attached in +Esprima-specific format. In order to simulate same format in +Acorn, consider following example: + +```javascript +var comments = [], tokens = []; + +var ast = acorn.parse('var x = 42; // answer', { + // collect ranges for each node + ranges: true, + // collect comments in Esprima's format + onComment: comments, + // collect token ranges + onToken: tokens +}); + +// attach comments using collected information +escodegen.attachComments(ast, comments, tokens); + +// generate code +console.log(escodegen.generate(ast, {comment: true})); +// > 'var x = 42; // answer' +``` + +[escodegen]: https://github.com/estools/escodegen + +### dist/acorn_loose.js ### + +This file implements an error-tolerant parser. It exposes a single +function. The loose parser is accessible in node.js via `require("acorn/dist/acorn_loose")`. + +**parse_dammit**`(input, options)` takes the same arguments and +returns the same syntax tree as the `parse` function in `acorn.js`, +but never raises an error, and will do its best to parse syntactically +invalid code in as meaningful a way as it can. It'll insert identifier +nodes with name `"✖"` as placeholders in places where it can't make +sense of the input. Depends on `acorn.js`, because it uses the same +tokenizer. + +### dist/walk.js ### + +Implements an abstract syntax tree walker. Will store its interface in +`acorn.walk` when loaded without a module system. + +**simple**`(node, visitors, base, state)` does a 'simple' walk over +a tree. `node` should be the AST node to walk, and `visitors` an +object with properties whose names correspond to node types in the +[ESTree spec][estree]. The properties should contain functions +that will be called with the node object and, if applicable the state +at that point. The last two arguments are optional. `base` is a walker +algorithm, and `state` is a start state. The default walker will +simply visit all statements and expressions and not produce a +meaningful state. (An example of a use of state is to track scope at +each point in the tree.) + +```js +const acorn = require("acorn") +const walk = require("acorn/dist/walk") + +walk.simple(acorn.parse("let x = 10"), { + Literal(node) { + console.log(`Found a literal: ${node.value}`) + } +}) +``` + +**ancestor**`(node, visitors, base, state)` does a 'simple' walk over +a tree, building up an array of ancestor nodes (including the current node) +and passing the array to the callbacks as a third parameter. + +```js +const acorn = require("acorn") +const walk = require("acorn/dist/walk") + +walk.ancestor(acorn.parse("foo('hi')"), { + Literal(_, ancestors) { + console.log("This literal's ancestors are:", + ancestors.map(n => n.type)) + } +}) +``` + +**recursive**`(node, state, functions, base)` does a 'recursive' +walk, where the walker functions are responsible for continuing the +walk on the child nodes of their target node. `state` is the start +state, and `functions` should contain an object that maps node types +to walker functions. Such functions are called with `(node, state, c)` +arguments, and can cause the walk to continue on a sub-node by calling +the `c` argument on it with `(node, state)` arguments. The optional +`base` argument provides the fallback walker functions for node types +that aren't handled in the `functions` object. If not given, the +default walkers will be used. + +**make**`(functions, base)` builds a new walker object by using the +walker functions in `functions` and filling in the missing ones by +taking defaults from `base`. + +**full**`(node, callback, base, state)` does a 'full' +walk over a tree, calling the callback with the arguments (node, state, type) +for each node + +**fullAncestor**`(node, callback, base, state)` does a 'full' walk over +a tree, building up an array of ancestor nodes (including the current node) +and passing the array to the callbacks as a third parameter. + +```js +const acorn = require("acorn") +const walk = require("acorn/dist/walk") + +walk.full(acorn.parse("1 + 1"), node => { + console.log(`There's a ${node.type} node at ${node.ch}`) +}) +``` + +**findNodeAt**`(node, start, end, test, base, state)` tries to +locate a node in a tree at the given start and/or end offsets, which +satisfies the predicate `test`. `start` and `end` can be either `null` +(as wildcard) or a number. `test` may be a string (indicating a node +type) or a function that takes `(nodeType, node)` arguments and +returns a boolean indicating whether this node is interesting. `base` +and `state` are optional, and can be used to specify a custom walker. +Nodes are tested from inner to outer, so if two nodes match the +boundaries, the inner one will be preferred. + +**findNodeAround**`(node, pos, test, base, state)` is a lot like +`findNodeAt`, but will match any node that exists 'around' (spanning) +the given position. + +**findNodeAfter**`(node, pos, test, base, state)` is similar to +`findNodeAround`, but will match all nodes *after* the given position +(testing outer nodes before inner nodes). + +## Command line interface + +The `bin/acorn` utility can be used to parse a file from the command +line. It accepts as arguments its input file and the following +options: + +- `--ecma3|--ecma5|--ecma6|--ecma7|--ecma8|--ecma9|--ecma10`: Sets the ECMAScript version + to parse. Default is version 7. + +- `--module`: Sets the parsing mode to `"module"`. Is set to `"script"` otherwise. + +- `--locations`: Attaches a "loc" object to each node with "start" and + "end" subobjects, each of which contains the one-based line and + zero-based column numbers in `{line, column}` form. + +- `--allow-hash-bang`: If the code starts with the characters #! (as in a shellscript), the first line will be treated as a comment. + +- `--compact`: No whitespace is used in the AST output. + +- `--silent`: Do not output the AST, just return the exit status. + +- `--help`: Print the usage information and quit. + +The utility spits out the syntax tree as JSON data. + +## Build system + +Acorn is written in ECMAScript 6, as a set of small modules, in the +project's `src` directory, and compiled down to bigger ECMAScript 3 +files in `dist` using [Browserify](http://browserify.org) and +[Babel](http://babeljs.io/). If you are already using Babel, you can +consider including the modules directly. + +The command-line test runner (`npm test`) uses the ES6 modules. The +browser-based test page (`test/index.html`) uses the compiled modules. +The `bin/build-acorn.js` script builds the latter from the former. + +If you are working on Acorn, you'll probably want to try the code out +directly, without an intermediate build step. In your scripts, you can +register the Babel require shim like this: + + require("babel-core/register") + +That will allow you to directly `require` the ES6 modules. + +## Plugins + +Acorn is designed support allow plugins which, within reasonable +bounds, redefine the way the parser works. Plugins can add new token +types and new tokenizer contexts (if necessary), and extend methods in +the parser object. This is not a clean, elegant API—using it requires +an understanding of Acorn's internals, and plugins are likely to break +whenever those internals are significantly changed. But still, it is +_possible_, in this way, to create parsers for JavaScript dialects +without forking all of Acorn. And in principle it is even possible to +combine such plugins, so that if you have, for example, a plugin for +parsing types and a plugin for parsing JSX-style XML literals, you +could load them both and parse code with both JSX tags and types. + +A plugin should register itself by adding a property to +`acorn.plugins`, which holds a function. Calling `acorn.parse`, a +`plugins` option can be passed, holding an object mapping plugin names +to configuration values (or just `true` for plugins that don't take +options). After the parser object has been created, the initialization +functions for the chosen plugins are called with `(parser, +configValue)` arguments. They are expected to use the `parser.extend` +method to extend parser methods. For example, the `readToken` method +could be extended like this: + +```javascript +parser.extend("readToken", function(nextMethod) { + return function(code) { + console.log("Reading a token!") + return nextMethod.call(this, code) + } +}) +``` + +The `nextMethod` argument passed to `extend`'s second argument is the +previous value of this method, and should usually be called through to +whenever the extended method does not handle the call itself. + +Similarly, the loose parser allows plugins to register themselves via +`acorn.pluginsLoose`. The extension mechanism is the same as for the +normal parser: + +```javascript +looseParser.extend("readToken", function(nextMethod) { + return function() { + console.log("Reading a token in the loose parser!") + return nextMethod.call(this) + } +}) +``` + +### Existing plugins + + - [`acorn-jsx`](https://github.com/RReverser/acorn-jsx): Parse [Facebook JSX syntax extensions](https://github.com/facebook/jsx) + - [`acorn-objj`](https://github.com/cappuccino/acorn-objj): [Objective-J](http://www.cappuccino-project.org/learn/objective-j.html) language parser built as Acorn plugin + + Plugins for ECMAScript proposals: + + - [`acorn-stage3`](https://github.com/acornjs/acorn-stage3): Parse most stage 3 proposals, bundling: + - [`acorn-async-iteration`](https://github.com/acornjs/acorn-async-iteration): Parse [async iteration proposal](https://github.com/tc39/proposal-async-iteration) + - [`acorn-bigint`](https://github.com/acornjs/acorn-bigint): Parse [BigInt proposal](https://github.com/tc39/proposal-bigint) + - [`acorn-class-fields`](https://github.com/acornjs/acorn-class-fields): Parse [class fields proposal](https://github.com/tc39/proposal-class-fields) + - [`acorn-dynamic-import`](https://github.com/kesne/acorn-dynamic-import): Parse [import() proposal](https://github.com/tc39/proposal-dynamic-import) + - [`acorn-import-meta`](https://github.com/acornjs/acorn-import-meta): Parse [import.meta proposal](https://github.com/tc39/proposal-import-meta) + - [`acorn-numeric-separator`](https://github.com/acornjs/acorn-numeric-separator): Parse [numeric separator proposal](https://github.com/tc39/proposal-numeric-separator) + - [`acorn-optional-catch-binding`](https://github.com/acornjs/acorn-optional-catch-binding): Parse [optional catch binding proposal](https://github.com/tc39/proposal-optional-catch-binding) + - [`acorn-private-methods`](https://github.com/acornjs/acorn-private-methods): parse [private methods, getters and setters proposal](https://github.com/tc39/proposal-private-methods) + - [`acorn5-object-spread`](https://github.com/adrianheine/acorn5-object-spread): Parse [Object Rest/Spread Properties proposal](https://github.com/tc39/proposal-object-rest-spread) + - [`acorn-object-rest-spread`](https://github.com/victor-homyakov/acorn-object-rest-spread): Parse [Object Rest/Spread Properties proposal](https://github.com/tc39/proposal-object-rest-spread) + - [`acorn-es7`](https://github.com/angelozerr/acorn-es7): Parse [decorator syntax proposal](https://github.com/wycats/javascript-decorators) + - [`acorn-static-class-property-initializer`](https://github.com/victor-homyakov/acorn-static-class-property-initializer): Partial support for static class properties from [ES Class Fields & Static Properties Proposal](https://github.com/tc39/proposal-class-public-fields) to support static property initializers in [React components written as ES6+ classes](https://babeljs.io/blog/2015/07/07/react-on-es6-plus) diff --git a/user/themes/gilles_acezat/node_modules/acorn/bin/_acorn.js b/user/themes/gilles_acezat/node_modules/acorn/bin/_acorn.js new file mode 100644 index 0000000..b1b644a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/acorn/bin/_acorn.js @@ -0,0 +1,69 @@ +#!/usr/bin/env node +'use strict'; + +var path = require('path'); +var fs = require('fs'); +var acorn = require('../dist/acorn.js'); + +var infile; +var forceFile; +var silent = false; +var compact = false; +var tokenize = false; +var options = {}; + +function help(status) { + var print = (status === 0) ? console.log : console.error; + print("usage: " + path.basename(process.argv[1]) + " [--ecma3|--ecma5|--ecma6|--ecma7|--ecma8|--ecma9|...|--ecma2015|--ecma2016|--ecma2017|--ecma2018|...]"); + print(" [--tokenize] [--locations] [---allow-hash-bang] [--compact] [--silent] [--module] [--help] [--] [infile]"); + process.exit(status); +} + +for (var i = 2; i < process.argv.length; ++i) { + var arg = process.argv[i]; + if ((arg === "-" || arg[0] !== "-") && !infile) { infile = arg; } + else if (arg === "--" && !infile && i + 2 === process.argv.length) { forceFile = infile = process.argv[++i]; } + else if (arg === "--locations") { options.locations = true; } + else if (arg === "--allow-hash-bang") { options.allowHashBang = true; } + else if (arg === "--silent") { silent = true; } + else if (arg === "--compact") { compact = true; } + else if (arg === "--help") { help(0); } + else if (arg === "--tokenize") { tokenize = true; } + else if (arg === "--module") { options.sourceType = "module"; } + else { + var match = arg.match(/^--ecma(\d+)$/); + if (match) + { options.ecmaVersion = +match[1]; } + else + { help(1); } + } +} + +function run(code) { + var result; + try { + if (!tokenize) { + result = acorn.parse(code, options); + } else { + result = []; + var tokenizer$$1 = acorn.tokenizer(code, options), token; + do { + token = tokenizer$$1.getToken(); + result.push(token); + } while (token.type !== acorn.tokTypes.eof) + } + } catch (e) { + console.error(e.message); + process.exit(1); + } + if (!silent) { console.log(JSON.stringify(result, null, compact ? null : 2)); } +} + +if (forceFile || infile && infile !== "-") { + run(fs.readFileSync(infile, "utf8")); +} else { + var code = ""; + process.stdin.resume(); + process.stdin.on("data", function (chunk) { return code += chunk; }); + process.stdin.on("end", function () { return run(code); }); +} diff --git a/user/themes/gilles_acezat/node_modules/acorn/bin/acorn b/user/themes/gilles_acezat/node_modules/acorn/bin/acorn new file mode 100644 index 0000000..03888d0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/acorn/bin/acorn @@ -0,0 +1,4 @@ +#!/usr/bin/env node +'use strict'; + +require('./_acorn.js'); diff --git a/user/themes/gilles_acezat/node_modules/acorn/bin/run_test262.js b/user/themes/gilles_acezat/node_modules/acorn/bin/run_test262.js new file mode 100644 index 0000000..150429a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/acorn/bin/run_test262.js @@ -0,0 +1,21 @@ +const fs = require("fs") +const path = require("path") +const run = require("test262-parser-runner") +const parse = require("..").parse + +const unsupportedFeatures = [ + "BigInt", + "class-fields", + "class-fields-private", + "class-fields-public", + "numeric-separator-literal" +]; + +run( + (content, {sourceType}) => parse(content, {sourceType, ecmaVersion: 10}), + { + testsDirectory: path.dirname(require.resolve("test262/package.json")), + skip: test => (test.attrs.features && unsupportedFeatures.some(f => test.attrs.features.includes(f))), + whitelist: fs.readFileSync("./bin/test262.whitelist", "utf8").split("\n").filter(v => v) + } +) diff --git a/user/themes/gilles_acezat/node_modules/acorn/bin/test262.whitelist b/user/themes/gilles_acezat/node_modules/acorn/bin/test262.whitelist new file mode 100644 index 0000000..c8c6ce4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/acorn/bin/test262.whitelist @@ -0,0 +1,404 @@ +annexB/language/function-code/block-decl-func-no-skip-try.js (default) +annexB/language/function-code/block-decl-func-skip-early-err-block.js (default) +annexB/language/function-code/block-decl-func-skip-early-err.js (default) +annexB/language/function-code/block-decl-func-skip-early-err-switch.js (default) +annexB/language/function-code/block-decl-func-skip-early-err-try.js (default) +annexB/language/function-code/if-decl-else-decl-a-func-no-skip-try.js (default) +annexB/language/function-code/if-decl-else-decl-a-func-skip-early-err-block.js (default) +annexB/language/function-code/if-decl-else-decl-a-func-skip-early-err.js (default) +annexB/language/function-code/if-decl-else-decl-a-func-skip-early-err-switch.js (default) +annexB/language/function-code/if-decl-else-decl-a-func-skip-early-err-try.js (default) +annexB/language/function-code/if-decl-else-decl-b-func-no-skip-try.js (default) +annexB/language/function-code/if-decl-else-decl-b-func-skip-early-err-block.js (default) +annexB/language/function-code/if-decl-else-decl-b-func-skip-early-err.js (default) +annexB/language/function-code/if-decl-else-decl-b-func-skip-early-err-switch.js (default) +annexB/language/function-code/if-decl-else-decl-b-func-skip-early-err-try.js (default) +annexB/language/function-code/if-decl-else-stmt-func-no-skip-try.js (default) +annexB/language/function-code/if-decl-else-stmt-func-skip-early-err-block.js (default) +annexB/language/function-code/if-decl-else-stmt-func-skip-early-err.js (default) +annexB/language/function-code/if-decl-else-stmt-func-skip-early-err-switch.js (default) +annexB/language/function-code/if-decl-else-stmt-func-skip-early-err-try.js (default) +annexB/language/function-code/if-decl-no-else-func-no-skip-try.js (default) +annexB/language/function-code/if-decl-no-else-func-skip-early-err-block.js (default) +annexB/language/function-code/if-decl-no-else-func-skip-early-err.js (default) +annexB/language/function-code/if-decl-no-else-func-skip-early-err-switch.js (default) +annexB/language/function-code/if-decl-no-else-func-skip-early-err-try.js (default) +annexB/language/function-code/if-stmt-else-decl-func-no-skip-try.js (default) +annexB/language/function-code/if-stmt-else-decl-func-skip-early-err-block.js (default) +annexB/language/function-code/if-stmt-else-decl-func-skip-early-err.js (default) +annexB/language/function-code/if-stmt-else-decl-func-skip-early-err-switch.js (default) +annexB/language/function-code/if-stmt-else-decl-func-skip-early-err-try.js (default) +annexB/language/function-code/switch-case-func-no-skip-try.js (default) +annexB/language/function-code/switch-case-func-skip-early-err-block.js (default) +annexB/language/function-code/switch-case-func-skip-early-err.js (default) +annexB/language/function-code/switch-case-func-skip-early-err-switch.js (default) +annexB/language/function-code/switch-case-func-skip-early-err-try.js (default) +annexB/language/function-code/switch-dflt-func-no-skip-try.js (default) +annexB/language/function-code/switch-dflt-func-skip-early-err-block.js (default) +annexB/language/function-code/switch-dflt-func-skip-early-err.js (default) +annexB/language/function-code/switch-dflt-func-skip-early-err-switch.js (default) +annexB/language/function-code/switch-dflt-func-skip-early-err-try.js (default) +annexB/language/global-code/block-decl-global-no-skip-try.js (default) +annexB/language/global-code/block-decl-global-skip-early-err-block.js (default) +annexB/language/global-code/block-decl-global-skip-early-err.js (default) +annexB/language/global-code/block-decl-global-skip-early-err-switch.js (default) +annexB/language/global-code/block-decl-global-skip-early-err-try.js (default) +annexB/language/global-code/if-decl-else-decl-a-global-no-skip-try.js (default) +annexB/language/global-code/if-decl-else-decl-a-global-skip-early-err-block.js (default) +annexB/language/global-code/if-decl-else-decl-a-global-skip-early-err.js (default) +annexB/language/global-code/if-decl-else-decl-a-global-skip-early-err-switch.js (default) +annexB/language/global-code/if-decl-else-decl-a-global-skip-early-err-try.js (default) +annexB/language/global-code/if-decl-else-decl-b-global-no-skip-try.js (default) +annexB/language/global-code/if-decl-else-decl-b-global-skip-early-err-block.js (default) +annexB/language/global-code/if-decl-else-decl-b-global-skip-early-err.js (default) +annexB/language/global-code/if-decl-else-decl-b-global-skip-early-err-switch.js (default) +annexB/language/global-code/if-decl-else-decl-b-global-skip-early-err-try.js (default) +annexB/language/global-code/if-decl-else-stmt-global-no-skip-try.js (default) +annexB/language/global-code/if-decl-else-stmt-global-skip-early-err-block.js (default) +annexB/language/global-code/if-decl-else-stmt-global-skip-early-err.js (default) +annexB/language/global-code/if-decl-else-stmt-global-skip-early-err-switch.js (default) +annexB/language/global-code/if-decl-else-stmt-global-skip-early-err-try.js (default) +annexB/language/global-code/if-decl-no-else-global-no-skip-try.js (default) +annexB/language/global-code/if-decl-no-else-global-skip-early-err-block.js (default) +annexB/language/global-code/if-decl-no-else-global-skip-early-err.js (default) +annexB/language/global-code/if-decl-no-else-global-skip-early-err-switch.js (default) +annexB/language/global-code/if-decl-no-else-global-skip-early-err-try.js (default) +annexB/language/global-code/if-stmt-else-decl-global-no-skip-try.js (default) +annexB/language/global-code/if-stmt-else-decl-global-skip-early-err-block.js (default) +annexB/language/global-code/if-stmt-else-decl-global-skip-early-err.js (default) +annexB/language/global-code/if-stmt-else-decl-global-skip-early-err-switch.js (default) +annexB/language/global-code/if-stmt-else-decl-global-skip-early-err-try.js (default) +annexB/language/global-code/switch-case-global-no-skip-try.js (default) +annexB/language/global-code/switch-case-global-skip-early-err-block.js (default) +annexB/language/global-code/switch-case-global-skip-early-err.js (default) +annexB/language/global-code/switch-case-global-skip-early-err-switch.js (default) +annexB/language/global-code/switch-case-global-skip-early-err-try.js (default) +annexB/language/global-code/switch-dflt-global-no-skip-try.js (default) +annexB/language/global-code/switch-dflt-global-skip-early-err-block.js (default) +annexB/language/global-code/switch-dflt-global-skip-early-err.js (default) +annexB/language/global-code/switch-dflt-global-skip-early-err-switch.js (default) +annexB/language/global-code/switch-dflt-global-skip-early-err-try.js (default) +annexB/language/statements/try/catch-redeclared-for-in-var.js (default) +annexB/language/statements/try/catch-redeclared-for-in-var.js (strict mode) +annexB/language/statements/try/catch-redeclared-for-var.js (default) +annexB/language/statements/try/catch-redeclared-for-var.js (strict mode) +annexB/language/statements/try/catch-redeclared-var-statement-captured.js (default) +annexB/language/statements/try/catch-redeclared-var-statement-captured.js (strict mode) +annexB/language/statements/try/catch-redeclared-var-statement.js (default) +annexB/language/statements/try/catch-redeclared-var-statement.js (strict mode) +language/block-scope/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-async-function-declaration.js (default) +language/block-scope/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-async-function-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-class-declaration.js (default) +language/block-scope/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-class-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-function-declaration.js (default) +language/block-scope/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-function-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-generator-declaration.js (default) +language/block-scope/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-generator-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-var-declaration.js (default) +language/block-scope/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-var-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-async-generator-declaration.js (default) +language/block-scope/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-async-generator-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-async-function-declaration.js (default) +language/block-scope/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-async-function-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-async-generator-declaration.js (default) +language/block-scope/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-async-generator-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-class-declaration.js (default) +language/block-scope/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-class-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-function-declaration.js (default) +language/block-scope/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-function-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-generator-declaration.js (default) +language/block-scope/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-generator-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-var-declaration.js (default) +language/block-scope/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-var-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-async-generator-declaration.js (default) +language/block-scope/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-async-generator-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/function-declaration-attempt-to-redeclare-with-async-generator-declaration.js (default) +language/block-scope/syntax/redeclaration/function-declaration-attempt-to-redeclare-with-async-generator-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-async-generator-declaration.js (default) +language/block-scope/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-async-generator-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/var-declaration-attempt-to-redeclare-with-async-generator-declaration.js (default) +language/block-scope/syntax/redeclaration/var-declaration-attempt-to-redeclare-with-async-generator-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-async-function-declaration.js (default) +language/block-scope/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-async-function-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-class-declaration.js (default) +language/block-scope/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-class-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-const-declaration.js (default) +language/block-scope/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-const-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-function-declaration.js (default) +language/block-scope/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-function-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-generator-declaration.js (default) +language/block-scope/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-generator-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-let-declaration.js (default) +language/block-scope/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-let-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-var-declaration.js (default) +language/block-scope/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-var-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/const-declaration-attempt-to-redeclare-with-class-declaration.js (default) +language/block-scope/syntax/redeclaration/const-declaration-attempt-to-redeclare-with-class-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/function-declaration-attempt-to-redeclare-with-async-function-declaration.js (default) +language/block-scope/syntax/redeclaration/function-declaration-attempt-to-redeclare-with-async-function-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/function-declaration-attempt-to-redeclare-with-class-declaration.js (default) +language/block-scope/syntax/redeclaration/function-declaration-attempt-to-redeclare-with-class-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/function-declaration-attempt-to-redeclare-with-function-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/function-declaration-attempt-to-redeclare-with-generator-declaration.js (default) +language/block-scope/syntax/redeclaration/function-declaration-attempt-to-redeclare-with-generator-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/function-declaration-attempt-to-redeclare-with-var-declaration.js (default) +language/block-scope/syntax/redeclaration/function-declaration-attempt-to-redeclare-with-var-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-async-function-declaration.js (default) +language/block-scope/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-async-function-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-class-declaration.js (default) +language/block-scope/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-class-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-function-declaration.js (default) +language/block-scope/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-function-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-generator-declaration.js (default) +language/block-scope/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-generator-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-var-declaration.js (default) +language/block-scope/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-var-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/let-declaration-attempt-to-redeclare-with-class-declaration.js (default) +language/block-scope/syntax/redeclaration/let-declaration-attempt-to-redeclare-with-class-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/var-declaration-attempt-to-redeclare-with-async-function-declaration.js (default) +language/block-scope/syntax/redeclaration/var-declaration-attempt-to-redeclare-with-async-function-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/var-declaration-attempt-to-redeclare-with-class-declaration.js (default) +language/block-scope/syntax/redeclaration/var-declaration-attempt-to-redeclare-with-class-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/var-declaration-attempt-to-redeclare-with-function-declaration.js (default) +language/block-scope/syntax/redeclaration/var-declaration-attempt-to-redeclare-with-function-declaration.js (strict mode) +language/block-scope/syntax/redeclaration/var-declaration-attempt-to-redeclare-with-generator-declaration.js (default) +language/block-scope/syntax/redeclaration/var-declaration-attempt-to-redeclare-with-generator-declaration.js (strict mode) +language/expressions/async-arrow-function/early-errors-arrow-await-in-formals-default.js (default) +language/expressions/async-arrow-function/early-errors-arrow-await-in-formals-default.js (strict mode) +language/expressions/async-arrow-function/early-errors-arrow-body-contains-super-call.js (default) +language/expressions/async-arrow-function/early-errors-arrow-body-contains-super-call.js (strict mode) +language/expressions/async-arrow-function/early-errors-arrow-body-contains-super-property.js (default) +language/expressions/async-arrow-function/early-errors-arrow-body-contains-super-property.js (strict mode) +language/expressions/async-function/early-errors-expression-body-contains-super-call.js (default) +language/expressions/async-function/early-errors-expression-body-contains-super-call.js (strict mode) +language/expressions/async-function/early-errors-expression-body-contains-super-property.js (default) +language/expressions/async-function/early-errors-expression-body-contains-super-property.js (strict mode) +language/expressions/async-function/early-errors-expression-formals-contains-super-call.js (default) +language/expressions/async-function/early-errors-expression-formals-contains-super-call.js (strict mode) +language/expressions/async-function/early-errors-expression-formals-contains-super-property.js (default) +language/expressions/async-function/early-errors-expression-formals-contains-super-property.js (strict mode) +language/expressions/class/method-param-dflt-yield.js (default) +language/expressions/class/static-method-param-dflt-yield.js (default) +language/expressions/function/early-body-super-call.js (default) +language/expressions/function/early-body-super-call.js (strict mode) +language/expressions/function/early-body-super-prop.js (default) +language/expressions/function/early-body-super-prop.js (strict mode) +language/expressions/function/early-params-super-call.js (default) +language/expressions/function/early-params-super-call.js (strict mode) +language/expressions/function/early-params-super-prop.js (default) +language/expressions/function/early-params-super-prop.js (strict mode) +language/expressions/object/method-definition/early-errors-object-method-body-contains-super-call.js (default) +language/expressions/object/method-definition/early-errors-object-method-body-contains-super-call.js (strict mode) +language/expressions/object/method-definition/early-errors-object-method-duplicate-parameters.js (default) +language/expressions/object/method-definition/early-errors-object-method-formals-contains-super-call.js (default) +language/expressions/object/method-definition/early-errors-object-method-formals-contains-super-call.js (strict mode) +language/expressions/object/method-definition/generator-super-call-body.js (default) +language/expressions/object/method-definition/generator-super-call-body.js (strict mode) +language/expressions/object/method-definition/generator-super-call-param.js (default) +language/expressions/object/method-definition/generator-super-call-param.js (strict mode) +language/expressions/object/prop-def-invalid-async-prefix.js (default) +language/expressions/object/prop-def-invalid-async-prefix.js (strict mode) +language/expressions/yield/in-iteration-stmt.js (default) +language/expressions/yield/in-iteration-stmt.js (strict mode) +language/expressions/yield/star-in-iteration-stmt.js (default) +language/expressions/yield/star-in-iteration-stmt.js (strict mode) +language/global-code/new.target-arrow.js (default) +language/global-code/new.target-arrow.js (strict mode) +language/global-code/super-call-arrow.js (default) +language/global-code/super-call-arrow.js (strict mode) +language/global-code/super-prop-arrow.js (default) +language/global-code/super-prop-arrow.js (strict mode) +language/module-code/early-export-global.js (default) +language/module-code/early-export-global.js (strict mode) +language/module-code/early-export-unresolvable.js (default) +language/module-code/early-export-unresolvable.js (strict mode) +language/statements/async-function/early-errors-declaration-body-contains-super-call.js (default) +language/statements/async-function/early-errors-declaration-body-contains-super-call.js (strict mode) +language/statements/async-function/early-errors-declaration-body-contains-super-property.js (default) +language/statements/async-function/early-errors-declaration-body-contains-super-property.js (strict mode) +language/statements/async-function/early-errors-declaration-formals-contains-super-call.js (default) +language/statements/async-function/early-errors-declaration-formals-contains-super-call.js (strict mode) +language/statements/async-function/early-errors-declaration-formals-contains-super-property.js (default) +language/statements/async-function/early-errors-declaration-formals-contains-super-property.js (strict mode) +language/expressions/async-generator/early-errors-expression-body-contains-super-call.js (default) +language/expressions/async-generator/early-errors-expression-body-contains-super-call.js (strict mode) +language/expressions/async-generator/early-errors-expression-body-contains-super-property.js (default) +language/expressions/async-generator/early-errors-expression-body-contains-super-property.js (strict mode) +language/expressions/async-generator/early-errors-expression-formals-contains-super-call.js (default) +language/expressions/async-generator/early-errors-expression-formals-contains-super-call.js (strict mode) +language/expressions/async-generator/early-errors-expression-formals-contains-super-property.js (default) +language/expressions/async-generator/early-errors-expression-formals-contains-super-property.js (strict mode) +language/statements/class/definition/early-errors-class-method-arguments-in-formal-parameters.js (default) +language/statements/class/definition/early-errors-class-method-body-contains-super-call.js (default) +language/statements/class/definition/early-errors-class-method-body-contains-super-call.js (strict mode) +language/statements/class/definition/early-errors-class-method-duplicate-parameters.js (default) +language/statements/class/definition/early-errors-class-method-eval-in-formal-parameters.js (default) +language/statements/class/definition/early-errors-class-method-formals-contains-super-call.js (default) +language/statements/class/definition/early-errors-class-method-formals-contains-super-call.js (strict mode) +language/statements/class/definition/methods-gen-yield-as-function-expression-binding-identifier.js (default) +language/statements/class/definition/methods-gen-yield-as-identifier-in-nested-function.js (default) +language/statements/class/method-param-yield.js (default) +language/statements/class/static-method-param-yield.js (default) +language/statements/class/strict-mode/with.js (default) +language/statements/class/syntax/early-errors/class-body-has-direct-super-missing-class-heritage.js (default) +language/statements/class/syntax/early-errors/class-body-has-direct-super-missing-class-heritage.js (strict mode) +language/statements/class/syntax/early-errors/class-body-method-contains-direct-super.js (default) +language/statements/class/syntax/early-errors/class-body-method-contains-direct-super.js (strict mode) +language/statements/class/syntax/early-errors/class-body-special-method-generator-contains-direct-super.js (default) +language/statements/class/syntax/early-errors/class-body-special-method-generator-contains-direct-super.js (strict mode) +language/statements/class/syntax/early-errors/class-body-special-method-get-contains-direct-super.js (default) +language/statements/class/syntax/early-errors/class-body-special-method-get-contains-direct-super.js (strict mode) +language/statements/class/syntax/early-errors/class-body-special-method-set-contains-direct-super.js (default) +language/statements/class/syntax/early-errors/class-body-special-method-set-contains-direct-super.js (strict mode) +language/statements/class/syntax/early-errors/class-body-static-method-contains-direct-super.js (default) +language/statements/class/syntax/early-errors/class-body-static-method-contains-direct-super.js (strict mode) +language/statements/class/syntax/early-errors/class-body-static-method-get-contains-direct-super.js (default) +language/statements/class/syntax/early-errors/class-body-static-method-get-contains-direct-super.js (strict mode) +language/statements/class/syntax/early-errors/class-body-static-method-set-contains-direct-super.js (default) +language/statements/class/syntax/early-errors/class-body-static-method-set-contains-direct-super.js (strict mode) +language/statements/class/syntax/early-errors/class-definition-evaluation-block-duplicate-binding.js (default) +language/statements/class/syntax/early-errors/class-definition-evaluation-block-duplicate-binding.js (strict mode) +language/statements/class/syntax/early-errors/class-definition-evaluation-scriptbody-duplicate-binding.js (default) +language/statements/class/syntax/early-errors/class-definition-evaluation-scriptbody-duplicate-binding.js (strict mode) +language/statements/const/syntax/const-declaring-let-split-across-two-lines.js (default) +language/statements/do-while/labelled-fn-stmt.js (default) +language/statements/for/head-let-bound-names-in-stmt.js (default) +language/statements/for/head-let-bound-names-in-stmt.js (strict mode) +language/statements/for-in/head-const-bound-names-in-stmt.js (default) +language/statements/for-in/head-const-bound-names-in-stmt.js (strict mode) +language/statements/for-in/head-const-bound-names-let.js (default) +language/statements/for-in/head-let-bound-names-in-stmt.js (default) +language/statements/for-in/head-let-bound-names-in-stmt.js (strict mode) +language/statements/for-in/head-let-bound-names-let.js (default) +language/statements/for-in/labelled-fn-stmt-const.js (default) +language/statements/for-in/labelled-fn-stmt-let.js (default) +language/statements/for-in/labelled-fn-stmt-lhs.js (default) +language/statements/for-in/labelled-fn-stmt-var.js (default) +language/statements/for-in/let-block-with-newline.js (default) +language/statements/for-in/let-identifier-with-newline.js (default) +language/statements/for/labelled-fn-stmt-expr.js (default) +language/statements/for/labelled-fn-stmt-let.js (default) +language/statements/for/labelled-fn-stmt-var.js (default) +language/statements/for/let-block-with-newline.js (default) +language/statements/for/let-identifier-with-newline.js (default) +language/statements/for-of/head-const-bound-names-in-stmt.js (default) +language/statements/for-of/head-const-bound-names-in-stmt.js (strict mode) +language/statements/for-of/head-const-bound-names-let.js (default) +language/statements/for-of/head-let-bound-names-in-stmt.js (default) +language/statements/for-of/head-let-bound-names-in-stmt.js (strict mode) +language/statements/for-of/head-let-bound-names-let.js (default) +language/statements/for-of/labelled-fn-stmt-const.js (default) +language/statements/for-of/labelled-fn-stmt-let.js (default) +language/statements/for-of/labelled-fn-stmt-lhs.js (default) +language/statements/for-of/labelled-fn-stmt-var.js (default) +language/statements/for-of/let-block-with-newline.js (default) +language/statements/for-of/let-identifier-with-newline.js (default) +language/statements/for-await-of/let-block-with-newline.js (default) +language/statements/for-await-of/let-identifier-with-newline.js (default) +language/statements/function/early-body-super-call.js (default) +language/statements/function/early-body-super-call.js (strict mode) +language/statements/function/early-body-super-prop.js (default) +language/statements/function/early-body-super-prop.js (strict mode) +language/statements/function/early-params-super-call.js (default) +language/statements/function/early-params-super-call.js (strict mode) +language/statements/function/early-params-super-prop.js (default) +language/statements/function/early-params-super-prop.js (strict mode) +language/statements/if/if-gen-else-gen.js (default) +language/statements/if/if-gen-else-stmt.js (default) +language/statements/if/if-gen-no-else.js (default) +language/statements/if/if-stmt-else-gen.js (default) +language/statements/if/labelled-fn-stmt-first.js (default) +language/statements/if/labelled-fn-stmt-lone.js (default) +language/statements/if/labelled-fn-stmt-second.js (default) +language/statements/if/let-block-with-newline.js (default) +language/statements/if/let-identifier-with-newline.js (default) +language/statements/labeled/let-block-with-newline.js (default) +language/statements/labeled/let-identifier-with-newline.js (default) +language/statements/let/syntax/identifier-let-disallowed-as-boundname.js (default) +language/statements/let/syntax/let-let-declaration-split-across-two-lines.js (default) +language/statements/let/syntax/let-let-declaration-with-initializer-split-across-two-lines.js (default) +language/statements/switch/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-async-function-declaration.js (default) +language/statements/switch/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-async-function-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-class-declaration.js (default) +language/statements/switch/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-class-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-function-declaration.js (default) +language/statements/switch/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-function-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-generator-declaration.js (default) +language/statements/switch/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-generator-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-var-declaration.js (default) +language/statements/switch/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-var-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-async-generator-declaration.js (default) +language/statements/switch/syntax/redeclaration/async-function-declaration-attempt-to-redeclare-with-async-generator-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-async-function-declaration.js (default) +language/statements/switch/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-async-function-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-async-generator-declaration.js (default) +language/statements/switch/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-async-generator-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-class-declaration.js (default) +language/statements/switch/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-class-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-function-declaration.js (default) +language/statements/switch/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-function-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-generator-declaration.js (default) +language/statements/switch/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-generator-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-var-declaration.js (default) +language/statements/switch/syntax/redeclaration/async-generator-declaration-attempt-to-redeclare-with-var-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-async-generator-declaration.js (default) +language/statements/switch/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-async-generator-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/function-declaration-attempt-to-redeclare-with-async-generator-declaration.js (default) +language/statements/switch/syntax/redeclaration/function-declaration-attempt-to-redeclare-with-async-generator-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-async-generator-declaration.js (default) +language/statements/switch/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-async-generator-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/var-declaration-attempt-to-redeclare-with-async-generator-declaration.js (default) +language/statements/switch/syntax/redeclaration/var-declaration-attempt-to-redeclare-with-async-generator-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-async-function-declaration.js (default) +language/statements/switch/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-async-function-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-class-declaration.js (default) +language/statements/switch/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-class-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-const-declaration.js (default) +language/statements/switch/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-const-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-function-declaration.js (default) +language/statements/switch/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-function-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-generator-declaration.js (default) +language/statements/switch/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-generator-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-let-declaration.js (default) +language/statements/switch/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-let-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-var-declaration.js (default) +language/statements/switch/syntax/redeclaration/class-declaration-attempt-to-redeclare-with-var-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/const-declaration-attempt-to-redeclare-with-class-declaration.js (default) +language/statements/switch/syntax/redeclaration/const-declaration-attempt-to-redeclare-with-class-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/function-declaration-attempt-to-redeclare-with-async-function-declaration.js (default) +language/statements/switch/syntax/redeclaration/function-declaration-attempt-to-redeclare-with-async-function-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/function-declaration-attempt-to-redeclare-with-class-declaration.js (default) +language/statements/switch/syntax/redeclaration/function-declaration-attempt-to-redeclare-with-class-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/function-declaration-attempt-to-redeclare-with-function-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/function-declaration-attempt-to-redeclare-with-generator-declaration.js (default) +language/statements/switch/syntax/redeclaration/function-declaration-attempt-to-redeclare-with-generator-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/function-declaration-attempt-to-redeclare-with-var-declaration.js (default) +language/statements/switch/syntax/redeclaration/function-declaration-attempt-to-redeclare-with-var-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-async-function-declaration.js (default) +language/statements/switch/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-async-function-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-class-declaration.js (default) +language/statements/switch/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-class-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-function-declaration.js (default) +language/statements/switch/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-function-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-generator-declaration.js (default) +language/statements/switch/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-generator-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-var-declaration.js (default) +language/statements/switch/syntax/redeclaration/generator-declaration-attempt-to-redeclare-with-var-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/let-declaration-attempt-to-redeclare-with-class-declaration.js (default) +language/statements/switch/syntax/redeclaration/let-declaration-attempt-to-redeclare-with-class-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/var-declaration-attempt-to-redeclare-with-async-function-declaration.js (default) +language/statements/switch/syntax/redeclaration/var-declaration-attempt-to-redeclare-with-async-function-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/var-declaration-attempt-to-redeclare-with-class-declaration.js (default) +language/statements/switch/syntax/redeclaration/var-declaration-attempt-to-redeclare-with-class-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/var-declaration-attempt-to-redeclare-with-function-declaration.js (default) +language/statements/switch/syntax/redeclaration/var-declaration-attempt-to-redeclare-with-function-declaration.js (strict mode) +language/statements/switch/syntax/redeclaration/var-declaration-attempt-to-redeclare-with-generator-declaration.js (default) +language/statements/switch/syntax/redeclaration/var-declaration-attempt-to-redeclare-with-generator-declaration.js (strict mode) +language/statements/while/labelled-fn-stmt.js (default) +language/statements/while/let-block-with-newline.js (default) +language/statements/while/let-identifier-with-newline.js (default) +language/statements/with/labelled-fn-stmt.js (default) +language/statements/with/let-block-with-newline.js (default) +language/statements/with/let-identifier-with-newline.js (default) +language/white-space/mongolian-vowel-separator.js (default) +language/white-space/mongolian-vowel-separator.js (strict mode) diff --git a/user/themes/gilles_acezat/node_modules/acorn/dist/.keep b/user/themes/gilles_acezat/node_modules/acorn/dist/.keep new file mode 100644 index 0000000..e69de29 diff --git a/user/themes/gilles_acezat/node_modules/acorn/dist/acorn.es.js b/user/themes/gilles_acezat/node_modules/acorn/dist/acorn.es.js new file mode 100644 index 0000000..332c339 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/acorn/dist/acorn.es.js @@ -0,0 +1,5314 @@ +// Reserved word lists for various dialects of the language + +var reservedWords = { + 3: "abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile", + 5: "class enum extends super const export import", + 6: "enum", + strict: "implements interface let package private protected public static yield", + strictBind: "eval arguments" +}; + +// And the keywords + +var ecma5AndLessKeywords = "break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this"; + +var keywords = { + 5: ecma5AndLessKeywords, + 6: ecma5AndLessKeywords + " const class extends export import super" +}; + +var keywordRelationalOperator = /^in(stanceof)?$/; + +// ## Character categories + +// Big ugly regular expressions that match characters in the +// whitespace, identifier, and identifier-start categories. These +// are only applied when a character is found to actually have a +// code point above 128. +// Generated by `bin/generate-identifier-regex.js`. + +var nonASCIIidentifierStartChars = "\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u037f\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u052f\u0531-\u0556\u0559\u0560-\u0588\u05d0-\u05ea\u05ef-\u05f2\u0620-\u064a\u066e\u066f\u0671-\u06d3\u06d5\u06e5\u06e6\u06ee\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u07f4\u07f5\u07fa\u0800-\u0815\u081a\u0824\u0828\u0840-\u0858\u0860-\u086a\u08a0-\u08b4\u08b6-\u08bd\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc\u09dd\u09df-\u09e1\u09f0\u09f1\u09fc\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0\u0ae1\u0af9\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3d\u0b5c\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c39\u0c3d\u0c58-\u0c5a\u0c60\u0c61\u0c80\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cde\u0ce0\u0ce1\u0cf1\u0cf2\u0d05-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d54-\u0d56\u0d5f-\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0e01-\u0e30\u0e32\u0e33\u0e40-\u0e46\u0e81\u0e82\u0e84\u0e87\u0e88\u0e8a\u0e8d\u0e94-\u0e97\u0e99-\u0e9f\u0ea1-\u0ea3\u0ea5\u0ea7\u0eaa\u0eab\u0ead-\u0eb0\u0eb2\u0eb3\u0ebd\u0ec0-\u0ec4\u0ec6\u0edc-\u0edf\u0f00\u0f40-\u0f47\u0f49-\u0f6c\u0f88-\u0f8c\u1000-\u102a\u103f\u1050-\u1055\u105a-\u105d\u1061\u1065\u1066\u106e-\u1070\u1075-\u1081\u108e\u10a0-\u10c5\u10c7\u10cd\u10d0-\u10fa\u10fc-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u13a0-\u13f5\u13f8-\u13fd\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16ee-\u16f8\u1700-\u170c\u170e-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1780-\u17b3\u17d7\u17dc\u1820-\u1878\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191e\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u1a00-\u1a16\u1a20-\u1a54\u1aa7\u1b05-\u1b33\u1b45-\u1b4b\u1b83-\u1ba0\u1bae\u1baf\u1bba-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c7d\u1c80-\u1c88\u1c90-\u1cba\u1cbd-\u1cbf\u1ce9-\u1cec\u1cee-\u1cf1\u1cf5\u1cf6\u1d00-\u1dbf\u1e00-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u2071\u207f\u2090-\u209c\u2102\u2107\u210a-\u2113\u2115\u2118-\u211d\u2124\u2126\u2128\u212a-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2160-\u2188\u2c00-\u2c2e\u2c30-\u2c5e\u2c60-\u2ce4\u2ceb-\u2cee\u2cf2\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303c\u3041-\u3096\u309b-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312f\u3131-\u318e\u31a0-\u31ba\u31f0-\u31ff\u3400-\u4db5\u4e00-\u9fef\ua000-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua69d\ua6a0-\ua6ef\ua717-\ua71f\ua722-\ua788\ua78b-\ua7b9\ua7f7-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua8fd\ua8fe\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\ua9e0-\ua9e4\ua9e6-\ua9ef\ua9fa-\ua9fe\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaa60-\uaa76\uaa7a\uaa7e-\uaaaf\uaab1\uaab5\uaab6\uaab9-\uaabd\uaac0\uaac2\uaadb-\uaadd\uaae0-\uaaea\uaaf2-\uaaf4\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uab30-\uab5a\uab5c-\uab65\uab70-\uabe2\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\uff21-\uff3a\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc"; +var nonASCIIidentifierChars = "\u200c\u200d\xb7\u0300-\u036f\u0387\u0483-\u0487\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u0669\u0670\u06d6-\u06dc\u06df-\u06e4\u06e7\u06e8\u06ea-\u06ed\u06f0-\u06f9\u0711\u0730-\u074a\u07a6-\u07b0\u07c0-\u07c9\u07eb-\u07f3\u07fd\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0859-\u085b\u08d3-\u08e1\u08e3-\u0903\u093a-\u093c\u093e-\u094f\u0951-\u0957\u0962\u0963\u0966-\u096f\u0981-\u0983\u09bc\u09be-\u09c4\u09c7\u09c8\u09cb-\u09cd\u09d7\u09e2\u09e3\u09e6-\u09ef\u09fe\u0a01-\u0a03\u0a3c\u0a3e-\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a66-\u0a71\u0a75\u0a81-\u0a83\u0abc\u0abe-\u0ac5\u0ac7-\u0ac9\u0acb-\u0acd\u0ae2\u0ae3\u0ae6-\u0aef\u0afa-\u0aff\u0b01-\u0b03\u0b3c\u0b3e-\u0b44\u0b47\u0b48\u0b4b-\u0b4d\u0b56\u0b57\u0b62\u0b63\u0b66-\u0b6f\u0b82\u0bbe-\u0bc2\u0bc6-\u0bc8\u0bca-\u0bcd\u0bd7\u0be6-\u0bef\u0c00-\u0c04\u0c3e-\u0c44\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0c66-\u0c6f\u0c81-\u0c83\u0cbc\u0cbe-\u0cc4\u0cc6-\u0cc8\u0cca-\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0ce6-\u0cef\u0d00-\u0d03\u0d3b\u0d3c\u0d3e-\u0d44\u0d46-\u0d48\u0d4a-\u0d4d\u0d57\u0d62\u0d63\u0d66-\u0d6f\u0d82\u0d83\u0dca\u0dcf-\u0dd4\u0dd6\u0dd8-\u0ddf\u0de6-\u0def\u0df2\u0df3\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0e50-\u0e59\u0eb1\u0eb4-\u0eb9\u0ebb\u0ebc\u0ec8-\u0ecd\u0ed0-\u0ed9\u0f18\u0f19\u0f20-\u0f29\u0f35\u0f37\u0f39\u0f3e\u0f3f\u0f71-\u0f84\u0f86\u0f87\u0f8d-\u0f97\u0f99-\u0fbc\u0fc6\u102b-\u103e\u1040-\u1049\u1056-\u1059\u105e-\u1060\u1062-\u1064\u1067-\u106d\u1071-\u1074\u1082-\u108d\u108f-\u109d\u135d-\u135f\u1369-\u1371\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17b4-\u17d3\u17dd\u17e0-\u17e9\u180b-\u180d\u1810-\u1819\u18a9\u1920-\u192b\u1930-\u193b\u1946-\u194f\u19d0-\u19da\u1a17-\u1a1b\u1a55-\u1a5e\u1a60-\u1a7c\u1a7f-\u1a89\u1a90-\u1a99\u1ab0-\u1abd\u1b00-\u1b04\u1b34-\u1b44\u1b50-\u1b59\u1b6b-\u1b73\u1b80-\u1b82\u1ba1-\u1bad\u1bb0-\u1bb9\u1be6-\u1bf3\u1c24-\u1c37\u1c40-\u1c49\u1c50-\u1c59\u1cd0-\u1cd2\u1cd4-\u1ce8\u1ced\u1cf2-\u1cf4\u1cf7-\u1cf9\u1dc0-\u1df9\u1dfb-\u1dff\u203f\u2040\u2054\u20d0-\u20dc\u20e1\u20e5-\u20f0\u2cef-\u2cf1\u2d7f\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua620-\ua629\ua66f\ua674-\ua67d\ua69e\ua69f\ua6f0\ua6f1\ua802\ua806\ua80b\ua823-\ua827\ua880\ua881\ua8b4-\ua8c5\ua8d0-\ua8d9\ua8e0-\ua8f1\ua8ff-\ua909\ua926-\ua92d\ua947-\ua953\ua980-\ua983\ua9b3-\ua9c0\ua9d0-\ua9d9\ua9e5\ua9f0-\ua9f9\uaa29-\uaa36\uaa43\uaa4c\uaa4d\uaa50-\uaa59\uaa7b-\uaa7d\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uaaeb-\uaaef\uaaf5\uaaf6\uabe3-\uabea\uabec\uabed\uabf0-\uabf9\ufb1e\ufe00-\ufe0f\ufe20-\ufe2f\ufe33\ufe34\ufe4d-\ufe4f\uff10-\uff19\uff3f"; + +var nonASCIIidentifierStart = new RegExp("[" + nonASCIIidentifierStartChars + "]"); +var nonASCIIidentifier = new RegExp("[" + nonASCIIidentifierStartChars + nonASCIIidentifierChars + "]"); + +nonASCIIidentifierStartChars = nonASCIIidentifierChars = null; + +// These are a run-length and offset encoded representation of the +// >0xffff code points that are a valid part of identifiers. The +// offset starts at 0x10000, and each pair of numbers represents an +// offset to the next range, and then a size of the range. They were +// generated by bin/generate-identifier-regex.js + +// eslint-disable-next-line comma-spacing +var astralIdentifierStartCodes = [0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,157,310,10,21,11,7,153,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,477,28,11,0,9,21,190,52,76,44,33,24,27,35,30,0,12,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,54,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,86,26,230,43,117,63,32,0,257,0,11,39,8,0,22,0,12,39,3,3,20,0,35,56,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,270,921,103,110,18,195,2749,1070,4050,582,8634,568,8,30,114,29,19,47,17,3,32,20,6,18,689,63,129,68,12,0,67,12,65,1,31,6129,15,754,9486,286,82,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,4149,196,60,67,1213,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42710,42,4148,12,221,3,5761,15,7472,3104,541]; + +// eslint-disable-next-line comma-spacing +var astralIdentifierCodes = [509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,525,10,176,2,54,14,32,9,16,3,46,10,54,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,4,9,83,11,7,0,161,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,280,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,19306,9,135,4,60,6,26,9,1016,45,17,3,19723,1,5319,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,2214,6,110,6,6,9,792487,239]; + +// This has a complexity linear to the value of the code. The +// assumption is that looking up astral identifier characters is +// rare. +function isInAstralSet(code, set) { + var pos = 0x10000; + for (var i = 0; i < set.length; i += 2) { + pos += set[i]; + if (pos > code) { return false } + pos += set[i + 1]; + if (pos >= code) { return true } + } +} + +// Test whether a given character code starts an identifier. + +function isIdentifierStart(code, astral) { + if (code < 65) { return code === 36 } + if (code < 91) { return true } + if (code < 97) { return code === 95 } + if (code < 123) { return true } + if (code <= 0xffff) { return code >= 0xaa && nonASCIIidentifierStart.test(String.fromCharCode(code)) } + if (astral === false) { return false } + return isInAstralSet(code, astralIdentifierStartCodes) +} + +// Test whether a given character is part of an identifier. + +function isIdentifierChar(code, astral) { + if (code < 48) { return code === 36 } + if (code < 58) { return true } + if (code < 65) { return false } + if (code < 91) { return true } + if (code < 97) { return code === 95 } + if (code < 123) { return true } + if (code <= 0xffff) { return code >= 0xaa && nonASCIIidentifier.test(String.fromCharCode(code)) } + if (astral === false) { return false } + return isInAstralSet(code, astralIdentifierStartCodes) || isInAstralSet(code, astralIdentifierCodes) +} + +// ## Token types + +// The assignment of fine-grained, information-carrying type objects +// allows the tokenizer to store the information it has about a +// token in a way that is very cheap for the parser to look up. + +// All token type variables start with an underscore, to make them +// easy to recognize. + +// The `beforeExpr` property is used to disambiguate between regular +// expressions and divisions. It is set on all token types that can +// be followed by an expression (thus, a slash after them would be a +// regular expression). +// +// The `startsExpr` property is used to check if the token ends a +// `yield` expression. It is set on all token types that either can +// directly start an expression (like a quotation mark) or can +// continue an expression (like the body of a string). +// +// `isLoop` marks a keyword as starting a loop, which is important +// to know when parsing a label, in order to allow or disallow +// continue jumps to that label. + +var TokenType = function TokenType(label, conf) { + if ( conf === void 0 ) conf = {}; + + this.label = label; + this.keyword = conf.keyword; + this.beforeExpr = !!conf.beforeExpr; + this.startsExpr = !!conf.startsExpr; + this.isLoop = !!conf.isLoop; + this.isAssign = !!conf.isAssign; + this.prefix = !!conf.prefix; + this.postfix = !!conf.postfix; + this.binop = conf.binop || null; + this.updateContext = null; +}; + +function binop(name, prec) { + return new TokenType(name, {beforeExpr: true, binop: prec}) +} +var beforeExpr = {beforeExpr: true}; +var startsExpr = {startsExpr: true}; + +// Map keyword names to token types. + +var keywords$1 = {}; + +// Succinct definitions of keyword token types +function kw(name, options) { + if ( options === void 0 ) options = {}; + + options.keyword = name; + return keywords$1[name] = new TokenType(name, options) +} + +var types = { + num: new TokenType("num", startsExpr), + regexp: new TokenType("regexp", startsExpr), + string: new TokenType("string", startsExpr), + name: new TokenType("name", startsExpr), + eof: new TokenType("eof"), + + // Punctuation token types. + bracketL: new TokenType("[", {beforeExpr: true, startsExpr: true}), + bracketR: new TokenType("]"), + braceL: new TokenType("{", {beforeExpr: true, startsExpr: true}), + braceR: new TokenType("}"), + parenL: new TokenType("(", {beforeExpr: true, startsExpr: true}), + parenR: new TokenType(")"), + comma: new TokenType(",", beforeExpr), + semi: new TokenType(";", beforeExpr), + colon: new TokenType(":", beforeExpr), + dot: new TokenType("."), + question: new TokenType("?", beforeExpr), + arrow: new TokenType("=>", beforeExpr), + template: new TokenType("template"), + invalidTemplate: new TokenType("invalidTemplate"), + ellipsis: new TokenType("...", beforeExpr), + backQuote: new TokenType("`", startsExpr), + dollarBraceL: new TokenType("${", {beforeExpr: true, startsExpr: true}), + + // Operators. These carry several kinds of properties to help the + // parser use them properly (the presence of these properties is + // what categorizes them as operators). + // + // `binop`, when present, specifies that this operator is a binary + // operator, and will refer to its precedence. + // + // `prefix` and `postfix` mark the operator as a prefix or postfix + // unary operator. + // + // `isAssign` marks all of `=`, `+=`, `-=` etcetera, which act as + // binary operators with a very low precedence, that should result + // in AssignmentExpression nodes. + + eq: new TokenType("=", {beforeExpr: true, isAssign: true}), + assign: new TokenType("_=", {beforeExpr: true, isAssign: true}), + incDec: new TokenType("++/--", {prefix: true, postfix: true, startsExpr: true}), + prefix: new TokenType("!/~", {beforeExpr: true, prefix: true, startsExpr: true}), + logicalOR: binop("||", 1), + logicalAND: binop("&&", 2), + bitwiseOR: binop("|", 3), + bitwiseXOR: binop("^", 4), + bitwiseAND: binop("&", 5), + equality: binop("==/!=/===/!==", 6), + relational: binop("/<=/>=", 7), + bitShift: binop("<>/>>>", 8), + plusMin: new TokenType("+/-", {beforeExpr: true, binop: 9, prefix: true, startsExpr: true}), + modulo: binop("%", 10), + star: binop("*", 10), + slash: binop("/", 10), + starstar: new TokenType("**", {beforeExpr: true}), + + // Keyword token types. + _break: kw("break"), + _case: kw("case", beforeExpr), + _catch: kw("catch"), + _continue: kw("continue"), + _debugger: kw("debugger"), + _default: kw("default", beforeExpr), + _do: kw("do", {isLoop: true, beforeExpr: true}), + _else: kw("else", beforeExpr), + _finally: kw("finally"), + _for: kw("for", {isLoop: true}), + _function: kw("function", startsExpr), + _if: kw("if"), + _return: kw("return", beforeExpr), + _switch: kw("switch"), + _throw: kw("throw", beforeExpr), + _try: kw("try"), + _var: kw("var"), + _const: kw("const"), + _while: kw("while", {isLoop: true}), + _with: kw("with"), + _new: kw("new", {beforeExpr: true, startsExpr: true}), + _this: kw("this", startsExpr), + _super: kw("super", startsExpr), + _class: kw("class", startsExpr), + _extends: kw("extends", beforeExpr), + _export: kw("export"), + _import: kw("import"), + _null: kw("null", startsExpr), + _true: kw("true", startsExpr), + _false: kw("false", startsExpr), + _in: kw("in", {beforeExpr: true, binop: 7}), + _instanceof: kw("instanceof", {beforeExpr: true, binop: 7}), + _typeof: kw("typeof", {beforeExpr: true, prefix: true, startsExpr: true}), + _void: kw("void", {beforeExpr: true, prefix: true, startsExpr: true}), + _delete: kw("delete", {beforeExpr: true, prefix: true, startsExpr: true}) +}; + +// Matches a whole line break (where CRLF is considered a single +// line break). Used to count lines. + +var lineBreak = /\r\n?|\n|\u2028|\u2029/; +var lineBreakG = new RegExp(lineBreak.source, "g"); + +function isNewLine(code, ecma2019String) { + return code === 10 || code === 13 || (!ecma2019String && (code === 0x2028 || code === 0x2029)) +} + +var nonASCIIwhitespace = /[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/; + +var skipWhiteSpace = /(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g; + +var ref = Object.prototype; +var hasOwnProperty = ref.hasOwnProperty; +var toString = ref.toString; + +// Checks if an object has a property. + +function has(obj, propName) { + return hasOwnProperty.call(obj, propName) +} + +var isArray = Array.isArray || (function (obj) { return ( + toString.call(obj) === "[object Array]" +); }); + +// These are used when `options.locations` is on, for the +// `startLoc` and `endLoc` properties. + +var Position = function Position(line, col) { + this.line = line; + this.column = col; +}; + +Position.prototype.offset = function offset (n) { + return new Position(this.line, this.column + n) +}; + +var SourceLocation = function SourceLocation(p, start, end) { + this.start = start; + this.end = end; + if (p.sourceFile !== null) { this.source = p.sourceFile; } +}; + +// The `getLineInfo` function is mostly useful when the +// `locations` option is off (for performance reasons) and you +// want to find the line/column position for a given character +// offset. `input` should be the code string that the offset refers +// into. + +function getLineInfo(input, offset) { + for (var line = 1, cur = 0;;) { + lineBreakG.lastIndex = cur; + var match = lineBreakG.exec(input); + if (match && match.index < offset) { + ++line; + cur = match.index + match[0].length; + } else { + return new Position(line, offset - cur) + } + } +} + +// A second optional argument can be given to further configure +// the parser process. These options are recognized: + +var defaultOptions = { + // `ecmaVersion` indicates the ECMAScript version to parse. Must + // be either 3, 5, 6 (2015), 7 (2016), or 8 (2017). This influences support + // for strict mode, the set of reserved words, and support for + // new syntax features. The default is 7. + ecmaVersion: 7, + // `sourceType` indicates the mode the code should be parsed in. + // Can be either `"script"` or `"module"`. This influences global + // strict mode and parsing of `import` and `export` declarations. + sourceType: "script", + // `onInsertedSemicolon` can be a callback that will be called + // when a semicolon is automatically inserted. It will be passed + // th position of the comma as an offset, and if `locations` is + // enabled, it is given the location as a `{line, column}` object + // as second argument. + onInsertedSemicolon: null, + // `onTrailingComma` is similar to `onInsertedSemicolon`, but for + // trailing commas. + onTrailingComma: null, + // By default, reserved words are only enforced if ecmaVersion >= 5. + // Set `allowReserved` to a boolean value to explicitly turn this on + // an off. When this option has the value "never", reserved words + // and keywords can also not be used as property names. + allowReserved: null, + // When enabled, a return at the top level is not considered an + // error. + allowReturnOutsideFunction: false, + // When enabled, import/export statements are not constrained to + // appearing at the top of the program. + allowImportExportEverywhere: false, + // When enabled, await identifiers are allowed to appear at the top-level scope, + // but they are still not allowed in non-async functions. + allowAwaitOutsideFunction: false, + // When enabled, hashbang directive in the beginning of file + // is allowed and treated as a line comment. + allowHashBang: false, + // When `locations` is on, `loc` properties holding objects with + // `start` and `end` properties in `{line, column}` form (with + // line being 1-based and column 0-based) will be attached to the + // nodes. + locations: false, + // A function can be passed as `onToken` option, which will + // cause Acorn to call that function with object in the same + // format as tokens returned from `tokenizer().getToken()`. Note + // that you are not allowed to call the parser from the + // callback—that will corrupt its internal state. + onToken: null, + // A function can be passed as `onComment` option, which will + // cause Acorn to call that function with `(block, text, start, + // end)` parameters whenever a comment is skipped. `block` is a + // boolean indicating whether this is a block (`/* */`) comment, + // `text` is the content of the comment, and `start` and `end` are + // character offsets that denote the start and end of the comment. + // When the `locations` option is on, two more parameters are + // passed, the full `{line, column}` locations of the start and + // end of the comments. Note that you are not allowed to call the + // parser from the callback—that will corrupt its internal state. + onComment: null, + // Nodes have their start and end characters offsets recorded in + // `start` and `end` properties (directly on the node, rather than + // the `loc` object, which holds line/column data. To also add a + // [semi-standardized][range] `range` property holding a `[start, + // end]` array with the same numbers, set the `ranges` option to + // `true`. + // + // [range]: https://bugzilla.mozilla.org/show_bug.cgi?id=745678 + ranges: false, + // It is possible to parse multiple files into a single AST by + // passing the tree produced by parsing the first file as + // `program` option in subsequent parses. This will add the + // toplevel forms of the parsed file to the `Program` (top) node + // of an existing parse tree. + program: null, + // When `locations` is on, you can pass this to record the source + // file in every node's `loc` object. + sourceFile: null, + // This value, if given, is stored in every node, whether + // `locations` is on or off. + directSourceFile: null, + // When enabled, parenthesized expressions are represented by + // (non-standard) ParenthesizedExpression nodes + preserveParens: false, + plugins: {} +}; + +// Interpret and default an options object + +function getOptions(opts) { + var options = {}; + + for (var opt in defaultOptions) + { options[opt] = opts && has(opts, opt) ? opts[opt] : defaultOptions[opt]; } + + if (options.ecmaVersion >= 2015) + { options.ecmaVersion -= 2009; } + + if (options.allowReserved == null) + { options.allowReserved = options.ecmaVersion < 5; } + + if (isArray(options.onToken)) { + var tokens = options.onToken; + options.onToken = function (token) { return tokens.push(token); }; + } + if (isArray(options.onComment)) + { options.onComment = pushComment(options, options.onComment); } + + return options +} + +function pushComment(options, array) { + return function(block, text, start, end, startLoc, endLoc) { + var comment = { + type: block ? "Block" : "Line", + value: text, + start: start, + end: end + }; + if (options.locations) + { comment.loc = new SourceLocation(this, startLoc, endLoc); } + if (options.ranges) + { comment.range = [start, end]; } + array.push(comment); + } +} + +// Registered plugins +var plugins = {}; + +function keywordRegexp(words) { + return new RegExp("^(?:" + words.replace(/ /g, "|") + ")$") +} + +var Parser = function Parser(options, input, startPos) { + this.options = options = getOptions(options); + this.sourceFile = options.sourceFile; + this.keywords = keywordRegexp(keywords[options.ecmaVersion >= 6 ? 6 : 5]); + var reserved = ""; + if (!options.allowReserved) { + for (var v = options.ecmaVersion;; v--) + { if (reserved = reservedWords[v]) { break } } + if (options.sourceType === "module") { reserved += " await"; } + } + this.reservedWords = keywordRegexp(reserved); + var reservedStrict = (reserved ? reserved + " " : "") + reservedWords.strict; + this.reservedWordsStrict = keywordRegexp(reservedStrict); + this.reservedWordsStrictBind = keywordRegexp(reservedStrict + " " + reservedWords.strictBind); + this.input = String(input); + + // Used to signal to callers of `readWord1` whether the word + // contained any escape sequences. This is needed because words with + // escape sequences must not be interpreted as keywords. + this.containsEsc = false; + + // Load plugins + this.loadPlugins(options.plugins); + + // Set up token state + + // The current position of the tokenizer in the input. + if (startPos) { + this.pos = startPos; + this.lineStart = this.input.lastIndexOf("\n", startPos - 1) + 1; + this.curLine = this.input.slice(0, this.lineStart).split(lineBreak).length; + } else { + this.pos = this.lineStart = 0; + this.curLine = 1; + } + + // Properties of the current token: + // Its type + this.type = types.eof; + // For tokens that include more information than their type, the value + this.value = null; + // Its start and end offset + this.start = this.end = this.pos; + // And, if locations are used, the {line, column} object + // corresponding to those offsets + this.startLoc = this.endLoc = this.curPosition(); + + // Position information for the previous token + this.lastTokEndLoc = this.lastTokStartLoc = null; + this.lastTokStart = this.lastTokEnd = this.pos; + + // The context stack is used to superficially track syntactic + // context to predict whether a regular expression is allowed in a + // given position. + this.context = this.initialContext(); + this.exprAllowed = true; + + // Figure out if it's a module code. + this.inModule = options.sourceType === "module"; + this.strict = this.inModule || this.strictDirective(this.pos); + + // Used to signify the start of a potential arrow function + this.potentialArrowAt = -1; + + // Flags to track whether we are in a function, a generator, an async function. + this.inFunction = this.inGenerator = this.inAsync = false; + // Positions to delayed-check that yield/await does not exist in default parameters. + this.yieldPos = this.awaitPos = 0; + // Labels in scope. + this.labels = []; + + // If enabled, skip leading hashbang line. + if (this.pos === 0 && options.allowHashBang && this.input.slice(0, 2) === "#!") + { this.skipLineComment(2); } + + // Scope tracking for duplicate variable names (see scope.js) + this.scopeStack = []; + this.enterFunctionScope(); + + // For RegExp validation + this.regexpState = null; +}; + +// DEPRECATED Kept for backwards compatibility until 3.0 in case a plugin uses them +Parser.prototype.isKeyword = function isKeyword (word) { return this.keywords.test(word) }; +Parser.prototype.isReservedWord = function isReservedWord (word) { return this.reservedWords.test(word) }; + +Parser.prototype.extend = function extend (name, f) { + this[name] = f(this[name]); +}; + +Parser.prototype.loadPlugins = function loadPlugins (pluginConfigs) { + var this$1 = this; + + for (var name in pluginConfigs) { + var plugin = plugins[name]; + if (!plugin) { throw new Error("Plugin '" + name + "' not found") } + plugin(this$1, pluginConfigs[name]); + } +}; + +Parser.prototype.parse = function parse () { + var node = this.options.program || this.startNode(); + this.nextToken(); + return this.parseTopLevel(node) +}; + +var pp = Parser.prototype; + +// ## Parser utilities + +var literal = /^(?:'((?:\\.|[^'])*?)'|"((?:\\.|[^"])*?)"|;)/; +pp.strictDirective = function(start) { + var this$1 = this; + + for (;;) { + skipWhiteSpace.lastIndex = start; + start += skipWhiteSpace.exec(this$1.input)[0].length; + var match = literal.exec(this$1.input.slice(start)); + if (!match) { return false } + if ((match[1] || match[2]) === "use strict") { return true } + start += match[0].length; + } +}; + +// Predicate that tests whether the next token is of the given +// type, and if yes, consumes it as a side effect. + +pp.eat = function(type) { + if (this.type === type) { + this.next(); + return true + } else { + return false + } +}; + +// Tests whether parsed token is a contextual keyword. + +pp.isContextual = function(name) { + return this.type === types.name && this.value === name && !this.containsEsc +}; + +// Consumes contextual keyword if possible. + +pp.eatContextual = function(name) { + if (!this.isContextual(name)) { return false } + this.next(); + return true +}; + +// Asserts that following token is given contextual keyword. + +pp.expectContextual = function(name) { + if (!this.eatContextual(name)) { this.unexpected(); } +}; + +// Test whether a semicolon can be inserted at the current position. + +pp.canInsertSemicolon = function() { + return this.type === types.eof || + this.type === types.braceR || + lineBreak.test(this.input.slice(this.lastTokEnd, this.start)) +}; + +pp.insertSemicolon = function() { + if (this.canInsertSemicolon()) { + if (this.options.onInsertedSemicolon) + { this.options.onInsertedSemicolon(this.lastTokEnd, this.lastTokEndLoc); } + return true + } +}; + +// Consume a semicolon, or, failing that, see if we are allowed to +// pretend that there is a semicolon at this position. + +pp.semicolon = function() { + if (!this.eat(types.semi) && !this.insertSemicolon()) { this.unexpected(); } +}; + +pp.afterTrailingComma = function(tokType, notNext) { + if (this.type === tokType) { + if (this.options.onTrailingComma) + { this.options.onTrailingComma(this.lastTokStart, this.lastTokStartLoc); } + if (!notNext) + { this.next(); } + return true + } +}; + +// Expect a token of a given type. If found, consume it, otherwise, +// raise an unexpected token error. + +pp.expect = function(type) { + this.eat(type) || this.unexpected(); +}; + +// Raise an unexpected token error. + +pp.unexpected = function(pos) { + this.raise(pos != null ? pos : this.start, "Unexpected token"); +}; + +function DestructuringErrors() { + this.shorthandAssign = + this.trailingComma = + this.parenthesizedAssign = + this.parenthesizedBind = + this.doubleProto = + -1; +} + +pp.checkPatternErrors = function(refDestructuringErrors, isAssign) { + if (!refDestructuringErrors) { return } + if (refDestructuringErrors.trailingComma > -1) + { this.raiseRecoverable(refDestructuringErrors.trailingComma, "Comma is not permitted after the rest element"); } + var parens = isAssign ? refDestructuringErrors.parenthesizedAssign : refDestructuringErrors.parenthesizedBind; + if (parens > -1) { this.raiseRecoverable(parens, "Parenthesized pattern"); } +}; + +pp.checkExpressionErrors = function(refDestructuringErrors, andThrow) { + if (!refDestructuringErrors) { return false } + var shorthandAssign = refDestructuringErrors.shorthandAssign; + var doubleProto = refDestructuringErrors.doubleProto; + if (!andThrow) { return shorthandAssign >= 0 || doubleProto >= 0 } + if (shorthandAssign >= 0) + { this.raise(shorthandAssign, "Shorthand property assignments are valid only in destructuring patterns"); } + if (doubleProto >= 0) + { this.raiseRecoverable(doubleProto, "Redefinition of __proto__ property"); } +}; + +pp.checkYieldAwaitInDefaultParams = function() { + if (this.yieldPos && (!this.awaitPos || this.yieldPos < this.awaitPos)) + { this.raise(this.yieldPos, "Yield expression cannot be a default value"); } + if (this.awaitPos) + { this.raise(this.awaitPos, "Await expression cannot be a default value"); } +}; + +pp.isSimpleAssignTarget = function(expr) { + if (expr.type === "ParenthesizedExpression") + { return this.isSimpleAssignTarget(expr.expression) } + return expr.type === "Identifier" || expr.type === "MemberExpression" +}; + +var pp$1 = Parser.prototype; + +// ### Statement parsing + +// Parse a program. Initializes the parser, reads any number of +// statements, and wraps them in a Program node. Optionally takes a +// `program` argument. If present, the statements will be appended +// to its body instead of creating a new node. + +pp$1.parseTopLevel = function(node) { + var this$1 = this; + + var exports = {}; + if (!node.body) { node.body = []; } + while (this.type !== types.eof) { + var stmt = this$1.parseStatement(true, true, exports); + node.body.push(stmt); + } + this.adaptDirectivePrologue(node.body); + this.next(); + if (this.options.ecmaVersion >= 6) { + node.sourceType = this.options.sourceType; + } + return this.finishNode(node, "Program") +}; + +var loopLabel = {kind: "loop"}; +var switchLabel = {kind: "switch"}; + +pp$1.isLet = function() { + if (this.options.ecmaVersion < 6 || !this.isContextual("let")) { return false } + skipWhiteSpace.lastIndex = this.pos; + var skip = skipWhiteSpace.exec(this.input); + var next = this.pos + skip[0].length, nextCh = this.input.charCodeAt(next); + if (nextCh === 91 || nextCh === 123) { return true } // '{' and '[' + if (isIdentifierStart(nextCh, true)) { + var pos = next + 1; + while (isIdentifierChar(this.input.charCodeAt(pos), true)) { ++pos; } + var ident = this.input.slice(next, pos); + if (!keywordRelationalOperator.test(ident)) { return true } + } + return false +}; + +// check 'async [no LineTerminator here] function' +// - 'async /*foo*/ function' is OK. +// - 'async /*\n*/ function' is invalid. +pp$1.isAsyncFunction = function() { + if (this.options.ecmaVersion < 8 || !this.isContextual("async")) + { return false } + + skipWhiteSpace.lastIndex = this.pos; + var skip = skipWhiteSpace.exec(this.input); + var next = this.pos + skip[0].length; + return !lineBreak.test(this.input.slice(this.pos, next)) && + this.input.slice(next, next + 8) === "function" && + (next + 8 === this.input.length || !isIdentifierChar(this.input.charAt(next + 8))) +}; + +// Parse a single statement. +// +// If expecting a statement and finding a slash operator, parse a +// regular expression literal. This is to handle cases like +// `if (foo) /blah/.exec(foo)`, where looking at the previous token +// does not help. + +pp$1.parseStatement = function(declaration, topLevel, exports) { + var starttype = this.type, node = this.startNode(), kind; + + if (this.isLet()) { + starttype = types._var; + kind = "let"; + } + + // Most types of statements are recognized by the keyword they + // start with. Many are trivial to parse, some require a bit of + // complexity. + + switch (starttype) { + case types._break: case types._continue: return this.parseBreakContinueStatement(node, starttype.keyword) + case types._debugger: return this.parseDebuggerStatement(node) + case types._do: return this.parseDoStatement(node) + case types._for: return this.parseForStatement(node) + case types._function: + if (!declaration && this.options.ecmaVersion >= 6) { this.unexpected(); } + return this.parseFunctionStatement(node, false) + case types._class: + if (!declaration) { this.unexpected(); } + return this.parseClass(node, true) + case types._if: return this.parseIfStatement(node) + case types._return: return this.parseReturnStatement(node) + case types._switch: return this.parseSwitchStatement(node) + case types._throw: return this.parseThrowStatement(node) + case types._try: return this.parseTryStatement(node) + case types._const: case types._var: + kind = kind || this.value; + if (!declaration && kind !== "var") { this.unexpected(); } + return this.parseVarStatement(node, kind) + case types._while: return this.parseWhileStatement(node) + case types._with: return this.parseWithStatement(node) + case types.braceL: return this.parseBlock() + case types.semi: return this.parseEmptyStatement(node) + case types._export: + case types._import: + if (!this.options.allowImportExportEverywhere) { + if (!topLevel) + { this.raise(this.start, "'import' and 'export' may only appear at the top level"); } + if (!this.inModule) + { this.raise(this.start, "'import' and 'export' may appear only with 'sourceType: module'"); } + } + return starttype === types._import ? this.parseImport(node) : this.parseExport(node, exports) + + // If the statement does not start with a statement keyword or a + // brace, it's an ExpressionStatement or LabeledStatement. We + // simply start parsing an expression, and afterwards, if the + // next token is a colon and the expression was a simple + // Identifier node, we switch to interpreting it as a label. + default: + if (this.isAsyncFunction()) { + if (!declaration) { this.unexpected(); } + this.next(); + return this.parseFunctionStatement(node, true) + } + + var maybeName = this.value, expr = this.parseExpression(); + if (starttype === types.name && expr.type === "Identifier" && this.eat(types.colon)) + { return this.parseLabeledStatement(node, maybeName, expr) } + else { return this.parseExpressionStatement(node, expr) } + } +}; + +pp$1.parseBreakContinueStatement = function(node, keyword) { + var this$1 = this; + + var isBreak = keyword === "break"; + this.next(); + if (this.eat(types.semi) || this.insertSemicolon()) { node.label = null; } + else if (this.type !== types.name) { this.unexpected(); } + else { + node.label = this.parseIdent(); + this.semicolon(); + } + + // Verify that there is an actual destination to break or + // continue to. + var i = 0; + for (; i < this.labels.length; ++i) { + var lab = this$1.labels[i]; + if (node.label == null || lab.name === node.label.name) { + if (lab.kind != null && (isBreak || lab.kind === "loop")) { break } + if (node.label && isBreak) { break } + } + } + if (i === this.labels.length) { this.raise(node.start, "Unsyntactic " + keyword); } + return this.finishNode(node, isBreak ? "BreakStatement" : "ContinueStatement") +}; + +pp$1.parseDebuggerStatement = function(node) { + this.next(); + this.semicolon(); + return this.finishNode(node, "DebuggerStatement") +}; + +pp$1.parseDoStatement = function(node) { + this.next(); + this.labels.push(loopLabel); + node.body = this.parseStatement(false); + this.labels.pop(); + this.expect(types._while); + node.test = this.parseParenExpression(); + if (this.options.ecmaVersion >= 6) + { this.eat(types.semi); } + else + { this.semicolon(); } + return this.finishNode(node, "DoWhileStatement") +}; + +// Disambiguating between a `for` and a `for`/`in` or `for`/`of` +// loop is non-trivial. Basically, we have to parse the init `var` +// statement or expression, disallowing the `in` operator (see +// the second parameter to `parseExpression`), and then check +// whether the next token is `in` or `of`. When there is no init +// part (semicolon immediately after the opening parenthesis), it +// is a regular `for` loop. + +pp$1.parseForStatement = function(node) { + this.next(); + var awaitAt = (this.options.ecmaVersion >= 9 && (this.inAsync || (!this.inFunction && this.options.allowAwaitOutsideFunction)) && this.eatContextual("await")) ? this.lastTokStart : -1; + this.labels.push(loopLabel); + this.enterLexicalScope(); + this.expect(types.parenL); + if (this.type === types.semi) { + if (awaitAt > -1) { this.unexpected(awaitAt); } + return this.parseFor(node, null) + } + var isLet = this.isLet(); + if (this.type === types._var || this.type === types._const || isLet) { + var init$1 = this.startNode(), kind = isLet ? "let" : this.value; + this.next(); + this.parseVar(init$1, true, kind); + this.finishNode(init$1, "VariableDeclaration"); + if ((this.type === types._in || (this.options.ecmaVersion >= 6 && this.isContextual("of"))) && init$1.declarations.length === 1 && + !(kind !== "var" && init$1.declarations[0].init)) { + if (this.options.ecmaVersion >= 9) { + if (this.type === types._in) { + if (awaitAt > -1) { this.unexpected(awaitAt); } + } else { node.await = awaitAt > -1; } + } + return this.parseForIn(node, init$1) + } + if (awaitAt > -1) { this.unexpected(awaitAt); } + return this.parseFor(node, init$1) + } + var refDestructuringErrors = new DestructuringErrors; + var init = this.parseExpression(true, refDestructuringErrors); + if (this.type === types._in || (this.options.ecmaVersion >= 6 && this.isContextual("of"))) { + if (this.options.ecmaVersion >= 9) { + if (this.type === types._in) { + if (awaitAt > -1) { this.unexpected(awaitAt); } + } else { node.await = awaitAt > -1; } + } + this.toAssignable(init, false, refDestructuringErrors); + this.checkLVal(init); + return this.parseForIn(node, init) + } else { + this.checkExpressionErrors(refDestructuringErrors, true); + } + if (awaitAt > -1) { this.unexpected(awaitAt); } + return this.parseFor(node, init) +}; + +pp$1.parseFunctionStatement = function(node, isAsync) { + this.next(); + return this.parseFunction(node, true, false, isAsync) +}; + +pp$1.parseIfStatement = function(node) { + this.next(); + node.test = this.parseParenExpression(); + // allow function declarations in branches, but only in non-strict mode + node.consequent = this.parseStatement(!this.strict && this.type === types._function); + node.alternate = this.eat(types._else) ? this.parseStatement(!this.strict && this.type === types._function) : null; + return this.finishNode(node, "IfStatement") +}; + +pp$1.parseReturnStatement = function(node) { + if (!this.inFunction && !this.options.allowReturnOutsideFunction) + { this.raise(this.start, "'return' outside of function"); } + this.next(); + + // In `return` (and `break`/`continue`), the keywords with + // optional arguments, we eagerly look for a semicolon or the + // possibility to insert one. + + if (this.eat(types.semi) || this.insertSemicolon()) { node.argument = null; } + else { node.argument = this.parseExpression(); this.semicolon(); } + return this.finishNode(node, "ReturnStatement") +}; + +pp$1.parseSwitchStatement = function(node) { + var this$1 = this; + + this.next(); + node.discriminant = this.parseParenExpression(); + node.cases = []; + this.expect(types.braceL); + this.labels.push(switchLabel); + this.enterLexicalScope(); + + // Statements under must be grouped (by label) in SwitchCase + // nodes. `cur` is used to keep the node that we are currently + // adding statements to. + + var cur; + for (var sawDefault = false; this.type !== types.braceR;) { + if (this$1.type === types._case || this$1.type === types._default) { + var isCase = this$1.type === types._case; + if (cur) { this$1.finishNode(cur, "SwitchCase"); } + node.cases.push(cur = this$1.startNode()); + cur.consequent = []; + this$1.next(); + if (isCase) { + cur.test = this$1.parseExpression(); + } else { + if (sawDefault) { this$1.raiseRecoverable(this$1.lastTokStart, "Multiple default clauses"); } + sawDefault = true; + cur.test = null; + } + this$1.expect(types.colon); + } else { + if (!cur) { this$1.unexpected(); } + cur.consequent.push(this$1.parseStatement(true)); + } + } + this.exitLexicalScope(); + if (cur) { this.finishNode(cur, "SwitchCase"); } + this.next(); // Closing brace + this.labels.pop(); + return this.finishNode(node, "SwitchStatement") +}; + +pp$1.parseThrowStatement = function(node) { + this.next(); + if (lineBreak.test(this.input.slice(this.lastTokEnd, this.start))) + { this.raise(this.lastTokEnd, "Illegal newline after throw"); } + node.argument = this.parseExpression(); + this.semicolon(); + return this.finishNode(node, "ThrowStatement") +}; + +// Reused empty array added for node fields that are always empty. + +var empty = []; + +pp$1.parseTryStatement = function(node) { + this.next(); + node.block = this.parseBlock(); + node.handler = null; + if (this.type === types._catch) { + var clause = this.startNode(); + this.next(); + if (this.eat(types.parenL)) { + clause.param = this.parseBindingAtom(); + this.enterLexicalScope(); + this.checkLVal(clause.param, "let"); + this.expect(types.parenR); + } else { + if (this.options.ecmaVersion < 10) { this.unexpected(); } + clause.param = null; + this.enterLexicalScope(); + } + clause.body = this.parseBlock(false); + this.exitLexicalScope(); + node.handler = this.finishNode(clause, "CatchClause"); + } + node.finalizer = this.eat(types._finally) ? this.parseBlock() : null; + if (!node.handler && !node.finalizer) + { this.raise(node.start, "Missing catch or finally clause"); } + return this.finishNode(node, "TryStatement") +}; + +pp$1.parseVarStatement = function(node, kind) { + this.next(); + this.parseVar(node, false, kind); + this.semicolon(); + return this.finishNode(node, "VariableDeclaration") +}; + +pp$1.parseWhileStatement = function(node) { + this.next(); + node.test = this.parseParenExpression(); + this.labels.push(loopLabel); + node.body = this.parseStatement(false); + this.labels.pop(); + return this.finishNode(node, "WhileStatement") +}; + +pp$1.parseWithStatement = function(node) { + if (this.strict) { this.raise(this.start, "'with' in strict mode"); } + this.next(); + node.object = this.parseParenExpression(); + node.body = this.parseStatement(false); + return this.finishNode(node, "WithStatement") +}; + +pp$1.parseEmptyStatement = function(node) { + this.next(); + return this.finishNode(node, "EmptyStatement") +}; + +pp$1.parseLabeledStatement = function(node, maybeName, expr) { + var this$1 = this; + + for (var i$1 = 0, list = this$1.labels; i$1 < list.length; i$1 += 1) + { + var label = list[i$1]; + + if (label.name === maybeName) + { this$1.raise(expr.start, "Label '" + maybeName + "' is already declared"); + } } + var kind = this.type.isLoop ? "loop" : this.type === types._switch ? "switch" : null; + for (var i = this.labels.length - 1; i >= 0; i--) { + var label$1 = this$1.labels[i]; + if (label$1.statementStart === node.start) { + // Update information about previous labels on this node + label$1.statementStart = this$1.start; + label$1.kind = kind; + } else { break } + } + this.labels.push({name: maybeName, kind: kind, statementStart: this.start}); + node.body = this.parseStatement(true); + if (node.body.type === "ClassDeclaration" || + node.body.type === "VariableDeclaration" && node.body.kind !== "var" || + node.body.type === "FunctionDeclaration" && (this.strict || node.body.generator || node.body.async)) + { this.raiseRecoverable(node.body.start, "Invalid labeled declaration"); } + this.labels.pop(); + node.label = expr; + return this.finishNode(node, "LabeledStatement") +}; + +pp$1.parseExpressionStatement = function(node, expr) { + node.expression = expr; + this.semicolon(); + return this.finishNode(node, "ExpressionStatement") +}; + +// Parse a semicolon-enclosed block of statements, handling `"use +// strict"` declarations when `allowStrict` is true (used for +// function bodies). + +pp$1.parseBlock = function(createNewLexicalScope) { + var this$1 = this; + if ( createNewLexicalScope === void 0 ) createNewLexicalScope = true; + + var node = this.startNode(); + node.body = []; + this.expect(types.braceL); + if (createNewLexicalScope) { + this.enterLexicalScope(); + } + while (!this.eat(types.braceR)) { + var stmt = this$1.parseStatement(true); + node.body.push(stmt); + } + if (createNewLexicalScope) { + this.exitLexicalScope(); + } + return this.finishNode(node, "BlockStatement") +}; + +// Parse a regular `for` loop. The disambiguation code in +// `parseStatement` will already have parsed the init statement or +// expression. + +pp$1.parseFor = function(node, init) { + node.init = init; + this.expect(types.semi); + node.test = this.type === types.semi ? null : this.parseExpression(); + this.expect(types.semi); + node.update = this.type === types.parenR ? null : this.parseExpression(); + this.expect(types.parenR); + this.exitLexicalScope(); + node.body = this.parseStatement(false); + this.labels.pop(); + return this.finishNode(node, "ForStatement") +}; + +// Parse a `for`/`in` and `for`/`of` loop, which are almost +// same from parser's perspective. + +pp$1.parseForIn = function(node, init) { + var type = this.type === types._in ? "ForInStatement" : "ForOfStatement"; + this.next(); + if (type === "ForInStatement") { + if (init.type === "AssignmentPattern" || + (init.type === "VariableDeclaration" && init.declarations[0].init != null && + (this.strict || init.declarations[0].id.type !== "Identifier"))) + { this.raise(init.start, "Invalid assignment in for-in loop head"); } + } + node.left = init; + node.right = type === "ForInStatement" ? this.parseExpression() : this.parseMaybeAssign(); + this.expect(types.parenR); + this.exitLexicalScope(); + node.body = this.parseStatement(false); + this.labels.pop(); + return this.finishNode(node, type) +}; + +// Parse a list of variable declarations. + +pp$1.parseVar = function(node, isFor, kind) { + var this$1 = this; + + node.declarations = []; + node.kind = kind; + for (;;) { + var decl = this$1.startNode(); + this$1.parseVarId(decl, kind); + if (this$1.eat(types.eq)) { + decl.init = this$1.parseMaybeAssign(isFor); + } else if (kind === "const" && !(this$1.type === types._in || (this$1.options.ecmaVersion >= 6 && this$1.isContextual("of")))) { + this$1.unexpected(); + } else if (decl.id.type !== "Identifier" && !(isFor && (this$1.type === types._in || this$1.isContextual("of")))) { + this$1.raise(this$1.lastTokEnd, "Complex binding patterns require an initialization value"); + } else { + decl.init = null; + } + node.declarations.push(this$1.finishNode(decl, "VariableDeclarator")); + if (!this$1.eat(types.comma)) { break } + } + return node +}; + +pp$1.parseVarId = function(decl, kind) { + decl.id = this.parseBindingAtom(kind); + this.checkLVal(decl.id, kind, false); +}; + +// Parse a function declaration or literal (depending on the +// `isStatement` parameter). + +pp$1.parseFunction = function(node, isStatement, allowExpressionBody, isAsync) { + this.initFunction(node); + if (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !isAsync) + { node.generator = this.eat(types.star); } + if (this.options.ecmaVersion >= 8) + { node.async = !!isAsync; } + + if (isStatement) { + node.id = isStatement === "nullableID" && this.type !== types.name ? null : this.parseIdent(); + if (node.id) { + this.checkLVal(node.id, this.inModule && !this.inFunction ? "let" : "var"); + } + } + + var oldInGen = this.inGenerator, oldInAsync = this.inAsync, + oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldInFunc = this.inFunction; + this.inGenerator = node.generator; + this.inAsync = node.async; + this.yieldPos = 0; + this.awaitPos = 0; + this.inFunction = true; + this.enterFunctionScope(); + + if (!isStatement) + { node.id = this.type === types.name ? this.parseIdent() : null; } + + this.parseFunctionParams(node); + this.parseFunctionBody(node, allowExpressionBody); + + this.inGenerator = oldInGen; + this.inAsync = oldInAsync; + this.yieldPos = oldYieldPos; + this.awaitPos = oldAwaitPos; + this.inFunction = oldInFunc; + return this.finishNode(node, isStatement ? "FunctionDeclaration" : "FunctionExpression") +}; + +pp$1.parseFunctionParams = function(node) { + this.expect(types.parenL); + node.params = this.parseBindingList(types.parenR, false, this.options.ecmaVersion >= 8); + this.checkYieldAwaitInDefaultParams(); +}; + +// Parse a class declaration or literal (depending on the +// `isStatement` parameter). + +pp$1.parseClass = function(node, isStatement) { + var this$1 = this; + + this.next(); + + this.parseClassId(node, isStatement); + this.parseClassSuper(node); + var classBody = this.startNode(); + var hadConstructor = false; + classBody.body = []; + this.expect(types.braceL); + while (!this.eat(types.braceR)) { + var member = this$1.parseClassMember(classBody); + if (member && member.type === "MethodDefinition" && member.kind === "constructor") { + if (hadConstructor) { this$1.raise(member.start, "Duplicate constructor in the same class"); } + hadConstructor = true; + } + } + node.body = this.finishNode(classBody, "ClassBody"); + return this.finishNode(node, isStatement ? "ClassDeclaration" : "ClassExpression") +}; + +pp$1.parseClassMember = function(classBody) { + var this$1 = this; + + if (this.eat(types.semi)) { return null } + + var method = this.startNode(); + var tryContextual = function (k, noLineBreak) { + if ( noLineBreak === void 0 ) noLineBreak = false; + + var start = this$1.start, startLoc = this$1.startLoc; + if (!this$1.eatContextual(k)) { return false } + if (this$1.type !== types.parenL && (!noLineBreak || !this$1.canInsertSemicolon())) { return true } + if (method.key) { this$1.unexpected(); } + method.computed = false; + method.key = this$1.startNodeAt(start, startLoc); + method.key.name = k; + this$1.finishNode(method.key, "Identifier"); + return false + }; + + method.kind = "method"; + method.static = tryContextual("static"); + var isGenerator = this.eat(types.star); + var isAsync = false; + if (!isGenerator) { + if (this.options.ecmaVersion >= 8 && tryContextual("async", true)) { + isAsync = true; + isGenerator = this.options.ecmaVersion >= 9 && this.eat(types.star); + } else if (tryContextual("get")) { + method.kind = "get"; + } else if (tryContextual("set")) { + method.kind = "set"; + } + } + if (!method.key) { this.parsePropertyName(method); } + var key = method.key; + if (!method.computed && !method.static && (key.type === "Identifier" && key.name === "constructor" || + key.type === "Literal" && key.value === "constructor")) { + if (method.kind !== "method") { this.raise(key.start, "Constructor can't have get/set modifier"); } + if (isGenerator) { this.raise(key.start, "Constructor can't be a generator"); } + if (isAsync) { this.raise(key.start, "Constructor can't be an async method"); } + method.kind = "constructor"; + } else if (method.static && key.type === "Identifier" && key.name === "prototype") { + this.raise(key.start, "Classes may not have a static property named prototype"); + } + this.parseClassMethod(classBody, method, isGenerator, isAsync); + if (method.kind === "get" && method.value.params.length !== 0) + { this.raiseRecoverable(method.value.start, "getter should have no params"); } + if (method.kind === "set" && method.value.params.length !== 1) + { this.raiseRecoverable(method.value.start, "setter should have exactly one param"); } + if (method.kind === "set" && method.value.params[0].type === "RestElement") + { this.raiseRecoverable(method.value.params[0].start, "Setter cannot use rest params"); } + return method +}; + +pp$1.parseClassMethod = function(classBody, method, isGenerator, isAsync) { + method.value = this.parseMethod(isGenerator, isAsync); + classBody.body.push(this.finishNode(method, "MethodDefinition")); +}; + +pp$1.parseClassId = function(node, isStatement) { + node.id = this.type === types.name ? this.parseIdent() : isStatement === true ? this.unexpected() : null; +}; + +pp$1.parseClassSuper = function(node) { + node.superClass = this.eat(types._extends) ? this.parseExprSubscripts() : null; +}; + +// Parses module export declaration. + +pp$1.parseExport = function(node, exports) { + var this$1 = this; + + this.next(); + // export * from '...' + if (this.eat(types.star)) { + this.expectContextual("from"); + if (this.type !== types.string) { this.unexpected(); } + node.source = this.parseExprAtom(); + this.semicolon(); + return this.finishNode(node, "ExportAllDeclaration") + } + if (this.eat(types._default)) { // export default ... + this.checkExport(exports, "default", this.lastTokStart); + var isAsync; + if (this.type === types._function || (isAsync = this.isAsyncFunction())) { + var fNode = this.startNode(); + this.next(); + if (isAsync) { this.next(); } + node.declaration = this.parseFunction(fNode, "nullableID", false, isAsync); + } else if (this.type === types._class) { + var cNode = this.startNode(); + node.declaration = this.parseClass(cNode, "nullableID"); + } else { + node.declaration = this.parseMaybeAssign(); + this.semicolon(); + } + return this.finishNode(node, "ExportDefaultDeclaration") + } + // export var|const|let|function|class ... + if (this.shouldParseExportStatement()) { + node.declaration = this.parseStatement(true); + if (node.declaration.type === "VariableDeclaration") + { this.checkVariableExport(exports, node.declaration.declarations); } + else + { this.checkExport(exports, node.declaration.id.name, node.declaration.id.start); } + node.specifiers = []; + node.source = null; + } else { // export { x, y as z } [from '...'] + node.declaration = null; + node.specifiers = this.parseExportSpecifiers(exports); + if (this.eatContextual("from")) { + if (this.type !== types.string) { this.unexpected(); } + node.source = this.parseExprAtom(); + } else { + // check for keywords used as local names + for (var i = 0, list = node.specifiers; i < list.length; i += 1) { + var spec = list[i]; + + this$1.checkUnreserved(spec.local); + } + + node.source = null; + } + this.semicolon(); + } + return this.finishNode(node, "ExportNamedDeclaration") +}; + +pp$1.checkExport = function(exports, name, pos) { + if (!exports) { return } + if (has(exports, name)) + { this.raiseRecoverable(pos, "Duplicate export '" + name + "'"); } + exports[name] = true; +}; + +pp$1.checkPatternExport = function(exports, pat) { + var this$1 = this; + + var type = pat.type; + if (type === "Identifier") + { this.checkExport(exports, pat.name, pat.start); } + else if (type === "ObjectPattern") + { for (var i = 0, list = pat.properties; i < list.length; i += 1) + { + var prop = list[i]; + + this$1.checkPatternExport(exports, prop); + } } + else if (type === "ArrayPattern") + { for (var i$1 = 0, list$1 = pat.elements; i$1 < list$1.length; i$1 += 1) { + var elt = list$1[i$1]; + + if (elt) { this$1.checkPatternExport(exports, elt); } + } } + else if (type === "Property") + { this.checkPatternExport(exports, pat.value); } + else if (type === "AssignmentPattern") + { this.checkPatternExport(exports, pat.left); } + else if (type === "RestElement") + { this.checkPatternExport(exports, pat.argument); } + else if (type === "ParenthesizedExpression") + { this.checkPatternExport(exports, pat.expression); } +}; + +pp$1.checkVariableExport = function(exports, decls) { + var this$1 = this; + + if (!exports) { return } + for (var i = 0, list = decls; i < list.length; i += 1) + { + var decl = list[i]; + + this$1.checkPatternExport(exports, decl.id); + } +}; + +pp$1.shouldParseExportStatement = function() { + return this.type.keyword === "var" || + this.type.keyword === "const" || + this.type.keyword === "class" || + this.type.keyword === "function" || + this.isLet() || + this.isAsyncFunction() +}; + +// Parses a comma-separated list of module exports. + +pp$1.parseExportSpecifiers = function(exports) { + var this$1 = this; + + var nodes = [], first = true; + // export { x, y as z } [from '...'] + this.expect(types.braceL); + while (!this.eat(types.braceR)) { + if (!first) { + this$1.expect(types.comma); + if (this$1.afterTrailingComma(types.braceR)) { break } + } else { first = false; } + + var node = this$1.startNode(); + node.local = this$1.parseIdent(true); + node.exported = this$1.eatContextual("as") ? this$1.parseIdent(true) : node.local; + this$1.checkExport(exports, node.exported.name, node.exported.start); + nodes.push(this$1.finishNode(node, "ExportSpecifier")); + } + return nodes +}; + +// Parses import declaration. + +pp$1.parseImport = function(node) { + this.next(); + // import '...' + if (this.type === types.string) { + node.specifiers = empty; + node.source = this.parseExprAtom(); + } else { + node.specifiers = this.parseImportSpecifiers(); + this.expectContextual("from"); + node.source = this.type === types.string ? this.parseExprAtom() : this.unexpected(); + } + this.semicolon(); + return this.finishNode(node, "ImportDeclaration") +}; + +// Parses a comma-separated list of module imports. + +pp$1.parseImportSpecifiers = function() { + var this$1 = this; + + var nodes = [], first = true; + if (this.type === types.name) { + // import defaultObj, { x, y as z } from '...' + var node = this.startNode(); + node.local = this.parseIdent(); + this.checkLVal(node.local, "let"); + nodes.push(this.finishNode(node, "ImportDefaultSpecifier")); + if (!this.eat(types.comma)) { return nodes } + } + if (this.type === types.star) { + var node$1 = this.startNode(); + this.next(); + this.expectContextual("as"); + node$1.local = this.parseIdent(); + this.checkLVal(node$1.local, "let"); + nodes.push(this.finishNode(node$1, "ImportNamespaceSpecifier")); + return nodes + } + this.expect(types.braceL); + while (!this.eat(types.braceR)) { + if (!first) { + this$1.expect(types.comma); + if (this$1.afterTrailingComma(types.braceR)) { break } + } else { first = false; } + + var node$2 = this$1.startNode(); + node$2.imported = this$1.parseIdent(true); + if (this$1.eatContextual("as")) { + node$2.local = this$1.parseIdent(); + } else { + this$1.checkUnreserved(node$2.imported); + node$2.local = node$2.imported; + } + this$1.checkLVal(node$2.local, "let"); + nodes.push(this$1.finishNode(node$2, "ImportSpecifier")); + } + return nodes +}; + +// Set `ExpressionStatement#directive` property for directive prologues. +pp$1.adaptDirectivePrologue = function(statements) { + for (var i = 0; i < statements.length && this.isDirectiveCandidate(statements[i]); ++i) { + statements[i].directive = statements[i].expression.raw.slice(1, -1); + } +}; +pp$1.isDirectiveCandidate = function(statement) { + return ( + statement.type === "ExpressionStatement" && + statement.expression.type === "Literal" && + typeof statement.expression.value === "string" && + // Reject parenthesized strings. + (this.input[statement.start] === "\"" || this.input[statement.start] === "'") + ) +}; + +var pp$2 = Parser.prototype; + +// Convert existing expression atom to assignable pattern +// if possible. + +pp$2.toAssignable = function(node, isBinding, refDestructuringErrors) { + var this$1 = this; + + if (this.options.ecmaVersion >= 6 && node) { + switch (node.type) { + case "Identifier": + if (this.inAsync && node.name === "await") + { this.raise(node.start, "Can not use 'await' as identifier inside an async function"); } + break + + case "ObjectPattern": + case "ArrayPattern": + case "RestElement": + break + + case "ObjectExpression": + node.type = "ObjectPattern"; + if (refDestructuringErrors) { this.checkPatternErrors(refDestructuringErrors, true); } + for (var i = 0, list = node.properties; i < list.length; i += 1) { + var prop = list[i]; + + this$1.toAssignable(prop, isBinding); + // Early error: + // AssignmentRestProperty[Yield, Await] : + // `...` DestructuringAssignmentTarget[Yield, Await] + // + // It is a Syntax Error if |DestructuringAssignmentTarget| is an |ArrayLiteral| or an |ObjectLiteral|. + if ( + prop.type === "RestElement" && + (prop.argument.type === "ArrayPattern" || prop.argument.type === "ObjectPattern") + ) { + this$1.raise(prop.argument.start, "Unexpected token"); + } + } + break + + case "Property": + // AssignmentProperty has type === "Property" + if (node.kind !== "init") { this.raise(node.key.start, "Object pattern can't contain getter or setter"); } + this.toAssignable(node.value, isBinding); + break + + case "ArrayExpression": + node.type = "ArrayPattern"; + if (refDestructuringErrors) { this.checkPatternErrors(refDestructuringErrors, true); } + this.toAssignableList(node.elements, isBinding); + break + + case "SpreadElement": + node.type = "RestElement"; + this.toAssignable(node.argument, isBinding); + if (node.argument.type === "AssignmentPattern") + { this.raise(node.argument.start, "Rest elements cannot have a default value"); } + break + + case "AssignmentExpression": + if (node.operator !== "=") { this.raise(node.left.end, "Only '=' operator can be used for specifying default value."); } + node.type = "AssignmentPattern"; + delete node.operator; + this.toAssignable(node.left, isBinding); + // falls through to AssignmentPattern + + case "AssignmentPattern": + break + + case "ParenthesizedExpression": + this.toAssignable(node.expression, isBinding); + break + + case "MemberExpression": + if (!isBinding) { break } + + default: + this.raise(node.start, "Assigning to rvalue"); + } + } else if (refDestructuringErrors) { this.checkPatternErrors(refDestructuringErrors, true); } + return node +}; + +// Convert list of expression atoms to binding list. + +pp$2.toAssignableList = function(exprList, isBinding) { + var this$1 = this; + + var end = exprList.length; + for (var i = 0; i < end; i++) { + var elt = exprList[i]; + if (elt) { this$1.toAssignable(elt, isBinding); } + } + if (end) { + var last = exprList[end - 1]; + if (this.options.ecmaVersion === 6 && isBinding && last && last.type === "RestElement" && last.argument.type !== "Identifier") + { this.unexpected(last.argument.start); } + } + return exprList +}; + +// Parses spread element. + +pp$2.parseSpread = function(refDestructuringErrors) { + var node = this.startNode(); + this.next(); + node.argument = this.parseMaybeAssign(false, refDestructuringErrors); + return this.finishNode(node, "SpreadElement") +}; + +pp$2.parseRestBinding = function() { + var node = this.startNode(); + this.next(); + + // RestElement inside of a function parameter must be an identifier + if (this.options.ecmaVersion === 6 && this.type !== types.name) + { this.unexpected(); } + + node.argument = this.parseBindingAtom(); + + return this.finishNode(node, "RestElement") +}; + +// Parses lvalue (assignable) atom. + +pp$2.parseBindingAtom = function() { + if (this.options.ecmaVersion >= 6) { + switch (this.type) { + case types.bracketL: + var node = this.startNode(); + this.next(); + node.elements = this.parseBindingList(types.bracketR, true, true); + return this.finishNode(node, "ArrayPattern") + + case types.braceL: + return this.parseObj(true) + } + } + return this.parseIdent() +}; + +pp$2.parseBindingList = function(close, allowEmpty, allowTrailingComma) { + var this$1 = this; + + var elts = [], first = true; + while (!this.eat(close)) { + if (first) { first = false; } + else { this$1.expect(types.comma); } + if (allowEmpty && this$1.type === types.comma) { + elts.push(null); + } else if (allowTrailingComma && this$1.afterTrailingComma(close)) { + break + } else if (this$1.type === types.ellipsis) { + var rest = this$1.parseRestBinding(); + this$1.parseBindingListItem(rest); + elts.push(rest); + if (this$1.type === types.comma) { this$1.raise(this$1.start, "Comma is not permitted after the rest element"); } + this$1.expect(close); + break + } else { + var elem = this$1.parseMaybeDefault(this$1.start, this$1.startLoc); + this$1.parseBindingListItem(elem); + elts.push(elem); + } + } + return elts +}; + +pp$2.parseBindingListItem = function(param) { + return param +}; + +// Parses assignment pattern around given atom if possible. + +pp$2.parseMaybeDefault = function(startPos, startLoc, left) { + left = left || this.parseBindingAtom(); + if (this.options.ecmaVersion < 6 || !this.eat(types.eq)) { return left } + var node = this.startNodeAt(startPos, startLoc); + node.left = left; + node.right = this.parseMaybeAssign(); + return this.finishNode(node, "AssignmentPattern") +}; + +// Verify that a node is an lval — something that can be assigned +// to. +// bindingType can be either: +// 'var' indicating that the lval creates a 'var' binding +// 'let' indicating that the lval creates a lexical ('let' or 'const') binding +// 'none' indicating that the binding should be checked for illegal identifiers, but not for duplicate references + +pp$2.checkLVal = function(expr, bindingType, checkClashes) { + var this$1 = this; + + switch (expr.type) { + case "Identifier": + if (this.strict && this.reservedWordsStrictBind.test(expr.name)) + { this.raiseRecoverable(expr.start, (bindingType ? "Binding " : "Assigning to ") + expr.name + " in strict mode"); } + if (checkClashes) { + if (has(checkClashes, expr.name)) + { this.raiseRecoverable(expr.start, "Argument name clash"); } + checkClashes[expr.name] = true; + } + if (bindingType && bindingType !== "none") { + if ( + bindingType === "var" && !this.canDeclareVarName(expr.name) || + bindingType !== "var" && !this.canDeclareLexicalName(expr.name) + ) { + this.raiseRecoverable(expr.start, ("Identifier '" + (expr.name) + "' has already been declared")); + } + if (bindingType === "var") { + this.declareVarName(expr.name); + } else { + this.declareLexicalName(expr.name); + } + } + break + + case "MemberExpression": + if (bindingType) { this.raiseRecoverable(expr.start, "Binding member expression"); } + break + + case "ObjectPattern": + for (var i = 0, list = expr.properties; i < list.length; i += 1) + { + var prop = list[i]; + + this$1.checkLVal(prop, bindingType, checkClashes); + } + break + + case "Property": + // AssignmentProperty has type === "Property" + this.checkLVal(expr.value, bindingType, checkClashes); + break + + case "ArrayPattern": + for (var i$1 = 0, list$1 = expr.elements; i$1 < list$1.length; i$1 += 1) { + var elem = list$1[i$1]; + + if (elem) { this$1.checkLVal(elem, bindingType, checkClashes); } + } + break + + case "AssignmentPattern": + this.checkLVal(expr.left, bindingType, checkClashes); + break + + case "RestElement": + this.checkLVal(expr.argument, bindingType, checkClashes); + break + + case "ParenthesizedExpression": + this.checkLVal(expr.expression, bindingType, checkClashes); + break + + default: + this.raise(expr.start, (bindingType ? "Binding" : "Assigning to") + " rvalue"); + } +}; + +// A recursive descent parser operates by defining functions for all +// syntactic elements, and recursively calling those, each function +// advancing the input stream and returning an AST node. Precedence +// of constructs (for example, the fact that `!x[1]` means `!(x[1])` +// instead of `(!x)[1]` is handled by the fact that the parser +// function that parses unary prefix operators is called first, and +// in turn calls the function that parses `[]` subscripts — that +// way, it'll receive the node for `x[1]` already parsed, and wraps +// *that* in the unary operator node. +// +// Acorn uses an [operator precedence parser][opp] to handle binary +// operator precedence, because it is much more compact than using +// the technique outlined above, which uses different, nesting +// functions to specify precedence, for all of the ten binary +// precedence levels that JavaScript defines. +// +// [opp]: http://en.wikipedia.org/wiki/Operator-precedence_parser + +var pp$3 = Parser.prototype; + +// Check if property name clashes with already added. +// Object/class getters and setters are not allowed to clash — +// either with each other or with an init property — and in +// strict mode, init properties are also not allowed to be repeated. + +pp$3.checkPropClash = function(prop, propHash, refDestructuringErrors) { + if (this.options.ecmaVersion >= 9 && prop.type === "SpreadElement") + { return } + if (this.options.ecmaVersion >= 6 && (prop.computed || prop.method || prop.shorthand)) + { return } + var key = prop.key; + var name; + switch (key.type) { + case "Identifier": name = key.name; break + case "Literal": name = String(key.value); break + default: return + } + var kind = prop.kind; + if (this.options.ecmaVersion >= 6) { + if (name === "__proto__" && kind === "init") { + if (propHash.proto) { + if (refDestructuringErrors && refDestructuringErrors.doubleProto < 0) { refDestructuringErrors.doubleProto = key.start; } + // Backwards-compat kludge. Can be removed in version 6.0 + else { this.raiseRecoverable(key.start, "Redefinition of __proto__ property"); } + } + propHash.proto = true; + } + return + } + name = "$" + name; + var other = propHash[name]; + if (other) { + var redefinition; + if (kind === "init") { + redefinition = this.strict && other.init || other.get || other.set; + } else { + redefinition = other.init || other[kind]; + } + if (redefinition) + { this.raiseRecoverable(key.start, "Redefinition of property"); } + } else { + other = propHash[name] = { + init: false, + get: false, + set: false + }; + } + other[kind] = true; +}; + +// ### Expression parsing + +// These nest, from the most general expression type at the top to +// 'atomic', nondivisible expression types at the bottom. Most of +// the functions will simply let the function(s) below them parse, +// and, *if* the syntactic construct they handle is present, wrap +// the AST node that the inner parser gave them in another node. + +// Parse a full expression. The optional arguments are used to +// forbid the `in` operator (in for loops initalization expressions) +// and provide reference for storing '=' operator inside shorthand +// property assignment in contexts where both object expression +// and object pattern might appear (so it's possible to raise +// delayed syntax error at correct position). + +pp$3.parseExpression = function(noIn, refDestructuringErrors) { + var this$1 = this; + + var startPos = this.start, startLoc = this.startLoc; + var expr = this.parseMaybeAssign(noIn, refDestructuringErrors); + if (this.type === types.comma) { + var node = this.startNodeAt(startPos, startLoc); + node.expressions = [expr]; + while (this.eat(types.comma)) { node.expressions.push(this$1.parseMaybeAssign(noIn, refDestructuringErrors)); } + return this.finishNode(node, "SequenceExpression") + } + return expr +}; + +// Parse an assignment expression. This includes applications of +// operators like `+=`. + +pp$3.parseMaybeAssign = function(noIn, refDestructuringErrors, afterLeftParse) { + if (this.inGenerator && this.isContextual("yield")) { return this.parseYield() } + + var ownDestructuringErrors = false, oldParenAssign = -1, oldTrailingComma = -1; + if (refDestructuringErrors) { + oldParenAssign = refDestructuringErrors.parenthesizedAssign; + oldTrailingComma = refDestructuringErrors.trailingComma; + refDestructuringErrors.parenthesizedAssign = refDestructuringErrors.trailingComma = -1; + } else { + refDestructuringErrors = new DestructuringErrors; + ownDestructuringErrors = true; + } + + var startPos = this.start, startLoc = this.startLoc; + if (this.type === types.parenL || this.type === types.name) + { this.potentialArrowAt = this.start; } + var left = this.parseMaybeConditional(noIn, refDestructuringErrors); + if (afterLeftParse) { left = afterLeftParse.call(this, left, startPos, startLoc); } + if (this.type.isAssign) { + var node = this.startNodeAt(startPos, startLoc); + node.operator = this.value; + node.left = this.type === types.eq ? this.toAssignable(left, false, refDestructuringErrors) : left; + if (!ownDestructuringErrors) { DestructuringErrors.call(refDestructuringErrors); } + refDestructuringErrors.shorthandAssign = -1; // reset because shorthand default was used correctly + this.checkLVal(left); + this.next(); + node.right = this.parseMaybeAssign(noIn); + return this.finishNode(node, "AssignmentExpression") + } else { + if (ownDestructuringErrors) { this.checkExpressionErrors(refDestructuringErrors, true); } + } + if (oldParenAssign > -1) { refDestructuringErrors.parenthesizedAssign = oldParenAssign; } + if (oldTrailingComma > -1) { refDestructuringErrors.trailingComma = oldTrailingComma; } + return left +}; + +// Parse a ternary conditional (`?:`) operator. + +pp$3.parseMaybeConditional = function(noIn, refDestructuringErrors) { + var startPos = this.start, startLoc = this.startLoc; + var expr = this.parseExprOps(noIn, refDestructuringErrors); + if (this.checkExpressionErrors(refDestructuringErrors)) { return expr } + if (this.eat(types.question)) { + var node = this.startNodeAt(startPos, startLoc); + node.test = expr; + node.consequent = this.parseMaybeAssign(); + this.expect(types.colon); + node.alternate = this.parseMaybeAssign(noIn); + return this.finishNode(node, "ConditionalExpression") + } + return expr +}; + +// Start the precedence parser. + +pp$3.parseExprOps = function(noIn, refDestructuringErrors) { + var startPos = this.start, startLoc = this.startLoc; + var expr = this.parseMaybeUnary(refDestructuringErrors, false); + if (this.checkExpressionErrors(refDestructuringErrors)) { return expr } + return expr.start === startPos && expr.type === "ArrowFunctionExpression" ? expr : this.parseExprOp(expr, startPos, startLoc, -1, noIn) +}; + +// Parse binary operators with the operator precedence parsing +// algorithm. `left` is the left-hand side of the operator. +// `minPrec` provides context that allows the function to stop and +// defer further parser to one of its callers when it encounters an +// operator that has a lower precedence than the set it is parsing. + +pp$3.parseExprOp = function(left, leftStartPos, leftStartLoc, minPrec, noIn) { + var prec = this.type.binop; + if (prec != null && (!noIn || this.type !== types._in)) { + if (prec > minPrec) { + var logical = this.type === types.logicalOR || this.type === types.logicalAND; + var op = this.value; + this.next(); + var startPos = this.start, startLoc = this.startLoc; + var right = this.parseExprOp(this.parseMaybeUnary(null, false), startPos, startLoc, prec, noIn); + var node = this.buildBinary(leftStartPos, leftStartLoc, left, right, op, logical); + return this.parseExprOp(node, leftStartPos, leftStartLoc, minPrec, noIn) + } + } + return left +}; + +pp$3.buildBinary = function(startPos, startLoc, left, right, op, logical) { + var node = this.startNodeAt(startPos, startLoc); + node.left = left; + node.operator = op; + node.right = right; + return this.finishNode(node, logical ? "LogicalExpression" : "BinaryExpression") +}; + +// Parse unary operators, both prefix and postfix. + +pp$3.parseMaybeUnary = function(refDestructuringErrors, sawUnary) { + var this$1 = this; + + var startPos = this.start, startLoc = this.startLoc, expr; + if (this.isContextual("await") && (this.inAsync || (!this.inFunction && this.options.allowAwaitOutsideFunction))) { + expr = this.parseAwait(); + sawUnary = true; + } else if (this.type.prefix) { + var node = this.startNode(), update = this.type === types.incDec; + node.operator = this.value; + node.prefix = true; + this.next(); + node.argument = this.parseMaybeUnary(null, true); + this.checkExpressionErrors(refDestructuringErrors, true); + if (update) { this.checkLVal(node.argument); } + else if (this.strict && node.operator === "delete" && + node.argument.type === "Identifier") + { this.raiseRecoverable(node.start, "Deleting local variable in strict mode"); } + else { sawUnary = true; } + expr = this.finishNode(node, update ? "UpdateExpression" : "UnaryExpression"); + } else { + expr = this.parseExprSubscripts(refDestructuringErrors); + if (this.checkExpressionErrors(refDestructuringErrors)) { return expr } + while (this.type.postfix && !this.canInsertSemicolon()) { + var node$1 = this$1.startNodeAt(startPos, startLoc); + node$1.operator = this$1.value; + node$1.prefix = false; + node$1.argument = expr; + this$1.checkLVal(expr); + this$1.next(); + expr = this$1.finishNode(node$1, "UpdateExpression"); + } + } + + if (!sawUnary && this.eat(types.starstar)) + { return this.buildBinary(startPos, startLoc, expr, this.parseMaybeUnary(null, false), "**", false) } + else + { return expr } +}; + +// Parse call, dot, and `[]`-subscript expressions. + +pp$3.parseExprSubscripts = function(refDestructuringErrors) { + var startPos = this.start, startLoc = this.startLoc; + var expr = this.parseExprAtom(refDestructuringErrors); + var skipArrowSubscripts = expr.type === "ArrowFunctionExpression" && this.input.slice(this.lastTokStart, this.lastTokEnd) !== ")"; + if (this.checkExpressionErrors(refDestructuringErrors) || skipArrowSubscripts) { return expr } + var result = this.parseSubscripts(expr, startPos, startLoc); + if (refDestructuringErrors && result.type === "MemberExpression") { + if (refDestructuringErrors.parenthesizedAssign >= result.start) { refDestructuringErrors.parenthesizedAssign = -1; } + if (refDestructuringErrors.parenthesizedBind >= result.start) { refDestructuringErrors.parenthesizedBind = -1; } + } + return result +}; + +pp$3.parseSubscripts = function(base, startPos, startLoc, noCalls) { + var this$1 = this; + + var maybeAsyncArrow = this.options.ecmaVersion >= 8 && base.type === "Identifier" && base.name === "async" && + this.lastTokEnd === base.end && !this.canInsertSemicolon() && this.input.slice(base.start, base.end) === "async"; + for (var computed = (void 0);;) { + if ((computed = this$1.eat(types.bracketL)) || this$1.eat(types.dot)) { + var node = this$1.startNodeAt(startPos, startLoc); + node.object = base; + node.property = computed ? this$1.parseExpression() : this$1.parseIdent(true); + node.computed = !!computed; + if (computed) { this$1.expect(types.bracketR); } + base = this$1.finishNode(node, "MemberExpression"); + } else if (!noCalls && this$1.eat(types.parenL)) { + var refDestructuringErrors = new DestructuringErrors, oldYieldPos = this$1.yieldPos, oldAwaitPos = this$1.awaitPos; + this$1.yieldPos = 0; + this$1.awaitPos = 0; + var exprList = this$1.parseExprList(types.parenR, this$1.options.ecmaVersion >= 8, false, refDestructuringErrors); + if (maybeAsyncArrow && !this$1.canInsertSemicolon() && this$1.eat(types.arrow)) { + this$1.checkPatternErrors(refDestructuringErrors, false); + this$1.checkYieldAwaitInDefaultParams(); + this$1.yieldPos = oldYieldPos; + this$1.awaitPos = oldAwaitPos; + return this$1.parseArrowExpression(this$1.startNodeAt(startPos, startLoc), exprList, true) + } + this$1.checkExpressionErrors(refDestructuringErrors, true); + this$1.yieldPos = oldYieldPos || this$1.yieldPos; + this$1.awaitPos = oldAwaitPos || this$1.awaitPos; + var node$1 = this$1.startNodeAt(startPos, startLoc); + node$1.callee = base; + node$1.arguments = exprList; + base = this$1.finishNode(node$1, "CallExpression"); + } else if (this$1.type === types.backQuote) { + var node$2 = this$1.startNodeAt(startPos, startLoc); + node$2.tag = base; + node$2.quasi = this$1.parseTemplate({isTagged: true}); + base = this$1.finishNode(node$2, "TaggedTemplateExpression"); + } else { + return base + } + } +}; + +// Parse an atomic expression — either a single token that is an +// expression, an expression started by a keyword like `function` or +// `new`, or an expression wrapped in punctuation like `()`, `[]`, +// or `{}`. + +pp$3.parseExprAtom = function(refDestructuringErrors) { + var node, canBeArrow = this.potentialArrowAt === this.start; + switch (this.type) { + case types._super: + if (!this.inFunction) + { this.raise(this.start, "'super' outside of function or class"); } + node = this.startNode(); + this.next(); + // The `super` keyword can appear at below: + // SuperProperty: + // super [ Expression ] + // super . IdentifierName + // SuperCall: + // super Arguments + if (this.type !== types.dot && this.type !== types.bracketL && this.type !== types.parenL) + { this.unexpected(); } + return this.finishNode(node, "Super") + + case types._this: + node = this.startNode(); + this.next(); + return this.finishNode(node, "ThisExpression") + + case types.name: + var startPos = this.start, startLoc = this.startLoc, containsEsc = this.containsEsc; + var id = this.parseIdent(this.type !== types.name); + if (this.options.ecmaVersion >= 8 && !containsEsc && id.name === "async" && !this.canInsertSemicolon() && this.eat(types._function)) + { return this.parseFunction(this.startNodeAt(startPos, startLoc), false, false, true) } + if (canBeArrow && !this.canInsertSemicolon()) { + if (this.eat(types.arrow)) + { return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), [id], false) } + if (this.options.ecmaVersion >= 8 && id.name === "async" && this.type === types.name && !containsEsc) { + id = this.parseIdent(); + if (this.canInsertSemicolon() || !this.eat(types.arrow)) + { this.unexpected(); } + return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), [id], true) + } + } + return id + + case types.regexp: + var value = this.value; + node = this.parseLiteral(value.value); + node.regex = {pattern: value.pattern, flags: value.flags}; + return node + + case types.num: case types.string: + return this.parseLiteral(this.value) + + case types._null: case types._true: case types._false: + node = this.startNode(); + node.value = this.type === types._null ? null : this.type === types._true; + node.raw = this.type.keyword; + this.next(); + return this.finishNode(node, "Literal") + + case types.parenL: + var start = this.start, expr = this.parseParenAndDistinguishExpression(canBeArrow); + if (refDestructuringErrors) { + if (refDestructuringErrors.parenthesizedAssign < 0 && !this.isSimpleAssignTarget(expr)) + { refDestructuringErrors.parenthesizedAssign = start; } + if (refDestructuringErrors.parenthesizedBind < 0) + { refDestructuringErrors.parenthesizedBind = start; } + } + return expr + + case types.bracketL: + node = this.startNode(); + this.next(); + node.elements = this.parseExprList(types.bracketR, true, true, refDestructuringErrors); + return this.finishNode(node, "ArrayExpression") + + case types.braceL: + return this.parseObj(false, refDestructuringErrors) + + case types._function: + node = this.startNode(); + this.next(); + return this.parseFunction(node, false) + + case types._class: + return this.parseClass(this.startNode(), false) + + case types._new: + return this.parseNew() + + case types.backQuote: + return this.parseTemplate() + + default: + this.unexpected(); + } +}; + +pp$3.parseLiteral = function(value) { + var node = this.startNode(); + node.value = value; + node.raw = this.input.slice(this.start, this.end); + this.next(); + return this.finishNode(node, "Literal") +}; + +pp$3.parseParenExpression = function() { + this.expect(types.parenL); + var val = this.parseExpression(); + this.expect(types.parenR); + return val +}; + +pp$3.parseParenAndDistinguishExpression = function(canBeArrow) { + var this$1 = this; + + var startPos = this.start, startLoc = this.startLoc, val, allowTrailingComma = this.options.ecmaVersion >= 8; + if (this.options.ecmaVersion >= 6) { + this.next(); + + var innerStartPos = this.start, innerStartLoc = this.startLoc; + var exprList = [], first = true, lastIsComma = false; + var refDestructuringErrors = new DestructuringErrors, oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, spreadStart; + this.yieldPos = 0; + this.awaitPos = 0; + while (this.type !== types.parenR) { + first ? first = false : this$1.expect(types.comma); + if (allowTrailingComma && this$1.afterTrailingComma(types.parenR, true)) { + lastIsComma = true; + break + } else if (this$1.type === types.ellipsis) { + spreadStart = this$1.start; + exprList.push(this$1.parseParenItem(this$1.parseRestBinding())); + if (this$1.type === types.comma) { this$1.raise(this$1.start, "Comma is not permitted after the rest element"); } + break + } else { + exprList.push(this$1.parseMaybeAssign(false, refDestructuringErrors, this$1.parseParenItem)); + } + } + var innerEndPos = this.start, innerEndLoc = this.startLoc; + this.expect(types.parenR); + + if (canBeArrow && !this.canInsertSemicolon() && this.eat(types.arrow)) { + this.checkPatternErrors(refDestructuringErrors, false); + this.checkYieldAwaitInDefaultParams(); + this.yieldPos = oldYieldPos; + this.awaitPos = oldAwaitPos; + return this.parseParenArrowList(startPos, startLoc, exprList) + } + + if (!exprList.length || lastIsComma) { this.unexpected(this.lastTokStart); } + if (spreadStart) { this.unexpected(spreadStart); } + this.checkExpressionErrors(refDestructuringErrors, true); + this.yieldPos = oldYieldPos || this.yieldPos; + this.awaitPos = oldAwaitPos || this.awaitPos; + + if (exprList.length > 1) { + val = this.startNodeAt(innerStartPos, innerStartLoc); + val.expressions = exprList; + this.finishNodeAt(val, "SequenceExpression", innerEndPos, innerEndLoc); + } else { + val = exprList[0]; + } + } else { + val = this.parseParenExpression(); + } + + if (this.options.preserveParens) { + var par = this.startNodeAt(startPos, startLoc); + par.expression = val; + return this.finishNode(par, "ParenthesizedExpression") + } else { + return val + } +}; + +pp$3.parseParenItem = function(item) { + return item +}; + +pp$3.parseParenArrowList = function(startPos, startLoc, exprList) { + return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), exprList) +}; + +// New's precedence is slightly tricky. It must allow its argument to +// be a `[]` or dot subscript expression, but not a call — at least, +// not without wrapping it in parentheses. Thus, it uses the noCalls +// argument to parseSubscripts to prevent it from consuming the +// argument list. + +var empty$1 = []; + +pp$3.parseNew = function() { + var node = this.startNode(); + var meta = this.parseIdent(true); + if (this.options.ecmaVersion >= 6 && this.eat(types.dot)) { + node.meta = meta; + var containsEsc = this.containsEsc; + node.property = this.parseIdent(true); + if (node.property.name !== "target" || containsEsc) + { this.raiseRecoverable(node.property.start, "The only valid meta property for new is new.target"); } + if (!this.inFunction) + { this.raiseRecoverable(node.start, "new.target can only be used in functions"); } + return this.finishNode(node, "MetaProperty") + } + var startPos = this.start, startLoc = this.startLoc; + node.callee = this.parseSubscripts(this.parseExprAtom(), startPos, startLoc, true); + if (this.eat(types.parenL)) { node.arguments = this.parseExprList(types.parenR, this.options.ecmaVersion >= 8, false); } + else { node.arguments = empty$1; } + return this.finishNode(node, "NewExpression") +}; + +// Parse template expression. + +pp$3.parseTemplateElement = function(ref) { + var isTagged = ref.isTagged; + + var elem = this.startNode(); + if (this.type === types.invalidTemplate) { + if (!isTagged) { + this.raiseRecoverable(this.start, "Bad escape sequence in untagged template literal"); + } + elem.value = { + raw: this.value, + cooked: null + }; + } else { + elem.value = { + raw: this.input.slice(this.start, this.end).replace(/\r\n?/g, "\n"), + cooked: this.value + }; + } + this.next(); + elem.tail = this.type === types.backQuote; + return this.finishNode(elem, "TemplateElement") +}; + +pp$3.parseTemplate = function(ref) { + var this$1 = this; + if ( ref === void 0 ) ref = {}; + var isTagged = ref.isTagged; if ( isTagged === void 0 ) isTagged = false; + + var node = this.startNode(); + this.next(); + node.expressions = []; + var curElt = this.parseTemplateElement({isTagged: isTagged}); + node.quasis = [curElt]; + while (!curElt.tail) { + if (this$1.type === types.eof) { this$1.raise(this$1.pos, "Unterminated template literal"); } + this$1.expect(types.dollarBraceL); + node.expressions.push(this$1.parseExpression()); + this$1.expect(types.braceR); + node.quasis.push(curElt = this$1.parseTemplateElement({isTagged: isTagged})); + } + this.next(); + return this.finishNode(node, "TemplateLiteral") +}; + +pp$3.isAsyncProp = function(prop) { + return !prop.computed && prop.key.type === "Identifier" && prop.key.name === "async" && + (this.type === types.name || this.type === types.num || this.type === types.string || this.type === types.bracketL || this.type.keyword || (this.options.ecmaVersion >= 9 && this.type === types.star)) && + !lineBreak.test(this.input.slice(this.lastTokEnd, this.start)) +}; + +// Parse an object literal or binding pattern. + +pp$3.parseObj = function(isPattern, refDestructuringErrors) { + var this$1 = this; + + var node = this.startNode(), first = true, propHash = {}; + node.properties = []; + this.next(); + while (!this.eat(types.braceR)) { + if (!first) { + this$1.expect(types.comma); + if (this$1.afterTrailingComma(types.braceR)) { break } + } else { first = false; } + + var prop = this$1.parseProperty(isPattern, refDestructuringErrors); + if (!isPattern) { this$1.checkPropClash(prop, propHash, refDestructuringErrors); } + node.properties.push(prop); + } + return this.finishNode(node, isPattern ? "ObjectPattern" : "ObjectExpression") +}; + +pp$3.parseProperty = function(isPattern, refDestructuringErrors) { + var prop = this.startNode(), isGenerator, isAsync, startPos, startLoc; + if (this.options.ecmaVersion >= 9 && this.eat(types.ellipsis)) { + if (isPattern) { + prop.argument = this.parseIdent(false); + if (this.type === types.comma) { + this.raise(this.start, "Comma is not permitted after the rest element"); + } + return this.finishNode(prop, "RestElement") + } + // To disallow parenthesized identifier via `this.toAssignable()`. + if (this.type === types.parenL && refDestructuringErrors) { + if (refDestructuringErrors.parenthesizedAssign < 0) { + refDestructuringErrors.parenthesizedAssign = this.start; + } + if (refDestructuringErrors.parenthesizedBind < 0) { + refDestructuringErrors.parenthesizedBind = this.start; + } + } + // Parse argument. + prop.argument = this.parseMaybeAssign(false, refDestructuringErrors); + // To disallow trailing comma via `this.toAssignable()`. + if (this.type === types.comma && refDestructuringErrors && refDestructuringErrors.trailingComma < 0) { + refDestructuringErrors.trailingComma = this.start; + } + // Finish + return this.finishNode(prop, "SpreadElement") + } + if (this.options.ecmaVersion >= 6) { + prop.method = false; + prop.shorthand = false; + if (isPattern || refDestructuringErrors) { + startPos = this.start; + startLoc = this.startLoc; + } + if (!isPattern) + { isGenerator = this.eat(types.star); } + } + var containsEsc = this.containsEsc; + this.parsePropertyName(prop); + if (!isPattern && !containsEsc && this.options.ecmaVersion >= 8 && !isGenerator && this.isAsyncProp(prop)) { + isAsync = true; + isGenerator = this.options.ecmaVersion >= 9 && this.eat(types.star); + this.parsePropertyName(prop, refDestructuringErrors); + } else { + isAsync = false; + } + this.parsePropertyValue(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDestructuringErrors, containsEsc); + return this.finishNode(prop, "Property") +}; + +pp$3.parsePropertyValue = function(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDestructuringErrors, containsEsc) { + if ((isGenerator || isAsync) && this.type === types.colon) + { this.unexpected(); } + + if (this.eat(types.colon)) { + prop.value = isPattern ? this.parseMaybeDefault(this.start, this.startLoc) : this.parseMaybeAssign(false, refDestructuringErrors); + prop.kind = "init"; + } else if (this.options.ecmaVersion >= 6 && this.type === types.parenL) { + if (isPattern) { this.unexpected(); } + prop.kind = "init"; + prop.method = true; + prop.value = this.parseMethod(isGenerator, isAsync); + } else if (!isPattern && !containsEsc && + this.options.ecmaVersion >= 5 && !prop.computed && prop.key.type === "Identifier" && + (prop.key.name === "get" || prop.key.name === "set") && + (this.type !== types.comma && this.type !== types.braceR)) { + if (isGenerator || isAsync) { this.unexpected(); } + prop.kind = prop.key.name; + this.parsePropertyName(prop); + prop.value = this.parseMethod(false); + var paramCount = prop.kind === "get" ? 0 : 1; + if (prop.value.params.length !== paramCount) { + var start = prop.value.start; + if (prop.kind === "get") + { this.raiseRecoverable(start, "getter should have no params"); } + else + { this.raiseRecoverable(start, "setter should have exactly one param"); } + } else { + if (prop.kind === "set" && prop.value.params[0].type === "RestElement") + { this.raiseRecoverable(prop.value.params[0].start, "Setter cannot use rest params"); } + } + } else if (this.options.ecmaVersion >= 6 && !prop.computed && prop.key.type === "Identifier") { + this.checkUnreserved(prop.key); + prop.kind = "init"; + if (isPattern) { + prop.value = this.parseMaybeDefault(startPos, startLoc, prop.key); + } else if (this.type === types.eq && refDestructuringErrors) { + if (refDestructuringErrors.shorthandAssign < 0) + { refDestructuringErrors.shorthandAssign = this.start; } + prop.value = this.parseMaybeDefault(startPos, startLoc, prop.key); + } else { + prop.value = prop.key; + } + prop.shorthand = true; + } else { this.unexpected(); } +}; + +pp$3.parsePropertyName = function(prop) { + if (this.options.ecmaVersion >= 6) { + if (this.eat(types.bracketL)) { + prop.computed = true; + prop.key = this.parseMaybeAssign(); + this.expect(types.bracketR); + return prop.key + } else { + prop.computed = false; + } + } + return prop.key = this.type === types.num || this.type === types.string ? this.parseExprAtom() : this.parseIdent(true) +}; + +// Initialize empty function node. + +pp$3.initFunction = function(node) { + node.id = null; + if (this.options.ecmaVersion >= 6) { + node.generator = false; + node.expression = false; + } + if (this.options.ecmaVersion >= 8) + { node.async = false; } +}; + +// Parse object or class method. + +pp$3.parseMethod = function(isGenerator, isAsync) { + var node = this.startNode(), oldInGen = this.inGenerator, oldInAsync = this.inAsync, + oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldInFunc = this.inFunction; + + this.initFunction(node); + if (this.options.ecmaVersion >= 6) + { node.generator = isGenerator; } + if (this.options.ecmaVersion >= 8) + { node.async = !!isAsync; } + + this.inGenerator = node.generator; + this.inAsync = node.async; + this.yieldPos = 0; + this.awaitPos = 0; + this.inFunction = true; + this.enterFunctionScope(); + + this.expect(types.parenL); + node.params = this.parseBindingList(types.parenR, false, this.options.ecmaVersion >= 8); + this.checkYieldAwaitInDefaultParams(); + this.parseFunctionBody(node, false); + + this.inGenerator = oldInGen; + this.inAsync = oldInAsync; + this.yieldPos = oldYieldPos; + this.awaitPos = oldAwaitPos; + this.inFunction = oldInFunc; + return this.finishNode(node, "FunctionExpression") +}; + +// Parse arrow function expression with given parameters. + +pp$3.parseArrowExpression = function(node, params, isAsync) { + var oldInGen = this.inGenerator, oldInAsync = this.inAsync, + oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldInFunc = this.inFunction; + + this.enterFunctionScope(); + this.initFunction(node); + if (this.options.ecmaVersion >= 8) + { node.async = !!isAsync; } + + this.inGenerator = false; + this.inAsync = node.async; + this.yieldPos = 0; + this.awaitPos = 0; + this.inFunction = true; + + node.params = this.toAssignableList(params, true); + this.parseFunctionBody(node, true); + + this.inGenerator = oldInGen; + this.inAsync = oldInAsync; + this.yieldPos = oldYieldPos; + this.awaitPos = oldAwaitPos; + this.inFunction = oldInFunc; + return this.finishNode(node, "ArrowFunctionExpression") +}; + +// Parse function body and check parameters. + +pp$3.parseFunctionBody = function(node, isArrowFunction) { + var isExpression = isArrowFunction && this.type !== types.braceL; + var oldStrict = this.strict, useStrict = false; + + if (isExpression) { + node.body = this.parseMaybeAssign(); + node.expression = true; + this.checkParams(node, false); + } else { + var nonSimple = this.options.ecmaVersion >= 7 && !this.isSimpleParamList(node.params); + if (!oldStrict || nonSimple) { + useStrict = this.strictDirective(this.end); + // If this is a strict mode function, verify that argument names + // are not repeated, and it does not try to bind the words `eval` + // or `arguments`. + if (useStrict && nonSimple) + { this.raiseRecoverable(node.start, "Illegal 'use strict' directive in function with non-simple parameter list"); } + } + // Start a new scope with regard to labels and the `inFunction` + // flag (restore them to their old value afterwards). + var oldLabels = this.labels; + this.labels = []; + if (useStrict) { this.strict = true; } + + // Add the params to varDeclaredNames to ensure that an error is thrown + // if a let/const declaration in the function clashes with one of the params. + this.checkParams(node, !oldStrict && !useStrict && !isArrowFunction && this.isSimpleParamList(node.params)); + node.body = this.parseBlock(false); + node.expression = false; + this.adaptDirectivePrologue(node.body.body); + this.labels = oldLabels; + } + this.exitFunctionScope(); + + if (this.strict && node.id) { + // Ensure the function name isn't a forbidden identifier in strict mode, e.g. 'eval' + this.checkLVal(node.id, "none"); + } + this.strict = oldStrict; +}; + +pp$3.isSimpleParamList = function(params) { + for (var i = 0, list = params; i < list.length; i += 1) + { + var param = list[i]; + + if (param.type !== "Identifier") { return false + } } + return true +}; + +// Checks function params for various disallowed patterns such as using "eval" +// or "arguments" and duplicate parameters. + +pp$3.checkParams = function(node, allowDuplicates) { + var this$1 = this; + + var nameHash = {}; + for (var i = 0, list = node.params; i < list.length; i += 1) + { + var param = list[i]; + + this$1.checkLVal(param, "var", allowDuplicates ? null : nameHash); + } +}; + +// Parses a comma-separated list of expressions, and returns them as +// an array. `close` is the token type that ends the list, and +// `allowEmpty` can be turned on to allow subsequent commas with +// nothing in between them to be parsed as `null` (which is needed +// for array literals). + +pp$3.parseExprList = function(close, allowTrailingComma, allowEmpty, refDestructuringErrors) { + var this$1 = this; + + var elts = [], first = true; + while (!this.eat(close)) { + if (!first) { + this$1.expect(types.comma); + if (allowTrailingComma && this$1.afterTrailingComma(close)) { break } + } else { first = false; } + + var elt = (void 0); + if (allowEmpty && this$1.type === types.comma) + { elt = null; } + else if (this$1.type === types.ellipsis) { + elt = this$1.parseSpread(refDestructuringErrors); + if (refDestructuringErrors && this$1.type === types.comma && refDestructuringErrors.trailingComma < 0) + { refDestructuringErrors.trailingComma = this$1.start; } + } else { + elt = this$1.parseMaybeAssign(false, refDestructuringErrors); + } + elts.push(elt); + } + return elts +}; + +pp$3.checkUnreserved = function(ref) { + var start = ref.start; + var end = ref.end; + var name = ref.name; + + if (this.inGenerator && name === "yield") + { this.raiseRecoverable(start, "Can not use 'yield' as identifier inside a generator"); } + if (this.inAsync && name === "await") + { this.raiseRecoverable(start, "Can not use 'await' as identifier inside an async function"); } + if (this.isKeyword(name)) + { this.raise(start, ("Unexpected keyword '" + name + "'")); } + if (this.options.ecmaVersion < 6 && + this.input.slice(start, end).indexOf("\\") !== -1) { return } + var re = this.strict ? this.reservedWordsStrict : this.reservedWords; + if (re.test(name)) { + if (!this.inAsync && name === "await") + { this.raiseRecoverable(start, "Can not use keyword 'await' outside an async function"); } + this.raiseRecoverable(start, ("The keyword '" + name + "' is reserved")); + } +}; + +// Parse the next token as an identifier. If `liberal` is true (used +// when parsing properties), it will also convert keywords into +// identifiers. + +pp$3.parseIdent = function(liberal, isBinding) { + var node = this.startNode(); + if (liberal && this.options.allowReserved === "never") { liberal = false; } + if (this.type === types.name) { + node.name = this.value; + } else if (this.type.keyword) { + node.name = this.type.keyword; + + // To fix https://github.com/acornjs/acorn/issues/575 + // `class` and `function` keywords push new context into this.context. + // But there is no chance to pop the context if the keyword is consumed as an identifier such as a property name. + // If the previous token is a dot, this does not apply because the context-managing code already ignored the keyword + if ((node.name === "class" || node.name === "function") && + (this.lastTokEnd !== this.lastTokStart + 1 || this.input.charCodeAt(this.lastTokStart) !== 46)) { + this.context.pop(); + } + } else { + this.unexpected(); + } + this.next(); + this.finishNode(node, "Identifier"); + if (!liberal) { this.checkUnreserved(node); } + return node +}; + +// Parses yield expression inside generator. + +pp$3.parseYield = function() { + if (!this.yieldPos) { this.yieldPos = this.start; } + + var node = this.startNode(); + this.next(); + if (this.type === types.semi || this.canInsertSemicolon() || (this.type !== types.star && !this.type.startsExpr)) { + node.delegate = false; + node.argument = null; + } else { + node.delegate = this.eat(types.star); + node.argument = this.parseMaybeAssign(); + } + return this.finishNode(node, "YieldExpression") +}; + +pp$3.parseAwait = function() { + if (!this.awaitPos) { this.awaitPos = this.start; } + + var node = this.startNode(); + this.next(); + node.argument = this.parseMaybeUnary(null, true); + return this.finishNode(node, "AwaitExpression") +}; + +var pp$4 = Parser.prototype; + +// This function is used to raise exceptions on parse errors. It +// takes an offset integer (into the current `input`) to indicate +// the location of the error, attaches the position to the end +// of the error message, and then raises a `SyntaxError` with that +// message. + +pp$4.raise = function(pos, message) { + var loc = getLineInfo(this.input, pos); + message += " (" + loc.line + ":" + loc.column + ")"; + var err = new SyntaxError(message); + err.pos = pos; err.loc = loc; err.raisedAt = this.pos; + throw err +}; + +pp$4.raiseRecoverable = pp$4.raise; + +pp$4.curPosition = function() { + if (this.options.locations) { + return new Position(this.curLine, this.pos - this.lineStart) + } +}; + +var pp$5 = Parser.prototype; + +// Object.assign polyfill +var assign = Object.assign || function(target) { + var sources = [], len = arguments.length - 1; + while ( len-- > 0 ) sources[ len ] = arguments[ len + 1 ]; + + for (var i = 0, list = sources; i < list.length; i += 1) { + var source = list[i]; + + for (var key in source) { + if (has(source, key)) { + target[key] = source[key]; + } + } + } + return target +}; + +// The functions in this module keep track of declared variables in the current scope in order to detect duplicate variable names. + +pp$5.enterFunctionScope = function() { + // var: a hash of var-declared names in the current lexical scope + // lexical: a hash of lexically-declared names in the current lexical scope + // childVar: a hash of var-declared names in all child lexical scopes of the current lexical scope (within the current function scope) + // parentLexical: a hash of lexically-declared names in all parent lexical scopes of the current lexical scope (within the current function scope) + this.scopeStack.push({var: {}, lexical: {}, childVar: {}, parentLexical: {}}); +}; + +pp$5.exitFunctionScope = function() { + this.scopeStack.pop(); +}; + +pp$5.enterLexicalScope = function() { + var parentScope = this.scopeStack[this.scopeStack.length - 1]; + var childScope = {var: {}, lexical: {}, childVar: {}, parentLexical: {}}; + + this.scopeStack.push(childScope); + assign(childScope.parentLexical, parentScope.lexical, parentScope.parentLexical); +}; + +pp$5.exitLexicalScope = function() { + var childScope = this.scopeStack.pop(); + var parentScope = this.scopeStack[this.scopeStack.length - 1]; + + assign(parentScope.childVar, childScope.var, childScope.childVar); +}; + +/** + * A name can be declared with `var` if there are no variables with the same name declared with `let`/`const` + * in the current lexical scope or any of the parent lexical scopes in this function. + */ +pp$5.canDeclareVarName = function(name) { + var currentScope = this.scopeStack[this.scopeStack.length - 1]; + + return !has(currentScope.lexical, name) && !has(currentScope.parentLexical, name) +}; + +/** + * A name can be declared with `let`/`const` if there are no variables with the same name declared with `let`/`const` + * in the current scope, and there are no variables with the same name declared with `var` in the current scope or in + * any child lexical scopes in this function. + */ +pp$5.canDeclareLexicalName = function(name) { + var currentScope = this.scopeStack[this.scopeStack.length - 1]; + + return !has(currentScope.lexical, name) && !has(currentScope.var, name) && !has(currentScope.childVar, name) +}; + +pp$5.declareVarName = function(name) { + this.scopeStack[this.scopeStack.length - 1].var[name] = true; +}; + +pp$5.declareLexicalName = function(name) { + this.scopeStack[this.scopeStack.length - 1].lexical[name] = true; +}; + +var Node = function Node(parser, pos, loc) { + this.type = ""; + this.start = pos; + this.end = 0; + if (parser.options.locations) + { this.loc = new SourceLocation(parser, loc); } + if (parser.options.directSourceFile) + { this.sourceFile = parser.options.directSourceFile; } + if (parser.options.ranges) + { this.range = [pos, 0]; } +}; + +// Start an AST node, attaching a start offset. + +var pp$6 = Parser.prototype; + +pp$6.startNode = function() { + return new Node(this, this.start, this.startLoc) +}; + +pp$6.startNodeAt = function(pos, loc) { + return new Node(this, pos, loc) +}; + +// Finish an AST node, adding `type` and `end` properties. + +function finishNodeAt(node, type, pos, loc) { + node.type = type; + node.end = pos; + if (this.options.locations) + { node.loc.end = loc; } + if (this.options.ranges) + { node.range[1] = pos; } + return node +} + +pp$6.finishNode = function(node, type) { + return finishNodeAt.call(this, node, type, this.lastTokEnd, this.lastTokEndLoc) +}; + +// Finish node at given position + +pp$6.finishNodeAt = function(node, type, pos, loc) { + return finishNodeAt.call(this, node, type, pos, loc) +}; + +// The algorithm used to determine whether a regexp can appear at a +// given point in the program is loosely based on sweet.js' approach. +// See https://github.com/mozilla/sweet.js/wiki/design + +var TokContext = function TokContext(token, isExpr, preserveSpace, override, generator) { + this.token = token; + this.isExpr = !!isExpr; + this.preserveSpace = !!preserveSpace; + this.override = override; + this.generator = !!generator; +}; + +var types$1 = { + b_stat: new TokContext("{", false), + b_expr: new TokContext("{", true), + b_tmpl: new TokContext("${", false), + p_stat: new TokContext("(", false), + p_expr: new TokContext("(", true), + q_tmpl: new TokContext("`", true, true, function (p) { return p.tryReadTemplateToken(); }), + f_stat: new TokContext("function", false), + f_expr: new TokContext("function", true), + f_expr_gen: new TokContext("function", true, false, null, true), + f_gen: new TokContext("function", false, false, null, true) +}; + +var pp$7 = Parser.prototype; + +pp$7.initialContext = function() { + return [types$1.b_stat] +}; + +pp$7.braceIsBlock = function(prevType) { + var parent = this.curContext(); + if (parent === types$1.f_expr || parent === types$1.f_stat) + { return true } + if (prevType === types.colon && (parent === types$1.b_stat || parent === types$1.b_expr)) + { return !parent.isExpr } + + // The check for `tt.name && exprAllowed` detects whether we are + // after a `yield` or `of` construct. See the `updateContext` for + // `tt.name`. + if (prevType === types._return || prevType === types.name && this.exprAllowed) + { return lineBreak.test(this.input.slice(this.lastTokEnd, this.start)) } + if (prevType === types._else || prevType === types.semi || prevType === types.eof || prevType === types.parenR || prevType === types.arrow) + { return true } + if (prevType === types.braceL) + { return parent === types$1.b_stat } + if (prevType === types._var || prevType === types.name) + { return false } + return !this.exprAllowed +}; + +pp$7.inGeneratorContext = function() { + var this$1 = this; + + for (var i = this.context.length - 1; i >= 1; i--) { + var context = this$1.context[i]; + if (context.token === "function") + { return context.generator } + } + return false +}; + +pp$7.updateContext = function(prevType) { + var update, type = this.type; + if (type.keyword && prevType === types.dot) + { this.exprAllowed = false; } + else if (update = type.updateContext) + { update.call(this, prevType); } + else + { this.exprAllowed = type.beforeExpr; } +}; + +// Token-specific context update code + +types.parenR.updateContext = types.braceR.updateContext = function() { + if (this.context.length === 1) { + this.exprAllowed = true; + return + } + var out = this.context.pop(); + if (out === types$1.b_stat && this.curContext().token === "function") { + out = this.context.pop(); + } + this.exprAllowed = !out.isExpr; +}; + +types.braceL.updateContext = function(prevType) { + this.context.push(this.braceIsBlock(prevType) ? types$1.b_stat : types$1.b_expr); + this.exprAllowed = true; +}; + +types.dollarBraceL.updateContext = function() { + this.context.push(types$1.b_tmpl); + this.exprAllowed = true; +}; + +types.parenL.updateContext = function(prevType) { + var statementParens = prevType === types._if || prevType === types._for || prevType === types._with || prevType === types._while; + this.context.push(statementParens ? types$1.p_stat : types$1.p_expr); + this.exprAllowed = true; +}; + +types.incDec.updateContext = function() { + // tokExprAllowed stays unchanged +}; + +types._function.updateContext = types._class.updateContext = function(prevType) { + if (prevType.beforeExpr && prevType !== types.semi && prevType !== types._else && + !((prevType === types.colon || prevType === types.braceL) && this.curContext() === types$1.b_stat)) + { this.context.push(types$1.f_expr); } + else + { this.context.push(types$1.f_stat); } + this.exprAllowed = false; +}; + +types.backQuote.updateContext = function() { + if (this.curContext() === types$1.q_tmpl) + { this.context.pop(); } + else + { this.context.push(types$1.q_tmpl); } + this.exprAllowed = false; +}; + +types.star.updateContext = function(prevType) { + if (prevType === types._function) { + var index = this.context.length - 1; + if (this.context[index] === types$1.f_expr) + { this.context[index] = types$1.f_expr_gen; } + else + { this.context[index] = types$1.f_gen; } + } + this.exprAllowed = true; +}; + +types.name.updateContext = function(prevType) { + var allowed = false; + if (this.options.ecmaVersion >= 6 && prevType !== types.dot) { + if (this.value === "of" && !this.exprAllowed || + this.value === "yield" && this.inGeneratorContext()) + { allowed = true; } + } + this.exprAllowed = allowed; +}; + +var data = { + "$LONE": [ + "ASCII", + "ASCII_Hex_Digit", + "AHex", + "Alphabetic", + "Alpha", + "Any", + "Assigned", + "Bidi_Control", + "Bidi_C", + "Bidi_Mirrored", + "Bidi_M", + "Case_Ignorable", + "CI", + "Cased", + "Changes_When_Casefolded", + "CWCF", + "Changes_When_Casemapped", + "CWCM", + "Changes_When_Lowercased", + "CWL", + "Changes_When_NFKC_Casefolded", + "CWKCF", + "Changes_When_Titlecased", + "CWT", + "Changes_When_Uppercased", + "CWU", + "Dash", + "Default_Ignorable_Code_Point", + "DI", + "Deprecated", + "Dep", + "Diacritic", + "Dia", + "Emoji", + "Emoji_Component", + "Emoji_Modifier", + "Emoji_Modifier_Base", + "Emoji_Presentation", + "Extender", + "Ext", + "Grapheme_Base", + "Gr_Base", + "Grapheme_Extend", + "Gr_Ext", + "Hex_Digit", + "Hex", + "IDS_Binary_Operator", + "IDSB", + "IDS_Trinary_Operator", + "IDST", + "ID_Continue", + "IDC", + "ID_Start", + "IDS", + "Ideographic", + "Ideo", + "Join_Control", + "Join_C", + "Logical_Order_Exception", + "LOE", + "Lowercase", + "Lower", + "Math", + "Noncharacter_Code_Point", + "NChar", + "Pattern_Syntax", + "Pat_Syn", + "Pattern_White_Space", + "Pat_WS", + "Quotation_Mark", + "QMark", + "Radical", + "Regional_Indicator", + "RI", + "Sentence_Terminal", + "STerm", + "Soft_Dotted", + "SD", + "Terminal_Punctuation", + "Term", + "Unified_Ideograph", + "UIdeo", + "Uppercase", + "Upper", + "Variation_Selector", + "VS", + "White_Space", + "space", + "XID_Continue", + "XIDC", + "XID_Start", + "XIDS" + ], + "General_Category": [ + "Cased_Letter", + "LC", + "Close_Punctuation", + "Pe", + "Connector_Punctuation", + "Pc", + "Control", + "Cc", + "cntrl", + "Currency_Symbol", + "Sc", + "Dash_Punctuation", + "Pd", + "Decimal_Number", + "Nd", + "digit", + "Enclosing_Mark", + "Me", + "Final_Punctuation", + "Pf", + "Format", + "Cf", + "Initial_Punctuation", + "Pi", + "Letter", + "L", + "Letter_Number", + "Nl", + "Line_Separator", + "Zl", + "Lowercase_Letter", + "Ll", + "Mark", + "M", + "Combining_Mark", + "Math_Symbol", + "Sm", + "Modifier_Letter", + "Lm", + "Modifier_Symbol", + "Sk", + "Nonspacing_Mark", + "Mn", + "Number", + "N", + "Open_Punctuation", + "Ps", + "Other", + "C", + "Other_Letter", + "Lo", + "Other_Number", + "No", + "Other_Punctuation", + "Po", + "Other_Symbol", + "So", + "Paragraph_Separator", + "Zp", + "Private_Use", + "Co", + "Punctuation", + "P", + "punct", + "Separator", + "Z", + "Space_Separator", + "Zs", + "Spacing_Mark", + "Mc", + "Surrogate", + "Cs", + "Symbol", + "S", + "Titlecase_Letter", + "Lt", + "Unassigned", + "Cn", + "Uppercase_Letter", + "Lu" + ], + "Script": [ + "Adlam", + "Adlm", + "Ahom", + "Anatolian_Hieroglyphs", + "Hluw", + "Arabic", + "Arab", + "Armenian", + "Armn", + "Avestan", + "Avst", + "Balinese", + "Bali", + "Bamum", + "Bamu", + "Bassa_Vah", + "Bass", + "Batak", + "Batk", + "Bengali", + "Beng", + "Bhaiksuki", + "Bhks", + "Bopomofo", + "Bopo", + "Brahmi", + "Brah", + "Braille", + "Brai", + "Buginese", + "Bugi", + "Buhid", + "Buhd", + "Canadian_Aboriginal", + "Cans", + "Carian", + "Cari", + "Caucasian_Albanian", + "Aghb", + "Chakma", + "Cakm", + "Cham", + "Cherokee", + "Cher", + "Common", + "Zyyy", + "Coptic", + "Copt", + "Qaac", + "Cuneiform", + "Xsux", + "Cypriot", + "Cprt", + "Cyrillic", + "Cyrl", + "Deseret", + "Dsrt", + "Devanagari", + "Deva", + "Duployan", + "Dupl", + "Egyptian_Hieroglyphs", + "Egyp", + "Elbasan", + "Elba", + "Ethiopic", + "Ethi", + "Georgian", + "Geor", + "Glagolitic", + "Glag", + "Gothic", + "Goth", + "Grantha", + "Gran", + "Greek", + "Grek", + "Gujarati", + "Gujr", + "Gurmukhi", + "Guru", + "Han", + "Hani", + "Hangul", + "Hang", + "Hanunoo", + "Hano", + "Hatran", + "Hatr", + "Hebrew", + "Hebr", + "Hiragana", + "Hira", + "Imperial_Aramaic", + "Armi", + "Inherited", + "Zinh", + "Qaai", + "Inscriptional_Pahlavi", + "Phli", + "Inscriptional_Parthian", + "Prti", + "Javanese", + "Java", + "Kaithi", + "Kthi", + "Kannada", + "Knda", + "Katakana", + "Kana", + "Kayah_Li", + "Kali", + "Kharoshthi", + "Khar", + "Khmer", + "Khmr", + "Khojki", + "Khoj", + "Khudawadi", + "Sind", + "Lao", + "Laoo", + "Latin", + "Latn", + "Lepcha", + "Lepc", + "Limbu", + "Limb", + "Linear_A", + "Lina", + "Linear_B", + "Linb", + "Lisu", + "Lycian", + "Lyci", + "Lydian", + "Lydi", + "Mahajani", + "Mahj", + "Malayalam", + "Mlym", + "Mandaic", + "Mand", + "Manichaean", + "Mani", + "Marchen", + "Marc", + "Masaram_Gondi", + "Gonm", + "Meetei_Mayek", + "Mtei", + "Mende_Kikakui", + "Mend", + "Meroitic_Cursive", + "Merc", + "Meroitic_Hieroglyphs", + "Mero", + "Miao", + "Plrd", + "Modi", + "Mongolian", + "Mong", + "Mro", + "Mroo", + "Multani", + "Mult", + "Myanmar", + "Mymr", + "Nabataean", + "Nbat", + "New_Tai_Lue", + "Talu", + "Newa", + "Nko", + "Nkoo", + "Nushu", + "Nshu", + "Ogham", + "Ogam", + "Ol_Chiki", + "Olck", + "Old_Hungarian", + "Hung", + "Old_Italic", + "Ital", + "Old_North_Arabian", + "Narb", + "Old_Permic", + "Perm", + "Old_Persian", + "Xpeo", + "Old_South_Arabian", + "Sarb", + "Old_Turkic", + "Orkh", + "Oriya", + "Orya", + "Osage", + "Osge", + "Osmanya", + "Osma", + "Pahawh_Hmong", + "Hmng", + "Palmyrene", + "Palm", + "Pau_Cin_Hau", + "Pauc", + "Phags_Pa", + "Phag", + "Phoenician", + "Phnx", + "Psalter_Pahlavi", + "Phlp", + "Rejang", + "Rjng", + "Runic", + "Runr", + "Samaritan", + "Samr", + "Saurashtra", + "Saur", + "Sharada", + "Shrd", + "Shavian", + "Shaw", + "Siddham", + "Sidd", + "SignWriting", + "Sgnw", + "Sinhala", + "Sinh", + "Sora_Sompeng", + "Sora", + "Soyombo", + "Soyo", + "Sundanese", + "Sund", + "Syloti_Nagri", + "Sylo", + "Syriac", + "Syrc", + "Tagalog", + "Tglg", + "Tagbanwa", + "Tagb", + "Tai_Le", + "Tale", + "Tai_Tham", + "Lana", + "Tai_Viet", + "Tavt", + "Takri", + "Takr", + "Tamil", + "Taml", + "Tangut", + "Tang", + "Telugu", + "Telu", + "Thaana", + "Thaa", + "Thai", + "Tibetan", + "Tibt", + "Tifinagh", + "Tfng", + "Tirhuta", + "Tirh", + "Ugaritic", + "Ugar", + "Vai", + "Vaii", + "Warang_Citi", + "Wara", + "Yi", + "Yiii", + "Zanabazar_Square", + "Zanb" + ] +}; +Array.prototype.push.apply(data.$LONE, data.General_Category); +data.gc = data.General_Category; +data.sc = data.Script_Extensions = data.scx = data.Script; + +var pp$9 = Parser.prototype; + +var RegExpValidationState = function RegExpValidationState(parser) { + this.parser = parser; + this.validFlags = "gim" + (parser.options.ecmaVersion >= 6 ? "uy" : "") + (parser.options.ecmaVersion >= 9 ? "s" : ""); + this.source = ""; + this.flags = ""; + this.start = 0; + this.switchU = false; + this.switchN = false; + this.pos = 0; + this.lastIntValue = 0; + this.lastStringValue = ""; + this.lastAssertionIsQuantifiable = false; + this.numCapturingParens = 0; + this.maxBackReference = 0; + this.groupNames = []; + this.backReferenceNames = []; +}; + +RegExpValidationState.prototype.reset = function reset (start, pattern, flags) { + var unicode = flags.indexOf("u") !== -1; + this.start = start | 0; + this.source = pattern + ""; + this.flags = flags; + this.switchU = unicode && this.parser.options.ecmaVersion >= 6; + this.switchN = unicode && this.parser.options.ecmaVersion >= 9; +}; + +RegExpValidationState.prototype.raise = function raise (message) { + this.parser.raiseRecoverable(this.start, ("Invalid regular expression: /" + (this.source) + "/: " + message)); +}; + +// If u flag is given, this returns the code point at the index (it combines a surrogate pair). +// Otherwise, this returns the code unit of the index (can be a part of a surrogate pair). +RegExpValidationState.prototype.at = function at (i) { + var s = this.source; + var l = s.length; + if (i >= l) { + return -1 + } + var c = s.charCodeAt(i); + if (!this.switchU || c <= 0xD7FF || c >= 0xE000 || i + 1 >= l) { + return c + } + return (c << 10) + s.charCodeAt(i + 1) - 0x35FDC00 +}; + +RegExpValidationState.prototype.nextIndex = function nextIndex (i) { + var s = this.source; + var l = s.length; + if (i >= l) { + return l + } + var c = s.charCodeAt(i); + if (!this.switchU || c <= 0xD7FF || c >= 0xE000 || i + 1 >= l) { + return i + 1 + } + return i + 2 +}; + +RegExpValidationState.prototype.current = function current () { + return this.at(this.pos) +}; + +RegExpValidationState.prototype.lookahead = function lookahead () { + return this.at(this.nextIndex(this.pos)) +}; + +RegExpValidationState.prototype.advance = function advance () { + this.pos = this.nextIndex(this.pos); +}; + +RegExpValidationState.prototype.eat = function eat (ch) { + if (this.current() === ch) { + this.advance(); + return true + } + return false +}; + +function codePointToString$1(ch) { + if (ch <= 0xFFFF) { return String.fromCharCode(ch) } + ch -= 0x10000; + return String.fromCharCode((ch >> 10) + 0xD800, (ch & 0x03FF) + 0xDC00) +} + +/** + * Validate the flags part of a given RegExpLiteral. + * + * @param {RegExpValidationState} state The state to validate RegExp. + * @returns {void} + */ +pp$9.validateRegExpFlags = function(state) { + var this$1 = this; + + var validFlags = state.validFlags; + var flags = state.flags; + + for (var i = 0; i < flags.length; i++) { + var flag = flags.charAt(i); + if (validFlags.indexOf(flag) === -1) { + this$1.raise(state.start, "Invalid regular expression flag"); + } + if (flags.indexOf(flag, i + 1) > -1) { + this$1.raise(state.start, "Duplicate regular expression flag"); + } + } +}; + +/** + * Validate the pattern part of a given RegExpLiteral. + * + * @param {RegExpValidationState} state The state to validate RegExp. + * @returns {void} + */ +pp$9.validateRegExpPattern = function(state) { + this.regexp_pattern(state); + + // The goal symbol for the parse is |Pattern[~U, ~N]|. If the result of + // parsing contains a |GroupName|, reparse with the goal symbol + // |Pattern[~U, +N]| and use this result instead. Throw a *SyntaxError* + // exception if _P_ did not conform to the grammar, if any elements of _P_ + // were not matched by the parse, or if any Early Error conditions exist. + if (!state.switchN && this.options.ecmaVersion >= 9 && state.groupNames.length > 0) { + state.switchN = true; + this.regexp_pattern(state); + } +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-Pattern +pp$9.regexp_pattern = function(state) { + state.pos = 0; + state.lastIntValue = 0; + state.lastStringValue = ""; + state.lastAssertionIsQuantifiable = false; + state.numCapturingParens = 0; + state.maxBackReference = 0; + state.groupNames.length = 0; + state.backReferenceNames.length = 0; + + this.regexp_disjunction(state); + + if (state.pos !== state.source.length) { + // Make the same messages as V8. + if (state.eat(0x29 /* ) */)) { + state.raise("Unmatched ')'"); + } + if (state.eat(0x5D /* [ */) || state.eat(0x7D /* } */)) { + state.raise("Lone quantifier brackets"); + } + } + if (state.maxBackReference > state.numCapturingParens) { + state.raise("Invalid escape"); + } + for (var i = 0, list = state.backReferenceNames; i < list.length; i += 1) { + var name = list[i]; + + if (state.groupNames.indexOf(name) === -1) { + state.raise("Invalid named capture referenced"); + } + } +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-Disjunction +pp$9.regexp_disjunction = function(state) { + var this$1 = this; + + this.regexp_alternative(state); + while (state.eat(0x7C /* | */)) { + this$1.regexp_alternative(state); + } + + // Make the same message as V8. + if (this.regexp_eatQuantifier(state, true)) { + state.raise("Nothing to repeat"); + } + if (state.eat(0x7B /* { */)) { + state.raise("Lone quantifier brackets"); + } +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-Alternative +pp$9.regexp_alternative = function(state) { + while (state.pos < state.source.length && this.regexp_eatTerm(state)) + { } +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-Term +pp$9.regexp_eatTerm = function(state) { + if (this.regexp_eatAssertion(state)) { + // Handle `QuantifiableAssertion Quantifier` alternative. + // `state.lastAssertionIsQuantifiable` is true if the last eaten Assertion + // is a QuantifiableAssertion. + if (state.lastAssertionIsQuantifiable && this.regexp_eatQuantifier(state)) { + // Make the same message as V8. + if (state.switchU) { + state.raise("Invalid quantifier"); + } + } + return true + } + + if (state.switchU ? this.regexp_eatAtom(state) : this.regexp_eatExtendedAtom(state)) { + this.regexp_eatQuantifier(state); + return true + } + + return false +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-Assertion +pp$9.regexp_eatAssertion = function(state) { + var start = state.pos; + state.lastAssertionIsQuantifiable = false; + + // ^, $ + if (state.eat(0x5E /* ^ */) || state.eat(0x24 /* $ */)) { + return true + } + + // \b \B + if (state.eat(0x5C /* \ */)) { + if (state.eat(0x42 /* B */) || state.eat(0x62 /* b */)) { + return true + } + state.pos = start; + } + + // Lookahead / Lookbehind + if (state.eat(0x28 /* ( */) && state.eat(0x3F /* ? */)) { + var lookbehind = false; + if (this.options.ecmaVersion >= 9) { + lookbehind = state.eat(0x3C /* < */); + } + if (state.eat(0x3D /* = */) || state.eat(0x21 /* ! */)) { + this.regexp_disjunction(state); + if (!state.eat(0x29 /* ) */)) { + state.raise("Unterminated group"); + } + state.lastAssertionIsQuantifiable = !lookbehind; + return true + } + } + + state.pos = start; + return false +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-Quantifier +pp$9.regexp_eatQuantifier = function(state, noError) { + if ( noError === void 0 ) noError = false; + + if (this.regexp_eatQuantifierPrefix(state, noError)) { + state.eat(0x3F /* ? */); + return true + } + return false +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-QuantifierPrefix +pp$9.regexp_eatQuantifierPrefix = function(state, noError) { + return ( + state.eat(0x2A /* * */) || + state.eat(0x2B /* + */) || + state.eat(0x3F /* ? */) || + this.regexp_eatBracedQuantifier(state, noError) + ) +}; +pp$9.regexp_eatBracedQuantifier = function(state, noError) { + var start = state.pos; + if (state.eat(0x7B /* { */)) { + var min = 0, max = -1; + if (this.regexp_eatDecimalDigits(state)) { + min = state.lastIntValue; + if (state.eat(0x2C /* , */) && this.regexp_eatDecimalDigits(state)) { + max = state.lastIntValue; + } + if (state.eat(0x7D /* } */)) { + // SyntaxError in https://www.ecma-international.org/ecma-262/8.0/#sec-term + if (max !== -1 && max < min && !noError) { + state.raise("numbers out of order in {} quantifier"); + } + return true + } + } + if (state.switchU && !noError) { + state.raise("Incomplete quantifier"); + } + state.pos = start; + } + return false +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-Atom +pp$9.regexp_eatAtom = function(state) { + return ( + this.regexp_eatPatternCharacters(state) || + state.eat(0x2E /* . */) || + this.regexp_eatReverseSolidusAtomEscape(state) || + this.regexp_eatCharacterClass(state) || + this.regexp_eatUncapturingGroup(state) || + this.regexp_eatCapturingGroup(state) + ) +}; +pp$9.regexp_eatReverseSolidusAtomEscape = function(state) { + var start = state.pos; + if (state.eat(0x5C /* \ */)) { + if (this.regexp_eatAtomEscape(state)) { + return true + } + state.pos = start; + } + return false +}; +pp$9.regexp_eatUncapturingGroup = function(state) { + var start = state.pos; + if (state.eat(0x28 /* ( */)) { + if (state.eat(0x3F /* ? */) && state.eat(0x3A /* : */)) { + this.regexp_disjunction(state); + if (state.eat(0x29 /* ) */)) { + return true + } + state.raise("Unterminated group"); + } + state.pos = start; + } + return false +}; +pp$9.regexp_eatCapturingGroup = function(state) { + if (state.eat(0x28 /* ( */)) { + if (this.options.ecmaVersion >= 9) { + this.regexp_groupSpecifier(state); + } else if (state.current() === 0x3F /* ? */) { + state.raise("Invalid group"); + } + this.regexp_disjunction(state); + if (state.eat(0x29 /* ) */)) { + state.numCapturingParens += 1; + return true + } + state.raise("Unterminated group"); + } + return false +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ExtendedAtom +pp$9.regexp_eatExtendedAtom = function(state) { + return ( + state.eat(0x2E /* . */) || + this.regexp_eatReverseSolidusAtomEscape(state) || + this.regexp_eatCharacterClass(state) || + this.regexp_eatUncapturingGroup(state) || + this.regexp_eatCapturingGroup(state) || + this.regexp_eatInvalidBracedQuantifier(state) || + this.regexp_eatExtendedPatternCharacter(state) + ) +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-InvalidBracedQuantifier +pp$9.regexp_eatInvalidBracedQuantifier = function(state) { + if (this.regexp_eatBracedQuantifier(state, true)) { + state.raise("Nothing to repeat"); + } + return false +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-SyntaxCharacter +pp$9.regexp_eatSyntaxCharacter = function(state) { + var ch = state.current(); + if (isSyntaxCharacter(ch)) { + state.lastIntValue = ch; + state.advance(); + return true + } + return false +}; +function isSyntaxCharacter(ch) { + return ( + ch === 0x24 /* $ */ || + ch >= 0x28 /* ( */ && ch <= 0x2B /* + */ || + ch === 0x2E /* . */ || + ch === 0x3F /* ? */ || + ch >= 0x5B /* [ */ && ch <= 0x5E /* ^ */ || + ch >= 0x7B /* { */ && ch <= 0x7D /* } */ + ) +} + +// https://www.ecma-international.org/ecma-262/8.0/#prod-PatternCharacter +// But eat eager. +pp$9.regexp_eatPatternCharacters = function(state) { + var start = state.pos; + var ch = 0; + while ((ch = state.current()) !== -1 && !isSyntaxCharacter(ch)) { + state.advance(); + } + return state.pos !== start +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ExtendedPatternCharacter +pp$9.regexp_eatExtendedPatternCharacter = function(state) { + var ch = state.current(); + if ( + ch !== -1 && + ch !== 0x24 /* $ */ && + !(ch >= 0x28 /* ( */ && ch <= 0x2B /* + */) && + ch !== 0x2E /* . */ && + ch !== 0x3F /* ? */ && + ch !== 0x5B /* [ */ && + ch !== 0x5E /* ^ */ && + ch !== 0x7C /* | */ + ) { + state.advance(); + return true + } + return false +}; + +// GroupSpecifier[U] :: +// [empty] +// `?` GroupName[?U] +pp$9.regexp_groupSpecifier = function(state) { + if (state.eat(0x3F /* ? */)) { + if (this.regexp_eatGroupName(state)) { + if (state.groupNames.indexOf(state.lastStringValue) !== -1) { + state.raise("Duplicate capture group name"); + } + state.groupNames.push(state.lastStringValue); + return + } + state.raise("Invalid group"); + } +}; + +// GroupName[U] :: +// `<` RegExpIdentifierName[?U] `>` +// Note: this updates `state.lastStringValue` property with the eaten name. +pp$9.regexp_eatGroupName = function(state) { + state.lastStringValue = ""; + if (state.eat(0x3C /* < */)) { + if (this.regexp_eatRegExpIdentifierName(state) && state.eat(0x3E /* > */)) { + return true + } + state.raise("Invalid capture group name"); + } + return false +}; + +// RegExpIdentifierName[U] :: +// RegExpIdentifierStart[?U] +// RegExpIdentifierName[?U] RegExpIdentifierPart[?U] +// Note: this updates `state.lastStringValue` property with the eaten name. +pp$9.regexp_eatRegExpIdentifierName = function(state) { + state.lastStringValue = ""; + if (this.regexp_eatRegExpIdentifierStart(state)) { + state.lastStringValue += codePointToString$1(state.lastIntValue); + while (this.regexp_eatRegExpIdentifierPart(state)) { + state.lastStringValue += codePointToString$1(state.lastIntValue); + } + return true + } + return false +}; + +// RegExpIdentifierStart[U] :: +// UnicodeIDStart +// `$` +// `_` +// `\` RegExpUnicodeEscapeSequence[?U] +pp$9.regexp_eatRegExpIdentifierStart = function(state) { + var start = state.pos; + var ch = state.current(); + state.advance(); + + if (ch === 0x5C /* \ */ && this.regexp_eatRegExpUnicodeEscapeSequence(state)) { + ch = state.lastIntValue; + } + if (isRegExpIdentifierStart(ch)) { + state.lastIntValue = ch; + return true + } + + state.pos = start; + return false +}; +function isRegExpIdentifierStart(ch) { + return isIdentifierStart(ch, true) || ch === 0x24 /* $ */ || ch === 0x5F /* _ */ +} + +// RegExpIdentifierPart[U] :: +// UnicodeIDContinue +// `$` +// `_` +// `\` RegExpUnicodeEscapeSequence[?U] +// +// +pp$9.regexp_eatRegExpIdentifierPart = function(state) { + var start = state.pos; + var ch = state.current(); + state.advance(); + + if (ch === 0x5C /* \ */ && this.regexp_eatRegExpUnicodeEscapeSequence(state)) { + ch = state.lastIntValue; + } + if (isRegExpIdentifierPart(ch)) { + state.lastIntValue = ch; + return true + } + + state.pos = start; + return false +}; +function isRegExpIdentifierPart(ch) { + return isIdentifierChar(ch, true) || ch === 0x24 /* $ */ || ch === 0x5F /* _ */ || ch === 0x200C /* */ || ch === 0x200D /* */ +} + +// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-AtomEscape +pp$9.regexp_eatAtomEscape = function(state) { + if ( + this.regexp_eatBackReference(state) || + this.regexp_eatCharacterClassEscape(state) || + this.regexp_eatCharacterEscape(state) || + (state.switchN && this.regexp_eatKGroupName(state)) + ) { + return true + } + if (state.switchU) { + // Make the same message as V8. + if (state.current() === 0x63 /* c */) { + state.raise("Invalid unicode escape"); + } + state.raise("Invalid escape"); + } + return false +}; +pp$9.regexp_eatBackReference = function(state) { + var start = state.pos; + if (this.regexp_eatDecimalEscape(state)) { + var n = state.lastIntValue; + if (state.switchU) { + // For SyntaxError in https://www.ecma-international.org/ecma-262/8.0/#sec-atomescape + if (n > state.maxBackReference) { + state.maxBackReference = n; + } + return true + } + if (n <= state.numCapturingParens) { + return true + } + state.pos = start; + } + return false +}; +pp$9.regexp_eatKGroupName = function(state) { + if (state.eat(0x6B /* k */)) { + if (this.regexp_eatGroupName(state)) { + state.backReferenceNames.push(state.lastStringValue); + return true + } + state.raise("Invalid named reference"); + } + return false +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-CharacterEscape +pp$9.regexp_eatCharacterEscape = function(state) { + return ( + this.regexp_eatControlEscape(state) || + this.regexp_eatCControlLetter(state) || + this.regexp_eatZero(state) || + this.regexp_eatHexEscapeSequence(state) || + this.regexp_eatRegExpUnicodeEscapeSequence(state) || + (!state.switchU && this.regexp_eatLegacyOctalEscapeSequence(state)) || + this.regexp_eatIdentityEscape(state) + ) +}; +pp$9.regexp_eatCControlLetter = function(state) { + var start = state.pos; + if (state.eat(0x63 /* c */)) { + if (this.regexp_eatControlLetter(state)) { + return true + } + state.pos = start; + } + return false +}; +pp$9.regexp_eatZero = function(state) { + if (state.current() === 0x30 /* 0 */ && !isDecimalDigit(state.lookahead())) { + state.lastIntValue = 0; + state.advance(); + return true + } + return false +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-ControlEscape +pp$9.regexp_eatControlEscape = function(state) { + var ch = state.current(); + if (ch === 0x74 /* t */) { + state.lastIntValue = 0x09; /* \t */ + state.advance(); + return true + } + if (ch === 0x6E /* n */) { + state.lastIntValue = 0x0A; /* \n */ + state.advance(); + return true + } + if (ch === 0x76 /* v */) { + state.lastIntValue = 0x0B; /* \v */ + state.advance(); + return true + } + if (ch === 0x66 /* f */) { + state.lastIntValue = 0x0C; /* \f */ + state.advance(); + return true + } + if (ch === 0x72 /* r */) { + state.lastIntValue = 0x0D; /* \r */ + state.advance(); + return true + } + return false +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-ControlLetter +pp$9.regexp_eatControlLetter = function(state) { + var ch = state.current(); + if (isControlLetter(ch)) { + state.lastIntValue = ch % 0x20; + state.advance(); + return true + } + return false +}; +function isControlLetter(ch) { + return ( + (ch >= 0x41 /* A */ && ch <= 0x5A /* Z */) || + (ch >= 0x61 /* a */ && ch <= 0x7A /* z */) + ) +} + +// https://www.ecma-international.org/ecma-262/8.0/#prod-RegExpUnicodeEscapeSequence +pp$9.regexp_eatRegExpUnicodeEscapeSequence = function(state) { + var start = state.pos; + + if (state.eat(0x75 /* u */)) { + if (this.regexp_eatFixedHexDigits(state, 4)) { + var lead = state.lastIntValue; + if (state.switchU && lead >= 0xD800 && lead <= 0xDBFF) { + var leadSurrogateEnd = state.pos; + if (state.eat(0x5C /* \ */) && state.eat(0x75 /* u */) && this.regexp_eatFixedHexDigits(state, 4)) { + var trail = state.lastIntValue; + if (trail >= 0xDC00 && trail <= 0xDFFF) { + state.lastIntValue = (lead - 0xD800) * 0x400 + (trail - 0xDC00) + 0x10000; + return true + } + } + state.pos = leadSurrogateEnd; + state.lastIntValue = lead; + } + return true + } + if ( + state.switchU && + state.eat(0x7B /* { */) && + this.regexp_eatHexDigits(state) && + state.eat(0x7D /* } */) && + isValidUnicode(state.lastIntValue) + ) { + return true + } + if (state.switchU) { + state.raise("Invalid unicode escape"); + } + state.pos = start; + } + + return false +}; +function isValidUnicode(ch) { + return ch >= 0 && ch <= 0x10FFFF +} + +// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-IdentityEscape +pp$9.regexp_eatIdentityEscape = function(state) { + if (state.switchU) { + if (this.regexp_eatSyntaxCharacter(state)) { + return true + } + if (state.eat(0x2F /* / */)) { + state.lastIntValue = 0x2F; /* / */ + return true + } + return false + } + + var ch = state.current(); + if (ch !== 0x63 /* c */ && (!state.switchN || ch !== 0x6B /* k */)) { + state.lastIntValue = ch; + state.advance(); + return true + } + + return false +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-DecimalEscape +pp$9.regexp_eatDecimalEscape = function(state) { + state.lastIntValue = 0; + var ch = state.current(); + if (ch >= 0x31 /* 1 */ && ch <= 0x39 /* 9 */) { + do { + state.lastIntValue = 10 * state.lastIntValue + (ch - 0x30 /* 0 */); + state.advance(); + } while ((ch = state.current()) >= 0x30 /* 0 */ && ch <= 0x39 /* 9 */) + return true + } + return false +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-CharacterClassEscape +pp$9.regexp_eatCharacterClassEscape = function(state) { + var ch = state.current(); + + if (isCharacterClassEscape(ch)) { + state.lastIntValue = -1; + state.advance(); + return true + } + + if ( + state.switchU && + this.options.ecmaVersion >= 9 && + (ch === 0x50 /* P */ || ch === 0x70 /* p */) + ) { + state.lastIntValue = -1; + state.advance(); + if ( + state.eat(0x7B /* { */) && + this.regexp_eatUnicodePropertyValueExpression(state) && + state.eat(0x7D /* } */) + ) { + return true + } + state.raise("Invalid property name"); + } + + return false +}; +function isCharacterClassEscape(ch) { + return ( + ch === 0x64 /* d */ || + ch === 0x44 /* D */ || + ch === 0x73 /* s */ || + ch === 0x53 /* S */ || + ch === 0x77 /* w */ || + ch === 0x57 /* W */ + ) +} + +// UnicodePropertyValueExpression :: +// UnicodePropertyName `=` UnicodePropertyValue +// LoneUnicodePropertyNameOrValue +pp$9.regexp_eatUnicodePropertyValueExpression = function(state) { + var start = state.pos; + + // UnicodePropertyName `=` UnicodePropertyValue + if (this.regexp_eatUnicodePropertyName(state) && state.eat(0x3D /* = */)) { + var name = state.lastStringValue; + if (this.regexp_eatUnicodePropertyValue(state)) { + var value = state.lastStringValue; + this.regexp_validateUnicodePropertyNameAndValue(state, name, value); + return true + } + } + state.pos = start; + + // LoneUnicodePropertyNameOrValue + if (this.regexp_eatLoneUnicodePropertyNameOrValue(state)) { + var nameOrValue = state.lastStringValue; + this.regexp_validateUnicodePropertyNameOrValue(state, nameOrValue); + return true + } + return false +}; +pp$9.regexp_validateUnicodePropertyNameAndValue = function(state, name, value) { + if (!data.hasOwnProperty(name) || data[name].indexOf(value) === -1) { + state.raise("Invalid property name"); + } +}; +pp$9.regexp_validateUnicodePropertyNameOrValue = function(state, nameOrValue) { + if (data.$LONE.indexOf(nameOrValue) === -1) { + state.raise("Invalid property name"); + } +}; + +// UnicodePropertyName :: +// UnicodePropertyNameCharacters +pp$9.regexp_eatUnicodePropertyName = function(state) { + var ch = 0; + state.lastStringValue = ""; + while (isUnicodePropertyNameCharacter(ch = state.current())) { + state.lastStringValue += codePointToString$1(ch); + state.advance(); + } + return state.lastStringValue !== "" +}; +function isUnicodePropertyNameCharacter(ch) { + return isControlLetter(ch) || ch === 0x5F /* _ */ +} + +// UnicodePropertyValue :: +// UnicodePropertyValueCharacters +pp$9.regexp_eatUnicodePropertyValue = function(state) { + var ch = 0; + state.lastStringValue = ""; + while (isUnicodePropertyValueCharacter(ch = state.current())) { + state.lastStringValue += codePointToString$1(ch); + state.advance(); + } + return state.lastStringValue !== "" +}; +function isUnicodePropertyValueCharacter(ch) { + return isUnicodePropertyNameCharacter(ch) || isDecimalDigit(ch) +} + +// LoneUnicodePropertyNameOrValue :: +// UnicodePropertyValueCharacters +pp$9.regexp_eatLoneUnicodePropertyNameOrValue = function(state) { + return this.regexp_eatUnicodePropertyValue(state) +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-CharacterClass +pp$9.regexp_eatCharacterClass = function(state) { + if (state.eat(0x5B /* [ */)) { + state.eat(0x5E /* ^ */); + this.regexp_classRanges(state); + if (state.eat(0x5D /* [ */)) { + return true + } + // Unreachable since it threw "unterminated regular expression" error before. + state.raise("Unterminated character class"); + } + return false +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-ClassRanges +// https://www.ecma-international.org/ecma-262/8.0/#prod-NonemptyClassRanges +// https://www.ecma-international.org/ecma-262/8.0/#prod-NonemptyClassRangesNoDash +pp$9.regexp_classRanges = function(state) { + var this$1 = this; + + while (this.regexp_eatClassAtom(state)) { + var left = state.lastIntValue; + if (state.eat(0x2D /* - */) && this$1.regexp_eatClassAtom(state)) { + var right = state.lastIntValue; + if (state.switchU && (left === -1 || right === -1)) { + state.raise("Invalid character class"); + } + if (left !== -1 && right !== -1 && left > right) { + state.raise("Range out of order in character class"); + } + } + } +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-ClassAtom +// https://www.ecma-international.org/ecma-262/8.0/#prod-ClassAtomNoDash +pp$9.regexp_eatClassAtom = function(state) { + var start = state.pos; + + if (state.eat(0x5C /* \ */)) { + if (this.regexp_eatClassEscape(state)) { + return true + } + if (state.switchU) { + // Make the same message as V8. + var ch$1 = state.current(); + if (ch$1 === 0x63 /* c */ || isOctalDigit(ch$1)) { + state.raise("Invalid class escape"); + } + state.raise("Invalid escape"); + } + state.pos = start; + } + + var ch = state.current(); + if (ch !== 0x5D /* [ */) { + state.lastIntValue = ch; + state.advance(); + return true + } + + return false +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ClassEscape +pp$9.regexp_eatClassEscape = function(state) { + var start = state.pos; + + if (state.eat(0x62 /* b */)) { + state.lastIntValue = 0x08; /* */ + return true + } + + if (state.switchU && state.eat(0x2D /* - */)) { + state.lastIntValue = 0x2D; /* - */ + return true + } + + if (!state.switchU && state.eat(0x63 /* c */)) { + if (this.regexp_eatClassControlLetter(state)) { + return true + } + state.pos = start; + } + + return ( + this.regexp_eatCharacterClassEscape(state) || + this.regexp_eatCharacterEscape(state) + ) +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ClassControlLetter +pp$9.regexp_eatClassControlLetter = function(state) { + var ch = state.current(); + if (isDecimalDigit(ch) || ch === 0x5F /* _ */) { + state.lastIntValue = ch % 0x20; + state.advance(); + return true + } + return false +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-HexEscapeSequence +pp$9.regexp_eatHexEscapeSequence = function(state) { + var start = state.pos; + if (state.eat(0x78 /* x */)) { + if (this.regexp_eatFixedHexDigits(state, 2)) { + return true + } + if (state.switchU) { + state.raise("Invalid escape"); + } + state.pos = start; + } + return false +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-DecimalDigits +pp$9.regexp_eatDecimalDigits = function(state) { + var start = state.pos; + var ch = 0; + state.lastIntValue = 0; + while (isDecimalDigit(ch = state.current())) { + state.lastIntValue = 10 * state.lastIntValue + (ch - 0x30 /* 0 */); + state.advance(); + } + return state.pos !== start +}; +function isDecimalDigit(ch) { + return ch >= 0x30 /* 0 */ && ch <= 0x39 /* 9 */ +} + +// https://www.ecma-international.org/ecma-262/8.0/#prod-HexDigits +pp$9.regexp_eatHexDigits = function(state) { + var start = state.pos; + var ch = 0; + state.lastIntValue = 0; + while (isHexDigit(ch = state.current())) { + state.lastIntValue = 16 * state.lastIntValue + hexToInt(ch); + state.advance(); + } + return state.pos !== start +}; +function isHexDigit(ch) { + return ( + (ch >= 0x30 /* 0 */ && ch <= 0x39 /* 9 */) || + (ch >= 0x41 /* A */ && ch <= 0x46 /* F */) || + (ch >= 0x61 /* a */ && ch <= 0x66 /* f */) + ) +} +function hexToInt(ch) { + if (ch >= 0x41 /* A */ && ch <= 0x46 /* F */) { + return 10 + (ch - 0x41 /* A */) + } + if (ch >= 0x61 /* a */ && ch <= 0x66 /* f */) { + return 10 + (ch - 0x61 /* a */) + } + return ch - 0x30 /* 0 */ +} + +// https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-LegacyOctalEscapeSequence +// Allows only 0-377(octal) i.e. 0-255(decimal). +pp$9.regexp_eatLegacyOctalEscapeSequence = function(state) { + if (this.regexp_eatOctalDigit(state)) { + var n1 = state.lastIntValue; + if (this.regexp_eatOctalDigit(state)) { + var n2 = state.lastIntValue; + if (n1 <= 3 && this.regexp_eatOctalDigit(state)) { + state.lastIntValue = n1 * 64 + n2 * 8 + state.lastIntValue; + } else { + state.lastIntValue = n1 * 8 + n2; + } + } else { + state.lastIntValue = n1; + } + return true + } + return false +}; + +// https://www.ecma-international.org/ecma-262/8.0/#prod-OctalDigit +pp$9.regexp_eatOctalDigit = function(state) { + var ch = state.current(); + if (isOctalDigit(ch)) { + state.lastIntValue = ch - 0x30; /* 0 */ + state.advance(); + return true + } + state.lastIntValue = 0; + return false +}; +function isOctalDigit(ch) { + return ch >= 0x30 /* 0 */ && ch <= 0x37 /* 7 */ +} + +// https://www.ecma-international.org/ecma-262/8.0/#prod-Hex4Digits +// https://www.ecma-international.org/ecma-262/8.0/#prod-HexDigit +// And HexDigit HexDigit in https://www.ecma-international.org/ecma-262/8.0/#prod-HexEscapeSequence +pp$9.regexp_eatFixedHexDigits = function(state, length) { + var start = state.pos; + state.lastIntValue = 0; + for (var i = 0; i < length; ++i) { + var ch = state.current(); + if (!isHexDigit(ch)) { + state.pos = start; + return false + } + state.lastIntValue = 16 * state.lastIntValue + hexToInt(ch); + state.advance(); + } + return true +}; + +// Object type used to represent tokens. Note that normally, tokens +// simply exist as properties on the parser object. This is only +// used for the onToken callback and the external tokenizer. + +var Token = function Token(p) { + this.type = p.type; + this.value = p.value; + this.start = p.start; + this.end = p.end; + if (p.options.locations) + { this.loc = new SourceLocation(p, p.startLoc, p.endLoc); } + if (p.options.ranges) + { this.range = [p.start, p.end]; } +}; + +// ## Tokenizer + +var pp$8 = Parser.prototype; + +// Move to the next token + +pp$8.next = function() { + if (this.options.onToken) + { this.options.onToken(new Token(this)); } + + this.lastTokEnd = this.end; + this.lastTokStart = this.start; + this.lastTokEndLoc = this.endLoc; + this.lastTokStartLoc = this.startLoc; + this.nextToken(); +}; + +pp$8.getToken = function() { + this.next(); + return new Token(this) +}; + +// If we're in an ES6 environment, make parsers iterable +if (typeof Symbol !== "undefined") + { pp$8[Symbol.iterator] = function() { + var this$1 = this; + + return { + next: function () { + var token = this$1.getToken(); + return { + done: token.type === types.eof, + value: token + } + } + } + }; } + +// Toggle strict mode. Re-reads the next number or string to please +// pedantic tests (`"use strict"; 010;` should fail). + +pp$8.curContext = function() { + return this.context[this.context.length - 1] +}; + +// Read a single token, updating the parser object's token-related +// properties. + +pp$8.nextToken = function() { + var curContext = this.curContext(); + if (!curContext || !curContext.preserveSpace) { this.skipSpace(); } + + this.start = this.pos; + if (this.options.locations) { this.startLoc = this.curPosition(); } + if (this.pos >= this.input.length) { return this.finishToken(types.eof) } + + if (curContext.override) { return curContext.override(this) } + else { this.readToken(this.fullCharCodeAtPos()); } +}; + +pp$8.readToken = function(code) { + // Identifier or keyword. '\uXXXX' sequences are allowed in + // identifiers, so '\' also dispatches to that. + if (isIdentifierStart(code, this.options.ecmaVersion >= 6) || code === 92 /* '\' */) + { return this.readWord() } + + return this.getTokenFromCode(code) +}; + +pp$8.fullCharCodeAtPos = function() { + var code = this.input.charCodeAt(this.pos); + if (code <= 0xd7ff || code >= 0xe000) { return code } + var next = this.input.charCodeAt(this.pos + 1); + return (code << 10) + next - 0x35fdc00 +}; + +pp$8.skipBlockComment = function() { + var this$1 = this; + + var startLoc = this.options.onComment && this.curPosition(); + var start = this.pos, end = this.input.indexOf("*/", this.pos += 2); + if (end === -1) { this.raise(this.pos - 2, "Unterminated comment"); } + this.pos = end + 2; + if (this.options.locations) { + lineBreakG.lastIndex = start; + var match; + while ((match = lineBreakG.exec(this.input)) && match.index < this.pos) { + ++this$1.curLine; + this$1.lineStart = match.index + match[0].length; + } + } + if (this.options.onComment) + { this.options.onComment(true, this.input.slice(start + 2, end), start, this.pos, + startLoc, this.curPosition()); } +}; + +pp$8.skipLineComment = function(startSkip) { + var this$1 = this; + + var start = this.pos; + var startLoc = this.options.onComment && this.curPosition(); + var ch = this.input.charCodeAt(this.pos += startSkip); + while (this.pos < this.input.length && !isNewLine(ch)) { + ch = this$1.input.charCodeAt(++this$1.pos); + } + if (this.options.onComment) + { this.options.onComment(false, this.input.slice(start + startSkip, this.pos), start, this.pos, + startLoc, this.curPosition()); } +}; + +// Called at the start of the parse and after every token. Skips +// whitespace and comments, and. + +pp$8.skipSpace = function() { + var this$1 = this; + + loop: while (this.pos < this.input.length) { + var ch = this$1.input.charCodeAt(this$1.pos); + switch (ch) { + case 32: case 160: // ' ' + ++this$1.pos; + break + case 13: + if (this$1.input.charCodeAt(this$1.pos + 1) === 10) { + ++this$1.pos; + } + case 10: case 8232: case 8233: + ++this$1.pos; + if (this$1.options.locations) { + ++this$1.curLine; + this$1.lineStart = this$1.pos; + } + break + case 47: // '/' + switch (this$1.input.charCodeAt(this$1.pos + 1)) { + case 42: // '*' + this$1.skipBlockComment(); + break + case 47: + this$1.skipLineComment(2); + break + default: + break loop + } + break + default: + if (ch > 8 && ch < 14 || ch >= 5760 && nonASCIIwhitespace.test(String.fromCharCode(ch))) { + ++this$1.pos; + } else { + break loop + } + } + } +}; + +// Called at the end of every token. Sets `end`, `val`, and +// maintains `context` and `exprAllowed`, and skips the space after +// the token, so that the next one's `start` will point at the +// right position. + +pp$8.finishToken = function(type, val) { + this.end = this.pos; + if (this.options.locations) { this.endLoc = this.curPosition(); } + var prevType = this.type; + this.type = type; + this.value = val; + + this.updateContext(prevType); +}; + +// ### Token reading + +// This is the function that is called to fetch the next token. It +// is somewhat obscure, because it works in character codes rather +// than characters, and because operator parsing has been inlined +// into it. +// +// All in the name of speed. +// +pp$8.readToken_dot = function() { + var next = this.input.charCodeAt(this.pos + 1); + if (next >= 48 && next <= 57) { return this.readNumber(true) } + var next2 = this.input.charCodeAt(this.pos + 2); + if (this.options.ecmaVersion >= 6 && next === 46 && next2 === 46) { // 46 = dot '.' + this.pos += 3; + return this.finishToken(types.ellipsis) + } else { + ++this.pos; + return this.finishToken(types.dot) + } +}; + +pp$8.readToken_slash = function() { // '/' + var next = this.input.charCodeAt(this.pos + 1); + if (this.exprAllowed) { ++this.pos; return this.readRegexp() } + if (next === 61) { return this.finishOp(types.assign, 2) } + return this.finishOp(types.slash, 1) +}; + +pp$8.readToken_mult_modulo_exp = function(code) { // '%*' + var next = this.input.charCodeAt(this.pos + 1); + var size = 1; + var tokentype = code === 42 ? types.star : types.modulo; + + // exponentiation operator ** and **= + if (this.options.ecmaVersion >= 7 && code === 42 && next === 42) { + ++size; + tokentype = types.starstar; + next = this.input.charCodeAt(this.pos + 2); + } + + if (next === 61) { return this.finishOp(types.assign, size + 1) } + return this.finishOp(tokentype, size) +}; + +pp$8.readToken_pipe_amp = function(code) { // '|&' + var next = this.input.charCodeAt(this.pos + 1); + if (next === code) { return this.finishOp(code === 124 ? types.logicalOR : types.logicalAND, 2) } + if (next === 61) { return this.finishOp(types.assign, 2) } + return this.finishOp(code === 124 ? types.bitwiseOR : types.bitwiseAND, 1) +}; + +pp$8.readToken_caret = function() { // '^' + var next = this.input.charCodeAt(this.pos + 1); + if (next === 61) { return this.finishOp(types.assign, 2) } + return this.finishOp(types.bitwiseXOR, 1) +}; + +pp$8.readToken_plus_min = function(code) { // '+-' + var next = this.input.charCodeAt(this.pos + 1); + if (next === code) { + if (next === 45 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 62 && + (this.lastTokEnd === 0 || lineBreak.test(this.input.slice(this.lastTokEnd, this.pos)))) { + // A `-->` line comment + this.skipLineComment(3); + this.skipSpace(); + return this.nextToken() + } + return this.finishOp(types.incDec, 2) + } + if (next === 61) { return this.finishOp(types.assign, 2) } + return this.finishOp(types.plusMin, 1) +}; + +pp$8.readToken_lt_gt = function(code) { // '<>' + var next = this.input.charCodeAt(this.pos + 1); + var size = 1; + if (next === code) { + size = code === 62 && this.input.charCodeAt(this.pos + 2) === 62 ? 3 : 2; + if (this.input.charCodeAt(this.pos + size) === 61) { return this.finishOp(types.assign, size + 1) } + return this.finishOp(types.bitShift, size) + } + if (next === 33 && code === 60 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 45 && + this.input.charCodeAt(this.pos + 3) === 45) { + // `` line comment + this.skipLineComment(3); + this.skipSpace(); + return this.nextToken() + } + return this.finishOp(types.incDec, 2) + } + if (next === 61) { return this.finishOp(types.assign, 2) } + return this.finishOp(types.plusMin, 1) +}; + +pp$8.readToken_lt_gt = function(code) { // '<>' + var next = this.input.charCodeAt(this.pos + 1); + var size = 1; + if (next === code) { + size = code === 62 && this.input.charCodeAt(this.pos + 2) === 62 ? 3 : 2; + if (this.input.charCodeAt(this.pos + size) === 61) { return this.finishOp(types.assign, size + 1) } + return this.finishOp(types.bitShift, size) + } + if (next === 33 && code === 60 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 45 && + this.input.charCodeAt(this.pos + 3) === 45) { + // ` + +AsyncKit provides harness for `parallel` and `serial` iterators over list of items represented by arrays or objects. +Optionally it accepts abort function (should be synchronously return by iterator for each item), and terminates left over jobs upon an error event. For specific iteration order built-in (`ascending` and `descending`) and custom sort helpers also supported, via `asynckit.serialOrdered` method. + +It ensures async operations to keep behavior more stable and prevent `Maximum call stack size exceeded` errors, from sync iterators. + +| compression | size | +| :----------------- | -------: | +| asynckit.js | 12.34 kB | +| asynckit.min.js | 4.11 kB | +| asynckit.min.js.gz | 1.47 kB | + + +## Install + +```sh +$ npm install --save asynckit +``` + +## Examples + +### Parallel Jobs + +Runs iterator over provided array in parallel. Stores output in the `result` array, +on the matching positions. In unlikely event of an error from one of the jobs, +will terminate rest of the active jobs (if abort function is provided) +and return error along with salvaged data to the main callback function. + +#### Input Array + +```javascript +var parallel = require('asynckit').parallel + , assert = require('assert') + ; + +var source = [ 1, 1, 4, 16, 64, 32, 8, 2 ] + , expectedResult = [ 2, 2, 8, 32, 128, 64, 16, 4 ] + , expectedTarget = [ 1, 1, 2, 4, 8, 16, 32, 64 ] + , target = [] + ; + +parallel(source, asyncJob, function(err, result) +{ + assert.deepEqual(result, expectedResult); + assert.deepEqual(target, expectedTarget); +}); + +// async job accepts one element from the array +// and a callback function +function asyncJob(item, cb) +{ + // different delays (in ms) per item + var delay = item * 25; + + // pretend different jobs take different time to finish + // and not in consequential order + var timeoutId = setTimeout(function() { + target.push(item); + cb(null, item * 2); + }, delay); + + // allow to cancel "leftover" jobs upon error + // return function, invoking of which will abort this job + return clearTimeout.bind(null, timeoutId); +} +``` + +More examples could be found in [test/test-parallel-array.js](test/test-parallel-array.js). + +#### Input Object + +Also it supports named jobs, listed via object. + +```javascript +var parallel = require('asynckit/parallel') + , assert = require('assert') + ; + +var source = { first: 1, one: 1, four: 4, sixteen: 16, sixtyFour: 64, thirtyTwo: 32, eight: 8, two: 2 } + , expectedResult = { first: 2, one: 2, four: 8, sixteen: 32, sixtyFour: 128, thirtyTwo: 64, eight: 16, two: 4 } + , expectedTarget = [ 1, 1, 2, 4, 8, 16, 32, 64 ] + , expectedKeys = [ 'first', 'one', 'two', 'four', 'eight', 'sixteen', 'thirtyTwo', 'sixtyFour' ] + , target = [] + , keys = [] + ; + +parallel(source, asyncJob, function(err, result) +{ + assert.deepEqual(result, expectedResult); + assert.deepEqual(target, expectedTarget); + assert.deepEqual(keys, expectedKeys); +}); + +// supports full value, key, callback (shortcut) interface +function asyncJob(item, key, cb) +{ + // different delays (in ms) per item + var delay = item * 25; + + // pretend different jobs take different time to finish + // and not in consequential order + var timeoutId = setTimeout(function() { + keys.push(key); + target.push(item); + cb(null, item * 2); + }, delay); + + // allow to cancel "leftover" jobs upon error + // return function, invoking of which will abort this job + return clearTimeout.bind(null, timeoutId); +} +``` + +More examples could be found in [test/test-parallel-object.js](test/test-parallel-object.js). + +### Serial Jobs + +Runs iterator over provided array sequentially. Stores output in the `result` array, +on the matching positions. In unlikely event of an error from one of the jobs, +will not proceed to the rest of the items in the list +and return error along with salvaged data to the main callback function. + +#### Input Array + +```javascript +var serial = require('asynckit/serial') + , assert = require('assert') + ; + +var source = [ 1, 1, 4, 16, 64, 32, 8, 2 ] + , expectedResult = [ 2, 2, 8, 32, 128, 64, 16, 4 ] + , expectedTarget = [ 0, 1, 2, 3, 4, 5, 6, 7 ] + , target = [] + ; + +serial(source, asyncJob, function(err, result) +{ + assert.deepEqual(result, expectedResult); + assert.deepEqual(target, expectedTarget); +}); + +// extended interface (item, key, callback) +// also supported for arrays +function asyncJob(item, key, cb) +{ + target.push(key); + + // it will be automatically made async + // even it iterator "returns" in the same event loop + cb(null, item * 2); +} +``` + +More examples could be found in [test/test-serial-array.js](test/test-serial-array.js). + +#### Input Object + +Also it supports named jobs, listed via object. + +```javascript +var serial = require('asynckit').serial + , assert = require('assert') + ; + +var source = [ 1, 1, 4, 16, 64, 32, 8, 2 ] + , expectedResult = [ 2, 2, 8, 32, 128, 64, 16, 4 ] + , expectedTarget = [ 0, 1, 2, 3, 4, 5, 6, 7 ] + , target = [] + ; + +var source = { first: 1, one: 1, four: 4, sixteen: 16, sixtyFour: 64, thirtyTwo: 32, eight: 8, two: 2 } + , expectedResult = { first: 2, one: 2, four: 8, sixteen: 32, sixtyFour: 128, thirtyTwo: 64, eight: 16, two: 4 } + , expectedTarget = [ 1, 1, 4, 16, 64, 32, 8, 2 ] + , target = [] + ; + + +serial(source, asyncJob, function(err, result) +{ + assert.deepEqual(result, expectedResult); + assert.deepEqual(target, expectedTarget); +}); + +// shortcut interface (item, callback) +// works for object as well as for the arrays +function asyncJob(item, cb) +{ + target.push(item); + + // it will be automatically made async + // even it iterator "returns" in the same event loop + cb(null, item * 2); +} +``` + +More examples could be found in [test/test-serial-object.js](test/test-serial-object.js). + +_Note: Since _object_ is an _unordered_ collection of properties, +it may produce unexpected results with sequential iterations. +Whenever order of the jobs' execution is important please use `serialOrdered` method._ + +### Ordered Serial Iterations + +TBD + +For example [compare-property](compare-property) package. + +### Streaming interface + +TBD + +## Want to Know More? + +More examples can be found in [test folder](test/). + +Or open an [issue](https://github.com/alexindigo/asynckit/issues) with questions and/or suggestions. + +## License + +AsyncKit is licensed under the MIT license. diff --git a/user/themes/gilles_acezat/node_modules/asynckit/bench.js b/user/themes/gilles_acezat/node_modules/asynckit/bench.js new file mode 100644 index 0000000..c612f1a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/asynckit/bench.js @@ -0,0 +1,76 @@ +/* eslint no-console: "off" */ + +var asynckit = require('./') + , async = require('async') + , assert = require('assert') + , expected = 0 + ; + +var Benchmark = require('benchmark'); +var suite = new Benchmark.Suite; + +var source = []; +for (var z = 1; z < 100; z++) +{ + source.push(z); + expected += z; +} + +suite +// add tests + +.add('async.map', function(deferred) +{ + var total = 0; + + async.map(source, + function(i, cb) + { + setImmediate(function() + { + total += i; + cb(null, total); + }); + }, + function(err, result) + { + assert.ifError(err); + assert.equal(result[result.length - 1], expected); + deferred.resolve(); + }); +}, {'defer': true}) + + +.add('asynckit.parallel', function(deferred) +{ + var total = 0; + + asynckit.parallel(source, + function(i, cb) + { + setImmediate(function() + { + total += i; + cb(null, total); + }); + }, + function(err, result) + { + assert.ifError(err); + assert.equal(result[result.length - 1], expected); + deferred.resolve(); + }); +}, {'defer': true}) + + +// add listeners +.on('cycle', function(ev) +{ + console.log(String(ev.target)); +}) +.on('complete', function() +{ + console.log('Fastest is ' + this.filter('fastest').map('name')); +}) +// run async +.run({ 'async': true }); diff --git a/user/themes/gilles_acezat/node_modules/asynckit/index.js b/user/themes/gilles_acezat/node_modules/asynckit/index.js new file mode 100644 index 0000000..455f945 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/asynckit/index.js @@ -0,0 +1,6 @@ +module.exports = +{ + parallel : require('./parallel.js'), + serial : require('./serial.js'), + serialOrdered : require('./serialOrdered.js') +}; diff --git a/user/themes/gilles_acezat/node_modules/asynckit/lib/abort.js b/user/themes/gilles_acezat/node_modules/asynckit/lib/abort.js new file mode 100644 index 0000000..114367e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/asynckit/lib/abort.js @@ -0,0 +1,29 @@ +// API +module.exports = abort; + +/** + * Aborts leftover active jobs + * + * @param {object} state - current state object + */ +function abort(state) +{ + Object.keys(state.jobs).forEach(clean.bind(state)); + + // reset leftover jobs + state.jobs = {}; +} + +/** + * Cleans up leftover job by invoking abort function for the provided job id + * + * @this state + * @param {string|number} key - job id to abort + */ +function clean(key) +{ + if (typeof this.jobs[key] == 'function') + { + this.jobs[key](); + } +} diff --git a/user/themes/gilles_acezat/node_modules/asynckit/lib/async.js b/user/themes/gilles_acezat/node_modules/asynckit/lib/async.js new file mode 100644 index 0000000..7f1288a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/asynckit/lib/async.js @@ -0,0 +1,34 @@ +var defer = require('./defer.js'); + +// API +module.exports = async; + +/** + * Runs provided callback asynchronously + * even if callback itself is not + * + * @param {function} callback - callback to invoke + * @returns {function} - augmented callback + */ +function async(callback) +{ + var isAsync = false; + + // check if async happened + defer(function() { isAsync = true; }); + + return function async_callback(err, result) + { + if (isAsync) + { + callback(err, result); + } + else + { + defer(function nextTick_callback() + { + callback(err, result); + }); + } + }; +} diff --git a/user/themes/gilles_acezat/node_modules/asynckit/lib/defer.js b/user/themes/gilles_acezat/node_modules/asynckit/lib/defer.js new file mode 100644 index 0000000..b67110c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/asynckit/lib/defer.js @@ -0,0 +1,26 @@ +module.exports = defer; + +/** + * Runs provided function on next iteration of the event loop + * + * @param {function} fn - function to run + */ +function defer(fn) +{ + var nextTick = typeof setImmediate == 'function' + ? setImmediate + : ( + typeof process == 'object' && typeof process.nextTick == 'function' + ? process.nextTick + : null + ); + + if (nextTick) + { + nextTick(fn); + } + else + { + setTimeout(fn, 0); + } +} diff --git a/user/themes/gilles_acezat/node_modules/asynckit/lib/iterate.js b/user/themes/gilles_acezat/node_modules/asynckit/lib/iterate.js new file mode 100644 index 0000000..5d2839a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/asynckit/lib/iterate.js @@ -0,0 +1,75 @@ +var async = require('./async.js') + , abort = require('./abort.js') + ; + +// API +module.exports = iterate; + +/** + * Iterates over each job object + * + * @param {array|object} list - array or object (named list) to iterate over + * @param {function} iterator - iterator to run + * @param {object} state - current job status + * @param {function} callback - invoked when all elements processed + */ +function iterate(list, iterator, state, callback) +{ + // store current index + var key = state['keyedList'] ? state['keyedList'][state.index] : state.index; + + state.jobs[key] = runJob(iterator, key, list[key], function(error, output) + { + // don't repeat yourself + // skip secondary callbacks + if (!(key in state.jobs)) + { + return; + } + + // clean up jobs + delete state.jobs[key]; + + if (error) + { + // don't process rest of the results + // stop still active jobs + // and reset the list + abort(state); + } + else + { + state.results[key] = output; + } + + // return salvaged results + callback(error, state.results); + }); +} + +/** + * Runs iterator over provided job element + * + * @param {function} iterator - iterator to invoke + * @param {string|number} key - key/index of the element in the list of jobs + * @param {mixed} item - job description + * @param {function} callback - invoked after iterator is done with the job + * @returns {function|mixed} - job abort function or something else + */ +function runJob(iterator, key, item, callback) +{ + var aborter; + + // allow shortcut if iterator expects only two arguments + if (iterator.length == 2) + { + aborter = iterator(item, async(callback)); + } + // otherwise go with full three arguments + else + { + aborter = iterator(item, key, async(callback)); + } + + return aborter; +} diff --git a/user/themes/gilles_acezat/node_modules/asynckit/lib/readable_asynckit.js b/user/themes/gilles_acezat/node_modules/asynckit/lib/readable_asynckit.js new file mode 100644 index 0000000..78ad240 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/asynckit/lib/readable_asynckit.js @@ -0,0 +1,91 @@ +var streamify = require('./streamify.js') + , defer = require('./defer.js') + ; + +// API +module.exports = ReadableAsyncKit; + +/** + * Base constructor for all streams + * used to hold properties/methods + */ +function ReadableAsyncKit() +{ + ReadableAsyncKit.super_.apply(this, arguments); + + // list of active jobs + this.jobs = {}; + + // add stream methods + this.destroy = destroy; + this._start = _start; + this._read = _read; +} + +/** + * Destroys readable stream, + * by aborting outstanding jobs + * + * @returns {void} + */ +function destroy() +{ + if (this.destroyed) + { + return; + } + + this.destroyed = true; + + if (typeof this.terminator == 'function') + { + this.terminator(); + } +} + +/** + * Starts provided jobs in async manner + * + * @private + */ +function _start() +{ + // first argument – runner function + var runner = arguments[0] + // take away first argument + , args = Array.prototype.slice.call(arguments, 1) + // second argument - input data + , input = args[0] + // last argument - result callback + , endCb = streamify.callback.call(this, args[args.length - 1]) + ; + + args[args.length - 1] = endCb; + // third argument - iterator + args[1] = streamify.iterator.call(this, args[1]); + + // allow time for proper setup + defer(function() + { + if (!this.destroyed) + { + this.terminator = runner.apply(null, args); + } + else + { + endCb(null, Array.isArray(input) ? [] : {}); + } + }.bind(this)); +} + + +/** + * Implement _read to comply with Readable streams + * Doesn't really make sense for flowing object mode + * + * @private + */ +function _read() +{ + +} diff --git a/user/themes/gilles_acezat/node_modules/asynckit/lib/readable_parallel.js b/user/themes/gilles_acezat/node_modules/asynckit/lib/readable_parallel.js new file mode 100644 index 0000000..5d2929f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/asynckit/lib/readable_parallel.js @@ -0,0 +1,25 @@ +var parallel = require('../parallel.js'); + +// API +module.exports = ReadableParallel; + +/** + * Streaming wrapper to `asynckit.parallel` + * + * @param {array|object} list - array or object (named list) to iterate over + * @param {function} iterator - iterator to run + * @param {function} callback - invoked when all elements processed + * @returns {stream.Readable#} + */ +function ReadableParallel(list, iterator, callback) +{ + if (!(this instanceof ReadableParallel)) + { + return new ReadableParallel(list, iterator, callback); + } + + // turn on object mode + ReadableParallel.super_.call(this, {objectMode: true}); + + this._start(parallel, list, iterator, callback); +} diff --git a/user/themes/gilles_acezat/node_modules/asynckit/lib/readable_serial.js b/user/themes/gilles_acezat/node_modules/asynckit/lib/readable_serial.js new file mode 100644 index 0000000..7822698 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/asynckit/lib/readable_serial.js @@ -0,0 +1,25 @@ +var serial = require('../serial.js'); + +// API +module.exports = ReadableSerial; + +/** + * Streaming wrapper to `asynckit.serial` + * + * @param {array|object} list - array or object (named list) to iterate over + * @param {function} iterator - iterator to run + * @param {function} callback - invoked when all elements processed + * @returns {stream.Readable#} + */ +function ReadableSerial(list, iterator, callback) +{ + if (!(this instanceof ReadableSerial)) + { + return new ReadableSerial(list, iterator, callback); + } + + // turn on object mode + ReadableSerial.super_.call(this, {objectMode: true}); + + this._start(serial, list, iterator, callback); +} diff --git a/user/themes/gilles_acezat/node_modules/asynckit/lib/readable_serial_ordered.js b/user/themes/gilles_acezat/node_modules/asynckit/lib/readable_serial_ordered.js new file mode 100644 index 0000000..3de89c4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/asynckit/lib/readable_serial_ordered.js @@ -0,0 +1,29 @@ +var serialOrdered = require('../serialOrdered.js'); + +// API +module.exports = ReadableSerialOrdered; +// expose sort helpers +module.exports.ascending = serialOrdered.ascending; +module.exports.descending = serialOrdered.descending; + +/** + * Streaming wrapper to `asynckit.serialOrdered` + * + * @param {array|object} list - array or object (named list) to iterate over + * @param {function} iterator - iterator to run + * @param {function} sortMethod - custom sort function + * @param {function} callback - invoked when all elements processed + * @returns {stream.Readable#} + */ +function ReadableSerialOrdered(list, iterator, sortMethod, callback) +{ + if (!(this instanceof ReadableSerialOrdered)) + { + return new ReadableSerialOrdered(list, iterator, sortMethod, callback); + } + + // turn on object mode + ReadableSerialOrdered.super_.call(this, {objectMode: true}); + + this._start(serialOrdered, list, iterator, sortMethod, callback); +} diff --git a/user/themes/gilles_acezat/node_modules/asynckit/lib/state.js b/user/themes/gilles_acezat/node_modules/asynckit/lib/state.js new file mode 100644 index 0000000..cbea7ad --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/asynckit/lib/state.js @@ -0,0 +1,37 @@ +// API +module.exports = state; + +/** + * Creates initial state object + * for iteration over list + * + * @param {array|object} list - list to iterate over + * @param {function|null} sortMethod - function to use for keys sort, + * or `null` to keep them as is + * @returns {object} - initial state object + */ +function state(list, sortMethod) +{ + var isNamedList = !Array.isArray(list) + , initState = + { + index : 0, + keyedList: isNamedList || sortMethod ? Object.keys(list) : null, + jobs : {}, + results : isNamedList ? {} : [], + size : isNamedList ? Object.keys(list).length : list.length + } + ; + + if (sortMethod) + { + // sort array keys based on it's values + // sort object's keys just on own merit + initState.keyedList.sort(isNamedList ? sortMethod : function(a, b) + { + return sortMethod(list[a], list[b]); + }); + } + + return initState; +} diff --git a/user/themes/gilles_acezat/node_modules/asynckit/lib/streamify.js b/user/themes/gilles_acezat/node_modules/asynckit/lib/streamify.js new file mode 100644 index 0000000..f56a1c9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/asynckit/lib/streamify.js @@ -0,0 +1,141 @@ +var async = require('./async.js'); + +// API +module.exports = { + iterator: wrapIterator, + callback: wrapCallback +}; + +/** + * Wraps iterators with long signature + * + * @this ReadableAsyncKit# + * @param {function} iterator - function to wrap + * @returns {function} - wrapped function + */ +function wrapIterator(iterator) +{ + var stream = this; + + return function(item, key, cb) + { + var aborter + , wrappedCb = async(wrapIteratorCallback.call(stream, cb, key)) + ; + + stream.jobs[key] = wrappedCb; + + // it's either shortcut (item, cb) + if (iterator.length == 2) + { + aborter = iterator(item, wrappedCb); + } + // or long format (item, key, cb) + else + { + aborter = iterator(item, key, wrappedCb); + } + + return aborter; + }; +} + +/** + * Wraps provided callback function + * allowing to execute snitch function before + * real callback + * + * @this ReadableAsyncKit# + * @param {function} callback - function to wrap + * @returns {function} - wrapped function + */ +function wrapCallback(callback) +{ + var stream = this; + + var wrapped = function(error, result) + { + return finisher.call(stream, error, result, callback); + }; + + return wrapped; +} + +/** + * Wraps provided iterator callback function + * makes sure snitch only called once, + * but passes secondary calls to the original callback + * + * @this ReadableAsyncKit# + * @param {function} callback - callback to wrap + * @param {number|string} key - iteration key + * @returns {function} wrapped callback + */ +function wrapIteratorCallback(callback, key) +{ + var stream = this; + + return function(error, output) + { + // don't repeat yourself + if (!(key in stream.jobs)) + { + callback(error, output); + return; + } + + // clean up jobs + delete stream.jobs[key]; + + return streamer.call(stream, error, {key: key, value: output}, callback); + }; +} + +/** + * Stream wrapper for iterator callback + * + * @this ReadableAsyncKit# + * @param {mixed} error - error response + * @param {mixed} output - iterator output + * @param {function} callback - callback that expects iterator results + */ +function streamer(error, output, callback) +{ + if (error && !this.error) + { + this.error = error; + this.pause(); + this.emit('error', error); + // send back value only, as expected + callback(error, output && output.value); + return; + } + + // stream stuff + this.push(output); + + // back to original track + // send back value only, as expected + callback(error, output && output.value); +} + +/** + * Stream wrapper for finishing callback + * + * @this ReadableAsyncKit# + * @param {mixed} error - error response + * @param {mixed} output - iterator output + * @param {function} callback - callback that expects final results + */ +function finisher(error, output, callback) +{ + // signal end of the stream + // only for successfully finished streams + if (!error) + { + this.push(null); + } + + // back to original track + callback(error, output); +} diff --git a/user/themes/gilles_acezat/node_modules/asynckit/lib/terminator.js b/user/themes/gilles_acezat/node_modules/asynckit/lib/terminator.js new file mode 100644 index 0000000..d6eb992 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/asynckit/lib/terminator.js @@ -0,0 +1,29 @@ +var abort = require('./abort.js') + , async = require('./async.js') + ; + +// API +module.exports = terminator; + +/** + * Terminates jobs in the attached state context + * + * @this AsyncKitState# + * @param {function} callback - final callback to invoke after termination + */ +function terminator(callback) +{ + if (!Object.keys(this.jobs).length) + { + return; + } + + // fast forward iteration index + this.index = this.size; + + // abort jobs + abort(this); + + // send back results we have so far + async(callback)(null, this.results); +} diff --git a/user/themes/gilles_acezat/node_modules/asynckit/package.json b/user/themes/gilles_acezat/node_modules/asynckit/package.json new file mode 100644 index 0000000..ca1fc8f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/asynckit/package.json @@ -0,0 +1,95 @@ +{ + "_args": [ + [ + "asynckit@0.4.0", + "/mnt/data/Sites/r2c.net/user/themes/r2c" + ] + ], + "_development": true, + "_from": "asynckit@0.4.0", + "_id": "asynckit@0.4.0", + "_inBundle": false, + "_integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "_location": "/asynckit", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "asynckit@0.4.0", + "name": "asynckit", + "escapedName": "asynckit", + "rawSpec": "0.4.0", + "saveSpec": null, + "fetchSpec": "0.4.0" + }, + "_requiredBy": [ + "/form-data" + ], + "_resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "_spec": "0.4.0", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c", + "author": { + "name": "Alex Indigo", + "email": "iam@alexindigo.com" + }, + "bugs": { + "url": "https://github.com/alexindigo/asynckit/issues" + }, + "dependencies": {}, + "description": "Minimal async jobs utility library, with streams support", + "devDependencies": { + "browserify": "^13.0.0", + "browserify-istanbul": "^2.0.0", + "coveralls": "^2.11.9", + "eslint": "^2.9.0", + "istanbul": "^0.4.3", + "obake": "^0.1.2", + "phantomjs-prebuilt": "^2.1.7", + "pre-commit": "^1.1.3", + "reamde": "^1.1.0", + "rimraf": "^2.5.2", + "size-table": "^0.2.0", + "tap-spec": "^4.1.1", + "tape": "^4.5.1" + }, + "homepage": "https://github.com/alexindigo/asynckit#readme", + "keywords": [ + "async", + "jobs", + "parallel", + "serial", + "iterator", + "array", + "object", + "stream", + "destroy", + "terminate", + "abort" + ], + "license": "MIT", + "main": "index.js", + "name": "asynckit", + "pre-commit": [ + "clean", + "lint", + "test", + "browser", + "report", + "size" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/alexindigo/asynckit.git" + }, + "scripts": { + "browser": "browserify -t browserify-istanbul test/lib/browserify_adjustment.js test/test-*.js | obake --coverage | tap-spec", + "clean": "rimraf coverage", + "debug": "tape test/test-*.js", + "lint": "eslint *.js lib/*.js test/*.js", + "report": "istanbul report", + "size": "browserify index.js | size-table asynckit", + "test": "istanbul cover --reporter=json tape -- 'test/test-*.js' | tap-spec", + "win-test": "tape test/test-*.js" + }, + "version": "0.4.0" +} diff --git a/user/themes/gilles_acezat/node_modules/asynckit/parallel.js b/user/themes/gilles_acezat/node_modules/asynckit/parallel.js new file mode 100644 index 0000000..3c50344 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/asynckit/parallel.js @@ -0,0 +1,43 @@ +var iterate = require('./lib/iterate.js') + , initState = require('./lib/state.js') + , terminator = require('./lib/terminator.js') + ; + +// Public API +module.exports = parallel; + +/** + * Runs iterator over provided array elements in parallel + * + * @param {array|object} list - array or object (named list) to iterate over + * @param {function} iterator - iterator to run + * @param {function} callback - invoked when all elements processed + * @returns {function} - jobs terminator + */ +function parallel(list, iterator, callback) +{ + var state = initState(list); + + while (state.index < (state['keyedList'] || list).length) + { + iterate(list, iterator, state, function(error, result) + { + if (error) + { + callback(error, result); + return; + } + + // looks like it's the last one + if (Object.keys(state.jobs).length === 0) + { + callback(null, state.results); + return; + } + }); + + state.index++; + } + + return terminator.bind(state, callback); +} diff --git a/user/themes/gilles_acezat/node_modules/asynckit/serial.js b/user/themes/gilles_acezat/node_modules/asynckit/serial.js new file mode 100644 index 0000000..6cd949a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/asynckit/serial.js @@ -0,0 +1,17 @@ +var serialOrdered = require('./serialOrdered.js'); + +// Public API +module.exports = serial; + +/** + * Runs iterator over provided array elements in series + * + * @param {array|object} list - array or object (named list) to iterate over + * @param {function} iterator - iterator to run + * @param {function} callback - invoked when all elements processed + * @returns {function} - jobs terminator + */ +function serial(list, iterator, callback) +{ + return serialOrdered(list, iterator, null, callback); +} diff --git a/user/themes/gilles_acezat/node_modules/asynckit/serialOrdered.js b/user/themes/gilles_acezat/node_modules/asynckit/serialOrdered.js new file mode 100644 index 0000000..607eafe --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/asynckit/serialOrdered.js @@ -0,0 +1,75 @@ +var iterate = require('./lib/iterate.js') + , initState = require('./lib/state.js') + , terminator = require('./lib/terminator.js') + ; + +// Public API +module.exports = serialOrdered; +// sorting helpers +module.exports.ascending = ascending; +module.exports.descending = descending; + +/** + * Runs iterator over provided sorted array elements in series + * + * @param {array|object} list - array or object (named list) to iterate over + * @param {function} iterator - iterator to run + * @param {function} sortMethod - custom sort function + * @param {function} callback - invoked when all elements processed + * @returns {function} - jobs terminator + */ +function serialOrdered(list, iterator, sortMethod, callback) +{ + var state = initState(list, sortMethod); + + iterate(list, iterator, state, function iteratorHandler(error, result) + { + if (error) + { + callback(error, result); + return; + } + + state.index++; + + // are we there yet? + if (state.index < (state['keyedList'] || list).length) + { + iterate(list, iterator, state, iteratorHandler); + return; + } + + // done here + callback(null, state.results); + }); + + return terminator.bind(state, callback); +} + +/* + * -- Sort methods + */ + +/** + * sort helper to sort array elements in ascending order + * + * @param {mixed} a - an item to compare + * @param {mixed} b - an item to compare + * @returns {number} - comparison result + */ +function ascending(a, b) +{ + return a < b ? -1 : a > b ? 1 : 0; +} + +/** + * sort helper to sort array elements in descending order + * + * @param {mixed} a - an item to compare + * @param {mixed} b - an item to compare + * @returns {number} - comparison result + */ +function descending(a, b) +{ + return -1 * ascending(a, b); +} diff --git a/user/themes/gilles_acezat/node_modules/asynckit/stream.js b/user/themes/gilles_acezat/node_modules/asynckit/stream.js new file mode 100644 index 0000000..d43465f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/asynckit/stream.js @@ -0,0 +1,21 @@ +var inherits = require('util').inherits + , Readable = require('stream').Readable + , ReadableAsyncKit = require('./lib/readable_asynckit.js') + , ReadableParallel = require('./lib/readable_parallel.js') + , ReadableSerial = require('./lib/readable_serial.js') + , ReadableSerialOrdered = require('./lib/readable_serial_ordered.js') + ; + +// API +module.exports = +{ + parallel : ReadableParallel, + serial : ReadableSerial, + serialOrdered : ReadableSerialOrdered, +}; + +inherits(ReadableAsyncKit, Readable); + +inherits(ReadableParallel, ReadableAsyncKit); +inherits(ReadableSerial, ReadableAsyncKit); +inherits(ReadableSerialOrdered, ReadableAsyncKit); diff --git a/user/themes/gilles_acezat/node_modules/atob/LICENSE b/user/themes/gilles_acezat/node_modules/atob/LICENSE new file mode 100644 index 0000000..2d9338b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/atob/LICENSE @@ -0,0 +1,230 @@ +At your option you may choose either of the following licenses: + + * The MIT License (MIT) + * The Apache License 2.0 (Apache-2.0) + + +The MIT License (MIT) + +Copyright (c) 2015 AJ ONeal + +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. + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby 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, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2015 AJ ONeal + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/user/themes/gilles_acezat/node_modules/atob/LICENSE.DOCS b/user/themes/gilles_acezat/node_modules/atob/LICENSE.DOCS new file mode 100644 index 0000000..1d658d6 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/atob/LICENSE.DOCS @@ -0,0 +1,319 @@ +Creative Commons Legal Code + +Attribution 3.0 Unported + + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR + DAMAGES RESULTING FROM ITS USE. + +License + +THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE +COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY +COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS +AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE +TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY +BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS +CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND +CONDITIONS. + +1. Definitions + + a. "Adaptation" means a work based upon the Work, or upon the Work and + other pre-existing works, such as a translation, adaptation, + derivative work, arrangement of music or other alterations of a + literary or artistic work, or phonogram or performance and includes + cinematographic adaptations or any other form in which the Work may be + recast, transformed, or adapted including in any form recognizably + derived from the original, except that a work that constitutes a + Collection will not be considered an Adaptation for the purpose of + this License. For the avoidance of doubt, where the Work is a musical + work, performance or phonogram, the synchronization of the Work in + timed-relation with a moving image ("synching") will be considered an + Adaptation for the purpose of this License. + b. "Collection" means a collection of literary or artistic works, such as + encyclopedias and anthologies, or performances, phonograms or + broadcasts, or other works or subject matter other than works listed + in Section 1(f) below, which, by reason of the selection and + arrangement of their contents, constitute intellectual creations, in + which the Work is included in its entirety in unmodified form along + with one or more other contributions, each constituting separate and + independent works in themselves, which together are assembled into a + collective whole. A work that constitutes a Collection will not be + considered an Adaptation (as defined above) for the purposes of this + License. + c. "Distribute" means to make available to the public the original and + copies of the Work or Adaptation, as appropriate, through sale or + other transfer of ownership. + d. "Licensor" means the individual, individuals, entity or entities that + offer(s) the Work under the terms of this License. + e. "Original Author" means, in the case of a literary or artistic work, + the individual, individuals, entity or entities who created the Work + or if no individual or entity can be identified, the publisher; and in + addition (i) in the case of a performance the actors, singers, + musicians, dancers, and other persons who act, sing, deliver, declaim, + play in, interpret or otherwise perform literary or artistic works or + expressions of folklore; (ii) in the case of a phonogram the producer + being the person or legal entity who first fixes the sounds of a + performance or other sounds; and, (iii) in the case of broadcasts, the + organization that transmits the broadcast. + f. "Work" means the literary and/or artistic work offered under the terms + of this License including without limitation any production in the + literary, scientific and artistic domain, whatever may be the mode or + form of its expression including digital form, such as a book, + pamphlet and other writing; a lecture, address, sermon or other work + of the same nature; a dramatic or dramatico-musical work; a + choreographic work or entertainment in dumb show; a musical + composition with or without words; a cinematographic work to which are + assimilated works expressed by a process analogous to cinematography; + a work of drawing, painting, architecture, sculpture, engraving or + lithography; a photographic work to which are assimilated works + expressed by a process analogous to photography; a work of applied + art; an illustration, map, plan, sketch or three-dimensional work + relative to geography, topography, architecture or science; a + performance; a broadcast; a phonogram; a compilation of data to the + extent it is protected as a copyrightable work; or a work performed by + a variety or circus performer to the extent it is not otherwise + considered a literary or artistic work. + g. "You" means an individual or entity exercising rights under this + License who has not previously violated the terms of this License with + respect to the Work, or who has received express permission from the + Licensor to exercise rights under this License despite a previous + violation. + h. "Publicly Perform" means to perform public recitations of the Work and + to communicate to the public those public recitations, by any means or + process, including by wire or wireless means or public digital + performances; to make available to the public Works in such a way that + members of the public may access these Works from a place and at a + place individually chosen by them; to perform the Work to the public + by any means or process and the communication to the public of the + performances of the Work, including by public digital performance; to + broadcast and rebroadcast the Work by any means including signs, + sounds or images. + i. "Reproduce" means to make copies of the Work by any means including + without limitation by sound or visual recordings and the right of + fixation and reproducing fixations of the Work, including storage of a + protected performance or phonogram in digital form or other electronic + medium. + +2. Fair Dealing Rights. Nothing in this License is intended to reduce, +limit, or restrict any uses free from copyright or rights arising from +limitations or exceptions that are provided for in connection with the +copyright protection under copyright law or other applicable laws. + +3. License Grant. Subject to the terms and conditions of this License, +Licensor hereby grants You a worldwide, royalty-free, non-exclusive, +perpetual (for the duration of the applicable copyright) license to +exercise the rights in the Work as stated below: + + a. to Reproduce the Work, to incorporate the Work into one or more + Collections, and to Reproduce the Work as incorporated in the + Collections; + b. to create and Reproduce Adaptations provided that any such Adaptation, + including any translation in any medium, takes reasonable steps to + clearly label, demarcate or otherwise identify that changes were made + to the original Work. For example, a translation could be marked "The + original work was translated from English to Spanish," or a + modification could indicate "The original work has been modified."; + c. to Distribute and Publicly Perform the Work including as incorporated + in Collections; and, + d. to Distribute and Publicly Perform Adaptations. + e. For the avoidance of doubt: + + i. Non-waivable Compulsory License Schemes. In those jurisdictions in + which the right to collect royalties through any statutory or + compulsory licensing scheme cannot be waived, the Licensor + reserves the exclusive right to collect such royalties for any + exercise by You of the rights granted under this License; + ii. Waivable Compulsory License Schemes. In those jurisdictions in + which the right to collect royalties through any statutory or + compulsory licensing scheme can be waived, the Licensor waives the + exclusive right to collect such royalties for any exercise by You + of the rights granted under this License; and, + iii. Voluntary License Schemes. The Licensor waives the right to + collect royalties, whether individually or, in the event that the + Licensor is a member of a collecting society that administers + voluntary licensing schemes, via that society, from any exercise + by You of the rights granted under this License. + +The above rights may be exercised in all media and formats whether now +known or hereafter devised. The above rights include the right to make +such modifications as are technically necessary to exercise the rights in +other media and formats. Subject to Section 8(f), all rights not expressly +granted by Licensor are hereby reserved. + +4. Restrictions. The license granted in Section 3 above is expressly made +subject to and limited by the following restrictions: + + a. You may Distribute or Publicly Perform the Work only under the terms + of this License. You must include a copy of, or the Uniform Resource + Identifier (URI) for, this License with every copy of the Work You + Distribute or Publicly Perform. You may not offer or impose any terms + on the Work that restrict the terms of this License or the ability of + the recipient of the Work to exercise the rights granted to that + recipient under the terms of the License. You may not sublicense the + Work. You must keep intact all notices that refer to this License and + to the disclaimer of warranties with every copy of the Work You + Distribute or Publicly Perform. When You Distribute or Publicly + Perform the Work, You may not impose any effective technological + measures on the Work that restrict the ability of a recipient of the + Work from You to exercise the rights granted to that recipient under + the terms of the License. This Section 4(a) applies to the Work as + incorporated in a Collection, but this does not require the Collection + apart from the Work itself to be made subject to the terms of this + License. If You create a Collection, upon notice from any Licensor You + must, to the extent practicable, remove from the Collection any credit + as required by Section 4(b), as requested. If You create an + Adaptation, upon notice from any Licensor You must, to the extent + practicable, remove from the Adaptation any credit as required by + Section 4(b), as requested. + b. If You Distribute, or Publicly Perform the Work or any Adaptations or + Collections, You must, unless a request has been made pursuant to + Section 4(a), keep intact all copyright notices for the Work and + provide, reasonable to the medium or means You are utilizing: (i) the + name of the Original Author (or pseudonym, if applicable) if supplied, + and/or if the Original Author and/or Licensor designate another party + or parties (e.g., a sponsor institute, publishing entity, journal) for + attribution ("Attribution Parties") in Licensor's copyright notice, + terms of service or by other reasonable means, the name of such party + or parties; (ii) the title of the Work if supplied; (iii) to the + extent reasonably practicable, the URI, if any, that Licensor + specifies to be associated with the Work, unless such URI does not + refer to the copyright notice or licensing information for the Work; + and (iv) , consistent with Section 3(b), in the case of an Adaptation, + a credit identifying the use of the Work in the Adaptation (e.g., + "French translation of the Work by Original Author," or "Screenplay + based on original Work by Original Author"). The credit required by + this Section 4 (b) may be implemented in any reasonable manner; + provided, however, that in the case of a Adaptation or Collection, at + a minimum such credit will appear, if a credit for all contributing + authors of the Adaptation or Collection appears, then as part of these + credits and in a manner at least as prominent as the credits for the + other contributing authors. For the avoidance of doubt, You may only + use the credit required by this Section for the purpose of attribution + in the manner set out above and, by exercising Your rights under this + License, You may not implicitly or explicitly assert or imply any + connection with, sponsorship or endorsement by the Original Author, + Licensor and/or Attribution Parties, as appropriate, of You or Your + use of the Work, without the separate, express prior written + permission of the Original Author, Licensor and/or Attribution + Parties. + c. Except as otherwise agreed in writing by the Licensor or as may be + otherwise permitted by applicable law, if You Reproduce, Distribute or + Publicly Perform the Work either by itself or as part of any + Adaptations or Collections, You must not distort, mutilate, modify or + take other derogatory action in relation to the Work which would be + prejudicial to the Original Author's honor or reputation. Licensor + agrees that in those jurisdictions (e.g. Japan), in which any exercise + of the right granted in Section 3(b) of this License (the right to + make Adaptations) would be deemed to be a distortion, mutilation, + modification or other derogatory action prejudicial to the Original + Author's honor and reputation, the Licensor will waive or not assert, + as appropriate, this Section, to the fullest extent permitted by the + applicable national law, to enable You to reasonably exercise Your + right under Section 3(b) of this License (right to make Adaptations) + but not otherwise. + +5. Representations, Warranties and Disclaimer + +UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR +OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY +KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, +INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, +FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF +LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, +WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION +OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. + +6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE +LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR +ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES +ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS +BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +7. Termination + + a. This License and the rights granted hereunder will terminate + automatically upon any breach by You of the terms of this License. + Individuals or entities who have received Adaptations or Collections + from You under this License, however, will not have their licenses + terminated provided such individuals or entities remain in full + compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will + survive any termination of this License. + b. Subject to the above terms and conditions, the license granted here is + perpetual (for the duration of the applicable copyright in the Work). + Notwithstanding the above, Licensor reserves the right to release the + Work under different license terms or to stop distributing the Work at + any time; provided, however that any such election will not serve to + withdraw this License (or any other license that has been, or is + required to be, granted under the terms of this License), and this + License will continue in full force and effect unless terminated as + stated above. + +8. Miscellaneous + + a. Each time You Distribute or Publicly Perform the Work or a Collection, + the Licensor offers to the recipient a license to the Work on the same + terms and conditions as the license granted to You under this License. + b. Each time You Distribute or Publicly Perform an Adaptation, Licensor + offers to the recipient a license to the original Work on the same + terms and conditions as the license granted to You under this License. + c. If any provision of this License is invalid or unenforceable under + applicable law, it shall not affect the validity or enforceability of + the remainder of the terms of this License, and without further action + by the parties to this agreement, such provision shall be reformed to + the minimum extent necessary to make such provision valid and + enforceable. + d. No term or provision of this License shall be deemed waived and no + breach consented to unless such waiver or consent shall be in writing + and signed by the party to be charged with such waiver or consent. + e. This License constitutes the entire agreement between the parties with + respect to the Work licensed here. There are no understandings, + agreements or representations with respect to the Work not specified + here. Licensor shall not be bound by any additional provisions that + may appear in any communication from You. This License may not be + modified without the mutual written agreement of the Licensor and You. + f. The rights granted under, and the subject matter referenced, in this + License were drafted utilizing the terminology of the Berne Convention + for the Protection of Literary and Artistic Works (as amended on + September 28, 1979), the Rome Convention of 1961, the WIPO Copyright + Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 + and the Universal Copyright Convention (as revised on July 24, 1971). + These rights and subject matter take effect in the relevant + jurisdiction in which the License terms are sought to be enforced + according to the corresponding provisions of the implementation of + those treaty provisions in the applicable national law. If the + standard suite of rights granted under applicable copyright law + includes additional rights not granted under this License, such + additional rights are deemed to be included in the License; this + License is not intended to restrict the license of any rights under + applicable law. + + +Creative Commons Notice + + Creative Commons is not a party to this License, and makes no warranty + whatsoever in connection with the Work. Creative Commons will not be + liable to You or any party on any legal theory for any damages + whatsoever, including without limitation any general, special, + incidental or consequential damages arising in connection to this + license. Notwithstanding the foregoing two (2) sentences, if Creative + Commons has expressly identified itself as the Licensor hereunder, it + shall have all rights and obligations of Licensor. + + Except for the limited purpose of indicating to the public that the + Work is licensed under the CCPL, Creative Commons does not authorize + the use by either party of the trademark "Creative Commons" or any + related trademark or logo of Creative Commons without the prior + written consent of Creative Commons. Any permitted use will be in + compliance with Creative Commons' then-current trademark usage + guidelines, as may be published on its website or otherwise made + available upon request from time to time. For the avoidance of doubt, + this trademark restriction does not form part of this License. + + Creative Commons may be contacted at http://creativecommons.org/. diff --git a/user/themes/gilles_acezat/node_modules/atob/README.md b/user/themes/gilles_acezat/node_modules/atob/README.md new file mode 100644 index 0000000..e15ef86 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/atob/README.md @@ -0,0 +1,49 @@ +atob +=== + +| **atob** +| [btoa](https://git.coolaj86.com/coolaj86/btoa.js) +| [unibabel.js](https://git.coolaj86.com/coolaj86/unibabel.js) +| Sponsored by [ppl](https://ppl.family) + +Uses `Buffer` to emulate the exact functionality of the browser's atob. + +Note: Unicode may be handled incorrectly (like the browser). + +It turns base64-encoded ascii data back **to** binary. + +```javascript +(function () { + "use strict"; + + var atob = require('atob'); + var b64 = "SGVsbG8sIFdvcmxkIQ=="; + var bin = atob(b64); + + console.log(bin); // "Hello, World!" +}()); +``` + +### Need Unicode and Binary Support in the Browser? + +Check out [unibabel.js](https://git.coolaj86.com/coolaj86/unibabel.js) + +Changelog +======= + + * v2.1.0 address a few issues and PRs, update URLs + * v2.0.0 provide browser version for ios web workers + * v1.2.0 provide (empty) browser version + * v1.1.3 add MIT license + * v1.1.2 node only + +LICENSE +======= + +Code copyright 2012-2018 AJ ONeal + +Dual-licensed MIT and Apache-2.0 + +Docs copyright 2012-2018 AJ ONeal + +Docs released under [Creative Commons](https://git.coolaj86.com/coolaj86/atob.js/blob/master/LICENSE.DOCS). diff --git a/user/themes/gilles_acezat/node_modules/atob/bin/atob.js b/user/themes/gilles_acezat/node_modules/atob/bin/atob.js new file mode 100644 index 0000000..a56ac2e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/atob/bin/atob.js @@ -0,0 +1,6 @@ +#!/usr/bin/env node +'use strict'; + +var atob = require('../node-atob'); +var str = process.argv[2]; +console.log(atob(str)); diff --git a/user/themes/gilles_acezat/node_modules/atob/bower.json b/user/themes/gilles_acezat/node_modules/atob/bower.json new file mode 100644 index 0000000..f1e3f44 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/atob/bower.json @@ -0,0 +1,25 @@ +{ + "name": "atob", + "description": "atob for isomorphic environments", + "main": "browser-atob.js", + "authors": [ + "AJ ONeal (https://coolaj86.com)" + ], + "license": "(MIT OR Apache-2.0)", + "keywords": [ + "atob", + "browser" + ], + "homepage": "https://github.com/node-browser-compat/atob", + "moduleType": [ + "globals" + ], + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "version": "2.0.3" +} diff --git a/user/themes/gilles_acezat/node_modules/atob/browser-atob.js b/user/themes/gilles_acezat/node_modules/atob/browser-atob.js new file mode 100644 index 0000000..af4f357 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/atob/browser-atob.js @@ -0,0 +1,44 @@ +(function (w) { + "use strict"; + + function findBest(atobNative) { + // normal window + if ('function' === typeof atobNative) { return atobNative; } + + + // browserify (web worker) + if ('function' === typeof Buffer) { + return function atobBrowserify(a) { + //!! Deliberately using an API that's deprecated in node.js because + //!! this file is for browsers and we expect them to cope with it. + //!! Discussion: github.com/node-browser-compat/atob/pull/9 + return new Buffer(a, 'base64').toString('binary'); + }; + } + + // ios web worker with base64js + if ('object' === typeof w.base64js) { + // bufferToBinaryString + // https://git.coolaj86.com/coolaj86/unibabel.js/blob/master/index.js#L50 + return function atobWebWorker_iOS(a) { + var buf = w.base64js.b64ToByteArray(a); + return Array.prototype.map.call(buf, function (ch) { + return String.fromCharCode(ch); + }).join(''); + }; + } + + return function () { + // ios web worker without base64js + throw new Error("You're probably in an old browser or an iOS webworker." + + " It might help to include beatgammit's base64-js."); + }; + } + + var atobBest = findBest(w.atob); + w.atob = atobBest; + + if ((typeof module === 'object') && module && module.exports) { + module.exports = atobBest; + } +}(window)); diff --git a/user/themes/gilles_acezat/node_modules/atob/node-atob.js b/user/themes/gilles_acezat/node_modules/atob/node-atob.js new file mode 100644 index 0000000..d7305a3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/atob/node-atob.js @@ -0,0 +1,7 @@ +"use strict"; + +function atob(str) { + return Buffer.from(str, 'base64').toString('binary'); +} + +module.exports = atob.atob = atob; diff --git a/user/themes/gilles_acezat/node_modules/atob/package.json b/user/themes/gilles_acezat/node_modules/atob/package.json new file mode 100644 index 0000000..54e52a2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/atob/package.json @@ -0,0 +1,57 @@ +{ + "_args": [ + [ + "atob@2.1.1", + "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres" + ] + ], + "_development": true, + "_from": "atob@2.1.1", + "_id": "atob@2.1.1", + "_inBundle": false, + "_integrity": "sha1-ri1acpR38onWDdf5amMUoi3Wwio=", + "_location": "/atob", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "atob@2.1.1", + "name": "atob", + "escapedName": "atob", + "rawSpec": "2.1.1", + "saveSpec": null, + "fetchSpec": "2.1.1" + }, + "_requiredBy": [ + "/source-map-resolve" + ], + "_resolved": "https://registry.npmjs.org/atob/-/atob-2.1.1.tgz", + "_spec": "2.1.1", + "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres", + "author": { + "name": "AJ ONeal", + "email": "coolaj86@gmail.com", + "url": "https://coolaj86.com" + }, + "bin": { + "atob": "bin/atob.js" + }, + "browser": "browser-atob.js", + "description": "atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)", + "engines": { + "node": ">= 4.5.0" + }, + "homepage": "https://git.coolaj86.com/coolaj86/atob.js.git", + "keywords": [ + "atob", + "browser" + ], + "license": "(MIT OR Apache-2.0)", + "main": "node-atob.js", + "name": "atob", + "repository": { + "type": "git", + "url": "git://git.coolaj86.com/coolaj86/atob.js.git" + }, + "version": "2.1.1" +} diff --git a/user/themes/gilles_acezat/node_modules/atob/test.js b/user/themes/gilles_acezat/node_modules/atob/test.js new file mode 100644 index 0000000..bd80a4e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/atob/test.js @@ -0,0 +1,18 @@ +(function () { + "use strict"; + + var atob = require('.'); + var encoded = "SGVsbG8sIFdvcmxkIQ==" + var unencoded = "Hello, World!"; + /* + , encoded = "SGVsbG8sIBZM" + , unencoded = "Hello, 世界" + */ + + if (unencoded !== atob(encoded)) { + console.log('[FAIL]', unencoded, atob(encoded)); + return; + } + + console.log('[PASS] all tests pass'); +}()); diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/CHANGELOG.md b/user/themes/gilles_acezat/node_modules/autoprefixer/CHANGELOG.md new file mode 100644 index 0000000..f9c56b4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/CHANGELOG.md @@ -0,0 +1,887 @@ +# Change Log +This project adheres to [Semantic Versioning](http://semver.org/). + +## 9.4.3 +* Add warning to force `flex-start` instead of `start` (by Antoine du Hamel). +* Fix docs (by Christian Oliff). + +## 9.4.2 +* Fix Grid autoplacement warning. + +## 9.4.1 +* Fix unnecessary Flexbox prefixes in Grid elements. + +## 9.4 “Advance Australia” +* Add Grid autoplacement for `-ms-` (by Bogdan Dolin). +* Improve docs and warnings (by Daniel Tonon). +* Remove some unnecessary warnings for Grid (by Andrey Alexandrov). + +## 9.3.1 +* Fix Grid prefixes with `repeat()` value (by Bogdan Dolin). + +## 9.3 “Labor omnia vincit” +* Add `place-self` support (by Bogdan Dolin). +* Fix Grid row/column span inheritance bug (by Bogdan Dolin). + +## 9.2.1 +* Fix broken AST. + +## 9.2 “Onyi est glavnaya krepost” +* Add `/* autoprefixer grid: on */` control comment (by Andrey Alexandrov). +* Add duplicate `grid-area` support (by Bogdan Dolin). +* Fix `grid-gap` support for rules with different specifity (by Bogdan Dolin). +* Disable Grid in `@supports` at-rule with non-supported Grid features. +* Improve Grid warnings (by Daniel Tonon). +* Improve docs (by Joshua Hall, Mat Gadd, Roy Revelt, and Ivan). + +## 9.1.5 +* Remove `@babel/register` from dependencies. + +## 9.1.4 +* Use Babel 7. + +## 9.1.3 +* Sort properties in `autoprefixer --info` alphabetically. +* Fix old Firefox gradient prefix. + +## 9.1.2 +* Fix `autoprefixer --info` in new Node.js. + +## 9.1.1 +* Retain `grid-gap` through `@media` (by Bogdan Dolin). +* Fix `grid-template` and `@media` (by Bogdan Dolin). +* Fix Grid areas searching error (by Bogdan Dolin). +* Fix `span X` Grid prefix (by Bogdan Dolin). +* Fix docs (by Eduard Kyvenko). + +## 9.1 “Equality before the law” +* Add `background-clip: text` support. +* Fix adding Grid span for IE (by Bogdan Dolin). + +## 9.0.2 +* Show warning on Grid area names conflict (by Bogdan Dolin). +* Fix documentation (by Sven Wagner). + +## 9.0.1 +* Fix nested at-rules in Grid prefixes (by Ivan Malov). + +## 9.0 “A Mari Usque Ad Mare” +* Remove Node.js 9 and Node.js 4 support. +* Remove IE and “dead” browsers from Babel. +* Use PostCSS 7.0. +* Use Browserslist 4.0. + +## 8.6.5 +* Do not show Grid warnings if IE was not selected. + +## 8.6.4 +* Fix `stretch` prefix in Chrome >= 46. + +## 8.6.3 +* Add warnings for unsupported Grid features. +* Add warnings about wrong Grid properties. +* Add note about `grid` option for grid properties in `autoprefixer --info`. + +## 8.6.2 +* Fix error during adding Grid prefixes in `@media` (by Evgeny Petukhov). + +## 8.6.1 +* Fix `grid-template` with media queries (by Evgeny Petukhov). + +## 8.6 “Follow Reason” +* Add `gap` support (by Evgeny Petukhov). +* Add two values support for `grid-gap` and `gap` (by Evgeny Petukhov). +* Add `ignoreUnknownVersions` option for Browserslist. + +## 8.5.2 +* Fix `grid-template` support wit auto row sizes (by Yury Timofeev). + +## 8.5.1 +* Remove unnecessary warning on `-webkit-fill-available`. + +## 8.5 “Muito Nobre e Sempre Leal” +* Add `grid-gap` support (by Evgeny Petukhov). +* Fix radial gradients direction fix. +* Fix docs (by Phani Kandula and Huáng Jùnliàng). + +## 8.4.1 +* Fix working in old PostCSS versions (by Diablohu). + +## 8.4 “Non in aves, sed in angues” +* Add `/* autoprefixer: ignore next */` control comment (by Pavel Vostrikov). + +## 8.3 “Benigno Numine” +* Add `@media` support to `grid-template` (by Evgeny Petukhov). +* Fix `radial-gradient` direction warning (by Gustavo Real). + +## 8.2 “Ad Astra per Aspera” +* Add `color-adjust` (by Sergey Lysenko, Stanislav Botev, and Yuriy Alekseyev). + +## 8.1 “Rex, Familia et Ultio” +* Add `overscroll-behavior` support. +* Add `grid-template` shortcut support (by Evgeny Petukhov). +* Add better `grid-column-end` and `grid-row-end` support (by Evgeny Petukhov). +* Fix Grid properties support in `@supports`. + +## 8.0 “Excelsior” +* Use Browserslist 3.0. +* Rename `autoprefixer-info` CLI tool to `autoprefixer --info`. +* Remove `break-*` to `page-break-*` conversion for Firefox. + +## 7.2.6 +* Fix `-ms-` prefix for grid cells with same `grid-area` (by Evgeny Petukhov). + +## 7.2.5 +* Fix multiple prefixes in declaration value. + +## 7.2.4 +* Fix IE 10 support. + +## 7.2.3 +* Fix `grid-template-areas` in `@media` (by Evgeny Petukhov). + +## 7.2.2 +* Fix `_autoprefixerDisabled is undefined` issue. + +## 7.2.1 +* Fix IE and other old JS runtimes support. + +## 7.2 “Ordem e Progresso” +* Add `grid-template-areas` support (by Evgeny Petukhov). +* Add `grid-template` support (by Evgeny Petukhov). +* Add `grid-area` support (by Alexey Komarov). +* Add `autoprefixer-info` CLI tool. +* Add wrong `radial-gradient` properties warning. +* Use current working dir on missed `from` in `info()` (by Phil Dokas). +* Fix `grid-row` and `grid-column` support (by Alexey Komarov). +* Do not prefix `reverse` animation direction. +* Improve test coverage (by Dmitry Semigradsky). + +## 7.1.6 +* Add warning for using `browserslist` option instead of `browsers`. +* Add warning for multiple control comments in the same scope. +* Fix `Invalid array length` error during indent changes. + +## 7.1.5 +* Fix `::placeholder` prefix for Edge. +* Fix `inherit`/`initial`/`unset` values for `flex-direction`. +* Fix RegExp usage in gradients (by Yet Another Minion). + +## 7.1.4 +* Fix `radial-gradient` direction conversion. +* Fix `image-set` in `cursor`. + +## 7.1.3 +* Add warning for old `radial-gradient` direction syntax. + +## 7.1.2 +* Fix `text-decoration` shortcut support. + +## 7.1.1 +* Remove non-`-webkit-` intrinsic prefixes in Grid Layout (by 一丝). + +## 7.1 “Universitas litterarum” +* Add `unicode-bidi` support. +* Add `-webkit-appearance` support for Edge. +* Add `from` option to `info()`. +* Fix intrinsic widths prefixes in Grid Layout. + +## 7.0.1 +* Fix Autoprefixer for old JS runtimes. + +## 7.0 “Coelestem adspicit lucem” +* Remove node.js 0.12 support. +* Use PostCSS 6.0. +* Use Browserslist 2. +* Use `caniuse-lite` instead of `caniuse-db` (by Ben Briggs). +* Use `^` for Browserslist dependencies, instead of `~`. +* Rewrite project from CoffeeScript to Babel (by Dmitry Semigradsky). +* Disable Grid Layout prefixes for IE by default. +* Fix `-ms-grid-column-align`. +* Move tests to Jest. + +## 6.7.7 +* Fix `order` for non-digit values. + +## 6.7.6 +* Fix `font-kerning` (by Chi Vinh Le). + +## 6.7.5 +* Fix `text-decoration-skip` in iOS (by Chi Vinh Le). +* Fix `clip-path` (by Chi Vinh Le). + +## 6.7.4 +* Improve `browsers` option perfomance. +* Update CoffeeScript compiler. + +## 6.7.3 +* Fix compatibility with “Intrinsic & Extrinsic Sizing” spec update. + +## 6.7.2 +* Do not prefix grid/flexbox in `@supports` on `grid: false`/`flexbox: false`. + +## 6.7.1 +* Update Browserslist with `last n version` fix. + +## 6.7 “Krungthep doot thep saang” +* Add Electron support in browsers list (by Kilian Valkhof). +* Add `flex-flow` partial support for Flexbox 2009 specification. +* Fix browsers `0` version issue in some Can I Use data. + +## 6.6.1 +* Add metadata to use Autoprefixer in JSS tests (by Chi Vinh Le). + +## 6.6 “Kaiyuan” +* Add `browserslist` key in `package.json` support. +* Add support for separated environments in browserslist config. +* Add `browserslist-stats.json` file support to load custom usage statistics. + +## 6.5.4 +* Fix unitless 0 basis in IE10/IE11 shorthand flex (by Google). + +## 6.5.3 +* Add error for popular mistake with `browser` option instead of `browsers`. + +## 6.5.2 +* Clean prefixes data (by Reinaldo Schiehll). + +## 6.5.1 +* Fix selectors with `:--` prefix support. + +## 6.5 “Einigkeit und Recht und Freiheit” +* Add `defaults` keyword to browsers requirements. +* Fix CSS Grid Layout support. +* Fix `align-self` cleaning. + +## 6.4.1 +* Fix node cloning after some PostCSS plugins. + +## 6.4 “Hic et ubique terrarum” +* Add `:any-link` selector support. +* Add `text-decoration-skip` support. +* Add `transition: duration property` support. +* Fix `-webkit-` prefix for `backface-visibility`. +* Fix `rad` unit support in gradients (by 刘祺). +* Fix `transition` support in Opera 12. +* Removed Safari TP Grid prefixes support. + +## 6.3.7 +* Fix rare `Cannot read property 'constructor' of null` issue. + +## 6.3.6 +* Add Safari TP prefix support for Grid Layout. + +## 6.3.5 +* Fix duplicate prefixes for `-ms-interpolation-mode`. + +## 6.3.4 +* Show users coverage for selected browsers in `info()`. + +## 6.3.3 +* Fix transition warning. + +## 6.3.2 +* Fix jspm support (by Sean Anderson). + +## 6.3.1 +* Fix compatibility with Flexibility polyfill. + +## 6.3 “Pro rege et lege” +* Add Grid Layout support. +* Add `text-spacing` support. +* Add `> 10% in my stats` browsers query with custom usage statistics. +* Add options to disable `@supports`, Flexbox or Grid support. +* Fix compatibility with other PostCSS plugins. + +## 6.2.3 +* Fix error on broken transition with double comma. + +## 6.2.2 +* Fix issues in broken transitions. + +## 6.2.1 +* Fix AST error in transition warning (by @jvdanilo). + +## 6.2 “Fluctuat nec mergitur” +* Use `fill` instead of `fill-available` according spec changes (by 一丝). +* Add `fill` support for logical dimension properties (by 一丝). +* Add `text-emphasis` support (by 一丝). +* Add prefixes to `@supports` only for compatible browsers. +* Add `rad`, `grad` and `turn` units support to linear gradients. +* Add some `deg` directions support for old WebKit linear gradients. +* Fix `@supports` parenthesis (by @heady). +* Add warning when prefixes could not be generated + for complicated `transition-property` values. +* Add warning for outdated `fill-available` value. +* Add warning for wrong `text-emphasis-position` value. +* Add “time capsule” warning for prefix-less future. +* Normalizes all warning messages. + +## 6.1.2 +* Fix gradient hack on some parameters (by Alexey Efremov). + +## 6.1.1 +* Fix `cursor: grab` and `cursor: grabbing` support. + +## 6.1 “Bil-shaʿb wa lil-shaʿb” +* Change `transition` support to output more robust CSS. +* Add `:read-only` support. +* Add support for `appearance` with any values. +* Add CSS-in-JS support via `postcss-js`. +* Add loud `/*! autoprefixer: off */` control comments support. +* Convert `rotateZ` to `rotate` for `-ms-transform`. +* Use `postcss-value-parser` to carefully work with gradients. +* Remove `-ms-transform-style` and `-o-transform-style` that never existed. + +## 6.0.3 +* Fix old gradient direction warning. + +## 6.0.2 +* Remove unnecessary `-khtml-` prefix too. + +## 6.0.1 +* Fix `cross-fade()` support (by 一丝). + +## 6.0 “Eureka” +* CLI was removed from `autoprefixer` package to `autoprefixer-cli`. +* `autoprefixer-core` and `autoprefixer` packages was merged back. +* Remove `autoprefixer(opt).process(css)`, use `autoprefixer.process(css, opt)`. +* Remove `safe` option. Use separated Safe parser from PostCSS. +* Remove Opera 12.1 from default query. +* Use PostCSS 5.0 API. +* Add custom syntaxes support. +* Add `image-set` support (by 一丝). +* Add `mask-border` support (by 一丝). +* Add `filter()` function support (by Vincent De Oliveira). +* Add `backdrop-filter` support (by Vincent De Oliveira). +* Add `element()` support (by Vincent De Oliveira). +* Add CSS Regions support. +* Add Scroll Snap Points support. +* Add `writing-mode` support. +* Add `::backdrop` support. +* Add `cross-fade()` support. +* Add other `break-` properties support. +* Add Microsoft Edge support (by Andrey Polischuk). +* Add `not` keyword and exclude browsers by query. +* Add version ranges `IE 6-9` (by Ben Briggs). +* Fix `filter` in `transition` support on Safari. +* Fix `url()` parsing. +* Fix `pixelated` cleaning. +* Always show old gradient direction warning. + +## 5.2.1 +* Fix parent-less node issue on some cases (by Josh Gillies). + +## 5.2 “Dont tread on me” +* Add `appearance` support. +* Warn users on old gradient direction or flexbox syntax. +* Add `add: false` option to disable new prefixes adding. +* Make Autoprefixer 30% faster. +* Use PostCSS 4.1 plugin API. +* Add prefixes for `pixelated` instead of `crisp-edges` in `image-rendering`. +* Do not add `::placeholder` prefixes for `:placeholder-shown`. +* Fix `text-decoration` prefixes. +* `autoprefixer.process()` was deprecated. Use PostCSS API. + +## 5.1.11 +* Update `num2fraction` to fix resolution media query (by 一丝). + +## 5.1.10 +* Do not generate `-webkit-image-rendering`. + +## 5.1.9 +* Fix DynJS compatibility (by Nick Howes). + +## 5.1.8 +* Fix gradients in `mask` and `mask-image` properties. +* Fix old webkit prefix on some unsupported gradients. + +## 5.1.7 +* Fix placeholder selector (by Vincent De Oliveira). + +## 5.1.6 +* Use official `::placeholder-shown` selector (by Vincent De Oliveira). + +## 5.1.5 +* Add transition support for CSS Masks properties. + +## 5.1.4 +* Use `-webkit-` prefix for Opera Mobile 24. + +## 5.1.3 +* Add IE support for `image-rendering: crisp-edges`. + +## 5.1.2 +* Add never existed `@-ms-keyframes` to common mistake. + +## 5.1.1 +* Safer value split in `flex` hack. + +## 5.1 “Jianyuan” +* Add support for resolution media query (by 一丝). +* Higher accuracy while removing prefixes in values. +* Add support for logical properties (by 一丝). +* Add `@viewport` support. +* Add `text-overflow` support (by 一丝). +* Add `text-emphasis` support (by 一丝). +* Add `image-rendering: crisp-edges` support. +* Add `text-align-last` support. +* Return `autoprefixer.defaults` as alias to current `browserslist.defaults`. +* Save code style while adding prefixes to `@keyframes` and `@viewport`. +* Do not remove `-webkit-background-clip` with non-spec `text` value. +* Fix `-webkit-filter` in `transition`. +* Better support for browser versions joined on Can I Use + like `ios_saf 7.0-7.1` (by Vincent De Oliveira). +* Fix compatibility with `postcss-import` (by Jason Kuhrt). +* Fix Flexbox prefixes for BlackBerry and UC Browser. +* Fix gradient prefixes for old Chrome. + +## 5.0 “Pravda vítězí” +* Use PostCSS 4.0. +* Use Browserslist to parse browsers queries. +* Use global `browserslist` config. +* Add `> 5% in US` query to select browsers by usage in some country. +* Add `object-fit` and `object-position` properties support. +* Add CSS Shape properties support. +* Fix UC Browser name in debug info. +* Remove `autoprefixer.defaults` and use defaults from Browserslist. + +## 4.0.2 +* Remove `o-border-radius`, which is common mistake in legacy CSS. + +## 4.0.1 +* Fix `@supports` support with brackets in values (by Vincent De Oliveira). + +## 4.0 “Indivisibiliter ac Inseparabiliter” +* Become 2.5 times fatser by new PostCSS 3.0 parser. +* Do not remove outdated prefixes by `remove: false` option. +* `map.inline` and `map.sourcesContent` options are now `true` by default. +* Add `box-decoration-break` support. +* Do not add old `-webkit-` prefix for gradients with `px` units. +* Use previous source map to show origin source of CSS syntax error. +* Use `from` option from previous source map `file` field. +* Set `to` value to `from` if `to` option is missing. +* Trim Unicode BOM on source maps parsing. +* Parse at-rules without spaces like `@import"file"`. +* Better previous `sourceMappingURL` annotation comment cleaning. +* Do not remove previous `sourceMappingURL` comment on `map.annotation: false`. + +## 3.1.2 +* Update Firefox ESR version from 24 to 31. + +## 3.1.1 +* Use Flexbox 2009 spec for Android stock browser < 4.4. + +## 3.1 “Satyameva Jayate” +* Do not remove comments from prefixed values (by Eitan Rousso). +* Allow Safari 6.1 to use final Flexbox spec (by John Kreitlow). +* Fix `filter` value in `transition` in Webkits. +* Show greetings if your browsers don’t require any prefixes. +* Add `<=` and `<` browsers requirement (by Andreas Lind). + +## 3.0.1 +* Fix `autoprefixer.postcss` in callbacks. + +## 3.0 “Liberté, Égalité, Fraternité” +* Project was split to autoprefixer (with CLI) and autoprefixer-core. +* `autoprefixer()` now receives only `options` object with `browsers` key. +* GNU format for syntax error messages from PostCSS 2.2. + +## 2.2 “Mobilis in mobili” +* Allow to disable Autoprefixer for some rule by control comment. +* Use PostCSS 2.1 with Safe Mode option and broken source line + in CSS syntax error messages. + +## 2.1.1 +* Fix `-webkit-background-size` hack for `contain` and `cover` values. +* Don’t add `-webkit-` prefix to `filter` with SVG (by Vincent De Oliveira). + +## 2.1 “Eleftheria i thanatos” +* Add support for `clip-path` and `mask` properties. +* Return `-webkit-` prefix to `filter` with SVG URI. + +## 2.0.2 +* Add readable names for new browsers from 2.0 release. +* Don’t add `-webkit-` prefix to `filter` with SVG URI. +* Don’t add `-o-` prefix 3D transforms. + +## 2.0.1 +* Save declaration style, when clone declaration to prefix. + +## 2.0 “Hongik Ingan” +* Based on PostCSS 1.0. + See [options changes](https://github.com/postcss/postcss/releases/tag/1.0.0). +* Restore visual cascade after declaration removing. +* Enable visual cascade by default. +* Prefix declareation in `@supports` at-rule conditions. +* Add all browsers from Can I Use: `ie_mob`, `and_chr`, `and_ff`, + `op_mob` and `op_mini`. +* Allow to use latest Autoprefixer from GitHub by npm. +* Add `--no-cascade`, `--annotation` and `--sources-content` options to binary. + +## 1.3.1 +* Fix gradient hack, when `background` property contains color. + +## 1.3 “Tenka Fubu” +* Add `text-size-adjust` support. +* Add `background-size` to support Android 2. + +## 1.2 “Meiji” +* Use Can I Use data from official `caniuse-db` npm package. +* Remove package data update from binary. +* Use increment value instead of current date in minor versions. + +## 1.1 “Nutrisco et extingo” +* Add source map annotation comment support. +* Add inline source map support. +* Autodetect previous source map. +* Fix source maps support on Windows. +* Fix source maps support in subdirectory. +* Prefix selector even if it is already prefixed by developer. +* Add option `cascade` to create nice visual cascade of prefixes. +* Fix flexbox support for IE 10 (by Roland Warmerdam). +* Better `break-inside` support. +* Fix prefixing, when two same properties are near. + +### 20140222 +* Add `touch-action` support. + +### 20140226 +* Chrome 33 is moved to released versions. +* Add Chrome 36 data. + +### 20140302 +* Add `text-decoration-*` properties support. +* Update browsers usage statistics. +* Use new PostCSS version. + +### 20140319 +* Check already prefixed properties after current declaration. +* Normalize spaces before already prefixed check. +* Firefox 28 is moved to released versions. +* Add Firefox 31 data. +* Add some Blackberry data. + +### 20140327 +* Don’t use `-ms-transform` in `@keyframes`, because IE 9 doesn’t support + animations. +* Update BlackBerry 10 data. + +### 20140403 +* Update browsers usage statistics. +* Opera 20 is moved to released versions. +* Add Opera 22 data. + +### 20140410 +* Chrome 34 is moved to released versions. +* Add Chrome 37 data. +* Fix Chrome 36 data. + +### 20140429 +* Fix `display: inline-flex` support by 2009 spec. +* Fix old WebKit gradient converter (by Sergey Belov). +* Fix CSS 3 cursors data (by Nick Schonning). + +### 20140430 +* Separate 2D and 3D transform prefixes to clean unnecessary `-ms-` prefixes. +* Firefox 29 is moved to released versions. +* Add Firefox 32 data. + +### 20140510 +* Do not add `-ms-` prefix for `transform` with 3D functions. +* Update browsers global usage statistics. + +### 20140512 +* Remove unnecessary `-moz-` prefix for `wavy` in `text-decoration`. +* Update Safari data for font properties. + +### 20140521 +* Chrome 36 is moved to released versions. +* Add Chrome 38 data. + +### 20140523 +* Opera 21 is moved to released versions. +* Add Opera 23 data. + +### 20140605 +* Allow to parse gradients without space between color and position. +* Add iOS 8, Safari 8 and Android 4.4.3 data. +* Update browsers usage statistics. + +## 1.0 “Plus ultra” +* Source map support. +* Save origin indents and code formatting. +* Change CSS parser to PostCSS. +* Preserve vendor-prefixed properties put right after unprefixed ones. +* Rename `compile()` to `process()` and return result object, + instead of CSS string. +* Rename `inspect()` to `info()`. +* Add in binary `-d` option to specify output directory. +* Binary now will not concat output files. +* Allow to select last versions for specified browser. +* Add full browser names aliases: `firefox`, `explorer` and `blackberry`. +* Ignore case in browser names. +* Change license to MIT. +* Add prefixes inside custom at-rules. +* Add only necessary prefixes to selector inside prefixed at-rule. +* Safer backgrounds list parser in gradient hack. +* Prefix `@keyframes` inside `@media`. +* Don’t prefix values for CSS3 PIE properties. +* Binary now shows file name in syntax error. +* Use browserify to build standalone version. + +### 20131225 +* Fix deprecated API convertor. +* Add `::placeholder` support for Firefix >= 18. +* Fix vendor prefixes order. + +### 20140103 +* Add `-webkit-` prefix for `sticky` position. +* Update browsers popularity statistics. + +### 20140109 +* Add selectors and at-rules sections to debug info. +* Fix outdated prefixes cleaning. + +### 20140110 +* Add `Firefox ESR` browser requirement. +* Opera 18 is moved to released versions. +* Add Opera 20 data. + +### 20140117 +* Chrome 32 is moved to released versions. +* Add Opera 34 data. + +### 20140130 +* Fix flexbox properties names in transitions. +* Add Chrome 35 and Firefox 29 data. + +### 20140203 +* Android 4.4 stock browser and Opera 19 are moved to released versions. +* Add Opera 21 data. +* Update browsers usage statistics. + +### 20140213 +* Add case insensitive to IE’s filter hack (by Dominik Schilling). +* Improve selector prefixing in some rare cases (by Simon Lydell). +* Firefox 27 is moved to released versions. +* Add Firefox 30 data. + +## 0.8 “Unbowed, Unbent, Unbroken” +* Add more browsers to defaults ("> 1%, last 2 versions, ff 17, opera 12.1" + instead of just "last 2 browsers"). +* Keep vendor prefixes without unprefixed version (like vendor-specific hacks). +* Convert gradients to old WebKit syntax (actual for Android 2.3). +* Better support for several syntaxes with one prefix (like Flexbox and + gradients in WebKit). +* Add intrinsic and extrinsic sizing values support. +* Remove never existed prefixes from common mistakes (like -ms-transition). +* Add Opera 17 data. +* Fix selector prefixes order. +* Fix browser versions order in inspect. + +### 20130903 +* Fix old WebKit gradients convertor on rgba() colors. +* Allow to write old direction syntax in gradients. + +### 20130906 +* Fix direction syntax in radial gradients. +* Don’t prefix IE filter with modern syntax. + +### 20130911 +* Fix parsing property name with spaces. + +### 20130919 +* Fix processing custom framework prefixes (by Johannes J. Schmidt). +* Concat outputs if several files compiled to one output. +* Decrease standalone build size by removing unnecessary Binary class. +* iOS 7 is moved to released versions. +* Clean up binary code (by Simon Lydell). + +### 20130923 +* Firefox 24 is moved to released versions. + +### 20131001 +* Add support for grab, grabbing, zoom-in and zoom-out cursor values. + +### 20131006 +* Chrome 30 is moved to released versions. + +### 20131007 +* Don’t add another prefixes in rule with prefixed selector. + +### 20131009 +* Opera 17 is moved to released versions. + +### 20131015 +* Fix converting multiple gradients to old webkit syntax (by Aleksei Androsov). + +### 20131017 +* Fix @host at-rule parsing. + +### 20131020 +* IE 11 and Andrid 4.3 is moved to released versions. +* Add Opera 18 data. +* Add @namespace support. +* Sort browser versions in data file. + +### 20131029 +* Add Safari 6.1 data. +* Add fx alias for Firefox. + +### 20131104 +* Update Android future version to 4.4. +* Google Chrome 32 added to future versions list. +* Firefox 25 now is actual version, 27 and 28 added to future versions. +* Browsers statistics are updated. + +### 20131205 +* Google Chrome 33 added to future releases list. +* Google Chrome 31 moved to current releases list. + +### 20131209 +* Use old webkit gradients for old iOS and Safari (by Chad von Nau). +* Fix direction conversion for old webkit gradients (by Chad von Nau). +* Update browsers popularity statistics. + +### 20131213 +* Firefox ESR in default browsers was changed to 24 version. +* Firefox 26 was moved to current releases list. +* Firefox 28 was added to future releases list. + +## 0.7 “We Do Not Sow” +* Add vendor prefixes to selectors. +* Add ::selection and ::placeholder selectors support. +* Allow to load support data from Can I Use pull requests. +* Remove deprecated API. + +### 20130806 +* Add hyphens support. + +### 20130807 +* Add tab-size support. +* Add :fullscreen support. + +### 20130808 +* Allow to select browser versions by > and >= operator. +* Fix flex properties in transition. + +### 20130810 +* Add Firefox 25 data. + +### 20130824 +* Add Chrome 31 and 30 data. +* Fix CSS comments parsing (by vladkens). + +## 0.6 “As High As Honor” +* New faster API, which cache preprocessed data. Old API is deprecated. +* A lot of perfomance improvements. +* Add Opera 15 -webkit- prefix support. +* Update Chrome 29 and Safari 7 prefixes data. +* Add minor browsers in popularity select. +* Better syntax error messages. + +### 20130721 +* Add Chrome 30 data. + +### 20130728 +* Don’t remove non-standard -webkit-background-clip: text. +* Don’t remove IE hack on CSS parse. + +### 20130729 +* Add Opera 16 data. +* Fix “Invalid range in character class” error on Firefox. + +### 20130730 +* Fix correct clone comments inside keyframes (by Alexey Plutalov). +* Fix angle recalculation in gradients (by Roman Komarov). + +### 20130731 +* Add border-image support. + +## 0.5 “Ours is the Fury” +* Rewrite Autoprefixer to be more flexible. +* Use css, instead of Rework, to fix CSS parsing errors faster. +* Fix a lot of CSS parsing errors. + +### 20130616 +* More useful message for CSS parsing errors. +* Remove old WebKit gradient syntax. +* Fix parsing error on comment with braces. + +### 20130617 +* Remove old Mozilla border-radius. +* Don’t prefix old IE filter. +* Remove old background-clip, background-size and background-origin prefixes. +* Speed up regexps in values. +* Allow to hack property declarations. + +### 20130625 +* Convert flexbox properties to 2009 and 2012 specifications. +* Improve messages on syntax errors. + +### 20130626 +* Add Firefox 24 data. +* Add prefixes for font-feature-settings. + +### 20130629 +* Fix convert flex properties to old box-flex. + +## 0.4 “Winter Is Coming” +* Remove outdated prefixes. +* Add border-radius and box-shadow properties to database. +* Change degrees in webkit gradients. + +### 20130515 +* Add old syntax in gradient direction. +* Add old syntax for display: flex. +* Update browser global usage statistics. + +### 20130521 +* Add Firefox 23 data. + +### 20130524 +* Add Chrome 29 data. + +### 20130528 +* Fix compatibilty with Rework from git master. +* Add minor browsers to data, which can be selected only directly. + +### 20130530 +* Add Opera 15 and iOS 6.1 data. +* Fix iOS versions in properties and values data. + +### 20130603 +* Use latest Rework 0.15 with a lot of CSS parsing fixes. +* Update browsers usage statistics. + +## 0.3 “Growing Strong” +* Rename `autoprefixer.filter()` to `autoprefixer.rework()`. +* Use own filters instead of Rework’s `prefix` and `prefixValue`. +* Smarter value prefixer without false match “order” in “border”. +* 40% faster. +* Don’t add unnecessary properties instead of Rework’s `prefixValue`. +* Don’t change properties order. +* Sort properties and values in inspect output. +* Add main to component config (by Jonathan Ong). +* Fix documentation (by Sergey Leschina and Mark Vasilkov). + +### 20130424 +* Fix value override in prefixer. + +### 20130427 +* Prefix several same values in one property. +* Fix Windows support in binary. +* Improve print errors in binary. + +### 20130502 +* Don’t add -webkit- prefix to IE filter. +* Don’t duplicate prefixes on second run. + +## 0.2 “Hear Me Roar!” +* Update parse libraries. +* Use component package manager to build standalone script. +* Add inspect to standalone script. + +## 0.1 “Fire and Blood” +* Initial release. diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/LICENSE b/user/themes/gilles_acezat/node_modules/autoprefixer/LICENSE new file mode 100644 index 0000000..da057b4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright 2013 Andrey Sitnik + +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/user/themes/gilles_acezat/node_modules/autoprefixer/README.md b/user/themes/gilles_acezat/node_modules/autoprefixer/README.md new file mode 100644 index 0000000..1fb54c3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/README.md @@ -0,0 +1,1035 @@ +# Autoprefixer [![Cult Of Martians][cult-img]][cult] + + + +[PostCSS] plugin to parse CSS and add vendor prefixes to CSS rules using values +from [Can I Use]. It is [recommended] by Google and used in Twitter and Alibaba. + +Write your CSS rules without vendor prefixes (in fact, forget about them +entirely): + +```css +::placeholder { + color: gray; +} +``` + +Autoprefixer will use the data based on current browser popularity and property +support to apply prefixes for you. You can try the [interactive demo] +of Autoprefixer. + +```css +::-webkit-input-placeholder { + color: gray; +} +:-ms-input-placeholder { + color: gray; +} +::-ms-input-placeholder { + color: gray; +} +::placeholder { + color: gray; +} +``` + +Twitter account for news and releases: [@autoprefixer]. + + +Sponsored by Evil Martians + + +[interactive demo]: https://autoprefixer.github.io/ +[@autoprefixer]: https://twitter.com/autoprefixer +[recommended]: https://developers.google.com/web/tools/setup/setup-buildtools#dont_trip_up_with_vendor_prefixes +[Can I Use]: https://caniuse.com/ +[cult-img]: http://cultofmartians.com/assets/badges/badge.svg +[PostCSS]: https://github.com/postcss/postcss +[cult]: http://cultofmartians.com/tasks/autoprefixer-grid.html + + +## Contents + +- [Browsers](#browsers) +- [FAQ](#faq) + - [Does Autoprefixer polyfill Grid Layout for IE?](#does-autoprefixer-polyfill-grid-layout-for-ie) + - [No prefixes in production](#no-prefixes-in-production) + - [What is the unprefixed version of `-webkit-min-device-pixel-ratio`?](#what-is-the-unprefixed-version-of--webkit-min-device-pixel-ratio) + - [Does it add polyfills?](#does-it-add-polyfills) + - [Why doesn’t Autoprefixer add prefixes to `border-radius`?](#why-doesnt-autoprefixer-add-prefixes-to-border-radius) + - [Why does Autoprefixer use unprefixed properties in `@-webkit-keyframes`?](#why-does-autoprefixer-use-unprefixed-properties-in--webkit-keyframes) + - [How to work with legacy `-webkit-` only code?](#how-to-work-with-legacy--webkit--only-code) + - [Does Autoprefixer add `-epub-` prefix?](#does-autoprefixer-add--epub--prefix) + - [Why doesn’t Autoprefixer transform generic font-family `system-ui`?](#why-doesnt-autoprefixer-transform-generic-font-family-system-ui) +- [Usage](#usage) + - [Gulp](#gulp) + - [Webpack](#webpack) + - [CSS-in-JS](#css-in-js) + - [CLI](#cli) + - [Other Build Tools](#other-build-tools) + - [JavaScript](#javascript) + - [Text Editors and IDE](#text-editors-and-ide) +- [Warnings](#warnings) +- [Disabling](#disabling) +- [Options](#options) +- [Grid Autoplacement support in IE](#grid-autoplacement-support-in-ie) +- [Debug](#debug) + +## Browsers + +Autoprefixer uses [Browserslist], so you can specify the browsers +you want to target in your project with queries like `> 5%` +(see [Best Practices]). + +The best way to provide browsers is a `.browserslistrc` file in your project +root, or by adding a `browserslist` key to your `package.json`. + +We recommend the use of these options over passing options to Autoprefixer so +that the config can be shared with other tools such as [babel-preset-env] and +[Stylelint]. + +See [Browserslist docs] for queries, browser names, config format, and defaults. + +[Browserslist docs]: https://github.com/ai/browserslist#queries +[babel-preset-env]: https://github.com/babel/babel/tree/master/packages/babel-preset-env +[Best Practices]: https://github.com/browserslist/browserslist#best-practices +[Browserslist]: https://github.com/ai/browserslist +[Stylelint]: https://stylelint.io/ + + +## FAQ + +### Does Autoprefixer polyfill Grid Layout for IE? + +Autoprefixer can be used to translate modern CSS Grid syntax into IE 10 and IE 11 syntax, +but this polyfill will not work in 100% of cases. This is why it is disabled by default. + +First, you need to enable Grid prefixes by using either the `grid: "autoplace"` option or the `/* autoprefixer grid: autoplace */` control comment. + +Second, you need to test every fix with Grid in IE. It is not an enable and +forget feature, but it is still very useful. +Financial Times and Yandex use it in production. + +Third, there is only very limited auto placement support. Read the [Grid Autoplacement support in IE](#grid-autoplacement-support-in-ie) section for more details. + +Fourth, if you are not using the autoplacement feature, the best way to use Autoprefixer is by using `grid-template` or `grid-template-areas`. + +```css +.page { + display: grid; + grid-gap: 33px; + grid-template: + "head head head" 1fr + "nav main main" minmax(100px, 1fr) + "nav foot foot" 2fr / + 1fr 100px 1fr; +} +.page__head { + grid-area: head; +} +.page__nav { + grid-area: nav; +} +.page__main { + grid-area: main; +} +.page__footer { + grid-area: foot; +} +``` + +See also: + +* [The guide about Grids in IE and Autoprefixer]. +* [`postcss-gap-properties`] to use new `gap` property + instead of old `grid-gap`. +* [`postcss-grid-kiss`] has alternate “everything in one property” syntax, + which makes using Autoprefixer’s Grid translations safer. + +[The guide about Grids in IE and Autoprefixer]: https://css-tricks.com/css-grid-in-ie-css-grid-and-the-new-autoprefixer/ +[`postcss-gap-properties`]: https://github.com/jonathantneal/postcss-gap-properties +[`postcss-grid-kiss`]: https://github.com/sylvainpolletvillard/postcss-grid-kiss + +### No prefixes in production + +Many other tools contain Autoprefixer. For example, webpack uses Autoprefixer +to minify CSS by cleaning unnecessary prefixes. + +If you pass your browsers to Autoprefixer using its `browsers` option, the other +tools will use their own config, leading webpack to remove the prefixes that +the first Autoprefixer added. + +To avoid this, ensure you use either the [browserslist config file] or +`browsers` key in your `package.json`, so that all tools (Autoprefixer, +cssnano, doiuse, cssnext, etc) use the same browsers list. + +[browserslist config file]: https://github.com/ai/browserslist#config-file + + +### What is the unprefixed version of `-webkit-min-device-pixel-ratio`? + +```css +@media (min-resolution: 2dppx) { + .image { + background-image: url(image@2x.png); + } +} +``` + +Will be compiled to: + +```css +@media (-webkit-min-device-pixel-ratio: 2), + (-o-min-device-pixel-ratio: 2/1), + (min-resolution: 2dppx) { + .image { + background-image: url(image@2x.png); + } +} +``` + + +### Does it add polyfills? + +No. Autoprefixer only adds prefixes. + +Most new CSS features will require client side JavaScript to handle a new +behavior correctly. + +Depending on what you consider to be a “polyfill”, you can take a look at some +other tools and libraries. If you are just looking for syntax sugar, +you might take a look at: + +- [postcss-preset-env] is a plugins preset with polyfills and Autoprefixer + to write future CSS today. +- [Oldie], a PostCSS plugin that handles some IE hacks (opacity, rgba, etc). +- [postcss-flexbugs-fixes], a PostCSS plugin to fix flexbox issues. + +[postcss-flexbugs-fixes]: https://github.com/luisrudge/postcss-flexbugs-fixes +[postcss-preset-env]: https://github.com/jonathantneal/postcss-preset-env +[Oldie]: https://github.com/jonathantneal/oldie + + +### Why doesn’t Autoprefixer add prefixes to `border-radius`? + +Developers are often surprised by how few prefixes are required today. +If Autoprefixer doesn’t add prefixes to your CSS, check if they’re still +required on [Can I Use]. + +[Can I Use]: https://caniuse.com/ + + +### Why does Autoprefixer use unprefixed properties in `@-webkit-keyframes`? + +Browser teams can remove some prefixes before others, so we try to use all +combinations of prefixed/unprefixed values. + + +### How to work with legacy `-webkit-` only code? + +Autoprefixer needs unprefixed property to add prefixes. So if you only +wrote `-webkit-gradient` without W3C’s `gradient`, +Autoprefixer will not add other prefixes. + +But [PostCSS] has plugins to convert CSS to unprefixed state. +Use [postcss-unprefix] before Autoprefixer. + +[postcss-unprefix]: https://github.com/gucong3000/postcss-unprefix + + +### Does Autoprefixer add `-epub-` prefix? + +No, Autoprefixer works only with browsers prefixes from Can I Use. +But you can use [postcss-epub] +for prefixing ePub3 properties. + +[postcss-epub]: https://github.com/Rycochet/postcss-epub + + +### Why doesn’t Autoprefixer transform generic font-family `system-ui`? + +`system-ui` is technically not a prefix and the transformation is not +future-proof. You can use [postcss-font-family-system-ui] to transform +`system-ui` to a practical font-family list. + +[postcss-font-family-system-ui]: https://github.com/JLHwung/postcss-font-family-system-ui + + +## Usage + +### Gulp + +In Gulp you can use [gulp-postcss] with `autoprefixer` npm package. + +```js +gulp.task('autoprefixer', function () { + var postcss = require('gulp-postcss'); + var sourcemaps = require('gulp-sourcemaps'); + var autoprefixer = require('autoprefixer'); + + return gulp.src('./src/*.css') + .pipe(sourcemaps.init()) + .pipe(postcss([ autoprefixer() ])) + .pipe(sourcemaps.write('.')) + .pipe(gulp.dest('./dest')); +}); +``` + +With `gulp-postcss` you also can combine Autoprefixer +with [other PostCSS plugins]. + +[gulp-postcss]: https://github.com/postcss/gulp-postcss +[other PostCSS plugins]: https://github.com/postcss/postcss#plugins + + +### Webpack + +In [webpack] you can use [postcss-loader] with `autoprefixer` +and [other PostCSS plugins]. + +```js +module.exports = { + module: { + rules: [ + { + test: /\.css$/, + use: ["style-loader", "css-loader", "postcss-loader"] + } + ] + } +} +``` + +And create a `postcss.config.js` with: + +```js +module.exports = { + plugins: [ + require('autoprefixer') + ] +} +``` + +[other PostCSS plugins]: https://github.com/postcss/postcss#plugins +[postcss-loader]: https://github.com/postcss/postcss-loader +[webpack]: http://webpack.github.io/ + + +### CSS-in-JS + +The best way to use PostCSS with CSS-in-JS is [`astroturf`]. +Add it’s loader to your `webpack.config.js`: + +```js +module.exports = { + module: { + rules: [ + { + test: /\.css$/, + use: ['style-loader', 'postcss-loader'], + }, + { + test: /\.jsx?$/, + use: ['babel-loader', 'astroturf/loader'], + } + ] + } +} +``` + +Then create `postcss.config.js`: + +```js +module.exports = { + plugins: [ + require('autoprefixer') + ] +} +``` + +[`astroturf`]: https://github.com/4Catalyzer/astroturf + + +### CLI + +You can use the [postcss-cli] to run Autoprefixer from CLI: + +```sh +npm install postcss-cli autoprefixer +npx postcss *.css --use autoprefixer -d build/ +``` + +See `postcss -h` for help. + +[postcss-cli]: https://github.com/postcss/postcss-cli + + +### Other Build Tools + +* **Grunt:** [grunt-postcss] +* **Ruby on Rails**: [autoprefixer-rails] +* **Neutrino**: [neutrino-middleware-postcss] +* **Jekyll**: add `autoprefixer-rails` and `jekyll-assets` to `Gemfile` +* **Brunch**: [postcss-brunch] +* **Broccoli**: [broccoli-postcss] +* **Middleman**: [middleman-autoprefixer] +* **Mincer**: add `autoprefixer` npm package and enable it: + `environment.enable('autoprefixer')` + +[neutrino-middleware-postcss]: https://www.npmjs.com/package/neutrino-middleware-postcss +[middleman-autoprefixer]: https://github.com/middleman/middleman-autoprefixer +[autoprefixer-rails]: https://github.com/ai/autoprefixer-rails +[broccoli-postcss]: https://github.com/jeffjewiss/broccoli-postcss +[postcss-brunch]: https://github.com/iamvdo/postcss-brunch +[grunt-postcss]: https://github.com/nDmitry/grunt-postcss + + +#### Preprocessors + +* **Less**: [less-plugin-autoprefix] +* **Stylus**: [autoprefixer-stylus] +* **Compass**: [autoprefixer-rails#compass] + +[less-plugin-autoprefix]: https://github.com/less/less-plugin-autoprefix +[autoprefixer-stylus]: https://github.com/jenius/autoprefixer-stylus +[autoprefixer-rails#compass]: https://github.com/ai/autoprefixer-rails#compass + + +#### GUI Tools + +* [CodeKit](https://codekitapp.com/help/autoprefixer/) +* [Prepros](https://prepros.io) + + +### JavaScript + +You can use Autoprefixer with [PostCSS] in your Node.js application +or if you want to develop an Autoprefixer plugin for a new environment. + +```js +var autoprefixer = require('autoprefixer'); +var postcss = require('postcss'); + +postcss([ autoprefixer ]).process(css).then(function (result) { + result.warnings().forEach(function (warn) { + console.warn(warn.toString()); + }); + console.log(result.css); +}); +``` + +There is also a [standalone build] for the browser or for a non-Node.js runtime. + +You can use [html-autoprefixer] to process HTML with inlined CSS. + +[html-autoprefixer]: https://github.com/RebelMail/html-autoprefixer +[standalone build]: https://raw.github.com/ai/autoprefixer-rails/master/vendor/autoprefixer.js +[PostCSS]: https://github.com/postcss/postcss + + +### Text Editors and IDE + +Autoprefixer should be used in assets build tools. Text editor plugins are not +a good solution, because prefixes decrease code readability and you will need +to change values in all prefixed properties. + +I recommend you to learn how to use build tools like [Gulp]. +They work much better and will open you a whole new world of useful plugins +and automation. + +If you can’t move to a build tool, you can use text editor plugins: + +* [Sublime Text](https://github.com/sindresorhus/sublime-autoprefixer) +* [Brackets](https://github.com/mikaeljorhult/brackets-autoprefixer) +* [Atom Editor](https://github.com/sindresorhus/atom-autoprefixer) +* [Visual Studio](https://github.com/madskristensen/WebCompiler) + +[Gulp]: https://gulpjs.com/ + + +## Warnings + +Autoprefixer uses the [PostCSS warning API] to warn about really important +problems in your CSS: + +* Old direction syntax in gradients. +* Old unprefixed `display: box` instead of `display: flex` + by latest specification version. + +You can get warnings from `result.warnings()`: + +```js +result.warnings().forEach(function (warn) { + console.warn(warn.toString()); +}); +``` + +Every Autoprefixer runner should display these warnings. + +[PostCSS warning API]: https://github.com/postcss/postcss/blob/master/docs/api.md#warning-class + + +## Disabling + +### Prefixes + +Autoprefixer was designed to have no interface – it just works. +If you need some browser specific hack just write a prefixed property +after the unprefixed one. + +```css +a { + transform: scale(0.5); + -moz-transform: scale(0.6); +} +``` + +If some prefixes were generated incorrectly, please create an [issue on GitHub]. + +[issue on GitHub]: https://github.com/postcss/autoprefixer/issues + + +### Features + +You can use these plugin options to control some of Autoprefixer’s features. + +* `grid: "autoplace"` will enable `-ms-` prefixes for Grid Layout including some + [limited autoplacement support](#grid-autoplacement-support-in-ie). +* `supports: false` will disable `@supports` parameters prefixing. +* `flexbox: false` will disable flexbox properties prefixing. + Or `flexbox: "no-2009"` will add prefixes only for final and IE + versions of specification. +* `remove: false` will disable cleaning outdated prefixes. + +You should set them inside the plugin like so: + +```js +autoprefixer({ grid: "autoplace" }); +``` + + +### Control Comments + +If you do not need Autoprefixer in some part of your CSS, +you can use control comments to disable Autoprefixer. + +```css +.a { + transition: 1s; /* will be prefixed */ +} + +.b { + /* autoprefixer: off */ + transition: 1s; /* will not be prefixed */ +} + +.c { + /* autoprefixer: ignore next */ + transition: 1s; /* will not be prefixed */ + mask: url(image.png); /* will be prefixed */ +} +``` + +There are three types of control comments: + +* `/* autoprefixer: (on|off) */`: enable/disable all Autoprefixer translations for the + whole block both *before* and *after* the comment. +* `/* autoprefixer: ignore next */`: disable Autoprefixer only for the next property + or next rule selector or at-rule parameters (but not rule/at‑rule body). +* `/* autoprefixer grid: (autoplace|no-autoplace|off) */`: control how Autoprefixer handles + grid translations for the whole block: + * `autoplace`: enable grid translations with autoplacement support. + * `no-autoplace`: enable grid translations with autoplacement support *disabled*. + (alias for deprecated value `on`) + * `off`: disable all grid translations. + +You can also use comments recursively: + +```css +/* autoprefixer: off */ +@supports (transition: all) { + /* autoprefixer: on */ + a { + /* autoprefixer: off */ + } +} +``` + +Note that comments that disable the whole block should not be featured in the same +block twice: + +```css +/* How not to use block level control comments */ + +.do-not-do-this { + /* autoprefixer: off */ + transition: 1s; + /* autoprefixer: on */ + transform: rotate(20deg); +} +``` + + +## Options + +Function `autoprefixer(options)` returns a new PostCSS plugin. +See [PostCSS API] for plugin usage documentation. + +```js +autoprefixer({ cascade: false }) +``` + +Available options are: + +* `env` (string): environment for Browserslist. +* `cascade` (boolean): should Autoprefixer use Visual Cascade, + if CSS is uncompressed. Default: `true` +* `add` (boolean): should Autoprefixer add prefixes. Default is `true`. +* `remove` (boolean): should Autoprefixer [remove outdated] prefixes. + Default is `true`. +* `supports` (boolean): should Autoprefixer add prefixes for `@supports` + parameters. Default is `true`. +* `flexbox` (boolean|string): should Autoprefixer add prefixes for flexbox + properties. With `"no-2009"` value Autoprefixer will add prefixes only + for final and IE versions of specification. Default is `true`. +* `grid` (false|"autoplace"|"no-autoplace"): should Autoprefixer add IE prefixes for Grid Layout + properties? + * `false` (default): prevent Autoprefixer from outputting CSS Grid translations. + * `"autoplace"`: enable Autoprefixer grid translations and *include* autoplacement + support. You can also use `/* autoprefixer grid: autoplace */` in your CSS. + * `"no-autoplace"`: enable Autoprefixer grid translations but *exclude* autoplacement + support. You can also use `/* autoprefixer grid: no-autoplace */` in your CSS. + (alias for the deprecated `true` value) +* `stats` (object): custom [usage statistics] for `> 10% in my stats` + browsers query. +* `browsers` (array): list of queries for target browsers. Try to not use it. +  The best practice is to use `.browserslistrc` config + or `browserslist` key in `package.json` to share target browsers + with Babel, ESLint and Stylelint. See [Browserslist docs] + for available queries and default value. +* `ignoreUnknownVersions` (boolean): do not raise error on unknown browser + version in Browserslist config or `browsers` option. Default is `false`. + +Plugin object has `info()` method for debugging purpose. + +You can use PostCSS processor to process several CSS files +to increase performance. + +[usage statistics]: https://github.com/ai/browserslist#custom-usage-data +[PostCSS API]: http://api.postcss.org + +## Grid Autoplacement support in IE + +If the `grid` option is set to `"autoplace"`, limited autoplacement support is added to Autoprefixers grid translations. You can also use the `/* autoprefixer grid: autoplace */` control comment to enable autoplacement + +Autoprefixer will only autoplace grid cells if both `grid-template-rows` and `grid-template-columns` has been set. If `grid-template` or `grid-template-areas` has been set, Autoprefixer will use area based cell placement instead. + +Autoprefixer supports autoplacement by using `nth-child` CSS selectors. It creates [number of columns] x [number of rows] `nth-child` selectors. For this reason Autoplacement is only supported within the explicit grid. + +```css +/* Input CSS */ + +/* autoprefixer grid: autoplace */ + +.autoplacement-example { + display: grid; + grid-template-columns: 1fr 1fr; + grid-template-rows: auto auto; + grid-gap: 20px; +} +``` + +```css +/* Output CSS */ + +/* autoprefixer grid: autoplace */ + +.autoplacement-example { + display: -ms-grid; + display: grid; + -ms-grid-columns: 1fr 20px 1fr; + grid-template-columns: 1fr 1fr; + -ms-grid-rows: auto 20px auto; + grid-template-rows: auto auto; + grid-gap: 20px; +} + +.autoplacement-example > *:nth-child(1) { + -ms-grid-row: 1; + -ms-grid-column: 1; +} + +.autoplacement-example > *:nth-child(2) { + -ms-grid-row: 1; + -ms-grid-column: 3; +} + +.autoplacement-example > *:nth-child(3) { + -ms-grid-row: 3; + -ms-grid-column: 1; +} + +.autoplacement-example > *:nth-child(4) { + -ms-grid-row: 3; + -ms-grid-column: 3; +} +``` + +### Beware of enabling autoplacement in old projects + +Be careful about enabling autoplacement in any already established projects that have +previously not used Autoprefixer's grid autoplacement feature before. + +If this was your html: + +```html +
+
+
+``` + +The following CSS will not work as expected with the autoplacement feature enabled: + +```css +/* Unsafe CSS when Autoplacement is enabled */ + +.grid-cell { + grid-column: 2; + grid-row: 2; +} + +.grid { + display: grid; + grid-template-columns: repeat(3, 1fr); + grid-template-rows: repeat(3, 1fr); +} +``` + +Swapping the rules around will not fix the issue either: + +```css +/* Also unsafe to use this CSS */ + +.grid { + display: grid; + grid-template-columns: repeat(3, 1fr); + grid-template-rows: repeat(3, 1fr); +} + +.grid-cell { + grid-column: 2; + grid-row: 2; +} +``` + +One way to deal with this issue is to disable autoplacement in the +grid-declaration rule: + +```css +/* Disable autoplacement to fix the issue */ + +.grid { + /* autoprefixer grid: no-autoplace */ + display: grid; + grid-template-columns: repeat(3, 1fr); + grid-template-rows: repeat(3, 1fr); +} + +.grid-cell { + grid-column: 2; + grid-row: 2; +} +``` + +The absolute best way to integrate autoplacement into already existing projects though is +to leave autoplacement turned off by default and then use a control comment to enable it +when needed. This method is far less likely to cause something on the site to break. + +```css +/* Disable autoplacement by default in old projects */ +/* autoprefixer grid: no-autoplace */ + +/* Old code will function the same way it always has */ +.old-grid { + display: grid; + grid-template-columns: repeat(3, 1fr); + grid-template-rows: repeat(3, 1fr); +} +.old-grid-cell { + grid-column: 2; + grid-row: 2; +} + +/* Enable autoplacement when you want to use it in new code */ +.new-autoplace-friendly-grid { + /* autoprefixer grid: autoplace */ + display: grid; + grid-template-columns: repeat(3, 1fr); + grid-template-rows: repeat(3, auto); +} +``` + +Note that the `grid: "no-autoplace"` setting and the +`/* autoprefixer grid: no-autoplace */` control comment share identical functionality +to the `grid: true` setting and the `/* autoprefixer grid: on */` control comment. +There is no need to refactor old code to use `no-autoplace` in place of the old +`true` and `on` statements. + +### Autoplacement limitations + +#### Both columns and rows must be defined + +Autoplacement only works inside the explicit grid. The columns and rows need to be defined +so that Autoprefixer knows how many `nth-child` selectors to generate. + +```css +.not-allowed { + display: grid; + grid-template-columns: repeat(3, 1fr); +} + +.is-allowed { + display: grid; + grid-template-columns: repeat(3, 1fr); + grid-template-rows: repeat(10, auto); +} +``` + +#### Repeat auto-fit and auto-fill are not supported + +The `repeat(auto-fit, ...)` and `repeat(auto-fill, ...)` grid functionality relies on +knowledge from the browser about screen dimensions and the number of available grid +items for it to work properly. Autoprefixer does not have access to this information +so unfortunately this little snippet will _never_ be IE friendly. + +```css +.grid { + /* This will never be IE friendly */ + grid-template-columns: repeat(auto-fit, min-max(200px, 1fr)) +} +``` + +#### No manual cell placement or column/row spans allowed inside an autoplacement grid + +Elements must not be manually placed or given column/row spans inside an autoplacement +grid. Only the most basic of autoplacement grids are supported. Grid cells can still be +placed manually outside the the explicit grid though. Support for manually placing +individual grid cells inside an explicit autoplacement grid is planned for a +future release. + +```css +.autoplacement-grid { + display: grid; + grid-template-columns: repeat(3, 1fr); + grid-template-rows: repeat(3, auto); +} + +/* + grid cells placed inside the explicit grid + will break the layout in IE +*/ +.not-permitted-grid-cell { + grid-column: 1; + grid-row: 1; +} + +/* + grid cells placed outside the + explicit grid will work in IE +*/ +.permitted-grid-cell { + grid-column: 1 / span 2; + grid-row: 4; +} +``` + +If manual cell placement is required, we recommend using `grid-template` or +`grid-template-areas` instead: + +```css +.page { + display: grid; + grid-gap: 30px; + grid-template: + "head head" + "nav main" minmax(100px, 1fr) + "foot foot" / + 200px 1fr; +} +.page__head { + grid-area: head; +} +.page__nav { + grid-area: nav; +} +.page__main { + grid-area: main; +} +.page__footer { + grid-area: foot; +} +``` + +#### Do not create `::before` and `::after` pseudo elements + +Let's say you have this HTML: + +```html +
+
+
+``` + +And you write this CSS: + +```css +.grid { + display: grid; + grid-template-columns: 1fr 1fr; + grid-template-rows: auto; +} + +.grid::before { + content: 'before'; +} + +.grid::after { + content: 'after'; +} +``` + +This will be the output: + +```css +.grid { + display: -ms-grid; + display: grid; + -ms-grid-columns: 1fr 1fr; + grid-template-columns: 1fr 1fr; + -ms-grid-rows: auto; + grid-template-rows: auto; +} + +.grid > *:nth-child(1) { + -ms-grid-row: 1; + -ms-grid-column: 1; +} + + +.grid > *:nth-child(2) { + -ms-grid-row: 1; + -ms-grid-column: 2; +} + +.grid::before { + content: 'before'; +} + +.grid::after { + content: 'after'; +} +``` + +IE will place `.grid-cell`, `::before` and `::after` in row 1 column 1. +Modern browsers on the other hand will place `::before` in row 1 column 1, +`.grid-cell` in row 1 column 2, and `::after` in row 2 column 1. + +See this [Code Pen](https://codepen.io/daniel-tonon/pen/gBymVw) to see a visualization +of the issue. View the Code Pen in both a modern browser and IE to see the difference. + +Note that you can still create `::before` and `::after` elements as long as you manually +place them outside the explicit grid. + +#### When changing the `grid gap` value, columns and rows must be re-declared + +If you wish to change the size of a `grid-gap`, you will need to redeclare the grid columns and rows. + +```css +.grid { + display: grid; + grid-template-columns: 1fr 1fr; + grid-template-rows: auto; + grid-gap: 50px; +} + +/* This will *NOT* work in IE */ +@media (max-width: 600px) { + .grid { + grid-gap: 20px; + } +} + +/* This will *NOT* work in IE */ +.grid.small-gap { + grid-gap: 20px; +} +``` + +```css +.grid { + display: grid; + grid-template-columns: 1fr 1fr; + grid-template-rows: auto; + grid-gap: 50px; +} + +/* This *WILL* work in IE */ +@media (max-width: 600px) { + .grid { + grid-template-columns: 1fr 1fr; + grid-template-rows: auto; + grid-gap: 20px; + } +} + +/* This *WILL* work in IE */ +.grid.small-gap { + grid-template-columns: 1fr 1fr; + grid-template-rows: auto; + grid-gap: 20px; +} +``` + +## Debug + +Run `npx autoprefixer --info` in your project directory to check +which browsers are selected and which properties will be prefixed: + +``` +$ npx autoprefixer --info +Browsers: + Edge: 16 + +These browsers account for 0.26% of all users globally + +At-Rules: + @viewport: ms + +Selectors: + ::placeholder: ms + +Properties: + appearance: webkit + flow-from: ms + flow-into: ms + hyphens: ms + overscroll-behavior: ms + region-fragment: ms + scroll-snap-coordinate: ms + scroll-snap-destination: ms + scroll-snap-points-x: ms + scroll-snap-points-y: ms + scroll-snap-type: ms + text-size-adjust: ms + text-spacing: ms + user-select: ms +``` + +JS API is also available: + +```js +var info = autoprefixer().info(); +console.log(info); +``` diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/bin/autoprefixer b/user/themes/gilles_acezat/node_modules/autoprefixer/bin/autoprefixer new file mode 100644 index 0000000..33e5864 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/bin/autoprefixer @@ -0,0 +1,22 @@ +#!/usr/bin/env node + +let mode = process.argv[2] +if (mode === '--info') { + process.stdout.write( + require('../')().info() + '\n') +} else if (mode === '--version') { + process.stdout.write( + 'autoprefixer ' + require('../package.json').version + '\n') +} else { + process.stdout.write( + 'autoprefix\n' + + '\n' + + 'Options:\n' + + ' --info Show target browsers and used prefixes\n' + + ' --version Show version number\n' + + ' --help Show help\n' + + '\n' + + 'Usage:\n' + + ' autoprefixer --info\n' + ) +} diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/data/prefixes.js b/user/themes/gilles_acezat/node_modules/autoprefixer/data/prefixes.js new file mode 100644 index 0000000..4f221fe --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/data/prefixes.js @@ -0,0 +1,701 @@ +"use strict"; + +var unpack = require('caniuse-lite').feature; + +function browsersSort(a, b) { + a = a.split(' '); + b = b.split(' '); + + if (a[0] > b[0]) { + return 1; + } else if (a[0] < b[0]) { + return -1; + } else { + return Math.sign(parseFloat(a[1]) - parseFloat(b[1])); + } +} // Convert Can I Use data + + +function f(data, opts, callback) { + data = unpack(data); + + if (!callback) { + var _ref = [opts, {}]; + callback = _ref[0]; + opts = _ref[1]; + } + + var match = opts.match || /\sx($|\s)/; + var need = []; + + for (var browser in data.stats) { + var versions = data.stats[browser]; + + for (var version in versions) { + var support = versions[version]; + + if (support.match(match)) { + need.push(browser + ' ' + version); + } + } + } + + callback(need.sort(browsersSort)); +} // Add data for all properties + + +var result = {}; + +function prefix(names, data) { + for (var _iterator = names, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) { + var _ref2; + + if (_isArray) { + if (_i >= _iterator.length) break; + _ref2 = _iterator[_i++]; + } else { + _i = _iterator.next(); + if (_i.done) break; + _ref2 = _i.value; + } + + var name = _ref2; + result[name] = Object.assign({}, data); + } +} + +function add(names, data) { + for (var _iterator2 = names, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : _iterator2[Symbol.iterator]();;) { + var _ref3; + + if (_isArray2) { + if (_i2 >= _iterator2.length) break; + _ref3 = _iterator2[_i2++]; + } else { + _i2 = _iterator2.next(); + if (_i2.done) break; + _ref3 = _i2.value; + } + + var name = _ref3; + result[name].browsers = result[name].browsers.concat(data.browsers).sort(browsersSort); + } +} + +module.exports = result; // Border Radius + +f(require('caniuse-lite/data/features/border-radius'), function (browsers) { + return prefix(['border-radius', 'border-top-left-radius', 'border-top-right-radius', 'border-bottom-right-radius', 'border-bottom-left-radius'], { + mistakes: ['-khtml-', '-ms-', '-o-'], + feature: 'border-radius', + browsers: browsers + }); +}); // Box Shadow + +f(require('caniuse-lite/data/features/css-boxshadow'), function (browsers) { + return prefix(['box-shadow'], { + mistakes: ['-khtml-'], + feature: 'css-boxshadow', + browsers: browsers + }); +}); // Animation + +f(require('caniuse-lite/data/features/css-animation'), function (browsers) { + return prefix(['animation', 'animation-name', 'animation-duration', 'animation-delay', 'animation-direction', 'animation-fill-mode', 'animation-iteration-count', 'animation-play-state', 'animation-timing-function', '@keyframes'], { + mistakes: ['-khtml-', '-ms-'], + feature: 'css-animation', + browsers: browsers + }); +}); // Transition + +f(require('caniuse-lite/data/features/css-transitions'), function (browsers) { + return prefix(['transition', 'transition-property', 'transition-duration', 'transition-delay', 'transition-timing-function'], { + mistakes: ['-khtml-', '-ms-'], + browsers: browsers, + feature: 'css-transitions' + }); +}); // Transform 2D + +f(require('caniuse-lite/data/features/transforms2d'), function (browsers) { + return prefix(['transform', 'transform-origin'], { + feature: 'transforms2d', + browsers: browsers + }); +}); // Transform 3D + +var transforms3d = require('caniuse-lite/data/features/transforms3d'); + +f(transforms3d, function (browsers) { + prefix(['perspective', 'perspective-origin'], { + feature: 'transforms3d', + browsers: browsers + }); + return prefix(['transform-style'], { + mistakes: ['-ms-', '-o-'], + browsers: browsers, + feature: 'transforms3d' + }); +}); +f(transforms3d, { + match: /y\sx|y\s#2/ +}, function (browsers) { + return prefix(['backface-visibility'], { + mistakes: ['-ms-', '-o-'], + feature: 'transforms3d', + browsers: browsers + }); +}); // Gradients + +var gradients = require('caniuse-lite/data/features/css-gradients'); + +f(gradients, { + match: /y\sx/ +}, function (browsers) { + return prefix(['linear-gradient', 'repeating-linear-gradient', 'radial-gradient', 'repeating-radial-gradient'], { + props: ['background', 'background-image', 'border-image', 'mask', 'list-style', 'list-style-image', 'content', 'mask-image'], + mistakes: ['-ms-'], + feature: 'css-gradients', + browsers: browsers + }); +}); +f(gradients, { + match: /a\sx/ +}, function (browsers) { + browsers = browsers.map(function (i) { + if (/firefox|op/.test(i)) { + return i; + } else { + return i + " old"; + } + }); + return add(['linear-gradient', 'repeating-linear-gradient', 'radial-gradient', 'repeating-radial-gradient'], { + feature: 'css-gradients', + browsers: browsers + }); +}); // Box sizing + +f(require('caniuse-lite/data/features/css3-boxsizing'), function (browsers) { + return prefix(['box-sizing'], { + feature: 'css3-boxsizing', + browsers: browsers + }); +}); // Filter Effects + +f(require('caniuse-lite/data/features/css-filters'), function (browsers) { + return prefix(['filter'], { + feature: 'css-filters', + browsers: browsers + }); +}); // filter() function + +f(require('caniuse-lite/data/features/css-filter-function'), function (browsers) { + return prefix(['filter-function'], { + props: ['background', 'background-image', 'border-image', 'mask', 'list-style', 'list-style-image', 'content', 'mask-image'], + feature: 'css-filter-function', + browsers: browsers + }); +}); // Backdrop-filter + +f(require('caniuse-lite/data/features/css-backdrop-filter'), function (browsers) { + return prefix(['backdrop-filter'], { + feature: 'css-backdrop-filter', + browsers: browsers + }); +}); // element() function + +f(require('caniuse-lite/data/features/css-element-function'), function (browsers) { + return prefix(['element'], { + props: ['background', 'background-image', 'border-image', 'mask', 'list-style', 'list-style-image', 'content', 'mask-image'], + feature: 'css-element-function', + browsers: browsers + }); +}); // Multicolumns + +f(require('caniuse-lite/data/features/multicolumn'), function (browsers) { + prefix(['columns', 'column-width', 'column-gap', 'column-rule', 'column-rule-color', 'column-rule-width', 'column-count', 'column-rule-style', 'column-span', 'column-fill'], { + feature: 'multicolumn', + browsers: browsers + }); + var noff = browsers.filter(function (i) { + return !/firefox/.test(i); + }); + prefix(['break-before', 'break-after', 'break-inside'], { + feature: 'multicolumn', + browsers: noff + }); +}); // User select + +f(require('caniuse-lite/data/features/user-select-none'), function (browsers) { + return prefix(['user-select'], { + mistakes: ['-khtml-'], + feature: 'user-select-none', + browsers: browsers + }); +}); // Flexible Box Layout + +var flexbox = require('caniuse-lite/data/features/flexbox'); + +f(flexbox, { + match: /a\sx/ +}, function (browsers) { + browsers = browsers.map(function (i) { + if (/ie|firefox/.test(i)) { + return i; + } else { + return i + " 2009"; + } + }); + prefix(['display-flex', 'inline-flex'], { + props: ['display'], + feature: 'flexbox', + browsers: browsers + }); + prefix(['flex', 'flex-grow', 'flex-shrink', 'flex-basis'], { + feature: 'flexbox', + browsers: browsers + }); + prefix(['flex-direction', 'flex-wrap', 'flex-flow', 'justify-content', 'order', 'align-items', 'align-self', 'align-content'], { + feature: 'flexbox', + browsers: browsers + }); +}); +f(flexbox, { + match: /y\sx/ +}, function (browsers) { + add(['display-flex', 'inline-flex'], { + feature: 'flexbox', + browsers: browsers + }); + add(['flex', 'flex-grow', 'flex-shrink', 'flex-basis'], { + feature: 'flexbox', + browsers: browsers + }); + add(['flex-direction', 'flex-wrap', 'flex-flow', 'justify-content', 'order', 'align-items', 'align-self', 'align-content'], { + feature: 'flexbox', + browsers: browsers + }); +}); // calc() unit + +f(require('caniuse-lite/data/features/calc'), function (browsers) { + return prefix(['calc'], { + props: ['*'], + feature: 'calc', + browsers: browsers + }); +}); // Background options + +f(require('caniuse-lite/data/features/background-img-opts'), function (browsers) { + return prefix(['background-origin', 'background-size'], { + feature: 'background-img-opts', + browsers: browsers + }); +}); // background-clip: text + +f(require('caniuse-lite/data/features/background-clip-text'), function (browsers) { + return prefix(['background-clip'], { + feature: 'background-clip-text', + browsers: browsers + }); +}); // Font feature settings + +f(require('caniuse-lite/data/features/font-feature'), function (browsers) { + return prefix(['font-feature-settings', 'font-variant-ligatures', 'font-language-override'], { + feature: 'font-feature', + browsers: browsers + }); +}); // CSS font-kerning property + +f(require('caniuse-lite/data/features/font-kerning'), function (browsers) { + return prefix(['font-kerning'], { + feature: 'font-kerning', + browsers: browsers + }); +}); // Border image + +f(require('caniuse-lite/data/features/border-image'), function (browsers) { + return prefix(['border-image'], { + feature: 'border-image', + browsers: browsers + }); +}); // Selection selector + +f(require('caniuse-lite/data/features/css-selection'), function (browsers) { + return prefix(['::selection'], { + selector: true, + feature: 'css-selection', + browsers: browsers + }); +}); // Placeholder selector + +f(require('caniuse-lite/data/features/css-placeholder'), function (browsers) { + prefix(['::placeholder'], { + selector: true, + feature: 'css-placeholder', + browsers: browsers.concat(['ie 10 old', 'ie 11 old', 'firefox 18 old']) + }); +}); // Hyphenation + +f(require('caniuse-lite/data/features/css-hyphens'), function (browsers) { + return prefix(['hyphens'], { + feature: 'css-hyphens', + browsers: browsers + }); +}); // Fullscreen selector + +var fullscreen = require('caniuse-lite/data/features/fullscreen'); + +f(fullscreen, function (browsers) { + return prefix([':fullscreen'], { + selector: true, + feature: 'fullscreen', + browsers: browsers + }); +}); +f(fullscreen, { + match: /x(\s#2|$)/ +}, function (browsers) { + return prefix(['::backdrop'], { + selector: true, + feature: 'fullscreen', + browsers: browsers + }); +}); // Tab size + +f(require('caniuse-lite/data/features/css3-tabsize'), function (browsers) { + return prefix(['tab-size'], { + feature: 'css3-tabsize', + browsers: browsers + }); +}); // Intrinsic & extrinsic sizing + +var intrinsic = require('caniuse-lite/data/features/intrinsic-width'); + +f(intrinsic, function (browsers) { + return prefix(['max-content', 'min-content', 'fit-content'], { + props: ['width', 'min-width', 'max-width', 'height', 'min-height', 'max-height', 'inline-size', 'min-inline-size', 'max-inline-size', 'block-size', 'min-block-size', 'max-block-size', 'grid', 'grid-template', 'grid-template-rows', 'grid-template-columns', 'grid-auto-columns', 'grid-auto-rows'], + feature: 'intrinsic-width', + browsers: browsers + }); +}); +f(intrinsic, { + match: /x|\s#4/ +}, function (browsers) { + return prefix(['fill', 'fill-available', 'stretch'], { + props: ['width', 'min-width', 'max-width', 'height', 'min-height', 'max-height', 'inline-size', 'min-inline-size', 'max-inline-size', 'block-size', 'min-block-size', 'max-block-size', 'grid', 'grid-template', 'grid-template-rows', 'grid-template-columns', 'grid-auto-columns', 'grid-auto-rows'], + feature: 'intrinsic-width', + browsers: browsers + }); +}); // Zoom cursors + +f(require('caniuse-lite/data/features/css3-cursors-newer'), function (browsers) { + return prefix(['zoom-in', 'zoom-out'], { + props: ['cursor'], + feature: 'css3-cursors-newer', + browsers: browsers + }); +}); // Grab cursors + +f(require('caniuse-lite/data/features/css3-cursors-grab'), function (browsers) { + return prefix(['grab', 'grabbing'], { + props: ['cursor'], + feature: 'css3-cursors-grab', + browsers: browsers + }); +}); // Sticky position + +f(require('caniuse-lite/data/features/css-sticky'), function (browsers) { + return prefix(['sticky'], { + props: ['position'], + feature: 'css-sticky', + browsers: browsers + }); +}); // Pointer Events + +f(require('caniuse-lite/data/features/pointer'), function (browsers) { + return prefix(['touch-action'], { + feature: 'pointer', + browsers: browsers + }); +}); // Text decoration + +var decoration = require('caniuse-lite/data/features/text-decoration'); + +f(decoration, function (browsers) { + return prefix(['text-decoration-style', 'text-decoration-color', 'text-decoration-line', 'text-decoration'], { + feature: 'text-decoration', + browsers: browsers + }); +}); +f(decoration, { + match: /x.*#[23]/ +}, function (browsers) { + return prefix(['text-decoration-skip'], { + feature: 'text-decoration', + browsers: browsers + }); +}); // Text Size Adjust + +f(require('caniuse-lite/data/features/text-size-adjust'), function (browsers) { + return prefix(['text-size-adjust'], { + feature: 'text-size-adjust', + browsers: browsers + }); +}); // CSS Masks + +f(require('caniuse-lite/data/features/css-masks'), function (browsers) { + prefix(['mask-clip', 'mask-composite', 'mask-image', 'mask-origin', 'mask-repeat', 'mask-border-repeat', 'mask-border-source'], { + feature: 'css-masks', + browsers: browsers + }); + prefix(['mask', 'mask-position', 'mask-size', 'mask-border', 'mask-border-outset', 'mask-border-width', 'mask-border-slice'], { + feature: 'css-masks', + browsers: browsers + }); +}); // CSS clip-path property + +f(require('caniuse-lite/data/features/css-clip-path'), function (browsers) { + return prefix(['clip-path'], { + feature: 'css-clip-path', + browsers: browsers + }); +}); // Fragmented Borders and Backgrounds + +f(require('caniuse-lite/data/features/css-boxdecorationbreak'), function (browsers) { + return prefix(['box-decoration-break'], { + feature: 'css-boxdecorationbreak', + browsers: browsers + }); +}); // CSS3 object-fit/object-position + +f(require('caniuse-lite/data/features/object-fit'), function (browsers) { + return prefix(['object-fit', 'object-position'], { + feature: 'object-fit', + browsers: browsers + }); +}); // CSS Shapes + +f(require('caniuse-lite/data/features/css-shapes'), function (browsers) { + return prefix(['shape-margin', 'shape-outside', 'shape-image-threshold'], { + feature: 'css-shapes', + browsers: browsers + }); +}); // CSS3 text-overflow + +f(require('caniuse-lite/data/features/text-overflow'), function (browsers) { + return prefix(['text-overflow'], { + feature: 'text-overflow', + browsers: browsers + }); +}); // Viewport at-rule + +f(require('caniuse-lite/data/features/css-deviceadaptation'), function (browsers) { + return prefix(['@viewport'], { + feature: 'css-deviceadaptation', + browsers: browsers + }); +}); // Resolution Media Queries + +var resolut = require('caniuse-lite/data/features/css-media-resolution'); + +f(resolut, { + match: /( x($| )|a #3)/ +}, function (browsers) { + return prefix(['@resolution'], { + feature: 'css-media-resolution', + browsers: browsers + }); +}); // CSS text-align-last + +f(require('caniuse-lite/data/features/css-text-align-last'), function (browsers) { + return prefix(['text-align-last'], { + feature: 'css-text-align-last', + browsers: browsers + }); +}); // Crisp Edges Image Rendering Algorithm + +var crispedges = require('caniuse-lite/data/features/css-crisp-edges'); + +f(crispedges, { + match: /y x|a x #1/ +}, function (browsers) { + return prefix(['pixelated'], { + props: ['image-rendering'], + feature: 'css-crisp-edges', + browsers: browsers + }); +}); +f(crispedges, { + match: /a x #2/ +}, function (browsers) { + return prefix(['image-rendering'], { + feature: 'css-crisp-edges', + browsers: browsers + }); +}); // Logical Properties + +var logicalProps = require('caniuse-lite/data/features/css-logical-props'); + +f(logicalProps, function (browsers) { + return prefix(['border-inline-start', 'border-inline-end', 'margin-inline-start', 'margin-inline-end', 'padding-inline-start', 'padding-inline-end'], { + feature: 'css-logical-props', + browsers: browsers + }); +}); +f(logicalProps, { + match: /x\s#2/ +}, function (browsers) { + return prefix(['border-block-start', 'border-block-end', 'margin-block-start', 'margin-block-end', 'padding-block-start', 'padding-block-end'], { + feature: 'css-logical-props', + browsers: browsers + }); +}); // CSS appearance + +var appearance = require('caniuse-lite/data/features/css-appearance'); + +f(appearance, { + match: /#2|x/ +}, function (browsers) { + return prefix(['appearance'], { + feature: 'css-appearance', + browsers: browsers + }); +}); // CSS Scroll snap points + +f(require('caniuse-lite/data/features/css-snappoints'), function (browsers) { + return prefix(['scroll-snap-type', 'scroll-snap-coordinate', 'scroll-snap-destination', 'scroll-snap-points-x', 'scroll-snap-points-y'], { + feature: 'css-snappoints', + browsers: browsers + }); +}); // CSS Regions + +f(require('caniuse-lite/data/features/css-regions'), function (browsers) { + return prefix(['flow-into', 'flow-from', 'region-fragment'], { + feature: 'css-regions', + browsers: browsers + }); +}); // CSS image-set + +f(require('caniuse-lite/data/features/css-image-set'), function (browsers) { + return prefix(['image-set'], { + props: ['background', 'background-image', 'border-image', 'cursor', 'mask', 'mask-image', 'list-style', 'list-style-image', 'content'], + feature: 'css-image-set', + browsers: browsers + }); +}); // Writing Mode + +var writingMode = require('caniuse-lite/data/features/css-writing-mode'); + +f(writingMode, { + match: /a|x/ +}, function (browsers) { + return prefix(['writing-mode'], { + feature: 'css-writing-mode', + browsers: browsers + }); +}); // Cross-Fade Function + +f(require('caniuse-lite/data/features/css-cross-fade'), function (browsers) { + return prefix(['cross-fade'], { + props: ['background', 'background-image', 'border-image', 'mask', 'list-style', 'list-style-image', 'content', 'mask-image'], + feature: 'css-cross-fade', + browsers: browsers + }); +}); // Read Only selector + +f(require('caniuse-lite/data/features/css-read-only-write'), function (browsers) { + return prefix([':read-only', ':read-write'], { + selector: true, + feature: 'css-read-only-write', + browsers: browsers + }); +}); // Text Emphasize + +f(require('caniuse-lite/data/features/text-emphasis'), function (browsers) { + return prefix(['text-emphasis', 'text-emphasis-position', 'text-emphasis-style', 'text-emphasis-color'], { + feature: 'text-emphasis', + browsers: browsers + }); +}); // CSS Grid Layout + +var grid = require('caniuse-lite/data/features/css-grid'); + +f(grid, function (browsers) { + prefix(['display-grid', 'inline-grid'], { + props: ['display'], + feature: 'css-grid', + browsers: browsers + }); + prefix(['grid-template-columns', 'grid-template-rows', 'grid-row-start', 'grid-column-start', 'grid-row-end', 'grid-column-end', 'grid-row', 'grid-column', 'grid-area', 'grid-template', 'grid-template-areas', 'place-self'], { + feature: 'css-grid', + browsers: browsers + }); +}); +f(grid, { + match: /a x/ +}, function (browsers) { + return prefix(['grid-column-align', 'grid-row-align'], { + feature: 'css-grid', + browsers: browsers + }); +}); // CSS text-spacing + +f(require('caniuse-lite/data/features/css-text-spacing'), function (browsers) { + return prefix(['text-spacing'], { + feature: 'css-text-spacing', + browsers: browsers + }); +}); // :any-link selector + +f(require('caniuse-lite/data/features/css-any-link'), function (browsers) { + return prefix([':any-link'], { + selector: true, + feature: 'css-any-link', + browsers: browsers + }); +}); // unicode-bidi + +var bidi = require('caniuse-lite/data/features/css-unicode-bidi'); + +f(bidi, function (browsers) { + return prefix(['isolate'], { + props: ['unicode-bidi'], + feature: 'css-unicode-bidi', + browsers: browsers + }); +}); +f(bidi, { + match: /y x|a x #2/ +}, function (browsers) { + return prefix(['plaintext'], { + props: ['unicode-bidi'], + feature: 'css-unicode-bidi', + browsers: browsers + }); +}); +f(bidi, { + match: /y x/ +}, function (browsers) { + return prefix(['isolate-override'], { + props: ['unicode-bidi'], + feature: 'css-unicode-bidi', + browsers: browsers + }); +}); // overscroll-behavior selector + +var over = require('caniuse-lite/data/features/css-overscroll-behavior'); + +f(over, { + match: /a #1/ +}, function (browsers) { + return prefix(['overscroll-behavior'], { + feature: 'css-overscroll-behavior', + browsers: browsers + }); +}); // color-adjust + +f(require('caniuse-lite/data/features/css-color-adjust'), function (browsers) { + return prefix(['color-adjust'], { + feature: 'css-color-adjust', + browsers: browsers + }); +}); \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/at-rule.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/at-rule.js new file mode 100644 index 0000000..3abf80b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/at-rule.js @@ -0,0 +1,69 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +var Prefixer = require('./prefixer'); + +var AtRule = +/*#__PURE__*/ +function (_Prefixer) { + _inheritsLoose(AtRule, _Prefixer); + + function AtRule() { + return _Prefixer.apply(this, arguments) || this; + } + + var _proto = AtRule.prototype; + + /** + * Clone and add prefixes for at-rule + */ + _proto.add = function add(rule, prefix) { + var prefixed = prefix + rule.name; + var already = rule.parent.some(function (i) { + return i.name === prefixed && i.params === rule.params; + }); + + if (already) { + return undefined; + } + + var cloned = this.clone(rule, { + name: prefixed + }); + return rule.parent.insertBefore(rule, cloned); + } + /** + * Clone node with prefixes + */ + ; + + _proto.process = function process(node) { + var parent = this.parentPrefix(node); + + for (var _iterator = this.prefixes, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) { + var _ref; + + if (_isArray) { + if (_i >= _iterator.length) break; + _ref = _iterator[_i++]; + } else { + _i = _iterator.next(); + if (_i.done) break; + _ref = _i.value; + } + + var prefix = _ref; + + if (!parent || parent === prefix) { + this.add(node, prefix); + } + } + }; + + return AtRule; +}(Prefixer); + +module.exports = AtRule; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/autoprefixer.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/autoprefixer.js new file mode 100644 index 0000000..f0573e7 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/autoprefixer.js @@ -0,0 +1,141 @@ +"use strict"; + +var browserslist = require('browserslist'); + +var postcss = require('postcss'); + +var agents = require('caniuse-lite').agents; + +var Browsers = require('./browsers'); + +var Prefixes = require('./prefixes'); + +var data = require('../data/prefixes'); + +var info = require('./info'); + +function isPlainObject(obj) { + return Object.prototype.toString.apply(obj) === '[object Object]'; +} + +var cache = {}; + +function timeCapsule(result, prefixes) { + if (prefixes.browsers.selected.length === 0) { + return; + } + + if (prefixes.add.selectors.length > 0) { + return; + } + + if (Object.keys(prefixes.add).length > 2) { + return; + } + /* istanbul ignore next */ + + + result.warn('Greetings, time traveller. ' + 'We are in the golden age of prefix-less CSS, ' + 'where Autoprefixer is no longer needed for your stylesheet.'); +} + +module.exports = postcss.plugin('autoprefixer', function () { + for (var _len = arguments.length, reqs = new Array(_len), _key = 0; _key < _len; _key++) { + reqs[_key] = arguments[_key]; + } + + var options; + + if (reqs.length === 1 && isPlainObject(reqs[0])) { + options = reqs[0]; + reqs = undefined; + } else if (reqs.length === 0 || reqs.length === 1 && !reqs[0]) { + reqs = undefined; + } else if (reqs.length <= 2 && (reqs[0] instanceof Array || !reqs[0])) { + options = reqs[1]; + reqs = reqs[0]; + } else if (typeof reqs[reqs.length - 1] === 'object') { + options = reqs.pop(); + } + + if (!options) { + options = {}; + } + + if (options.browser) { + throw new Error('Change `browser` option to `browsers` in Autoprefixer'); + } else if (options.browserslist) { + throw new Error('Change `browserslist` option to `browsers` in Autoprefixer'); + } + + if (options.browsers) { + reqs = options.browsers; + } + + if (typeof options.grid === 'undefined') { + options.grid = false; + } + + var brwlstOpts = { + ignoreUnknownVersions: options.ignoreUnknownVersions, + stats: options.stats + }; + + function loadPrefixes(opts) { + var d = module.exports.data; + var browsers = new Browsers(d.browsers, reqs, opts, brwlstOpts); + var key = browsers.selected.join(', ') + JSON.stringify(options); + + if (!cache[key]) { + cache[key] = new Prefixes(d.prefixes, browsers, options); + } + + return cache[key]; + } + + function plugin(css, result) { + var prefixes = loadPrefixes({ + from: css.source && css.source.input.file, + env: options.env + }); + timeCapsule(result, prefixes); + + if (options.remove !== false) { + prefixes.processor.remove(css, result); + } + + if (options.add !== false) { + prefixes.processor.add(css, result); + } + } + + plugin.options = options; + plugin.browsers = reqs; + + plugin.info = function (opts) { + opts = opts || {}; + opts.from = opts.from || process.cwd(); + return info(loadPrefixes(opts)); + }; + + return plugin; +}); +/** + * Autoprefixer data + */ + +module.exports.data = { + browsers: agents, + prefixes: data + /** + * Autoprefixer default browsers + */ + +}; +module.exports.defaults = browserslist.defaults; +/** + * Inspect with default Autoprefixer + */ + +module.exports.info = function () { + return module.exports().info(); +}; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/brackets.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/brackets.js new file mode 100644 index 0000000..9cd87b2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/brackets.js @@ -0,0 +1,69 @@ +"use strict"; + +function last(array) { + return array[array.length - 1]; +} + +var brackets = { + /** + * Parse string to nodes tree + */ + parse: function parse(str) { + var current = ['']; + var stack = [current]; + + for (var i = 0; i < str.length; i++) { + var sym = str[i]; + + if (sym === '(') { + current = ['']; + last(stack).push(current); + stack.push(current); + continue; + } + + if (sym === ')') { + stack.pop(); + current = last(stack); + current.push(''); + continue; + } + + current[current.length - 1] += sym; + } + + return stack[0]; + }, + + /** + * Generate output string by nodes tree + */ + stringify: function stringify(ast) { + var result = ''; + + for (var _iterator = ast, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) { + var _ref; + + if (_isArray) { + if (_i >= _iterator.length) break; + _ref = _iterator[_i++]; + } else { + _i = _iterator.next(); + if (_i.done) break; + _ref = _i.value; + } + + var i = _ref; + + if (typeof i === 'object') { + result += "(" + brackets.stringify(i) + ")"; + continue; + } + + result += i; + } + + return result; + } +}; +module.exports = brackets; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/browsers.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/browsers.js new file mode 100644 index 0000000..d7408b1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/browsers.js @@ -0,0 +1,99 @@ +"use strict"; + +var browserslist = require('browserslist'); + +var agents = require('caniuse-lite').agents; + +var utils = require('./utils'); + +var Browsers = +/*#__PURE__*/ +function () { + /** + * Return all prefixes for default browser data + */ + Browsers.prefixes = function prefixes() { + if (this.prefixesCache) { + return this.prefixesCache; + } + + this.prefixesCache = []; + + for (var name in agents) { + this.prefixesCache.push("-" + agents[name].prefix + "-"); + } + + this.prefixesCache = utils.uniq(this.prefixesCache).sort(function (a, b) { + return b.length - a.length; + }); + return this.prefixesCache; + } + /** + * Check is value contain any possible prefix + */ + ; + + Browsers.withPrefix = function withPrefix(value) { + if (!this.prefixesRegexp) { + this.prefixesRegexp = new RegExp(this.prefixes().join('|')); + } + + return this.prefixesRegexp.test(value); + }; + + function Browsers(data, requirements, options, browserslistOpts) { + this.data = data; + this.options = options || {}; + this.browserslistOpts = browserslistOpts || {}; + this.selected = this.parse(requirements); + } + /** + * Return browsers selected by requirements + */ + + + var _proto = Browsers.prototype; + + _proto.parse = function parse(requirements) { + var opts = {}; + + for (var i in this.browserslistOpts) { + opts[i] = this.browserslistOpts[i]; + } + + opts.path = this.options.from; + opts.env = this.options.env; + return browserslist(requirements, opts); + } + /** + * Return prefix for selected browser + */ + ; + + _proto.prefix = function prefix(browser) { + var _browser$split = browser.split(' '), + name = _browser$split[0], + version = _browser$split[1]; + + var data = this.data[name]; + var prefix = data.prefix_exceptions && data.prefix_exceptions[version]; + + if (!prefix) { + prefix = data.prefix; + } + + return "-" + prefix + "-"; + } + /** + * Is browser is selected by requirements + */ + ; + + _proto.isSelected = function isSelected(browser) { + return this.selected.indexOf(browser) !== -1; + }; + + return Browsers; +}(); + +module.exports = Browsers; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/declaration.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/declaration.js new file mode 100644 index 0000000..828543f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/declaration.js @@ -0,0 +1,261 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +var Prefixer = require('./prefixer'); + +var Browsers = require('./browsers'); + +var utils = require('./utils'); + +var Declaration = +/*#__PURE__*/ +function (_Prefixer) { + _inheritsLoose(Declaration, _Prefixer); + + function Declaration() { + return _Prefixer.apply(this, arguments) || this; + } + + var _proto = Declaration.prototype; + + /** + * Always true, because we already get prefixer by property name + */ + _proto.check = function check() + /* decl */ + { + return true; + } + /** + * Return prefixed version of property + */ + ; + + _proto.prefixed = function prefixed(prop, prefix) { + return prefix + prop; + } + /** + * Return unprefixed version of property + */ + ; + + _proto.normalize = function normalize(prop) { + return prop; + } + /** + * Check `value`, that it contain other prefixes, rather than `prefix` + */ + ; + + _proto.otherPrefixes = function otherPrefixes(value, prefix) { + for (var _iterator = Browsers.prefixes(), _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) { + var _ref; + + if (_isArray) { + if (_i >= _iterator.length) break; + _ref = _iterator[_i++]; + } else { + _i = _iterator.next(); + if (_i.done) break; + _ref = _i.value; + } + + var other = _ref; + + if (other === prefix) { + continue; + } + + if (value.indexOf(other) !== -1) { + return true; + } + } + + return false; + } + /** + * Set prefix to declaration + */ + ; + + _proto.set = function set(decl, prefix) { + decl.prop = this.prefixed(decl.prop, prefix); + return decl; + } + /** + * Should we use visual cascade for prefixes + */ + ; + + _proto.needCascade = function needCascade(decl) { + if (!decl._autoprefixerCascade) { + decl._autoprefixerCascade = this.all.options.cascade !== false && decl.raw('before').indexOf('\n') !== -1; + } + + return decl._autoprefixerCascade; + } + /** + * Return maximum length of possible prefixed property + */ + ; + + _proto.maxPrefixed = function maxPrefixed(prefixes, decl) { + if (decl._autoprefixerMax) { + return decl._autoprefixerMax; + } + + var max = 0; + + for (var _iterator2 = prefixes, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : _iterator2[Symbol.iterator]();;) { + var _ref2; + + if (_isArray2) { + if (_i2 >= _iterator2.length) break; + _ref2 = _iterator2[_i2++]; + } else { + _i2 = _iterator2.next(); + if (_i2.done) break; + _ref2 = _i2.value; + } + + var prefix = _ref2; + prefix = utils.removeNote(prefix); + + if (prefix.length > max) { + max = prefix.length; + } + } + + decl._autoprefixerMax = max; + return decl._autoprefixerMax; + } + /** + * Calculate indentation to create visual cascade + */ + ; + + _proto.calcBefore = function calcBefore(prefixes, decl, prefix) { + if (prefix === void 0) { + prefix = ''; + } + + var max = this.maxPrefixed(prefixes, decl); + var diff = max - utils.removeNote(prefix).length; + var before = decl.raw('before'); + + if (diff > 0) { + before += Array(diff).fill(' ').join(''); + } + + return before; + } + /** + * Remove visual cascade + */ + ; + + _proto.restoreBefore = function restoreBefore(decl) { + var lines = decl.raw('before').split('\n'); + var min = lines[lines.length - 1]; + this.all.group(decl).up(function (prefixed) { + var array = prefixed.raw('before').split('\n'); + var last = array[array.length - 1]; + + if (last.length < min.length) { + min = last; + } + }); + lines[lines.length - 1] = min; + decl.raws.before = lines.join('\n'); + } + /** + * Clone and insert new declaration + */ + ; + + _proto.insert = function insert(decl, prefix, prefixes) { + var cloned = this.set(this.clone(decl), prefix); + if (!cloned) return undefined; + var already = decl.parent.some(function (i) { + return i.prop === cloned.prop && i.value === cloned.value; + }); + + if (already) { + return undefined; + } + + if (this.needCascade(decl)) { + cloned.raws.before = this.calcBefore(prefixes, decl, prefix); + } + + return decl.parent.insertBefore(decl, cloned); + } + /** + * Did this declaration has this prefix above + */ + ; + + _proto.isAlready = function isAlready(decl, prefixed) { + var already = this.all.group(decl).up(function (i) { + return i.prop === prefixed; + }); + + if (!already) { + already = this.all.group(decl).down(function (i) { + return i.prop === prefixed; + }); + } + + return already; + } + /** + * Clone and add prefixes for declaration + */ + ; + + _proto.add = function add(decl, prefix, prefixes, result) { + var prefixed = this.prefixed(decl.prop, prefix); + + if (this.isAlready(decl, prefixed) || this.otherPrefixes(decl.value, prefix)) { + return undefined; + } + + return this.insert(decl, prefix, prefixes, result); + } + /** + * Add spaces for visual cascade + */ + ; + + _proto.process = function process(decl, result) { + if (!this.needCascade(decl)) { + _Prefixer.prototype.process.call(this, decl, result); + + return; + } + + var prefixes = _Prefixer.prototype.process.call(this, decl, result); + + if (!prefixes || !prefixes.length) { + return; + } + + this.restoreBefore(decl); + decl.raws.before = this.calcBefore(prefixes, decl); + } + /** + * Return list of prefixed properties to clean old prefixes + */ + ; + + _proto.old = function old(prop, prefix) { + return [this.prefixed(prop, prefix)]; + }; + + return Declaration; +}(Prefixer); + +module.exports = Declaration; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/align-content.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/align-content.js new file mode 100644 index 0000000..6e68f71 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/align-content.js @@ -0,0 +1,82 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var flexSpec = require('./flex-spec'); + +var Declaration = require('../declaration'); + +var AlignContent = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(AlignContent, _Declaration); + + function AlignContent() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = AlignContent.prototype; + + _proto.prefixed = function prefixed(prop, prefix) { + var spec; + + var _flexSpec = flexSpec(prefix); + + spec = _flexSpec[0]; + prefix = _flexSpec[1]; + + if (spec === 2012) { + return prefix + 'flex-line-pack'; + } + + return _Declaration.prototype.prefixed.call(this, prop, prefix); + } + /** + * Return property name by final spec + */ + ; + + _proto.normalize = function normalize() { + return 'align-content'; + } + /** + * Change value for 2012 spec and ignore prefix for 2009 + */ + ; + + _proto.set = function set(decl, prefix) { + var spec = flexSpec(prefix)[0]; + + if (spec === 2012) { + decl.value = AlignContent.oldValues[decl.value] || decl.value; + return _Declaration.prototype.set.call(this, decl, prefix); + } + + if (spec === 'final') { + return _Declaration.prototype.set.call(this, decl, prefix); + } + + return undefined; + }; + + return AlignContent; +}(Declaration); + +_defineProperty(AlignContent, "names", ['align-content', 'flex-line-pack']); + +_defineProperty(AlignContent, "oldValues", { + 'flex-end': 'end', + 'flex-start': 'start', + 'space-between': 'justify', + 'space-around': 'distribute' + /** + * Change property name for 2012 spec + */ + +}); + +module.exports = AlignContent; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/align-items.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/align-items.js new file mode 100644 index 0000000..5b2703a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/align-items.js @@ -0,0 +1,79 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var flexSpec = require('./flex-spec'); + +var Declaration = require('../declaration'); + +var AlignItems = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(AlignItems, _Declaration); + + function AlignItems() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = AlignItems.prototype; + + _proto.prefixed = function prefixed(prop, prefix) { + var spec; + + var _flexSpec = flexSpec(prefix); + + spec = _flexSpec[0]; + prefix = _flexSpec[1]; + + if (spec === 2009) { + return prefix + 'box-align'; + } + + if (spec === 2012) { + return prefix + 'flex-align'; + } + + return _Declaration.prototype.prefixed.call(this, prop, prefix); + } + /** + * Return property name by final spec + */ + ; + + _proto.normalize = function normalize() { + return 'align-items'; + } + /** + * Change value for 2009 and 2012 specs + */ + ; + + _proto.set = function set(decl, prefix) { + var spec = flexSpec(prefix)[0]; + + if (spec === 2009 || spec === 2012) { + decl.value = AlignItems.oldValues[decl.value] || decl.value; + } + + return _Declaration.prototype.set.call(this, decl, prefix); + }; + + return AlignItems; +}(Declaration); + +_defineProperty(AlignItems, "names", ['align-items', 'flex-align', 'box-align']); + +_defineProperty(AlignItems, "oldValues", { + 'flex-end': 'end', + 'flex-start': 'start' + /** + * Change property name for 2009 and 2012 specs + */ + +}); + +module.exports = AlignItems; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/align-self.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/align-self.js new file mode 100644 index 0000000..9a2b5f6 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/align-self.js @@ -0,0 +1,86 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var flexSpec = require('./flex-spec'); + +var Declaration = require('../declaration'); + +var AlignSelf = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(AlignSelf, _Declaration); + + function AlignSelf() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = AlignSelf.prototype; + + _proto.check = function check(decl) { + return decl.parent && decl.parent.every(function (i) { + return !/^grid-/.test(i.prop); + }); + } + /** + * Change property name for 2012 specs + */ + ; + + _proto.prefixed = function prefixed(prop, prefix) { + var spec; + + var _flexSpec = flexSpec(prefix); + + spec = _flexSpec[0]; + prefix = _flexSpec[1]; + + if (spec === 2012) { + return prefix + 'flex-item-align'; + } + + return _Declaration.prototype.prefixed.call(this, prop, prefix); + } + /** + * Return property name by final spec + */ + ; + + _proto.normalize = function normalize() { + return 'align-self'; + } + /** + * Change value for 2012 spec and ignore prefix for 2009 + */ + ; + + _proto.set = function set(decl, prefix) { + var spec = flexSpec(prefix)[0]; + + if (spec === 2012) { + decl.value = AlignSelf.oldValues[decl.value] || decl.value; + return _Declaration.prototype.set.call(this, decl, prefix); + } + + if (spec === 'final') { + return _Declaration.prototype.set.call(this, decl, prefix); + } + + return undefined; + }; + + return AlignSelf; +}(Declaration); + +_defineProperty(AlignSelf, "names", ['align-self', 'flex-item-align']); + +_defineProperty(AlignSelf, "oldValues", { + 'flex-end': 'end', + 'flex-start': 'start' +}); + +module.exports = AlignSelf; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/animation.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/animation.js new file mode 100644 index 0000000..55a03d9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/animation.js @@ -0,0 +1,37 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var Animation = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(Animation, _Declaration); + + function Animation() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = Animation.prototype; + + /** + * Don’t add prefixes for modern values. + */ + _proto.check = function check(decl) { + return !decl.value.split(/\s+/).some(function (i) { + var lower = i.toLowerCase(); + return lower === 'reverse' || lower === 'alternate-reverse'; + }); + }; + + return Animation; +}(Declaration); + +_defineProperty(Animation, "names", ['animation', 'animation-direction']); + +module.exports = Animation; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/appearance.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/appearance.js new file mode 100644 index 0000000..29424d9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/appearance.js @@ -0,0 +1,41 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var utils = require('../utils'); + +var Appearance = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(Appearance, _Declaration); + + function Appearance(name, prefixes, all) { + var _this; + + _this = _Declaration.call(this, name, prefixes, all) || this; + + if (_this.prefixes) { + _this.prefixes = utils.uniq(_this.prefixes.map(function (i) { + if (i === '-ms-') { + return '-webkit-'; + } + + return i; + })); + } + + return _this; + } + + return Appearance; +}(Declaration); + +_defineProperty(Appearance, "names", ['appearance']); + +module.exports = Appearance; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/background-clip.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/background-clip.js new file mode 100644 index 0000000..52d2d05 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/background-clip.js @@ -0,0 +1,47 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var utils = require('../utils'); + +var BackgroundClip = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(BackgroundClip, _Declaration); + + function BackgroundClip(name, prefixes, all) { + var _this; + + _this = _Declaration.call(this, name, prefixes, all) || this; + + if (_this.prefixes) { + _this.prefixes = utils.uniq(_this.prefixes.map(function (i) { + if (i === '-ms-') { + return '-webkit-'; + } + + return i; + })); + } + + return _this; + } + + var _proto = BackgroundClip.prototype; + + _proto.check = function check(decl) { + return decl.value.toLowerCase() === 'text'; + }; + + return BackgroundClip; +}(Declaration); + +_defineProperty(BackgroundClip, "names", ['background-clip']); + +module.exports = BackgroundClip; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/background-size.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/background-size.js new file mode 100644 index 0000000..2b9a035 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/background-size.js @@ -0,0 +1,40 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var BackgroundSize = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(BackgroundSize, _Declaration); + + function BackgroundSize() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = BackgroundSize.prototype; + + /** + * Duplication parameter for -webkit- browsers + */ + _proto.set = function set(decl, prefix) { + var value = decl.value.toLowerCase(); + + if (prefix === '-webkit-' && value.indexOf(' ') === -1 && value !== 'contain' && value !== 'cover') { + decl.value = decl.value + ' ' + decl.value; + } + + return _Declaration.prototype.set.call(this, decl, prefix); + }; + + return BackgroundSize; +}(Declaration); + +_defineProperty(BackgroundSize, "names", ['background-size']); + +module.exports = BackgroundSize; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/block-logical.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/block-logical.js new file mode 100644 index 0000000..e89ab81 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/block-logical.js @@ -0,0 +1,50 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var BlockLogical = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(BlockLogical, _Declaration); + + function BlockLogical() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = BlockLogical.prototype; + + /** + * Use old syntax for -moz- and -webkit- + */ + _proto.prefixed = function prefixed(prop, prefix) { + if (prop.indexOf('-start') !== -1) { + return prefix + prop.replace('-block-start', '-before'); + } + + return prefix + prop.replace('-block-end', '-after'); + } + /** + * Return property name by spec + */ + ; + + _proto.normalize = function normalize(prop) { + if (prop.indexOf('-before') !== -1) { + return prop.replace('-before', '-block-start'); + } + + return prop.replace('-after', '-block-end'); + }; + + return BlockLogical; +}(Declaration); + +_defineProperty(BlockLogical, "names", ['border-block-start', 'border-block-end', 'margin-block-start', 'margin-block-end', 'padding-block-start', 'padding-block-end', 'border-before', 'border-after', 'margin-before', 'margin-after', 'padding-before', 'padding-after']); + +module.exports = BlockLogical; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/border-image.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/border-image.js new file mode 100644 index 0000000..aebd64a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/border-image.js @@ -0,0 +1,35 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var BorderImage = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(BorderImage, _Declaration); + + function BorderImage() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = BorderImage.prototype; + + /** + * Remove fill parameter for prefixed declarations + */ + _proto.set = function set(decl, prefix) { + decl.value = decl.value.replace(/\s+fill(\s)/, '$1'); + return _Declaration.prototype.set.call(this, decl, prefix); + }; + + return BorderImage; +}(Declaration); + +_defineProperty(BorderImage, "names", ['border-image']); + +module.exports = BorderImage; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/border-radius.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/border-radius.js new file mode 100644 index 0000000..2b9a6e1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/border-radius.js @@ -0,0 +1,67 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var BorderRadius = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(BorderRadius, _Declaration); + + function BorderRadius() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = BorderRadius.prototype; + + /** + * Change syntax, when add Mozilla prefix + */ + _proto.prefixed = function prefixed(prop, prefix) { + if (prefix === '-moz-') { + return prefix + (BorderRadius.toMozilla[prop] || prop); + } + + return _Declaration.prototype.prefixed.call(this, prop, prefix); + } + /** + * Return unprefixed version of property + */ + ; + + _proto.normalize = function normalize(prop) { + return BorderRadius.toNormal[prop] || prop; + }; + + return BorderRadius; +}(Declaration); + +_defineProperty(BorderRadius, "names", ['border-radius']); + +_defineProperty(BorderRadius, "toMozilla", {}); + +_defineProperty(BorderRadius, "toNormal", {}); + +var _arr = ['top', 'bottom']; + +for (var _i = 0; _i < _arr.length; _i++) { + var ver = _arr[_i]; + var _arr2 = ['left', 'right']; + + for (var _i2 = 0; _i2 < _arr2.length; _i2++) { + var hor = _arr2[_i2]; + var normal = "border-" + ver + "-" + hor + "-radius"; + var mozilla = "border-radius-" + ver + hor; + BorderRadius.names.push(normal); + BorderRadius.names.push(mozilla); + BorderRadius.toMozilla[normal] = mozilla; + BorderRadius.toNormal[mozilla] = normal; + } +} + +module.exports = BorderRadius; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/break-props.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/break-props.js new file mode 100644 index 0000000..7433035 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/break-props.js @@ -0,0 +1,78 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var BreakProps = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(BreakProps, _Declaration); + + function BreakProps() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = BreakProps.prototype; + + /** + * Change name for -webkit- and -moz- prefix + */ + _proto.prefixed = function prefixed(prop, prefix) { + return prefix + "column-" + prop; + } + /** + * Return property name by final spec + */ + ; + + _proto.normalize = function normalize(prop) { + if (prop.indexOf('inside') !== -1) { + return 'break-inside'; + } + + if (prop.indexOf('before') !== -1) { + return 'break-before'; + } + + return 'break-after'; + } + /** + * Change prefixed value for avoid-column and avoid-page + */ + ; + + _proto.set = function set(decl, prefix) { + if (decl.prop === 'break-inside' && decl.value === 'avoid-column' || decl.value === 'avoid-page') { + decl.value = 'avoid'; + } + + return _Declaration.prototype.set.call(this, decl, prefix); + } + /** + * Don’t prefix some values + */ + ; + + _proto.insert = function insert(decl, prefix, prefixes) { + if (decl.prop !== 'break-inside') { + return _Declaration.prototype.insert.call(this, decl, prefix, prefixes); + } + + if (/region/i.test(decl.value) || /page/i.test(decl.value)) { + return undefined; + } + + return _Declaration.prototype.insert.call(this, decl, prefix, prefixes); + }; + + return BreakProps; +}(Declaration); + +_defineProperty(BreakProps, "names", ['break-inside', 'page-break-inside', 'column-break-inside', 'break-before', 'page-break-before', 'column-break-before', 'break-after', 'page-break-after', 'column-break-after']); + +module.exports = BreakProps; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/color-adjust.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/color-adjust.js new file mode 100644 index 0000000..70f332d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/color-adjust.js @@ -0,0 +1,42 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var ColorAdjust = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(ColorAdjust, _Declaration); + + function ColorAdjust() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = ColorAdjust.prototype; + + /** + * Change property name for WebKit-based browsers + */ + _proto.prefixed = function prefixed(prop, prefix) { + return prefix + 'print-color-adjust'; + } + /** + * Return property name by spec + */ + ; + + _proto.normalize = function normalize() { + return 'color-adjust'; + }; + + return ColorAdjust; +}(Declaration); + +_defineProperty(ColorAdjust, "names", ['color-adjust', 'print-color-adjust']); + +module.exports = ColorAdjust; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/cross-fade.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/cross-fade.js new file mode 100644 index 0000000..24634b1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/cross-fade.js @@ -0,0 +1,56 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Value = require('../value'); + +var list = require('postcss').list; + +var CrossFade = +/*#__PURE__*/ +function (_Value) { + _inheritsLoose(CrossFade, _Value); + + function CrossFade() { + return _Value.apply(this, arguments) || this; + } + + var _proto = CrossFade.prototype; + + _proto.replace = function replace(string, prefix) { + var _this = this; + + return list.space(string).map(function (value) { + if (value.slice(0, +_this.name.length + 1) !== _this.name + '(') { + return value; + } + + var close = value.lastIndexOf(')'); + var after = value.slice(close + 1); + var args = value.slice(_this.name.length + 1, close); + + if (prefix === '-webkit-') { + var match = args.match(/\d*.?\d+%?/); + + if (match) { + args = args.slice(match[0].length).trim(); + args += ", " + match[0]; + } else { + args += ', 0.5'; + } + } + + return prefix + _this.name + '(' + args + ')' + after; + }).join(' '); + }; + + return CrossFade; +}(Value); + +_defineProperty(CrossFade, "names", ['cross-fade']); + +module.exports = CrossFade; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/display-flex.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/display-flex.js new file mode 100644 index 0000000..1da30b3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/display-flex.js @@ -0,0 +1,96 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var flexSpec = require('./flex-spec'); + +var OldValue = require('../old-value'); + +var Value = require('../value'); + +var DisplayFlex = +/*#__PURE__*/ +function (_Value) { + _inheritsLoose(DisplayFlex, _Value); + + function DisplayFlex(name, prefixes) { + var _this; + + _this = _Value.call(this, name, prefixes) || this; + + if (name === 'display-flex') { + _this.name = 'flex'; + } + + return _this; + } + /** + * Faster check for flex value + */ + + + var _proto = DisplayFlex.prototype; + + _proto.check = function check(decl) { + return decl.prop === 'display' && decl.value === this.name; + } + /** + * Return value by spec + */ + ; + + _proto.prefixed = function prefixed(prefix) { + var spec, value; + + var _flexSpec = flexSpec(prefix); + + spec = _flexSpec[0]; + prefix = _flexSpec[1]; + + if (spec === 2009) { + if (this.name === 'flex') { + value = 'box'; + } else { + value = 'inline-box'; + } + } else if (spec === 2012) { + if (this.name === 'flex') { + value = 'flexbox'; + } else { + value = 'inline-flexbox'; + } + } else if (spec === 'final') { + value = this.name; + } + + return prefix + value; + } + /** + * Add prefix to value depend on flebox spec version + */ + ; + + _proto.replace = function replace(string, prefix) { + return this.prefixed(prefix); + } + /** + * Change value for old specs + */ + ; + + _proto.old = function old(prefix) { + var prefixed = this.prefixed(prefix); + if (!prefixed) return undefined; + return new OldValue(this.name, prefixed); + }; + + return DisplayFlex; +}(Value); + +_defineProperty(DisplayFlex, "names", ['display-flex', 'inline-flex']); + +module.exports = DisplayFlex; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/display-grid.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/display-grid.js new file mode 100644 index 0000000..bc63bf8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/display-grid.js @@ -0,0 +1,43 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Value = require('../value'); + +var DisplayGrid = +/*#__PURE__*/ +function (_Value) { + _inheritsLoose(DisplayGrid, _Value); + + function DisplayGrid(name, prefixes) { + var _this; + + _this = _Value.call(this, name, prefixes) || this; + + if (name === 'display-grid') { + _this.name = 'grid'; + } + + return _this; + } + /** + * Faster check for flex value + */ + + + var _proto = DisplayGrid.prototype; + + _proto.check = function check(decl) { + return decl.prop === 'display' && decl.value === this.name; + }; + + return DisplayGrid; +}(Value); + +_defineProperty(DisplayGrid, "names", ['display-grid', 'inline-grid']); + +module.exports = DisplayGrid; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/filter-value.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/filter-value.js new file mode 100644 index 0000000..c4c6416 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/filter-value.js @@ -0,0 +1,33 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Value = require('../value'); + +var FilterValue = +/*#__PURE__*/ +function (_Value) { + _inheritsLoose(FilterValue, _Value); + + function FilterValue(name, prefixes) { + var _this; + + _this = _Value.call(this, name, prefixes) || this; + + if (name === 'filter-function') { + _this.name = 'filter'; + } + + return _this; + } + + return FilterValue; +}(Value); + +_defineProperty(FilterValue, "names", ['filter', 'filter-function']); + +module.exports = FilterValue; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/filter.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/filter.js new file mode 100644 index 0000000..9d44404 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/filter.js @@ -0,0 +1,35 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var Filter = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(Filter, _Declaration); + + function Filter() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = Filter.prototype; + + /** + * Check is it Internet Explorer filter + */ + _proto.check = function check(decl) { + var v = decl.value; + return v.toLowerCase().indexOf('alpha(') === -1 && v.indexOf('DXImageTransform.Microsoft') === -1 && v.indexOf('data:image/svg+xml') === -1; + }; + + return Filter; +}(Declaration); + +_defineProperty(Filter, "names", ['filter']); + +module.exports = Filter; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-basis.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-basis.js new file mode 100644 index 0000000..351d61d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-basis.js @@ -0,0 +1,74 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var flexSpec = require('./flex-spec'); + +var Declaration = require('../declaration'); + +var FlexBasis = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(FlexBasis, _Declaration); + + function FlexBasis() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = FlexBasis.prototype; + + /** + * Return property name by final spec + */ + _proto.normalize = function normalize() { + return 'flex-basis'; + } + /** + * Return flex property for 2012 spec + */ + ; + + _proto.prefixed = function prefixed(prop, prefix) { + var spec; + + var _flexSpec = flexSpec(prefix); + + spec = _flexSpec[0]; + prefix = _flexSpec[1]; + + if (spec === 2012) { + return prefix + 'flex-preferred-size'; + } + + return _Declaration.prototype.prefixed.call(this, prop, prefix); + } + /** + * Ignore 2009 spec and use flex property for 2012 + */ + ; + + _proto.set = function set(decl, prefix) { + var spec; + + var _flexSpec2 = flexSpec(prefix); + + spec = _flexSpec2[0]; + prefix = _flexSpec2[1]; + + if (spec === 2012 || spec === 'final') { + return _Declaration.prototype.set.call(this, decl, prefix); + } + + return undefined; + }; + + return FlexBasis; +}(Declaration); + +_defineProperty(FlexBasis, "names", ['flex-basis', 'flex-preferred-size']); + +module.exports = FlexBasis; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-direction.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-direction.js new file mode 100644 index 0000000..bac62af --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-direction.js @@ -0,0 +1,110 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var flexSpec = require('./flex-spec'); + +var Declaration = require('../declaration'); + +var FlexDirection = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(FlexDirection, _Declaration); + + function FlexDirection() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = FlexDirection.prototype; + + /** + * Return property name by final spec + */ + _proto.normalize = function normalize() { + return 'flex-direction'; + } + /** + * Use two properties for 2009 spec + */ + ; + + _proto.insert = function insert(decl, prefix, prefixes) { + var spec; + + var _flexSpec = flexSpec(prefix); + + spec = _flexSpec[0]; + prefix = _flexSpec[1]; + + if (spec !== 2009) { + return _Declaration.prototype.insert.call(this, decl, prefix, prefixes); + } + + var already = decl.parent.some(function (i) { + return i.prop === prefix + 'box-orient' || i.prop === prefix + 'box-direction'; + }); + + if (already) { + return undefined; + } + + var v = decl.value; + var orient, dir; + + if (v === 'inherit' || v === 'initial' || v === 'unset') { + orient = v; + dir = v; + } else { + orient = v.indexOf('row') !== -1 ? 'horizontal' : 'vertical'; + dir = v.indexOf('reverse') !== -1 ? 'reverse' : 'normal'; + } + + var cloned = this.clone(decl); + cloned.prop = prefix + 'box-orient'; + cloned.value = orient; + + if (this.needCascade(decl)) { + cloned.raws.before = this.calcBefore(prefixes, decl, prefix); + } + + decl.parent.insertBefore(decl, cloned); + cloned = this.clone(decl); + cloned.prop = prefix + 'box-direction'; + cloned.value = dir; + + if (this.needCascade(decl)) { + cloned.raws.before = this.calcBefore(prefixes, decl, prefix); + } + + return decl.parent.insertBefore(decl, cloned); + } + /** + * Clean two properties for 2009 spec + */ + ; + + _proto.old = function old(prop, prefix) { + var spec; + + var _flexSpec2 = flexSpec(prefix); + + spec = _flexSpec2[0]; + prefix = _flexSpec2[1]; + + if (spec === 2009) { + return [prefix + 'box-orient', prefix + 'box-direction']; + } else { + return _Declaration.prototype.old.call(this, prop, prefix); + } + }; + + return FlexDirection; +}(Declaration); + +_defineProperty(FlexDirection, "names", ['flex-direction', 'box-direction', 'box-orient']); + +module.exports = FlexDirection; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-flow.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-flow.js new file mode 100644 index 0000000..23eba4d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-flow.js @@ -0,0 +1,83 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var flexSpec = require('./flex-spec'); + +var Declaration = require('../declaration'); + +var FlexFlow = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(FlexFlow, _Declaration); + + function FlexFlow() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = FlexFlow.prototype; + + /** + * Use two properties for 2009 spec + */ + _proto.insert = function insert(decl, prefix, prefixes) { + var spec; + + var _flexSpec = flexSpec(prefix); + + spec = _flexSpec[0]; + prefix = _flexSpec[1]; + + if (spec !== 2009) { + return _Declaration.prototype.insert.call(this, decl, prefix, prefixes); + } + + var values = decl.value.split(/\s+/).filter(function (i) { + return i !== 'wrap' && i !== 'nowrap' && 'wrap-reverse'; + }); + + if (values.length === 0) { + return undefined; + } + + var already = decl.parent.some(function (i) { + return i.prop === prefix + 'box-orient' || i.prop === prefix + 'box-direction'; + }); + + if (already) { + return undefined; + } + + var value = values[0]; + var orient = value.indexOf('row') !== -1 ? 'horizontal' : 'vertical'; + var dir = value.indexOf('reverse') !== -1 ? 'reverse' : 'normal'; + var cloned = this.clone(decl); + cloned.prop = prefix + 'box-orient'; + cloned.value = orient; + + if (this.needCascade(decl)) { + cloned.raws.before = this.calcBefore(prefixes, decl, prefix); + } + + decl.parent.insertBefore(decl, cloned); + cloned = this.clone(decl); + cloned.prop = prefix + 'box-direction'; + cloned.value = dir; + + if (this.needCascade(decl)) { + cloned.raws.before = this.calcBefore(prefixes, decl, prefix); + } + + return decl.parent.insertBefore(decl, cloned); + }; + + return FlexFlow; +}(Declaration); + +_defineProperty(FlexFlow, "names", ['flex-flow', 'box-direction', 'box-orient']); + +module.exports = FlexFlow; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-grow.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-grow.js new file mode 100644 index 0000000..09278a2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-grow.js @@ -0,0 +1,59 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var flexSpec = require('./flex-spec'); + +var Declaration = require('../declaration'); + +var Flex = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(Flex, _Declaration); + + function Flex() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = Flex.prototype; + + /** + * Return property name by final spec + */ + _proto.normalize = function normalize() { + return 'flex'; + } + /** + * Return flex property for 2009 and 2012 specs + */ + ; + + _proto.prefixed = function prefixed(prop, prefix) { + var spec; + + var _flexSpec = flexSpec(prefix); + + spec = _flexSpec[0]; + prefix = _flexSpec[1]; + + if (spec === 2009) { + return prefix + 'box-flex'; + } + + if (spec === 2012) { + return prefix + 'flex-positive'; + } + + return _Declaration.prototype.prefixed.call(this, prop, prefix); + }; + + return Flex; +}(Declaration); + +_defineProperty(Flex, "names", ['flex-grow', 'flex-positive']); + +module.exports = Flex; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-shrink.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-shrink.js new file mode 100644 index 0000000..cab835c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-shrink.js @@ -0,0 +1,74 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var flexSpec = require('./flex-spec'); + +var Declaration = require('../declaration'); + +var FlexShrink = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(FlexShrink, _Declaration); + + function FlexShrink() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = FlexShrink.prototype; + + /** + * Return property name by final spec + */ + _proto.normalize = function normalize() { + return 'flex-shrink'; + } + /** + * Return flex property for 2012 spec + */ + ; + + _proto.prefixed = function prefixed(prop, prefix) { + var spec; + + var _flexSpec = flexSpec(prefix); + + spec = _flexSpec[0]; + prefix = _flexSpec[1]; + + if (spec === 2012) { + return prefix + 'flex-negative'; + } + + return _Declaration.prototype.prefixed.call(this, prop, prefix); + } + /** + * Ignore 2009 spec and use flex property for 2012 + */ + ; + + _proto.set = function set(decl, prefix) { + var spec; + + var _flexSpec2 = flexSpec(prefix); + + spec = _flexSpec2[0]; + prefix = _flexSpec2[1]; + + if (spec === 2012 || spec === 'final') { + return _Declaration.prototype.set.call(this, decl, prefix); + } + + return undefined; + }; + + return FlexShrink; +}(Declaration); + +_defineProperty(FlexShrink, "names", ['flex-shrink', 'flex-negative']); + +module.exports = FlexShrink; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-spec.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-spec.js new file mode 100644 index 0000000..d73027a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-spec.js @@ -0,0 +1,22 @@ +"use strict"; + +/** + * Return flexbox spec versions by prefix + */ +module.exports = function (prefix) { + var spec; + + if (prefix === '-webkit- 2009' || prefix === '-moz-') { + spec = 2009; + } else if (prefix === '-ms-') { + spec = 2012; + } else if (prefix === '-webkit-') { + spec = 'final'; + } + + if (prefix === '-webkit- 2009') { + prefix = '-webkit-'; + } + + return [spec, prefix]; +}; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-wrap.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-wrap.js new file mode 100644 index 0000000..841eb62 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex-wrap.js @@ -0,0 +1,42 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var flexSpec = require('./flex-spec'); + +var Declaration = require('../declaration'); + +var FlexWrap = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(FlexWrap, _Declaration); + + function FlexWrap() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = FlexWrap.prototype; + + /** + * Don't add prefix for 2009 spec + */ + _proto.set = function set(decl, prefix) { + var spec = flexSpec(prefix)[0]; + + if (spec !== 2009) { + return _Declaration.prototype.set.call(this, decl, prefix); + } + + return undefined; + }; + + return FlexWrap; +}(Declaration); + +_defineProperty(FlexWrap, "names", ['flex-wrap']); + +module.exports = FlexWrap; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex.js new file mode 100644 index 0000000..6a17d8e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/flex.js @@ -0,0 +1,88 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var flexSpec = require('./flex-spec'); + +var Declaration = require('../declaration'); + +var list = require('postcss').list; + +var Flex = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(Flex, _Declaration); + + function Flex() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = Flex.prototype; + + _proto.prefixed = function prefixed(prop, prefix) { + var spec; + + var _flexSpec = flexSpec(prefix); + + spec = _flexSpec[0]; + prefix = _flexSpec[1]; + + if (spec === 2009) { + return prefix + 'box-flex'; + } + + return _Declaration.prototype.prefixed.call(this, prop, prefix); + } + /** + * Return property name by final spec + */ + ; + + _proto.normalize = function normalize() { + return 'flex'; + } + /** + * Spec 2009 supports only first argument + * Spec 2012 disallows unitless basis + */ + ; + + _proto.set = function set(decl, prefix) { + var spec = flexSpec(prefix)[0]; + + if (spec === 2009) { + decl.value = list.space(decl.value)[0]; + decl.value = Flex.oldValues[decl.value] || decl.value; + return _Declaration.prototype.set.call(this, decl, prefix); + } + + if (spec === 2012) { + var components = list.space(decl.value); + + if (components.length === 3 && components[2] === '0') { + decl.value = components.slice(0, 2).concat('0px').join(' '); + } + } + + return _Declaration.prototype.set.call(this, decl, prefix); + }; + + return Flex; +}(Declaration); + +_defineProperty(Flex, "names", ['flex', 'box-flex']); + +_defineProperty(Flex, "oldValues", { + auto: '1', + none: '0' + /** + * Change property name for 2009 spec + */ + +}); + +module.exports = Flex; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/fullscreen.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/fullscreen.js new file mode 100644 index 0000000..fae1849 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/fullscreen.js @@ -0,0 +1,42 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Selector = require('../selector'); + +var Fullscreen = +/*#__PURE__*/ +function (_Selector) { + _inheritsLoose(Fullscreen, _Selector); + + function Fullscreen() { + return _Selector.apply(this, arguments) || this; + } + + var _proto = Fullscreen.prototype; + + /** + * Return different selectors depend on prefix + */ + _proto.prefixed = function prefixed(prefix) { + if (prefix === '-webkit-') { + return ':-webkit-full-screen'; + } + + if (prefix === '-moz-') { + return ':-moz-full-screen'; + } + + return ":" + prefix + "fullscreen"; + }; + + return Fullscreen; +}(Selector); + +_defineProperty(Fullscreen, "names", [':fullscreen']); + +module.exports = Fullscreen; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/gradient.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/gradient.js new file mode 100644 index 0000000..0678b09 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/gradient.js @@ -0,0 +1,583 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var OldValue = require('../old-value'); + +var Value = require('../value'); + +var utils = require('../utils'); + +var parser = require('postcss-value-parser'); + +var range = require('normalize-range'); + +var IS_DIRECTION = /top|left|right|bottom/gi; + +var Gradient = +/*#__PURE__*/ +function (_Value) { + _inheritsLoose(Gradient, _Value); + + function Gradient() { + var _this; + + for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { + args[_key] = arguments[_key]; + } + + _this = _Value.call.apply(_Value, [this].concat(args)) || this; + + _defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), "directions", { + top: 'bottom', + left: 'right', + bottom: 'top', + right: 'left' // Direction to replace + + }); + + _defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), "oldDirections", { + 'top': 'left bottom, left top', + 'left': 'right top, left top', + 'bottom': 'left top, left bottom', + 'right': 'left top, right top', + 'top right': 'left bottom, right top', + 'top left': 'right bottom, left top', + 'right top': 'left bottom, right top', + 'right bottom': 'left top, right bottom', + 'bottom right': 'left top, right bottom', + 'bottom left': 'right top, left bottom', + 'left top': 'right bottom, left top', + 'left bottom': 'right top, left bottom' + /** + * Change degrees for webkit prefix + */ + + }); + + return _this; + } + + var _proto = Gradient.prototype; + + _proto.replace = function replace(string, prefix) { + var ast = parser(string); + + for (var _iterator = ast.nodes, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) { + var _ref; + + if (_isArray) { + if (_i >= _iterator.length) break; + _ref = _iterator[_i++]; + } else { + _i = _iterator.next(); + if (_i.done) break; + _ref = _i.value; + } + + var node = _ref; + + if (node.type === 'function' && node.value === this.name) { + node.nodes = this.newDirection(node.nodes); + node.nodes = this.normalize(node.nodes); + + if (prefix === '-webkit- old') { + var changes = this.oldWebkit(node); + + if (!changes) { + return false; + } + } else { + node.nodes = this.convertDirection(node.nodes); + node.value = prefix + node.value; + } + } + } + + return ast.toString(); + } + /** + * Replace first token + */ + ; + + _proto.replaceFirst = function replaceFirst(params) { + for (var _len2 = arguments.length, words = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) { + words[_key2 - 1] = arguments[_key2]; + } + + var prefix = words.map(function (i) { + if (i === ' ') { + return { + type: 'space', + value: i + }; + } + + return { + type: 'word', + value: i + }; + }); + return prefix.concat(params.slice(1)); + } + /** + * Convert angle unit to deg + */ + ; + + _proto.normalizeUnit = function normalizeUnit(str, full) { + var num = parseFloat(str); + var deg = num / full * 360; + return deg + "deg"; + } + /** + * Normalize angle + */ + ; + + _proto.normalize = function normalize(nodes) { + if (!nodes[0]) return nodes; + + if (/-?\d+(.\d+)?grad/.test(nodes[0].value)) { + nodes[0].value = this.normalizeUnit(nodes[0].value, 400); + } else if (/-?\d+(.\d+)?rad/.test(nodes[0].value)) { + nodes[0].value = this.normalizeUnit(nodes[0].value, 2 * Math.PI); + } else if (/-?\d+(.\d+)?turn/.test(nodes[0].value)) { + nodes[0].value = this.normalizeUnit(nodes[0].value, 1); + } else if (nodes[0].value.indexOf('deg') !== -1) { + var num = parseFloat(nodes[0].value); + num = range.wrap(0, 360, num); + nodes[0].value = num + "deg"; + } + + if (nodes[0].value === '0deg') { + nodes = this.replaceFirst(nodes, 'to', ' ', 'top'); + } else if (nodes[0].value === '90deg') { + nodes = this.replaceFirst(nodes, 'to', ' ', 'right'); + } else if (nodes[0].value === '180deg') { + nodes = this.replaceFirst(nodes, 'to', ' ', 'bottom'); + } else if (nodes[0].value === '270deg') { + nodes = this.replaceFirst(nodes, 'to', ' ', 'left'); + } + + return nodes; + } + /** + * Replace old direction to new + */ + ; + + _proto.newDirection = function newDirection(params) { + if (params[0].value === 'to') { + return params; + } + + IS_DIRECTION.lastIndex = 0; // reset search index of global regexp + + if (!IS_DIRECTION.test(params[0].value)) { + return params; + } + + params.unshift({ + type: 'word', + value: 'to' + }, { + type: 'space', + value: ' ' + }); + + for (var i = 2; i < params.length; i++) { + if (params[i].type === 'div') { + break; + } + + if (params[i].type === 'word') { + params[i].value = this.revertDirection(params[i].value); + } + } + + return params; + } + /** + * Look for at word + */ + ; + + _proto.isRadial = function isRadial(params) { + var state = 'before'; + + for (var _iterator2 = params, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : _iterator2[Symbol.iterator]();;) { + var _ref2; + + if (_isArray2) { + if (_i2 >= _iterator2.length) break; + _ref2 = _iterator2[_i2++]; + } else { + _i2 = _iterator2.next(); + if (_i2.done) break; + _ref2 = _i2.value; + } + + var param = _ref2; + + if (state === 'before' && param.type === 'space') { + state = 'at'; + } else if (state === 'at' && param.value === 'at') { + state = 'after'; + } else if (state === 'after' && param.type === 'space') { + return true; + } else if (param.type === 'div') { + break; + } else { + state = 'before'; + } + } + + return false; + } + /** + * Change new direction to old + */ + ; + + _proto.convertDirection = function convertDirection(params) { + if (params.length > 0) { + if (params[0].value === 'to') { + this.fixDirection(params); + } else if (params[0].value.indexOf('deg') !== -1) { + this.fixAngle(params); + } else if (this.isRadial(params)) { + this.fixRadial(params); + } + } + + return params; + } + /** + * Replace `to top left` to `bottom right` + */ + ; + + _proto.fixDirection = function fixDirection(params) { + params.splice(0, 2); + + for (var _iterator3 = params, _isArray3 = Array.isArray(_iterator3), _i3 = 0, _iterator3 = _isArray3 ? _iterator3 : _iterator3[Symbol.iterator]();;) { + var _ref3; + + if (_isArray3) { + if (_i3 >= _iterator3.length) break; + _ref3 = _iterator3[_i3++]; + } else { + _i3 = _iterator3.next(); + if (_i3.done) break; + _ref3 = _i3.value; + } + + var param = _ref3; + + if (param.type === 'div') { + break; + } + + if (param.type === 'word') { + param.value = this.revertDirection(param.value); + } + } + } + /** + * Add 90 degrees + */ + ; + + _proto.fixAngle = function fixAngle(params) { + var first = params[0].value; + first = parseFloat(first); + first = Math.abs(450 - first) % 360; + first = this.roundFloat(first, 3); + params[0].value = first + "deg"; + } + /** + * Fix radial direction syntax + */ + ; + + _proto.fixRadial = function fixRadial(params) { + var first = []; + var second = []; + var a, b, c, i, next; + + for (i = 0; i < params.length - 2; i++) { + a = params[i]; + b = params[i + 1]; + c = params[i + 2]; + + if (a.type === 'space' && b.value === 'at' && c.type === 'space') { + next = i + 3; + break; + } else { + first.push(a); + } + } + + var div; + + for (i = next; i < params.length; i++) { + if (params[i].type === 'div') { + div = params[i]; + break; + } else { + second.push(params[i]); + } + } + + params.splice.apply(params, [0, i].concat(second, [div], first)); + }; + + _proto.revertDirection = function revertDirection(word) { + return this.directions[word.toLowerCase()] || word; + } + /** + * Round float and save digits under dot + */ + ; + + _proto.roundFloat = function roundFloat(float, digits) { + return parseFloat(float.toFixed(digits)); + } + /** + * Convert to old webkit syntax + */ + ; + + _proto.oldWebkit = function oldWebkit(node) { + var nodes = node.nodes; + var string = parser.stringify(node.nodes); + + if (this.name !== 'linear-gradient') { + return false; + } + + if (nodes[0] && nodes[0].value.indexOf('deg') !== -1) { + return false; + } + + if (string.indexOf('px') !== -1 || string.indexOf('-corner') !== -1 || string.indexOf('-side') !== -1) { + return false; + } + + var params = [[]]; + + for (var _iterator4 = nodes, _isArray4 = Array.isArray(_iterator4), _i4 = 0, _iterator4 = _isArray4 ? _iterator4 : _iterator4[Symbol.iterator]();;) { + var _ref4; + + if (_isArray4) { + if (_i4 >= _iterator4.length) break; + _ref4 = _iterator4[_i4++]; + } else { + _i4 = _iterator4.next(); + if (_i4.done) break; + _ref4 = _i4.value; + } + + var i = _ref4; + params[params.length - 1].push(i); + + if (i.type === 'div' && i.value === ',') { + params.push([]); + } + } + + this.oldDirection(params); + this.colorStops(params); + node.nodes = []; + + for (var _i5 = 0; _i5 < params.length; _i5++) { + var param = params[_i5]; + node.nodes = node.nodes.concat(param); + } + + node.nodes.unshift({ + type: 'word', + value: 'linear' + }, this.cloneDiv(node.nodes)); + node.value = '-webkit-gradient'; + return true; + } + /** + * Change direction syntax to old webkit + */ + ; + + _proto.oldDirection = function oldDirection(params) { + var div = this.cloneDiv(params[0]); + + if (params[0][0].value !== 'to') { + return params.unshift([{ + type: 'word', + value: this.oldDirections.bottom + }, div]); + } else { + var words = []; + + for (var _iterator5 = params[0].slice(2), _isArray5 = Array.isArray(_iterator5), _i6 = 0, _iterator5 = _isArray5 ? _iterator5 : _iterator5[Symbol.iterator]();;) { + var _ref5; + + if (_isArray5) { + if (_i6 >= _iterator5.length) break; + _ref5 = _iterator5[_i6++]; + } else { + _i6 = _iterator5.next(); + if (_i6.done) break; + _ref5 = _i6.value; + } + + var node = _ref5; + + if (node.type === 'word') { + words.push(node.value.toLowerCase()); + } + } + + words = words.join(' '); + var old = this.oldDirections[words] || words; + params[0] = [{ + type: 'word', + value: old + }, div]; + return params[0]; + } + } + /** + * Get div token from exists parameters + */ + ; + + _proto.cloneDiv = function cloneDiv(params) { + for (var _iterator6 = params, _isArray6 = Array.isArray(_iterator6), _i7 = 0, _iterator6 = _isArray6 ? _iterator6 : _iterator6[Symbol.iterator]();;) { + var _ref6; + + if (_isArray6) { + if (_i7 >= _iterator6.length) break; + _ref6 = _iterator6[_i7++]; + } else { + _i7 = _iterator6.next(); + if (_i7.done) break; + _ref6 = _i7.value; + } + + var i = _ref6; + + if (i.type === 'div' && i.value === ',') { + return i; + } + } + + return { + type: 'div', + value: ',', + after: ' ' + }; + } + /** + * Change colors syntax to old webkit + */ + ; + + _proto.colorStops = function colorStops(params) { + var result = []; + + for (var i = 0; i < params.length; i++) { + var pos = void 0; + var param = params[i]; + var item = void 0; + + if (i === 0) { + continue; + } + + var color = parser.stringify(param[0]); + + if (param[1] && param[1].type === 'word') { + pos = param[1].value; + } else if (param[2] && param[2].type === 'word') { + pos = param[2].value; + } + + var stop = void 0; + + if (i === 1 && (!pos || pos === '0%')) { + stop = "from(" + color + ")"; + } else if (i === params.length - 1 && (!pos || pos === '100%')) { + stop = "to(" + color + ")"; + } else if (pos) { + stop = "color-stop(" + pos + ", " + color + ")"; + } else { + stop = "color-stop(" + color + ")"; + } + + var div = param[param.length - 1]; + params[i] = [{ + type: 'word', + value: stop + }]; + + if (div.type === 'div' && div.value === ',') { + item = params[i].push(div); + } + + result.push(item); + } + + return result; + } + /** + * Remove old WebKit gradient too + */ + ; + + _proto.old = function old(prefix) { + if (prefix === '-webkit-') { + var type = this.name === 'linear-gradient' ? 'linear' : 'radial'; + var string = '-gradient'; + var regexp = utils.regexp("-webkit-(" + type + "-gradient|gradient\\(\\s*" + type + ")", false); + return new OldValue(this.name, prefix + this.name, string, regexp); + } else { + return _Value.prototype.old.call(this, prefix); + } + } + /** + * Do not add non-webkit prefixes for list-style and object + */ + ; + + _proto.add = function add(decl, prefix) { + var p = decl.prop; + + if (p.indexOf('mask') !== -1) { + if (prefix === '-webkit-' || prefix === '-webkit- old') { + return _Value.prototype.add.call(this, decl, prefix); + } + } else if (p === 'list-style' || p === 'list-style-image' || p === 'content') { + if (prefix === '-webkit-' || prefix === '-webkit- old') { + return _Value.prototype.add.call(this, decl, prefix); + } + } else { + return _Value.prototype.add.call(this, decl, prefix); + } + + return undefined; + }; + + return Gradient; +}(Value); + +_defineProperty(Gradient, "names", ['linear-gradient', 'repeating-linear-gradient', 'radial-gradient', 'repeating-radial-gradient']); + +module.exports = Gradient; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-area.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-area.js new file mode 100644 index 0000000..8c1b39c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-area.js @@ -0,0 +1,54 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var utils = require('./grid-utils'); + +var GridArea = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(GridArea, _Declaration); + + function GridArea() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = GridArea.prototype; + + /** + * Translate grid-area to separate -ms- prefixed properties + */ + _proto.insert = function insert(decl, prefix, prefixes, result) { + if (prefix !== '-ms-') return _Declaration.prototype.insert.call(this, decl, prefix, prefixes); + var values = utils.parse(decl); + + var _utils$translate = utils.translate(values, 0, 2), + rowStart = _utils$translate[0], + rowSpan = _utils$translate[1]; + + var _utils$translate2 = utils.translate(values, 1, 3), + columnStart = _utils$translate2[0], + columnSpan = _utils$translate2[1]; + + [['grid-row', rowStart], ['grid-row-span', rowSpan], ['grid-column', columnStart], ['grid-column-span', columnSpan]].forEach(function (_ref) { + var prop = _ref[0], + value = _ref[1]; + utils.insertDecl(decl, prop, value); + }); + utils.warnTemplateSelectorNotFound(decl, result); + utils.warnIfGridRowColumnExists(decl, result); + return undefined; + }; + + return GridArea; +}(Declaration); + +_defineProperty(GridArea, "names", ['grid-area']); + +module.exports = GridArea; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-column-align.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-column-align.js new file mode 100644 index 0000000..c69efb5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-column-align.js @@ -0,0 +1,50 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var GridColumnAlign = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(GridColumnAlign, _Declaration); + + function GridColumnAlign() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = GridColumnAlign.prototype; + + /** + * Do not prefix flexbox values + */ + _proto.check = function check(decl) { + return decl.value.indexOf('flex-') === -1 && decl.value !== 'baseline'; + } + /** + * Change property name for IE + */ + ; + + _proto.prefixed = function prefixed(prop, prefix) { + return prefix + 'grid-column-align'; + } + /** + * Change IE property back + */ + ; + + _proto.normalize = function normalize() { + return 'justify-self'; + }; + + return GridColumnAlign; +}(Declaration); + +_defineProperty(GridColumnAlign, "names", ['grid-column-align']); + +module.exports = GridColumnAlign; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-end.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-end.js new file mode 100644 index 0000000..d13c7b8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-end.js @@ -0,0 +1,64 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var GridEnd = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(GridEnd, _Declaration); + + function GridEnd() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = GridEnd.prototype; + + /** + * Change repeating syntax for IE + */ + _proto.insert = function insert(decl, prefix, prefixes, result) { + if (prefix !== '-ms-') return _Declaration.prototype.insert.call(this, decl, prefix, prefixes); + var clonedDecl = this.clone(decl); + var startProp = decl.prop.replace(/end$/, 'start'); + var spanProp = prefix + decl.prop.replace(/end$/, 'span'); + + if (decl.parent.some(function (i) { + return i.prop === spanProp; + })) { + return undefined; + } + + clonedDecl.prop = spanProp; + + if (decl.value.includes('span')) { + clonedDecl.value = decl.value.replace(/span\s/i, ''); + } else { + var startDecl; + decl.parent.walkDecls(startProp, function (d) { + startDecl = d; + }); + + if (startDecl) { + var value = Number(decl.value) - Number(startDecl.value) + ''; + clonedDecl.value = value; + } else { + decl.warn(result, "Can not prefix " + decl.prop + " (" + startProp + " is not found)"); + } + } + + decl.cloneBefore(clonedDecl); + return undefined; + }; + + return GridEnd; +}(Declaration); + +_defineProperty(GridEnd, "names", ['grid-row-end', 'grid-column-end']); + +module.exports = GridEnd; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-row-align.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-row-align.js new file mode 100644 index 0000000..5d0e4dc --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-row-align.js @@ -0,0 +1,50 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var GridRowAlign = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(GridRowAlign, _Declaration); + + function GridRowAlign() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = GridRowAlign.prototype; + + /** + * Do not prefix flexbox values + */ + _proto.check = function check(decl) { + return decl.value.indexOf('flex-') === -1 && decl.value !== 'baseline'; + } + /** + * Change property name for IE + */ + ; + + _proto.prefixed = function prefixed(prop, prefix) { + return prefix + 'grid-row-align'; + } + /** + * Change IE property back + */ + ; + + _proto.normalize = function normalize() { + return 'align-self'; + }; + + return GridRowAlign; +}(Declaration); + +_defineProperty(GridRowAlign, "names", ['grid-row-align']); + +module.exports = GridRowAlign; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-row-column.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-row-column.js new file mode 100644 index 0000000..256f9d1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-row-column.js @@ -0,0 +1,54 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var utils = require('./grid-utils'); + +var GridRowColumn = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(GridRowColumn, _Declaration); + + function GridRowColumn() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = GridRowColumn.prototype; + + /** + * Translate grid-row / grid-column to separate -ms- prefixed properties + */ + _proto.insert = function insert(decl, prefix, prefixes) { + if (prefix !== '-ms-') return _Declaration.prototype.insert.call(this, decl, prefix, prefixes); + var values = utils.parse(decl); + + var _utils$translate = utils.translate(values, 0, 1), + start = _utils$translate[0], + span = _utils$translate[1]; + + var hasStartValueSpan = values[0] && values[0].includes('span'); + + if (hasStartValueSpan) { + span = values[0].join('').replace(/\D/g, ''); + } + + [[decl.prop, start], [decl.prop + "-span", span]].forEach(function (_ref) { + var prop = _ref[0], + value = _ref[1]; + utils.insertDecl(decl, prop, value); + }); + return undefined; + }; + + return GridRowColumn; +}(Declaration); + +_defineProperty(GridRowColumn, "names", ['grid-row', 'grid-column']); + +module.exports = GridRowColumn; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-rows-columns.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-rows-columns.js new file mode 100644 index 0000000..edd1ee6 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-rows-columns.js @@ -0,0 +1,149 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var _require = require('./grid-utils'), + prefixTrackProp = _require.prefixTrackProp, + prefixTrackValue = _require.prefixTrackValue, + autoplaceGridItems = _require.autoplaceGridItems, + getGridGap = _require.getGridGap, + inheritGridGap = _require.inheritGridGap; + +var Processor = require('../processor'); + +var GridRowsColumns = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(GridRowsColumns, _Declaration); + + function GridRowsColumns() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = GridRowsColumns.prototype; + + /** + * Change property name for IE + */ + _proto.prefixed = function prefixed(prop, prefix) { + if (prefix === '-ms-') { + return prefixTrackProp({ + prop: prop, + prefix: prefix + }); + } + + return _Declaration.prototype.prefixed.call(this, prop, prefix); + } + /** + * Change IE property back + */ + ; + + _proto.normalize = function normalize(prop) { + return prop.replace(/^grid-(rows|columns)/, 'grid-template-$1'); + }; + + _proto.insert = function insert(decl, prefix, prefixes, result) { + if (prefix !== '-ms-') return _Declaration.prototype.insert.call(this, decl, prefix, prefixes); + var parent = decl.parent, + prop = decl.prop, + value = decl.value; + var isRowProp = prop.includes('rows'); + var isColumnProp = prop.includes('columns'); + var hasGridTemplate = parent.some(function (i) { + return i.prop === 'grid-template' || i.prop === 'grid-template-areas'; + }); + /** + * Not to prefix rows declaration if grid-template(-areas) is present + */ + + if (hasGridTemplate && isRowProp) { + return false; + } + + var processor = new Processor({}); + var status = processor.gridStatus(parent, result); + var gap = getGridGap(decl); + gap = inheritGridGap(decl, gap) || gap; + var gapValue = isRowProp ? gap.row : gap.column; + + if ((status === 'no-autoplace' || status === true) && !hasGridTemplate) { + gapValue = null; + } + + var prefixValue = prefixTrackValue({ + value: value, + gap: gapValue + }); + /** + * Insert prefixes + */ + + decl.cloneBefore({ + prop: prefixTrackProp({ + prop: prop, + prefix: prefix + }), + value: prefixValue + }); + var autoflow = parent.nodes.find(function (i) { + return i.prop === 'grid-auto-flow'; + }); + var autoflowValue = 'row'; + + if (autoflow && !processor.disabled(autoflow, result)) { + autoflowValue = autoflow.value.trim(); + } + + if (status === 'autoplace') { + /** + * Show warning if grid-template-rows decl is not found + */ + var rowDecl = parent.nodes.find(function (i) { + return i.prop === 'grid-template-rows'; + }); + + if (!rowDecl && hasGridTemplate) { + return undefined; + } else if (!rowDecl && !hasGridTemplate) { + decl.warn(result, "Autoplacement does not work without grid-template-rows property"); + return undefined; + } + /** + * Show warning if grid-template-columns decl is not found + */ + + + var columnDecl = parent.nodes.find(function (i) { + return i.prop === 'grid-template-columns'; + }); + + if (!columnDecl && !hasGridTemplate) { + decl.warn(result, "Autoplacement does not work without grid-template-columns property"); + } + /** + * Autoplace grid items + */ + + + if (isColumnProp && !hasGridTemplate) { + autoplaceGridItems(decl, result, gap, autoflowValue); + } + } + + return undefined; + }; + + return GridRowsColumns; +}(Declaration); + +_defineProperty(GridRowsColumns, "names", ['grid-template-rows', 'grid-template-columns', 'grid-rows', 'grid-columns']); + +module.exports = GridRowsColumns; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-start.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-start.js new file mode 100644 index 0000000..dfbc68b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-start.js @@ -0,0 +1,57 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var GridStart = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(GridStart, _Declaration); + + function GridStart() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = GridStart.prototype; + + /** + * Do not add prefix for unsupported value in IE + */ + _proto.check = function check(decl) { + var value = decl.value; + return value.indexOf('/') === -1 || value.indexOf('span') !== -1; + } + /** + * Return a final spec property + */ + ; + + _proto.normalize = function normalize(prop) { + return prop.replace('-start', ''); + } + /** + * Change property name for IE + */ + ; + + _proto.prefixed = function prefixed(prop, prefix) { + var result = _Declaration.prototype.prefixed.call(this, prop, prefix); + + if (prefix === '-ms-') { + result = result.replace('-start', ''); + } + + return result; + }; + + return GridStart; +}(Declaration); + +_defineProperty(GridStart, "names", ['grid-row-start', 'grid-column-start']); + +module.exports = GridStart; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-template-areas.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-template-areas.js new file mode 100644 index 0000000..9da1685 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-template-areas.js @@ -0,0 +1,103 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var _require = require('./grid-utils'), + parseGridAreas = _require.parseGridAreas, + warnMissedAreas = _require.warnMissedAreas, + prefixTrackProp = _require.prefixTrackProp, + prefixTrackValue = _require.prefixTrackValue, + getGridGap = _require.getGridGap, + warnGridGap = _require.warnGridGap, + inheritGridGap = _require.inheritGridGap; + +function getGridRows(tpl) { + return tpl.trim().slice(1, -1).split(/['"]\s*['"]?/g); +} + +var GridTemplateAreas = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(GridTemplateAreas, _Declaration); + + function GridTemplateAreas() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = GridTemplateAreas.prototype; + + /** + * Translate grid-template-areas to separate -ms- prefixed properties + */ + _proto.insert = function insert(decl, prefix, prefixes, result) { + if (prefix !== '-ms-') return _Declaration.prototype.insert.call(this, decl, prefix, prefixes); + var hasColumns = false; + var hasRows = false; + var parent = decl.parent; + var gap = getGridGap(decl); + gap = inheritGridGap(decl, gap) || gap; // remove already prefixed rows + // to prevent doubling prefixes + + parent.walkDecls(/-ms-grid-rows/, function (i) { + return i.remove(); + }); // add empty tracks to rows + + parent.walkDecls(/grid-template-(rows|columns)/, function (trackDecl) { + if (trackDecl.prop === 'grid-template-rows') { + hasRows = true; + var prop = trackDecl.prop, + value = trackDecl.value; + trackDecl.cloneBefore({ + prop: prefixTrackProp({ + prop: prop, + prefix: prefix + }), + value: prefixTrackValue({ + value: value, + gap: gap.row + }) + }); + } else { + hasColumns = true; + } + }); + var gridRows = getGridRows(decl.value); + + if (hasColumns && !hasRows && gap.row && gridRows.length > 1) { + decl.cloneBefore({ + prop: '-ms-grid-rows', + value: prefixTrackValue({ + value: "repeat(" + gridRows.length + ", auto)", + gap: gap.row + }), + raws: {} + }); + } // warnings + + + warnGridGap({ + gap: gap, + hasColumns: hasColumns, + decl: decl, + result: result + }); + var areas = parseGridAreas({ + rows: gridRows, + gap: gap + }); + warnMissedAreas(areas, decl, result); + return decl; + }; + + return GridTemplateAreas; +}(Declaration); + +_defineProperty(GridTemplateAreas, "names", ['grid-template-areas']); + +module.exports = GridTemplateAreas; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-template.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-template.js new file mode 100644 index 0000000..88ce36b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-template.js @@ -0,0 +1,92 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var _require = require('./grid-utils'), + parseTemplate = _require.parseTemplate, + warnMissedAreas = _require.warnMissedAreas, + getGridGap = _require.getGridGap, + warnGridGap = _require.warnGridGap, + inheritGridGap = _require.inheritGridGap; + +var GridTemplate = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(GridTemplate, _Declaration); + + function GridTemplate() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = GridTemplate.prototype; + + /** + * Translate grid-template to separate -ms- prefixed properties + */ + _proto.insert = function insert(decl, prefix, prefixes, result) { + if (prefix !== '-ms-') return _Declaration.prototype.insert.call(this, decl, prefix, prefixes); + + if (decl.parent.some(function (i) { + return i.prop === '-ms-grid-rows'; + })) { + return undefined; + } + + var gap = getGridGap(decl); + /** + * we must insert inherited gap values in some cases: + * if we are inside media query && if we have no grid-gap value + */ + + var inheritedGap = inheritGridGap(decl, gap); + + var _parseTemplate = parseTemplate({ + decl: decl, + gap: inheritedGap || gap + }), + rows = _parseTemplate.rows, + columns = _parseTemplate.columns, + areas = _parseTemplate.areas; + + var hasAreas = Object.keys(areas).length > 0; + var hasRows = Boolean(rows); + var hasColumns = Boolean(columns); + warnGridGap({ + gap: gap, + hasColumns: hasColumns, + decl: decl, + result: result + }); + warnMissedAreas(areas, decl, result); + + if (hasRows && hasColumns || hasAreas) { + decl.cloneBefore({ + prop: '-ms-grid-rows', + value: rows, + raws: {} + }); + } + + if (hasColumns) { + decl.cloneBefore({ + prop: '-ms-grid-columns', + value: columns, + raws: {} + }); + } + + return decl; + }; + + return GridTemplate; +}(Declaration); + +_defineProperty(GridTemplate, "names", ['grid-template']); + +module.exports = GridTemplate; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-utils.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-utils.js new file mode 100644 index 0000000..eab3516 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/grid-utils.js @@ -0,0 +1,1147 @@ +"use strict"; + +var parser = require('postcss-value-parser'); + +var list = require('postcss').list; + +var uniq = require('../utils').uniq; + +var escapeRegexp = require('../utils').escapeRegexp; + +var splitSelector = require('../utils').splitSelector; + +function convert(value) { + if (value && value.length === 2 && value[0] === 'span' && parseInt(value[1], 10) > 0) { + return [false, parseInt(value[1], 10)]; + } + + if (value && value.length === 1 && parseInt(value[0], 10) > 0) { + return [parseInt(value[0], 10), false]; + } + + return [false, false]; +} + +function translate(values, startIndex, endIndex) { + var startValue = values[startIndex]; + var endValue = values[endIndex]; + + if (!startValue) { + return [false, false]; + } + + var _convert = convert(startValue), + start = _convert[0], + spanStart = _convert[1]; + + var _convert2 = convert(endValue), + end = _convert2[0], + spanEnd = _convert2[1]; + + if (start && !endValue) { + return [start, false]; + } + + if (spanStart && end) { + return [end - spanStart, spanStart]; + } + + if (start && spanEnd) { + return [start, spanEnd]; + } + + if (start && end) { + return [start, end - start]; + } + + return [false, false]; +} + +function parse(decl) { + var node = parser(decl.value); + var values = []; + var current = 0; + values[current] = []; + + for (var _iterator = node.nodes, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) { + var _ref; + + if (_isArray) { + if (_i >= _iterator.length) break; + _ref = _iterator[_i++]; + } else { + _i = _iterator.next(); + if (_i.done) break; + _ref = _i.value; + } + + var i = _ref; + + if (i.type === 'div') { + current += 1; + values[current] = []; + } else if (i.type === 'word') { + values[current].push(i.value); + } + } + + return values; +} + +function insertDecl(decl, prop, value) { + if (value && !decl.parent.some(function (i) { + return i.prop === "-ms-" + prop; + })) { + decl.cloneBefore({ + prop: "-ms-" + prop, + value: value.toString() + }); + } +} // Track transforms + + +function prefixTrackProp(_ref2) { + var prop = _ref2.prop, + prefix = _ref2.prefix; + return prefix + prop.replace('template-', ''); +} + +function transformRepeat(_ref3, _ref4) { + var nodes = _ref3.nodes; + var gap = _ref4.gap; + + var _nodes$reduce = nodes.reduce(function (result, node) { + if (node.type === 'div' && node.value === ',') { + result.key = 'size'; + } else { + result[result.key].push(parser.stringify(node)); + } + + return result; + }, { + key: 'count', + size: [], + count: [] + }), + count = _nodes$reduce.count, + size = _nodes$reduce.size; // insert gap values + + + if (gap) { + var _ret = function () { + size = size.filter(function (i) { + return i.trim(); + }); + var val = []; + + var _loop = function _loop(i) { + size.forEach(function (item, index) { + if (index > 0 || i > 1) { + val.push(gap); + } + + val.push(item); + }); + }; + + for (var i = 1; i <= count; i++) { + _loop(i); + } + + return { + v: val.join(' ') + }; + }(); + + if (typeof _ret === "object") return _ret.v; + } + + return "(" + size.join('') + ")[" + count.join('') + "]"; +} + +function prefixTrackValue(_ref5) { + var value = _ref5.value, + gap = _ref5.gap; + var result = parser(value).nodes.reduce(function (nodes, node) { + if (node.type === 'function' && node.value === 'repeat') { + return nodes.concat({ + type: 'word', + value: transformRepeat(node, { + gap: gap + }) + }); + } + + if (gap && node.type === 'space') { + return nodes.concat({ + type: 'space', + value: ' ' + }, { + type: 'word', + value: gap + }, node); + } + + return nodes.concat(node); + }, []); + return parser.stringify(result); +} // Parse grid-template-areas + + +var DOTS = /^\.+$/; + +function track(start, end) { + return { + start: start, + end: end, + span: end - start + }; +} + +function getColumns(line) { + return line.trim().split(/\s+/g); +} + +function parseGridAreas(_ref6) { + var rows = _ref6.rows, + gap = _ref6.gap; + return rows.reduce(function (areas, line, rowIndex) { + if (gap.row) rowIndex *= 2; + if (line.trim() === '') return areas; + getColumns(line).forEach(function (area, columnIndex) { + if (DOTS.test(area)) return; + if (gap.column) columnIndex *= 2; + + if (typeof areas[area] === 'undefined') { + areas[area] = { + column: track(columnIndex + 1, columnIndex + 2), + row: track(rowIndex + 1, rowIndex + 2) + }; + } else { + var _areas$area = areas[area], + column = _areas$area.column, + row = _areas$area.row; + column.start = Math.min(column.start, columnIndex + 1); + column.end = Math.max(column.end, columnIndex + 2); + column.span = column.end - column.start; + row.start = Math.min(row.start, rowIndex + 1); + row.end = Math.max(row.end, rowIndex + 2); + row.span = row.end - row.start; + } + }); + return areas; + }, {}); +} // Parse grid-template + + +function testTrack(node) { + return node.type === 'word' && /^\[.+\]$/.test(node.value); +} + +function verifyRowSize(result) { + if (result.areas.length > result.rows.length) { + result.rows.push('auto'); + } + + return result; +} + +function parseTemplate(_ref7) { + var decl = _ref7.decl, + gap = _ref7.gap; + var gridTemplate = parser(decl.value).nodes.reduce(function (result, node) { + var type = node.type, + value = node.value; + if (testTrack(node) || type === 'space') return result; // area + + if (type === 'string') { + result = verifyRowSize(result); + result.areas.push(value); + } // values and function + + + if (type === 'word' || type === 'function') { + result[result.key].push(parser.stringify(node)); + } // divider(/) + + + if (type === 'div' && value === '/') { + result.key = 'columns'; + result = verifyRowSize(result); + } + + return result; + }, { + key: 'rows', + columns: [], + rows: [], + areas: [] + }); + return { + areas: parseGridAreas({ + rows: gridTemplate.areas, + gap: gap + }), + columns: prefixTrackValue({ + value: gridTemplate.columns.join(' '), + gap: gap.column + }), + rows: prefixTrackValue({ + value: gridTemplate.rows.join(' '), + gap: gap.row + }) + }; +} // Insert parsed grid areas + +/** + * Get an array of -ms- prefixed props and values + * @param {Object} [area] area object with column and row data + * @param {Boolean} [addRowSpan] should we add grid-column-row value? + * @param {Boolean} [addColumnSpan] should we add grid-column-span value? + * @return {Array} + */ + + +function getMSDecls(area, addRowSpan, addColumnSpan) { + if (addRowSpan === void 0) { + addRowSpan = false; + } + + if (addColumnSpan === void 0) { + addColumnSpan = false; + } + + return [].concat({ + prop: '-ms-grid-row', + value: String(area.row.start) + }, area.row.span > 1 || addRowSpan ? { + prop: '-ms-grid-row-span', + value: String(area.row.span) + } : [], { + prop: '-ms-grid-column', + value: String(area.column.start) + }, area.column.span > 1 || addColumnSpan ? { + prop: '-ms-grid-column-span', + value: String(area.column.span) + } : []); +} + +function getParentMedia(parent) { + if (parent.type === 'atrule' && parent.name === 'media') { + return parent; + } + + if (!parent.parent) { + return false; + } + + return getParentMedia(parent.parent); +} +/** + * change selectors for rules with duplicate grid-areas. + * @param {Array} rules + * @param {Array} templateSelectors + * @return {Array} rules with changed selectors + */ + + +function changeDuplicateAreaSelectors(ruleSelectors, templateSelectors) { + ruleSelectors = ruleSelectors.map(function (selector) { + var selectorBySpace = list.space(selector); + var selectorByComma = list.comma(selector); + + if (selectorBySpace.length > selectorByComma.length) { + selector = selectorBySpace.slice(-1).join(''); + } + + return selector; + }); + return ruleSelectors.map(function (ruleSelector) { + var newSelector = templateSelectors.map(function (tplSelector, index) { + var space = index === 0 ? '' : ' '; + return "" + space + tplSelector + " > " + ruleSelector; + }); + return newSelector; + }); +} +/** + * check if selector of rules are equal + * @param {Rule} ruleA + * @param {Rule} ruleB + * @return {Boolean} + */ + + +function selectorsEqual(ruleA, ruleB) { + return ruleA.selectors.some(function (sel) { + return ruleB.selectors.some(function (s) { + return s === sel; + }); + }); +} +/** + * Parse data from all grid-template(-areas) declarations + * @param {Root} css css root + * @return {Object} parsed data + */ + + +function parseGridTemplatesData(css) { + var parsed = []; // we walk through every grid-template(-areas) declaration and store + // data with the same area names inside the item + + css.walkDecls(/grid-template(-areas)?$/, function (d) { + var rule = d.parent; + var media = getParentMedia(rule); + var gap = getGridGap(d); + var inheritedGap = inheritGridGap(d, gap); + + var _parseTemplate = parseTemplate({ + decl: d, + gap: inheritedGap || gap + }), + areas = _parseTemplate.areas; + + var areaNames = Object.keys(areas); // skip node if it doesn't have areas + + if (areaNames.length === 0) { + return true; + } // check parsed array for item that include the same area names + // return index of that item + + + var index = parsed.reduce(function (acc, _ref8, idx) { + var allAreas = _ref8.allAreas; + var hasAreas = allAreas && areaNames.some(function (area) { + return allAreas.includes(area); + }); + return hasAreas ? idx : acc; + }, null); + + if (index !== null) { + // index is found, add the grid-template data to that item + var _parsed$index = parsed[index], + allAreas = _parsed$index.allAreas, + rules = _parsed$index.rules; // check if rule has no duplicate area names + + var hasNoDuplicates = rules.some(function (r) { + return r.hasDuplicates === false && selectorsEqual(r, rule); + }); + var duplicatesFound = false; // check need to gather all duplicate area names + + var duplicateAreaNames = rules.reduce(function (acc, r) { + if (!r.params && selectorsEqual(r, rule)) { + duplicatesFound = true; + return r.duplicateAreaNames; + } + + if (!duplicatesFound) { + areaNames.forEach(function (name) { + if (r.areas[name]) { + acc.push(name); + } + }); + } + + return uniq(acc); + }, []); // update grid-row/column-span values for areas with duplicate + // area names. @see #1084 and #1146 + + rules.forEach(function (r) { + areaNames.forEach(function (name) { + var area = r.areas[name]; + + if (area && area.row.span !== areas[name].row.span) { + areas[name].row.updateSpan = true; + } + + if (area && area.column.span !== areas[name].column.span) { + areas[name].column.updateSpan = true; + } + }); + }); + parsed[index].allAreas = uniq([].concat(allAreas, areaNames)); + parsed[index].rules.push({ + hasDuplicates: !hasNoDuplicates, + params: media.params, + selectors: rule.selectors, + node: rule, + duplicateAreaNames: duplicateAreaNames, + areas: areas + }); + } else { + // index is NOT found, push the new item to the parsed array + parsed.push({ + allAreas: areaNames, + areasCount: 0, + rules: [{ + hasDuplicates: false, + duplicateRules: [], + params: media.params, + selectors: rule.selectors, + node: rule, + duplicateAreaNames: [], + areas: areas + }] + }); + } + + return undefined; + }); + return parsed; +} +/** + * insert prefixed grid-area declarations + * @param {Root} css css root + * @param {Function} isDisabled check if the rule is disabled + * @return {void} + */ + + +function insertAreas(css, isDisabled) { + // parse grid-template declarations + var gridTemplatesData = parseGridTemplatesData(css); // return undefined if no declarations found + + if (gridTemplatesData.length === 0) { + return undefined; + } // we need to store the rules that we will insert later + + + var rulesToInsert = {}; + css.walkDecls('grid-area', function (gridArea) { + var gridAreaRule = gridArea.parent; + var hasPrefixedRow = gridAreaRule.first.prop === '-ms-grid-row'; + var gridAreaMedia = getParentMedia(gridAreaRule); + + if (isDisabled(gridArea)) { + return undefined; + } + + var gridAreaRuleIndex = gridAreaMedia ? css.index(gridAreaMedia) : css.index(gridAreaRule); + var value = gridArea.value; // found the data that matches grid-area identifier + + var data = gridTemplatesData.filter(function (d) { + return d.allAreas.includes(value); + })[0]; + + if (!data) { + return true; + } + + var lastArea = data.allAreas[data.allAreas.length - 1]; + var selectorBySpace = list.space(gridAreaRule.selector); + var selectorByComma = list.comma(gridAreaRule.selector); + var selectorIsComplex = selectorBySpace.length > 1 && selectorBySpace.length > selectorByComma.length; // prevent doubling of prefixes + + if (hasPrefixedRow) { + return false; + } // create the empty object with the key as the last area name + // e.g if we have templates with "a b c" values, "c" will be the last area + + + if (!rulesToInsert[lastArea]) { + rulesToInsert[lastArea] = {}; + } // walk through every grid-template rule data + + + for (var _iterator2 = data.rules, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : _iterator2[Symbol.iterator]();;) { + var _ref9; + + if (_isArray2) { + if (_i2 >= _iterator2.length) break; + _ref9 = _iterator2[_i2++]; + } else { + _i2 = _iterator2.next(); + if (_i2.done) break; + _ref9 = _i2.value; + } + + var rule = _ref9; + var area = rule.areas[value]; + var hasDuplicateName = rule.duplicateAreaNames.includes(value); // if we can't find the area name, update lastRule and continue + + if (!area) { + var lastRuleIndex = css.index(rulesToInsert[lastArea].lastRule); + + if (gridAreaRuleIndex > lastRuleIndex) { + rulesToInsert[lastArea].lastRule = gridAreaMedia || gridAreaRule; + } + + continue; + } // for grid-templates inside media rule we need to create empty + // array to push prefixed grid-area rules later + + + if (rule.params && !rulesToInsert[lastArea][rule.params]) { + rulesToInsert[lastArea][rule.params] = []; + } + + if ((!rule.hasDuplicates || !hasDuplicateName) && !rule.params) { + // grid-template has no duplicates and not inside media rule + getMSDecls(area, false, false).reverse().forEach(function (i) { + return gridAreaRule.prepend(Object.assign(i, { + raws: { + between: gridArea.raws.between + } + })); + }); + rulesToInsert[lastArea].lastRule = gridAreaRule; + } else if (rule.hasDuplicates && !rule.params && !selectorIsComplex) { + (function () { + // grid-template has duplicates and not inside media rule + var cloned = gridAreaRule.clone(); + cloned.removeAll(); + getMSDecls(area, area.row.updateSpan, area.column.updateSpan).reverse().forEach(function (i) { + return cloned.prepend(Object.assign(i, { + raws: { + between: gridArea.raws.between + } + })); + }); + cloned.selectors = changeDuplicateAreaSelectors(cloned.selectors, rule.selectors); + + if (rulesToInsert[lastArea].lastRule) { + rulesToInsert[lastArea].lastRule.after(cloned); + } + + rulesToInsert[lastArea].lastRule = cloned; + })(); + } else if (rule.hasDuplicates && !rule.params && selectorIsComplex && gridAreaRule.selector.includes(rule.selectors[0])) { + // grid-template has duplicates and not inside media rule + // see the bottom of grid-template-areas test case for example + gridAreaRule.walkDecls(/-ms-grid-(row|column)/, function (d) { + return d.remove(); + }); + getMSDecls(area, area.row.updateSpan, area.column.updateSpan).reverse().forEach(function (i) { + return gridAreaRule.prepend(Object.assign(i, { + raws: { + between: gridArea.raws.between + } + })); + }); + } else if (rule.params) { + (function () { + // grid-template is inside media rule + // if we're inside media rule, we need to store prefixed rules + // inside rulesToInsert object to be able to preserve the order of media + // rules and merge them easily + var cloned = gridAreaRule.clone(); + cloned.removeAll(); + getMSDecls(area, area.row.updateSpan, area.column.updateSpan).reverse().forEach(function (i) { + return cloned.prepend(Object.assign(i, { + raws: { + between: gridArea.raws.between + } + })); + }); + + if (rule.hasDuplicates && hasDuplicateName) { + cloned.selectors = changeDuplicateAreaSelectors(cloned.selectors, rule.selectors); + } + + cloned.raws = rule.node.raws; + + if (css.index(rule.node.parent) > gridAreaRuleIndex) { + // append the prefixed rules right inside media rule + // with grid-template + rule.node.parent.append(cloned); + } else { + // store the rule to insert later + rulesToInsert[lastArea][rule.params].push(cloned); + } + + if (gridAreaMedia) { + rulesToInsert[lastArea].lastRule = gridAreaMedia || gridAreaRule; + } + })(); + } + } + + return undefined; + }); // append stored rules inside the media rules + + Object.keys(rulesToInsert).forEach(function (area) { + var data = rulesToInsert[area]; + var lastRule = data.lastRule; + Object.keys(data).reverse().filter(function (p) { + return p !== 'lastRule'; + }).forEach(function (params) { + if (data[params].length > 0 && lastRule) { + lastRule.after({ + name: 'media', + params: params + }); + lastRule.next().append(data[params]); + } + }); + }); + return undefined; +} +/** + * Warn user if grid area identifiers are not found + * @param {Object} areas + * @param {Declaration} decl + * @param {Result} result + * @return {void} + */ + + +function warnMissedAreas(areas, decl, result) { + var missed = Object.keys(areas); + decl.root().walkDecls('grid-area', function (gridArea) { + missed = missed.filter(function (e) { + return e !== gridArea.value; + }); + }); + + if (missed.length > 0) { + decl.warn(result, 'Can not find grid areas: ' + missed.join(', ')); + } + + return undefined; +} +/** + * compare selectors with grid-area rule and grid-template rule + * show warning if grid-template selector is not found + * (this function used for grid-area rule) + * @param {Declaration} decl + * @param {Result} result + * @return {void} + */ + + +function warnTemplateSelectorNotFound(decl, result) { + var rule = decl.parent; + var root = decl.root(); + var duplicatesFound = false; // slice selector array. Remove the last part (for comparison) + + var slicedSelectorArr = list.space(rule.selector).filter(function (str) { + return str !== '>'; + }).slice(0, -1); // we need to compare only if selector is complex. + // e.g '.grid-cell' is simple, but '.parent > .grid-cell' is complex + + if (slicedSelectorArr.length > 0) { + var gridTemplateFound = false; + var foundAreaSelector = null; + root.walkDecls(/grid-template(-areas)?$/, function (d) { + var parent = d.parent; + var templateSelectors = parent.selectors; + + var _parseTemplate2 = parseTemplate({ + decl: d, + gap: getGridGap(d) + }), + areas = _parseTemplate2.areas; + + var hasArea = areas[decl.value]; // find the the matching selectors + + for (var _iterator3 = templateSelectors, _isArray3 = Array.isArray(_iterator3), _i3 = 0, _iterator3 = _isArray3 ? _iterator3 : _iterator3[Symbol.iterator]();;) { + var _ref10; + + if (_isArray3) { + if (_i3 >= _iterator3.length) break; + _ref10 = _iterator3[_i3++]; + } else { + _i3 = _iterator3.next(); + if (_i3.done) break; + _ref10 = _i3.value; + } + + var tplSelector = _ref10; + + if (gridTemplateFound) { + break; + } + + var tplSelectorArr = list.space(tplSelector).filter(function (str) { + return str !== '>'; + }); + gridTemplateFound = tplSelectorArr.every(function (item, idx) { + return item === slicedSelectorArr[idx]; + }); + } + + if (gridTemplateFound || !hasArea) { + return true; + } + + if (!foundAreaSelector) { + foundAreaSelector = parent.selector; + } // if we found the duplicate area with different selector + + + if (foundAreaSelector && foundAreaSelector !== parent.selector) { + duplicatesFound = true; + } + + return undefined; + }); // warn user if we didn't find template + + if (!gridTemplateFound && duplicatesFound) { + decl.warn(result, "Autoprefixer cannot find a grid-template " + ("containing the duplicate grid-area \"" + decl.value + "\" ") + ("with full selector matching: " + slicedSelectorArr.join(' '))); + } + } +} +/** + * warn user if both grid-area and grid-(row|column) + * declarations are present in the same rule + * @param {Declaration} decl + * @param {Result} result + * @return {void} + */ + + +function warnIfGridRowColumnExists(decl, result) { + var rule = decl.parent; + var decls = []; + rule.walkDecls(/^grid-(row|column)/, function (d) { + if (!/-end$/.test(d.prop) && !/^span/.test(d.value)) { + decls.push(d); + } + }); + + if (decls.length > 0) { + decls.forEach(function (d) { + d.warn(result, "You already have a grid-area declaration present in the rule. " + ("You should use either grid-area or " + d.prop + ", not both")); + }); + } + + return undefined; +} // Gap utils + + +function getGridGap(decl) { + var gap = {}; // try to find gap + + var testGap = /^(grid-)?((row|column)-)?gap$/; + decl.parent.walkDecls(testGap, function (_ref11) { + var prop = _ref11.prop, + value = _ref11.value; + + if (/^(grid-)?gap$/.test(prop)) { + var _parser$nodes = parser(value).nodes, + _parser$nodes$ = _parser$nodes[0], + row = _parser$nodes$ === void 0 ? {} : _parser$nodes$, + _parser$nodes$2 = _parser$nodes[2], + column = _parser$nodes$2 === void 0 ? {} : _parser$nodes$2; + gap.row = row.value; + gap.column = column.value || row.value; + } + + if (/^(grid-)?row-gap$/.test(prop)) gap.row = value; + if (/^(grid-)?column-gap$/.test(prop)) gap.column = value; + }); + return gap; +} +/** + * parse media parameters (for example 'min-width: 500px') + * @param {String} params parameter to parse + * @return {} + */ + + +function parseMediaParams(params) { + if (!params) { + return false; + } + + var parsed = parser(params); + var prop; + var value; + parsed.walk(function (node) { + if (node.type === 'word' && /min|max/g.test(node.value)) { + prop = node.value; + } else if (node.value.includes('px')) { + value = parseInt(node.value.replace(/\D/g, '')); + } + }); + return [prop, value]; +} +/** + * Compare the selectors and decide if we + * need to inherit gap from compared selector or not. + * @type {String} selA + * @type {String} selB + * @return {Boolean} + */ + + +function shouldInheritGap(selA, selB) { + var result; // get arrays of selector split in 3-deep array + + var splitSelectorArrA = splitSelector(selA); + var splitSelectorArrB = splitSelector(selB); + + if (splitSelectorArrA[0].length < splitSelectorArrB[0].length) { + // abort if selectorA has lower descendant specificity then selectorB + // (e.g '.grid' and '.hello .world .grid') + return false; + } else if (splitSelectorArrA[0].length > splitSelectorArrB[0].length) { + // if selectorA has higher descendant specificity then selectorB + // (e.g '.foo .bar .grid' and '.grid') + var idx = splitSelectorArrA[0].reduce(function (res, _ref12, index) { + var item = _ref12[0]; + var firstSelectorPart = splitSelectorArrB[0][0][0]; + + if (item === firstSelectorPart) { + return index; + } + + return false; + }, false); + + if (idx) { + result = splitSelectorArrB[0].every(function (arr, index) { + return arr.every(function (part, innerIndex) { + return (// because selectorA has more space elements, we need to slice + // selectorA array by 'idx' number to compare them + splitSelectorArrA[0].slice(idx)[index][innerIndex] === part + ); + }); + }); + } + } else { + // if selectorA has the same descendant specificity as selectorB + // this condition covers cases such as: '.grid.foo.bar' and '.grid' + result = splitSelectorArrB.some(function (byCommaArr) { + return byCommaArr.every(function (bySpaceArr, index) { + return bySpaceArr.every(function (part, innerIndex) { + return splitSelectorArrA[0][index][innerIndex] === part; + }); + }); + }); + } + + return result; +} +/** + * inherit grid gap values from the closest rule above + * with the same selector + * @param {Declaration} decl + * @param {Object} gap gap values + * @return {Object | Boolean} return gap values or false (if not found) + */ + + +function inheritGridGap(decl, gap) { + var rule = decl.parent; + var mediaRule = getParentMedia(rule); + var root = rule.root(); // get an array of selector split in 3-deep array + + var splitSelectorArr = splitSelector(rule.selector); // abort if the rule already has gaps + + if (Object.keys(gap).length > 0) { + return false; + } // e.g ['min-width'] + + + var _parseMediaParams = parseMediaParams(mediaRule.params), + prop = _parseMediaParams[0]; + + var lastBySpace = splitSelectorArr[0]; // get escaped value from the selector + // if we have '.grid-2.foo.bar' selector, will be '\.grid\-2' + + var escaped = escapeRegexp(lastBySpace[lastBySpace.length - 1][0]); + var regexp = new RegExp("(" + escaped + "$)|(" + escaped + "[,.])"); // find the closest rule with the same selector + + var closestRuleGap; + root.walkRules(regexp, function (r) { + var gridGap; // abort if are checking the same rule + + if (rule.toString() === r.toString()) { + return false; + } // find grid-gap values + + + r.walkDecls('grid-gap', function (d) { + return gridGap = getGridGap(d); + }); // skip rule without gaps + + if (!gridGap || Object.keys(gridGap).length === 0) { + return true; + } // skip rules that should not be inherited from + + + if (!shouldInheritGap(rule.selector, r.selector)) { + return true; + } + + var media = getParentMedia(r); + + if (media) { + // if we are inside media, we need to check that media props match + // e.g ('min-width' === 'min-width') + var propToCompare = parseMediaParams(media.params)[0]; + + if (propToCompare === prop) { + closestRuleGap = gridGap; + return true; + } + } else { + closestRuleGap = gridGap; + return true; + } + + return undefined; + }); // if we find the closest gap object + + if (closestRuleGap && Object.keys(closestRuleGap).length > 0) { + return closestRuleGap; + } + + return false; +} + +function warnGridGap(_ref13) { + var gap = _ref13.gap, + hasColumns = _ref13.hasColumns, + decl = _ref13.decl, + result = _ref13.result; + var hasBothGaps = gap.row && gap.column; + + if (!hasColumns && (hasBothGaps || gap.column && !gap.row)) { + delete gap.column; + decl.warn(result, 'Can not impliment grid-gap without grid-tamplate-columns'); + } +} +/** + * normalize the grid-template-rows/columns values + * @param {String} str grid-template-rows/columns value + * @return {Array} normalized array with values + * @example + * let normalized = normalizeRowColumn('1fr repeat(2, 20px 50px) 1fr') + * normalized // <= ['1fr', '20px', '50px', '20px', '50px', '1fr'] + */ + + +function normalizeRowColumn(str) { + var normalized = parser(str).nodes.reduce(function (result, node) { + if (node.type === 'function' && node.value === 'repeat') { + var key = 'count'; + + var _node$nodes$reduce = node.nodes.reduce(function (acc, n) { + if (n.type === 'word' && key === 'count') { + acc[0] = Math.abs(parseInt(n.value)); + return acc; + } + + if (n.type === 'div' && n.value === ',') { + key = 'value'; + return acc; + } + + if (key === 'value') { + acc[1] += parser.stringify(n); + } + + return acc; + }, [0, '']), + count = _node$nodes$reduce[0], + value = _node$nodes$reduce[1]; + + if (count) { + for (var i = 0; i < count; i++) { + result.push(value); + } + } + + return result; + } + + if (node.type === 'space') { + return result; + } + + return result.concat(parser.stringify(node)); + }, []); + return normalized; +} +/** + * Autoplace grid items + * @param {Declaration} decl + * @param {Result} result + * @param {Object} gap gap values + * @param {String} autoflowValue grid-auto-flow value + * @return {void} + * @see https://github.com/postcss/autoprefixer/issues/1148 + */ + + +function autoplaceGridItems(decl, result, gap, autoflowValue) { + if (autoflowValue === void 0) { + autoflowValue = 'row'; + } + + var parent = decl.parent; + var rowDecl = parent.nodes.find(function (i) { + return i.prop === 'grid-template-rows'; + }); + var rows = normalizeRowColumn(rowDecl.value); + var columns = normalizeRowColumn(decl.value); // Build array of area names with dummy values. If we have 3 columns and + // 2 rows, filledRows will be equal to ['1 2 3', '4 5 6'] + + var filledRows = rows.map(function (_, rowIndex) { + return Array.from({ + length: columns.length + }, function (v, k) { + return k + rowIndex * columns.length + 1; + }).join(' '); + }); + var areas = parseGridAreas({ + rows: filledRows, + gap: gap + }); + var keys = Object.keys(areas); + var items = keys.map(function (i) { + return areas[i]; + }); // Change the order of cells if grid-auto-flow value is 'column' + + if (autoflowValue.includes('column')) { + items = items.sort(function (a, b) { + return a.column.start - b.column.start; + }); + } // Insert new rules + + + items.reverse().forEach(function (item, index) { + var column = item.column, + row = item.row; + var nodeSelector = parent.selectors.map(function (sel) { + return sel + (" > *:nth-child(" + (keys.length - index) + ")"); + }).join(', '); // create new rule + + var node = parent.clone().removeAll(); // change rule selector + + node.selector = nodeSelector; // insert prefixed row/column values + + node.append({ + prop: '-ms-grid-row', + value: row.start + }); + node.append({ + prop: '-ms-grid-column', + value: column.start + }); // insert rule + + parent.after(node); + }); + return undefined; +} + +module.exports = { + parse: parse, + translate: translate, + parseTemplate: parseTemplate, + parseGridAreas: parseGridAreas, + warnMissedAreas: warnMissedAreas, + insertAreas: insertAreas, + insertDecl: insertDecl, + prefixTrackProp: prefixTrackProp, + prefixTrackValue: prefixTrackValue, + getGridGap: getGridGap, + warnGridGap: warnGridGap, + warnTemplateSelectorNotFound: warnTemplateSelectorNotFound, + warnIfGridRowColumnExists: warnIfGridRowColumnExists, + inheritGridGap: inheritGridGap, + autoplaceGridItems: autoplaceGridItems +}; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/image-rendering.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/image-rendering.js new file mode 100644 index 0000000..d6de83c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/image-rendering.js @@ -0,0 +1,73 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var ImageRendering = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(ImageRendering, _Declaration); + + function ImageRendering() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = ImageRendering.prototype; + + /** + * Add hack only for crisp-edges + */ + _proto.check = function check(decl) { + return decl.value === 'pixelated'; + } + /** + * Change property name for IE + */ + ; + + _proto.prefixed = function prefixed(prop, prefix) { + if (prefix === '-ms-') { + return '-ms-interpolation-mode'; + } + + return _Declaration.prototype.prefixed.call(this, prop, prefix); + } + /** + * Change property and value for IE + */ + ; + + _proto.set = function set(decl, prefix) { + if (prefix !== '-ms-') return _Declaration.prototype.set.call(this, decl, prefix); + decl.prop = '-ms-interpolation-mode'; + decl.value = 'nearest-neighbor'; + return decl; + } + /** + * Return property name by spec + */ + ; + + _proto.normalize = function normalize() { + return 'image-rendering'; + } + /** + * Warn on old value + */ + ; + + _proto.process = function process(node, result) { + return _Declaration.prototype.process.call(this, node, result); + }; + + return ImageRendering; +}(Declaration); + +_defineProperty(ImageRendering, "names", ['image-rendering', 'interpolation-mode']); + +module.exports = ImageRendering; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/image-set.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/image-set.js new file mode 100644 index 0000000..2263aaf --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/image-set.js @@ -0,0 +1,40 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Value = require('../value'); + +var ImageSet = +/*#__PURE__*/ +function (_Value) { + _inheritsLoose(ImageSet, _Value); + + function ImageSet() { + return _Value.apply(this, arguments) || this; + } + + var _proto = ImageSet.prototype; + + /** + * Use non-standard name for WebKit and Firefox + */ + _proto.replace = function replace(string, prefix) { + var fixed = _Value.prototype.replace.call(this, string, prefix); + + if (prefix === '-webkit-') { + fixed = fixed.replace(/("[^"]+"|'[^']+')(\s+\d+\w)/gi, 'url($1)$2'); + } + + return fixed; + }; + + return ImageSet; +}(Value); + +_defineProperty(ImageSet, "names", ['image-set']); + +module.exports = ImageSet; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/inline-logical.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/inline-logical.js new file mode 100644 index 0000000..819f14a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/inline-logical.js @@ -0,0 +1,42 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var InlineLogical = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(InlineLogical, _Declaration); + + function InlineLogical() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = InlineLogical.prototype; + + /** + * Use old syntax for -moz- and -webkit- + */ + _proto.prefixed = function prefixed(prop, prefix) { + return prefix + prop.replace('-inline', ''); + } + /** + * Return property name by spec + */ + ; + + _proto.normalize = function normalize(prop) { + return prop.replace(/(margin|padding|border)-(start|end)/, '$1-inline-$2'); + }; + + return InlineLogical; +}(Declaration); + +_defineProperty(InlineLogical, "names", ['border-inline-start', 'border-inline-end', 'margin-inline-start', 'margin-inline-end', 'padding-inline-start', 'padding-inline-end', 'border-start', 'border-end', 'margin-start', 'margin-end', 'padding-start', 'padding-end']); + +module.exports = InlineLogical; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/intrinsic.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/intrinsic.js new file mode 100644 index 0000000..59367c0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/intrinsic.js @@ -0,0 +1,76 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var OldValue = require('../old-value'); + +var Value = require('../value'); + +function _regexp(name) { + return new RegExp("(^|[\\s,(])(" + name + "($|[\\s),]))", 'gi'); +} + +var Intrinsic = +/*#__PURE__*/ +function (_Value) { + _inheritsLoose(Intrinsic, _Value); + + function Intrinsic() { + return _Value.apply(this, arguments) || this; + } + + var _proto = Intrinsic.prototype; + + _proto.regexp = function regexp() { + if (!this.regexpCache) this.regexpCache = _regexp(this.name); + return this.regexpCache; + }; + + _proto.isStretch = function isStretch() { + return this.name === 'stretch' || this.name === 'fill' || this.name === 'fill-available'; + }; + + _proto.replace = function replace(string, prefix) { + if (prefix === '-moz-' && this.isStretch()) { + return string.replace(this.regexp(), '$1-moz-available$3'); + } + + if (prefix === '-webkit-' && this.isStretch()) { + return string.replace(this.regexp(), '$1-webkit-fill-available$3'); + } + + return _Value.prototype.replace.call(this, string, prefix); + }; + + _proto.old = function old(prefix) { + var prefixed = prefix + this.name; + + if (this.isStretch()) { + if (prefix === '-moz-') { + prefixed = '-moz-available'; + } else if (prefix === '-webkit-') { + prefixed = '-webkit-fill-available'; + } + } + + return new OldValue(this.name, prefixed, prefixed, _regexp(prefixed)); + }; + + _proto.add = function add(decl, prefix) { + if (decl.prop.indexOf('grid') !== -1 && prefix !== '-webkit-') { + return undefined; + } + + return _Value.prototype.add.call(this, decl, prefix); + }; + + return Intrinsic; +}(Value); + +_defineProperty(Intrinsic, "names", ['max-content', 'min-content', 'fit-content', 'fill', 'fill-available', 'stretch']); + +module.exports = Intrinsic; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/justify-content.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/justify-content.js new file mode 100644 index 0000000..4bf968c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/justify-content.js @@ -0,0 +1,88 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var flexSpec = require('./flex-spec'); + +var Declaration = require('../declaration'); + +var JustifyContent = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(JustifyContent, _Declaration); + + function JustifyContent() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = JustifyContent.prototype; + + _proto.prefixed = function prefixed(prop, prefix) { + var spec; + + var _flexSpec = flexSpec(prefix); + + spec = _flexSpec[0]; + prefix = _flexSpec[1]; + + if (spec === 2009) { + return prefix + 'box-pack'; + } + + if (spec === 2012) { + return prefix + 'flex-pack'; + } + + return _Declaration.prototype.prefixed.call(this, prop, prefix); + } + /** + * Return property name by final spec + */ + ; + + _proto.normalize = function normalize() { + return 'justify-content'; + } + /** + * Change value for 2009 and 2012 specs + */ + ; + + _proto.set = function set(decl, prefix) { + var spec = flexSpec(prefix)[0]; + + if (spec === 2009 || spec === 2012) { + var value = JustifyContent.oldValues[decl.value] || decl.value; + decl.value = value; + + if (spec !== 2009 || value !== 'distribute') { + return _Declaration.prototype.set.call(this, decl, prefix); + } + } else if (spec === 'final') { + return _Declaration.prototype.set.call(this, decl, prefix); + } + + return undefined; + }; + + return JustifyContent; +}(Declaration); + +_defineProperty(JustifyContent, "names", ['justify-content', 'flex-pack', 'box-pack']); + +_defineProperty(JustifyContent, "oldValues", { + 'flex-end': 'end', + 'flex-start': 'start', + 'space-between': 'justify', + 'space-around': 'distribute' + /** + * Change property name for 2009 and 2012 specs + */ + +}); + +module.exports = JustifyContent; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/mask-border.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/mask-border.js new file mode 100644 index 0000000..751615a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/mask-border.js @@ -0,0 +1,48 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var MaskBorder = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(MaskBorder, _Declaration); + + function MaskBorder() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = MaskBorder.prototype; + + /** + * Return property name by final spec + */ + _proto.normalize = function normalize() { + return this.name.replace('box-image', 'border'); + } + /** + * Return flex property for 2012 spec + */ + ; + + _proto.prefixed = function prefixed(prop, prefix) { + var result = _Declaration.prototype.prefixed.call(this, prop, prefix); + + if (prefix === '-webkit-') { + result = result.replace('border', 'box-image'); + } + + return result; + }; + + return MaskBorder; +}(Declaration); + +_defineProperty(MaskBorder, "names", ['mask-border', 'mask-border-source', 'mask-border-slice', 'mask-border-width', 'mask-border-outset', 'mask-border-repeat', 'mask-box-image', 'mask-box-image-source', 'mask-box-image-slice', 'mask-box-image-width', 'mask-box-image-outset', 'mask-box-image-repeat']); + +module.exports = MaskBorder; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/order.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/order.js new file mode 100644 index 0000000..1226a41 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/order.js @@ -0,0 +1,74 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var flexSpec = require('./flex-spec'); + +var Declaration = require('../declaration'); + +var Order = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(Order, _Declaration); + + function Order() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = Order.prototype; + + /** + * Change property name for 2009 and 2012 specs + */ + _proto.prefixed = function prefixed(prop, prefix) { + var spec; + + var _flexSpec = flexSpec(prefix); + + spec = _flexSpec[0]; + prefix = _flexSpec[1]; + + if (spec === 2009) { + return prefix + 'box-ordinal-group'; + } + + if (spec === 2012) { + return prefix + 'flex-order'; + } + + return _Declaration.prototype.prefixed.call(this, prop, prefix); + } + /** + * Return property name by final spec + */ + ; + + _proto.normalize = function normalize() { + return 'order'; + } + /** + * Fix value for 2009 spec + */ + ; + + _proto.set = function set(decl, prefix) { + var spec = flexSpec(prefix)[0]; + + if (spec === 2009 && /\d/.test(decl.value)) { + decl.value = (parseInt(decl.value) + 1).toString(); + return _Declaration.prototype.set.call(this, decl, prefix); + } + + return _Declaration.prototype.set.call(this, decl, prefix); + }; + + return Order; +}(Declaration); + +_defineProperty(Order, "names", ['order', 'flex-order', 'box-ordinal-group']); + +module.exports = Order; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/overscroll-behavior.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/overscroll-behavior.js new file mode 100644 index 0000000..be58e9e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/overscroll-behavior.js @@ -0,0 +1,56 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var OverscrollBehavior = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(OverscrollBehavior, _Declaration); + + function OverscrollBehavior() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = OverscrollBehavior.prototype; + + /** + * Change property name for IE + */ + _proto.prefixed = function prefixed(prop, prefix) { + return prefix + 'scroll-chaining'; + } + /** + * Return property name by spec + */ + ; + + _proto.normalize = function normalize() { + return 'overscroll-behavior'; + } + /** + * Change value for IE + */ + ; + + _proto.set = function set(decl, prefix) { + if (decl.value === 'auto') { + decl.value = 'chained'; + } else if (decl.value === 'none' || decl.value === 'contain') { + decl.value = 'none'; + } + + return _Declaration.prototype.set.call(this, decl, prefix); + }; + + return OverscrollBehavior; +}(Declaration); + +_defineProperty(OverscrollBehavior, "names", ['overscroll-behavior', 'scroll-chaining']); + +module.exports = OverscrollBehavior; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/pixelated.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/pixelated.js new file mode 100644 index 0000000..3e0b906 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/pixelated.js @@ -0,0 +1,60 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var OldValue = require('../old-value'); + +var Value = require('../value'); + +var Pixelated = +/*#__PURE__*/ +function (_Value) { + _inheritsLoose(Pixelated, _Value); + + function Pixelated() { + return _Value.apply(this, arguments) || this; + } + + var _proto = Pixelated.prototype; + + /** + * Use non-standard name for WebKit and Firefox + */ + _proto.replace = function replace(string, prefix) { + if (prefix === '-webkit-') { + return string.replace(this.regexp(), '$1-webkit-optimize-contrast'); + } + + if (prefix === '-moz-') { + return string.replace(this.regexp(), '$1-moz-crisp-edges'); + } + + return _Value.prototype.replace.call(this, string, prefix); + } + /** + * Different name for WebKit and Firefox + */ + ; + + _proto.old = function old(prefix) { + if (prefix === '-webkit-') { + return new OldValue(this.name, '-webkit-optimize-contrast'); + } + + if (prefix === '-moz-') { + return new OldValue(this.name, '-moz-crisp-edges'); + } + + return _Value.prototype.old.call(this, prefix); + }; + + return Pixelated; +}(Value); + +_defineProperty(Pixelated, "names", ['pixelated']); + +module.exports = Pixelated; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/place-self.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/place-self.js new file mode 100644 index 0000000..dc517ad --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/place-self.js @@ -0,0 +1,57 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var utils = require('./grid-utils'); + +var PlaceSelf = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(PlaceSelf, _Declaration); + + function PlaceSelf() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = PlaceSelf.prototype; + + /** + * Translate place-self to separate -ms- prefixed properties + */ + _proto.insert = function insert(decl, prefix, prefixes) { + if (prefix !== '-ms-') return _Declaration.prototype.insert.call(this, decl, prefix, prefixes); // prevent doubling of prefixes + + if (decl.parent.some(function (i) { + return i.prop === '-ms-grid-row-align'; + })) { + return undefined; + } + + var _utils$parse = utils.parse(decl), + _utils$parse$ = _utils$parse[0], + first = _utils$parse$[0], + second = _utils$parse$[1]; + + if (second) { + utils.insertDecl(decl, 'grid-row-align', first); + utils.insertDecl(decl, 'grid-column-align', second); + } else { + utils.insertDecl(decl, 'grid-row-align', first); + utils.insertDecl(decl, 'grid-column-align', first); + } + + return undefined; + }; + + return PlaceSelf; +}(Declaration); + +_defineProperty(PlaceSelf, "names", ['place-self']); + +module.exports = PlaceSelf; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/placeholder.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/placeholder.js new file mode 100644 index 0000000..d84026f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/placeholder.js @@ -0,0 +1,58 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Selector = require('../selector'); + +var Placeholder = +/*#__PURE__*/ +function (_Selector) { + _inheritsLoose(Placeholder, _Selector); + + function Placeholder() { + return _Selector.apply(this, arguments) || this; + } + + var _proto = Placeholder.prototype; + + /** + * Add old mozilla to possible prefixes + */ + _proto.possible = function possible() { + return _Selector.prototype.possible.call(this).concat(['-moz- old', '-ms- old']); + } + /** + * Return different selectors depend on prefix + */ + ; + + _proto.prefixed = function prefixed(prefix) { + if (prefix === '-webkit-') { + return '::-webkit-input-placeholder'; + } + + if (prefix === '-ms-') { + return '::-ms-input-placeholder'; + } + + if (prefix === '-ms- old') { + return ':-ms-input-placeholder'; + } + + if (prefix === '-moz- old') { + return ':-moz-placeholder'; + } + + return "::" + prefix + "placeholder"; + }; + + return Placeholder; +}(Selector); + +_defineProperty(Placeholder, "names", ['::placeholder']); + +module.exports = Placeholder; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/text-decoration.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/text-decoration.js new file mode 100644 index 0000000..40e0056 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/text-decoration.js @@ -0,0 +1,38 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var BASIC = ['none', 'underline', 'overline', 'line-through', 'blink', 'inherit', 'initial', 'unset']; + +var TextDecoration = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(TextDecoration, _Declaration); + + function TextDecoration() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = TextDecoration.prototype; + + /** + * Do not add prefixes for basic values. + */ + _proto.check = function check(decl) { + return decl.value.split(/\s+/).some(function (i) { + return BASIC.indexOf(i) === -1; + }); + }; + + return TextDecoration; +}(Declaration); + +_defineProperty(TextDecoration, "names", ['text-decoration']); + +module.exports = TextDecoration; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/text-emphasis-position.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/text-emphasis-position.js new file mode 100644 index 0000000..eef1218 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/text-emphasis-position.js @@ -0,0 +1,35 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var TextEmphasisPosition = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(TextEmphasisPosition, _Declaration); + + function TextEmphasisPosition() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = TextEmphasisPosition.prototype; + + _proto.set = function set(decl, prefix) { + if (prefix === '-webkit-') { + decl.value = decl.value.replace(/\s*(right|left)\s*/i, ''); + } + + return _Declaration.prototype.set.call(this, decl, prefix); + }; + + return TextEmphasisPosition; +}(Declaration); + +_defineProperty(TextEmphasisPosition, "names", ['text-emphasis-position']); + +module.exports = TextEmphasisPosition; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/transform-decl.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/transform-decl.js new file mode 100644 index 0000000..94c5a85 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/transform-decl.js @@ -0,0 +1,112 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var TransformDecl = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(TransformDecl, _Declaration); + + function TransformDecl() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = TransformDecl.prototype; + + /** + * Recursively check all parents for @keyframes + */ + _proto.keyframeParents = function keyframeParents(decl) { + var parent = decl.parent; + + while (parent) { + if (parent.type === 'atrule' && parent.name === 'keyframes') { + return true; + } + + var _parent = parent; + parent = _parent.parent; + } + + return false; + } + /** + * Is transform contain 3D commands + */ + ; + + _proto.contain3d = function contain3d(decl) { + if (decl.prop === 'transform-origin') { + return false; + } + + for (var _iterator = TransformDecl.functions3d, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) { + var _ref; + + if (_isArray) { + if (_i >= _iterator.length) break; + _ref = _iterator[_i++]; + } else { + _i = _iterator.next(); + if (_i.done) break; + _ref = _i.value; + } + + var func = _ref; + + if (decl.value.indexOf(func + "(") !== -1) { + return true; + } + } + + return false; + } + /** + * Replace rotateZ to rotate for IE 9 + */ + ; + + _proto.set = function set(decl, prefix) { + decl = _Declaration.prototype.set.call(this, decl, prefix); + + if (prefix === '-ms-') { + decl.value = decl.value.replace(/rotateZ/gi, 'rotate'); + } + + return decl; + } + /** + * Don't add prefix for IE in keyframes + */ + ; + + _proto.insert = function insert(decl, prefix, prefixes) { + if (prefix === '-ms-') { + if (!this.contain3d(decl) && !this.keyframeParents(decl)) { + return _Declaration.prototype.insert.call(this, decl, prefix, prefixes); + } + } else if (prefix === '-o-') { + if (!this.contain3d(decl)) { + return _Declaration.prototype.insert.call(this, decl, prefix, prefixes); + } + } else { + return _Declaration.prototype.insert.call(this, decl, prefix, prefixes); + } + + return undefined; + }; + + return TransformDecl; +}(Declaration); + +_defineProperty(TransformDecl, "names", ['transform', 'transform-origin']); + +_defineProperty(TransformDecl, "functions3d", ['matrix3d', 'translate3d', 'translateZ', 'scale3d', 'scaleZ', 'rotate3d', 'rotateX', 'rotateY', 'perspective']); + +module.exports = TransformDecl; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/writing-mode.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/writing-mode.js new file mode 100644 index 0000000..fbdb4f1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/hacks/writing-mode.js @@ -0,0 +1,42 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var Declaration = require('../declaration'); + +var WritingMode = +/*#__PURE__*/ +function (_Declaration) { + _inheritsLoose(WritingMode, _Declaration); + + function WritingMode() { + return _Declaration.apply(this, arguments) || this; + } + + var _proto = WritingMode.prototype; + + _proto.set = function set(decl, prefix) { + if (prefix === '-ms-') { + decl.value = WritingMode.msValues[decl.value] || decl.value; + return _Declaration.prototype.set.call(this, decl, prefix); + } + + return _Declaration.prototype.set.call(this, decl, prefix); + }; + + return WritingMode; +}(Declaration); + +_defineProperty(WritingMode, "names", ['writing-mode']); + +_defineProperty(WritingMode, "msValues", { + 'horizontal-tb': 'lr-tb', + 'vertical-rl': 'tb-rl', + 'vertical-lr': 'tb-lr' +}); + +module.exports = WritingMode; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/info.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/info.js new file mode 100644 index 0000000..c6e1865 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/info.js @@ -0,0 +1,176 @@ +"use strict"; + +var browserslist = require('browserslist'); + +function capitalize(str) { + return str.slice(0, 1).toUpperCase() + str.slice(1); +} + +var NAMES = { + ie: 'IE', + ie_mob: 'IE Mobile', + ios_saf: 'iOS', + op_mini: 'Opera Mini', + op_mob: 'Opera Mobile', + and_chr: 'Chrome for Android', + and_ff: 'Firefox for Android', + and_uc: 'UC for Android' +}; + +function prefix(name, prefixes, note) { + var out = " " + name; + if (note) out += ' *'; + out += ': '; + out += prefixes.map(function (i) { + return i.replace(/^-(.*)-$/g, '$1'); + }).join(', '); + out += '\n'; + return out; +} + +module.exports = function (prefixes) { + if (prefixes.browsers.selected.length === 0) { + return 'No browsers selected'; + } + + var versions = {}; + + for (var _iterator = prefixes.browsers.selected, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) { + var _ref; + + if (_isArray) { + if (_i >= _iterator.length) break; + _ref = _iterator[_i++]; + } else { + _i = _iterator.next(); + if (_i.done) break; + _ref = _i.value; + } + + var _browser = _ref; + + var parts = _browser.split(' '); + + var _name2 = parts[0]; + var version = parts[1]; + _name2 = NAMES[_name2] || capitalize(_name2); + + if (versions[_name2]) { + versions[_name2].push(version); + } else { + versions[_name2] = [version]; + } + } + + var out = 'Browsers:\n'; + + for (var browser in versions) { + var list = versions[browser]; + list = list.sort(function (a, b) { + return parseFloat(b) - parseFloat(a); + }); + out += " " + browser + ": " + list.join(', ') + "\n"; + } + + var coverage = browserslist.coverage(prefixes.browsers.selected); + var round = Math.round(coverage * 100) / 100.0; + out += "\nThese browsers account for " + round + "% of all users globally\n"; + var atrules = []; + + for (var name in prefixes.add) { + var data = prefixes.add[name]; + + if (name[0] === '@' && data.prefixes) { + atrules.push(prefix(name, data.prefixes)); + } + } + + if (atrules.length > 0) { + out += "\nAt-Rules:\n" + atrules.sort().join(''); + } + + var selectors = []; + + for (var _iterator2 = prefixes.add.selectors, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : _iterator2[Symbol.iterator]();;) { + var _ref2; + + if (_isArray2) { + if (_i2 >= _iterator2.length) break; + _ref2 = _iterator2[_i2++]; + } else { + _i2 = _iterator2.next(); + if (_i2.done) break; + _ref2 = _i2.value; + } + + var selector = _ref2; + + if (selector.prefixes) { + selectors.push(prefix(selector.name, selector.prefixes)); + } + } + + if (selectors.length > 0) { + out += "\nSelectors:\n" + selectors.sort().join(''); + } + + var values = []; + var props = []; + var hadGrid = false; + + for (var _name in prefixes.add) { + var _data = prefixes.add[_name]; + + if (_name[0] !== '@' && _data.prefixes) { + var grid = _name.indexOf('grid-') === 0; + if (grid) hadGrid = true; + props.push(prefix(_name, _data.prefixes, grid)); + } + + if (!Array.isArray(_data.values)) { + continue; + } + + for (var _iterator3 = _data.values, _isArray3 = Array.isArray(_iterator3), _i3 = 0, _iterator3 = _isArray3 ? _iterator3 : _iterator3[Symbol.iterator]();;) { + var _ref3; + + if (_isArray3) { + if (_i3 >= _iterator3.length) break; + _ref3 = _iterator3[_i3++]; + } else { + _i3 = _iterator3.next(); + if (_i3.done) break; + _ref3 = _i3.value; + } + + var value = _ref3; + + var _grid = value.name.indexOf('grid') !== -1; + + if (_grid) hadGrid = true; + var string = prefix(value.name, value.prefixes, _grid); + + if (values.indexOf(string) === -1) { + values.push(string); + } + } + } + + if (props.length > 0) { + out += "\nProperties:\n" + props.sort().join(''); + } + + if (values.length > 0) { + out += "\nValues:\n" + values.sort().join(''); + } + + if (hadGrid) { + out += '\n* - Prefixes will be added only on grid: true option.\n'; + } + + if (!atrules.length && !selectors.length && !props.length && !values.length) { + out += '\nAwesome! Your browsers don\'t require any vendor prefixes.' + '\nNow you can remove Autoprefixer from build steps.'; + } + + return out; +}; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/old-selector.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/old-selector.js new file mode 100644 index 0000000..ab71ec5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/old-selector.js @@ -0,0 +1,95 @@ +"use strict"; + +var OldSelector = +/*#__PURE__*/ +function () { + function OldSelector(selector, prefix) { + this.prefix = prefix; + this.prefixed = selector.prefixed(this.prefix); + this.regexp = selector.regexp(this.prefix); + this.prefixeds = selector.possible().map(function (x) { + return [selector.prefixed(x), selector.regexp(x)]; + }); + this.unprefixed = selector.name; + this.nameRegexp = selector.regexp(); + } + /** + * Is rule a hack without unprefixed version bottom + */ + + + var _proto = OldSelector.prototype; + + _proto.isHack = function isHack(rule) { + var index = rule.parent.index(rule) + 1; + var rules = rule.parent.nodes; + + while (index < rules.length) { + var before = rules[index].selector; + + if (!before) { + return true; + } + + if (before.indexOf(this.unprefixed) !== -1 && before.match(this.nameRegexp)) { + return false; + } + + var some = false; + + for (var _iterator = this.prefixeds, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) { + var _ref; + + if (_isArray) { + if (_i >= _iterator.length) break; + _ref = _iterator[_i++]; + } else { + _i = _iterator.next(); + if (_i.done) break; + _ref = _i.value; + } + + var _ref2 = _ref, + string = _ref2[0], + regexp = _ref2[1]; + + if (before.indexOf(string) !== -1 && before.match(regexp)) { + some = true; + break; + } + } + + if (!some) { + return true; + } + + index += 1; + } + + return true; + } + /** + * Does rule contain an unnecessary prefixed selector + */ + ; + + _proto.check = function check(rule) { + if (rule.selector.indexOf(this.prefixed) === -1) { + return false; + } + + if (!rule.selector.match(this.regexp)) { + return false; + } + + if (this.isHack(rule)) { + return false; + } + + return true; + }; + + return OldSelector; +}(); + +module.exports = OldSelector; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/old-value.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/old-value.js new file mode 100644 index 0000000..b1e6801 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/old-value.js @@ -0,0 +1,32 @@ +"use strict"; + +var utils = require('./utils'); + +var OldValue = +/*#__PURE__*/ +function () { + function OldValue(unprefixed, prefixed, string, regexp) { + this.unprefixed = unprefixed; + this.prefixed = prefixed; + this.string = string || prefixed; + this.regexp = regexp || utils.regexp(prefixed); + } + /** + * Check, that value contain old value + */ + + + var _proto = OldValue.prototype; + + _proto.check = function check(value) { + if (value.indexOf(this.string) !== -1) { + return !!value.match(this.regexp); + } + + return false; + }; + + return OldValue; +}(); + +module.exports = OldValue; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/prefixer.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/prefixer.js new file mode 100644 index 0000000..6a1860d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/prefixer.js @@ -0,0 +1,176 @@ +"use strict"; + +var Browsers = require('./browsers'); + +var utils = require('./utils'); + +var vendor = require('postcss').vendor; +/** + * Recursively clone objects + */ + + +function _clone(obj, parent) { + var cloned = new obj.constructor(); + + var _arr = Object.keys(obj || {}); + + for (var _i = 0; _i < _arr.length; _i++) { + var i = _arr[_i]; + var value = obj[i]; + + if (i === 'parent' && typeof value === 'object') { + if (parent) { + cloned[i] = parent; + } + } else if (i === 'source' || i === null) { + cloned[i] = value; + } else if (value instanceof Array) { + cloned[i] = value.map(function (x) { + return _clone(x, cloned); + }); + } else if (i !== '_autoprefixerPrefix' && i !== '_autoprefixerValues') { + if (typeof value === 'object' && value !== null) { + value = _clone(value, cloned); + } + + cloned[i] = value; + } + } + + return cloned; +} + +var Prefixer = +/*#__PURE__*/ +function () { + /** + * Add hack to selected names + */ + Prefixer.hack = function hack(klass) { + var _this = this; + + if (!this.hacks) { + this.hacks = {}; + } + + return klass.names.map(function (name) { + _this.hacks[name] = klass; + return _this.hacks[name]; + }); + } + /** + * Load hacks for some names + */ + ; + + Prefixer.load = function load(name, prefixes, all) { + var Klass = this.hacks && this.hacks[name]; + + if (Klass) { + return new Klass(name, prefixes, all); + } else { + return new this(name, prefixes, all); + } + } + /** + * Clone node and clean autprefixer custom caches + */ + ; + + Prefixer.clone = function clone(node, overrides) { + var cloned = _clone(node); + + for (var name in overrides) { + cloned[name] = overrides[name]; + } + + return cloned; + }; + + function Prefixer(name, prefixes, all) { + this.prefixes = prefixes; + this.name = name; + this.all = all; + } + /** + * Find prefix in node parents + */ + + + var _proto = Prefixer.prototype; + + _proto.parentPrefix = function parentPrefix(node) { + var prefix; + + if (typeof node._autoprefixerPrefix !== 'undefined') { + prefix = node._autoprefixerPrefix; + } else if (node.type === 'decl' && node.prop[0] === '-') { + prefix = vendor.prefix(node.prop); + } else if (node.type === 'root') { + prefix = false; + } else if (node.type === 'rule' && node.selector.indexOf(':-') !== -1 && /:(-\w+-)/.test(node.selector)) { + prefix = node.selector.match(/:(-\w+-)/)[1]; + } else if (node.type === 'atrule' && node.name[0] === '-') { + prefix = vendor.prefix(node.name); + } else { + prefix = this.parentPrefix(node.parent); + } + + if (Browsers.prefixes().indexOf(prefix) === -1) { + prefix = false; + } + + node._autoprefixerPrefix = prefix; + return node._autoprefixerPrefix; + } + /** + * Clone node with prefixes + */ + ; + + _proto.process = function process(node, result) { + if (!this.check(node)) { + return undefined; + } + + var parent = this.parentPrefix(node); + var prefixes = this.prefixes.filter(function (prefix) { + return !parent || parent === utils.removeNote(prefix); + }); + var added = []; + + for (var _iterator = prefixes, _isArray = Array.isArray(_iterator), _i2 = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) { + var _ref; + + if (_isArray) { + if (_i2 >= _iterator.length) break; + _ref = _iterator[_i2++]; + } else { + _i2 = _iterator.next(); + if (_i2.done) break; + _ref = _i2.value; + } + + var prefix = _ref; + + if (this.add(node, prefix, added.concat([prefix]), result)) { + added.push(prefix); + } + } + + return added; + } + /** + * Shortcut for Prefixer.clone + */ + ; + + _proto.clone = function clone(node, overrides) { + return Prefixer.clone(node, overrides); + }; + + return Prefixer; +}(); + +module.exports = Prefixer; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/prefixes.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/prefixes.js new file mode 100644 index 0000000..355f970 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/prefixes.js @@ -0,0 +1,539 @@ +"use strict"; + +var Declaration = require('./declaration'); + +var Resolution = require('./resolution'); + +var Transition = require('./transition'); + +var Processor = require('./processor'); + +var Supports = require('./supports'); + +var Browsers = require('./browsers'); + +var Selector = require('./selector'); + +var AtRule = require('./at-rule'); + +var Value = require('./value'); + +var utils = require('./utils'); + +var vendor = require('postcss').vendor; + +Selector.hack(require('./hacks/fullscreen')); +Selector.hack(require('./hacks/placeholder')); +Declaration.hack(require('./hacks/flex')); +Declaration.hack(require('./hacks/order')); +Declaration.hack(require('./hacks/filter')); +Declaration.hack(require('./hacks/grid-end')); +Declaration.hack(require('./hacks/animation')); +Declaration.hack(require('./hacks/flex-flow')); +Declaration.hack(require('./hacks/flex-grow')); +Declaration.hack(require('./hacks/flex-wrap')); +Declaration.hack(require('./hacks/grid-area')); +Declaration.hack(require('./hacks/grid-start')); +Declaration.hack(require('./hacks/align-self')); +Declaration.hack(require('./hacks/appearance')); +Declaration.hack(require('./hacks/flex-basis')); +Declaration.hack(require('./hacks/mask-border')); +Declaration.hack(require('./hacks/align-items')); +Declaration.hack(require('./hacks/flex-shrink')); +Declaration.hack(require('./hacks/break-props')); +Declaration.hack(require('./hacks/writing-mode')); +Declaration.hack(require('./hacks/border-image')); +Declaration.hack(require('./hacks/align-content')); +Declaration.hack(require('./hacks/border-radius')); +Declaration.hack(require('./hacks/block-logical')); +Declaration.hack(require('./hacks/grid-template')); +Declaration.hack(require('./hacks/inline-logical')); +Declaration.hack(require('./hacks/grid-row-align')); +Declaration.hack(require('./hacks/transform-decl')); +Declaration.hack(require('./hacks/flex-direction')); +Declaration.hack(require('./hacks/image-rendering')); +Declaration.hack(require('./hacks/background-clip')); +Declaration.hack(require('./hacks/text-decoration')); +Declaration.hack(require('./hacks/justify-content')); +Declaration.hack(require('./hacks/background-size')); +Declaration.hack(require('./hacks/grid-row-column')); +Declaration.hack(require('./hacks/grid-rows-columns')); +Declaration.hack(require('./hacks/grid-column-align')); +Declaration.hack(require('./hacks/overscroll-behavior')); +Declaration.hack(require('./hacks/grid-template-areas')); +Declaration.hack(require('./hacks/text-emphasis-position')); +Declaration.hack(require('./hacks/color-adjust')); +Declaration.hack(require('./hacks/place-self')); +Value.hack(require('./hacks/gradient')); +Value.hack(require('./hacks/intrinsic')); +Value.hack(require('./hacks/pixelated')); +Value.hack(require('./hacks/image-set')); +Value.hack(require('./hacks/cross-fade')); +Value.hack(require('./hacks/display-flex')); +Value.hack(require('./hacks/display-grid')); +Value.hack(require('./hacks/filter-value')); +var declsCache = {}; + +var Prefixes = +/*#__PURE__*/ +function () { + function Prefixes(data, browsers, options) { + if (options === void 0) { + options = {}; + } + + this.data = data; + this.browsers = browsers; + this.options = options; + + var _this$preprocess = this.preprocess(this.select(this.data)); + + this.add = _this$preprocess[0]; + this.remove = _this$preprocess[1]; + this.transition = new Transition(this); + this.processor = new Processor(this); + } + /** + * Return clone instance to remove all prefixes + */ + + + var _proto = Prefixes.prototype; + + _proto.cleaner = function cleaner() { + if (this.cleanerCache) { + return this.cleanerCache; + } + + if (this.browsers.selected.length) { + var empty = new Browsers(this.browsers.data, []); + this.cleanerCache = new Prefixes(this.data, empty, this.options); + } else { + return this; + } + + return this.cleanerCache; + } + /** + * Select prefixes from data, which is necessary for selected browsers + */ + ; + + _proto.select = function select(list) { + var _this = this; + + var selected = { + add: {}, + remove: {} + }; + + var _loop = function _loop(name) { + var data = list[name]; + var add = data.browsers.map(function (i) { + var params = i.split(' '); + return { + browser: params[0] + " " + params[1], + note: params[2] + }; + }); + var notes = add.filter(function (i) { + return i.note; + }).map(function (i) { + return _this.browsers.prefix(i.browser) + " " + i.note; + }); + notes = utils.uniq(notes); + add = add.filter(function (i) { + return _this.browsers.isSelected(i.browser); + }).map(function (i) { + var prefix = _this.browsers.prefix(i.browser); + + if (i.note) { + return prefix + " " + i.note; + } else { + return prefix; + } + }); + add = _this.sort(utils.uniq(add)); + + if (_this.options.flexbox === 'no-2009') { + add = add.filter(function (i) { + return i.indexOf('2009') === -1; + }); + } + + var all = data.browsers.map(function (i) { + return _this.browsers.prefix(i); + }); + + if (data.mistakes) { + all = all.concat(data.mistakes); + } + + all = all.concat(notes); + all = utils.uniq(all); + + if (add.length) { + selected.add[name] = add; + + if (add.length < all.length) { + selected.remove[name] = all.filter(function (i) { + return add.indexOf(i) === -1; + }); + } + } else { + selected.remove[name] = all; + } + }; + + for (var name in list) { + _loop(name); + } + + return selected; + } + /** + * Sort vendor prefixes + */ + ; + + _proto.sort = function sort(prefixes) { + return prefixes.sort(function (a, b) { + var aLength = utils.removeNote(a).length; + var bLength = utils.removeNote(b).length; + + if (aLength === bLength) { + return b.length - a.length; + } else { + return bLength - aLength; + } + }); + } + /** + * Cache prefixes data to fast CSS processing + */ + ; + + _proto.preprocess = function preprocess(selected) { + var add = { + 'selectors': [], + '@supports': new Supports(Prefixes, this) + }; + + for (var name in selected.add) { + var prefixes = selected.add[name]; + + if (name === '@keyframes' || name === '@viewport') { + add[name] = new AtRule(name, prefixes, this); + } else if (name === '@resolution') { + add[name] = new Resolution(name, prefixes, this); + } else if (this.data[name].selector) { + add.selectors.push(Selector.load(name, prefixes, this)); + } else { + var props = this.data[name].props; + + if (props) { + var value = Value.load(name, prefixes, this); + + for (var _iterator = props, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) { + var _ref; + + if (_isArray) { + if (_i >= _iterator.length) break; + _ref = _iterator[_i++]; + } else { + _i = _iterator.next(); + if (_i.done) break; + _ref = _i.value; + } + + var prop = _ref; + + if (!add[prop]) { + add[prop] = { + values: [] + }; + } + + add[prop].values.push(value); + } + } else { + var values = add[name] && add[name].values || []; + add[name] = Declaration.load(name, prefixes, this); + add[name].values = values; + } + } + } + + var remove = { + selectors: [] + }; + + for (var _name in selected.remove) { + var _prefixes = selected.remove[_name]; + + if (this.data[_name].selector) { + var selector = Selector.load(_name, _prefixes); + + for (var _iterator2 = _prefixes, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : _iterator2[Symbol.iterator]();;) { + var _ref2; + + if (_isArray2) { + if (_i2 >= _iterator2.length) break; + _ref2 = _iterator2[_i2++]; + } else { + _i2 = _iterator2.next(); + if (_i2.done) break; + _ref2 = _i2.value; + } + + var prefix = _ref2; + remove.selectors.push(selector.old(prefix)); + } + } else if (_name === '@keyframes' || _name === '@viewport') { + for (var _iterator3 = _prefixes, _isArray3 = Array.isArray(_iterator3), _i3 = 0, _iterator3 = _isArray3 ? _iterator3 : _iterator3[Symbol.iterator]();;) { + var _ref3; + + if (_isArray3) { + if (_i3 >= _iterator3.length) break; + _ref3 = _iterator3[_i3++]; + } else { + _i3 = _iterator3.next(); + if (_i3.done) break; + _ref3 = _i3.value; + } + + var _prefix = _ref3; + + var prefixed = "@" + _prefix + _name.slice(1); + + remove[prefixed] = { + remove: true + }; + } + } else if (_name === '@resolution') { + remove[_name] = new Resolution(_name, _prefixes, this); + } else { + var _props = this.data[_name].props; + + if (_props) { + var _value = Value.load(_name, [], this); + + for (var _iterator4 = _prefixes, _isArray4 = Array.isArray(_iterator4), _i4 = 0, _iterator4 = _isArray4 ? _iterator4 : _iterator4[Symbol.iterator]();;) { + var _ref4; + + if (_isArray4) { + if (_i4 >= _iterator4.length) break; + _ref4 = _iterator4[_i4++]; + } else { + _i4 = _iterator4.next(); + if (_i4.done) break; + _ref4 = _i4.value; + } + + var _prefix2 = _ref4; + + var old = _value.old(_prefix2); + + if (old) { + for (var _iterator5 = _props, _isArray5 = Array.isArray(_iterator5), _i5 = 0, _iterator5 = _isArray5 ? _iterator5 : _iterator5[Symbol.iterator]();;) { + var _ref5; + + if (_isArray5) { + if (_i5 >= _iterator5.length) break; + _ref5 = _iterator5[_i5++]; + } else { + _i5 = _iterator5.next(); + if (_i5.done) break; + _ref5 = _i5.value; + } + + var _prop = _ref5; + + if (!remove[_prop]) { + remove[_prop] = {}; + } + + if (!remove[_prop].values) { + remove[_prop].values = []; + } + + remove[_prop].values.push(old); + } + } + } + } else { + for (var _iterator6 = _prefixes, _isArray6 = Array.isArray(_iterator6), _i6 = 0, _iterator6 = _isArray6 ? _iterator6 : _iterator6[Symbol.iterator]();;) { + var _ref6; + + if (_isArray6) { + if (_i6 >= _iterator6.length) break; + _ref6 = _iterator6[_i6++]; + } else { + _i6 = _iterator6.next(); + if (_i6.done) break; + _ref6 = _i6.value; + } + + var _prefix3 = _ref6; + var olds = this.decl(_name).old(_name, _prefix3); + + if (_name === 'align-self') { + var a = add[_name] && add[_name].prefixes; + + if (a) { + if (_prefix3 === '-webkit- 2009' && a.indexOf('-webkit-') !== -1) { + continue; + } else if (_prefix3 === '-webkit-' && a.indexOf('-webkit- 2009') !== -1) { + continue; + } + } + } + + for (var _iterator7 = olds, _isArray7 = Array.isArray(_iterator7), _i7 = 0, _iterator7 = _isArray7 ? _iterator7 : _iterator7[Symbol.iterator]();;) { + var _ref7; + + if (_isArray7) { + if (_i7 >= _iterator7.length) break; + _ref7 = _iterator7[_i7++]; + } else { + _i7 = _iterator7.next(); + if (_i7.done) break; + _ref7 = _i7.value; + } + + var _prefixed = _ref7; + + if (!remove[_prefixed]) { + remove[_prefixed] = {}; + } + + remove[_prefixed].remove = true; + } + } + } + } + } + + return [add, remove]; + } + /** + * Declaration loader with caching + */ + ; + + _proto.decl = function decl(prop) { + var decl = declsCache[prop]; + + if (decl) { + return decl; + } else { + declsCache[prop] = Declaration.load(prop); + return declsCache[prop]; + } + } + /** + * Return unprefixed version of property + */ + ; + + _proto.unprefixed = function unprefixed(prop) { + var value = this.normalize(vendor.unprefixed(prop)); + + if (value === 'flex-direction') { + value = 'flex-flow'; + } + + return value; + } + /** + * Normalize prefix for remover + */ + ; + + _proto.normalize = function normalize(prop) { + return this.decl(prop).normalize(prop); + } + /** + * Return prefixed version of property + */ + ; + + _proto.prefixed = function prefixed(prop, prefix) { + prop = vendor.unprefixed(prop); + return this.decl(prop).prefixed(prop, prefix); + } + /** + * Return values, which must be prefixed in selected property + */ + ; + + _proto.values = function values(type, prop) { + var data = this[type]; + var global = data['*'] && data['*'].values; + var values = data[prop] && data[prop].values; + + if (global && values) { + return utils.uniq(global.concat(values)); + } else { + return global || values || []; + } + } + /** + * Group declaration by unprefixed property to check them + */ + ; + + _proto.group = function group(decl) { + var _this2 = this; + + var rule = decl.parent; + var index = rule.index(decl); + var length = rule.nodes.length; + var unprefixed = this.unprefixed(decl.prop); + + var checker = function checker(step, callback) { + index += step; + + while (index >= 0 && index < length) { + var other = rule.nodes[index]; + + if (other.type === 'decl') { + if (step === -1 && other.prop === unprefixed) { + if (!Browsers.withPrefix(other.value)) { + break; + } + } + + if (_this2.unprefixed(other.prop) !== unprefixed) { + break; + } else if (callback(other) === true) { + return true; + } + + if (step === +1 && other.prop === unprefixed) { + if (!Browsers.withPrefix(other.value)) { + break; + } + } + } + + index += step; + } + + return false; + }; + + return { + up: function up(callback) { + return checker(-1, callback); + }, + down: function down(callback) { + return checker(+1, callback); + } + }; + }; + + return Prefixes; +}(); + +module.exports = Prefixes; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/processor.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/processor.js new file mode 100644 index 0000000..57be204 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/processor.js @@ -0,0 +1,695 @@ +"use strict"; + +var Value = require('./value'); + +var insertAreas = require('./hacks/grid-utils').insertAreas; + +var OLD_LINEAR = /(^|[^-])linear-gradient\(\s*(top|left|right|bottom)/i; +var OLD_RADIAL = /(^|[^-])radial-gradient\(\s*\d+(\w*|%)\s+\d+(\w*|%)\s*,/i; +var RADIAL_BLOCK = /\(((?:[^)(]+|\((?:[^)(]+|\([^)(]*\))*\))*)\)/i; +var IGNORE_NEXT = /(!\s*)?autoprefixer:\s*ignore\s+next/i; +var GRID_REGEX = /(!\s*)?autoprefixer\s*grid:\s*(on|off|(no-)?autoplace)/i; +var SIZES = ['width', 'height', 'min-width', 'max-width', 'min-height', 'max-height', 'inline-size', 'min-inline-size', 'max-inline-size', 'block-size', 'min-block-size', 'max-block-size']; + +function hasGridTemplate(decl) { + return decl.parent.some(function (i) { + return i.prop === 'grid-template' || i.prop === 'grid-template-areas'; + }); +} + +function hasRowsAndColumns(decl) { + var hasRows = decl.parent.some(function (i) { + return i.prop === 'grid-template-rows'; + }); + var hasColumns = decl.parent.some(function (i) { + return i.prop === 'grid-template-columns'; + }); + return hasRows && hasColumns; +} + +var Processor = +/*#__PURE__*/ +function () { + function Processor(prefixes) { + this.prefixes = prefixes; + } + /** + * Add necessary prefixes + */ + + + var _proto = Processor.prototype; + + _proto.add = function add(css, result) { + var _this = this; + + // At-rules + var resolution = this.prefixes.add['@resolution']; + var keyframes = this.prefixes.add['@keyframes']; + var viewport = this.prefixes.add['@viewport']; + var supports = this.prefixes.add['@supports']; + css.walkAtRules(function (rule) { + if (rule.name === 'keyframes') { + if (!_this.disabled(rule, result)) { + return keyframes && keyframes.process(rule); + } + } else if (rule.name === 'viewport') { + if (!_this.disabled(rule, result)) { + return viewport && viewport.process(rule); + } + } else if (rule.name === 'supports') { + if (_this.prefixes.options.supports !== false && !_this.disabled(rule, result)) { + return supports.process(rule); + } + } else if (rule.name === 'media' && rule.params.indexOf('-resolution') !== -1) { + if (!_this.disabled(rule, result)) { + return resolution && resolution.process(rule); + } + } + + return undefined; + }); // Selectors + + css.walkRules(function (rule) { + if (_this.disabled(rule, result)) return undefined; + return _this.prefixes.add.selectors.map(function (selector) { + return selector.process(rule, result); + }); + }); + + function insideGrid(decl) { + return decl.parent.some(function (subDecl) { + var displayGrid = subDecl.prop === 'display' && /(inline-)?grid/.test(subDecl.value); + var gridTemplate = /^grid-template/.test(subDecl.prop); + var gridGap = /^grid-([A-z]+-)?gap/.test(subDecl.prop); + return displayGrid || gridTemplate || gridGap; + }); + } + + function insideFlex(decl) { + return decl.parent.some(function (subDecl) { + return subDecl.prop === 'display' && /(inline-)?flex/.test(subDecl.value); + }); + } + + var gridPrefixes = this.gridStatus(css, result) && this.prefixes.add['grid-area'] && this.prefixes.add['grid-area'].prefixes; + css.walkDecls(function (decl) { + if (_this.disabledDecl(decl, result)) return undefined; + var parent = decl.parent; + var prop = decl.prop; + var value = decl.value; + + if (prop === 'grid-row-span') { + result.warn('grid-row-span is not part of final Grid Layout. Use grid-row.', { + node: decl + }); + return undefined; + } else if (prop === 'grid-column-span') { + result.warn('grid-column-span is not part of final Grid Layout. Use grid-column.', { + node: decl + }); + return undefined; + } else if (prop === 'display' && value === 'box') { + result.warn('You should write display: flex by final spec ' + 'instead of display: box', { + node: decl + }); + return undefined; + } else if (prop === 'text-emphasis-position') { + if (value === 'under' || value === 'over') { + result.warn('You should use 2 values for text-emphasis-position ' + 'For example, `under left` instead of just `under`.', { + node: decl + }); + } + } else if (/^(align|justify|place)-(items|content)$/.test(prop) && insideFlex(decl)) { + if (value === 'start' || value === 'end') { + result.warn(value + " value has mixed support, consider using " + ("flex-" + value + " instead"), { + node: decl + }); + } + } else { + if (gridPrefixes) { + if (/^(align|justify|place)-items$/.test(prop) && insideGrid(decl)) { + var fixed = prop.replace('-items', '-self'); + result.warn("IE does not support " + prop + " on grid containers. " + ("Try using " + fixed + " on child elements instead: ") + (decl.parent.selector + " > * { " + fixed + ": " + decl.value + " }"), { + node: decl + }); + } else if (/^(align|justify|place)-content$/.test(prop) && insideGrid(decl)) { + result.warn("IE does not support " + decl.prop + " on grid containers", { + node: decl + }); + } else if (prop === 'display' && decl.value === 'contents') { + result.warn('Please do not use display: contents; ' + 'if you have grid setting enabled', { + node: decl + }); + return undefined; + } else if (decl.prop === 'grid-gap') { + var status = _this.gridStatus(decl, result); + + if (status === 'autoplace' && !hasRowsAndColumns(decl) && !hasGridTemplate(decl)) { + result.warn('grid-gap only works if grid-template(-areas) is being ' + 'used or both rows and columns have been declared ' + 'and cells have not been manually ' + 'placed inside the explicit grid', { + node: decl + }); + } else if ((status === true || status === 'no-autoplace') && !hasGridTemplate(decl)) { + result.warn("grid-gap only works if grid-template(-areas) is being used", { + node: decl + }); + } + } else if (prop === 'grid-auto-columns') { + result.warn('grid-auto-columns is not supported by IE', { + node: decl + }); + return undefined; + } else if (prop === 'grid-auto-rows') { + result.warn('grid-auto-rows is not supported by IE', { + node: decl + }); + return undefined; + } else if (prop === 'grid-auto-flow') { + var hasRows = parent.some(function (i) { + return i.prop === 'grid-template-rows'; + }); + var hasCols = parent.some(function (i) { + return i.prop === 'grid-template-columns'; + }); + + if (hasGridTemplate(decl)) { + result.warn('grid-auto-flow is not supported by IE', { + node: decl + }); + } else if (value.includes('dense')) { + result.warn('grid-auto-flow: dense is not supported by IE', { + node: decl + }); + } else if (!hasRows && !hasCols) { + result.warn('grid-auto-flow works only if grid-template-rows and ' + 'grid-template-columns are present in the same rule', { + node: decl + }); + } + + return undefined; + } else if (value.indexOf('auto-fit') !== -1) { + result.warn('auto-fit value is not supported by IE', { + node: decl, + word: 'auto-fit' + }); + return undefined; + } else if (value.indexOf('auto-fill') !== -1) { + result.warn('auto-fill value is not supported by IE', { + node: decl, + word: 'auto-fill' + }); + return undefined; + } + } + + if (value.indexOf('radial-gradient') !== -1) { + if (OLD_RADIAL.test(decl.value)) { + result.warn('Gradient has outdated direction syntax. ' + 'New syntax is like `closest-side at 0 0` ' + 'instead of `0 0, closest-side`.', { + node: decl + }); + } else { + var match = value.match(RADIAL_BLOCK); + + if (match) { + if (/cover/.test(match[1])) { + result.warn('Gradient has outdated direction syntax. ' + 'Replace `cover` to `farthest-corner`.', { + node: decl + }); + } else if (/contain/.test(match[1])) { + result.warn('Gradient has outdated direction syntax. ' + 'Replace `contain` to `closest-side`.', { + node: decl + }); + } + } + } + } + + if (value.indexOf('linear-gradient') !== -1) { + if (OLD_LINEAR.test(value)) { + result.warn('Gradient has outdated direction syntax. ' + 'New syntax is like `to left` instead of `right`.', { + node: decl + }); + } + } + } + + if (SIZES.indexOf(decl.prop) !== -1) { + if (decl.value.indexOf('-fill-available') === -1) { + if (decl.value.indexOf('fill-available') !== -1) { + result.warn('Replace fill-available to stretch, ' + 'because spec had been changed', { + node: decl + }); + } else if (decl.value.indexOf('fill') !== -1) { + result.warn('Replace fill to stretch, because spec had been changed', { + node: decl + }); + } + } + } + + var prefixer; + + if (decl.prop === 'transition' || decl.prop === 'transition-property') { + // Transition + return _this.prefixes.transition.add(decl, result); + } else if (decl.prop === 'align-self') { + // align-self flexbox or grid + var display = _this.displayType(decl); + + if (display !== 'grid' && _this.prefixes.options.flexbox !== false) { + prefixer = _this.prefixes.add['align-self']; + + if (prefixer && prefixer.prefixes) { + prefixer.process(decl); + } + } + + if (display !== 'flex' && _this.gridStatus(decl, result) !== false) { + prefixer = _this.prefixes.add['grid-row-align']; + + if (prefixer && prefixer.prefixes) { + return prefixer.process(decl, result); + } + } + } else if (decl.prop === 'justify-self') { + // justify-self flexbox or grid + var _display = _this.displayType(decl); + + if (_display !== 'flex' && _this.gridStatus(decl, result) !== false) { + prefixer = _this.prefixes.add['grid-column-align']; + + if (prefixer && prefixer.prefixes) { + return prefixer.process(decl, result); + } + } + } else if (decl.prop === 'place-self') { + prefixer = _this.prefixes.add['place-self']; + + if (prefixer && prefixer.prefixes && _this.gridStatus(decl, result) !== false) { + return prefixer.process(decl, result); + } + } else { + // Properties + prefixer = _this.prefixes.add[decl.prop]; + + if (prefixer && prefixer.prefixes) { + return prefixer.process(decl, result); + } + } + + return undefined; + }); // Insert grid-area prefixes. We need to be able to store the different + // rules as a data and hack API is not enough for this + + if (this.gridStatus(css, result)) { + insertAreas(css, this.disabled); + } // Values + + + return css.walkDecls(function (decl) { + if (_this.disabledValue(decl, result)) return; + + var unprefixed = _this.prefixes.unprefixed(decl.prop); + + for (var _iterator = _this.prefixes.values('add', unprefixed), _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) { + var _ref; + + if (_isArray) { + if (_i >= _iterator.length) break; + _ref = _iterator[_i++]; + } else { + _i = _iterator.next(); + if (_i.done) break; + _ref = _i.value; + } + + var value = _ref; + value.process(decl, result); + } + + Value.save(_this.prefixes, decl); + }); + } + /** + * Remove unnecessary pefixes + */ + ; + + _proto.remove = function remove(css, result) { + var _this2 = this; + + // At-rules + var resolution = this.prefixes.remove['@resolution']; + css.walkAtRules(function (rule, i) { + if (_this2.prefixes.remove["@" + rule.name]) { + if (!_this2.disabled(rule, result)) { + rule.parent.removeChild(i); + } + } else if (rule.name === 'media' && rule.params.indexOf('-resolution') !== -1 && resolution) { + resolution.clean(rule); + } + }); // Selectors + + var _loop = function _loop() { + if (_isArray2) { + if (_i2 >= _iterator2.length) return "break"; + _ref2 = _iterator2[_i2++]; + } else { + _i2 = _iterator2.next(); + if (_i2.done) return "break"; + _ref2 = _i2.value; + } + + var checker = _ref2; + css.walkRules(function (rule, i) { + if (checker.check(rule)) { + if (!_this2.disabled(rule, result)) { + rule.parent.removeChild(i); + } + } + }); + }; + + for (var _iterator2 = this.prefixes.remove.selectors, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : _iterator2[Symbol.iterator]();;) { + var _ref2; + + var _ret = _loop(); + + if (_ret === "break") break; + } + + return css.walkDecls(function (decl, i) { + if (_this2.disabled(decl, result)) return; + var rule = decl.parent; + + var unprefixed = _this2.prefixes.unprefixed(decl.prop); // Transition + + + if (decl.prop === 'transition' || decl.prop === 'transition-property') { + _this2.prefixes.transition.remove(decl); + } // Properties + + + if (_this2.prefixes.remove[decl.prop] && _this2.prefixes.remove[decl.prop].remove) { + var notHack = _this2.prefixes.group(decl).down(function (other) { + return _this2.prefixes.normalize(other.prop) === unprefixed; + }); + + if (unprefixed === 'flex-flow') { + notHack = true; + } + + if (notHack && !_this2.withHackValue(decl)) { + if (decl.raw('before').indexOf('\n') > -1) { + _this2.reduceSpaces(decl); + } + + rule.removeChild(i); + return; + } + } // Values + + + for (var _iterator3 = _this2.prefixes.values('remove', unprefixed), _isArray3 = Array.isArray(_iterator3), _i3 = 0, _iterator3 = _isArray3 ? _iterator3 : _iterator3[Symbol.iterator]();;) { + var _ref3; + + if (_isArray3) { + if (_i3 >= _iterator3.length) break; + _ref3 = _iterator3[_i3++]; + } else { + _i3 = _iterator3.next(); + if (_i3.done) break; + _ref3 = _i3.value; + } + + var checker = _ref3; + + if (!checker.check(decl.value)) { + continue; + } + + unprefixed = checker.unprefixed; + + var _notHack = _this2.prefixes.group(decl).down(function (other) { + return other.value.indexOf(unprefixed) !== -1; + }); + + if (_notHack) { + rule.removeChild(i); + return; + } + } + }); + } + /** + * Some rare old values, which is not in standard + */ + ; + + _proto.withHackValue = function withHackValue(decl) { + return decl.prop === '-webkit-background-clip' && decl.value === 'text'; + } + /** + * Check for grid/flexbox options. + */ + ; + + _proto.disabledValue = function disabledValue(node, result) { + if (this.gridStatus(node, result) === false && node.type === 'decl') { + if (node.prop === 'display' && node.value.indexOf('grid') !== -1) { + return true; + } + } + + if (this.prefixes.options.flexbox === false && node.type === 'decl') { + if (node.prop === 'display' && node.value.indexOf('flex') !== -1) { + return true; + } + } + + return this.disabled(node, result); + } + /** + * Check for grid/flexbox options. + */ + ; + + _proto.disabledDecl = function disabledDecl(node, result) { + if (this.gridStatus(node, result) === false && node.type === 'decl') { + if (node.prop.indexOf('grid') !== -1 || node.prop === 'justify-items') { + return true; + } + } + + if (this.prefixes.options.flexbox === false && node.type === 'decl') { + var other = ['order', 'justify-content', 'align-items', 'align-content']; + + if (node.prop.indexOf('flex') !== -1 || other.indexOf(node.prop) !== -1) { + return true; + } + } + + return this.disabled(node, result); + } + /** + * Check for control comment and global options + */ + ; + + _proto.disabled = function disabled(node, result) { + if (!node) return false; + + if (node._autoprefixerDisabled !== undefined) { + return node._autoprefixerDisabled; + } + + if (node.parent) { + var p = node.prev(); + + if (p && p.type === 'comment' && IGNORE_NEXT.test(p.text)) { + node._autoprefixerDisabled = true; + node._autoprefixerSelfDisabled = true; + return true; + } + } + + var value = null; + + if (node.nodes) { + var status; + node.each(function (i) { + if (i.type !== 'comment') return; + + if (/(!\s*)?autoprefixer:\s*(off|on)/i.test(i.text)) { + if (typeof status !== 'undefined') { + result.warn('Second Autoprefixer control comment ' + 'was ignored. Autoprefixer applies control ' + 'comment to whole block, not to next rules.', { + node: i + }); + } else { + status = /on/i.test(i.text); + } + } + }); + + if (status !== undefined) { + value = !status; + } + } + + if (!node.nodes || value === null) { + if (node.parent) { + var isParentDisabled = this.disabled(node.parent, result); + + if (node.parent._autoprefixerSelfDisabled === true) { + value = false; + } else { + value = isParentDisabled; + } + } else { + value = false; + } + } + + node._autoprefixerDisabled = value; + return value; + } + /** + * Normalize spaces in cascade declaration group + */ + ; + + _proto.reduceSpaces = function reduceSpaces(decl) { + var stop = false; + this.prefixes.group(decl).up(function () { + stop = true; + return true; + }); + + if (stop) { + return; + } + + var parts = decl.raw('before').split('\n'); + var prevMin = parts[parts.length - 1].length; + var diff = false; + this.prefixes.group(decl).down(function (other) { + parts = other.raw('before').split('\n'); + var last = parts.length - 1; + + if (parts[last].length > prevMin) { + if (diff === false) { + diff = parts[last].length - prevMin; + } + + parts[last] = parts[last].slice(0, -diff); + other.raws.before = parts.join('\n'); + } + }); + } + /** + * Is it flebox or grid rule + */ + ; + + _proto.displayType = function displayType(decl) { + for (var _iterator4 = decl.parent.nodes, _isArray4 = Array.isArray(_iterator4), _i4 = 0, _iterator4 = _isArray4 ? _iterator4 : _iterator4[Symbol.iterator]();;) { + var _ref4; + + if (_isArray4) { + if (_i4 >= _iterator4.length) break; + _ref4 = _iterator4[_i4++]; + } else { + _i4 = _iterator4.next(); + if (_i4.done) break; + _ref4 = _i4.value; + } + + var i = _ref4; + + if (i.prop !== 'display') { + continue; + } + + if (i.value.indexOf('flex') !== -1) { + return 'flex'; + } + + if (i.value.indexOf('grid') !== -1) { + return 'grid'; + } + } + + return false; + } + /** + * Set grid option via control comment + */ + ; + + _proto.gridStatus = function gridStatus(node, result) { + if (!node) return false; + + if (node._autoprefixerGridStatus !== undefined) { + return node._autoprefixerGridStatus; + } + + var value = null; + + if (node.nodes) { + var status; + node.each(function (i) { + if (i.type !== 'comment') return; + + if (GRID_REGEX.test(i.text)) { + var hasAutoplace = /:\s*autoplace/i.test(i.text); + var noAutoplace = /no-autoplace/i.test(i.text); + + if (typeof status !== 'undefined') { + result.warn("Second Autoprefixer grid control comment was " + 'ignored. Autoprefixer applies control comments to the whole ' + 'block, not to the next rules.', { + node: i + }); + } else if (hasAutoplace) { + status = 'autoplace'; + } else if (noAutoplace) { + status = true; + } else { + status = /on/i.test(i.text); + } + } + }); + + if (status !== undefined) { + value = status; + } + } + + if (node.type === 'atrule' && node.name === 'supports') { + var params = node.params; + + if (params.indexOf('grid') !== -1 && params.indexOf('auto') !== -1) { + value = false; + } + } + + if (!node.nodes || value === null) { + if (node.parent) { + var isParentGrid = this.gridStatus(node.parent, result); + + if (node.parent._autoprefixerSelfDisabled === true) { + value = false; + } else { + value = isParentGrid; + } + } else { + value = this.prefixes.options.grid; + } + } + + node._autoprefixerGridStatus = value; + return value; + }; + + return Processor; +}(); + +module.exports = Processor; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/resolution.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/resolution.js new file mode 100644 index 0000000..da1a891 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/resolution.js @@ -0,0 +1,156 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +var Prefixer = require('./prefixer'); + +var utils = require('./utils'); + +var n2f = require('num2fraction'); + +var REGEXP = /(min|max)-resolution\s*:\s*\d*\.?\d+(dppx|dpi)/gi; +var SPLIT = /(min|max)-resolution(\s*:\s*)(\d*\.?\d+)(dppx|dpi)/i; + +var Resolution = +/*#__PURE__*/ +function (_Prefixer) { + _inheritsLoose(Resolution, _Prefixer); + + function Resolution() { + return _Prefixer.apply(this, arguments) || this; + } + + var _proto = Resolution.prototype; + + /** + * Return prefixed query name + */ + _proto.prefixName = function prefixName(prefix, name) { + if (prefix === '-moz-') { + return name + '--moz-device-pixel-ratio'; + } else { + return prefix + name + '-device-pixel-ratio'; + } + } + /** + * Return prefixed query + */ + ; + + _proto.prefixQuery = function prefixQuery(prefix, name, colon, value, units) { + if (units === 'dpi') { + value = Number(value / 96); + } + + if (prefix === '-o-') { + value = n2f(value); + } + + return this.prefixName(prefix, name) + colon + value; + } + /** + * Remove prefixed queries + */ + ; + + _proto.clean = function clean(rule) { + var _this = this; + + if (!this.bad) { + this.bad = []; + + for (var _iterator = this.prefixes, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) { + var _ref; + + if (_isArray) { + if (_i >= _iterator.length) break; + _ref = _iterator[_i++]; + } else { + _i = _iterator.next(); + if (_i.done) break; + _ref = _i.value; + } + + var prefix = _ref; + this.bad.push(this.prefixName(prefix, 'min')); + this.bad.push(this.prefixName(prefix, 'max')); + } + } + + rule.params = utils.editList(rule.params, function (queries) { + return queries.filter(function (query) { + return _this.bad.every(function (i) { + return query.indexOf(i) === -1; + }); + }); + }); + } + /** + * Add prefixed queries + */ + ; + + _proto.process = function process(rule) { + var _this2 = this; + + var parent = this.parentPrefix(rule); + var prefixes = parent ? [parent] : this.prefixes; + rule.params = utils.editList(rule.params, function (origin, prefixed) { + for (var _iterator2 = origin, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : _iterator2[Symbol.iterator]();;) { + var _ref2; + + if (_isArray2) { + if (_i2 >= _iterator2.length) break; + _ref2 = _iterator2[_i2++]; + } else { + _i2 = _iterator2.next(); + if (_i2.done) break; + _ref2 = _i2.value; + } + + var query = _ref2; + + if (query.indexOf('min-resolution') === -1 && query.indexOf('max-resolution') === -1) { + prefixed.push(query); + continue; + } + + var _loop = function _loop() { + if (_isArray3) { + if (_i3 >= _iterator3.length) return "break"; + _ref3 = _iterator3[_i3++]; + } else { + _i3 = _iterator3.next(); + if (_i3.done) return "break"; + _ref3 = _i3.value; + } + + var prefix = _ref3; + var processed = query.replace(REGEXP, function (str) { + var parts = str.match(SPLIT); + return _this2.prefixQuery(prefix, parts[1], parts[2], parts[3], parts[4]); + }); + prefixed.push(processed); + }; + + for (var _iterator3 = prefixes, _isArray3 = Array.isArray(_iterator3), _i3 = 0, _iterator3 = _isArray3 ? _iterator3 : _iterator3[Symbol.iterator]();;) { + var _ref3; + + var _ret = _loop(); + + if (_ret === "break") break; + } + + prefixed.push(query); + } + + return utils.uniq(prefixed); + }); + }; + + return Resolution; +}(Prefixer); + +module.exports = Resolution; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/selector.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/selector.js new file mode 100644 index 0000000..641024e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/selector.js @@ -0,0 +1,178 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +var OldSelector = require('./old-selector'); + +var Prefixer = require('./prefixer'); + +var Browsers = require('./browsers'); + +var utils = require('./utils'); + +var Selector = +/*#__PURE__*/ +function (_Prefixer) { + _inheritsLoose(Selector, _Prefixer); + + function Selector(name, prefixes, all) { + var _this; + + _this = _Prefixer.call(this, name, prefixes, all) || this; + _this.regexpCache = {}; + return _this; + } + /** + * Is rule selectors need to be prefixed + */ + + + var _proto = Selector.prototype; + + _proto.check = function check(rule) { + if (rule.selector.indexOf(this.name) !== -1) { + return !!rule.selector.match(this.regexp()); + } + + return false; + } + /** + * Return prefixed version of selector + */ + ; + + _proto.prefixed = function prefixed(prefix) { + return this.name.replace(/^([^\w]*)/, "$1" + prefix); + } + /** + * Lazy loadRegExp for name + */ + ; + + _proto.regexp = function regexp(prefix) { + if (this.regexpCache[prefix]) { + return this.regexpCache[prefix]; + } + + var name = prefix ? this.prefixed(prefix) : this.name; + this.regexpCache[prefix] = new RegExp("(^|[^:\"'=])" + utils.escapeRegexp(name), 'gi'); + return this.regexpCache[prefix]; + } + /** + * All possible prefixes + */ + ; + + _proto.possible = function possible() { + return Browsers.prefixes(); + } + /** + * Return all possible selector prefixes + */ + ; + + _proto.prefixeds = function prefixeds(rule) { + if (rule._autoprefixerPrefixeds) { + return rule._autoprefixerPrefixeds; + } + + var prefixeds = {}; + + for (var _iterator = this.possible(), _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) { + var _ref; + + if (_isArray) { + if (_i >= _iterator.length) break; + _ref = _iterator[_i++]; + } else { + _i = _iterator.next(); + if (_i.done) break; + _ref = _i.value; + } + + var prefix = _ref; + prefixeds[prefix] = this.replace(rule.selector, prefix); + } + + rule._autoprefixerPrefixeds = prefixeds; + return rule._autoprefixerPrefixeds; + } + /** + * Is rule already prefixed before + */ + ; + + _proto.already = function already(rule, prefixeds, prefix) { + var index = rule.parent.index(rule) - 1; + + while (index >= 0) { + var before = rule.parent.nodes[index]; + + if (before.type !== 'rule') { + return false; + } + + var some = false; + + for (var key in prefixeds) { + var prefixed = prefixeds[key]; + + if (before.selector === prefixed) { + if (prefix === key) { + return true; + } else { + some = true; + break; + } + } + } + + if (!some) { + return false; + } + + index -= 1; + } + + return false; + } + /** + * Replace selectors by prefixed one + */ + ; + + _proto.replace = function replace(selector, prefix) { + return selector.replace(this.regexp(), "$1" + this.prefixed(prefix)); + } + /** + * Clone and add prefixes for at-rule + */ + ; + + _proto.add = function add(rule, prefix) { + var prefixeds = this.prefixeds(rule); + + if (this.already(rule, prefixeds, prefix)) { + return; + } + + var cloned = this.clone(rule, { + selector: prefixeds[prefix] + }); + rule.parent.insertBefore(rule, cloned); + } + /** + * Return function to fast find prefixed selector + */ + ; + + _proto.old = function old(prefix) { + return new OldSelector(this, prefix); + }; + + return Selector; +}(Prefixer); + +module.exports = Selector; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/supports.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/supports.js new file mode 100644 index 0000000..ddb4333 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/supports.js @@ -0,0 +1,386 @@ +"use strict"; + +var Browsers = require('./browsers'); + +var brackets = require('./brackets'); + +var Value = require('./value'); + +var utils = require('./utils'); + +var postcss = require('postcss'); + +var supported = []; + +var data = require('caniuse-lite').feature(require('caniuse-lite/data/features/css-featurequeries.js')); + +for (var browser in data.stats) { + var versions = data.stats[browser]; + + for (var version in versions) { + var support = versions[version]; + + if (/y/.test(support)) { + supported.push(browser + ' ' + version); + } + } +} + +var Supports = +/*#__PURE__*/ +function () { + function Supports(Prefixes, all) { + this.Prefixes = Prefixes; + this.all = all; + } + /** + * Return prefixer only with @supports supported browsers + */ + + + var _proto = Supports.prototype; + + _proto.prefixer = function prefixer() { + if (this.prefixerCache) { + return this.prefixerCache; + } + + var filtered = this.all.browsers.selected.filter(function (i) { + return supported.indexOf(i) !== -1; + }); + var browsers = new Browsers(this.all.browsers.data, filtered, this.all.options); + this.prefixerCache = new this.Prefixes(this.all.data, browsers, this.all.options); + return this.prefixerCache; + } + /** + * Parse string into declaration property and value + */ + ; + + _proto.parse = function parse(str) { + var parts = str.split(':'); + var prop = parts[0]; + var value = parts[1]; + if (!value) value = ''; + return [prop.trim(), value.trim()]; + } + /** + * Create virtual rule to process it by prefixer + */ + ; + + _proto.virtual = function virtual(str) { + var _this$parse = this.parse(str), + prop = _this$parse[0], + value = _this$parse[1]; + + var rule = postcss.parse('a{}').first; + rule.append({ + prop: prop, + value: value, + raws: { + before: '' + } + }); + return rule; + } + /** + * Return array of Declaration with all necessary prefixes + */ + ; + + _proto.prefixed = function prefixed(str) { + var rule = this.virtual(str); + + if (this.disabled(rule.first)) { + return rule.nodes; + } + + var result = { + warn: function warn() { + return null; + } + }; + var prefixer = this.prefixer().add[rule.first.prop]; + prefixer && prefixer.process && prefixer.process(rule.first, result); + + for (var _iterator = rule.nodes, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) { + var _ref; + + if (_isArray) { + if (_i >= _iterator.length) break; + _ref = _iterator[_i++]; + } else { + _i = _iterator.next(); + if (_i.done) break; + _ref = _i.value; + } + + var decl = _ref; + + for (var _iterator2 = this.prefixer().values('add', rule.first.prop), _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : _iterator2[Symbol.iterator]();;) { + var _ref2; + + if (_isArray2) { + if (_i2 >= _iterator2.length) break; + _ref2 = _iterator2[_i2++]; + } else { + _i2 = _iterator2.next(); + if (_i2.done) break; + _ref2 = _i2.value; + } + + var value = _ref2; + value.process(decl); + } + + Value.save(this.all, decl); + } + + return rule.nodes; + } + /** + * Return true if brackets node is "not" word + */ + ; + + _proto.isNot = function isNot(node) { + return typeof node === 'string' && /not\s*/i.test(node); + } + /** + * Return true if brackets node is "or" word + */ + ; + + _proto.isOr = function isOr(node) { + return typeof node === 'string' && /\s*or\s*/i.test(node); + } + /** + * Return true if brackets node is (prop: value) + */ + ; + + _proto.isProp = function isProp(node) { + return typeof node === 'object' && node.length === 1 && typeof node[0] === 'string'; + } + /** + * Return true if prefixed property has no unprefixed + */ + ; + + _proto.isHack = function isHack(all, unprefixed) { + var check = new RegExp("(\\(|\\s)" + utils.escapeRegexp(unprefixed) + ":"); + return !check.test(all); + } + /** + * Return true if we need to remove node + */ + ; + + _proto.toRemove = function toRemove(str, all) { + var _this$parse2 = this.parse(str), + prop = _this$parse2[0], + value = _this$parse2[1]; + + var unprefixed = this.all.unprefixed(prop); + var cleaner = this.all.cleaner(); + + if (cleaner.remove[prop] && cleaner.remove[prop].remove && !this.isHack(all, unprefixed)) { + return true; + } + + for (var _iterator3 = cleaner.values('remove', unprefixed), _isArray3 = Array.isArray(_iterator3), _i3 = 0, _iterator3 = _isArray3 ? _iterator3 : _iterator3[Symbol.iterator]();;) { + var _ref3; + + if (_isArray3) { + if (_i3 >= _iterator3.length) break; + _ref3 = _iterator3[_i3++]; + } else { + _i3 = _iterator3.next(); + if (_i3.done) break; + _ref3 = _i3.value; + } + + var checker = _ref3; + + if (checker.check(value)) { + return true; + } + } + + return false; + } + /** + * Remove all unnecessary prefixes + */ + ; + + _proto.remove = function remove(nodes, all) { + var i = 0; + + while (i < nodes.length) { + if (!this.isNot(nodes[i - 1]) && this.isProp(nodes[i]) && this.isOr(nodes[i + 1])) { + if (this.toRemove(nodes[i][0], all)) { + nodes.splice(i, 2); + continue; + } + + i += 2; + continue; + } + + if (typeof nodes[i] === 'object') { + nodes[i] = this.remove(nodes[i], all); + } + + i += 1; + } + + return nodes; + } + /** + * Clean brackets with one child + */ + ; + + _proto.cleanBrackets = function cleanBrackets(nodes) { + var _this = this; + + return nodes.map(function (i) { + if (typeof i !== 'object') { + return i; + } + + if (i.length === 1 && typeof i[0] === 'object') { + return _this.cleanBrackets(i[0]); + } + + return _this.cleanBrackets(i); + }); + } + /** + * Add " or " between properties and convert it to brackets format + */ + ; + + _proto.convert = function convert(progress) { + var result = ['']; + + for (var _iterator4 = progress, _isArray4 = Array.isArray(_iterator4), _i4 = 0, _iterator4 = _isArray4 ? _iterator4 : _iterator4[Symbol.iterator]();;) { + var _ref4; + + if (_isArray4) { + if (_i4 >= _iterator4.length) break; + _ref4 = _iterator4[_i4++]; + } else { + _i4 = _iterator4.next(); + if (_i4.done) break; + _ref4 = _i4.value; + } + + var i = _ref4; + result.push([i.prop + ": " + i.value]); + result.push(' or '); + } + + result[result.length - 1] = ''; + return result; + } + /** + * Compress value functions into a string nodes + */ + ; + + _proto.normalize = function normalize(nodes) { + var _this2 = this; + + if (typeof nodes !== 'object') { + return nodes; + } + + nodes = nodes.filter(function (i) { + return i !== ''; + }); + + if (typeof nodes[0] === 'string' && nodes[0].indexOf(':') !== -1) { + return [brackets.stringify(nodes)]; + } + + return nodes.map(function (i) { + return _this2.normalize(i); + }); + } + /** + * Add prefixes + */ + ; + + _proto.add = function add(nodes, all) { + var _this3 = this; + + return nodes.map(function (i) { + if (_this3.isProp(i)) { + var prefixed = _this3.prefixed(i[0]); + + if (prefixed.length > 1) { + return _this3.convert(prefixed); + } + + return i; + } + + if (typeof i === 'object') { + return _this3.add(i, all); + } + + return i; + }); + } + /** + * Add prefixed declaration + */ + ; + + _proto.process = function process(rule) { + var ast = brackets.parse(rule.params); + ast = this.normalize(ast); + ast = this.remove(ast, rule.params); + ast = this.add(ast, rule.params); + ast = this.cleanBrackets(ast); + rule.params = brackets.stringify(ast); + } + /** + * Check global options + */ + ; + + _proto.disabled = function disabled(node) { + if (!this.all.options.grid) { + if (node.prop === 'display' && node.value.indexOf('grid') !== -1) { + return true; + } + + if (node.prop.indexOf('grid') !== -1 || node.prop === 'justify-items') { + return true; + } + } + + if (this.all.options.flexbox === false) { + if (node.prop === 'display' && node.value.indexOf('flex') !== -1) { + return true; + } + + var other = ['order', 'justify-content', 'align-items', 'align-content']; + + if (node.prop.indexOf('flex') !== -1 || other.indexOf(node.prop) !== -1) { + return true; + } + } + + return false; + }; + + return Supports; +}(); + +module.exports = Supports; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/transition.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/transition.js new file mode 100644 index 0000000..d4a4e83 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/transition.js @@ -0,0 +1,467 @@ +"use strict"; + +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +var parser = require('postcss-value-parser'); + +var vendor = require('postcss').vendor; + +var list = require('postcss').list; + +var Transition = +/*#__PURE__*/ +function () { + function Transition(prefixes) { + _defineProperty(this, "props", ['transition', 'transition-property']); + + this.prefixes = prefixes; + } + /** + * Process transition and add prefixes for all necessary properties + */ + + + var _proto = Transition.prototype; + + _proto.add = function add(decl, result) { + var _this = this; + + var prefix, prop; + var add = this.prefixes.add[decl.prop]; + var declPrefixes = add && add.prefixes || []; + var params = this.parse(decl.value); + var names = params.map(function (i) { + return _this.findProp(i); + }); + var added = []; + + if (names.some(function (i) { + return i[0] === '-'; + })) { + return; + } + + for (var _iterator = params, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) { + var _ref; + + if (_isArray) { + if (_i >= _iterator.length) break; + _ref = _iterator[_i++]; + } else { + _i = _iterator.next(); + if (_i.done) break; + _ref = _i.value; + } + + var param = _ref; + prop = this.findProp(param); + if (prop[0] === '-') continue; + var prefixer = this.prefixes.add[prop]; + if (!prefixer || !prefixer.prefixes) continue; + + for (var _iterator3 = prefixer.prefixes, _isArray3 = Array.isArray(_iterator3), _i3 = 0, _iterator3 = _isArray3 ? _iterator3 : _iterator3[Symbol.iterator]();;) { + if (_isArray3) { + if (_i3 >= _iterator3.length) break; + prefix = _iterator3[_i3++]; + } else { + _i3 = _iterator3.next(); + if (_i3.done) break; + prefix = _i3.value; + } + + var prefixed = this.prefixes.prefixed(prop, prefix); + + if (prefixed !== '-ms-transform' && names.indexOf(prefixed) === -1) { + if (!this.disabled(prop, prefix)) { + added.push(this.clone(prop, prefixed, param)); + } + } + } + } + + params = params.concat(added); + var value = this.stringify(params); + var webkitClean = this.stringify(this.cleanFromUnprefixed(params, '-webkit-')); + + if (declPrefixes.indexOf('-webkit-') !== -1) { + this.cloneBefore(decl, "-webkit-" + decl.prop, webkitClean); + } + + this.cloneBefore(decl, decl.prop, webkitClean); + + if (declPrefixes.indexOf('-o-') !== -1) { + var operaClean = this.stringify(this.cleanFromUnprefixed(params, '-o-')); + this.cloneBefore(decl, "-o-" + decl.prop, operaClean); + } + + for (var _iterator2 = declPrefixes, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : _iterator2[Symbol.iterator]();;) { + if (_isArray2) { + if (_i2 >= _iterator2.length) break; + prefix = _iterator2[_i2++]; + } else { + _i2 = _iterator2.next(); + if (_i2.done) break; + prefix = _i2.value; + } + + if (prefix !== '-webkit-' && prefix !== '-o-') { + var prefixValue = this.stringify(this.cleanOtherPrefixes(params, prefix)); + this.cloneBefore(decl, prefix + decl.prop, prefixValue); + } + } + + if (value !== decl.value && !this.already(decl, decl.prop, value)) { + this.checkForWarning(result, decl); + decl.cloneBefore(); + decl.value = value; + } + } + /** + * Find property name + */ + ; + + _proto.findProp = function findProp(param) { + var prop = param[0].value; + + if (/^\d/.test(prop)) { + for (var i = 0; i < param.length; i++) { + var token = param[i]; + + if (i !== 0 && token.type === 'word') { + return token.value; + } + } + } + + return prop; + } + /** + * Does we already have this declaration + */ + ; + + _proto.already = function already(decl, prop, value) { + return decl.parent.some(function (i) { + return i.prop === prop && i.value === value; + }); + } + /** + * Add declaration if it is not exist + */ + ; + + _proto.cloneBefore = function cloneBefore(decl, prop, value) { + if (!this.already(decl, prop, value)) { + decl.cloneBefore({ + prop: prop, + value: value + }); + } + } + /** + * Show transition-property warning + */ + ; + + _proto.checkForWarning = function checkForWarning(result, decl) { + if (decl.prop !== 'transition-property') { + return; + } + + decl.parent.each(function (i) { + if (i.type !== 'decl') { + return undefined; + } + + if (i.prop.indexOf('transition-') !== 0) { + return undefined; + } + + if (i.prop === 'transition-property') { + return undefined; + } + + if (list.comma(i.value).length > 1) { + decl.warn(result, 'Replace transition-property to transition, ' + 'because Autoprefixer could not support ' + 'any cases of transition-property ' + 'and other transition-*'); + } + + return false; + }); + } + /** + * Process transition and remove all unnecessary properties + */ + ; + + _proto.remove = function remove(decl) { + var _this2 = this; + + var params = this.parse(decl.value); + params = params.filter(function (i) { + var prop = _this2.prefixes.remove[_this2.findProp(i)]; + + return !prop || !prop.remove; + }); + var value = this.stringify(params); + + if (decl.value === value) { + return; + } + + if (params.length === 0) { + decl.remove(); + return; + } + + var double = decl.parent.some(function (i) { + return i.prop === decl.prop && i.value === value; + }); + var smaller = decl.parent.some(function (i) { + return i !== decl && i.prop === decl.prop && i.value.length > value.length; + }); + + if (double || smaller) { + decl.remove(); + return; + } + + decl.value = value; + } + /** + * Parse properties list to array + */ + ; + + _proto.parse = function parse(value) { + var ast = parser(value); + var result = []; + var param = []; + + for (var _iterator4 = ast.nodes, _isArray4 = Array.isArray(_iterator4), _i4 = 0, _iterator4 = _isArray4 ? _iterator4 : _iterator4[Symbol.iterator]();;) { + var _ref2; + + if (_isArray4) { + if (_i4 >= _iterator4.length) break; + _ref2 = _iterator4[_i4++]; + } else { + _i4 = _iterator4.next(); + if (_i4.done) break; + _ref2 = _i4.value; + } + + var node = _ref2; + param.push(node); + + if (node.type === 'div' && node.value === ',') { + result.push(param); + param = []; + } + } + + result.push(param); + return result.filter(function (i) { + return i.length > 0; + }); + } + /** + * Return properties string from array + */ + ; + + _proto.stringify = function stringify(params) { + if (params.length === 0) { + return ''; + } + + var nodes = []; + + for (var _iterator5 = params, _isArray5 = Array.isArray(_iterator5), _i5 = 0, _iterator5 = _isArray5 ? _iterator5 : _iterator5[Symbol.iterator]();;) { + var _ref3; + + if (_isArray5) { + if (_i5 >= _iterator5.length) break; + _ref3 = _iterator5[_i5++]; + } else { + _i5 = _iterator5.next(); + if (_i5.done) break; + _ref3 = _i5.value; + } + + var param = _ref3; + + if (param[param.length - 1].type !== 'div') { + param.push(this.div(params)); + } + + nodes = nodes.concat(param); + } + + if (nodes[0].type === 'div') { + nodes = nodes.slice(1); + } + + if (nodes[nodes.length - 1].type === 'div') { + nodes = nodes.slice(0, +-2 + 1 || undefined); + } + + return parser.stringify({ + nodes: nodes + }); + } + /** + * Return new param array with different name + */ + ; + + _proto.clone = function clone(origin, name, param) { + var result = []; + var changed = false; + + for (var _iterator6 = param, _isArray6 = Array.isArray(_iterator6), _i6 = 0, _iterator6 = _isArray6 ? _iterator6 : _iterator6[Symbol.iterator]();;) { + var _ref4; + + if (_isArray6) { + if (_i6 >= _iterator6.length) break; + _ref4 = _iterator6[_i6++]; + } else { + _i6 = _iterator6.next(); + if (_i6.done) break; + _ref4 = _i6.value; + } + + var i = _ref4; + + if (!changed && i.type === 'word' && i.value === origin) { + result.push({ + type: 'word', + value: name + }); + changed = true; + } else { + result.push(i); + } + } + + return result; + } + /** + * Find or create separator + */ + ; + + _proto.div = function div(params) { + for (var _iterator7 = params, _isArray7 = Array.isArray(_iterator7), _i7 = 0, _iterator7 = _isArray7 ? _iterator7 : _iterator7[Symbol.iterator]();;) { + var _ref5; + + if (_isArray7) { + if (_i7 >= _iterator7.length) break; + _ref5 = _iterator7[_i7++]; + } else { + _i7 = _iterator7.next(); + if (_i7.done) break; + _ref5 = _i7.value; + } + + var param = _ref5; + + for (var _iterator8 = param, _isArray8 = Array.isArray(_iterator8), _i8 = 0, _iterator8 = _isArray8 ? _iterator8 : _iterator8[Symbol.iterator]();;) { + var _ref6; + + if (_isArray8) { + if (_i8 >= _iterator8.length) break; + _ref6 = _iterator8[_i8++]; + } else { + _i8 = _iterator8.next(); + if (_i8.done) break; + _ref6 = _i8.value; + } + + var node = _ref6; + + if (node.type === 'div' && node.value === ',') { + return node; + } + } + } + + return { + type: 'div', + value: ',', + after: ' ' + }; + }; + + _proto.cleanOtherPrefixes = function cleanOtherPrefixes(params, prefix) { + var _this3 = this; + + return params.filter(function (param) { + var current = vendor.prefix(_this3.findProp(param)); + return current === '' || current === prefix; + }); + } + /** + * Remove all non-webkit prefixes and unprefixed params if we have prefixed + */ + ; + + _proto.cleanFromUnprefixed = function cleanFromUnprefixed(params, prefix) { + var _this4 = this; + + var remove = params.map(function (i) { + return _this4.findProp(i); + }).filter(function (i) { + return i.slice(0, prefix.length) === prefix; + }).map(function (i) { + return _this4.prefixes.unprefixed(i); + }); + var result = []; + + for (var _iterator9 = params, _isArray9 = Array.isArray(_iterator9), _i9 = 0, _iterator9 = _isArray9 ? _iterator9 : _iterator9[Symbol.iterator]();;) { + var _ref7; + + if (_isArray9) { + if (_i9 >= _iterator9.length) break; + _ref7 = _iterator9[_i9++]; + } else { + _i9 = _iterator9.next(); + if (_i9.done) break; + _ref7 = _i9.value; + } + + var param = _ref7; + var prop = this.findProp(param); + var p = vendor.prefix(prop); + + if (remove.indexOf(prop) === -1 && (p === prefix || p === '')) { + result.push(param); + } + } + + return result; + } + /** + * Check property for disabled by option + */ + ; + + _proto.disabled = function disabled(prop, prefix) { + var other = ['order', 'justify-content', 'align-self', 'align-content']; + + if (prop.indexOf('flex') !== -1 || other.indexOf(prop) !== -1) { + if (this.prefixes.options.flexbox === false) { + return true; + } + + if (this.prefixes.options.flexbox === 'no-2009') { + return prefix.indexOf('2009') !== -1; + } + } + + return undefined; + }; + + return Transition; +}(); + +module.exports = Transition; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/utils.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/utils.js new file mode 100644 index 0000000..2f63d76 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/utils.js @@ -0,0 +1,108 @@ +"use strict"; + +var list = require('postcss').list; + +module.exports = { + /** + * Throw special error, to tell beniary, + * that this error is from Autoprefixer. + */ + error: function error(text) { + var err = new Error(text); + err.autoprefixer = true; + throw err; + }, + + /** + * Return array, that doesn’t contain duplicates. + */ + uniq: function uniq(array) { + var filtered = []; + + for (var _iterator = array, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) { + var _ref; + + if (_isArray) { + if (_i >= _iterator.length) break; + _ref = _iterator[_i++]; + } else { + _i = _iterator.next(); + if (_i.done) break; + _ref = _i.value; + } + + var i = _ref; + + if (filtered.indexOf(i) === -1) { + filtered.push(i); + } + } + + return filtered; + }, + + /** + * Return "-webkit-" on "-webkit- old" + */ + removeNote: function removeNote(string) { + if (string.indexOf(' ') === -1) { + return string; + } + + return string.split(' ')[0]; + }, + + /** + * Escape RegExp symbols + */ + escapeRegexp: function escapeRegexp(string) { + return string.replace(/[.?*+^$[\]\\(){}|-]/g, '\\$&'); + }, + + /** + * Return regexp to check, that CSS string contain word + */ + regexp: function regexp(word, escape) { + if (escape === void 0) { + escape = true; + } + + if (escape) { + word = this.escapeRegexp(word); + } + + return new RegExp("(^|[\\s,(])(" + word + "($|[\\s(,]))", 'gi'); + }, + + /** + * Change comma list + */ + editList: function editList(value, callback) { + var origin = list.comma(value); + var changed = callback(origin, []); + + if (origin === changed) { + return value; + } + + var join = value.match(/,\s*/); + join = join ? join[0] : ', '; + return changed.join(join); + }, + + /** + * Split the selector into parts. + * It returns 3 level deep array because selectors can be comma + * separated (1), space separated (2), and combined (3) + * @param {String} selector selector string + * @return {Array>} 3 level deep array of split selector + * @see utils.test.js for examples + */ + splitSelector: function splitSelector(selector) { + return list.comma(selector).map(function (i) { + return list.space(i).map(function (k) { + return k.split(/(?=\.|#)/g); + }); + }); + } +}; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/lib/value.js b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/value.js new file mode 100644 index 0000000..c470e12 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/lib/value.js @@ -0,0 +1,166 @@ +"use strict"; + +function _defaults(obj, defaults) { var keys = Object.getOwnPropertyNames(defaults); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = Object.getOwnPropertyDescriptor(defaults, key); if (value && value.configurable && obj[key] === undefined) { Object.defineProperty(obj, key, value); } } return obj; } + +function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _defaults(subClass, superClass); } + +var Prefixer = require('./prefixer'); + +var OldValue = require('./old-value'); + +var utils = require('./utils'); + +var vendor = require('postcss').vendor; + +var Value = +/*#__PURE__*/ +function (_Prefixer) { + _inheritsLoose(Value, _Prefixer); + + function Value() { + return _Prefixer.apply(this, arguments) || this; + } + + /** + * Clone decl for each prefixed values + */ + Value.save = function save(prefixes, decl) { + var _this = this; + + var prop = decl.prop; + var result = []; + + var _loop = function _loop(prefix) { + var value = decl._autoprefixerValues[prefix]; + + if (value === decl.value) { + return "continue"; + } + + var item = void 0; + var propPrefix = vendor.prefix(prop); + + if (propPrefix === '-pie-') { + return "continue"; + } + + if (propPrefix === prefix) { + item = decl.value = value; + result.push(item); + return "continue"; + } + + var prefixed = prefixes.prefixed(prop, prefix); + var rule = decl.parent; + + if (!rule.every(function (i) { + return i.prop !== prefixed; + })) { + result.push(item); + return "continue"; + } + + var trimmed = value.replace(/\s+/, ' '); + var already = rule.some(function (i) { + return i.prop === decl.prop && i.value.replace(/\s+/, ' ') === trimmed; + }); + + if (already) { + result.push(item); + return "continue"; + } + + var cloned = _this.clone(decl, { + value: value + }); + + item = decl.parent.insertBefore(decl, cloned); + result.push(item); + }; + + for (var prefix in decl._autoprefixerValues) { + var _ret = _loop(prefix); + + if (_ret === "continue") continue; + } + + return result; + } + /** + * Is declaration need to be prefixed + */ + ; + + var _proto = Value.prototype; + + _proto.check = function check(decl) { + var value = decl.value; + + if (value.indexOf(this.name) === -1) { + return false; + } + + return !!value.match(this.regexp()); + } + /** + * Lazy regexp loading + */ + ; + + _proto.regexp = function regexp() { + return this.regexpCache || (this.regexpCache = utils.regexp(this.name)); + } + /** + * Add prefix to values in string + */ + ; + + _proto.replace = function replace(string, prefix) { + return string.replace(this.regexp(), "$1" + prefix + "$2"); + } + /** + * Get value with comments if it was not changed + */ + ; + + _proto.value = function value(decl) { + if (decl.raws.value && decl.raws.value.value === decl.value) { + return decl.raws.value.raw; + } else { + return decl.value; + } + } + /** + * Save values with next prefixed token + */ + ; + + _proto.add = function add(decl, prefix) { + if (!decl._autoprefixerValues) { + decl._autoprefixerValues = {}; + } + + var value = decl._autoprefixerValues[prefix] || this.value(decl); + var before; + + do { + before = value; + value = this.replace(value, prefix); + if (value === false) return; + } while (value !== before); + + decl._autoprefixerValues[prefix] = value; + } + /** + * Return function to fast find prefixed value + */ + ; + + _proto.old = function old(prefix) { + return new OldValue(this.name, prefix + this.name); + }; + + return Value; +}(Prefixer); + +module.exports = Value; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/autoprefixer/package.json b/user/themes/gilles_acezat/node_modules/autoprefixer/package.json new file mode 100644 index 0000000..28b331f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/autoprefixer/package.json @@ -0,0 +1,65 @@ +{ + "_from": "autoprefixer@^9.1.3", + "_id": "autoprefixer@9.4.3", + "_inBundle": false, + "_integrity": "sha512-/XSnzDepRkAU//xLcXA/lUWxpsBuw0WiriAHOqnxkuCtzLhaz+fL4it4gp20BQ8n5SyLzK/FOc7A0+u/rti2FQ==", + "_location": "/autoprefixer", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "autoprefixer@^9.1.3", + "name": "autoprefixer", + "escapedName": "autoprefixer", + "rawSpec": "^9.1.3", + "saveSpec": null, + "fetchSpec": "^9.1.3" + }, + "_requiredBy": [ + "/gulp-autoprefixer" + ], + "_resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.4.3.tgz", + "_shasum": "c97384a8fd80477b78049163a91bbc725d9c41d9", + "_spec": "autoprefixer@^9.1.3", + "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres/node_modules/gulp-autoprefixer", + "author": { + "name": "Andrey Sitnik", + "email": "andrey@sitnik.ru" + }, + "bin": { + "autoprefixer": "./bin/autoprefixer" + }, + "bugs": { + "url": "https://github.com/postcss/autoprefixer/issues" + }, + "bundleDependencies": false, + "dependencies": { + "browserslist": "^4.3.6", + "caniuse-lite": "^1.0.30000921", + "normalize-range": "^0.1.2", + "num2fraction": "^1.2.2", + "postcss": "^7.0.6", + "postcss-value-parser": "^3.3.1" + }, + "deprecated": false, + "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", + "engines": { + "node": ">=6.0.0" + }, + "homepage": "https://github.com/postcss/autoprefixer#readme", + "keywords": [ + "autoprefixer", + "css", + "prefix", + "postcss", + "postcss-plugin" + ], + "license": "MIT", + "main": "lib/autoprefixer", + "name": "autoprefixer", + "repository": { + "type": "git", + "url": "git+https://github.com/postcss/autoprefixer.git" + }, + "version": "9.4.3" +} diff --git a/user/themes/gilles_acezat/node_modules/aws-sign2/LICENSE b/user/themes/gilles_acezat/node_modules/aws-sign2/LICENSE new file mode 100644 index 0000000..a4a9aee --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/aws-sign2/LICENSE @@ -0,0 +1,55 @@ +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby 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, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + +You must give any other recipients of the Work or Derivative Works a copy of this License; and + +You must cause any modified files to carry prominent notices stating that You changed the files; and + +You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + +If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/aws-sign2/README.md b/user/themes/gilles_acezat/node_modules/aws-sign2/README.md new file mode 100644 index 0000000..763564e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/aws-sign2/README.md @@ -0,0 +1,4 @@ +aws-sign +======== + +AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module. diff --git a/user/themes/gilles_acezat/node_modules/aws-sign2/index.js b/user/themes/gilles_acezat/node_modules/aws-sign2/index.js new file mode 100644 index 0000000..fb35f6d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/aws-sign2/index.js @@ -0,0 +1,212 @@ + +/*! + * Copyright 2010 LearnBoost + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Module dependencies. + */ + +var crypto = require('crypto') + , parse = require('url').parse + ; + +/** + * Valid keys. + */ + +var keys = + [ 'acl' + , 'location' + , 'logging' + , 'notification' + , 'partNumber' + , 'policy' + , 'requestPayment' + , 'torrent' + , 'uploadId' + , 'uploads' + , 'versionId' + , 'versioning' + , 'versions' + , 'website' + ] + +/** + * Return an "Authorization" header value with the given `options` + * in the form of "AWS :" + * + * @param {Object} options + * @return {String} + * @api private + */ + +function authorization (options) { + return 'AWS ' + options.key + ':' + sign(options) +} + +module.exports = authorization +module.exports.authorization = authorization + +/** + * Simple HMAC-SHA1 Wrapper + * + * @param {Object} options + * @return {String} + * @api private + */ + +function hmacSha1 (options) { + return crypto.createHmac('sha1', options.secret).update(options.message).digest('base64') +} + +module.exports.hmacSha1 = hmacSha1 + +/** + * Create a base64 sha1 HMAC for `options`. + * + * @param {Object} options + * @return {String} + * @api private + */ + +function sign (options) { + options.message = stringToSign(options) + return hmacSha1(options) +} +module.exports.sign = sign + +/** + * Create a base64 sha1 HMAC for `options`. + * + * Specifically to be used with S3 presigned URLs + * + * @param {Object} options + * @return {String} + * @api private + */ + +function signQuery (options) { + options.message = queryStringToSign(options) + return hmacSha1(options) +} +module.exports.signQuery= signQuery + +/** + * Return a string for sign() with the given `options`. + * + * Spec: + * + * \n + * \n + * \n + * \n + * [headers\n] + * + * + * @param {Object} options + * @return {String} + * @api private + */ + +function stringToSign (options) { + var headers = options.amazonHeaders || '' + if (headers) headers += '\n' + var r = + [ options.verb + , options.md5 + , options.contentType + , options.date ? options.date.toUTCString() : '' + , headers + options.resource + ] + return r.join('\n') +} +module.exports.stringToSign = stringToSign + +/** + * Return a string for sign() with the given `options`, but is meant exclusively + * for S3 presigned URLs + * + * Spec: + * + * \n + * + * + * @param {Object} options + * @return {String} + * @api private + */ + +function queryStringToSign (options){ + return 'GET\n\n\n' + options.date + '\n' + options.resource +} +module.exports.queryStringToSign = queryStringToSign + +/** + * Perform the following: + * + * - ignore non-amazon headers + * - lowercase fields + * - sort lexicographically + * - trim whitespace between ":" + * - join with newline + * + * @param {Object} headers + * @return {String} + * @api private + */ + +function canonicalizeHeaders (headers) { + var buf = [] + , fields = Object.keys(headers) + ; + for (var i = 0, len = fields.length; i < len; ++i) { + var field = fields[i] + , val = headers[field] + , field = field.toLowerCase() + ; + if (0 !== field.indexOf('x-amz')) continue + buf.push(field + ':' + val) + } + return buf.sort().join('\n') +} +module.exports.canonicalizeHeaders = canonicalizeHeaders + +/** + * Perform the following: + * + * - ignore non sub-resources + * - sort lexicographically + * + * @param {String} resource + * @return {String} + * @api private + */ + +function canonicalizeResource (resource) { + var url = parse(resource, true) + , path = url.pathname + , buf = [] + ; + + Object.keys(url.query).forEach(function(key){ + if (!~keys.indexOf(key)) return + var val = '' == url.query[key] ? '' : '=' + encodeURIComponent(url.query[key]) + buf.push(key + val) + }) + + return path + (buf.length ? '?' + buf.sort().join('&') : '') +} +module.exports.canonicalizeResource = canonicalizeResource diff --git a/user/themes/gilles_acezat/node_modules/aws-sign2/package.json b/user/themes/gilles_acezat/node_modules/aws-sign2/package.json new file mode 100644 index 0000000..1fb5335 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/aws-sign2/package.json @@ -0,0 +1,50 @@ +{ + "_from": "aws-sign2@~0.7.0", + "_id": "aws-sign2@0.7.0", + "_inBundle": false, + "_integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", + "_location": "/aws-sign2", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "aws-sign2@~0.7.0", + "name": "aws-sign2", + "escapedName": "aws-sign2", + "rawSpec": "~0.7.0", + "saveSpec": null, + "fetchSpec": "~0.7.0" + }, + "_requiredBy": [ + "/request" + ], + "_resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "_shasum": "b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8", + "_spec": "aws-sign2@~0.7.0", + "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres/node_modules/request", + "author": { + "name": "Mikeal Rogers", + "email": "mikeal.rogers@gmail.com", + "url": "http://www.futurealoof.com" + }, + "bugs": { + "url": "https://github.com/mikeal/aws-sign/issues" + }, + "bundleDependencies": false, + "dependencies": {}, + "deprecated": false, + "description": "AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.", + "devDependencies": {}, + "engines": { + "node": "*" + }, + "homepage": "https://github.com/mikeal/aws-sign#readme", + "license": "Apache-2.0", + "main": "index.js", + "name": "aws-sign2", + "optionalDependencies": {}, + "repository": { + "url": "git+https://github.com/mikeal/aws-sign.git" + }, + "version": "0.7.0" +} diff --git a/user/themes/gilles_acezat/node_modules/aws4/.travis.yml b/user/themes/gilles_acezat/node_modules/aws4/.travis.yml new file mode 100644 index 0000000..61d0634 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/aws4/.travis.yml @@ -0,0 +1,5 @@ +language: node_js +node_js: + - "0.10" + - "0.12" + - "4.2" diff --git a/user/themes/gilles_acezat/node_modules/aws4/LICENSE b/user/themes/gilles_acezat/node_modules/aws4/LICENSE new file mode 100644 index 0000000..4f321e5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/aws4/LICENSE @@ -0,0 +1,19 @@ +Copyright 2013 Michael Hart (michael.hart.au@gmail.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/user/themes/gilles_acezat/node_modules/aws4/README.md b/user/themes/gilles_acezat/node_modules/aws4/README.md new file mode 100644 index 0000000..6b002d0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/aws4/README.md @@ -0,0 +1,523 @@ +aws4 +---- + +[![Build Status](https://secure.travis-ci.org/mhart/aws4.png?branch=master)](http://travis-ci.org/mhart/aws4) + +A small utility to sign vanilla node.js http(s) request options using Amazon's +[AWS Signature Version 4](http://docs.amazonwebservices.com/general/latest/gr/signature-version-4.html). + +Can also be used [in the browser](./browser). + +This signature is supported by nearly all Amazon services, including +[S3](http://docs.aws.amazon.com/AmazonS3/latest/API/), +[EC2](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/), +[DynamoDB](http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/API.html), +[Kinesis](http://docs.aws.amazon.com/kinesis/latest/APIReference/), +[Lambda](http://docs.aws.amazon.com/lambda/latest/dg/API_Reference.html), +[SQS](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/), +[SNS](http://docs.aws.amazon.com/sns/latest/api/), +[IAM](http://docs.aws.amazon.com/IAM/latest/APIReference/), +[STS](http://docs.aws.amazon.com/STS/latest/APIReference/), +[RDS](http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/), +[CloudWatch](http://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/), +[CloudWatch Logs](http://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/), +[CodeDeploy](http://docs.aws.amazon.com/codedeploy/latest/APIReference/), +[CloudFront](http://docs.aws.amazon.com/AmazonCloudFront/latest/APIReference/), +[CloudTrail](http://docs.aws.amazon.com/awscloudtrail/latest/APIReference/), +[ElastiCache](http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/), +[EMR](http://docs.aws.amazon.com/ElasticMapReduce/latest/API/), +[Glacier](http://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-api.html), +[CloudSearch](http://docs.aws.amazon.com/cloudsearch/latest/developerguide/APIReq.html), +[Elastic Load Balancing](http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/), +[Elastic Transcoder](http://docs.aws.amazon.com/elastictranscoder/latest/developerguide/api-reference.html), +[CloudFormation](http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/), +[Elastic Beanstalk](http://docs.aws.amazon.com/elasticbeanstalk/latest/api/), +[Storage Gateway](http://docs.aws.amazon.com/storagegateway/latest/userguide/AWSStorageGatewayAPI.html), +[Data Pipeline](http://docs.aws.amazon.com/datapipeline/latest/APIReference/), +[Direct Connect](http://docs.aws.amazon.com/directconnect/latest/APIReference/), +[Redshift](http://docs.aws.amazon.com/redshift/latest/APIReference/), +[OpsWorks](http://docs.aws.amazon.com/opsworks/latest/APIReference/), +[SES](http://docs.aws.amazon.com/ses/latest/APIReference/), +[SWF](http://docs.aws.amazon.com/amazonswf/latest/apireference/), +[AutoScaling](http://docs.aws.amazon.com/AutoScaling/latest/APIReference/), +[Mobile Analytics](http://docs.aws.amazon.com/mobileanalytics/latest/ug/server-reference.html), +[Cognito Identity](http://docs.aws.amazon.com/cognitoidentity/latest/APIReference/), +[Cognito Sync](http://docs.aws.amazon.com/cognitosync/latest/APIReference/), +[Container Service](http://docs.aws.amazon.com/AmazonECS/latest/APIReference/), +[AppStream](http://docs.aws.amazon.com/appstream/latest/developerguide/appstream-api-rest.html), +[Key Management Service](http://docs.aws.amazon.com/kms/latest/APIReference/), +[Config](http://docs.aws.amazon.com/config/latest/APIReference/), +[CloudHSM](http://docs.aws.amazon.com/cloudhsm/latest/dg/api-ref.html), +[Route53](http://docs.aws.amazon.com/Route53/latest/APIReference/requests-rest.html) and +[Route53 Domains](http://docs.aws.amazon.com/Route53/latest/APIReference/requests-rpc.html). + +Indeed, the only AWS services that *don't* support v4 as of 2014-12-30 are +[Import/Export](http://docs.aws.amazon.com/AWSImportExport/latest/DG/api-reference.html) and +[SimpleDB](http://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API.html) +(they only support [AWS Signature Version 2](https://github.com/mhart/aws2)). + +It also provides defaults for a number of core AWS headers and +request parameters, making it very easy to query AWS services, or +build out a fully-featured AWS library. + +Example +------- + +```javascript +var http = require('http'), + https = require('https'), + aws4 = require('aws4') + +// given an options object you could pass to http.request +var opts = {host: 'sqs.us-east-1.amazonaws.com', path: '/?Action=ListQueues'} + +// alternatively (as aws4 can infer the host): +opts = {service: 'sqs', region: 'us-east-1', path: '/?Action=ListQueues'} + +// alternatively (as us-east-1 is default): +opts = {service: 'sqs', path: '/?Action=ListQueues'} + +aws4.sign(opts) // assumes AWS credentials are available in process.env + +console.log(opts) +/* +{ + host: 'sqs.us-east-1.amazonaws.com', + path: '/?Action=ListQueues', + headers: { + Host: 'sqs.us-east-1.amazonaws.com', + 'X-Amz-Date': '20121226T061030Z', + Authorization: 'AWS4-HMAC-SHA256 Credential=ABCDEF/20121226/us-east-1/sqs/aws4_request, ...' + } +} +*/ + +// we can now use this to query AWS using the standard node.js http API +http.request(opts, function(res) { res.pipe(process.stdout) }).end() +/* + + +... +*/ +``` + +More options +------------ + +```javascript +// you can also pass AWS credentials in explicitly (otherwise taken from process.env) +aws4.sign(opts, {accessKeyId: '', secretAccessKey: ''}) + +// can also add the signature to query strings +aws4.sign({service: 's3', path: '/my-bucket?X-Amz-Expires=12345', signQuery: true}) + +// create a utility function to pipe to stdout (with https this time) +function request(o) { https.request(o, function(res) { res.pipe(process.stdout) }).end(o.body || '') } + +// aws4 can infer the HTTP method if a body is passed in +// method will be POST and Content-Type: 'application/x-www-form-urlencoded; charset=utf-8' +request(aws4.sign({service: 'iam', body: 'Action=ListGroups&Version=2010-05-08'})) +/* + +... +*/ + +// can specify any custom option or header as per usual +request(aws4.sign({ + service: 'dynamodb', + region: 'ap-southeast-2', + method: 'POST', + path: '/', + headers: { + 'Content-Type': 'application/x-amz-json-1.0', + 'X-Amz-Target': 'DynamoDB_20120810.ListTables' + }, + body: '{}' +})) +/* +{"TableNames":[]} +... +*/ + +// works with all other services that support Signature Version 4 + +request(aws4.sign({service: 's3', path: '/', signQuery: true})) +/* + +... +*/ + +request(aws4.sign({service: 'ec2', path: '/?Action=DescribeRegions&Version=2014-06-15'})) +/* + +... +*/ + +request(aws4.sign({service: 'sns', path: '/?Action=ListTopics&Version=2010-03-31'})) +/* + +... +*/ + +request(aws4.sign({service: 'sts', path: '/?Action=GetSessionToken&Version=2011-06-15'})) +/* + +... +*/ + +request(aws4.sign({service: 'cloudsearch', path: '/?Action=ListDomainNames&Version=2013-01-01'})) +/* + +... +*/ + +request(aws4.sign({service: 'ses', path: '/?Action=ListIdentities&Version=2010-12-01'})) +/* + +... +*/ + +request(aws4.sign({service: 'autoscaling', path: '/?Action=DescribeAutoScalingInstances&Version=2011-01-01'})) +/* + +... +*/ + +request(aws4.sign({service: 'elasticloadbalancing', path: '/?Action=DescribeLoadBalancers&Version=2012-06-01'})) +/* + +... +*/ + +request(aws4.sign({service: 'cloudformation', path: '/?Action=ListStacks&Version=2010-05-15'})) +/* + +... +*/ + +request(aws4.sign({service: 'elasticbeanstalk', path: '/?Action=ListAvailableSolutionStacks&Version=2010-12-01'})) +/* + +... +*/ + +request(aws4.sign({service: 'rds', path: '/?Action=DescribeDBInstances&Version=2012-09-17'})) +/* + +... +*/ + +request(aws4.sign({service: 'monitoring', path: '/?Action=ListMetrics&Version=2010-08-01'})) +/* + +... +*/ + +request(aws4.sign({service: 'redshift', path: '/?Action=DescribeClusters&Version=2012-12-01'})) +/* + +... +*/ + +request(aws4.sign({service: 'cloudfront', path: '/2014-05-31/distribution'})) +/* + +... +*/ + +request(aws4.sign({service: 'elasticache', path: '/?Action=DescribeCacheClusters&Version=2014-07-15'})) +/* + +... +*/ + +request(aws4.sign({service: 'elasticmapreduce', path: '/?Action=DescribeJobFlows&Version=2009-03-31'})) +/* + +... +*/ + +request(aws4.sign({service: 'route53', path: '/2013-04-01/hostedzone'})) +/* + +... +*/ + +request(aws4.sign({service: 'appstream', path: '/applications'})) +/* +{"_links":{"curie":[{"href":"http://docs.aws.amazon.com/appstream/latest/... +... +*/ + +request(aws4.sign({service: 'cognito-sync', path: '/identitypools'})) +/* +{"Count":0,"IdentityPoolUsages":[],"MaxResults":16,"NextToken":null} +... +*/ + +request(aws4.sign({service: 'elastictranscoder', path: '/2012-09-25/pipelines'})) +/* +{"NextPageToken":null,"Pipelines":[]} +... +*/ + +request(aws4.sign({service: 'lambda', path: '/2014-11-13/functions/'})) +/* +{"Functions":[],"NextMarker":null} +... +*/ + +request(aws4.sign({service: 'ecs', path: '/?Action=ListClusters&Version=2014-11-13'})) +/* + +... +*/ + +request(aws4.sign({service: 'glacier', path: '/-/vaults', headers: {'X-Amz-Glacier-Version': '2012-06-01'}})) +/* +{"Marker":null,"VaultList":[]} +... +*/ + +request(aws4.sign({service: 'storagegateway', body: '{}', headers: { + 'Content-Type': 'application/x-amz-json-1.1', + 'X-Amz-Target': 'StorageGateway_20120630.ListGateways' +}})) +/* +{"Gateways":[]} +... +*/ + +request(aws4.sign({service: 'datapipeline', body: '{}', headers: { + 'Content-Type': 'application/x-amz-json-1.1', + 'X-Amz-Target': 'DataPipeline.ListPipelines' +}})) +/* +{"hasMoreResults":false,"pipelineIdList":[]} +... +*/ + +request(aws4.sign({service: 'opsworks', body: '{}', headers: { + 'Content-Type': 'application/x-amz-json-1.1', + 'X-Amz-Target': 'OpsWorks_20130218.DescribeStacks' +}})) +/* +{"Stacks":[]} +... +*/ + +request(aws4.sign({service: 'route53domains', body: '{}', headers: { + 'Content-Type': 'application/x-amz-json-1.1', + 'X-Amz-Target': 'Route53Domains_v20140515.ListDomains' +}})) +/* +{"Domains":[]} +... +*/ + +request(aws4.sign({service: 'kinesis', body: '{}', headers: { + 'Content-Type': 'application/x-amz-json-1.1', + 'X-Amz-Target': 'Kinesis_20131202.ListStreams' +}})) +/* +{"HasMoreStreams":false,"StreamNames":[]} +... +*/ + +request(aws4.sign({service: 'cloudtrail', body: '{}', headers: { + 'Content-Type': 'application/x-amz-json-1.1', + 'X-Amz-Target': 'CloudTrail_20131101.DescribeTrails' +}})) +/* +{"trailList":[]} +... +*/ + +request(aws4.sign({service: 'logs', body: '{}', headers: { + 'Content-Type': 'application/x-amz-json-1.1', + 'X-Amz-Target': 'Logs_20140328.DescribeLogGroups' +}})) +/* +{"logGroups":[]} +... +*/ + +request(aws4.sign({service: 'codedeploy', body: '{}', headers: { + 'Content-Type': 'application/x-amz-json-1.1', + 'X-Amz-Target': 'CodeDeploy_20141006.ListApplications' +}})) +/* +{"applications":[]} +... +*/ + +request(aws4.sign({service: 'directconnect', body: '{}', headers: { + 'Content-Type': 'application/x-amz-json-1.1', + 'X-Amz-Target': 'OvertureService.DescribeConnections' +}})) +/* +{"connections":[]} +... +*/ + +request(aws4.sign({service: 'kms', body: '{}', headers: { + 'Content-Type': 'application/x-amz-json-1.1', + 'X-Amz-Target': 'TrentService.ListKeys' +}})) +/* +{"Keys":[],"Truncated":false} +... +*/ + +request(aws4.sign({service: 'config', body: '{}', headers: { + 'Content-Type': 'application/x-amz-json-1.1', + 'X-Amz-Target': 'StarlingDoveService.DescribeDeliveryChannels' +}})) +/* +{"DeliveryChannels":[]} +... +*/ + +request(aws4.sign({service: 'cloudhsm', body: '{}', headers: { + 'Content-Type': 'application/x-amz-json-1.1', + 'X-Amz-Target': 'CloudHsmFrontendService.ListAvailableZones' +}})) +/* +{"AZList":["us-east-1a","us-east-1b","us-east-1c"]} +... +*/ + +request(aws4.sign({ + service: 'swf', + body: '{"registrationStatus":"REGISTERED"}', + headers: { + 'Content-Type': 'application/x-amz-json-1.0', + 'X-Amz-Target': 'SimpleWorkflowService.ListDomains' + } +})) +/* +{"domainInfos":[]} +... +*/ + +request(aws4.sign({ + service: 'cognito-identity', + body: '{"MaxResults": 1}', + headers: { + 'Content-Type': 'application/x-amz-json-1.1', + 'X-Amz-Target': 'AWSCognitoIdentityService.ListIdentityPools' + } +})) +/* +{"IdentityPools":[]} +... +*/ + +request(aws4.sign({ + service: 'mobileanalytics', + path: '/2014-06-05/events', + body: JSON.stringify({events:[{ + eventType: 'a', + timestamp: new Date().toISOString(), + session: {}, + }]}), + headers: { + 'Content-Type': 'application/json', + 'X-Amz-Client-Context': JSON.stringify({ + client: {client_id: 'a', app_title: 'a'}, + custom: {}, + env: {platform: 'a'}, + services: {}, + }), + } +})) +/* +(HTTP 202, empty response) +*/ + +// Generate CodeCommit Git access password +var signer = new aws4.RequestSigner({ + service: 'codecommit', + host: 'git-codecommit.us-east-1.amazonaws.com', + method: 'GIT', + path: '/v1/repos/MyAwesomeRepo', +}) +var password = signer.getDateTime() + 'Z' + signer.signature() +``` + +API +--- + +### aws4.sign(requestOptions, [credentials]) + +This calculates and populates the `Authorization` header of +`requestOptions`, and any other necessary AWS headers and/or request +options. Returns `requestOptions` as a convenience for chaining. + +`requestOptions` is an object holding the same options that the node.js +[http.request](http://nodejs.org/docs/latest/api/http.html#http_http_request_options_callback) +function takes. + +The following properties of `requestOptions` are used in the signing or +populated if they don't already exist: + +- `hostname` or `host` (will be determined from `service` and `region` if not given) +- `method` (will use `'GET'` if not given or `'POST'` if there is a `body`) +- `path` (will use `'/'` if not given) +- `body` (will use `''` if not given) +- `service` (will be calculated from `hostname` or `host` if not given) +- `region` (will be calculated from `hostname` or `host` or use `'us-east-1'` if not given) +- `headers['Host']` (will use `hostname` or `host` or be calculated if not given) +- `headers['Content-Type']` (will use `'application/x-www-form-urlencoded; charset=utf-8'` + if not given and there is a `body`) +- `headers['Date']` (used to calculate the signature date if given, otherwise `new Date` is used) + +Your AWS credentials (which can be found in your +[AWS console](https://portal.aws.amazon.com/gp/aws/securityCredentials)) +can be specified in one of two ways: + +- As the second argument, like this: + +```javascript +aws4.sign(requestOptions, { + secretAccessKey: "", + accessKeyId: "", + sessionToken: "" +}) +``` + +- From `process.env`, such as this: + +``` +export AWS_SECRET_ACCESS_KEY="" +export AWS_ACCESS_KEY_ID="" +export AWS_SESSION_TOKEN="" +``` + +(will also use `AWS_ACCESS_KEY` and `AWS_SECRET_KEY` if available) + +The `sessionToken` property and `AWS_SESSION_TOKEN` environment variable are optional for signing +with [IAM STS temporary credentials](http://docs.aws.amazon.com/STS/latest/UsingSTS/using-temp-creds.html). + +Installation +------------ + +With [npm](http://npmjs.org/) do: + +``` +npm install aws4 +``` + +Can also be used [in the browser](./browser). + +Thanks +------ + +Thanks to [@jed](https://github.com/jed) for his +[dynamo-client](https://github.com/jed/dynamo-client) lib where I first +committed and subsequently extracted this code. + +Also thanks to the +[official node.js AWS SDK](https://github.com/aws/aws-sdk-js) for giving +me a start on implementing the v4 signature. + diff --git a/user/themes/gilles_acezat/node_modules/aws4/aws4.js b/user/themes/gilles_acezat/node_modules/aws4/aws4.js new file mode 100644 index 0000000..124cd7a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/aws4/aws4.js @@ -0,0 +1,332 @@ +var aws4 = exports, + url = require('url'), + querystring = require('querystring'), + crypto = require('crypto'), + lru = require('./lru'), + credentialsCache = lru(1000) + +// http://docs.amazonwebservices.com/general/latest/gr/signature-version-4.html + +function hmac(key, string, encoding) { + return crypto.createHmac('sha256', key).update(string, 'utf8').digest(encoding) +} + +function hash(string, encoding) { + return crypto.createHash('sha256').update(string, 'utf8').digest(encoding) +} + +// This function assumes the string has already been percent encoded +function encodeRfc3986(urlEncodedString) { + return urlEncodedString.replace(/[!'()*]/g, function(c) { + return '%' + c.charCodeAt(0).toString(16).toUpperCase() + }) +} + +// request: { path | body, [host], [method], [headers], [service], [region] } +// credentials: { accessKeyId, secretAccessKey, [sessionToken] } +function RequestSigner(request, credentials) { + + if (typeof request === 'string') request = url.parse(request) + + var headers = request.headers = (request.headers || {}), + hostParts = this.matchHost(request.hostname || request.host || headers.Host || headers.host) + + this.request = request + this.credentials = credentials || this.defaultCredentials() + + this.service = request.service || hostParts[0] || '' + this.region = request.region || hostParts[1] || 'us-east-1' + + // SES uses a different domain from the service name + if (this.service === 'email') this.service = 'ses' + + if (!request.method && request.body) + request.method = 'POST' + + if (!headers.Host && !headers.host) { + headers.Host = request.hostname || request.host || this.createHost() + + // If a port is specified explicitly, use it as is + if (request.port) + headers.Host += ':' + request.port + } + if (!request.hostname && !request.host) + request.hostname = headers.Host || headers.host + + this.isCodeCommitGit = this.service === 'codecommit' && request.method === 'GIT' +} + +RequestSigner.prototype.matchHost = function(host) { + var match = (host || '').match(/([^\.]+)\.(?:([^\.]*)\.)?amazonaws\.com(\.cn)?$/) + var hostParts = (match || []).slice(1, 3) + + // ES's hostParts are sometimes the other way round, if the value that is expected + // to be region equals ‘es’ switch them back + // e.g. search-cluster-name-aaaa00aaaa0aaa0aaaaaaa0aaa.us-east-1.es.amazonaws.com + if (hostParts[1] === 'es') + hostParts = hostParts.reverse() + + return hostParts +} + +// http://docs.aws.amazon.com/general/latest/gr/rande.html +RequestSigner.prototype.isSingleRegion = function() { + // Special case for S3 and SimpleDB in us-east-1 + if (['s3', 'sdb'].indexOf(this.service) >= 0 && this.region === 'us-east-1') return true + + return ['cloudfront', 'ls', 'route53', 'iam', 'importexport', 'sts'] + .indexOf(this.service) >= 0 +} + +RequestSigner.prototype.createHost = function() { + var region = this.isSingleRegion() ? '' : + (this.service === 's3' && this.region !== 'us-east-1' ? '-' : '.') + this.region, + service = this.service === 'ses' ? 'email' : this.service + return service + region + '.amazonaws.com' +} + +RequestSigner.prototype.prepareRequest = function() { + this.parsePath() + + var request = this.request, headers = request.headers, query + + if (request.signQuery) { + + this.parsedPath.query = query = this.parsedPath.query || {} + + if (this.credentials.sessionToken) + query['X-Amz-Security-Token'] = this.credentials.sessionToken + + if (this.service === 's3' && !query['X-Amz-Expires']) + query['X-Amz-Expires'] = 86400 + + if (query['X-Amz-Date']) + this.datetime = query['X-Amz-Date'] + else + query['X-Amz-Date'] = this.getDateTime() + + query['X-Amz-Algorithm'] = 'AWS4-HMAC-SHA256' + query['X-Amz-Credential'] = this.credentials.accessKeyId + '/' + this.credentialString() + query['X-Amz-SignedHeaders'] = this.signedHeaders() + + } else { + + if (!request.doNotModifyHeaders && !this.isCodeCommitGit) { + if (request.body && !headers['Content-Type'] && !headers['content-type']) + headers['Content-Type'] = 'application/x-www-form-urlencoded; charset=utf-8' + + if (request.body && !headers['Content-Length'] && !headers['content-length']) + headers['Content-Length'] = Buffer.byteLength(request.body) + + if (this.credentials.sessionToken && !headers['X-Amz-Security-Token'] && !headers['x-amz-security-token']) + headers['X-Amz-Security-Token'] = this.credentials.sessionToken + + if (this.service === 's3' && !headers['X-Amz-Content-Sha256'] && !headers['x-amz-content-sha256']) + headers['X-Amz-Content-Sha256'] = hash(this.request.body || '', 'hex') + + if (headers['X-Amz-Date'] || headers['x-amz-date']) + this.datetime = headers['X-Amz-Date'] || headers['x-amz-date'] + else + headers['X-Amz-Date'] = this.getDateTime() + } + + delete headers.Authorization + delete headers.authorization + } +} + +RequestSigner.prototype.sign = function() { + if (!this.parsedPath) this.prepareRequest() + + if (this.request.signQuery) { + this.parsedPath.query['X-Amz-Signature'] = this.signature() + } else { + this.request.headers.Authorization = this.authHeader() + } + + this.request.path = this.formatPath() + + return this.request +} + +RequestSigner.prototype.getDateTime = function() { + if (!this.datetime) { + var headers = this.request.headers, + date = new Date(headers.Date || headers.date || new Date) + + this.datetime = date.toISOString().replace(/[:\-]|\.\d{3}/g, '') + + // Remove the trailing 'Z' on the timestamp string for CodeCommit git access + if (this.isCodeCommitGit) this.datetime = this.datetime.slice(0, -1) + } + return this.datetime +} + +RequestSigner.prototype.getDate = function() { + return this.getDateTime().substr(0, 8) +} + +RequestSigner.prototype.authHeader = function() { + return [ + 'AWS4-HMAC-SHA256 Credential=' + this.credentials.accessKeyId + '/' + this.credentialString(), + 'SignedHeaders=' + this.signedHeaders(), + 'Signature=' + this.signature(), + ].join(', ') +} + +RequestSigner.prototype.signature = function() { + var date = this.getDate(), + cacheKey = [this.credentials.secretAccessKey, date, this.region, this.service].join(), + kDate, kRegion, kService, kCredentials = credentialsCache.get(cacheKey) + if (!kCredentials) { + kDate = hmac('AWS4' + this.credentials.secretAccessKey, date) + kRegion = hmac(kDate, this.region) + kService = hmac(kRegion, this.service) + kCredentials = hmac(kService, 'aws4_request') + credentialsCache.set(cacheKey, kCredentials) + } + return hmac(kCredentials, this.stringToSign(), 'hex') +} + +RequestSigner.prototype.stringToSign = function() { + return [ + 'AWS4-HMAC-SHA256', + this.getDateTime(), + this.credentialString(), + hash(this.canonicalString(), 'hex'), + ].join('\n') +} + +RequestSigner.prototype.canonicalString = function() { + if (!this.parsedPath) this.prepareRequest() + + var pathStr = this.parsedPath.path, + query = this.parsedPath.query, + headers = this.request.headers, + queryStr = '', + normalizePath = this.service !== 's3', + decodePath = this.service === 's3' || this.request.doNotEncodePath, + decodeSlashesInPath = this.service === 's3', + firstValOnly = this.service === 's3', + bodyHash + + if (this.service === 's3' && this.request.signQuery) { + bodyHash = 'UNSIGNED-PAYLOAD' + } else if (this.isCodeCommitGit) { + bodyHash = '' + } else { + bodyHash = headers['X-Amz-Content-Sha256'] || headers['x-amz-content-sha256'] || + hash(this.request.body || '', 'hex') + } + + if (query) { + queryStr = encodeRfc3986(querystring.stringify(Object.keys(query).sort().reduce(function(obj, key) { + if (!key) return obj + obj[key] = !Array.isArray(query[key]) ? query[key] : + (firstValOnly ? query[key][0] : query[key].slice().sort()) + return obj + }, {}))) + } + if (pathStr !== '/') { + if (normalizePath) pathStr = pathStr.replace(/\/{2,}/g, '/') + pathStr = pathStr.split('/').reduce(function(path, piece) { + if (normalizePath && piece === '..') { + path.pop() + } else if (!normalizePath || piece !== '.') { + if (decodePath) piece = decodeURIComponent(piece) + path.push(encodeRfc3986(encodeURIComponent(piece))) + } + return path + }, []).join('/') + if (pathStr[0] !== '/') pathStr = '/' + pathStr + if (decodeSlashesInPath) pathStr = pathStr.replace(/%2F/g, '/') + } + + return [ + this.request.method || 'GET', + pathStr, + queryStr, + this.canonicalHeaders() + '\n', + this.signedHeaders(), + bodyHash, + ].join('\n') +} + +RequestSigner.prototype.canonicalHeaders = function() { + var headers = this.request.headers + function trimAll(header) { + return header.toString().trim().replace(/\s+/g, ' ') + } + return Object.keys(headers) + .sort(function(a, b) { return a.toLowerCase() < b.toLowerCase() ? -1 : 1 }) + .map(function(key) { return key.toLowerCase() + ':' + trimAll(headers[key]) }) + .join('\n') +} + +RequestSigner.prototype.signedHeaders = function() { + return Object.keys(this.request.headers) + .map(function(key) { return key.toLowerCase() }) + .sort() + .join(';') +} + +RequestSigner.prototype.credentialString = function() { + return [ + this.getDate(), + this.region, + this.service, + 'aws4_request', + ].join('/') +} + +RequestSigner.prototype.defaultCredentials = function() { + var env = process.env + return { + accessKeyId: env.AWS_ACCESS_KEY_ID || env.AWS_ACCESS_KEY, + secretAccessKey: env.AWS_SECRET_ACCESS_KEY || env.AWS_SECRET_KEY, + sessionToken: env.AWS_SESSION_TOKEN, + } +} + +RequestSigner.prototype.parsePath = function() { + var path = this.request.path || '/', + queryIx = path.indexOf('?'), + query = null + + if (queryIx >= 0) { + query = querystring.parse(path.slice(queryIx + 1)) + path = path.slice(0, queryIx) + } + + // S3 doesn't always encode characters > 127 correctly and + // all services don't encode characters > 255 correctly + // So if there are non-reserved chars (and it's not already all % encoded), just encode them all + if (/[^0-9A-Za-z!'()*\-._~%/]/.test(path)) { + path = path.split('/').map(function(piece) { + return encodeURIComponent(decodeURIComponent(piece)) + }).join('/') + } + + this.parsedPath = { + path: path, + query: query, + } +} + +RequestSigner.prototype.formatPath = function() { + var path = this.parsedPath.path, + query = this.parsedPath.query + + if (!query) return path + + // Services don't support empty query string keys + if (query[''] != null) delete query[''] + + return path + '?' + encodeRfc3986(querystring.stringify(query)) +} + +aws4.RequestSigner = RequestSigner + +aws4.sign = function(request, credentials) { + return new RequestSigner(request, credentials).sign() +} diff --git a/user/themes/gilles_acezat/node_modules/aws4/lru.js b/user/themes/gilles_acezat/node_modules/aws4/lru.js new file mode 100644 index 0000000..333f66a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/aws4/lru.js @@ -0,0 +1,96 @@ +module.exports = function(size) { + return new LruCache(size) +} + +function LruCache(size) { + this.capacity = size | 0 + this.map = Object.create(null) + this.list = new DoublyLinkedList() +} + +LruCache.prototype.get = function(key) { + var node = this.map[key] + if (node == null) return undefined + this.used(node) + return node.val +} + +LruCache.prototype.set = function(key, val) { + var node = this.map[key] + if (node != null) { + node.val = val + } else { + if (!this.capacity) this.prune() + if (!this.capacity) return false + node = new DoublyLinkedNode(key, val) + this.map[key] = node + this.capacity-- + } + this.used(node) + return true +} + +LruCache.prototype.used = function(node) { + this.list.moveToFront(node) +} + +LruCache.prototype.prune = function() { + var node = this.list.pop() + if (node != null) { + delete this.map[node.key] + this.capacity++ + } +} + + +function DoublyLinkedList() { + this.firstNode = null + this.lastNode = null +} + +DoublyLinkedList.prototype.moveToFront = function(node) { + if (this.firstNode == node) return + + this.remove(node) + + if (this.firstNode == null) { + this.firstNode = node + this.lastNode = node + node.prev = null + node.next = null + } else { + node.prev = null + node.next = this.firstNode + node.next.prev = node + this.firstNode = node + } +} + +DoublyLinkedList.prototype.pop = function() { + var lastNode = this.lastNode + if (lastNode != null) { + this.remove(lastNode) + } + return lastNode +} + +DoublyLinkedList.prototype.remove = function(node) { + if (this.firstNode == node) { + this.firstNode = node.next + } else if (node.prev != null) { + node.prev.next = node.next + } + if (this.lastNode == node) { + this.lastNode = node.prev + } else if (node.next != null) { + node.next.prev = node.prev + } +} + + +function DoublyLinkedNode(key, val) { + this.key = key + this.val = val + this.prev = null + this.next = null +} diff --git a/user/themes/gilles_acezat/node_modules/aws4/package.json b/user/themes/gilles_acezat/node_modules/aws4/package.json new file mode 100644 index 0000000..09d2774 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/aws4/package.json @@ -0,0 +1,104 @@ +{ + "_from": "aws4@^1.8.0", + "_id": "aws4@1.8.0", + "_inBundle": false, + "_integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==", + "_location": "/aws4", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "aws4@^1.8.0", + "name": "aws4", + "escapedName": "aws4", + "rawSpec": "^1.8.0", + "saveSpec": null, + "fetchSpec": "^1.8.0" + }, + "_requiredBy": [ + "/request" + ], + "_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz", + "_shasum": "f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f", + "_spec": "aws4@^1.8.0", + "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres/node_modules/request", + "author": { + "name": "Michael Hart", + "email": "michael.hart.au@gmail.com", + "url": "http://github.com/mhart" + }, + "bugs": { + "url": "https://github.com/mhart/aws4/issues" + }, + "bundleDependencies": false, + "deprecated": false, + "description": "Signs and prepares requests using AWS Signature Version 4", + "devDependencies": { + "mocha": "^2.4.5", + "should": "^8.2.2" + }, + "homepage": "https://github.com/mhart/aws4#readme", + "keywords": [ + "amazon", + "aws", + "signature", + "s3", + "ec2", + "autoscaling", + "cloudformation", + "elasticloadbalancing", + "elb", + "elasticbeanstalk", + "cloudsearch", + "dynamodb", + "kinesis", + "lambda", + "glacier", + "sqs", + "sns", + "iam", + "sts", + "ses", + "swf", + "storagegateway", + "datapipeline", + "directconnect", + "redshift", + "opsworks", + "rds", + "monitoring", + "cloudtrail", + "cloudfront", + "codedeploy", + "elasticache", + "elasticmapreduce", + "elastictranscoder", + "emr", + "cloudwatch", + "mobileanalytics", + "cognitoidentity", + "cognitosync", + "cognito", + "containerservice", + "ecs", + "appstream", + "keymanagementservice", + "kms", + "config", + "cloudhsm", + "route53", + "route53domains", + "logs" + ], + "license": "MIT", + "main": "aws4.js", + "name": "aws4", + "repository": { + "type": "git", + "url": "git+https://github.com/mhart/aws4.git" + }, + "scripts": { + "test": "mocha ./test/fast.js ./test/slow.js -b -t 100s -R list" + }, + "version": "1.8.0" +} diff --git a/user/themes/gilles_acezat/node_modules/balanced-match/.npmignore b/user/themes/gilles_acezat/node_modules/balanced-match/.npmignore new file mode 100644 index 0000000..ae5d8c3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/balanced-match/.npmignore @@ -0,0 +1,5 @@ +test +.gitignore +.travis.yml +Makefile +example.js diff --git a/user/themes/gilles_acezat/node_modules/balanced-match/LICENSE.md b/user/themes/gilles_acezat/node_modules/balanced-match/LICENSE.md new file mode 100644 index 0000000..2cdc8e4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/balanced-match/LICENSE.md @@ -0,0 +1,21 @@ +(MIT) + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.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/user/themes/gilles_acezat/node_modules/balanced-match/README.md b/user/themes/gilles_acezat/node_modules/balanced-match/README.md new file mode 100644 index 0000000..08e918c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/balanced-match/README.md @@ -0,0 +1,91 @@ +# balanced-match + +Match balanced string pairs, like `{` and `}` or `` and ``. Supports regular expressions as well! + +[![build status](https://secure.travis-ci.org/juliangruber/balanced-match.svg)](http://travis-ci.org/juliangruber/balanced-match) +[![downloads](https://img.shields.io/npm/dm/balanced-match.svg)](https://www.npmjs.org/package/balanced-match) + +[![testling badge](https://ci.testling.com/juliangruber/balanced-match.png)](https://ci.testling.com/juliangruber/balanced-match) + +## Example + +Get the first matching pair of braces: + +```js +var balanced = require('balanced-match'); + +console.log(balanced('{', '}', 'pre{in{nested}}post')); +console.log(balanced('{', '}', 'pre{first}between{second}post')); +console.log(balanced(/\s+\{\s+/, /\s+\}\s+/, 'pre { in{nest} } post')); +``` + +The matches are: + +```bash +$ node example.js +{ start: 3, end: 14, pre: 'pre', body: 'in{nested}', post: 'post' } +{ start: 3, + end: 9, + pre: 'pre', + body: 'first', + post: 'between{second}post' } +{ start: 3, end: 17, pre: 'pre', body: 'in{nest}', post: 'post' } +``` + +## API + +### var m = balanced(a, b, str) + +For the first non-nested matching pair of `a` and `b` in `str`, return an +object with those keys: + +* **start** the index of the first match of `a` +* **end** the index of the matching `b` +* **pre** the preamble, `a` and `b` not included +* **body** the match, `a` and `b` not included +* **post** the postscript, `a` and `b` not included + +If there's no match, `undefined` will be returned. + +If the `str` contains more `a` than `b` / there are unmatched pairs, the first match that was closed will be used. For example, `{{a}` will match `['{', 'a', '']` and `{a}}` will match `['', 'a', '}']`. + +### var r = balanced.range(a, b, str) + +For the first non-nested matching pair of `a` and `b` in `str`, return an +array with indexes: `[ , ]`. + +If there's no match, `undefined` will be returned. + +If the `str` contains more `a` than `b` / there are unmatched pairs, the first match that was closed will be used. For example, `{{a}` will match `[ 1, 3 ]` and `{a}}` will match `[0, 2]`. + +## Installation + +With [npm](https://npmjs.org) do: + +```bash +npm install balanced-match +``` + +## License + +(MIT) + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.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/user/themes/gilles_acezat/node_modules/balanced-match/index.js b/user/themes/gilles_acezat/node_modules/balanced-match/index.js new file mode 100644 index 0000000..1685a76 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/balanced-match/index.js @@ -0,0 +1,59 @@ +'use strict'; +module.exports = balanced; +function balanced(a, b, str) { + if (a instanceof RegExp) a = maybeMatch(a, str); + if (b instanceof RegExp) b = maybeMatch(b, str); + + var r = range(a, b, str); + + return r && { + start: r[0], + end: r[1], + pre: str.slice(0, r[0]), + body: str.slice(r[0] + a.length, r[1]), + post: str.slice(r[1] + b.length) + }; +} + +function maybeMatch(reg, str) { + var m = str.match(reg); + return m ? m[0] : null; +} + +balanced.range = range; +function range(a, b, str) { + var begs, beg, left, right, result; + var ai = str.indexOf(a); + var bi = str.indexOf(b, ai + 1); + var i = ai; + + if (ai >= 0 && bi > 0) { + begs = []; + left = str.length; + + while (i >= 0 && !result) { + if (i == ai) { + begs.push(i); + ai = str.indexOf(a, i + 1); + } else if (begs.length == 1) { + result = [ begs.pop(), bi ]; + } else { + beg = begs.pop(); + if (beg < left) { + left = beg; + right = bi; + } + + bi = str.indexOf(b, i + 1); + } + + i = ai < bi && ai >= 0 ? ai : bi; + } + + if (begs.length) { + result = [ left, right ]; + } + } + + return result; +} diff --git a/user/themes/gilles_acezat/node_modules/balanced-match/package.json b/user/themes/gilles_acezat/node_modules/balanced-match/package.json new file mode 100644 index 0000000..7f51db8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/balanced-match/package.json @@ -0,0 +1,81 @@ +{ + "_args": [ + [ + "balanced-match@1.0.0", + "/mnt/data/Sites/r2c.net/user/themes/r2c" + ] + ], + "_development": true, + "_from": "balanced-match@1.0.0", + "_id": "balanced-match@1.0.0", + "_inBundle": false, + "_integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "_location": "/balanced-match", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "balanced-match@1.0.0", + "name": "balanced-match", + "escapedName": "balanced-match", + "rawSpec": "1.0.0", + "saveSpec": null, + "fetchSpec": "1.0.0" + }, + "_requiredBy": [ + "/brace-expansion" + ], + "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "_spec": "1.0.0", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c", + "author": { + "name": "Julian Gruber", + "email": "mail@juliangruber.com", + "url": "http://juliangruber.com" + }, + "bugs": { + "url": "https://github.com/juliangruber/balanced-match/issues" + }, + "dependencies": {}, + "description": "Match balanced character pairs, like \"{\" and \"}\"", + "devDependencies": { + "matcha": "^0.7.0", + "tape": "^4.6.0" + }, + "homepage": "https://github.com/juliangruber/balanced-match", + "keywords": [ + "match", + "regexp", + "test", + "balanced", + "parse" + ], + "license": "MIT", + "main": "index.js", + "name": "balanced-match", + "repository": { + "type": "git", + "url": "git://github.com/juliangruber/balanced-match.git" + }, + "scripts": { + "bench": "make bench", + "test": "make test" + }, + "testling": { + "files": "test/*.js", + "browsers": [ + "ie/8..latest", + "firefox/20..latest", + "firefox/nightly", + "chrome/25..latest", + "chrome/canary", + "opera/12..latest", + "opera/next", + "safari/5.1..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2..latest" + ] + }, + "version": "1.0.0" +} diff --git a/user/themes/gilles_acezat/node_modules/base/LICENSE b/user/themes/gilles_acezat/node_modules/base/LICENSE new file mode 100644 index 0000000..e33d14b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/base/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-2017, Jon Schlinkert. + +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/user/themes/gilles_acezat/node_modules/base/README.md b/user/themes/gilles_acezat/node_modules/base/README.md new file mode 100644 index 0000000..c77cdaf --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/base/README.md @@ -0,0 +1,491 @@ +

+ + + +

+ +# base [![NPM version](https://img.shields.io/npm/v/base.svg?style=flat)](https://www.npmjs.com/package/base) [![NPM monthly downloads](https://img.shields.io/npm/dm/base.svg?style=flat)](https://npmjs.org/package/base) [![NPM total downloads](https://img.shields.io/npm/dt/base.svg?style=flat)](https://npmjs.org/package/base) [![Linux Build Status](https://img.shields.io/travis/node-base/base.svg?style=flat&label=Travis)](https://travis-ci.org/node-base/base) + +> base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save base +``` + +## What is Base? + +Base is a framework for rapidly creating high quality node.js applications, using plugins like building blocks. + +### Guiding principles + +The core team follows these principles to help guide API decisions: + +* **Compact API surface**: The smaller the API surface, the easier the library will be to learn and use. +* **Easy to extend**: Implementors can use any npm package, and write plugins in pure JavaScript. If you're building complex apps, Base simplifies inheritance. +* **Easy to test**: No special setup should be required to unit test `Base` or base plugins + +### Minimal API surface + +[The API](#api) was designed to provide only the minimum necessary functionality for creating a useful application, with or without [plugins](#plugins). + +**Base core** + +Base itself ships with only a handful of [useful methods](#api), such as: + +* `.set`: for setting values on the instance +* `.get`: for getting values from the instance +* `.has`: to check if a property exists on the instance +* `.define`: for setting non-enumerable values on the instance +* `.use`: for adding plugins + +**Be generic** + +When deciding on method to add or remove, we try to answer these questions: + +1. Will all or most Base applications need this method? +2. Will this method encourage practices or enforce conventions that are beneficial to implementors? +3. Can or should this be done in a plugin instead? + +### Composability + +**Plugin system** + +It couldn't be easier to extend Base with any features or custom functionality you can think of. + +Base plugins are just functions that take an instance of `Base`: + +```js +var base = new Base(); + +function plugin(base) { + // do plugin stuff, in pure JavaScript +} +// use the plugin +base.use(plugin); +``` + +**Inheritance** + +Easily inherit Base using `.extend`: + +```js +var Base = require('base'); + +function MyApp() { + Base.call(this); +} +Base.extend(MyApp); + +var app = new MyApp(); +app.set('a', 'b'); +app.get('a'); +//=> 'b'; +``` + +**Inherit or instantiate with a namespace** + +By default, the `.get`, `.set` and `.has` methods set and get values from the root of the `base` instance. You can customize this using the `.namespace` method exposed on the exported function. For example: + +```js +var Base = require('base'); +// get and set values on the `base.cache` object +var base = Base.namespace('cache'); + +var app = base(); +app.set('foo', 'bar'); +console.log(app.cache.foo); +//=> 'bar' +``` + +## API + +**Usage** + +```js +var Base = require('base'); +var app = new Base(); +app.set('foo', 'bar'); +console.log(app.foo); +//=> 'bar' +``` + +### [Base](index.js#L44) + +Create an instance of `Base` with the given `config` and `options`. + +**Params** + +* `config` **{Object}**: If supplied, this object is passed to [cache-base](https://github.com/jonschlinkert/cache-base) to merge onto the the instance upon instantiation. +* `options` **{Object}**: If supplied, this object is used to initialize the `base.options` object. + +**Example** + +```js +// initialize with `config` and `options` +var app = new Base({isApp: true}, {abc: true}); +app.set('foo', 'bar'); + +// values defined with the given `config` object will be on the root of the instance +console.log(app.baz); //=> undefined +console.log(app.foo); //=> 'bar' +// or use `.get` +console.log(app.get('isApp')); //=> true +console.log(app.get('foo')); //=> 'bar' + +// values defined with the given `options` object will be on `app.options +console.log(app.options.abc); //=> true +``` + +### [.is](index.js#L107) + +Set the given `name` on `app._name` and `app.is*` properties. Used for doing lookups in plugins. + +**Params** + +* `name` **{String}** +* `returns` **{Boolean}** + +**Example** + +```js +app.is('foo'); +console.log(app._name); +//=> 'foo' +console.log(app.isFoo); +//=> true +app.is('bar'); +console.log(app.isFoo); +//=> true +console.log(app.isBar); +//=> true +console.log(app._name); +//=> 'bar' +``` + +### [.isRegistered](index.js#L145) + +Returns true if a plugin has already been registered on an instance. + +Plugin implementors are encouraged to use this first thing in a plugin +to prevent the plugin from being called more than once on the same +instance. + +**Params** + +* `name` **{String}**: The plugin name. +* `register` **{Boolean}**: If the plugin if not already registered, to record it as being registered pass `true` as the second argument. +* `returns` **{Boolean}**: Returns true if a plugin is already registered. + +**Events** + +* `emits`: `plugin` Emits the name of the plugin being registered. Useful for unit tests, to ensure plugins are only registered once. + +**Example** + +```js +var base = new Base(); +base.use(function(app) { + if (app.isRegistered('myPlugin')) return; + // do stuff to `app` +}); + +// to also record the plugin as being registered +base.use(function(app) { + if (app.isRegistered('myPlugin', true)) return; + // do stuff to `app` +}); +``` + +### [.use](index.js#L175) + +Define a plugin function to be called immediately upon init. Plugins are chainable and expose the following arguments to the plugin function: + +* `app`: the current instance of `Base` +* `base`: the [first ancestor instance](#base) of `Base` + +**Params** + +* `fn` **{Function}**: plugin function to call +* `returns` **{Object}**: Returns the item instance for chaining. + +**Example** + +```js +var app = new Base() + .use(foo) + .use(bar) + .use(baz) +``` + +### [.define](index.js#L197) + +The `.define` method is used for adding non-enumerable property on the instance. Dot-notation is **not supported** with `define`. + +**Params** + +* `key` **{String}**: The name of the property to define. +* `value` **{any}** +* `returns` **{Object}**: Returns the instance for chaining. + +**Example** + +```js +// arbitrary `render` function using lodash `template` +app.define('render', function(str, locals) { + return _.template(str)(locals); +}); +``` + +### [.mixin](index.js#L222) + +Mix property `key` onto the Base prototype. If base is inherited using `Base.extend` this method will be overridden by a new `mixin` method that will only add properties to the prototype of the inheriting application. + +**Params** + +* `key` **{String}** +* `val` **{Object|Array}** +* `returns` **{Object}**: Returns the `base` instance for chaining. + +**Example** + +```js +app.mixin('foo', function() { + // do stuff +}); +``` + +### [.base](index.js#L268) + +Getter/setter used when creating nested instances of `Base`, for storing a reference to the first ancestor instance. This works by setting an instance of `Base` on the `parent` property of a "child" instance. The `base` property defaults to the current instance if no `parent` property is defined. + +**Example** + +```js +// create an instance of `Base`, this is our first ("base") instance +var first = new Base(); +first.foo = 'bar'; // arbitrary property, to make it easier to see what's happening later + +// create another instance +var second = new Base(); +// create a reference to the first instance (`first`) +second.parent = first; + +// create another instance +var third = new Base(); +// create a reference to the previous instance (`second`) +// repeat this pattern every time a "child" instance is created +third.parent = second; + +// we can always access the first instance using the `base` property +console.log(first.base.foo); +//=> 'bar' +console.log(second.base.foo); +//=> 'bar' +console.log(third.base.foo); +//=> 'bar' +// and now you know how to get to third base ;) +``` + +### [#use](index.js#L293) + +Static method for adding global plugin functions that will be added to an instance when created. + +**Params** + +* `fn` **{Function}**: Plugin function to use on each instance. +* `returns` **{Object}**: Returns the `Base` constructor for chaining + +**Example** + +```js +Base.use(function(app) { + app.foo = 'bar'; +}); +var app = new Base(); +console.log(app.foo); +//=> 'bar' +``` + +### [#extend](index.js#L337) + +Static method for inheriting the prototype and static methods of the `Base` class. This method greatly simplifies the process of creating inheritance-based applications. See [static-extend](https://github.com/jonschlinkert/static-extend) for more details. + +**Params** + +* `Ctor` **{Function}**: constructor to extend +* `methods` **{Object}**: Optional prototype properties to mix in. +* `returns` **{Object}**: Returns the `Base` constructor for chaining + +**Example** + +```js +var extend = cu.extend(Parent); +Parent.extend(Child); + +// optional methods +Parent.extend(Child, { + foo: function() {}, + bar: function() {} +}); +``` + +### [#mixin](index.js#L379) + +Used for adding methods to the `Base` prototype, and/or to the prototype of child instances. When a mixin function returns a function, the returned function is pushed onto the `.mixins` array, making it available to be used on inheriting classes whenever `Base.mixins()` is called (e.g. `Base.mixins(Child)`). + +**Params** + +* `fn` **{Function}**: Function to call +* `returns` **{Object}**: Returns the `Base` constructor for chaining + +**Example** + +```js +Base.mixin(function(proto) { + proto.foo = function(msg) { + return 'foo ' + msg; + }; +}); +``` + +### [#mixins](index.js#L401) + +Static method for running global mixin functions against a child constructor. Mixins must be registered before calling this method. + +**Params** + +* `Child` **{Function}**: Constructor function of a child class +* `returns` **{Object}**: Returns the `Base` constructor for chaining + +**Example** + +```js +Base.extend(Child); +Base.mixins(Child); +``` + +### [#inherit](index.js#L420) + +Similar to `util.inherit`, but copies all static properties, prototype properties, and getters/setters from `Provider` to `Receiver`. See [class-utils](https://github.com/jonschlinkert/class-utils#inherit) for more details. + +**Params** + +* `Receiver` **{Function}**: Receiving (child) constructor +* `Provider` **{Function}**: Providing (parent) constructor +* `returns` **{Object}**: Returns the `Base` constructor for chaining + +**Example** + +```js +Base.inherit(Foo, Bar); +``` + +## In the wild + +The following node.js applications were built with `Base`: + +* [assemble](https://github.com/assemble/assemble) +* [verb](https://github.com/verbose/verb) +* [generate](https://github.com/generate/generate) +* [scaffold](https://github.com/jonschlinkert/scaffold) +* [boilerplate](https://github.com/jonschlinkert/boilerplate) + +## Test coverage + +``` +Statements : 98.91% ( 91/92 ) +Branches : 92.86% ( 26/28 ) +Functions : 100% ( 17/17 ) +Lines : 98.9% ( 90/91 ) +``` + +## History + +### v0.11.2 + +* fixes https://github.com/micromatch/micromatch/issues/99 + +### v0.11.0 + +**Breaking changes** + +* Static `.use` and `.run` methods are now non-enumerable + +### v0.9.0 + +**Breaking changes** + +* `.is` no longer takes a function, a string must be passed +* all remaining `.debug` code has been removed +* `app._namespace` was removed (related to `debug`) +* `.plugin`, `.use`, and `.define` no longer emit events +* `.assertPlugin` was removed +* `.lazy` was removed + +## About + +### Related projects + +* [base-cwd](https://www.npmjs.com/package/base-cwd): Base plugin that adds a getter/setter for the current working directory. | [homepage](https://github.com/node-base/base-cwd "Base plugin that adds a getter/setter for the current working directory.") +* [base-data](https://www.npmjs.com/package/base-data): adds a `data` method to base-methods. | [homepage](https://github.com/node-base/base-data "adds a `data` method to base-methods.") +* [base-fs](https://www.npmjs.com/package/base-fs): base-methods plugin that adds vinyl-fs methods to your 'base' application for working with the file… [more](https://github.com/node-base/base-fs) | [homepage](https://github.com/node-base/base-fs "base-methods plugin that adds vinyl-fs methods to your 'base' application for working with the file system, like src, dest, copy and symlink.") +* [base-generators](https://www.npmjs.com/package/base-generators): Adds project-generator support to your `base` application. | [homepage](https://github.com/node-base/base-generators "Adds project-generator support to your `base` application.") +* [base-option](https://www.npmjs.com/package/base-option): Adds a few options methods to base, like `option`, `enable` and `disable`. See the readme… [more](https://github.com/node-base/base-option) | [homepage](https://github.com/node-base/base-option "Adds a few options methods to base, like `option`, `enable` and `disable`. See the readme for the full API.") +* [base-pipeline](https://www.npmjs.com/package/base-pipeline): base-methods plugin that adds pipeline and plugin methods for dynamically composing streaming plugin pipelines. | [homepage](https://github.com/node-base/base-pipeline "base-methods plugin that adds pipeline and plugin methods for dynamically composing streaming plugin pipelines.") +* [base-pkg](https://www.npmjs.com/package/base-pkg): Plugin for adding a `pkg` method that exposes pkg-store to your base application. | [homepage](https://github.com/node-base/base-pkg "Plugin for adding a `pkg` method that exposes pkg-store to your base application.") +* [base-plugins](https://www.npmjs.com/package/base-plugins): Adds 'smart plugin' support to your base application. | [homepage](https://github.com/node-base/base-plugins "Adds 'smart plugin' support to your base application.") +* [base-questions](https://www.npmjs.com/package/base-questions): Plugin for base-methods that adds methods for prompting the user and storing the answers on… [more](https://github.com/node-base/base-questions) | [homepage](https://github.com/node-base/base-questions "Plugin for base-methods that adds methods for prompting the user and storing the answers on a project-by-project basis.") +* [base-store](https://www.npmjs.com/package/base-store): Plugin for getting and persisting config values with your base-methods application. Adds a 'store' object… [more](https://github.com/node-base/base-store) | [homepage](https://github.com/node-base/base-store "Plugin for getting and persisting config values with your base-methods application. Adds a 'store' object that exposes all of the methods from the data-store library. Also now supports sub-stores!") +* [base-task](https://www.npmjs.com/package/base-task): base plugin that provides a very thin wrapper around [https://github.com/doowb/composer](https://github.com/doowb/composer) for adding task methods to… [more](https://github.com/node-base/base-task) | [homepage](https://github.com/node-base/base-task "base plugin that provides a very thin wrapper around for adding task methods to your application.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 141 | [jonschlinkert](https://github.com/jonschlinkert) | +| 30 | [doowb](https://github.com/doowb) | +| 3 | [charlike](https://github.com/charlike) | +| 1 | [criticalmash](https://github.com/criticalmash) | +| 1 | [wtgtybhertgeghgtwtg](https://github.com/wtgtybhertgeghgtwtg) | + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on September 07, 2017._ \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/base/index.js b/user/themes/gilles_acezat/node_modules/base/index.js new file mode 100644 index 0000000..fb68048 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/base/index.js @@ -0,0 +1,435 @@ +'use strict'; + +var util = require('util'); +var define = require('define-property'); +var CacheBase = require('cache-base'); +var Emitter = require('component-emitter'); +var isObject = require('isobject'); +var merge = require('mixin-deep'); +var pascal = require('pascalcase'); +var cu = require('class-utils'); + +/** + * Optionally define a custom `cache` namespace to use. + */ + +function namespace(name) { + var Cache = name ? CacheBase.namespace(name) : CacheBase; + var fns = []; + + /** + * Create an instance of `Base` with the given `config` and `options`. + * + * ```js + * // initialize with `config` and `options` + * var app = new Base({isApp: true}, {abc: true}); + * app.set('foo', 'bar'); + * + * // values defined with the given `config` object will be on the root of the instance + * console.log(app.baz); //=> undefined + * console.log(app.foo); //=> 'bar' + * // or use `.get` + * console.log(app.get('isApp')); //=> true + * console.log(app.get('foo')); //=> 'bar' + * + * // values defined with the given `options` object will be on `app.options + * console.log(app.options.abc); //=> true + * ``` + * + * @param {Object} `config` If supplied, this object is passed to [cache-base][] to merge onto the the instance upon instantiation. + * @param {Object} `options` If supplied, this object is used to initialize the `base.options` object. + * @api public + */ + + function Base(config, options) { + if (!(this instanceof Base)) { + return new Base(config, options); + } + Cache.call(this, config); + this.is('base'); + this.initBase(config, options); + } + + /** + * Inherit cache-base + */ + + util.inherits(Base, Cache); + + /** + * Add static emitter methods + */ + + Emitter(Base); + + /** + * Initialize `Base` defaults with the given `config` object + */ + + Base.prototype.initBase = function(config, options) { + this.options = merge({}, this.options, options); + this.cache = this.cache || {}; + this.define('registered', {}); + if (name) this[name] = {}; + + // make `app._callbacks` non-enumerable + this.define('_callbacks', this._callbacks); + if (isObject(config)) { + this.visit('set', config); + } + Base.run(this, 'use', fns); + }; + + /** + * Set the given `name` on `app._name` and `app.is*` properties. Used for doing + * lookups in plugins. + * + * ```js + * app.is('foo'); + * console.log(app._name); + * //=> 'foo' + * console.log(app.isFoo); + * //=> true + * app.is('bar'); + * console.log(app.isFoo); + * //=> true + * console.log(app.isBar); + * //=> true + * console.log(app._name); + * //=> 'bar' + * ``` + * @name .is + * @param {String} `name` + * @return {Boolean} + * @api public + */ + + Base.prototype.is = function(name) { + if (typeof name !== 'string') { + throw new TypeError('expected name to be a string'); + } + this.define('is' + pascal(name), true); + this.define('_name', name); + this.define('_appname', name); + return this; + }; + + /** + * Returns true if a plugin has already been registered on an instance. + * + * Plugin implementors are encouraged to use this first thing in a plugin + * to prevent the plugin from being called more than once on the same + * instance. + * + * ```js + * var base = new Base(); + * base.use(function(app) { + * if (app.isRegistered('myPlugin')) return; + * // do stuff to `app` + * }); + * + * // to also record the plugin as being registered + * base.use(function(app) { + * if (app.isRegistered('myPlugin', true)) return; + * // do stuff to `app` + * }); + * ``` + * @name .isRegistered + * @emits `plugin` Emits the name of the plugin being registered. Useful for unit tests, to ensure plugins are only registered once. + * @param {String} `name` The plugin name. + * @param {Boolean} `register` If the plugin if not already registered, to record it as being registered pass `true` as the second argument. + * @return {Boolean} Returns true if a plugin is already registered. + * @api public + */ + + Base.prototype.isRegistered = function(name, register) { + if (this.registered.hasOwnProperty(name)) { + return true; + } + if (register !== false) { + this.registered[name] = true; + this.emit('plugin', name); + } + return false; + }; + + /** + * Define a plugin function to be called immediately upon init. Plugins are chainable + * and expose the following arguments to the plugin function: + * + * - `app`: the current instance of `Base` + * - `base`: the [first ancestor instance](#base) of `Base` + * + * ```js + * var app = new Base() + * .use(foo) + * .use(bar) + * .use(baz) + * ``` + * @name .use + * @param {Function} `fn` plugin function to call + * @return {Object} Returns the item instance for chaining. + * @api public + */ + + Base.prototype.use = function(fn) { + fn.call(this, this); + return this; + }; + + /** + * The `.define` method is used for adding non-enumerable property on the instance. + * Dot-notation is **not supported** with `define`. + * + * ```js + * // arbitrary `render` function using lodash `template` + * app.define('render', function(str, locals) { + * return _.template(str)(locals); + * }); + * ``` + * @name .define + * @param {String} `key` The name of the property to define. + * @param {any} `value` + * @return {Object} Returns the instance for chaining. + * @api public + */ + + Base.prototype.define = function(key, val) { + if (isObject(key)) { + return this.visit('define', key); + } + define(this, key, val); + return this; + }; + + /** + * Mix property `key` onto the Base prototype. If base is inherited using + * `Base.extend` this method will be overridden by a new `mixin` method that will + * only add properties to the prototype of the inheriting application. + * + * ```js + * app.mixin('foo', function() { + * // do stuff + * }); + * ``` + * @name .mixin + * @param {String} `key` + * @param {Object|Array} `val` + * @return {Object} Returns the `base` instance for chaining. + * @api public + */ + + Base.prototype.mixin = function(key, val) { + Base.prototype[key] = val; + return this; + }; + + /** + * Non-enumberable mixin array, used by the static [Base.mixin]() method. + */ + + Base.prototype.mixins = Base.prototype.mixins || []; + + /** + * Getter/setter used when creating nested instances of `Base`, for storing a reference + * to the first ancestor instance. This works by setting an instance of `Base` on the `parent` + * property of a "child" instance. The `base` property defaults to the current instance if + * no `parent` property is defined. + * + * ```js + * // create an instance of `Base`, this is our first ("base") instance + * var first = new Base(); + * first.foo = 'bar'; // arbitrary property, to make it easier to see what's happening later + * + * // create another instance + * var second = new Base(); + * // create a reference to the first instance (`first`) + * second.parent = first; + * + * // create another instance + * var third = new Base(); + * // create a reference to the previous instance (`second`) + * // repeat this pattern every time a "child" instance is created + * third.parent = second; + * + * // we can always access the first instance using the `base` property + * console.log(first.base.foo); + * //=> 'bar' + * console.log(second.base.foo); + * //=> 'bar' + * console.log(third.base.foo); + * //=> 'bar' + * // and now you know how to get to third base ;) + * ``` + * @name .base + * @api public + */ + + Object.defineProperty(Base.prototype, 'base', { + configurable: true, + get: function() { + return this.parent ? this.parent.base : this; + } + }); + + /** + * Static method for adding global plugin functions that will + * be added to an instance when created. + * + * ```js + * Base.use(function(app) { + * app.foo = 'bar'; + * }); + * var app = new Base(); + * console.log(app.foo); + * //=> 'bar' + * ``` + * @name #use + * @param {Function} `fn` Plugin function to use on each instance. + * @return {Object} Returns the `Base` constructor for chaining + * @api public + */ + + define(Base, 'use', function(fn) { + fns.push(fn); + return Base; + }); + + /** + * Run an array of functions by passing each function + * to a method on the given object specified by the given property. + * + * @param {Object} `obj` Object containing method to use. + * @param {String} `prop` Name of the method on the object to use. + * @param {Array} `arr` Array of functions to pass to the method. + */ + + define(Base, 'run', function(obj, prop, arr) { + var len = arr.length, i = 0; + while (len--) { + obj[prop](arr[i++]); + } + return Base; + }); + + /** + * Static method for inheriting the prototype and static methods of the `Base` class. + * This method greatly simplifies the process of creating inheritance-based applications. + * See [static-extend][] for more details. + * + * ```js + * var extend = cu.extend(Parent); + * Parent.extend(Child); + * + * // optional methods + * Parent.extend(Child, { + * foo: function() {}, + * bar: function() {} + * }); + * ``` + * @name #extend + * @param {Function} `Ctor` constructor to extend + * @param {Object} `methods` Optional prototype properties to mix in. + * @return {Object} Returns the `Base` constructor for chaining + * @api public + */ + + define(Base, 'extend', cu.extend(Base, function(Ctor, Parent) { + Ctor.prototype.mixins = Ctor.prototype.mixins || []; + + define(Ctor, 'mixin', function(fn) { + var mixin = fn(Ctor.prototype, Ctor); + if (typeof mixin === 'function') { + Ctor.prototype.mixins.push(mixin); + } + return Ctor; + }); + + define(Ctor, 'mixins', function(Child) { + Base.run(Child, 'mixin', Ctor.prototype.mixins); + return Ctor; + }); + + Ctor.prototype.mixin = function(key, value) { + Ctor.prototype[key] = value; + return this; + }; + return Base; + })); + + /** + * Used for adding methods to the `Base` prototype, and/or to the prototype of child instances. + * When a mixin function returns a function, the returned function is pushed onto the `.mixins` + * array, making it available to be used on inheriting classes whenever `Base.mixins()` is + * called (e.g. `Base.mixins(Child)`). + * + * ```js + * Base.mixin(function(proto) { + * proto.foo = function(msg) { + * return 'foo ' + msg; + * }; + * }); + * ``` + * @name #mixin + * @param {Function} `fn` Function to call + * @return {Object} Returns the `Base` constructor for chaining + * @api public + */ + + define(Base, 'mixin', function(fn) { + var mixin = fn(Base.prototype, Base); + if (typeof mixin === 'function') { + Base.prototype.mixins.push(mixin); + } + return Base; + }); + + /** + * Static method for running global mixin functions against a child constructor. + * Mixins must be registered before calling this method. + * + * ```js + * Base.extend(Child); + * Base.mixins(Child); + * ``` + * @name #mixins + * @param {Function} `Child` Constructor function of a child class + * @return {Object} Returns the `Base` constructor for chaining + * @api public + */ + + define(Base, 'mixins', function(Child) { + Base.run(Child, 'mixin', Base.prototype.mixins); + return Base; + }); + + /** + * Similar to `util.inherit`, but copies all static properties, prototype properties, and + * getters/setters from `Provider` to `Receiver`. See [class-utils][]{#inherit} for more details. + * + * ```js + * Base.inherit(Foo, Bar); + * ``` + * @name #inherit + * @param {Function} `Receiver` Receiving (child) constructor + * @param {Function} `Provider` Providing (parent) constructor + * @return {Object} Returns the `Base` constructor for chaining + * @api public + */ + + define(Base, 'inherit', cu.inherit); + define(Base, 'bubble', cu.bubble); + return Base; +} + +/** + * Expose `Base` with default settings + */ + +module.exports = namespace(); + +/** + * Allow users to define a namespace + */ + +module.exports.namespace = namespace; diff --git a/user/themes/gilles_acezat/node_modules/base/node_modules/define-property/LICENSE b/user/themes/gilles_acezat/node_modules/base/node_modules/define-property/LICENSE new file mode 100644 index 0000000..ec85897 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/base/node_modules/define-property/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015, 2017, Jon Schlinkert + +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/user/themes/gilles_acezat/node_modules/base/node_modules/define-property/README.md b/user/themes/gilles_acezat/node_modules/base/node_modules/define-property/README.md new file mode 100644 index 0000000..2f1af05 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/base/node_modules/define-property/README.md @@ -0,0 +1,95 @@ +# define-property [![NPM version](https://img.shields.io/npm/v/define-property.svg?style=flat)](https://www.npmjs.com/package/define-property) [![NPM monthly downloads](https://img.shields.io/npm/dm/define-property.svg?style=flat)](https://npmjs.org/package/define-property) [![NPM total downloads](https://img.shields.io/npm/dt/define-property.svg?style=flat)](https://npmjs.org/package/define-property) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/define-property.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/define-property) + +> Define a non-enumerable property on an object. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save define-property +``` + +Install with [yarn](https://yarnpkg.com): + +```sh +$ yarn add define-property +``` + +## Usage + +**Params** + +* `obj`: The object on which to define the property. +* `prop`: The name of the property to be defined or modified. +* `descriptor`: The descriptor for the property being defined or modified. + +```js +var define = require('define-property'); +var obj = {}; +define(obj, 'foo', function(val) { + return val.toUpperCase(); +}); + +console.log(obj); +//=> {} + +console.log(obj.foo('bar')); +//=> 'BAR' +``` + +**get/set** + +```js +define(obj, 'foo', { + get: function() {}, + set: function() {} +}); +``` + +## About + +### Related projects + +* [assign-deep](https://www.npmjs.com/package/assign-deep): Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target… [more](https://github.com/jonschlinkert/assign-deep) | [homepage](https://github.com/jonschlinkert/assign-deep "Deeply assign the enumerable properties and/or es6 Symbol properies of source objects to the target (first) object.") +* [extend-shallow](https://www.npmjs.com/package/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. | [homepage](https://github.com/jonschlinkert/extend-shallow "Extend an object with the properties of additional objects. node.js/javascript util.") +* [merge-deep](https://www.npmjs.com/package/merge-deep): Recursively merge values in a javascript object. | [homepage](https://github.com/jonschlinkert/merge-deep "Recursively merge values in a javascript object.") +* [mixin-deep](https://www.npmjs.com/package/mixin-deep): Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone. | [homepage](https://github.com/jonschlinkert/mixin-deep "Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.5.0, on April 20, 2017._ \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/base/node_modules/define-property/index.js b/user/themes/gilles_acezat/node_modules/base/node_modules/define-property/index.js new file mode 100644 index 0000000..27c19eb --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/base/node_modules/define-property/index.js @@ -0,0 +1,31 @@ +/*! + * define-property + * + * Copyright (c) 2015, 2017, Jon Schlinkert. + * Released under the MIT License. + */ + +'use strict'; + +var isDescriptor = require('is-descriptor'); + +module.exports = function defineProperty(obj, prop, val) { + if (typeof obj !== 'object' && typeof obj !== 'function') { + throw new TypeError('expected an object or function.'); + } + + if (typeof prop !== 'string') { + throw new TypeError('expected `prop` to be a string.'); + } + + if (isDescriptor(val) && ('set' in val || 'get' in val)) { + return Object.defineProperty(obj, prop, val); + } + + return Object.defineProperty(obj, prop, { + configurable: true, + enumerable: false, + writable: true, + value: val + }); +}; diff --git a/user/themes/gilles_acezat/node_modules/base/node_modules/define-property/package.json b/user/themes/gilles_acezat/node_modules/base/node_modules/define-property/package.json new file mode 100644 index 0000000..5ae5a5f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/base/node_modules/define-property/package.json @@ -0,0 +1,93 @@ +{ + "_from": "define-property@^1.0.0", + "_id": "define-property@1.0.0", + "_inBundle": false, + "_integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "_location": "/base/define-property", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "define-property@^1.0.0", + "name": "define-property", + "escapedName": "define-property", + "rawSpec": "^1.0.0", + "saveSpec": null, + "fetchSpec": "^1.0.0" + }, + "_requiredBy": [ + "/base" + ], + "_resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "_shasum": "769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6", + "_spec": "define-property@^1.0.0", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c/node_modules/base", + "author": { + "name": "Jon Schlinkert", + "url": "https://github.com/jonschlinkert" + }, + "bugs": { + "url": "https://github.com/jonschlinkert/define-property/issues" + }, + "bundleDependencies": false, + "dependencies": { + "is-descriptor": "^1.0.0" + }, + "deprecated": false, + "description": "Define a non-enumerable property on an object.", + "devDependencies": { + "gulp-format-md": "^0.1.12", + "mocha": "^3.2.0" + }, + "engines": { + "node": ">=0.10.0" + }, + "files": [ + "index.js" + ], + "homepage": "https://github.com/jonschlinkert/define-property", + "keywords": [ + "define", + "define-property", + "enumerable", + "key", + "non", + "non-enumerable", + "object", + "prop", + "property", + "value" + ], + "license": "MIT", + "main": "index.js", + "name": "define-property", + "repository": { + "type": "git", + "url": "git+https://github.com/jonschlinkert/define-property.git" + }, + "scripts": { + "test": "mocha" + }, + "verb": { + "related": { + "list": [ + "extend-shallow", + "merge-deep", + "assign-deep", + "mixin-deep" + ] + }, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + } + }, + "version": "1.0.0" +} diff --git a/user/themes/gilles_acezat/node_modules/base/node_modules/is-accessor-descriptor/LICENSE b/user/themes/gilles_acezat/node_modules/base/node_modules/is-accessor-descriptor/LICENSE new file mode 100644 index 0000000..e33d14b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/base/node_modules/is-accessor-descriptor/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-2017, Jon Schlinkert. + +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/user/themes/gilles_acezat/node_modules/base/node_modules/is-accessor-descriptor/README.md b/user/themes/gilles_acezat/node_modules/base/node_modules/is-accessor-descriptor/README.md new file mode 100644 index 0000000..d198e1f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/base/node_modules/is-accessor-descriptor/README.md @@ -0,0 +1,144 @@ +# is-accessor-descriptor [![NPM version](https://img.shields.io/npm/v/is-accessor-descriptor.svg?style=flat)](https://www.npmjs.com/package/is-accessor-descriptor) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-accessor-descriptor.svg?style=flat)](https://npmjs.org/package/is-accessor-descriptor) [![NPM total downloads](https://img.shields.io/npm/dt/is-accessor-descriptor.svg?style=flat)](https://npmjs.org/package/is-accessor-descriptor) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-accessor-descriptor.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-accessor-descriptor) + +> Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. + +Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save is-accessor-descriptor +``` + +## Usage + +```js +var isAccessor = require('is-accessor-descriptor'); + +isAccessor({get: function() {}}); +//=> true +``` + +You may also pass an object and property name to check if the property is an accessor: + +```js +isAccessor(foo, 'bar'); +``` + +## Examples + +`false` when not an object + +```js +isAccessor('a') +isAccessor(null) +isAccessor([]) +//=> false +``` + +`true` when the object has valid properties + +and the properties all have the correct JavaScript types: + +```js +isAccessor({get: noop, set: noop}) +isAccessor({get: noop}) +isAccessor({set: noop}) +//=> true +``` + +`false` when the object has invalid properties + +```js +isAccessor({get: noop, set: noop, bar: 'baz'}) +isAccessor({get: noop, writable: true}) +isAccessor({get: noop, value: true}) +//=> false +``` + +`false` when an accessor is not a function + +```js +isAccessor({get: noop, set: 'baz'}) +isAccessor({get: 'foo', set: noop}) +isAccessor({get: 'foo', bar: 'baz'}) +isAccessor({get: 'foo', set: 'baz'}) +//=> false +``` + +`false` when a value is not the correct type + +```js +isAccessor({get: noop, set: noop, enumerable: 'foo'}) +isAccessor({set: noop, configurable: 'foo'}) +isAccessor({get: noop, configurable: 'foo'}) +//=> false +``` + +## About + +
+Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +
+ +
+Running Tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +
+ +
+Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +
+ +### Related projects + +You might also be interested in these projects: + +* [is-accessor-descriptor](https://www.npmjs.com/package/is-accessor-descriptor): Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. | [homepage](https://github.com/jonschlinkert/is-accessor-descriptor "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.") +* [is-data-descriptor](https://www.npmjs.com/package/is-data-descriptor): Returns true if a value has the characteristics of a valid JavaScript data descriptor. | [homepage](https://github.com/jonschlinkert/is-data-descriptor "Returns true if a value has the characteristics of a valid JavaScript data descriptor.") +* [is-descriptor](https://www.npmjs.com/package/is-descriptor): Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for… [more](https://github.com/jonschlinkert/is-descriptor) | [homepage](https://github.com/jonschlinkert/is-descriptor "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.") +* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object "Returns true if an object was created by the `Object` constructor.") +* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 22 | [jonschlinkert](https://github.com/jonschlinkert) | +| 2 | [realityking](https://github.com/realityking) | + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 01, 2017._ \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/base/node_modules/is-accessor-descriptor/index.js b/user/themes/gilles_acezat/node_modules/base/node_modules/is-accessor-descriptor/index.js new file mode 100644 index 0000000..d2e6fe8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/base/node_modules/is-accessor-descriptor/index.js @@ -0,0 +1,69 @@ +/*! + * is-accessor-descriptor + * + * Copyright (c) 2015-2017, Jon Schlinkert. + * Released under the MIT License. + */ + +'use strict'; + +var typeOf = require('kind-of'); + +// accessor descriptor properties +var accessor = { + get: 'function', + set: 'function', + configurable: 'boolean', + enumerable: 'boolean' +}; + +function isAccessorDescriptor(obj, prop) { + if (typeof prop === 'string') { + var val = Object.getOwnPropertyDescriptor(obj, prop); + return typeof val !== 'undefined'; + } + + if (typeOf(obj) !== 'object') { + return false; + } + + if (has(obj, 'value') || has(obj, 'writable')) { + return false; + } + + if (!has(obj, 'get') || typeof obj.get !== 'function') { + return false; + } + + // tldr: it's valid to have "set" be undefined + // "set" might be undefined if `Object.getOwnPropertyDescriptor` + // was used to get the value, and only `get` was defined by the user + if (has(obj, 'set') && typeof obj[key] !== 'function' && typeof obj[key] !== 'undefined') { + return false; + } + + for (var key in obj) { + if (!accessor.hasOwnProperty(key)) { + continue; + } + + if (typeOf(obj[key]) === accessor[key]) { + continue; + } + + if (typeof obj[key] !== 'undefined') { + return false; + } + } + return true; +} + +function has(obj, key) { + return {}.hasOwnProperty.call(obj, key); +} + +/** + * Expose `isAccessorDescriptor` + */ + +module.exports = isAccessorDescriptor; diff --git a/user/themes/gilles_acezat/node_modules/base/node_modules/is-accessor-descriptor/package.json b/user/themes/gilles_acezat/node_modules/base/node_modules/is-accessor-descriptor/package.json new file mode 100644 index 0000000..a050de8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/base/node_modules/is-accessor-descriptor/package.json @@ -0,0 +1,110 @@ +{ + "_from": "is-accessor-descriptor@^1.0.0", + "_id": "is-accessor-descriptor@1.0.0", + "_inBundle": false, + "_integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "_location": "/base/is-accessor-descriptor", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "is-accessor-descriptor@^1.0.0", + "name": "is-accessor-descriptor", + "escapedName": "is-accessor-descriptor", + "rawSpec": "^1.0.0", + "saveSpec": null, + "fetchSpec": "^1.0.0" + }, + "_requiredBy": [ + "/base/is-descriptor" + ], + "_resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "_shasum": "169c2f6d3df1f992618072365c9b0ea1f6878656", + "_spec": "is-accessor-descriptor@^1.0.0", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c/node_modules/base/node_modules/is-descriptor", + "author": { + "name": "Jon Schlinkert", + "url": "https://github.com/jonschlinkert" + }, + "bugs": { + "url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues" + }, + "bundleDependencies": false, + "contributors": [ + { + "name": "Jon Schlinkert", + "url": "http://twitter.com/jonschlinkert" + }, + { + "name": "Rouven Weßling", + "url": "www.rouvenwessling.de" + } + ], + "dependencies": { + "kind-of": "^6.0.0" + }, + "deprecated": false, + "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.", + "devDependencies": { + "gulp-format-md": "^1.0.0", + "mocha": "^3.5.3" + }, + "engines": { + "node": ">=0.10.0" + }, + "files": [ + "index.js" + ], + "homepage": "https://github.com/jonschlinkert/is-accessor-descriptor", + "keywords": [ + "accessor", + "check", + "data", + "descriptor", + "get", + "getter", + "is", + "keys", + "object", + "properties", + "property", + "set", + "setter", + "type", + "valid", + "value" + ], + "license": "MIT", + "main": "index.js", + "name": "is-accessor-descriptor", + "repository": { + "type": "git", + "url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git" + }, + "scripts": { + "test": "mocha" + }, + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "is-accessor-descriptor", + "is-data-descriptor", + "is-descriptor", + "is-plain-object", + "isobject" + ] + }, + "lint": { + "reflinks": true + } + }, + "version": "1.0.0" +} diff --git a/user/themes/gilles_acezat/node_modules/base/node_modules/is-data-descriptor/LICENSE b/user/themes/gilles_acezat/node_modules/base/node_modules/is-data-descriptor/LICENSE new file mode 100644 index 0000000..e33d14b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/base/node_modules/is-data-descriptor/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-2017, Jon Schlinkert. + +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/user/themes/gilles_acezat/node_modules/base/node_modules/is-data-descriptor/README.md b/user/themes/gilles_acezat/node_modules/base/node_modules/is-data-descriptor/README.md new file mode 100644 index 0000000..42b0714 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/base/node_modules/is-data-descriptor/README.md @@ -0,0 +1,161 @@ +# is-data-descriptor [![NPM version](https://img.shields.io/npm/v/is-data-descriptor.svg?style=flat)](https://www.npmjs.com/package/is-data-descriptor) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-data-descriptor.svg?style=flat)](https://npmjs.org/package/is-data-descriptor) [![NPM total downloads](https://img.shields.io/npm/dt/is-data-descriptor.svg?style=flat)](https://npmjs.org/package/is-data-descriptor) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-data-descriptor.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-data-descriptor) + +> Returns true if a value has the characteristics of a valid JavaScript data descriptor. + +Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save is-data-descriptor +``` + +## Usage + +```js +var isDataDesc = require('is-data-descriptor'); +``` + +## Examples + +`true` when the descriptor has valid properties with valid values. + +```js +// `value` can be anything +isDataDesc({value: 'foo'}) +isDataDesc({value: function() {}}) +isDataDesc({value: true}) +//=> true +``` + +`false` when not an object + +```js +isDataDesc('a') +//=> false +isDataDesc(null) +//=> false +isDataDesc([]) +//=> false +``` + +`false` when the object has invalid properties + +```js +isDataDesc({value: 'foo', bar: 'baz'}) +//=> false +isDataDesc({value: 'foo', bar: 'baz'}) +//=> false +isDataDesc({value: 'foo', get: function(){}}) +//=> false +isDataDesc({get: function(){}, value: 'foo'}) +//=> false +``` + +`false` when a value is not the correct type + +```js +isDataDesc({value: 'foo', enumerable: 'foo'}) +//=> false +isDataDesc({value: 'foo', configurable: 'foo'}) +//=> false +isDataDesc({value: 'foo', writable: 'foo'}) +//=> false +``` + +## Valid properties + +The only valid data descriptor properties are the following: + +* `configurable` (required) +* `enumerable` (required) +* `value` (optional) +* `writable` (optional) + +To be a valid data descriptor, either `value` or `writable` must be defined. + +**Invalid properties** + +A descriptor may have additional _invalid_ properties (an error will **not** be thrown). + +```js +var foo = {}; + +Object.defineProperty(foo, 'bar', { + enumerable: true, + whatever: 'blah', // invalid, but doesn't cause an error + get: function() { + return 'baz'; + } +}); + +console.log(foo.bar); +//=> 'baz' +``` + +## About + +
+Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +
+ +
+Running Tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +
+ +
+Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +
+ +### Related projects + +You might also be interested in these projects: + +* [is-accessor-descriptor](https://www.npmjs.com/package/is-accessor-descriptor): Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. | [homepage](https://github.com/jonschlinkert/is-accessor-descriptor "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.") +* [is-data-descriptor](https://www.npmjs.com/package/is-data-descriptor): Returns true if a value has the characteristics of a valid JavaScript data descriptor. | [homepage](https://github.com/jonschlinkert/is-data-descriptor "Returns true if a value has the characteristics of a valid JavaScript data descriptor.") +* [is-descriptor](https://www.npmjs.com/package/is-descriptor): Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for… [more](https://github.com/jonschlinkert/is-descriptor) | [homepage](https://github.com/jonschlinkert/is-descriptor "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.") +* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 21 | [jonschlinkert](https://github.com/jonschlinkert) | +| 2 | [realityking](https://github.com/realityking) | + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 01, 2017._ \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/base/node_modules/is-data-descriptor/index.js b/user/themes/gilles_acezat/node_modules/base/node_modules/is-data-descriptor/index.js new file mode 100644 index 0000000..cfeae36 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/base/node_modules/is-data-descriptor/index.js @@ -0,0 +1,49 @@ +/*! + * is-data-descriptor + * + * Copyright (c) 2015-2017, Jon Schlinkert. + * Released under the MIT License. + */ + +'use strict'; + +var typeOf = require('kind-of'); + +module.exports = function isDataDescriptor(obj, prop) { + // data descriptor properties + var data = { + configurable: 'boolean', + enumerable: 'boolean', + writable: 'boolean' + }; + + if (typeOf(obj) !== 'object') { + return false; + } + + if (typeof prop === 'string') { + var val = Object.getOwnPropertyDescriptor(obj, prop); + return typeof val !== 'undefined'; + } + + if (!('value' in obj) && !('writable' in obj)) { + return false; + } + + for (var key in obj) { + if (key === 'value') continue; + + if (!data.hasOwnProperty(key)) { + continue; + } + + if (typeOf(obj[key]) === data[key]) { + continue; + } + + if (typeof obj[key] !== 'undefined') { + return false; + } + } + return true; +}; diff --git a/user/themes/gilles_acezat/node_modules/base/node_modules/is-data-descriptor/package.json b/user/themes/gilles_acezat/node_modules/base/node_modules/is-data-descriptor/package.json new file mode 100644 index 0000000..43c07e7 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/base/node_modules/is-data-descriptor/package.json @@ -0,0 +1,109 @@ +{ + "_from": "is-data-descriptor@^1.0.0", + "_id": "is-data-descriptor@1.0.0", + "_inBundle": false, + "_integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "_location": "/base/is-data-descriptor", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "is-data-descriptor@^1.0.0", + "name": "is-data-descriptor", + "escapedName": "is-data-descriptor", + "rawSpec": "^1.0.0", + "saveSpec": null, + "fetchSpec": "^1.0.0" + }, + "_requiredBy": [ + "/base/is-descriptor" + ], + "_resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "_shasum": "d84876321d0e7add03990406abbbbd36ba9268c7", + "_spec": "is-data-descriptor@^1.0.0", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c/node_modules/base/node_modules/is-descriptor", + "author": { + "name": "Jon Schlinkert", + "url": "https://github.com/jonschlinkert" + }, + "bugs": { + "url": "https://github.com/jonschlinkert/is-data-descriptor/issues" + }, + "bundleDependencies": false, + "contributors": [ + { + "name": "Jon Schlinkert", + "url": "http://twitter.com/jonschlinkert" + }, + { + "name": "Rouven Weßling", + "url": "www.rouvenwessling.de" + } + ], + "dependencies": { + "kind-of": "^6.0.0" + }, + "deprecated": false, + "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.", + "devDependencies": { + "gulp-format-md": "^1.0.0", + "mocha": "^3.5.3" + }, + "engines": { + "node": ">=0.10.0" + }, + "files": [ + "index.js" + ], + "homepage": "https://github.com/jonschlinkert/is-data-descriptor", + "keywords": [ + "accessor", + "check", + "data", + "descriptor", + "get", + "getter", + "is", + "keys", + "object", + "properties", + "property", + "set", + "setter", + "type", + "valid", + "value" + ], + "license": "MIT", + "main": "index.js", + "name": "is-data-descriptor", + "repository": { + "type": "git", + "url": "git+https://github.com/jonschlinkert/is-data-descriptor.git" + }, + "scripts": { + "test": "mocha" + }, + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "is-accessor-descriptor", + "is-data-descriptor", + "is-descriptor", + "isobject" + ] + }, + "lint": { + "reflinks": true + } + }, + "version": "1.0.0" +} diff --git a/user/themes/gilles_acezat/node_modules/base/node_modules/is-descriptor/LICENSE b/user/themes/gilles_acezat/node_modules/base/node_modules/is-descriptor/LICENSE new file mode 100644 index 0000000..c0d7f13 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/base/node_modules/is-descriptor/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-2017, Jon Schlinkert. + +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/user/themes/gilles_acezat/node_modules/base/node_modules/is-descriptor/README.md b/user/themes/gilles_acezat/node_modules/base/node_modules/is-descriptor/README.md new file mode 100644 index 0000000..658e533 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/base/node_modules/is-descriptor/README.md @@ -0,0 +1,193 @@ +# is-descriptor [![NPM version](https://img.shields.io/npm/v/is-descriptor.svg?style=flat)](https://www.npmjs.com/package/is-descriptor) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-descriptor.svg?style=flat)](https://npmjs.org/package/is-descriptor) [![NPM total downloads](https://img.shields.io/npm/dt/is-descriptor.svg?style=flat)](https://npmjs.org/package/is-descriptor) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-descriptor.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-descriptor) + +> Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save is-descriptor +``` + +## Usage + +```js +var isDescriptor = require('is-descriptor'); + +isDescriptor({value: 'foo'}) +//=> true +isDescriptor({get: function(){}, set: function(){}}) +//=> true +isDescriptor({get: 'foo', set: function(){}}) +//=> false +``` + +You may also check for a descriptor by passing an object as the first argument and property name (`string`) as the second argument. + +```js +var obj = {}; +obj.foo = 'abc'; + +Object.defineProperty(obj, 'bar', { + value: 'xyz' +}); + +isDescriptor(obj, 'foo'); +//=> true +isDescriptor(obj, 'bar'); +//=> true +``` + +## Examples + +### value type + +`false` when not an object + +```js +isDescriptor('a'); +//=> false +isDescriptor(null); +//=> false +isDescriptor([]); +//=> false +``` + +### data descriptor + +`true` when the object has valid properties with valid values. + +```js +isDescriptor({value: 'foo'}); +//=> true +isDescriptor({value: noop}); +//=> true +``` + +`false` when the object has invalid properties + +```js +isDescriptor({value: 'foo', bar: 'baz'}); +//=> false +isDescriptor({value: 'foo', bar: 'baz'}); +//=> false +isDescriptor({value: 'foo', get: noop}); +//=> false +isDescriptor({get: noop, value: noop}); +//=> false +``` + +`false` when a value is not the correct type + +```js +isDescriptor({value: 'foo', enumerable: 'foo'}); +//=> false +isDescriptor({value: 'foo', configurable: 'foo'}); +//=> false +isDescriptor({value: 'foo', writable: 'foo'}); +//=> false +``` + +### accessor descriptor + +`true` when the object has valid properties with valid values. + +```js +isDescriptor({get: noop, set: noop}); +//=> true +isDescriptor({get: noop}); +//=> true +isDescriptor({set: noop}); +//=> true +``` + +`false` when the object has invalid properties + +```js +isDescriptor({get: noop, set: noop, bar: 'baz'}); +//=> false +isDescriptor({get: noop, writable: true}); +//=> false +isDescriptor({get: noop, value: true}); +//=> false +``` + +`false` when an accessor is not a function + +```js +isDescriptor({get: noop, set: 'baz'}); +//=> false +isDescriptor({get: 'foo', set: noop}); +//=> false +isDescriptor({get: 'foo', bar: 'baz'}); +//=> false +isDescriptor({get: 'foo', set: 'baz'}); +//=> false +``` + +`false` when a value is not the correct type + +```js +isDescriptor({get: noop, set: noop, enumerable: 'foo'}); +//=> false +isDescriptor({set: noop, configurable: 'foo'}); +//=> false +isDescriptor({get: noop, configurable: 'foo'}); +//=> false +``` + +## About + +### Related projects + +* [is-accessor-descriptor](https://www.npmjs.com/package/is-accessor-descriptor): Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. | [homepage](https://github.com/jonschlinkert/is-accessor-descriptor "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.") +* [is-data-descriptor](https://www.npmjs.com/package/is-data-descriptor): Returns true if a value has the characteristics of a valid JavaScript data descriptor. | [homepage](https://github.com/jonschlinkert/is-data-descriptor "Returns true if a value has the characteristics of a valid JavaScript data descriptor.") +* [is-descriptor](https://www.npmjs.com/package/is-descriptor): Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for… [more](https://github.com/jonschlinkert/is-descriptor) | [homepage](https://github.com/jonschlinkert/is-descriptor "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.") +* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 24 | [jonschlinkert](https://github.com/jonschlinkert) | +| 1 | [doowb](https://github.com/doowb) | +| 1 | [wtgtybhertgeghgtwtg](https://github.com/wtgtybhertgeghgtwtg) | + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on July 22, 2017._ \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/base/node_modules/is-descriptor/index.js b/user/themes/gilles_acezat/node_modules/base/node_modules/is-descriptor/index.js new file mode 100644 index 0000000..c9b91d7 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/base/node_modules/is-descriptor/index.js @@ -0,0 +1,22 @@ +/*! + * is-descriptor + * + * Copyright (c) 2015-2017, Jon Schlinkert. + * Released under the MIT License. + */ + +'use strict'; + +var typeOf = require('kind-of'); +var isAccessor = require('is-accessor-descriptor'); +var isData = require('is-data-descriptor'); + +module.exports = function isDescriptor(obj, key) { + if (typeOf(obj) !== 'object') { + return false; + } + if ('get' in obj) { + return isAccessor(obj, key); + } + return isData(obj, key); +}; diff --git a/user/themes/gilles_acezat/node_modules/base/node_modules/is-descriptor/package.json b/user/themes/gilles_acezat/node_modules/base/node_modules/is-descriptor/package.json new file mode 100644 index 0000000..e3cc862 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/base/node_modules/is-descriptor/package.json @@ -0,0 +1,114 @@ +{ + "_from": "is-descriptor@^1.0.0", + "_id": "is-descriptor@1.0.2", + "_inBundle": false, + "_integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "_location": "/base/is-descriptor", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "is-descriptor@^1.0.0", + "name": "is-descriptor", + "escapedName": "is-descriptor", + "rawSpec": "^1.0.0", + "saveSpec": null, + "fetchSpec": "^1.0.0" + }, + "_requiredBy": [ + "/base/define-property" + ], + "_resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "_shasum": "3b159746a66604b04f8c81524ba365c5f14d86ec", + "_spec": "is-descriptor@^1.0.0", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c/node_modules/base/node_modules/define-property", + "author": { + "name": "Jon Schlinkert", + "url": "https://github.com/jonschlinkert" + }, + "bugs": { + "url": "https://github.com/jonschlinkert/is-descriptor/issues" + }, + "bundleDependencies": false, + "contributors": [ + { + "name": "Brian Woodward", + "url": "https://twitter.com/doowb" + }, + { + "name": "Jon Schlinkert", + "url": "http://twitter.com/jonschlinkert" + }, + { + "url": "https://github.com/wtgtybhertgeghgtwtg" + } + ], + "dependencies": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + }, + "deprecated": false, + "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.", + "devDependencies": { + "gulp-format-md": "^1.0.0", + "mocha": "^3.5.3" + }, + "engines": { + "node": ">=0.10.0" + }, + "files": [ + "index.js" + ], + "homepage": "https://github.com/jonschlinkert/is-descriptor", + "keywords": [ + "accessor", + "check", + "data", + "descriptor", + "get", + "getter", + "is", + "keys", + "object", + "properties", + "property", + "set", + "setter", + "type", + "valid", + "value" + ], + "license": "MIT", + "main": "index.js", + "name": "is-descriptor", + "repository": { + "type": "git", + "url": "git+https://github.com/jonschlinkert/is-descriptor.git" + }, + "scripts": { + "test": "mocha" + }, + "verb": { + "related": { + "list": [ + "is-accessor-descriptor", + "is-data-descriptor", + "is-descriptor", + "isobject" + ] + }, + "plugins": [ + "gulp-format-md" + ], + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "lint": { + "reflinks": true + } + }, + "version": "1.0.2" +} diff --git a/user/themes/gilles_acezat/node_modules/base/package.json b/user/themes/gilles_acezat/node_modules/base/package.json new file mode 100644 index 0000000..84526e5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/base/package.json @@ -0,0 +1,164 @@ +{ + "_from": "base@^0.11.1", + "_id": "base@0.11.2", + "_inBundle": false, + "_integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", + "_location": "/base", + "_phantomChildren": { + "kind-of": "6.0.2" + }, + "_requested": { + "type": "range", + "registry": true, + "raw": "base@^0.11.1", + "name": "base", + "escapedName": "base", + "rawSpec": "^0.11.1", + "saveSpec": null, + "fetchSpec": "^0.11.1" + }, + "_requiredBy": [ + "/snapdragon" + ], + "_resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", + "_shasum": "7bde5ced145b6d551a90db87f83c558b4eb48a8f", + "_spec": "base@^0.11.1", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c/node_modules/snapdragon", + "author": { + "name": "Jon Schlinkert", + "url": "https://github.com/jonschlinkert" + }, + "bugs": { + "url": "https://github.com/node-base/base/issues" + }, + "bundleDependencies": false, + "contributors": [ + { + "name": "Brian Woodward", + "url": "https://twitter.com/doowb" + }, + { + "name": "John O'Donnell", + "url": "https://github.com/criticalmash" + }, + { + "name": "Jon Schlinkert", + "url": "http://twitter.com/jonschlinkert" + }, + { + "name": "tunnckoCore", + "url": "https://i.am.charlike.online" + }, + { + "url": "https://github.com/wtgtybhertgeghgtwtg" + } + ], + "dependencies": { + "cache-base": "^1.0.1", + "class-utils": "^0.3.5", + "component-emitter": "^1.2.1", + "define-property": "^1.0.0", + "isobject": "^3.0.1", + "mixin-deep": "^1.2.0", + "pascalcase": "^0.1.1" + }, + "deprecated": false, + "description": "base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.", + "devDependencies": { + "gulp": "^3.9.1", + "gulp-eslint": "^4.0.0", + "gulp-format-md": "^1.0.0", + "gulp-istanbul": "^1.1.2", + "gulp-mocha": "^3.0.1", + "helper-coverage": "^0.1.3", + "mocha": "^3.5.0", + "should": "^13.0.1", + "through2": "^2.0.3", + "verb-generate-readme": "^0.6.0" + }, + "engines": { + "node": ">=0.10.0" + }, + "files": [ + "index.js" + ], + "homepage": "https://github.com/node-base/base", + "keywords": [ + "base", + "boilerplate", + "cache", + "del", + "get", + "inherit", + "methods", + "set", + "starter", + "unset", + "visit" + ], + "license": "MIT", + "main": "index.js", + "maintainers": [ + { + "name": "Brian Woodward", + "url": "https://github.com/doowb" + }, + { + "name": "Jon Schlinkert", + "url": "https://github.com/jonschlinkert" + } + ], + "name": "base", + "repository": { + "type": "git", + "url": "git+https://github.com/node-base/base.git" + }, + "scripts": { + "test": "mocha" + }, + "verb": { + "run": true, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "helpers": [ + "helper-coverage" + ], + "related": { + "description": "There are a number of different plugins available for extending base. Let us know if you create your own!", + "hightlight": "generate", + "list": [ + "base-cwd", + "base-data", + "base-fs", + "base-generators", + "base-option", + "base-pipeline", + "base-pkg", + "base-plugins", + "base-questions", + "base-store", + "base-task" + ] + }, + "reflinks": [ + "assemble", + "boilerplate", + "cache-base", + "class-utils", + "generate", + "scaffold", + "static-extend", + "verb" + ], + "lint": { + "reflinks": true + } + }, + "version": "0.11.2" +} diff --git a/user/themes/gilles_acezat/node_modules/bcrypt-pbkdf/CONTRIBUTING.md b/user/themes/gilles_acezat/node_modules/bcrypt-pbkdf/CONTRIBUTING.md new file mode 100644 index 0000000..401d34e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/bcrypt-pbkdf/CONTRIBUTING.md @@ -0,0 +1,13 @@ +# Contributing + +This repository uses [cr.joyent.us](https://cr.joyent.us) (Gerrit) for new +changes. Anyone can submit changes. To get started, see the [cr.joyent.us user +guide](https://github.com/joyent/joyent-gerrit/blob/master/docs/user/README.md). +This repo does not use GitHub pull requests. + +See the [Joyent Engineering +Guidelines](https://github.com/joyent/eng/blob/master/docs/index.md) for general +best practices expected in this repository. + +If you're changing something non-trivial or user-facing, you may want to submit +an issue first. diff --git a/user/themes/gilles_acezat/node_modules/bcrypt-pbkdf/LICENSE b/user/themes/gilles_acezat/node_modules/bcrypt-pbkdf/LICENSE new file mode 100644 index 0000000..fc58d2a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/bcrypt-pbkdf/LICENSE @@ -0,0 +1,66 @@ +The Blowfish portions are under the following license: + +Blowfish block cipher for OpenBSD +Copyright 1997 Niels Provos +All rights reserved. + +Implementation advice by David Mazieres . + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. 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. +3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + + + +The bcrypt_pbkdf portions are under the following license: + +Copyright (c) 2013 Ted Unangst + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +Performance improvements (Javascript-specific): + +Copyright 2016, Joyent Inc +Author: Alex Wilson + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/user/themes/gilles_acezat/node_modules/bcrypt-pbkdf/README.md b/user/themes/gilles_acezat/node_modules/bcrypt-pbkdf/README.md new file mode 100644 index 0000000..7551f33 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/bcrypt-pbkdf/README.md @@ -0,0 +1,45 @@ +Port of the OpenBSD `bcrypt_pbkdf` function to pure Javascript. `npm`-ified +version of [Devi Mandiri's port](https://github.com/devi/tmp/blob/master/js/bcrypt_pbkdf.js), +with some minor performance improvements. The code is copied verbatim (and +un-styled) from Devi's work. + +This product includes software developed by Niels Provos. + +## API + +### `bcrypt_pbkdf.pbkdf(pass, passlen, salt, saltlen, key, keylen, rounds)` + +Derive a cryptographic key of arbitrary length from a given password and salt, +using the OpenBSD `bcrypt_pbkdf` function. This is a combination of Blowfish and +SHA-512. + +See [this article](http://www.tedunangst.com/flak/post/bcrypt-pbkdf) for +further information. + +Parameters: + + * `pass`, a Uint8Array of length `passlen` + * `passlen`, an integer Number + * `salt`, a Uint8Array of length `saltlen` + * `saltlen`, an integer Number + * `key`, a Uint8Array of length `keylen`, will be filled with output + * `keylen`, an integer Number + * `rounds`, an integer Number, number of rounds of the PBKDF to run + +### `bcrypt_pbkdf.hash(sha2pass, sha2salt, out)` + +Calculate a Blowfish hash, given SHA2-512 output of a password and salt. Used as +part of the inner round function in the PBKDF. + +Parameters: + + * `sha2pass`, a Uint8Array of length 64 + * `sha2salt`, a Uint8Array of length 64 + * `out`, a Uint8Array of length 32, will be filled with output + +## License + +This source form is a 1:1 port from the OpenBSD `blowfish.c` and `bcrypt_pbkdf.c`. +As a result, it retains the original copyright and license. The two files are +under slightly different (but compatible) licenses, and are here combined in +one file. For each of the full license texts see `LICENSE`. diff --git a/user/themes/gilles_acezat/node_modules/bcrypt-pbkdf/index.js b/user/themes/gilles_acezat/node_modules/bcrypt-pbkdf/index.js new file mode 100644 index 0000000..b1b5ad4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/bcrypt-pbkdf/index.js @@ -0,0 +1,556 @@ +'use strict'; + +var crypto_hash_sha512 = require('tweetnacl').lowlevel.crypto_hash; + +/* + * This file is a 1:1 port from the OpenBSD blowfish.c and bcrypt_pbkdf.c. As a + * result, it retains the original copyright and license. The two files are + * under slightly different (but compatible) licenses, and are here combined in + * one file. + * + * Credit for the actual porting work goes to: + * Devi Mandiri + */ + +/* + * The Blowfish portions are under the following license: + * + * Blowfish block cipher for OpenBSD + * Copyright 1997 Niels Provos + * All rights reserved. + * + * Implementation advice by David Mazieres . + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. 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. + * 3. The name of the author may not be used to endorse or promote products + * derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + */ + +/* + * The bcrypt_pbkdf portions are under the following license: + * + * Copyright (c) 2013 Ted Unangst + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * Performance improvements (Javascript-specific): + * + * Copyright 2016, Joyent Inc + * Author: Alex Wilson + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + +// Ported from OpenBSD bcrypt_pbkdf.c v1.9 + +var BLF_J = 0; + +var Blowfish = function() { + this.S = [ + new Uint32Array([ + 0xd1310ba6, 0x98dfb5ac, 0x2ffd72db, 0xd01adfb7, + 0xb8e1afed, 0x6a267e96, 0xba7c9045, 0xf12c7f99, + 0x24a19947, 0xb3916cf7, 0x0801f2e2, 0x858efc16, + 0x636920d8, 0x71574e69, 0xa458fea3, 0xf4933d7e, + 0x0d95748f, 0x728eb658, 0x718bcd58, 0x82154aee, + 0x7b54a41d, 0xc25a59b5, 0x9c30d539, 0x2af26013, + 0xc5d1b023, 0x286085f0, 0xca417918, 0xb8db38ef, + 0x8e79dcb0, 0x603a180e, 0x6c9e0e8b, 0xb01e8a3e, + 0xd71577c1, 0xbd314b27, 0x78af2fda, 0x55605c60, + 0xe65525f3, 0xaa55ab94, 0x57489862, 0x63e81440, + 0x55ca396a, 0x2aab10b6, 0xb4cc5c34, 0x1141e8ce, + 0xa15486af, 0x7c72e993, 0xb3ee1411, 0x636fbc2a, + 0x2ba9c55d, 0x741831f6, 0xce5c3e16, 0x9b87931e, + 0xafd6ba33, 0x6c24cf5c, 0x7a325381, 0x28958677, + 0x3b8f4898, 0x6b4bb9af, 0xc4bfe81b, 0x66282193, + 0x61d809cc, 0xfb21a991, 0x487cac60, 0x5dec8032, + 0xef845d5d, 0xe98575b1, 0xdc262302, 0xeb651b88, + 0x23893e81, 0xd396acc5, 0x0f6d6ff3, 0x83f44239, + 0x2e0b4482, 0xa4842004, 0x69c8f04a, 0x9e1f9b5e, + 0x21c66842, 0xf6e96c9a, 0x670c9c61, 0xabd388f0, + 0x6a51a0d2, 0xd8542f68, 0x960fa728, 0xab5133a3, + 0x6eef0b6c, 0x137a3be4, 0xba3bf050, 0x7efb2a98, + 0xa1f1651d, 0x39af0176, 0x66ca593e, 0x82430e88, + 0x8cee8619, 0x456f9fb4, 0x7d84a5c3, 0x3b8b5ebe, + 0xe06f75d8, 0x85c12073, 0x401a449f, 0x56c16aa6, + 0x4ed3aa62, 0x363f7706, 0x1bfedf72, 0x429b023d, + 0x37d0d724, 0xd00a1248, 0xdb0fead3, 0x49f1c09b, + 0x075372c9, 0x80991b7b, 0x25d479d8, 0xf6e8def7, + 0xe3fe501a, 0xb6794c3b, 0x976ce0bd, 0x04c006ba, + 0xc1a94fb6, 0x409f60c4, 0x5e5c9ec2, 0x196a2463, + 0x68fb6faf, 0x3e6c53b5, 0x1339b2eb, 0x3b52ec6f, + 0x6dfc511f, 0x9b30952c, 0xcc814544, 0xaf5ebd09, + 0xbee3d004, 0xde334afd, 0x660f2807, 0x192e4bb3, + 0xc0cba857, 0x45c8740f, 0xd20b5f39, 0xb9d3fbdb, + 0x5579c0bd, 0x1a60320a, 0xd6a100c6, 0x402c7279, + 0x679f25fe, 0xfb1fa3cc, 0x8ea5e9f8, 0xdb3222f8, + 0x3c7516df, 0xfd616b15, 0x2f501ec8, 0xad0552ab, + 0x323db5fa, 0xfd238760, 0x53317b48, 0x3e00df82, + 0x9e5c57bb, 0xca6f8ca0, 0x1a87562e, 0xdf1769db, + 0xd542a8f6, 0x287effc3, 0xac6732c6, 0x8c4f5573, + 0x695b27b0, 0xbbca58c8, 0xe1ffa35d, 0xb8f011a0, + 0x10fa3d98, 0xfd2183b8, 0x4afcb56c, 0x2dd1d35b, + 0x9a53e479, 0xb6f84565, 0xd28e49bc, 0x4bfb9790, + 0xe1ddf2da, 0xa4cb7e33, 0x62fb1341, 0xcee4c6e8, + 0xef20cada, 0x36774c01, 0xd07e9efe, 0x2bf11fb4, + 0x95dbda4d, 0xae909198, 0xeaad8e71, 0x6b93d5a0, + 0xd08ed1d0, 0xafc725e0, 0x8e3c5b2f, 0x8e7594b7, + 0x8ff6e2fb, 0xf2122b64, 0x8888b812, 0x900df01c, + 0x4fad5ea0, 0x688fc31c, 0xd1cff191, 0xb3a8c1ad, + 0x2f2f2218, 0xbe0e1777, 0xea752dfe, 0x8b021fa1, + 0xe5a0cc0f, 0xb56f74e8, 0x18acf3d6, 0xce89e299, + 0xb4a84fe0, 0xfd13e0b7, 0x7cc43b81, 0xd2ada8d9, + 0x165fa266, 0x80957705, 0x93cc7314, 0x211a1477, + 0xe6ad2065, 0x77b5fa86, 0xc75442f5, 0xfb9d35cf, + 0xebcdaf0c, 0x7b3e89a0, 0xd6411bd3, 0xae1e7e49, + 0x00250e2d, 0x2071b35e, 0x226800bb, 0x57b8e0af, + 0x2464369b, 0xf009b91e, 0x5563911d, 0x59dfa6aa, + 0x78c14389, 0xd95a537f, 0x207d5ba2, 0x02e5b9c5, + 0x83260376, 0x6295cfa9, 0x11c81968, 0x4e734a41, + 0xb3472dca, 0x7b14a94a, 0x1b510052, 0x9a532915, + 0xd60f573f, 0xbc9bc6e4, 0x2b60a476, 0x81e67400, + 0x08ba6fb5, 0x571be91f, 0xf296ec6b, 0x2a0dd915, + 0xb6636521, 0xe7b9f9b6, 0xff34052e, 0xc5855664, + 0x53b02d5d, 0xa99f8fa1, 0x08ba4799, 0x6e85076a]), + new Uint32Array([ + 0x4b7a70e9, 0xb5b32944, 0xdb75092e, 0xc4192623, + 0xad6ea6b0, 0x49a7df7d, 0x9cee60b8, 0x8fedb266, + 0xecaa8c71, 0x699a17ff, 0x5664526c, 0xc2b19ee1, + 0x193602a5, 0x75094c29, 0xa0591340, 0xe4183a3e, + 0x3f54989a, 0x5b429d65, 0x6b8fe4d6, 0x99f73fd6, + 0xa1d29c07, 0xefe830f5, 0x4d2d38e6, 0xf0255dc1, + 0x4cdd2086, 0x8470eb26, 0x6382e9c6, 0x021ecc5e, + 0x09686b3f, 0x3ebaefc9, 0x3c971814, 0x6b6a70a1, + 0x687f3584, 0x52a0e286, 0xb79c5305, 0xaa500737, + 0x3e07841c, 0x7fdeae5c, 0x8e7d44ec, 0x5716f2b8, + 0xb03ada37, 0xf0500c0d, 0xf01c1f04, 0x0200b3ff, + 0xae0cf51a, 0x3cb574b2, 0x25837a58, 0xdc0921bd, + 0xd19113f9, 0x7ca92ff6, 0x94324773, 0x22f54701, + 0x3ae5e581, 0x37c2dadc, 0xc8b57634, 0x9af3dda7, + 0xa9446146, 0x0fd0030e, 0xecc8c73e, 0xa4751e41, + 0xe238cd99, 0x3bea0e2f, 0x3280bba1, 0x183eb331, + 0x4e548b38, 0x4f6db908, 0x6f420d03, 0xf60a04bf, + 0x2cb81290, 0x24977c79, 0x5679b072, 0xbcaf89af, + 0xde9a771f, 0xd9930810, 0xb38bae12, 0xdccf3f2e, + 0x5512721f, 0x2e6b7124, 0x501adde6, 0x9f84cd87, + 0x7a584718, 0x7408da17, 0xbc9f9abc, 0xe94b7d8c, + 0xec7aec3a, 0xdb851dfa, 0x63094366, 0xc464c3d2, + 0xef1c1847, 0x3215d908, 0xdd433b37, 0x24c2ba16, + 0x12a14d43, 0x2a65c451, 0x50940002, 0x133ae4dd, + 0x71dff89e, 0x10314e55, 0x81ac77d6, 0x5f11199b, + 0x043556f1, 0xd7a3c76b, 0x3c11183b, 0x5924a509, + 0xf28fe6ed, 0x97f1fbfa, 0x9ebabf2c, 0x1e153c6e, + 0x86e34570, 0xeae96fb1, 0x860e5e0a, 0x5a3e2ab3, + 0x771fe71c, 0x4e3d06fa, 0x2965dcb9, 0x99e71d0f, + 0x803e89d6, 0x5266c825, 0x2e4cc978, 0x9c10b36a, + 0xc6150eba, 0x94e2ea78, 0xa5fc3c53, 0x1e0a2df4, + 0xf2f74ea7, 0x361d2b3d, 0x1939260f, 0x19c27960, + 0x5223a708, 0xf71312b6, 0xebadfe6e, 0xeac31f66, + 0xe3bc4595, 0xa67bc883, 0xb17f37d1, 0x018cff28, + 0xc332ddef, 0xbe6c5aa5, 0x65582185, 0x68ab9802, + 0xeecea50f, 0xdb2f953b, 0x2aef7dad, 0x5b6e2f84, + 0x1521b628, 0x29076170, 0xecdd4775, 0x619f1510, + 0x13cca830, 0xeb61bd96, 0x0334fe1e, 0xaa0363cf, + 0xb5735c90, 0x4c70a239, 0xd59e9e0b, 0xcbaade14, + 0xeecc86bc, 0x60622ca7, 0x9cab5cab, 0xb2f3846e, + 0x648b1eaf, 0x19bdf0ca, 0xa02369b9, 0x655abb50, + 0x40685a32, 0x3c2ab4b3, 0x319ee9d5, 0xc021b8f7, + 0x9b540b19, 0x875fa099, 0x95f7997e, 0x623d7da8, + 0xf837889a, 0x97e32d77, 0x11ed935f, 0x16681281, + 0x0e358829, 0xc7e61fd6, 0x96dedfa1, 0x7858ba99, + 0x57f584a5, 0x1b227263, 0x9b83c3ff, 0x1ac24696, + 0xcdb30aeb, 0x532e3054, 0x8fd948e4, 0x6dbc3128, + 0x58ebf2ef, 0x34c6ffea, 0xfe28ed61, 0xee7c3c73, + 0x5d4a14d9, 0xe864b7e3, 0x42105d14, 0x203e13e0, + 0x45eee2b6, 0xa3aaabea, 0xdb6c4f15, 0xfacb4fd0, + 0xc742f442, 0xef6abbb5, 0x654f3b1d, 0x41cd2105, + 0xd81e799e, 0x86854dc7, 0xe44b476a, 0x3d816250, + 0xcf62a1f2, 0x5b8d2646, 0xfc8883a0, 0xc1c7b6a3, + 0x7f1524c3, 0x69cb7492, 0x47848a0b, 0x5692b285, + 0x095bbf00, 0xad19489d, 0x1462b174, 0x23820e00, + 0x58428d2a, 0x0c55f5ea, 0x1dadf43e, 0x233f7061, + 0x3372f092, 0x8d937e41, 0xd65fecf1, 0x6c223bdb, + 0x7cde3759, 0xcbee7460, 0x4085f2a7, 0xce77326e, + 0xa6078084, 0x19f8509e, 0xe8efd855, 0x61d99735, + 0xa969a7aa, 0xc50c06c2, 0x5a04abfc, 0x800bcadc, + 0x9e447a2e, 0xc3453484, 0xfdd56705, 0x0e1e9ec9, + 0xdb73dbd3, 0x105588cd, 0x675fda79, 0xe3674340, + 0xc5c43465, 0x713e38d8, 0x3d28f89e, 0xf16dff20, + 0x153e21e7, 0x8fb03d4a, 0xe6e39f2b, 0xdb83adf7]), + new Uint32Array([ + 0xe93d5a68, 0x948140f7, 0xf64c261c, 0x94692934, + 0x411520f7, 0x7602d4f7, 0xbcf46b2e, 0xd4a20068, + 0xd4082471, 0x3320f46a, 0x43b7d4b7, 0x500061af, + 0x1e39f62e, 0x97244546, 0x14214f74, 0xbf8b8840, + 0x4d95fc1d, 0x96b591af, 0x70f4ddd3, 0x66a02f45, + 0xbfbc09ec, 0x03bd9785, 0x7fac6dd0, 0x31cb8504, + 0x96eb27b3, 0x55fd3941, 0xda2547e6, 0xabca0a9a, + 0x28507825, 0x530429f4, 0x0a2c86da, 0xe9b66dfb, + 0x68dc1462, 0xd7486900, 0x680ec0a4, 0x27a18dee, + 0x4f3ffea2, 0xe887ad8c, 0xb58ce006, 0x7af4d6b6, + 0xaace1e7c, 0xd3375fec, 0xce78a399, 0x406b2a42, + 0x20fe9e35, 0xd9f385b9, 0xee39d7ab, 0x3b124e8b, + 0x1dc9faf7, 0x4b6d1856, 0x26a36631, 0xeae397b2, + 0x3a6efa74, 0xdd5b4332, 0x6841e7f7, 0xca7820fb, + 0xfb0af54e, 0xd8feb397, 0x454056ac, 0xba489527, + 0x55533a3a, 0x20838d87, 0xfe6ba9b7, 0xd096954b, + 0x55a867bc, 0xa1159a58, 0xcca92963, 0x99e1db33, + 0xa62a4a56, 0x3f3125f9, 0x5ef47e1c, 0x9029317c, + 0xfdf8e802, 0x04272f70, 0x80bb155c, 0x05282ce3, + 0x95c11548, 0xe4c66d22, 0x48c1133f, 0xc70f86dc, + 0x07f9c9ee, 0x41041f0f, 0x404779a4, 0x5d886e17, + 0x325f51eb, 0xd59bc0d1, 0xf2bcc18f, 0x41113564, + 0x257b7834, 0x602a9c60, 0xdff8e8a3, 0x1f636c1b, + 0x0e12b4c2, 0x02e1329e, 0xaf664fd1, 0xcad18115, + 0x6b2395e0, 0x333e92e1, 0x3b240b62, 0xeebeb922, + 0x85b2a20e, 0xe6ba0d99, 0xde720c8c, 0x2da2f728, + 0xd0127845, 0x95b794fd, 0x647d0862, 0xe7ccf5f0, + 0x5449a36f, 0x877d48fa, 0xc39dfd27, 0xf33e8d1e, + 0x0a476341, 0x992eff74, 0x3a6f6eab, 0xf4f8fd37, + 0xa812dc60, 0xa1ebddf8, 0x991be14c, 0xdb6e6b0d, + 0xc67b5510, 0x6d672c37, 0x2765d43b, 0xdcd0e804, + 0xf1290dc7, 0xcc00ffa3, 0xb5390f92, 0x690fed0b, + 0x667b9ffb, 0xcedb7d9c, 0xa091cf0b, 0xd9155ea3, + 0xbb132f88, 0x515bad24, 0x7b9479bf, 0x763bd6eb, + 0x37392eb3, 0xcc115979, 0x8026e297, 0xf42e312d, + 0x6842ada7, 0xc66a2b3b, 0x12754ccc, 0x782ef11c, + 0x6a124237, 0xb79251e7, 0x06a1bbe6, 0x4bfb6350, + 0x1a6b1018, 0x11caedfa, 0x3d25bdd8, 0xe2e1c3c9, + 0x44421659, 0x0a121386, 0xd90cec6e, 0xd5abea2a, + 0x64af674e, 0xda86a85f, 0xbebfe988, 0x64e4c3fe, + 0x9dbc8057, 0xf0f7c086, 0x60787bf8, 0x6003604d, + 0xd1fd8346, 0xf6381fb0, 0x7745ae04, 0xd736fccc, + 0x83426b33, 0xf01eab71, 0xb0804187, 0x3c005e5f, + 0x77a057be, 0xbde8ae24, 0x55464299, 0xbf582e61, + 0x4e58f48f, 0xf2ddfda2, 0xf474ef38, 0x8789bdc2, + 0x5366f9c3, 0xc8b38e74, 0xb475f255, 0x46fcd9b9, + 0x7aeb2661, 0x8b1ddf84, 0x846a0e79, 0x915f95e2, + 0x466e598e, 0x20b45770, 0x8cd55591, 0xc902de4c, + 0xb90bace1, 0xbb8205d0, 0x11a86248, 0x7574a99e, + 0xb77f19b6, 0xe0a9dc09, 0x662d09a1, 0xc4324633, + 0xe85a1f02, 0x09f0be8c, 0x4a99a025, 0x1d6efe10, + 0x1ab93d1d, 0x0ba5a4df, 0xa186f20f, 0x2868f169, + 0xdcb7da83, 0x573906fe, 0xa1e2ce9b, 0x4fcd7f52, + 0x50115e01, 0xa70683fa, 0xa002b5c4, 0x0de6d027, + 0x9af88c27, 0x773f8641, 0xc3604c06, 0x61a806b5, + 0xf0177a28, 0xc0f586e0, 0x006058aa, 0x30dc7d62, + 0x11e69ed7, 0x2338ea63, 0x53c2dd94, 0xc2c21634, + 0xbbcbee56, 0x90bcb6de, 0xebfc7da1, 0xce591d76, + 0x6f05e409, 0x4b7c0188, 0x39720a3d, 0x7c927c24, + 0x86e3725f, 0x724d9db9, 0x1ac15bb4, 0xd39eb8fc, + 0xed545578, 0x08fca5b5, 0xd83d7cd3, 0x4dad0fc4, + 0x1e50ef5e, 0xb161e6f8, 0xa28514d9, 0x6c51133c, + 0x6fd5c7e7, 0x56e14ec4, 0x362abfce, 0xddc6c837, + 0xd79a3234, 0x92638212, 0x670efa8e, 0x406000e0]), + new Uint32Array([ + 0x3a39ce37, 0xd3faf5cf, 0xabc27737, 0x5ac52d1b, + 0x5cb0679e, 0x4fa33742, 0xd3822740, 0x99bc9bbe, + 0xd5118e9d, 0xbf0f7315, 0xd62d1c7e, 0xc700c47b, + 0xb78c1b6b, 0x21a19045, 0xb26eb1be, 0x6a366eb4, + 0x5748ab2f, 0xbc946e79, 0xc6a376d2, 0x6549c2c8, + 0x530ff8ee, 0x468dde7d, 0xd5730a1d, 0x4cd04dc6, + 0x2939bbdb, 0xa9ba4650, 0xac9526e8, 0xbe5ee304, + 0xa1fad5f0, 0x6a2d519a, 0x63ef8ce2, 0x9a86ee22, + 0xc089c2b8, 0x43242ef6, 0xa51e03aa, 0x9cf2d0a4, + 0x83c061ba, 0x9be96a4d, 0x8fe51550, 0xba645bd6, + 0x2826a2f9, 0xa73a3ae1, 0x4ba99586, 0xef5562e9, + 0xc72fefd3, 0xf752f7da, 0x3f046f69, 0x77fa0a59, + 0x80e4a915, 0x87b08601, 0x9b09e6ad, 0x3b3ee593, + 0xe990fd5a, 0x9e34d797, 0x2cf0b7d9, 0x022b8b51, + 0x96d5ac3a, 0x017da67d, 0xd1cf3ed6, 0x7c7d2d28, + 0x1f9f25cf, 0xadf2b89b, 0x5ad6b472, 0x5a88f54c, + 0xe029ac71, 0xe019a5e6, 0x47b0acfd, 0xed93fa9b, + 0xe8d3c48d, 0x283b57cc, 0xf8d56629, 0x79132e28, + 0x785f0191, 0xed756055, 0xf7960e44, 0xe3d35e8c, + 0x15056dd4, 0x88f46dba, 0x03a16125, 0x0564f0bd, + 0xc3eb9e15, 0x3c9057a2, 0x97271aec, 0xa93a072a, + 0x1b3f6d9b, 0x1e6321f5, 0xf59c66fb, 0x26dcf319, + 0x7533d928, 0xb155fdf5, 0x03563482, 0x8aba3cbb, + 0x28517711, 0xc20ad9f8, 0xabcc5167, 0xccad925f, + 0x4de81751, 0x3830dc8e, 0x379d5862, 0x9320f991, + 0xea7a90c2, 0xfb3e7bce, 0x5121ce64, 0x774fbe32, + 0xa8b6e37e, 0xc3293d46, 0x48de5369, 0x6413e680, + 0xa2ae0810, 0xdd6db224, 0x69852dfd, 0x09072166, + 0xb39a460a, 0x6445c0dd, 0x586cdecf, 0x1c20c8ae, + 0x5bbef7dd, 0x1b588d40, 0xccd2017f, 0x6bb4e3bb, + 0xdda26a7e, 0x3a59ff45, 0x3e350a44, 0xbcb4cdd5, + 0x72eacea8, 0xfa6484bb, 0x8d6612ae, 0xbf3c6f47, + 0xd29be463, 0x542f5d9e, 0xaec2771b, 0xf64e6370, + 0x740e0d8d, 0xe75b1357, 0xf8721671, 0xaf537d5d, + 0x4040cb08, 0x4eb4e2cc, 0x34d2466a, 0x0115af84, + 0xe1b00428, 0x95983a1d, 0x06b89fb4, 0xce6ea048, + 0x6f3f3b82, 0x3520ab82, 0x011a1d4b, 0x277227f8, + 0x611560b1, 0xe7933fdc, 0xbb3a792b, 0x344525bd, + 0xa08839e1, 0x51ce794b, 0x2f32c9b7, 0xa01fbac9, + 0xe01cc87e, 0xbcc7d1f6, 0xcf0111c3, 0xa1e8aac7, + 0x1a908749, 0xd44fbd9a, 0xd0dadecb, 0xd50ada38, + 0x0339c32a, 0xc6913667, 0x8df9317c, 0xe0b12b4f, + 0xf79e59b7, 0x43f5bb3a, 0xf2d519ff, 0x27d9459c, + 0xbf97222c, 0x15e6fc2a, 0x0f91fc71, 0x9b941525, + 0xfae59361, 0xceb69ceb, 0xc2a86459, 0x12baa8d1, + 0xb6c1075e, 0xe3056a0c, 0x10d25065, 0xcb03a442, + 0xe0ec6e0e, 0x1698db3b, 0x4c98a0be, 0x3278e964, + 0x9f1f9532, 0xe0d392df, 0xd3a0342b, 0x8971f21e, + 0x1b0a7441, 0x4ba3348c, 0xc5be7120, 0xc37632d8, + 0xdf359f8d, 0x9b992f2e, 0xe60b6f47, 0x0fe3f11d, + 0xe54cda54, 0x1edad891, 0xce6279cf, 0xcd3e7e6f, + 0x1618b166, 0xfd2c1d05, 0x848fd2c5, 0xf6fb2299, + 0xf523f357, 0xa6327623, 0x93a83531, 0x56cccd02, + 0xacf08162, 0x5a75ebb5, 0x6e163697, 0x88d273cc, + 0xde966292, 0x81b949d0, 0x4c50901b, 0x71c65614, + 0xe6c6c7bd, 0x327a140a, 0x45e1d006, 0xc3f27b9a, + 0xc9aa53fd, 0x62a80f00, 0xbb25bfe2, 0x35bdd2f6, + 0x71126905, 0xb2040222, 0xb6cbcf7c, 0xcd769c2b, + 0x53113ec0, 0x1640e3d3, 0x38abbd60, 0x2547adf0, + 0xba38209c, 0xf746ce76, 0x77afa1c5, 0x20756060, + 0x85cbfe4e, 0x8ae88dd8, 0x7aaaf9b0, 0x4cf9aa7e, + 0x1948c25c, 0x02fb8a8c, 0x01c36ae4, 0xd6ebe1f9, + 0x90d4f869, 0xa65cdea0, 0x3f09252d, 0xc208e69f, + 0xb74e6132, 0xce77e25b, 0x578fdfe3, 0x3ac372e6]) + ]; + this.P = new Uint32Array([ + 0x243f6a88, 0x85a308d3, 0x13198a2e, 0x03707344, + 0xa4093822, 0x299f31d0, 0x082efa98, 0xec4e6c89, + 0x452821e6, 0x38d01377, 0xbe5466cf, 0x34e90c6c, + 0xc0ac29b7, 0xc97c50dd, 0x3f84d5b5, 0xb5470917, + 0x9216d5d9, 0x8979fb1b]); +}; + +function F(S, x8, i) { + return (((S[0][x8[i+3]] + + S[1][x8[i+2]]) ^ + S[2][x8[i+1]]) + + S[3][x8[i]]); +}; + +Blowfish.prototype.encipher = function(x, x8) { + if (x8 === undefined) { + x8 = new Uint8Array(x.buffer); + if (x.byteOffset !== 0) + x8 = x8.subarray(x.byteOffset); + } + x[0] ^= this.P[0]; + for (var i = 1; i < 16; i += 2) { + x[1] ^= F(this.S, x8, 0) ^ this.P[i]; + x[0] ^= F(this.S, x8, 4) ^ this.P[i+1]; + } + var t = x[0]; + x[0] = x[1] ^ this.P[17]; + x[1] = t; +}; + +Blowfish.prototype.decipher = function(x) { + var x8 = new Uint8Array(x.buffer); + if (x.byteOffset !== 0) + x8 = x8.subarray(x.byteOffset); + x[0] ^= this.P[17]; + for (var i = 16; i > 0; i -= 2) { + x[1] ^= F(this.S, x8, 0) ^ this.P[i]; + x[0] ^= F(this.S, x8, 4) ^ this.P[i-1]; + } + var t = x[0]; + x[0] = x[1] ^ this.P[0]; + x[1] = t; +}; + +function stream2word(data, databytes){ + var i, temp = 0; + for (i = 0; i < 4; i++, BLF_J++) { + if (BLF_J >= databytes) BLF_J = 0; + temp = (temp << 8) | data[BLF_J]; + } + return temp; +}; + +Blowfish.prototype.expand0state = function(key, keybytes) { + var d = new Uint32Array(2), i, k; + var d8 = new Uint8Array(d.buffer); + + for (i = 0, BLF_J = 0; i < 18; i++) { + this.P[i] ^= stream2word(key, keybytes); + } + BLF_J = 0; + + for (i = 0; i < 18; i += 2) { + this.encipher(d, d8); + this.P[i] = d[0]; + this.P[i+1] = d[1]; + } + + for (i = 0; i < 4; i++) { + for (k = 0; k < 256; k += 2) { + this.encipher(d, d8); + this.S[i][k] = d[0]; + this.S[i][k+1] = d[1]; + } + } +}; + +Blowfish.prototype.expandstate = function(data, databytes, key, keybytes) { + var d = new Uint32Array(2), i, k; + + for (i = 0, BLF_J = 0; i < 18; i++) { + this.P[i] ^= stream2word(key, keybytes); + } + + for (i = 0, BLF_J = 0; i < 18; i += 2) { + d[0] ^= stream2word(data, databytes); + d[1] ^= stream2word(data, databytes); + this.encipher(d); + this.P[i] = d[0]; + this.P[i+1] = d[1]; + } + + for (i = 0; i < 4; i++) { + for (k = 0; k < 256; k += 2) { + d[0] ^= stream2word(data, databytes); + d[1] ^= stream2word(data, databytes); + this.encipher(d); + this.S[i][k] = d[0]; + this.S[i][k+1] = d[1]; + } + } + BLF_J = 0; +}; + +Blowfish.prototype.enc = function(data, blocks) { + for (var i = 0; i < blocks; i++) { + this.encipher(data.subarray(i*2)); + } +}; + +Blowfish.prototype.dec = function(data, blocks) { + for (var i = 0; i < blocks; i++) { + this.decipher(data.subarray(i*2)); + } +}; + +var BCRYPT_BLOCKS = 8, + BCRYPT_HASHSIZE = 32; + +function bcrypt_hash(sha2pass, sha2salt, out) { + var state = new Blowfish(), + cdata = new Uint32Array(BCRYPT_BLOCKS), i, + ciphertext = new Uint8Array([79,120,121,99,104,114,111,109,97,116,105, + 99,66,108,111,119,102,105,115,104,83,119,97,116,68,121,110,97,109, + 105,116,101]); //"OxychromaticBlowfishSwatDynamite" + + state.expandstate(sha2salt, 64, sha2pass, 64); + for (i = 0; i < 64; i++) { + state.expand0state(sha2salt, 64); + state.expand0state(sha2pass, 64); + } + + for (i = 0; i < BCRYPT_BLOCKS; i++) + cdata[i] = stream2word(ciphertext, ciphertext.byteLength); + for (i = 0; i < 64; i++) + state.enc(cdata, cdata.byteLength / 8); + + for (i = 0; i < BCRYPT_BLOCKS; i++) { + out[4*i+3] = cdata[i] >>> 24; + out[4*i+2] = cdata[i] >>> 16; + out[4*i+1] = cdata[i] >>> 8; + out[4*i+0] = cdata[i]; + } +}; + +function bcrypt_pbkdf(pass, passlen, salt, saltlen, key, keylen, rounds) { + var sha2pass = new Uint8Array(64), + sha2salt = new Uint8Array(64), + out = new Uint8Array(BCRYPT_HASHSIZE), + tmpout = new Uint8Array(BCRYPT_HASHSIZE), + countsalt = new Uint8Array(saltlen+4), + i, j, amt, stride, dest, count, + origkeylen = keylen; + + if (rounds < 1) + return -1; + if (passlen === 0 || saltlen === 0 || keylen === 0 || + keylen > (out.byteLength * out.byteLength) || saltlen > (1<<20)) + return -1; + + stride = Math.floor((keylen + out.byteLength - 1) / out.byteLength); + amt = Math.floor((keylen + stride - 1) / stride); + + for (i = 0; i < saltlen; i++) + countsalt[i] = salt[i]; + + crypto_hash_sha512(sha2pass, pass, passlen); + + for (count = 1; keylen > 0; count++) { + countsalt[saltlen+0] = count >>> 24; + countsalt[saltlen+1] = count >>> 16; + countsalt[saltlen+2] = count >>> 8; + countsalt[saltlen+3] = count; + + crypto_hash_sha512(sha2salt, countsalt, saltlen + 4); + bcrypt_hash(sha2pass, sha2salt, tmpout); + for (i = out.byteLength; i--;) + out[i] = tmpout[i]; + + for (i = 1; i < rounds; i++) { + crypto_hash_sha512(sha2salt, tmpout, tmpout.byteLength); + bcrypt_hash(sha2pass, sha2salt, tmpout); + for (j = 0; j < out.byteLength; j++) + out[j] ^= tmpout[j]; + } + + amt = Math.min(amt, keylen); + for (i = 0; i < amt; i++) { + dest = i * stride + (count - 1); + if (dest >= origkeylen) + break; + key[dest] = out[i]; + } + keylen -= i; + } + + return 0; +}; + +module.exports = { + BLOCKS: BCRYPT_BLOCKS, + HASHSIZE: BCRYPT_HASHSIZE, + hash: bcrypt_hash, + pbkdf: bcrypt_pbkdf +}; diff --git a/user/themes/gilles_acezat/node_modules/bcrypt-pbkdf/package.json b/user/themes/gilles_acezat/node_modules/bcrypt-pbkdf/package.json new file mode 100644 index 0000000..c639a53 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/bcrypt-pbkdf/package.json @@ -0,0 +1,49 @@ +{ + "_args": [ + [ + "bcrypt-pbkdf@1.0.2", + "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres" + ] + ], + "_development": true, + "_from": "bcrypt-pbkdf@1.0.2", + "_id": "bcrypt-pbkdf@1.0.2", + "_inBundle": false, + "_integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "_location": "/bcrypt-pbkdf", + "_optional": true, + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "bcrypt-pbkdf@1.0.2", + "name": "bcrypt-pbkdf", + "escapedName": "bcrypt-pbkdf", + "rawSpec": "1.0.2", + "saveSpec": null, + "fetchSpec": "1.0.2" + }, + "_requiredBy": [ + "/sshpk" + ], + "_resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "_spec": "1.0.2", + "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres", + "bugs": { + "url": "https://github.com/joyent/node-bcrypt-pbkdf/issues" + }, + "dependencies": { + "tweetnacl": "^0.14.3" + }, + "description": "Port of the OpenBSD bcrypt_pbkdf function to pure JS", + "devDependencies": {}, + "homepage": "https://github.com/joyent/node-bcrypt-pbkdf#readme", + "license": "BSD-3-Clause", + "main": "index.js", + "name": "bcrypt-pbkdf", + "repository": { + "type": "git", + "url": "git://github.com/joyent/node-bcrypt-pbkdf.git" + }, + "version": "1.0.2" +} diff --git a/user/themes/gilles_acezat/node_modules/beeper/index.js b/user/themes/gilles_acezat/node_modules/beeper/index.js new file mode 100644 index 0000000..2bf6503 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/beeper/index.js @@ -0,0 +1,60 @@ +'use strict'; + +var BEEP_DELAY = 500; + +function beep() { + process.stdout.write('\u0007'); +} + +function melodicalBeep(val, cb) { + if (val.length === 0) { + cb(); + return; + } + + setTimeout(function () { + if (val.shift() === '*') { + beep(); + } + + melodicalBeep(val, cb); + }, BEEP_DELAY); +} + +module.exports = function (val, cb) { + if (!process.stdout.isTTY || + process.argv.indexOf('--no-beep') !== -1 || + process.argv.indexOf('--beep=false') !== -1) { + return; + } + + cb = cb || function () {}; + + if (val === parseInt(val)) { + if (val < 0) { + throw new TypeError('Negative numbers are not accepted'); + } + + if (val === 0) { + cb(); + return; + } + + for (var i = 0; i < val; i++) { + setTimeout(function (i) { + beep(); + + if (i === val - 1) { + cb(); + } + }, BEEP_DELAY * i, i); + } + } else if (!val) { + beep(); + cb(); + } else if (typeof val === 'string') { + melodicalBeep(val.split(''), cb); + } else { + throw new TypeError('Not an accepted type'); + } +}; diff --git a/user/themes/gilles_acezat/node_modules/beeper/license b/user/themes/gilles_acezat/node_modules/beeper/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/beeper/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.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/user/themes/gilles_acezat/node_modules/beeper/package.json b/user/themes/gilles_acezat/node_modules/beeper/package.json new file mode 100644 index 0000000..fecc7a3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/beeper/package.json @@ -0,0 +1,74 @@ +{ + "_args": [ + [ + "beeper@1.1.1", + "/mnt/data/Sites/r2c.net/user/themes/r2c" + ] + ], + "_development": true, + "_from": "beeper@1.1.1", + "_id": "beeper@1.1.1", + "_inBundle": false, + "_integrity": "sha1-5tXqjF2tABMEpwsiY4RH9pyy+Ak=", + "_location": "/beeper", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "beeper@1.1.1", + "name": "beeper", + "escapedName": "beeper", + "rawSpec": "1.1.1", + "saveSpec": null, + "fetchSpec": "1.1.1" + }, + "_requiredBy": [ + "/gulp-util" + ], + "_resolved": "https://registry.npmjs.org/beeper/-/beeper-1.1.1.tgz", + "_spec": "1.1.1", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "bugs": { + "url": "https://github.com/sindresorhus/beeper/issues" + }, + "description": "Make your terminal beep", + "devDependencies": { + "hooker": "^0.2.3", + "tape": "^4.0.0" + }, + "engines": { + "node": ">=0.10.0" + }, + "files": [ + "index.js" + ], + "homepage": "https://github.com/sindresorhus/beeper#readme", + "keywords": [ + "beep", + "beeper", + "boop", + "terminal", + "term", + "cli", + "console", + "ding", + "ping", + "alert", + "gulpfriendly" + ], + "license": "MIT", + "name": "beeper", + "repository": { + "type": "git", + "url": "git+https://github.com/sindresorhus/beeper.git" + }, + "scripts": { + "test": "node test.js" + }, + "version": "1.1.1" +} diff --git a/user/themes/gilles_acezat/node_modules/beeper/readme.md b/user/themes/gilles_acezat/node_modules/beeper/readme.md new file mode 100644 index 0000000..55bdd52 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/beeper/readme.md @@ -0,0 +1,55 @@ +# beeper [![Build Status](https://travis-ci.org/sindresorhus/beeper.svg?branch=master)](https://travis-ci.org/sindresorhus/beeper) + +> Make your terminal beep + +![](https://cloud.githubusercontent.com/assets/170270/5261236/f8471100-7a49-11e4-81af-96cd09a522d9.gif) + +Useful as an attention grabber e.g. when an error happens. + + +## Install + +``` +$ npm install --save beeper +``` + + +## Usage + +```js +var beeper = require('beeper'); + +beeper(); +// beep one time + +beeper(3); +// beep three times + +beeper('****-*-*'); +// beep, beep, beep, beep, pause, beep, pause, beep +``` + + +## API + +It will not beep if stdout is not TTY or if the user supplies the `--no-beep` flag. + +### beeper([count|melody], [callback]) + +#### count + +Type: `number` +Default: `1` + +How many times you want it to beep. + +#### melody + +Type: `string` + +Construct your own melody by supplying a string of `*` for beep `-` for pause. + + +## License + +MIT © [Sindre Sorhus](http://sindresorhus.com) diff --git a/user/themes/gilles_acezat/node_modules/block-stream/LICENCE b/user/themes/gilles_acezat/node_modules/block-stream/LICENCE new file mode 100644 index 0000000..74489e2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/block-stream/LICENCE @@ -0,0 +1,25 @@ +Copyright (c) Isaac Z. Schlueter +All rights reserved. + +The BSD License + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. 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 NETBSD FOUNDATION, INC. 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 FOUNDATION 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/user/themes/gilles_acezat/node_modules/block-stream/LICENSE b/user/themes/gilles_acezat/node_modules/block-stream/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/block-stream/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/user/themes/gilles_acezat/node_modules/block-stream/README.md b/user/themes/gilles_acezat/node_modules/block-stream/README.md new file mode 100644 index 0000000..c16e9c4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/block-stream/README.md @@ -0,0 +1,14 @@ +# block-stream + +A stream of blocks. + +Write data into it, and it'll output data in buffer blocks the size you +specify, padding with zeroes if necessary. + +```javascript +var block = new BlockStream(512) +fs.createReadStream("some-file").pipe(block) +block.pipe(fs.createWriteStream("block-file")) +``` + +When `.end()` or `.flush()` is called, it'll pad the block with zeroes. diff --git a/user/themes/gilles_acezat/node_modules/block-stream/block-stream.js b/user/themes/gilles_acezat/node_modules/block-stream/block-stream.js new file mode 100644 index 0000000..008de03 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/block-stream/block-stream.js @@ -0,0 +1,209 @@ +// write data to it, and it'll emit data in 512 byte blocks. +// if you .end() or .flush(), it'll emit whatever it's got, +// padded with nulls to 512 bytes. + +module.exports = BlockStream + +var Stream = require("stream").Stream + , inherits = require("inherits") + , assert = require("assert").ok + , debug = process.env.DEBUG ? console.error : function () {} + +function BlockStream (size, opt) { + this.writable = this.readable = true + this._opt = opt || {} + this._chunkSize = size || 512 + this._offset = 0 + this._buffer = [] + this._bufferLength = 0 + if (this._opt.nopad) this._zeroes = false + else { + this._zeroes = new Buffer(this._chunkSize) + for (var i = 0; i < this._chunkSize; i ++) { + this._zeroes[i] = 0 + } + } +} + +inherits(BlockStream, Stream) + +BlockStream.prototype.write = function (c) { + // debug(" BS write", c) + if (this._ended) throw new Error("BlockStream: write after end") + if (c && !Buffer.isBuffer(c)) c = new Buffer(c + "") + if (c.length) { + this._buffer.push(c) + this._bufferLength += c.length + } + // debug("pushed onto buffer", this._bufferLength) + if (this._bufferLength >= this._chunkSize) { + if (this._paused) { + // debug(" BS paused, return false, need drain") + this._needDrain = true + return false + } + this._emitChunk() + } + return true +} + +BlockStream.prototype.pause = function () { + // debug(" BS pausing") + this._paused = true +} + +BlockStream.prototype.resume = function () { + // debug(" BS resume") + this._paused = false + return this._emitChunk() +} + +BlockStream.prototype.end = function (chunk) { + // debug("end", chunk) + if (typeof chunk === "function") cb = chunk, chunk = null + if (chunk) this.write(chunk) + this._ended = true + this.flush() +} + +BlockStream.prototype.flush = function () { + this._emitChunk(true) +} + +BlockStream.prototype._emitChunk = function (flush) { + // debug("emitChunk flush=%j emitting=%j paused=%j", flush, this._emitting, this._paused) + + // emit a chunk + if (flush && this._zeroes) { + // debug(" BS push zeroes", this._bufferLength) + // push a chunk of zeroes + var padBytes = (this._bufferLength % this._chunkSize) + if (padBytes !== 0) padBytes = this._chunkSize - padBytes + if (padBytes > 0) { + // debug("padBytes", padBytes, this._zeroes.slice(0, padBytes)) + this._buffer.push(this._zeroes.slice(0, padBytes)) + this._bufferLength += padBytes + // debug(this._buffer[this._buffer.length - 1].length, this._bufferLength) + } + } + + if (this._emitting || this._paused) return + this._emitting = true + + // debug(" BS entering loops") + var bufferIndex = 0 + while (this._bufferLength >= this._chunkSize && + (flush || !this._paused)) { + // debug(" BS data emission loop", this._bufferLength) + + var out + , outOffset = 0 + , outHas = this._chunkSize + + while (outHas > 0 && (flush || !this._paused) ) { + // debug(" BS data inner emit loop", this._bufferLength) + var cur = this._buffer[bufferIndex] + , curHas = cur.length - this._offset + // debug("cur=", cur) + // debug("curHas=%j", curHas) + // If it's not big enough to fill the whole thing, then we'll need + // to copy multiple buffers into one. However, if it is big enough, + // then just slice out the part we want, to save unnecessary copying. + // Also, need to copy if we've already done some copying, since buffers + // can't be joined like cons strings. + if (out || curHas < outHas) { + out = out || new Buffer(this._chunkSize) + cur.copy(out, outOffset, + this._offset, this._offset + Math.min(curHas, outHas)) + } else if (cur.length === outHas && this._offset === 0) { + // shortcut -- cur is exactly long enough, and no offset. + out = cur + } else { + // slice out the piece of cur that we need. + out = cur.slice(this._offset, this._offset + outHas) + } + + if (curHas > outHas) { + // means that the current buffer couldn't be completely output + // update this._offset to reflect how much WAS written + this._offset += outHas + outHas = 0 + } else { + // output the entire current chunk. + // toss it away + outHas -= curHas + outOffset += curHas + bufferIndex ++ + this._offset = 0 + } + } + + this._bufferLength -= this._chunkSize + assert(out.length === this._chunkSize) + // debug("emitting data", out) + // debug(" BS emitting, paused=%j", this._paused, this._bufferLength) + this.emit("data", out) + out = null + } + // debug(" BS out of loops", this._bufferLength) + + // whatever is left, it's not enough to fill up a block, or we're paused + this._buffer = this._buffer.slice(bufferIndex) + if (this._paused) { + // debug(" BS paused, leaving", this._bufferLength) + this._needsDrain = true + this._emitting = false + return + } + + // if flushing, and not using null-padding, then need to emit the last + // chunk(s) sitting in the queue. We know that it's not enough to + // fill up a whole block, because otherwise it would have been emitted + // above, but there may be some offset. + var l = this._buffer.length + if (flush && !this._zeroes && l) { + if (l === 1) { + if (this._offset) { + this.emit("data", this._buffer[0].slice(this._offset)) + } else { + this.emit("data", this._buffer[0]) + } + } else { + var outHas = this._bufferLength + , out = new Buffer(outHas) + , outOffset = 0 + for (var i = 0; i < l; i ++) { + var cur = this._buffer[i] + , curHas = cur.length - this._offset + cur.copy(out, outOffset, this._offset) + this._offset = 0 + outOffset += curHas + this._bufferLength -= curHas + } + this.emit("data", out) + } + // truncate + this._buffer.length = 0 + this._bufferLength = 0 + this._offset = 0 + } + + // now either drained or ended + // debug("either draining, or ended", this._bufferLength, this._ended) + // means that we've flushed out all that we can so far. + if (this._needDrain) { + // debug("emitting drain", this._bufferLength) + this._needDrain = false + this.emit("drain") + } + + if ((this._bufferLength === 0) && this._ended && !this._endEmitted) { + // debug("emitting end", this._bufferLength) + this._endEmitted = true + this.emit("end") + } + + this._emitting = false + + // debug(" BS no longer emitting", flush, this._paused, this._emitting, this._bufferLength, this._chunkSize) +} diff --git a/user/themes/gilles_acezat/node_modules/block-stream/package.json b/user/themes/gilles_acezat/node_modules/block-stream/package.json new file mode 100644 index 0000000..efd7995 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/block-stream/package.json @@ -0,0 +1,64 @@ +{ + "_args": [ + [ + "block-stream@0.0.9", + "/mnt/data/Sites/r2c.net/user/themes/r2c" + ] + ], + "_development": true, + "_from": "block-stream@0.0.9", + "_id": "block-stream@0.0.9", + "_inBundle": false, + "_integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", + "_location": "/block-stream", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "block-stream@0.0.9", + "name": "block-stream", + "escapedName": "block-stream", + "rawSpec": "0.0.9", + "saveSpec": null, + "fetchSpec": "0.0.9" + }, + "_requiredBy": [ + "/tar" + ], + "_resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", + "_spec": "0.0.9", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c", + "author": { + "name": "Isaac Z. Schlueter", + "email": "i@izs.me", + "url": "http://blog.izs.me/" + }, + "bugs": { + "url": "https://github.com/isaacs/block-stream/issues" + }, + "dependencies": { + "inherits": "~2.0.0" + }, + "description": "a stream of blocks", + "devDependencies": { + "tap": "^5.7.1" + }, + "engines": { + "node": "0.4 || >=0.5.8" + }, + "files": [ + "block-stream.js" + ], + "homepage": "https://github.com/isaacs/block-stream#readme", + "license": "ISC", + "main": "block-stream.js", + "name": "block-stream", + "repository": { + "type": "git", + "url": "git://github.com/isaacs/block-stream.git" + }, + "scripts": { + "test": "tap test/*.js --cov" + }, + "version": "0.0.9" +} diff --git a/user/themes/gilles_acezat/node_modules/brace-expansion/LICENSE b/user/themes/gilles_acezat/node_modules/brace-expansion/LICENSE new file mode 100644 index 0000000..de32266 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/brace-expansion/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2013 Julian Gruber + +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/user/themes/gilles_acezat/node_modules/brace-expansion/README.md b/user/themes/gilles_acezat/node_modules/brace-expansion/README.md new file mode 100644 index 0000000..6b4e0e1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/brace-expansion/README.md @@ -0,0 +1,129 @@ +# brace-expansion + +[Brace expansion](https://www.gnu.org/software/bash/manual/html_node/Brace-Expansion.html), +as known from sh/bash, in JavaScript. + +[![build status](https://secure.travis-ci.org/juliangruber/brace-expansion.svg)](http://travis-ci.org/juliangruber/brace-expansion) +[![downloads](https://img.shields.io/npm/dm/brace-expansion.svg)](https://www.npmjs.org/package/brace-expansion) +[![Greenkeeper badge](https://badges.greenkeeper.io/juliangruber/brace-expansion.svg)](https://greenkeeper.io/) + +[![testling badge](https://ci.testling.com/juliangruber/brace-expansion.png)](https://ci.testling.com/juliangruber/brace-expansion) + +## Example + +```js +var expand = require('brace-expansion'); + +expand('file-{a,b,c}.jpg') +// => ['file-a.jpg', 'file-b.jpg', 'file-c.jpg'] + +expand('-v{,,}') +// => ['-v', '-v', '-v'] + +expand('file{0..2}.jpg') +// => ['file0.jpg', 'file1.jpg', 'file2.jpg'] + +expand('file-{a..c}.jpg') +// => ['file-a.jpg', 'file-b.jpg', 'file-c.jpg'] + +expand('file{2..0}.jpg') +// => ['file2.jpg', 'file1.jpg', 'file0.jpg'] + +expand('file{0..4..2}.jpg') +// => ['file0.jpg', 'file2.jpg', 'file4.jpg'] + +expand('file-{a..e..2}.jpg') +// => ['file-a.jpg', 'file-c.jpg', 'file-e.jpg'] + +expand('file{00..10..5}.jpg') +// => ['file00.jpg', 'file05.jpg', 'file10.jpg'] + +expand('{{A..C},{a..c}}') +// => ['A', 'B', 'C', 'a', 'b', 'c'] + +expand('ppp{,config,oe{,conf}}') +// => ['ppp', 'pppconfig', 'pppoe', 'pppoeconf'] +``` + +## API + +```js +var expand = require('brace-expansion'); +``` + +### var expanded = expand(str) + +Return an array of all possible and valid expansions of `str`. If none are +found, `[str]` is returned. + +Valid expansions are: + +```js +/^(.*,)+(.+)?$/ +// {a,b,...} +``` + +A comma separated list of options, like `{a,b}` or `{a,{b,c}}` or `{,a,}`. + +```js +/^-?\d+\.\.-?\d+(\.\.-?\d+)?$/ +// {x..y[..incr]} +``` + +A numeric sequence from `x` to `y` inclusive, with optional increment. +If `x` or `y` start with a leading `0`, all the numbers will be padded +to have equal length. Negative numbers and backwards iteration work too. + +```js +/^-?\d+\.\.-?\d+(\.\.-?\d+)?$/ +// {x..y[..incr]} +``` + +An alphabetic sequence from `x` to `y` inclusive, with optional increment. +`x` and `y` must be exactly one character, and if given, `incr` must be a +number. + +For compatibility reasons, the string `${` is not eligible for brace expansion. + +## Installation + +With [npm](https://npmjs.org) do: + +```bash +npm install brace-expansion +``` + +## Contributors + +- [Julian Gruber](https://github.com/juliangruber) +- [Isaac Z. Schlueter](https://github.com/isaacs) + +## Sponsors + +This module is proudly supported by my [Sponsors](https://github.com/juliangruber/sponsors)! + +Do you want to support modules like this to improve their quality, stability and weigh in on new features? Then please consider donating to my [Patreon](https://www.patreon.com/juliangruber). Not sure how much of my modules you're using? Try [feross/thanks](https://github.com/feross/thanks)! + +## License + +(MIT) + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.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/user/themes/gilles_acezat/node_modules/brace-expansion/index.js b/user/themes/gilles_acezat/node_modules/brace-expansion/index.js new file mode 100644 index 0000000..0478be8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/brace-expansion/index.js @@ -0,0 +1,201 @@ +var concatMap = require('concat-map'); +var balanced = require('balanced-match'); + +module.exports = expandTop; + +var escSlash = '\0SLASH'+Math.random()+'\0'; +var escOpen = '\0OPEN'+Math.random()+'\0'; +var escClose = '\0CLOSE'+Math.random()+'\0'; +var escComma = '\0COMMA'+Math.random()+'\0'; +var escPeriod = '\0PERIOD'+Math.random()+'\0'; + +function numeric(str) { + return parseInt(str, 10) == str + ? parseInt(str, 10) + : str.charCodeAt(0); +} + +function escapeBraces(str) { + return str.split('\\\\').join(escSlash) + .split('\\{').join(escOpen) + .split('\\}').join(escClose) + .split('\\,').join(escComma) + .split('\\.').join(escPeriod); +} + +function unescapeBraces(str) { + return str.split(escSlash).join('\\') + .split(escOpen).join('{') + .split(escClose).join('}') + .split(escComma).join(',') + .split(escPeriod).join('.'); +} + + +// Basically just str.split(","), but handling cases +// where we have nested braced sections, which should be +// treated as individual members, like {a,{b,c},d} +function parseCommaParts(str) { + if (!str) + return ['']; + + var parts = []; + var m = balanced('{', '}', str); + + if (!m) + return str.split(','); + + var pre = m.pre; + var body = m.body; + var post = m.post; + var p = pre.split(','); + + p[p.length-1] += '{' + body + '}'; + var postParts = parseCommaParts(post); + if (post.length) { + p[p.length-1] += postParts.shift(); + p.push.apply(p, postParts); + } + + parts.push.apply(parts, p); + + return parts; +} + +function expandTop(str) { + if (!str) + return []; + + // I don't know why Bash 4.3 does this, but it does. + // Anything starting with {} will have the first two bytes preserved + // but *only* at the top level, so {},a}b will not expand to anything, + // but a{},b}c will be expanded to [a}c,abc]. + // One could argue that this is a bug in Bash, but since the goal of + // this module is to match Bash's rules, we escape a leading {} + if (str.substr(0, 2) === '{}') { + str = '\\{\\}' + str.substr(2); + } + + return expand(escapeBraces(str), true).map(unescapeBraces); +} + +function identity(e) { + return e; +} + +function embrace(str) { + return '{' + str + '}'; +} +function isPadded(el) { + return /^-?0\d/.test(el); +} + +function lte(i, y) { + return i <= y; +} +function gte(i, y) { + return i >= y; +} + +function expand(str, isTop) { + var expansions = []; + + var m = balanced('{', '}', str); + if (!m || /\$$/.test(m.pre)) return [str]; + + var isNumericSequence = /^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(m.body); + var isAlphaSequence = /^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(m.body); + var isSequence = isNumericSequence || isAlphaSequence; + var isOptions = m.body.indexOf(',') >= 0; + if (!isSequence && !isOptions) { + // {a},b} + if (m.post.match(/,.*\}/)) { + str = m.pre + '{' + m.body + escClose + m.post; + return expand(str); + } + return [str]; + } + + var n; + if (isSequence) { + n = m.body.split(/\.\./); + } else { + n = parseCommaParts(m.body); + if (n.length === 1) { + // x{{a,b}}y ==> x{a}y x{b}y + n = expand(n[0], false).map(embrace); + if (n.length === 1) { + var post = m.post.length + ? expand(m.post, false) + : ['']; + return post.map(function(p) { + return m.pre + n[0] + p; + }); + } + } + } + + // at this point, n is the parts, and we know it's not a comma set + // with a single entry. + + // no need to expand pre, since it is guaranteed to be free of brace-sets + var pre = m.pre; + var post = m.post.length + ? expand(m.post, false) + : ['']; + + var N; + + if (isSequence) { + var x = numeric(n[0]); + var y = numeric(n[1]); + var width = Math.max(n[0].length, n[1].length) + var incr = n.length == 3 + ? Math.abs(numeric(n[2])) + : 1; + var test = lte; + var reverse = y < x; + if (reverse) { + incr *= -1; + test = gte; + } + var pad = n.some(isPadded); + + N = []; + + for (var i = x; test(i, y); i += incr) { + var c; + if (isAlphaSequence) { + c = String.fromCharCode(i); + if (c === '\\') + c = ''; + } else { + c = String(i); + if (pad) { + var need = width - c.length; + if (need > 0) { + var z = new Array(need + 1).join('0'); + if (i < 0) + c = '-' + z + c.slice(1); + else + c = z + c; + } + } + } + N.push(c); + } + } else { + N = concatMap(n, function(el) { return expand(el, false) }); + } + + for (var j = 0; j < N.length; j++) { + for (var k = 0; k < post.length; k++) { + var expansion = pre + N[j] + post[k]; + if (!isTop || isSequence || expansion) + expansions.push(expansion); + } + } + + return expansions; +} + diff --git a/user/themes/gilles_acezat/node_modules/brace-expansion/package.json b/user/themes/gilles_acezat/node_modules/brace-expansion/package.json new file mode 100644 index 0000000..531a6a5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/brace-expansion/package.json @@ -0,0 +1,83 @@ +{ + "_args": [ + [ + "brace-expansion@1.1.11", + "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres" + ] + ], + "_development": true, + "_from": "brace-expansion@1.1.11", + "_id": "brace-expansion@1.1.11", + "_inBundle": false, + "_integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "_location": "/brace-expansion", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "brace-expansion@1.1.11", + "name": "brace-expansion", + "escapedName": "brace-expansion", + "rawSpec": "1.1.11", + "saveSpec": null, + "fetchSpec": "1.1.11" + }, + "_requiredBy": [ + "/minimatch", + "/node-gyp/minimatch", + "/node-sass/minimatch", + "/rimraf/minimatch", + "/sass-graph/minimatch" + ], + "_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "_spec": "1.1.11", + "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres", + "author": { + "name": "Julian Gruber", + "email": "mail@juliangruber.com", + "url": "http://juliangruber.com" + }, + "bugs": { + "url": "https://github.com/juliangruber/brace-expansion/issues" + }, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + }, + "description": "Brace expansion as known from sh/bash", + "devDependencies": { + "matcha": "^0.7.0", + "tape": "^4.6.0" + }, + "homepage": "https://github.com/juliangruber/brace-expansion", + "keywords": [], + "license": "MIT", + "main": "index.js", + "name": "brace-expansion", + "repository": { + "type": "git", + "url": "git://github.com/juliangruber/brace-expansion.git" + }, + "scripts": { + "bench": "matcha test/perf/bench.js", + "gentest": "bash test/generate.sh", + "test": "tape test/*.js" + }, + "testling": { + "files": "test/*.js", + "browsers": [ + "ie/8..latest", + "firefox/20..latest", + "firefox/nightly", + "chrome/25..latest", + "chrome/canary", + "opera/12..latest", + "opera/next", + "safari/5.1..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2..latest" + ] + }, + "version": "1.1.11" +} diff --git a/user/themes/gilles_acezat/node_modules/braces/LICENSE b/user/themes/gilles_acezat/node_modules/braces/LICENSE new file mode 100644 index 0000000..d32ab44 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/braces/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2018, Jon Schlinkert. + +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/user/themes/gilles_acezat/node_modules/braces/README.md b/user/themes/gilles_acezat/node_modules/braces/README.md new file mode 100644 index 0000000..f909bfb --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/braces/README.md @@ -0,0 +1,640 @@ +# braces [![NPM version](https://img.shields.io/npm/v/braces.svg?style=flat)](https://www.npmjs.com/package/braces) [![NPM monthly downloads](https://img.shields.io/npm/dm/braces.svg?style=flat)](https://npmjs.org/package/braces) [![NPM total downloads](https://img.shields.io/npm/dt/braces.svg?style=flat)](https://npmjs.org/package/braces) [![Linux Build Status](https://img.shields.io/travis/micromatch/braces.svg?style=flat&label=Travis)](https://travis-ci.org/micromatch/braces) [![Windows Build Status](https://img.shields.io/appveyor/ci/micromatch/braces.svg?style=flat&label=AppVeyor)](https://ci.appveyor.com/project/micromatch/braces) + +> Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed. + +Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save braces +``` + +## Why use braces? + +Brace patterns are great for matching ranges. Users (and implementors) shouldn't have to think about whether or not they will break their application (or yours) from accidentally defining an aggressive brace pattern. _Braces is the only library that offers a [solution to this problem](#performance)_. + +* **Safe(r)**: Braces isn't vulnerable to DoS attacks like [brace-expansion](https://github.com/juliangruber/brace-expansion), [minimatch](https://github.com/isaacs/minimatch) and [multimatch](https://github.com/sindresorhus/multimatch) (a different bug than the [other regex DoS bug](https://medium.com/node-security/minimatch-redos-vulnerability-590da24e6d3c#.jew0b6mpc)). +* **Accurate**: complete support for the [Bash 4.3 Brace Expansion](www.gnu.org/software/bash/) specification (passes all of the Bash braces tests) +* **[fast and performant](#benchmarks)**: Starts fast, runs fast and [scales well](#performance) as patterns increase in complexity. +* **Organized code base**: with parser and compiler that are eas(y|ier) to maintain and update when edge cases crop up. +* **Well-tested**: thousands of test assertions. Passes 100% of the [minimatch](https://github.com/isaacs/minimatch) and [brace-expansion](https://github.com/juliangruber/brace-expansion) unit tests as well (as of the writing of this). + +## Usage + +The main export is a function that takes one or more brace `patterns` and `options`. + +```js +var braces = require('braces'); +braces(pattern[, options]); +``` + +By default, braces returns an optimized regex-source string. To get an array of brace patterns, use `brace.expand()`. + +The following section explains the difference in more detail. _(If you're curious about "why" braces does this by default, see [brace matching pitfalls](#brace-matching-pitfalls)_. + +### Optimized vs. expanded braces + +**Optimized** + +By default, patterns are optimized for regex and matching: + +```js +console.log(braces('a/{x,y,z}/b')); +//=> ['a/(x|y|z)/b'] +``` + +**Expanded** + +To expand patterns the same way as Bash or [minimatch](https://github.com/isaacs/minimatch), use the [.expand](#expand) method: + +```js +console.log(braces.expand('a/{x,y,z}/b')); +//=> ['a/x/b', 'a/y/b', 'a/z/b'] +``` + +Or use [options.expand](#optionsexpand): + +```js +console.log(braces('a/{x,y,z}/b', {expand: true})); +//=> ['a/x/b', 'a/y/b', 'a/z/b'] +``` + +## Features + +* [lists](#lists): Supports "lists": `a/{b,c}/d` => `['a/b/d', 'a/c/d']` +* [sequences](#sequences): Supports alphabetical or numerical "sequences" (ranges): `{1..3}` => `['1', '2', '3']` +* [steps](#steps): Supports "steps" or increments: `{2..10..2}` => `['2', '4', '6', '8', '10']` +* [escaping](#escaping) +* [options](#options) + +### Lists + +Uses [fill-range](https://github.com/jonschlinkert/fill-range) for expanding alphabetical or numeric lists: + +```js +console.log(braces('a/{foo,bar,baz}/*.js')); +//=> ['a/(foo|bar|baz)/*.js'] + +console.log(braces.expand('a/{foo,bar,baz}/*.js')); +//=> ['a/foo/*.js', 'a/bar/*.js', 'a/baz/*.js'] +``` + +### Sequences + +Uses [fill-range](https://github.com/jonschlinkert/fill-range) for expanding alphabetical or numeric ranges (bash "sequences"): + +```js +console.log(braces.expand('{1..3}')); // ['1', '2', '3'] +console.log(braces.expand('a{01..03}b')); // ['a01b', 'a02b', 'a03b'] +console.log(braces.expand('a{1..3}b')); // ['a1b', 'a2b', 'a3b'] +console.log(braces.expand('{a..c}')); // ['a', 'b', 'c'] +console.log(braces.expand('foo/{a..c}')); // ['foo/a', 'foo/b', 'foo/c'] + +// supports padded ranges +console.log(braces('a{01..03}b')); //=> [ 'a(0[1-3])b' ] +console.log(braces('a{001..300}b')); //=> [ 'a(0{2}[1-9]|0[1-9][0-9]|[12][0-9]{2}|300)b' ] +``` + +### Steps + +Steps, or increments, may be used with ranges: + +```js +console.log(braces.expand('{2..10..2}')); +//=> ['2', '4', '6', '8', '10'] + +console.log(braces('{2..10..2}')); +//=> ['(2|4|6|8|10)'] +``` + +When the [.optimize](#optimize) method is used, or [options.optimize](#optionsoptimize) is set to true, sequences are passed to [to-regex-range](https://github.com/jonschlinkert/to-regex-range) for expansion. + +### Nesting + +Brace patterns may be nested. The results of each expanded string are not sorted, and left to right order is preserved. + +**"Expanded" braces** + +```js +console.log(braces.expand('a{b,c,/{x,y}}/e')); +//=> ['ab/e', 'ac/e', 'a/x/e', 'a/y/e'] + +console.log(braces.expand('a/{x,{1..5},y}/c')); +//=> ['a/x/c', 'a/1/c', 'a/2/c', 'a/3/c', 'a/4/c', 'a/5/c', 'a/y/c'] +``` + +**"Optimized" braces** + +```js +console.log(braces('a{b,c,/{x,y}}/e')); +//=> ['a(b|c|/(x|y))/e'] + +console.log(braces('a/{x,{1..5},y}/c')); +//=> ['a/(x|([1-5])|y)/c'] +``` + +### Escaping + +**Escaping braces** + +A brace pattern will not be expanded or evaluted if _either the opening or closing brace is escaped_: + +```js +console.log(braces.expand('a\\{d,c,b}e')); +//=> ['a{d,c,b}e'] + +console.log(braces.expand('a{d,c,b\\}e')); +//=> ['a{d,c,b}e'] +``` + +**Escaping commas** + +Commas inside braces may also be escaped: + +```js +console.log(braces.expand('a{b\\,c}d')); +//=> ['a{b,c}d'] + +console.log(braces.expand('a{d\\,c,b}e')); +//=> ['ad,ce', 'abe'] +``` + +**Single items** + +Following bash conventions, a brace pattern is also not expanded when it contains a single character: + +```js +console.log(braces.expand('a{b}c')); +//=> ['a{b}c'] +``` + +## Options + +### options.maxLength + +**Type**: `Number` + +**Default**: `65,536` + +**Description**: Limit the length of the input string. Useful when the input string is generated or your application allows users to pass a string, et cetera. + +```js +console.log(braces('a/{b,c}/d', { maxLength: 3 })); //=> throws an error +``` + +### options.expand + +**Type**: `Boolean` + +**Default**: `undefined` + +**Description**: Generate an "expanded" brace pattern (this option is unncessary with the `.expand` method, which does the same thing). + +```js +console.log(braces('a/{b,c}/d', {expand: true})); +//=> [ 'a/b/d', 'a/c/d' ] +``` + +### options.optimize + +**Type**: `Boolean` + +**Default**: `true` + +**Description**: Enabled by default. + +```js +console.log(braces('a/{b,c}/d')); +//=> [ 'a/(b|c)/d' ] +``` + +### options.nodupes + +**Type**: `Boolean` + +**Default**: `true` + +**Description**: Duplicates are removed by default. To keep duplicates, pass `{nodupes: false}` on the options + +### options.rangeLimit + +**Type**: `Number` + +**Default**: `250` + +**Description**: When `braces.expand()` is used, or `options.expand` is true, brace patterns will automatically be [optimized](#optionsoptimize) when the difference between the range minimum and range maximum exceeds the `rangeLimit`. This is to prevent huge ranges from freezing your application. + +You can set this to any number, or change `options.rangeLimit` to `Inifinity` to disable this altogether. + +**Examples** + +```js +// pattern exceeds the "rangeLimit", so it's optimized automatically +console.log(braces.expand('{1..1000}')); +//=> ['([1-9]|[1-9][0-9]{1,2}|1000)'] + +// pattern does not exceed "rangeLimit", so it's NOT optimized +console.log(braces.expand('{1..100}')); +//=> ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37', '38', '39', '40', '41', '42', '43', '44', '45', '46', '47', '48', '49', '50', '51', '52', '53', '54', '55', '56', '57', '58', '59', '60', '61', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '78', '79', '80', '81', '82', '83', '84', '85', '86', '87', '88', '89', '90', '91', '92', '93', '94', '95', '96', '97', '98', '99', '100'] +``` + +### options.transform + +**Type**: `Function` + +**Default**: `undefined` + +**Description**: Customize range expansion. + +```js +var range = braces.expand('x{a..e}y', { + transform: function(str) { + return 'foo' + str; + } +}); + +console.log(range); +//=> [ 'xfooay', 'xfooby', 'xfoocy', 'xfoody', 'xfooey' ] +``` + +### options.quantifiers + +**Type**: `Boolean` + +**Default**: `undefined` + +**Description**: In regular expressions, quanitifiers can be used to specify how many times a token can be repeated. For example, `a{1,3}` will match the letter `a` one to three times. + +Unfortunately, regex quantifiers happen to share the same syntax as [Bash lists](#lists) + +The `quantifiers` option tells braces to detect when [regex quantifiers](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp#quantifiers) are defined in the given pattern, and not to try to expand them as lists. + +**Examples** + +```js +var braces = require('braces'); +console.log(braces('a/b{1,3}/{x,y,z}')); +//=> [ 'a/b(1|3)/(x|y|z)' ] +console.log(braces('a/b{1,3}/{x,y,z}', {quantifiers: true})); +//=> [ 'a/b{1,3}/(x|y|z)' ] +console.log(braces('a/b{1,3}/{x,y,z}', {quantifiers: true, expand: true})); +//=> [ 'a/b{1,3}/x', 'a/b{1,3}/y', 'a/b{1,3}/z' ] +``` + +### options.unescape + +**Type**: `Boolean` + +**Default**: `undefined` + +**Description**: Strip backslashes that were used for escaping from the result. + +## What is "brace expansion"? + +Brace expansion is a type of parameter expansion that was made popular by unix shells for generating lists of strings, as well as regex-like matching when used alongside wildcards (globs). + +In addition to "expansion", braces are also used for matching. In other words: + +* [brace expansion](#brace-expansion) is for generating new lists +* [brace matching](#brace-matching) is for filtering existing lists + +
+More about brace expansion (click to expand) + +There are two main types of brace expansion: + +1. **lists**: which are defined using comma-separated values inside curly braces: `{a,b,c}` +2. **sequences**: which are defined using a starting value and an ending value, separated by two dots: `a{1..3}b`. Optionally, a third argument may be passed to define a "step" or increment to use: `a{1..100..10}b`. These are also sometimes referred to as "ranges". + +Here are some example brace patterns to illustrate how they work: + +**Sets** + +``` +{a,b,c} => a b c +{a,b,c}{1,2} => a1 a2 b1 b2 c1 c2 +``` + +**Sequences** + +``` +{1..9} => 1 2 3 4 5 6 7 8 9 +{4..-4} => 4 3 2 1 0 -1 -2 -3 -4 +{1..20..3} => 1 4 7 10 13 16 19 +{a..j} => a b c d e f g h i j +{j..a} => j i h g f e d c b a +{a..z..3} => a d g j m p s v y +``` + +**Combination** + +Sets and sequences can be mixed together or used along with any other strings. + +``` +{a,b,c}{1..3} => a1 a2 a3 b1 b2 b3 c1 c2 c3 +foo/{a,b,c}/bar => foo/a/bar foo/b/bar foo/c/bar +``` + +The fact that braces can be "expanded" from relatively simple patterns makes them ideal for quickly generating test fixtures, file paths, and similar use cases. + +## Brace matching + +In addition to _expansion_, brace patterns are also useful for performing regular-expression-like matching. + +For example, the pattern `foo/{1..3}/bar` would match any of following strings: + +``` +foo/1/bar +foo/2/bar +foo/3/bar +``` + +But not: + +``` +baz/1/qux +baz/2/qux +baz/3/qux +``` + +Braces can also be combined with [glob patterns](https://github.com/jonschlinkert/micromatch) to perform more advanced wildcard matching. For example, the pattern `*/{1..3}/*` would match any of following strings: + +``` +foo/1/bar +foo/2/bar +foo/3/bar +baz/1/qux +baz/2/qux +baz/3/qux +``` + +## Brace matching pitfalls + +Although brace patterns offer a user-friendly way of matching ranges or sets of strings, there are also some major disadvantages and potential risks you should be aware of. + +### tldr + +**"brace bombs"** + +* brace expansion can eat up a huge amount of processing resources +* as brace patterns increase _linearly in size_, the system resources required to expand the pattern increase exponentially +* users can accidentally (or intentially) exhaust your system's resources resulting in the equivalent of a DoS attack (bonus: no programming knowledge is required!) + +For a more detailed explanation with examples, see the [geometric complexity](#geometric-complexity) section. + +### The solution + +Jump to the [performance section](#performance) to see how Braces solves this problem in comparison to other libraries. + +### Geometric complexity + +At minimum, brace patterns with sets limited to two elements have quadradic or `O(n^2)` complexity. But the complexity of the algorithm increases exponentially as the number of sets, _and elements per set_, increases, which is `O(n^c)`. + +For example, the following sets demonstrate quadratic (`O(n^2)`) complexity: + +``` +{1,2}{3,4} => (2X2) => 13 14 23 24 +{1,2}{3,4}{5,6} => (2X2X2) => 135 136 145 146 235 236 245 246 +``` + +But add an element to a set, and we get a n-fold Cartesian product with `O(n^c)` complexity: + +``` +{1,2,3}{4,5,6}{7,8,9} => (3X3X3) => 147 148 149 157 158 159 167 168 169 247 248 + 249 257 258 259 267 268 269 347 348 349 357 + 358 359 367 368 369 +``` + +Now, imagine how this complexity grows given that each element is a n-tuple: + +``` +{1..100}{1..100} => (100X100) => 10,000 elements (38.4 kB) +{1..100}{1..100}{1..100} => (100X100X100) => 1,000,000 elements (5.76 MB) +``` + +Although these examples are clearly contrived, they demonstrate how brace patterns can quickly grow out of control. + +**More information** + +Interested in learning more about brace expansion? + +* [linuxjournal/bash-brace-expansion](http://www.linuxjournal.com/content/bash-brace-expansion) +* [rosettacode/Brace_expansion](https://rosettacode.org/wiki/Brace_expansion) +* [cartesian product](https://en.wikipedia.org/wiki/Cartesian_product) + +
+ +## Performance + +Braces is not only screaming fast, it's also more accurate the other brace expansion libraries. + +### Better algorithms + +Fortunately there is a solution to the ["brace bomb" problem](#brace-matching-pitfalls): _don't expand brace patterns into an array when they're used for matching_. + +Instead, convert the pattern into an optimized regular expression. This is easier said than done, and braces is the only library that does this currently. + +**The proof is in the numbers** + +Minimatch gets exponentially slower as patterns increase in complexity, braces does not. The following results were generated using `braces()` and `minimatch.braceExpand()`, respectively. + +| **Pattern** | **braces** | **[minimatch](https://github.com/isaacs/minimatch)** | +| --- | --- | --- | +| `{1..9007199254740991}`[1] | `298 B` (5ms 459μs) | N/A (freezes) | +| `{1..1000000000000000}` | `41 B` (1ms 15μs) | N/A (freezes) | +| `{1..100000000000000}` | `40 B` (890μs) | N/A (freezes) | +| `{1..10000000000000}` | `39 B` (2ms 49μs) | N/A (freezes) | +| `{1..1000000000000}` | `38 B` (608μs) | N/A (freezes) | +| `{1..100000000000}` | `37 B` (397μs) | N/A (freezes) | +| `{1..10000000000}` | `35 B` (983μs) | N/A (freezes) | +| `{1..1000000000}` | `34 B` (798μs) | N/A (freezes) | +| `{1..100000000}` | `33 B` (733μs) | N/A (freezes) | +| `{1..10000000}` | `32 B` (5ms 632μs) | `78.89 MB` (16s 388ms 569μs) | +| `{1..1000000}` | `31 B` (1ms 381μs) | `6.89 MB` (1s 496ms 887μs) | +| `{1..100000}` | `30 B` (950μs) | `588.89 kB` (146ms 921μs) | +| `{1..10000}` | `29 B` (1ms 114μs) | `48.89 kB` (14ms 187μs) | +| `{1..1000}` | `28 B` (760μs) | `3.89 kB` (1ms 453μs) | +| `{1..100}` | `22 B` (345μs) | `291 B` (196μs) | +| `{1..10}` | `10 B` (533μs) | `20 B` (37μs) | +| `{1..3}` | `7 B` (190μs) | `5 B` (27μs) | + +### Faster algorithms + +When you need expansion, braces is still much faster. + +_(the following results were generated using `braces.expand()` and `minimatch.braceExpand()`, respectively)_ + +| **Pattern** | **braces** | **[minimatch](https://github.com/isaacs/minimatch)** | +| --- | --- | --- | +| `{1..10000000}` | `78.89 MB` (2s 698ms 642μs) | `78.89 MB` (18s 601ms 974μs) | +| `{1..1000000}` | `6.89 MB` (458ms 576μs) | `6.89 MB` (1s 491ms 621μs) | +| `{1..100000}` | `588.89 kB` (20ms 728μs) | `588.89 kB` (156ms 919μs) | +| `{1..10000}` | `48.89 kB` (2ms 202μs) | `48.89 kB` (13ms 641μs) | +| `{1..1000}` | `3.89 kB` (1ms 796μs) | `3.89 kB` (1ms 958μs) | +| `{1..100}` | `291 B` (424μs) | `291 B` (211μs) | +| `{1..10}` | `20 B` (487μs) | `20 B` (72μs) | +| `{1..3}` | `5 B` (166μs) | `5 B` (27μs) | + +If you'd like to run these comparisons yourself, see [test/support/generate.js](test/support/generate.js). + +## Benchmarks + +### Running benchmarks + +Install dev dependencies: + +```bash +npm i -d && npm benchmark +``` + +### Latest results + +```bash +Benchmarking: (8 of 8) + · combination-nested + · combination + · escaped + · list-basic + · list-multiple + · no-braces + · sequence-basic + · sequence-multiple + +# benchmark/fixtures/combination-nested.js (52 bytes) + brace-expansion x 4,756 ops/sec ±1.09% (86 runs sampled) + braces x 11,202,303 ops/sec ±1.06% (88 runs sampled) + minimatch x 4,816 ops/sec ±0.99% (87 runs sampled) + + fastest is braces + +# benchmark/fixtures/combination.js (51 bytes) + brace-expansion x 625 ops/sec ±0.87% (87 runs sampled) + braces x 11,031,884 ops/sec ±0.72% (90 runs sampled) + minimatch x 637 ops/sec ±0.84% (88 runs sampled) + + fastest is braces + +# benchmark/fixtures/escaped.js (44 bytes) + brace-expansion x 163,325 ops/sec ±1.05% (87 runs sampled) + braces x 10,655,071 ops/sec ±1.22% (88 runs sampled) + minimatch x 147,495 ops/sec ±0.96% (88 runs sampled) + + fastest is braces + +# benchmark/fixtures/list-basic.js (40 bytes) + brace-expansion x 99,726 ops/sec ±1.07% (83 runs sampled) + braces x 10,596,584 ops/sec ±0.98% (88 runs sampled) + minimatch x 100,069 ops/sec ±1.17% (86 runs sampled) + + fastest is braces + +# benchmark/fixtures/list-multiple.js (52 bytes) + brace-expansion x 34,348 ops/sec ±1.08% (88 runs sampled) + braces x 9,264,131 ops/sec ±1.12% (88 runs sampled) + minimatch x 34,893 ops/sec ±0.87% (87 runs sampled) + + fastest is braces + +# benchmark/fixtures/no-braces.js (48 bytes) + brace-expansion x 275,368 ops/sec ±1.18% (89 runs sampled) + braces x 9,134,677 ops/sec ±0.95% (88 runs sampled) + minimatch x 3,755,954 ops/sec ±1.13% (89 runs sampled) + + fastest is braces + +# benchmark/fixtures/sequence-basic.js (41 bytes) + brace-expansion x 5,492 ops/sec ±1.35% (87 runs sampled) + braces x 8,485,034 ops/sec ±1.28% (89 runs sampled) + minimatch x 5,341 ops/sec ±1.17% (87 runs sampled) + + fastest is braces + +# benchmark/fixtures/sequence-multiple.js (51 bytes) + brace-expansion x 116 ops/sec ±0.77% (77 runs sampled) + braces x 9,445,118 ops/sec ±1.32% (84 runs sampled) + minimatch x 109 ops/sec ±1.16% (76 runs sampled) + + fastest is braces +``` + +## About + +
+Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +
+ +
+Running Tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +
+ +
+Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +
+ +### Related projects + +You might also be interested in these projects: + +* [expand-brackets](https://www.npmjs.com/package/expand-brackets): Expand POSIX bracket expressions (character classes) in glob patterns. | [homepage](https://github.com/jonschlinkert/expand-brackets "Expand POSIX bracket expressions (character classes) in glob patterns.") +* [extglob](https://www.npmjs.com/package/extglob): Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob… [more](https://github.com/micromatch/extglob) | [homepage](https://github.com/micromatch/extglob "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.") +* [fill-range](https://www.npmjs.com/package/fill-range): Fill in a range of numbers or letters, optionally passing an increment or `step` to… [more](https://github.com/jonschlinkert/fill-range) | [homepage](https://github.com/jonschlinkert/fill-range "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`") +* [micromatch](https://www.npmjs.com/package/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. | [homepage](https://github.com/micromatch/micromatch "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.") +* [nanomatch](https://www.npmjs.com/package/nanomatch): Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash… [more](https://github.com/micromatch/nanomatch) | [homepage](https://github.com/micromatch/nanomatch "Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)") + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 188 | [jonschlinkert](https://github.com/jonschlinkert) | +| 4 | [doowb](https://github.com/doowb) | +| 1 | [es128](https://github.com/es128) | +| 1 | [eush77](https://github.com/eush77) | +| 1 | [hemanth](https://github.com/hemanth) | + +### Author + +**Jon Schlinkert** + +* [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert) +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2018, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on February 17, 2018._ + +
+
+
    +
  1. this is the largest safe integer allowed in JavaScript. + +
  2. +
+
\ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/braces/index.js b/user/themes/gilles_acezat/node_modules/braces/index.js new file mode 100644 index 0000000..048e1c2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/braces/index.js @@ -0,0 +1,318 @@ +'use strict'; + +/** + * Module dependencies + */ + +var toRegex = require('to-regex'); +var unique = require('array-unique'); +var extend = require('extend-shallow'); + +/** + * Local dependencies + */ + +var compilers = require('./lib/compilers'); +var parsers = require('./lib/parsers'); +var Braces = require('./lib/braces'); +var utils = require('./lib/utils'); +var MAX_LENGTH = 1024 * 64; +var cache = {}; + +/** + * Convert the given `braces` pattern into a regex-compatible string. By default, only one string is generated for every input string. Set `options.expand` to true to return an array of patterns (similar to Bash or minimatch. Before using `options.expand`, it's recommended that you read the [performance notes](#performance)). + * + * ```js + * var braces = require('braces'); + * console.log(braces('{a,b,c}')); + * //=> ['(a|b|c)'] + * + * console.log(braces('{a,b,c}', {expand: true})); + * //=> ['a', 'b', 'c'] + * ``` + * @param {String} `str` + * @param {Object} `options` + * @return {String} + * @api public + */ + +function braces(pattern, options) { + var key = utils.createKey(String(pattern), options); + var arr = []; + + var disabled = options && options.cache === false; + if (!disabled && cache.hasOwnProperty(key)) { + return cache[key]; + } + + if (Array.isArray(pattern)) { + for (var i = 0; i < pattern.length; i++) { + arr.push.apply(arr, braces.create(pattern[i], options)); + } + } else { + arr = braces.create(pattern, options); + } + + if (options && options.nodupes === true) { + arr = unique(arr); + } + + if (!disabled) { + cache[key] = arr; + } + return arr; +} + +/** + * Expands a brace pattern into an array. This method is called by the main [braces](#braces) function when `options.expand` is true. Before using this method it's recommended that you read the [performance notes](#performance)) and advantages of using [.optimize](#optimize) instead. + * + * ```js + * var braces = require('braces'); + * console.log(braces.expand('a/{b,c}/d')); + * //=> ['a/b/d', 'a/c/d']; + * ``` + * @param {String} `pattern` Brace pattern + * @param {Object} `options` + * @return {Array} Returns an array of expanded values. + * @api public + */ + +braces.expand = function(pattern, options) { + return braces.create(pattern, extend({}, options, {expand: true})); +}; + +/** + * Expands a brace pattern into a regex-compatible, optimized string. This method is called by the main [braces](#braces) function by default. + * + * ```js + * var braces = require('braces'); + * console.log(braces.expand('a/{b,c}/d')); + * //=> ['a/(b|c)/d'] + * ``` + * @param {String} `pattern` Brace pattern + * @param {Object} `options` + * @return {Array} Returns an array of expanded values. + * @api public + */ + +braces.optimize = function(pattern, options) { + return braces.create(pattern, options); +}; + +/** + * Processes a brace pattern and returns either an expanded array (if `options.expand` is true), a highly optimized regex-compatible string. This method is called by the main [braces](#braces) function. + * + * ```js + * var braces = require('braces'); + * console.log(braces.create('user-{200..300}/project-{a,b,c}-{1..10}')) + * //=> 'user-(20[0-9]|2[1-9][0-9]|300)/project-(a|b|c)-([1-9]|10)' + * ``` + * @param {String} `pattern` Brace pattern + * @param {Object} `options` + * @return {Array} Returns an array of expanded values. + * @api public + */ + +braces.create = function(pattern, options) { + if (typeof pattern !== 'string') { + throw new TypeError('expected a string'); + } + + var maxLength = (options && options.maxLength) || MAX_LENGTH; + if (pattern.length >= maxLength) { + throw new Error('expected pattern to be less than ' + maxLength + ' characters'); + } + + function create() { + if (pattern === '' || pattern.length < 3) { + return [pattern]; + } + + if (utils.isEmptySets(pattern)) { + return []; + } + + if (utils.isQuotedString(pattern)) { + return [pattern.slice(1, -1)]; + } + + var proto = new Braces(options); + var result = !options || options.expand !== true + ? proto.optimize(pattern, options) + : proto.expand(pattern, options); + + // get the generated pattern(s) + var arr = result.output; + + // filter out empty strings if specified + if (options && options.noempty === true) { + arr = arr.filter(Boolean); + } + + // filter out duplicates if specified + if (options && options.nodupes === true) { + arr = unique(arr); + } + + Object.defineProperty(arr, 'result', { + enumerable: false, + value: result + }); + + return arr; + } + + return memoize('create', pattern, options, create); +}; + +/** + * Create a regular expression from the given string `pattern`. + * + * ```js + * var braces = require('braces'); + * + * console.log(braces.makeRe('id-{200..300}')); + * //=> /^(?:id-(20[0-9]|2[1-9][0-9]|300))$/ + * ``` + * @param {String} `pattern` The pattern to convert to regex. + * @param {Object} `options` + * @return {RegExp} + * @api public + */ + +braces.makeRe = function(pattern, options) { + if (typeof pattern !== 'string') { + throw new TypeError('expected a string'); + } + + var maxLength = (options && options.maxLength) || MAX_LENGTH; + if (pattern.length >= maxLength) { + throw new Error('expected pattern to be less than ' + maxLength + ' characters'); + } + + function makeRe() { + var arr = braces(pattern, options); + var opts = extend({strictErrors: false}, options); + return toRegex(arr, opts); + } + + return memoize('makeRe', pattern, options, makeRe); +}; + +/** + * Parse the given `str` with the given `options`. + * + * ```js + * var braces = require('braces'); + * var ast = braces.parse('a/{b,c}/d'); + * console.log(ast); + * // { type: 'root', + * // errors: [], + * // input: 'a/{b,c}/d', + * // nodes: + * // [ { type: 'bos', val: '' }, + * // { type: 'text', val: 'a/' }, + * // { type: 'brace', + * // nodes: + * // [ { type: 'brace.open', val: '{' }, + * // { type: 'text', val: 'b,c' }, + * // { type: 'brace.close', val: '}' } ] }, + * // { type: 'text', val: '/d' }, + * // { type: 'eos', val: '' } ] } + * ``` + * @param {String} `pattern` Brace pattern to parse + * @param {Object} `options` + * @return {Object} Returns an AST + * @api public + */ + +braces.parse = function(pattern, options) { + var proto = new Braces(options); + return proto.parse(pattern, options); +}; + +/** + * Compile the given `ast` or string with the given `options`. + * + * ```js + * var braces = require('braces'); + * var ast = braces.parse('a/{b,c}/d'); + * console.log(braces.compile(ast)); + * // { options: { source: 'string' }, + * // state: {}, + * // compilers: + * // { eos: [Function], + * // noop: [Function], + * // bos: [Function], + * // brace: [Function], + * // 'brace.open': [Function], + * // text: [Function], + * // 'brace.close': [Function] }, + * // output: [ 'a/(b|c)/d' ], + * // ast: + * // { ... }, + * // parsingErrors: [] } + * ``` + * @param {Object|String} `ast` AST from [.parse](#parse). If a string is passed it will be parsed first. + * @param {Object} `options` + * @return {Object} Returns an object that has an `output` property with the compiled string. + * @api public + */ + +braces.compile = function(ast, options) { + var proto = new Braces(options); + return proto.compile(ast, options); +}; + +/** + * Clear the regex cache. + * + * ```js + * braces.clearCache(); + * ``` + * @api public + */ + +braces.clearCache = function() { + cache = braces.cache = {}; +}; + +/** + * Memoize a generated regex or function. A unique key is generated + * from the method name, pattern, and user-defined options. Set + * options.memoize to false to disable. + */ + +function memoize(type, pattern, options, fn) { + var key = utils.createKey(type + ':' + pattern, options); + var disabled = options && options.cache === false; + if (disabled) { + braces.clearCache(); + return fn(pattern, options); + } + + if (cache.hasOwnProperty(key)) { + return cache[key]; + } + + var res = fn(pattern, options); + cache[key] = res; + return res; +} + +/** + * Expose `Braces` constructor and methods + * @type {Function} + */ + +braces.Braces = Braces; +braces.compilers = compilers; +braces.parsers = parsers; +braces.cache = cache; + +/** + * Expose `braces` + * @type {Function} + */ + +module.exports = braces; diff --git a/user/themes/gilles_acezat/node_modules/braces/lib/braces.js b/user/themes/gilles_acezat/node_modules/braces/lib/braces.js new file mode 100644 index 0000000..baf6bf1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/braces/lib/braces.js @@ -0,0 +1,104 @@ +'use strict'; + +var extend = require('extend-shallow'); +var Snapdragon = require('snapdragon'); +var compilers = require('./compilers'); +var parsers = require('./parsers'); +var utils = require('./utils'); + +/** + * Customize Snapdragon parser and renderer + */ + +function Braces(options) { + this.options = extend({}, options); +} + +/** + * Initialize braces + */ + +Braces.prototype.init = function(options) { + if (this.isInitialized) return; + this.isInitialized = true; + var opts = utils.createOptions({}, this.options, options); + this.snapdragon = this.options.snapdragon || new Snapdragon(opts); + this.compiler = this.snapdragon.compiler; + this.parser = this.snapdragon.parser; + + compilers(this.snapdragon, opts); + parsers(this.snapdragon, opts); + + /** + * Call Snapdragon `.parse` method. When AST is returned, we check to + * see if any unclosed braces are left on the stack and, if so, we iterate + * over the stack and correct the AST so that compilers are called in the correct + * order and unbalance braces are properly escaped. + */ + + utils.define(this.snapdragon, 'parse', function(pattern, options) { + var parsed = Snapdragon.prototype.parse.apply(this, arguments); + this.parser.ast.input = pattern; + + var stack = this.parser.stack; + while (stack.length) { + addParent({type: 'brace.close', val: ''}, stack.pop()); + } + + function addParent(node, parent) { + utils.define(node, 'parent', parent); + parent.nodes.push(node); + } + + // add non-enumerable parser reference + utils.define(parsed, 'parser', this.parser); + return parsed; + }); +}; + +/** + * Decorate `.parse` method + */ + +Braces.prototype.parse = function(ast, options) { + if (ast && typeof ast === 'object' && ast.nodes) return ast; + this.init(options); + return this.snapdragon.parse(ast, options); +}; + +/** + * Decorate `.compile` method + */ + +Braces.prototype.compile = function(ast, options) { + if (typeof ast === 'string') { + ast = this.parse(ast, options); + } else { + this.init(options); + } + return this.snapdragon.compile(ast, options); +}; + +/** + * Expand + */ + +Braces.prototype.expand = function(pattern) { + var ast = this.parse(pattern, {expand: true}); + return this.compile(ast, {expand: true}); +}; + +/** + * Optimize + */ + +Braces.prototype.optimize = function(pattern) { + var ast = this.parse(pattern, {optimize: true}); + return this.compile(ast, {optimize: true}); +}; + +/** + * Expose `Braces` + */ + +module.exports = Braces; diff --git a/user/themes/gilles_acezat/node_modules/braces/lib/compilers.js b/user/themes/gilles_acezat/node_modules/braces/lib/compilers.js new file mode 100644 index 0000000..a3b820e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/braces/lib/compilers.js @@ -0,0 +1,282 @@ +'use strict'; + +var utils = require('./utils'); + +module.exports = function(braces, options) { + braces.compiler + + /** + * bos + */ + + .set('bos', function() { + if (this.output) return; + this.ast.queue = isEscaped(this.ast) ? [this.ast.val] : []; + this.ast.count = 1; + }) + + /** + * Square brackets + */ + + .set('bracket', function(node) { + var close = node.close; + var open = !node.escaped ? '[' : '\\['; + var negated = node.negated; + var inner = node.inner; + + inner = inner.replace(/\\(?=[\\\w]|$)/g, '\\\\'); + if (inner === ']-') { + inner = '\\]\\-'; + } + + if (negated && inner.indexOf('.') === -1) { + inner += '.'; + } + if (negated && inner.indexOf('/') === -1) { + inner += '/'; + } + + var val = open + negated + inner + close; + var queue = node.parent.queue; + var last = utils.arrayify(queue.pop()); + + queue.push(utils.join(last, val)); + queue.push.apply(queue, []); + }) + + /** + * Brace + */ + + .set('brace', function(node) { + node.queue = isEscaped(node) ? [node.val] : []; + node.count = 1; + return this.mapVisit(node.nodes); + }) + + /** + * Open + */ + + .set('brace.open', function(node) { + node.parent.open = node.val; + }) + + /** + * Inner + */ + + .set('text', function(node) { + var queue = node.parent.queue; + var escaped = node.escaped; + var segs = [node.val]; + + if (node.optimize === false) { + options = utils.extend({}, options, {optimize: false}); + } + + if (node.multiplier > 1) { + node.parent.count *= node.multiplier; + } + + if (options.quantifiers === true && utils.isQuantifier(node.val)) { + escaped = true; + + } else if (node.val.length > 1) { + if (isType(node.parent, 'brace') && !isEscaped(node)) { + var expanded = utils.expand(node.val, options); + segs = expanded.segs; + + if (expanded.isOptimized) { + node.parent.isOptimized = true; + } + + // if nothing was expanded, we probably have a literal brace + if (!segs.length) { + var val = (expanded.val || node.val); + if (options.unescape !== false) { + // unescape unexpanded brace sequence/set separators + val = val.replace(/\\([,.])/g, '$1'); + // strip quotes + val = val.replace(/["'`]/g, ''); + } + + segs = [val]; + escaped = true; + } + } + + } else if (node.val === ',') { + if (options.expand) { + node.parent.queue.push(['']); + segs = ['']; + } else { + segs = ['|']; + } + } else { + escaped = true; + } + + if (escaped && isType(node.parent, 'brace')) { + if (node.parent.nodes.length <= 4 && node.parent.count === 1) { + node.parent.escaped = true; + } else if (node.parent.length <= 3) { + node.parent.escaped = true; + } + } + + if (!hasQueue(node.parent)) { + node.parent.queue = segs; + return; + } + + var last = utils.arrayify(queue.pop()); + if (node.parent.count > 1 && options.expand) { + last = multiply(last, node.parent.count); + node.parent.count = 1; + } + + queue.push(utils.join(utils.flatten(last), segs.shift())); + queue.push.apply(queue, segs); + }) + + /** + * Close + */ + + .set('brace.close', function(node) { + var queue = node.parent.queue; + var prev = node.parent.parent; + var last = prev.queue.pop(); + var open = node.parent.open; + var close = node.val; + + if (open && close && isOptimized(node, options)) { + open = '('; + close = ')'; + } + + // if a close brace exists, and the previous segment is one character + // don't wrap the result in braces or parens + var ele = utils.last(queue); + if (node.parent.count > 1 && options.expand) { + ele = multiply(queue.pop(), node.parent.count); + node.parent.count = 1; + queue.push(ele); + } + + if (close && typeof ele === 'string' && ele.length === 1) { + open = ''; + close = ''; + } + + if ((isLiteralBrace(node, options) || noInner(node)) && !node.parent.hasEmpty) { + queue.push(utils.join(open, queue.pop() || '')); + queue = utils.flatten(utils.join(queue, close)); + } + + if (typeof last === 'undefined') { + prev.queue = [queue]; + } else { + prev.queue.push(utils.flatten(utils.join(last, queue))); + } + }) + + /** + * eos + */ + + .set('eos', function(node) { + if (this.input) return; + + if (options.optimize !== false) { + this.output = utils.last(utils.flatten(this.ast.queue)); + } else if (Array.isArray(utils.last(this.ast.queue))) { + this.output = utils.flatten(this.ast.queue.pop()); + } else { + this.output = utils.flatten(this.ast.queue); + } + + if (node.parent.count > 1 && options.expand) { + this.output = multiply(this.output, node.parent.count); + } + + this.output = utils.arrayify(this.output); + this.ast.queue = []; + }); + +}; + +/** + * Multiply the segments in the current brace level + */ + +function multiply(queue, n, options) { + return utils.flatten(utils.repeat(utils.arrayify(queue), n)); +} + +/** + * Return true if `node` is escaped + */ + +function isEscaped(node) { + return node.escaped === true; +} + +/** + * Returns true if regex parens should be used for sets. If the parent `type` + * is not `brace`, then we're on a root node, which means we should never + * expand segments and open/close braces should be `{}` (since this indicates + * a brace is missing from the set) + */ + +function isOptimized(node, options) { + if (node.parent.isOptimized) return true; + return isType(node.parent, 'brace') + && !isEscaped(node.parent) + && options.expand !== true; +} + +/** + * Returns true if the value in `node` should be wrapped in a literal brace. + * @return {Boolean} + */ + +function isLiteralBrace(node, options) { + return isEscaped(node.parent) || options.optimize !== false; +} + +/** + * Returns true if the given `node` does not have an inner value. + * @return {Boolean} + */ + +function noInner(node, type) { + if (node.parent.queue.length === 1) { + return true; + } + var nodes = node.parent.nodes; + return nodes.length === 3 + && isType(nodes[0], 'brace.open') + && !isType(nodes[1], 'text') + && isType(nodes[2], 'brace.close'); +} + +/** + * Returns true if the given `node` is the given `type` + * @return {Boolean} + */ + +function isType(node, type) { + return typeof node !== 'undefined' && node.type === type; +} + +/** + * Returns true if the given `node` has a non-empty queue. + * @return {Boolean} + */ + +function hasQueue(node) { + return Array.isArray(node.queue) && node.queue.length; +} diff --git a/user/themes/gilles_acezat/node_modules/braces/lib/parsers.js b/user/themes/gilles_acezat/node_modules/braces/lib/parsers.js new file mode 100644 index 0000000..8bf3e92 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/braces/lib/parsers.js @@ -0,0 +1,360 @@ +'use strict'; + +var Node = require('snapdragon-node'); +var utils = require('./utils'); + +/** + * Braces parsers + */ + +module.exports = function(braces, options) { + braces.parser + .set('bos', function() { + if (!this.parsed) { + this.ast = this.nodes[0] = new Node(this.ast); + } + }) + + /** + * Character parsers + */ + + .set('escape', function() { + var pos = this.position(); + var m = this.match(/^(?:\\(.)|\$\{)/); + if (!m) return; + + var prev = this.prev(); + var last = utils.last(prev.nodes); + + var node = pos(new Node({ + type: 'text', + multiplier: 1, + val: m[0] + })); + + if (node.val === '\\\\') { + return node; + } + + if (node.val === '${') { + var str = this.input; + var idx = -1; + var ch; + + while ((ch = str[++idx])) { + this.consume(1); + node.val += ch; + if (ch === '\\') { + node.val += str[++idx]; + continue; + } + if (ch === '}') { + break; + } + } + } + + if (this.options.unescape !== false) { + node.val = node.val.replace(/\\([{}])/g, '$1'); + } + + if (last.val === '"' && this.input.charAt(0) === '"') { + last.val = node.val; + this.consume(1); + return; + } + + return concatNodes.call(this, pos, node, prev, options); + }) + + /** + * Brackets: "[...]" (basic, this is overridden by + * other parsers in more advanced implementations) + */ + + .set('bracket', function() { + var isInside = this.isInside('brace'); + var pos = this.position(); + var m = this.match(/^(?:\[([!^]?)([^\]]{2,}|\]-)(\]|[^*+?]+)|\[)/); + if (!m) return; + + var prev = this.prev(); + var val = m[0]; + var negated = m[1] ? '^' : ''; + var inner = m[2] || ''; + var close = m[3] || ''; + + if (isInside && prev.type === 'brace') { + prev.text = prev.text || ''; + prev.text += val; + } + + var esc = this.input.slice(0, 2); + if (inner === '' && esc === '\\]') { + inner += esc; + this.consume(2); + + var str = this.input; + var idx = -1; + var ch; + + while ((ch = str[++idx])) { + this.consume(1); + if (ch === ']') { + close = ch; + break; + } + inner += ch; + } + } + + return pos(new Node({ + type: 'bracket', + val: val, + escaped: close !== ']', + negated: negated, + inner: inner, + close: close + })); + }) + + /** + * Empty braces (we capture these early to + * speed up processing in the compiler) + */ + + .set('multiplier', function() { + var isInside = this.isInside('brace'); + var pos = this.position(); + var m = this.match(/^\{((?:,|\{,+\})+)\}/); + if (!m) return; + + this.multiplier = true; + var prev = this.prev(); + var val = m[0]; + + if (isInside && prev.type === 'brace') { + prev.text = prev.text || ''; + prev.text += val; + } + + var node = pos(new Node({ + type: 'text', + multiplier: 1, + match: m, + val: val + })); + + return concatNodes.call(this, pos, node, prev, options); + }) + + /** + * Open + */ + + .set('brace.open', function() { + var pos = this.position(); + var m = this.match(/^\{(?!(?:[^\\}]?|,+)\})/); + if (!m) return; + + var prev = this.prev(); + var last = utils.last(prev.nodes); + + // if the last parsed character was an extglob character + // we need to _not optimize_ the brace pattern because + // it might be mistaken for an extglob by a downstream parser + if (last && last.val && isExtglobChar(last.val.slice(-1))) { + last.optimize = false; + } + + var open = pos(new Node({ + type: 'brace.open', + val: m[0] + })); + + var node = pos(new Node({ + type: 'brace', + nodes: [] + })); + + node.push(open); + prev.push(node); + this.push('brace', node); + }) + + /** + * Close + */ + + .set('brace.close', function() { + var pos = this.position(); + var m = this.match(/^\}/); + if (!m || !m[0]) return; + + var brace = this.pop('brace'); + var node = pos(new Node({ + type: 'brace.close', + val: m[0] + })); + + if (!this.isType(brace, 'brace')) { + if (this.options.strict) { + throw new Error('missing opening "{"'); + } + node.type = 'text'; + node.multiplier = 0; + node.escaped = true; + return node; + } + + var prev = this.prev(); + var last = utils.last(prev.nodes); + if (last.text) { + var lastNode = utils.last(last.nodes); + if (lastNode.val === ')' && /[!@*?+]\(/.test(last.text)) { + var open = last.nodes[0]; + var text = last.nodes[1]; + if (open.type === 'brace.open' && text && text.type === 'text') { + text.optimize = false; + } + } + } + + if (brace.nodes.length > 2) { + var first = brace.nodes[1]; + if (first.type === 'text' && first.val === ',') { + brace.nodes.splice(1, 1); + brace.nodes.push(first); + } + } + + brace.push(node); + }) + + /** + * Capture boundary characters + */ + + .set('boundary', function() { + var pos = this.position(); + var m = this.match(/^[$^](?!\{)/); + if (!m) return; + return pos(new Node({ + type: 'text', + val: m[0] + })); + }) + + /** + * One or zero, non-comma characters wrapped in braces + */ + + .set('nobrace', function() { + var isInside = this.isInside('brace'); + var pos = this.position(); + var m = this.match(/^\{[^,]?\}/); + if (!m) return; + + var prev = this.prev(); + var val = m[0]; + + if (isInside && prev.type === 'brace') { + prev.text = prev.text || ''; + prev.text += val; + } + + return pos(new Node({ + type: 'text', + multiplier: 0, + val: val + })); + }) + + /** + * Text + */ + + .set('text', function() { + var isInside = this.isInside('brace'); + var pos = this.position(); + var m = this.match(/^((?!\\)[^${}[\]])+/); + if (!m) return; + + var prev = this.prev(); + var val = m[0]; + + if (isInside && prev.type === 'brace') { + prev.text = prev.text || ''; + prev.text += val; + } + + var node = pos(new Node({ + type: 'text', + multiplier: 1, + val: val + })); + + return concatNodes.call(this, pos, node, prev, options); + }); +}; + +/** + * Returns true if the character is an extglob character. + */ + +function isExtglobChar(ch) { + return ch === '!' || ch === '@' || ch === '*' || ch === '?' || ch === '+'; +} + +/** + * Combine text nodes, and calculate empty sets (`{,,}`) + * @param {Function} `pos` Function to calculate node position + * @param {Object} `node` AST node + * @return {Object} + */ + +function concatNodes(pos, node, parent, options) { + node.orig = node.val; + var prev = this.prev(); + var last = utils.last(prev.nodes); + var isEscaped = false; + + if (node.val.length > 1) { + var a = node.val.charAt(0); + var b = node.val.slice(-1); + + isEscaped = (a === '"' && b === '"') + || (a === "'" && b === "'") + || (a === '`' && b === '`'); + } + + if (isEscaped && options.unescape !== false) { + node.val = node.val.slice(1, node.val.length - 1); + node.escaped = true; + } + + if (node.match) { + var match = node.match[1]; + if (!match || match.indexOf('}') === -1) { + match = node.match[0]; + } + + // replace each set with a single "," + var val = match.replace(/\{/g, ',').replace(/\}/g, ''); + node.multiplier *= val.length; + node.val = ''; + } + + var simpleText = last.type === 'text' + && last.multiplier === 1 + && node.multiplier === 1 + && node.val; + + if (simpleText) { + last.val += node.val; + return; + } + + prev.push(node); +} diff --git a/user/themes/gilles_acezat/node_modules/braces/lib/utils.js b/user/themes/gilles_acezat/node_modules/braces/lib/utils.js new file mode 100644 index 0000000..4716671 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/braces/lib/utils.js @@ -0,0 +1,343 @@ +'use strict'; + +var splitString = require('split-string'); +var utils = module.exports; + +/** + * Module dependencies + */ + +utils.extend = require('extend-shallow'); +utils.flatten = require('arr-flatten'); +utils.isObject = require('isobject'); +utils.fillRange = require('fill-range'); +utils.repeat = require('repeat-element'); +utils.unique = require('array-unique'); + +utils.define = function(obj, key, val) { + Object.defineProperty(obj, key, { + writable: true, + configurable: true, + enumerable: false, + value: val + }); +}; + +/** + * Returns true if the given string contains only empty brace sets. + */ + +utils.isEmptySets = function(str) { + return /^(?:\{,\})+$/.test(str); +}; + +/** + * Returns true if the given string contains only empty brace sets. + */ + +utils.isQuotedString = function(str) { + var open = str.charAt(0); + if (open === '\'' || open === '"' || open === '`') { + return str.slice(-1) === open; + } + return false; +}; + +/** + * Create the key to use for memoization. The unique key is generated + * by iterating over the options and concatenating key-value pairs + * to the pattern string. + */ + +utils.createKey = function(pattern, options) { + var id = pattern; + if (typeof options === 'undefined') { + return id; + } + var keys = Object.keys(options); + for (var i = 0; i < keys.length; i++) { + var key = keys[i]; + id += ';' + key + '=' + String(options[key]); + } + return id; +}; + +/** + * Normalize options + */ + +utils.createOptions = function(options) { + var opts = utils.extend.apply(null, arguments); + if (typeof opts.expand === 'boolean') { + opts.optimize = !opts.expand; + } + if (typeof opts.optimize === 'boolean') { + opts.expand = !opts.optimize; + } + if (opts.optimize === true) { + opts.makeRe = true; + } + return opts; +}; + +/** + * Join patterns in `a` to patterns in `b` + */ + +utils.join = function(a, b, options) { + options = options || {}; + a = utils.arrayify(a); + b = utils.arrayify(b); + + if (!a.length) return b; + if (!b.length) return a; + + var len = a.length; + var idx = -1; + var arr = []; + + while (++idx < len) { + var val = a[idx]; + if (Array.isArray(val)) { + for (var i = 0; i < val.length; i++) { + val[i] = utils.join(val[i], b, options); + } + arr.push(val); + continue; + } + + for (var j = 0; j < b.length; j++) { + var bval = b[j]; + + if (Array.isArray(bval)) { + arr.push(utils.join(val, bval, options)); + } else { + arr.push(val + bval); + } + } + } + return arr; +}; + +/** + * Split the given string on `,` if not escaped. + */ + +utils.split = function(str, options) { + var opts = utils.extend({sep: ','}, options); + if (typeof opts.keepQuotes !== 'boolean') { + opts.keepQuotes = true; + } + if (opts.unescape === false) { + opts.keepEscaping = true; + } + return splitString(str, opts, utils.escapeBrackets(opts)); +}; + +/** + * Expand ranges or sets in the given `pattern`. + * + * @param {String} `str` + * @param {Object} `options` + * @return {Object} + */ + +utils.expand = function(str, options) { + var opts = utils.extend({rangeLimit: 10000}, options); + var segs = utils.split(str, opts); + var tok = { segs: segs }; + + if (utils.isQuotedString(str)) { + return tok; + } + + if (opts.rangeLimit === true) { + opts.rangeLimit = 10000; + } + + if (segs.length > 1) { + if (opts.optimize === false) { + tok.val = segs[0]; + return tok; + } + + tok.segs = utils.stringifyArray(tok.segs); + } else if (segs.length === 1) { + var arr = str.split('..'); + + if (arr.length === 1) { + tok.val = tok.segs[tok.segs.length - 1] || tok.val || str; + tok.segs = []; + return tok; + } + + if (arr.length === 2 && arr[0] === arr[1]) { + tok.escaped = true; + tok.val = arr[0]; + tok.segs = []; + return tok; + } + + if (arr.length > 1) { + if (opts.optimize !== false) { + opts.optimize = true; + delete opts.expand; + } + + if (opts.optimize !== true) { + var min = Math.min(arr[0], arr[1]); + var max = Math.max(arr[0], arr[1]); + var step = arr[2] || 1; + + if (opts.rangeLimit !== false && ((max - min) / step >= opts.rangeLimit)) { + throw new RangeError('expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.'); + } + } + + arr.push(opts); + tok.segs = utils.fillRange.apply(null, arr); + + if (!tok.segs.length) { + tok.escaped = true; + tok.val = str; + return tok; + } + + if (opts.optimize === true) { + tok.segs = utils.stringifyArray(tok.segs); + } + + if (tok.segs === '') { + tok.val = str; + } else { + tok.val = tok.segs[0]; + } + return tok; + } + } else { + tok.val = str; + } + return tok; +}; + +/** + * Ensure commas inside brackets and parens are not split. + * @param {Object} `tok` Token from the `split-string` module + * @return {undefined} + */ + +utils.escapeBrackets = function(options) { + return function(tok) { + if (tok.escaped && tok.val === 'b') { + tok.val = '\\b'; + return; + } + + if (tok.val !== '(' && tok.val !== '[') return; + var opts = utils.extend({}, options); + var brackets = []; + var parens = []; + var stack = []; + var val = tok.val; + var str = tok.str; + var i = tok.idx - 1; + + while (++i < str.length) { + var ch = str[i]; + + if (ch === '\\') { + val += (opts.keepEscaping === false ? '' : ch) + str[++i]; + continue; + } + + if (ch === '(') { + parens.push(ch); + stack.push(ch); + } + + if (ch === '[') { + brackets.push(ch); + stack.push(ch); + } + + if (ch === ')') { + parens.pop(); + stack.pop(); + if (!stack.length) { + val += ch; + break; + } + } + + if (ch === ']') { + brackets.pop(); + stack.pop(); + if (!stack.length) { + val += ch; + break; + } + } + val += ch; + } + + tok.split = false; + tok.val = val.slice(1); + tok.idx = i; + }; +}; + +/** + * Returns true if the given string looks like a regex quantifier + * @return {Boolean} + */ + +utils.isQuantifier = function(str) { + return /^(?:[0-9]?,[0-9]|[0-9],)$/.test(str); +}; + +/** + * Cast `val` to an array. + * @param {*} `val` + */ + +utils.stringifyArray = function(arr) { + return [utils.arrayify(arr).join('|')]; +}; + +/** + * Cast `val` to an array. + * @param {*} `val` + */ + +utils.arrayify = function(arr) { + if (typeof arr === 'undefined') { + return []; + } + if (typeof arr === 'string') { + return [arr]; + } + return arr; +}; + +/** + * Returns true if the given `str` is a non-empty string + * @return {Boolean} + */ + +utils.isString = function(str) { + return str != null && typeof str === 'string'; +}; + +/** + * Get the last element from `array` + * @param {Array} `array` + * @return {*} + */ + +utils.last = function(arr, n) { + return arr[arr.length - (n || 1)]; +}; + +utils.escapeRegex = function(str) { + return str.replace(/\\?([!^*?()[\]{}+?/])/g, '\\$1'); +}; diff --git a/user/themes/gilles_acezat/node_modules/braces/node_modules/extend-shallow/LICENSE b/user/themes/gilles_acezat/node_modules/braces/node_modules/extend-shallow/LICENSE new file mode 100644 index 0000000..fa30c4c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/braces/node_modules/extend-shallow/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2015, Jon Schlinkert. + +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/user/themes/gilles_acezat/node_modules/braces/node_modules/extend-shallow/README.md b/user/themes/gilles_acezat/node_modules/braces/node_modules/extend-shallow/README.md new file mode 100644 index 0000000..cdc45d4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/braces/node_modules/extend-shallow/README.md @@ -0,0 +1,61 @@ +# extend-shallow [![NPM version](https://badge.fury.io/js/extend-shallow.svg)](http://badge.fury.io/js/extend-shallow) [![Build Status](https://travis-ci.org/jonschlinkert/extend-shallow.svg)](https://travis-ci.org/jonschlinkert/extend-shallow) + +> Extend an object with the properties of additional objects. node.js/javascript util. + +## Install + +Install with [npm](https://www.npmjs.com/) + +```sh +$ npm i extend-shallow --save +``` + +## Usage + +```js +var extend = require('extend-shallow'); + +extend({a: 'b'}, {c: 'd'}) +//=> {a: 'b', c: 'd'} +``` + +Pass an empty object to shallow clone: + +```js +var obj = {}; +extend(obj, {a: 'b'}, {c: 'd'}) +//=> {a: 'b', c: 'd'} +``` + +## Related + +* [extend-shallow](https://github.com/jonschlinkert/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. +* [for-own](https://github.com/jonschlinkert/for-own): Iterate over the own enumerable properties of an object, and return an object with properties… [more](https://github.com/jonschlinkert/for-own) +* [for-in](https://github.com/jonschlinkert/for-in): Iterate over the own and inherited enumerable properties of an objecte, and return an object… [more](https://github.com/jonschlinkert/for-in) +* [is-plain-object](https://github.com/jonschlinkert/is-plain-object): Returns true if an object was created by the `Object` constructor. +* [isobject](https://github.com/jonschlinkert/isobject): Returns true if the value is an object and not an array or null. +* [kind-of](https://github.com/jonschlinkert/kind-of): Get the native type of a value. + +## Running tests + +Install dev dependencies: + +```sh +$ npm i -d && npm test +``` + +## Author + +**Jon Schlinkert** + ++ [github/jonschlinkert](https://github.com/jonschlinkert) ++ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) + +## License + +Copyright © 2015 Jon Schlinkert +Released under the MIT license. + +*** + +_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on June 29, 2015._ \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/braces/node_modules/extend-shallow/index.js b/user/themes/gilles_acezat/node_modules/braces/node_modules/extend-shallow/index.js new file mode 100644 index 0000000..92a067f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/braces/node_modules/extend-shallow/index.js @@ -0,0 +1,33 @@ +'use strict'; + +var isObject = require('is-extendable'); + +module.exports = function extend(o/*, objects*/) { + if (!isObject(o)) { o = {}; } + + var len = arguments.length; + for (var i = 1; i < len; i++) { + var obj = arguments[i]; + + if (isObject(obj)) { + assign(o, obj); + } + } + return o; +}; + +function assign(a, b) { + for (var key in b) { + if (hasOwn(b, key)) { + a[key] = b[key]; + } + } +} + +/** + * Returns true if the given `key` is an own property of `obj`. + */ + +function hasOwn(obj, key) { + return Object.prototype.hasOwnProperty.call(obj, key); +} diff --git a/user/themes/gilles_acezat/node_modules/braces/node_modules/extend-shallow/package.json b/user/themes/gilles_acezat/node_modules/braces/node_modules/extend-shallow/package.json new file mode 100644 index 0000000..7084b44 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/braces/node_modules/extend-shallow/package.json @@ -0,0 +1,87 @@ +{ + "_from": "extend-shallow@^2.0.1", + "_id": "extend-shallow@2.0.1", + "_inBundle": false, + "_integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "_location": "/braces/extend-shallow", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "extend-shallow@^2.0.1", + "name": "extend-shallow", + "escapedName": "extend-shallow", + "rawSpec": "^2.0.1", + "saveSpec": null, + "fetchSpec": "^2.0.1" + }, + "_requiredBy": [ + "/braces" + ], + "_resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "_shasum": "51af7d614ad9a9f610ea1bafbb989d6b1c56890f", + "_spec": "extend-shallow@^2.0.1", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c/node_modules/braces", + "author": { + "name": "Jon Schlinkert", + "url": "https://github.com/jonschlinkert" + }, + "bugs": { + "url": "https://github.com/jonschlinkert/extend-shallow/issues" + }, + "bundleDependencies": false, + "dependencies": { + "is-extendable": "^0.1.0" + }, + "deprecated": false, + "description": "Extend an object with the properties of additional objects. node.js/javascript util.", + "devDependencies": { + "array-slice": "^0.2.3", + "benchmarked": "^0.1.4", + "chalk": "^1.0.0", + "for-own": "^0.1.3", + "glob": "^5.0.12", + "is-plain-object": "^2.0.1", + "kind-of": "^2.0.0", + "minimist": "^1.1.1", + "mocha": "^2.2.5", + "should": "^7.0.1" + }, + "engines": { + "node": ">=0.10.0" + }, + "files": [ + "index.js" + ], + "homepage": "https://github.com/jonschlinkert/extend-shallow", + "keywords": [ + "assign", + "extend", + "javascript", + "js", + "keys", + "merge", + "obj", + "object", + "prop", + "properties", + "property", + "props", + "shallow", + "util", + "utility", + "utils", + "value" + ], + "license": "MIT", + "main": "index.js", + "name": "extend-shallow", + "repository": { + "type": "git", + "url": "git+https://github.com/jonschlinkert/extend-shallow.git" + }, + "scripts": { + "test": "mocha" + }, + "version": "2.0.1" +} diff --git a/user/themes/gilles_acezat/node_modules/braces/package.json b/user/themes/gilles_acezat/node_modules/braces/package.json new file mode 100644 index 0000000..133659a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/braces/package.json @@ -0,0 +1,156 @@ +{ + "_from": "braces@^2.3.1", + "_id": "braces@2.3.2", + "_inBundle": false, + "_integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "_location": "/braces", + "_phantomChildren": { + "is-extendable": "0.1.1" + }, + "_requested": { + "type": "range", + "registry": true, + "raw": "braces@^2.3.1", + "name": "braces", + "escapedName": "braces", + "rawSpec": "^2.3.1", + "saveSpec": null, + "fetchSpec": "^2.3.1" + }, + "_requiredBy": [ + "/micromatch" + ], + "_resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "_shasum": "5979fd3f14cd531565e5fa2df1abfff1dfaee729", + "_spec": "braces@^2.3.1", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c/node_modules/micromatch", + "author": { + "name": "Jon Schlinkert", + "url": "https://github.com/jonschlinkert" + }, + "bugs": { + "url": "https://github.com/micromatch/braces/issues" + }, + "bundleDependencies": false, + "contributors": [ + { + "name": "Brian Woodward", + "url": "https://twitter.com/doowb" + }, + { + "name": "Elan Shanker", + "url": "https://github.com/es128" + }, + { + "name": "Eugene Sharygin", + "url": "https://github.com/eush77" + }, + { + "name": "hemanth.hm", + "url": "http://h3manth.com" + }, + { + "name": "Jon Schlinkert", + "url": "http://twitter.com/jonschlinkert" + } + ], + "dependencies": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "deprecated": false, + "description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.", + "devDependencies": { + "ansi-cyan": "^0.1.1", + "benchmarked": "^2.0.0", + "brace-expansion": "^1.1.8", + "cross-spawn": "^5.1.0", + "gulp": "^3.9.1", + "gulp-eslint": "^4.0.0", + "gulp-format-md": "^1.0.0", + "gulp-istanbul": "^1.1.2", + "gulp-mocha": "^3.0.1", + "gulp-unused": "^0.2.1", + "is-windows": "^1.0.1", + "minimatch": "^3.0.4", + "mocha": "^3.2.0", + "noncharacters": "^1.1.0", + "text-table": "^0.2.0", + "time-diff": "^0.3.1", + "yargs-parser": "^8.0.0" + }, + "engines": { + "node": ">=0.10.0" + }, + "files": [ + "index.js", + "lib" + ], + "homepage": "https://github.com/micromatch/braces", + "keywords": [ + "alpha", + "alphabetical", + "bash", + "brace", + "braces", + "expand", + "expansion", + "filepath", + "fill", + "fs", + "glob", + "globbing", + "letter", + "match", + "matches", + "matching", + "number", + "numerical", + "path", + "range", + "ranges", + "sh" + ], + "license": "MIT", + "main": "index.js", + "name": "braces", + "repository": { + "type": "git", + "url": "git+https://github.com/micromatch/braces.git" + }, + "scripts": { + "benchmark": "node benchmark", + "test": "mocha" + }, + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "lint": { + "reflinks": true + }, + "plugins": [ + "gulp-format-md" + ], + "related": { + "list": [ + "expand-brackets", + "extglob", + "fill-range", + "micromatch", + "nanomatch" + ] + } + }, + "version": "2.3.2" +} diff --git a/user/themes/gilles_acezat/node_modules/browserslist/CHANGELOG.md b/user/themes/gilles_acezat/node_modules/browserslist/CHANGELOG.md new file mode 100644 index 0000000..29446b7 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/browserslist/CHANGELOG.md @@ -0,0 +1,341 @@ +# Change Log +This project adheres to [Semantic Versioning](http://semver.org/). + +## 4.3.6 +* Fix version-less browser support in custom statistics (by Alex Walter). + +## 4.3.5 +* Fix `not` query for wrong Can I Use data. + +## 4.3.4 +* Allow to update `node-releases` without new Browserslist releases. + +## 4.3.3 +* Fix Node.js 11 support. + +## 4.3.2 +* Fix `Unknown version 11 of Node.js` error (by Dan Onoshko). + +## 4.3.1 +* Fix conflict between `caniuse-lite` and custom browsers statistics. + +## 4.3 +* Allow to use `extends browserslist-config-a/file` (by @Schweinepriester). + +## 4.2.1 +* Use new `node-releases` support (by Sergey Rubanov). + +## 4.2 +* Add `--json` argument for CLI. +* Allow to pass multiple areas in CLI by `--coverage=US,alt-AS,global`. + +## 4.1.2 +* Better `unknow query` error message. +* Use latest `node-releases`. + +## 4.1.1 +* Update Firefox ESR versions. + +## 4.1 +* Add `current node` query. +* Add contributors widget to docs (by Sergey Surkov). + +## 4.0.2 +* Fix new `node-releases` support (by Sergey Rubanov). +* Fix error text (by Josh Smith). + +## 4.0.1 +* Reduce npm package size. +* Fix docs. + +## 4.0.0 “Erinaceus amurensis” +* Add `node X` and `maintained node versions` queries (by Pavel Vostrikov). +* Remove Node.js 4 support. +* Show warning if `caniuse-lite` is old (by Anton Tuzhik). +* Add comma support in config file. + +## 3.2.8 +* Add IE 9-5.5 to dead browsers. +* Remove development configs from npm package. + +## 3.2.7 +* Add Firefox 60 as Firefox ESR. + +## 3.2.6 +* Add Opera Mini 12 to dead browsers. +* Update docs (by Jamie Kyle). + +## 3.2.5 +* Fix excluding Opera Mini and other browsers with `all` version. + +## 3.2.4 +* Resolve shareable config from current working directory. + +## 3.2.3 +* Fix `package.json` config validation for single string case. +* Fix CLI error reporting. + +## 3.2.2 +* Add `package.json` config validation. +* Move project to `browserlist` GitHub organization. + +## 3.2.1 +* Fix error text (by Steve Schrab). + +## 3.2 +* Add `cover 99%` query (by Vasily Fedoseyev). +* Add `cover 99% in US` query (by Vasily Fedoseyev). +* Add `cover 99% in my stats` query (by Vasily Fedoseyev). +* Add `"my stats"` support to `browserlist.coverage()` (by Vasily Fedoseyev). + +## 3.1.2 +* Add more clear error on missed browser version. + +## 3.1.1 +* Fix JSDoc (by Sylvain Pollet-Villard). + +## 3.1 +* Add `ignoreUnknownVersions` option. +* Fix docs (by Pascal Duez). + +## 3.0 “Atelerix sclateri” +* Remove country statistics from client-side build of Browserslist. +* Change `> 1%` to `> 0.5%` in default query. +* Add `not dead` to default query. +* Change default environment to `production` (by Marco Fugaro). +* Add `dead` query support with IE 10 and BlackBerry browser. +* Add multiple environments in one section support (by Evilebot Tnawi). +* Add custom statistics support to `browserlist.coverage()`. +* Fix `path` option check. + +## 2.11.3 +* Fix for `path: undefined` option. + +## 2.11.2 +* Remove Node.js specific code from webpack build. + +## 2.11.1 +* Fix using Browserslist in browser with `path` but without `fs`. + +## 2.11 +* Add `last 2 years` query support (by James Harris). + +## 2.10.2 +* Fix Browserify support. + +## 2.10.1 +* Fix using Browserslist without `process` (by Andrew Patton). + +## 2.10 +* Add `< 1%` and `<= 1%` queries support (by August Kaiser). + +## 2.9.1 +* Fix unknown query on trailing spaces in query. + +## 2.9 +* Add `last Electron versions` and `last Electron major versions` queries + (by Louis Mouhat). + +## 2.8 +* Add `since 2016-03` and `since 2016-03-20` queries support (by Andrew Blick). + +## 2.7 +* Add `since 2016` queries support (by Igor Deryabin). + +## 2.6.1 +* Fix `Path must be a string` error. + +## 2.6 +* By default load config from current directory in CLI tool. + +## 2.5.1 +* Allow `@scope/browserlist-config` config name (by Jamie Connolly). + +## 2.5 +* Add `extends` query (by YellowKirby). + +## 2.4.1 +* Throw error if `package.json` contain `browserlist` instead of `browserslist`. + +## 2.4 +* Add `last n major versions` query (by John Sanders). + +## 2.3.3 +* Fix browsers support. + +## 2.3.2 +* Fix `> 0` query for browsers with one version (by Nikolay Solovyov). + +## 2.3.1 +* Reduce library size. + +## 2.3 +* Add `unreleased versions` and `unreleased Chrome versions` queries. + +## 2.2.2 +* Fix `Path must be a string` error (by Pieter Beulque). + +## 2.2.1 +* Fix security issue with regions dynamic `require`. + +## 2.2 +* Add region usage statistics support (by Clément P). + +## 2.1.5 +* Remove Firefox 45 from Firefox ESR. + +## 2.1.4 +* Use both ESR versions when they actual. + +## 2.1.3 +* Add warning on first exclude query. + +## 2.1.2 +* Fix non-Node.js environments support. + +## 2.1.1 +* Fix CLI arguments parsing. + +## 2.1 +* Add `>= 5%`, `>= 5% in US` and `>= 5% in my stats` queries. + +## 2.0 “Atelerix frontalis” +* `last n versions` returns versions for all browsers, not only main browsers. +* Cache file system operations (by Aarni Koskela). +* Use `caniuse-lite` 1 MB instead of `caniuse-db` 7 MB (by Ben Briggs). +* Add `.browserslistrc` config support. +* Add QQ Browser for Android support. +* Add tests for CLI (by Zhulduz Zhankenova). + +## 1.7.7 +* Update Firefox ESR. + +## 1.7.6 +* Fix Android Chrome selection. + +## 1.7.5 +* Fix combining `not` query with country based statistics. +* Fix `--env` argument in CLI (by Tuure Savuoja). + +## 1.7.4 +* Speed up browser sorting (by Aarni Koskela). + +## 1.7.3 +* Fix config finding when directory was passed to `path` (by Aarni Koskela). + +## 1.7.2 +* Fix config finding algorithm (by Aarni Koskela). + +## 1.7.1 +* Fix unreleased browsers version detection. + +## 1.7 +* Add `--config` and `--env` arguments to CLI (by Jarek Rencz). + +## 1.6 +* Convert Electron version to Chrome (by Kilian Valkhof). +* Fix `0` version mistake in Can I Use data. + +## 1.5.2 +* Fix browser versions ordering (by Marco Massarotto). + +## 1.5.1 +* Fix error on `package.json` and `browserslist` in same directory. + +## 1.5 +* Add `package.json` support (by Stepan Kuzmin). +* Add environments support (by Maksim Semenov and openlibser). +* Add `browserslist-stats.json` file support (by Oleh Aloshkin). +* Add `config` option to CLI (by Evilebot Tnawi). +* Add JSDoc. +* Fix tests on Windows (by Anna Stoliar). +* Don’t set custom usage statistics globally. + +## 1.4 +* Add `defaults` keyword. + +## 1.3.6 +* Add `UCAndroid` alias to `and_uc` (by Evilebot Tnawi). + +## 1.3.5 +* Fix Opera Mini support. Use `op_mini all`. + +## 1.3.4 +* Add space-less `>1%` and `>.5%` syntax support (by Andreas Lind). + +## 1.3.3 +* Clean `0` versions in some country-based requests. + +## 1.3.2 +* Update Firefox ESR. + +## 1.3.1 +* Add Safari TP support. + +## 1.3 +* Add coverage for specific country (by Joshua Wise). + +## 1.2 +* Add `browserslist.coverage()` method. +* Add `--coverage` and `-c` argument to CLI. +* Add `-v` argument support to CLI. +* Better error handling in CLI. + +## 1.1.3 +* Fix jspm support (by Sean Anderson). + +## 1.1.2 +* Fix jspm support (by Sean Anderson). + +## 1.1.1 +* Fix space-less `>10%` and `>10% in my stats` queries. +* Normalize error messages. +* Remove development files from npm package. + +## 1.1 +* Added query against custom browser usage data (by Daniel Rey). + +## 1.0.1 +* Update Firefox ESR (by Rouven Weßling). + +## 1.0 “Atelerix algirus” +* Remove Opera 12.1 from default query. +* Add `not` keyword and exclude browsers by query. +* Add Microsoft Edge support (by Andrey Polischuk). +* Add CLI for debug and non-JS usage (by Luke Horvat). +* Use own class in Browserslist errors. + +## 0.5 +* Add version ranges `IE 6-9` (by Ben Briggs). + +## 0.4 +* Add `config` option and `BROWSERSLIST_CONFIG` environment variable support. +* Add symlink config support. + +## 0.3.3 +* Fix DynJS compatibility (by Nick Howes). + +## 0.3.2 +* Fix joined versions on versions query (by Vincent De Oliveira). + +## 0.3.1 +* Fix global variable leak (by Peter Müller). + +## 0.3 +* Takes queries from `BROWSERSLIST` environment variable. + +## 0.2 +* Return Can I Use joined versions as `ios_saf 7.0-7.1`. + +## 0.1.3 +* Better work with Can I Use joined versions like `ios_saf 7.0-7.1`. +* Browserslist now understands `ios_saf 7.0` or `ios_saf 7`. + +## 0.1.2 +* Do not create global `browserslist` var (by Maxime Thirouin). + +## 0.1.1 +* Sort browsers by name and version. + +## 0.1 “Atelerix albiventris” +* Initial release. diff --git a/user/themes/gilles_acezat/node_modules/browserslist/LICENSE b/user/themes/gilles_acezat/node_modules/browserslist/LICENSE new file mode 100644 index 0000000..1ae47a2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/browserslist/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright 2014 Andrey Sitnik + +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/user/themes/gilles_acezat/node_modules/browserslist/README.md b/user/themes/gilles_acezat/node_modules/browserslist/README.md new file mode 100644 index 0000000..e0399f8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/browserslist/README.md @@ -0,0 +1,544 @@ +# Browserslist [![Cult Of Martians][cult-img]][cult] + +Browserslist logo by Anton Lovchikov + +The config to share target browsers and Node.js versions between different +front-end tools. It is used in: + +* [Autoprefixer] +* [Babel] +* [postcss-preset-env] +* [eslint-plugin-compat] +* [stylelint-no-unsupported-browser-features] +* [postcss-normalize] + +[Browserslist Example] shows how every tool uses Browserslist. +All tools will find target browsers automatically, +when you add the following to `package.json`: + +```json +{ + "browserslist": [ + "last 1 version", + "> 1%", + "maintained node versions", + "not dead" + ] +} +``` + +Or in `.browserslistrc` config: + +```yaml +# Browsers that we support + +last 1 version +> 1% +maintained node versions +not dead +``` + +Developers set versions list in queries like `last 2 version` +to be free from updating versions manually. +Browserslist will use [Can I Use] data for this queries. + +Browserslist will take queries from tool option, +`browserslist` config, `.browserslistrc` config, +`browserslist` section in `package.json` or environment variables. + +You can test Browserslist queries in [online demo]. + +[cult-img]: http://cultofmartians.com/assets/badges/badge.svg +[cult]: http://cultofmartians.com/done.html + + + Sponsored by Evil Martians + + +[stylelint-no-unsupported-browser-features]: https://github.com/ismay/stylelint-no-unsupported-browser-features +[eslint-plugin-compat]: https://github.com/amilajack/eslint-plugin-compat +[Browserslist Example]: https://github.com/browserslist/browserslist-example +[postcss-preset-env]: https://github.com/jonathantneal/postcss-preset-env +[postcss-normalize]: https://github.com/jonathantneal/postcss-normalize +[Autoprefixer]: https://github.com/postcss/autoprefixer +[online demo]: http://browserl.ist/ +[Can I Use]: http://caniuse.com/ +[Babel]: https://github.com/babel/babel/tree/master/packages/babel-preset-env + +## Tools + +* [`browserslist-ga`] downloads your website browsers statistics + to use it in `> 0.5% in my stats` query. +* [`browserslist-useragent`] checks browser by user agent string + to match Browserslist target browsers query. +* [`browserslist-useragent-ruby`] is a Ruby library to checks browser + by user agent string to match Browserslist. +* [`caniuse-api`] returns browsers which support some specific feature. +* Run `npx browserslist` in your project directory to see project’s + target browsers. This CLI tool is built-in and available in any project + with Autoprefixer. + +[`browserslist-useragent-ruby`]: https://github.com/browserslist/browserslist-useragent-ruby +[`browserslist-useragent`]: https://github.com/pastelsky/browserslist-useragent +[`browserslist-ga`]: https://github.com/browserslist/browserslist-ga +[`caniuse-api`]: https://github.com/Nyalab/caniuse-api + + +## Queries + +Browserslist will use browsers and Node.js versions query +from one of this sources: + +1. `browserslist` key in `package.json` file in current or parent directories. + **We recommend this way.** +2. Tool options. For example `browsers` option in Autoprefixer. +3. `BROWSERSLIST` environment variable. +4. `browserslist` config file in current or parent directories. +5. `.browserslistrc` config file in current or parent directories. +6. If the above methods did not produce a valid result + Browserslist will use defaults: + `> 0.5%, last 2 versions, Firefox ESR, not dead`. + + +### Best Practices + +* Select browsers directly (`last 2 Chrome versions`) only if you are making + a web app for a kiosk with one browser. There are a lot of browsers + on the market. If you are making general web app you should respect + browsers diversity. +* If you want to change the default set of browsers we recommend to combine + `last 1 version`, `not dead` with `> 0.2%` (or `> 1% in US`, + `> 1% in my stats`). `last n versions` adds too many dead browsers + and does not add popular old versions. Choosing a percentage above `0.2%` + will in the long run make popular browsers even more popular. We might run + into a monopoly and stagnation situation, as we had with Internet Explorer 6. + Please use this setting with caution. +* Don’t remove browsers just because you don’t know them. Opera Mini has + 100 million users in Africa and it is more popular in the global market + than Microsoft Edge. Chinese QQ Browsers has more market share than Firefox + and desktop Safari altogether. + + +### Full List + +You can specify the browser and Node.js versions by queries (case insensitive): + +* `> 5%`: browsers versions selected by global usage statistics. + `>=`, `<` and `<=` work too. +* `> 5% in US`: uses USA usage statistics. It accepts [two-letter country code]. +* `> 5% in alt-AS`: uses Asia region usage statistics. List of all region codes + can be found at [`caniuse-lite/data/regions`]. +* `> 5% in my stats`: uses [custom usage data]. +* `cover 99.5%`: most popular browsers that provide coverage. +* `cover 99.5% in US`: same as above, with [two-letter country code]. +* `cover 99.5% in my stats`: uses [custom usage data]. +* `maintained node versions`: all Node.js versions, which are [still maintained] + by Node.js Foundation. +* `node 10` and `node 10.4`: selects latest Node.js `10.x.x` + or `10.4.x` release. +* `current node`: Node.js version used by Browserslist right now. +* `extends browserslist-config-mycompany`: take queries from + `browserslist-config-mycompany` npm package. +* `ie 6-8`: selects an inclusive range of versions. +* `Firefox > 20`: versions of Firefox newer than 20. + `>=`, `<` and `<=` work too. +* `iOS 7`: the iOS browser version 7 directly. +* `Firefox ESR`: the latest [Firefox ESR] version. +* `unreleased versions` or `unreleased Chrome versions`: + alpha and beta versions. +* `last 2 major versions` or `last 2 iOS major versions`: + all minor/patch releases of last 2 major versions. +* `since 2015` or `last 2 years`: all versions released since year 2015 + (also `since 2015-03` and `since 2015-03-10`). +* `dead`: browsers from `last 2 version` query, but with less than 0.5% + in global usage statistics and without official support or updates + for 24 months. Right now it is `IE 10`, `IE_Mob 10`, `BlackBerry 10`, + `BlackBerry 7`, and `OperaMobile 12.1`. +* `last 2 versions`: the last 2 versions for *each* browser. +* `last 2 Chrome versions`: the last 2 versions of Chrome browser. +* `defaults`: Browserslist’s default browsers + (`> 0.5%, last 2 versions, Firefox ESR, not dead`). +* `not ie <= 8`: exclude browsers selected by previous queries. + +You can add `not ` to any query. + + +### Debug + +Run `npx browserslist` in project directory to see what browsers was selected +by your queries. + +```sh +$ npx browserslist +and_chr 61 +and_ff 56 +and_qq 1.2 +and_uc 11.4 +android 56 +baidu 7.12 +bb 10 +chrome 62 +edge 16 +firefox 56 +ios_saf 11 +opera 48 +safari 11 +samsung 5 +``` + + +### Notes + +Browserslist works with separated versions of browsers. +You should avoid queries like `Firefox > 0`. + +Multiple criteria are combined as a boolean `OR`. A browser version must match +at least one of the criteria to be selected. + +All queries are based on the [Can I Use] support table, +e.g. `last 3 iOS versions` might select `8.4, 9.2, 9.3` (mixed major and minor), +whereas `last 3 Chrome versions` might select `50, 49, 48` (major only). + +[`caniuse-lite/data/regions`]: https://github.com/ben-eb/caniuse-lite/tree/master/data/regions +[two-letter country code]: http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements +[custom usage data]: #custom-usage-data +[still maintained]: https://github.com/nodejs/Release +[Can I Use]: http://caniuse.com/ + + +### Browsers + +Names are case insensitive: + +* `Android` for Android WebView. +* `Baidu` for Baidu Browser. +* `BlackBerry` or `bb` for Blackberry browser. +* `Chrome` for Google Chrome. +* `ChromeAndroid` or `and_chr` for Chrome for Android +* `Edge` for Microsoft Edge. +* `Electron` for Electron framework. It will be converted to Chrome version. +* `Explorer` or `ie` for Internet Explorer. +* `ExplorerMobile` or `ie_mob` for Internet Explorer Mobile. +* `Firefox` or `ff` for Mozilla Firefox. +* `FirefoxAndroid` or `and_ff` for Firefox for Android. +* `iOS` or `ios_saf` for iOS Safari. +* `Node` for Node.js. +* `Opera` for Opera. +* `OperaMini` or `op_mini` for Opera Mini. +* `OperaMobile` or `op_mob` for Opera Mobile. +* `QQAndroid` or `and_qq` for QQ Browser for Android. +* `Safari` for desktop Safari. +* `Samsung` for Samsung Internet. +* `UCAndroid` or `and_uc` for UC Browser for Android. + + +## `package.json` + +If you want to reduce config files in project root, you can specify +browsers in `package.json` with `browserslist` key: + +```json +{ + "private": true, + "dependencies": { + "autoprefixer": "^6.5.4" + }, + "browserslist": [ + "last 1 version", + "> 1%", + "IE 10" + ] +} +``` + + +## Config File + +Browserslist config should be named `.browserslistrc` or `browserslist` +and have browsers queries split by a new line. Comments starts with `#` symbol: + +```yaml +# Browsers that we support + +last 1 version +> 1% +IE 10 # sorry +``` + +Browserslist will check config in every directory in `path`. +So, if tool process `app/styles/main.css`, you can put config to root, +`app/` or `app/styles`. + +You can specify direct path in `BROWSERSLIST_CONFIG` environment variables. + + +## Shareable Configs + +You can use the following query to reference an exported Browserslist config +from another package: + +```json + "browserslist": [ + "extends browserslist-config-mycompany" + ] +``` + +For security reasons, external configuration only supports packages that have +the `browserslist-config-` prefix. npm scoped packages are also supported, by +naming or prefixing the module with `@scope/browserslist-config`, such as +`@scope/browserslist-config` or `@scope/browserslist-config-mycompany`. + +If you don’t accept Browserslist queries from users, you can disable the +validation by using the `dangerousExtend` option: + +```js +browserslist(queries, { path, dangerousExtend: true }) +``` + +Because this uses `npm`'s resolution, you can also reference specific files +in a package: + +```json + "browserslist": [ + "extends browserslist-config-mycompany/desktop", + "extends browserslist-config-mycompany/mobile" + ] +``` + +When writing a shared Browserslist package, just export an array. +`browserslist-config-mycompany/index.js`: + +```js +module.exports = [ + 'last 1 version', + '> 1%', + 'ie 10' +] +``` + + +## Environment Variables + +If some tool use Browserslist inside, you can change browsers settings +by [environment variables]: + +* `BROWSERSLIST` with browsers queries. + + ```sh + BROWSERSLIST="> 5%" gulp css + ``` + +* `BROWSERSLIST_CONFIG` with path to config file. + + ```sh + BROWSERSLIST_CONFIG=./config/browserslist gulp css + ``` + +* `BROWSERSLIST_ENV` with environments string. + + ```sh + BROWSERSLIST_ENV="development" gulp css + ``` + +* `BROWSERSLIST_STATS` with path to the custom usage data + for `> 1% in my stats` query. + + ```sh + BROWSERSLIST_STATS=./config/usage_data.json gulp css + ``` + +* `BROWSERSLIST_DISABLE_CACHE` if you want to disable config reading cache. + + ```sh + BROWSERSLIST_DISABLE_CACHE=1 gulp css + ``` + +[environment variables]: https://en.wikipedia.org/wiki/Environment_variable + + +## Environments + +You can also specify different browser queries for various environments. +Browserslist will choose query according to `BROWSERSLIST_ENV` or `NODE_ENV` +variables. If none of them is declared, Browserslist will firstly look +for `production` queries and then use defaults. + +In `package.json`: + +```js + "browserslist": { + "production": [ + "> 1%", + "ie 10" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version" + ] + } +``` + +In `.browserslistrc` config: + +```ini +[production staging] +> 1% +ie 10 + +[development] +last 1 chrome version +last 1 firefox version +``` + + +## Custom Usage Data + +If you have a website, you can query against the usage statistics of your site. +[`browserslist-ga`] will ask access to Google Analytics and then generate +`browserslist-stats.json`: + +``` +npx browserslist-ga +``` + +Of course, you can generate usage statistics file by any other method. +File format should be like: + +```js +{ + "ie": { + "6": 0.01, + "7": 0.4, + "8": 1.5 + }, + "chrome": { + … + }, + … +} +``` + +Note that you can query against your custom usage data +while also querying against global or regional data. +For example, the query `> 1% in my stats, > 5% in US, 10%` is permitted. + +[`browserslist-ga`]: https://github.com/browserslist/browserslist-ga +[Can I Use]: http://caniuse.com/ + + +## JS API + +```js +var browserslist = require('browserslist'); + +// Your CSS/JS build tool code +var process = function (source, opts) { + var browsers = browserslist(opts.browsers, { + stats: opts.stats, + path: opts.file, + env: opts.env + }); + // Your code to add features for selected browsers +} +``` + +Queries can be a string `"> 1%, IE 10"` +or an array `['> 1%', 'IE 10']`. + +If a query is missing, Browserslist will look for a config file. +You can provide a `path` option (that can be a file) to find the config file +relatively to it. + +Options: + +* `path`: file or a directory path to look for config file. Default is `.`. +* `env`: what environment section use from config. Default is `production`. +* `stats`: custom usage statistics data. +* `config`: path to config if you want to set it manually. +* `ignoreUnknownVersions`: do not throw on direct query (like `ie 12`). + Default is `false.` +* `dangerousExtend`: Disable security checks for `extend` query. + Default is `false.` + +For non-JS environment and debug purpose you can use CLI tool: + +```sh +browserslist "> 1%, IE 10" +``` + + +## Coverage + +You can get total users coverage for selected browsers by JS API: + +```js +browserslist.coverage(browserslist('> 1%')) +//=> 81.4 +``` + +```js +browserslist.coverage(browserslist('> 1% in US'), 'US') +//=> 83.1 +``` + +```js +browserslist.coverage(browserslist('> 1% in my stats'), 'my stats') +//=> 83.1 +``` + +```js +browserslist.coverage(browserslist('> 1% in my stats', { stats }), stats) +//=> 82.2 +``` + +Or by CLI: + +```sh +$ browserslist --coverage "> 1%" +These browsers account for 81.4% of all users globally +``` + +```sh +$ browserslist --coverage=US "> 1% in US" +These browsers account for 83.1% of all users in the US +``` + +```sh +$ browserslist --coverage "> 1% in my stats" +These browsers account for 83.1% of all users in custom statistics +``` + +```sh +$ browserslist --coverage "> 1% in my stats" --stats=./stats.json +These browsers account for 83.1% of all users in custom statistics +``` + + +## Cache + +Browserslist caches the configuration it reads from `package.json` and +`browserslist` files, as well as knowledge about the existence of files, +for the duration of the hosting process. + +To clear these caches, use: + +```js +browserslist.clearCaches(); +``` + +To disable the caching altogether, set the `BROWSERSLIST_DISABLE_CACHE` +environment variable. + + +## Contributors + + + + + + + + + diff --git a/user/themes/gilles_acezat/node_modules/browserslist/browser.js b/user/themes/gilles_acezat/node_modules/browserslist/browser.js new file mode 100644 index 0000000..77a217a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/browserslist/browser.js @@ -0,0 +1,41 @@ +var BrowserslistError = require('./error') + +function noop () { } + +module.exports = { + loadQueries: function loadQueries () { + throw new BrowserslistError( + 'Sharable configs are not supported in client-side build of Browserslist') + }, + + getStat: function getStat (opts) { + return opts.stats + }, + + loadConfig: function loadConfig (opts) { + if (opts.config) { + throw new BrowserslistError( + 'Browserslist config are not supported in client-side build') + } + }, + + loadCountry: function loadCountry () { + throw new BrowserslistError( + 'Country statistics is not supported ' + + 'in client-side build of Browserslist') + }, + + currentNode: function currentNode (resolve, context) { + return resolve(['maintained node versions'], context)[0] + }, + + parseConfig: noop, + + readConfig: noop, + + findConfig: noop, + + clearCaches: noop, + + oldDataWarning: noop +} diff --git a/user/themes/gilles_acezat/node_modules/browserslist/cli.js b/user/themes/gilles_acezat/node_modules/browserslist/cli.js new file mode 100644 index 0000000..96180b7 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/browserslist/cli.js @@ -0,0 +1,146 @@ +#!/usr/bin/env node + +var fs = require('fs') + +var browserslist = require('./') +var pkg = require('./package.json') +var args = process.argv.slice(2) + +var USAGE = 'Usage:\n' + + ' ' + pkg.name + '\n' + + ' ' + pkg.name + ' "QUERIES"\n' + + ' ' + pkg.name + ' --json "QUERIES"\n' + + ' ' + pkg.name + ' --config="path/to/browserlist/file"\n' + + ' ' + pkg.name + ' --coverage "QUERIES"\n' + + ' ' + pkg.name + ' --coverage=US "QUERIES"\n' + + ' ' + pkg.name + ' --coverage=US,RU,world "QUERIES"\n' + + ' ' + pkg.name + ' --env="environment name defined in config"\n' + + ' ' + pkg.name + ' --stats="path/to/browserlist/stats/file"' + +function isArg (arg) { + return args.some(function (str) { + return str === arg || str.indexOf(arg + '=') === 0 + }) +} + +function error (msg) { + process.stderr.write(pkg.name + ': ' + msg + '\n') + process.exit(1) +} + +if (isArg('--help') || isArg('-h')) { + process.stdout.write(pkg.description + '.\n\n' + USAGE + '\n') +} else if (isArg('--version') || isArg('-v')) { + process.stdout.write(pkg.name + ' ' + pkg.version + '\n') +} else { + var mode = 'browsers' + var opts = { } + var queries + var areas + + for (var i = 0; i < args.length; i++) { + if (args[i][0] !== '-') { + queries = args[i].replace(/^["']|["']$/g, '') + continue + } + + var arg = args[i].split('=') + var name = arg[0] + var value = arg[1] + + if (value) value = value.replace(/^["']|["']$/g, '') + + if (name === '--config' || name === '-b') { + opts.config = value + } else if (name === '--env' || name === '-e') { + opts.env = value + } else if (name === '--stats' || name === '-s') { + opts.stats = value + } else if (name === '--coverage' || name === '-c') { + if (mode !== 'json') mode = 'coverage' + if (value) { + areas = value.split(',') + } else { + areas = ['global'] + } + } else if (name === '--json') { + mode = 'json' + } else { + error('Unknown arguments ' + args[i] + '.\n\n' + USAGE) + } + } + + var browsers + try { + if (!queries && !opts.config) { + if (browserslist.findConfig(process.cwd())) { + opts.path = process.cwd() + } else { + error( + 'Browserslist config was not found. ' + + 'Define queries or config path.' + + '\n\n' + USAGE + ) + } + } + browsers = browserslist(queries, opts) + } catch (e) { + if (e.name === 'BrowserslistError') { + error(e.message) + } else { + throw e + } + } + + var coverage + if (mode === 'browsers') { + browsers.forEach(function (browser) { + process.stdout.write(browser + '\n') + }) + } else if (areas) { + coverage = areas.map(function (area) { + var stats + if (area !== 'global') { + stats = area + } else if (opts.stats) { + stats = JSON.parse(fs.readFileSync(opts.stats)) + } + var result = browserslist.coverage(browsers, stats) + var round = Math.round(result * 100) / 100.0 + + return [area, round] + }) + + if (mode === 'coverage') { + var prefix = 'These browsers account for ' + process.stdout.write(prefix) + coverage.forEach(function (data, index) { + var area = data[0] + var round = data[1] + var end = 'globally' + if (area && area !== 'global') { + end = 'in the ' + area.toUpperCase() + } else if (opts.stats) { + end = 'in custom statistics' + } + + if (index !== 0) { + process.stdout.write(prefix.replace(/./g, ' ')) + } + + process.stdout.write(round + '% of all users ' + end + '\n') + }) + } + } + + if (mode === 'json') { + var data = { browsers: browsers } + if (coverage) { + data.coverage = coverage.reduce(function (object, j) { + object[j[0]] = j[1] + return object + }, { }) + } + process.stdout.write(JSON.stringify(data, null, ' ') + '\n') + } +} diff --git a/user/themes/gilles_acezat/node_modules/browserslist/error.js b/user/themes/gilles_acezat/node_modules/browserslist/error.js new file mode 100644 index 0000000..b3bc0fe --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/browserslist/error.js @@ -0,0 +1,12 @@ +function BrowserslistError (message) { + this.name = 'BrowserslistError' + this.message = message + this.browserslist = true + if (Error.captureStackTrace) { + Error.captureStackTrace(this, BrowserslistError) + } +} + +BrowserslistError.prototype = Error.prototype + +module.exports = BrowserslistError diff --git a/user/themes/gilles_acezat/node_modules/browserslist/index.js b/user/themes/gilles_acezat/node_modules/browserslist/index.js new file mode 100644 index 0000000..18486ee --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/browserslist/index.js @@ -0,0 +1,833 @@ +var jsReleases = require('node-releases/data/processed/envs.json') +var agents = require('caniuse-lite/dist/unpacker/agents').agents +var jsEOL = require('node-releases/data/release-schedule/release-schedule.json') +var path = require('path') +var e2c = require('electron-to-chromium/versions') + +var BrowserslistError = require('./error') +var env = require('./node') // Will load browser.js in webpack + +var FLOAT_RANGE = /^\d+(\.\d+)?(-\d+(\.\d+)?)*$/ + +function isVersionsMatch (versionA, versionB) { + return (versionA + '.').indexOf(versionB + '.') === 0 +} + +function isEolReleased (name) { + var version = name.slice(1) + return jsReleases.some(function (i) { + return isVersionsMatch(i.version, version) + }) +} + +function normalize (versions) { + return versions.filter(function (version) { + return typeof version === 'string' + }) +} + +function nameMapper (name) { + return function mapName (version) { + return name + ' ' + version + } +} + +function getMajor (version) { + return parseInt(version.split('.')[0]) +} + +function getMajorVersions (released, number) { + if (released.length === 0) return [] + var minimum = getMajor(released[released.length - 1]) - parseInt(number) + 1 + var selected = [] + for (var i = released.length - 1; i >= 0; i--) { + if (minimum > getMajor(released[i])) break + selected.unshift(released[i]) + } + return selected +} + +function uniq (array) { + var filtered = [] + for (var i = 0; i < array.length; i++) { + if (filtered.indexOf(array[i]) === -1) filtered.push(array[i]) + } + return filtered +} + +// Helpers + +function fillUsage (result, name, data) { + for (var i in data) { + result[name + ' ' + i] = data[i] + } +} + +function generateFilter (sign, version) { + version = parseFloat(version) + if (sign === '>') { + return function (v) { + return parseFloat(v) > version + } + } else if (sign === '>=') { + return function (v) { + return parseFloat(v) >= version + } + } else if (sign === '<') { + return function (v) { + return parseFloat(v) < version + } + } else { + return function (v) { + return parseFloat(v) <= version + } + } +} + +function compareStrings (a, b) { + if (a < b) return -1 + if (a > b) return +1 + return 0 +} + +function normalizeVersion (data, version) { + if (data.versions.indexOf(version) !== -1) { + return version + } else if (browserslist.versionAliases[data.name][version]) { + return browserslist.versionAliases[data.name][version] + } else if (data.versions.length === 1) { + return data.versions[0] + } else { + return false + } +} + +function filterByYear (since) { + return Object.keys(agents).reduce(function (selected, name) { + var data = byName(name) + if (!data) return selected + var versions = Object.keys(data.releaseDate).filter(function (v) { + return data.releaseDate[v] >= since + }) + return selected.concat(versions.map(nameMapper(data.name))) + }, []) +} + +function byName (name) { + name = name.toLowerCase() + name = browserslist.aliases[name] || name + return browserslist.data[name] +} + +function checkName (name) { + var data = byName(name) + if (!data) throw new BrowserslistError('Unknown browser ' + name) + return data +} + +function unknownQuery (query) { + return new BrowserslistError( + 'Unknown browser query `' + query + '`. ' + + 'Maybe you are using old Browserslist or made typo in query.' + ) +} + +function resolve (queries, context) { + return queries.reduce(function (result, selection, index) { + selection = selection.trim() + if (selection === '') return result + + var isExclude = selection.indexOf('not ') === 0 + if (isExclude) { + if (index === 0) { + throw new BrowserslistError( + 'Write any browsers query (for instance, `defaults`) ' + + 'before `' + selection + '`') + } + selection = selection.slice(4) + } + + for (var i = 0; i < QUERIES.length; i++) { + var type = QUERIES[i] + var match = selection.match(type.regexp) + if (match) { + var args = [context].concat(match.slice(1)) + var array = type.select.apply(browserslist, args) + if (isExclude) { + var filter = { } + var browsers = { } + var versionLess = { } + array.forEach(function (j) { + filter[j] = true + var browser = j.replace(/\s\S+$/, '') + browsers[browser] = true + if (/\s0$/.test(j)) { + versionLess[browser] = true + } + }) + return result.filter(function (j) { + if (filter[j]) { + return false + } else { + var browser = j.replace(/\s\S+$/, '') + if (versionLess[browser]) { + return false + } else if (/\s0$/.test(j) && browsers[browser]) { + return false + } else { + return true + } + } + }) + } + return result.concat(array) + } + } + + throw unknownQuery(selection) + }, []) +} + +/** + * Return array of browsers by selection queries. + * + * @param {(string|string[])} [queries=browserslist.defaults] Browser queries. + * @param {object} [opts] Options. + * @param {string} [opts.path="."] Path to processed file. + * It will be used to find config files. + * @param {string} [opts.env="production"] Processing environment. + * It will be used to take right + * queries from config file. + * @param {string} [opts.config] Path to config file with queries. + * @param {object} [opts.stats] Custom browser usage statistics + * for "> 1% in my stats" query. + * @param {boolean} [opts.ignoreUnknownVersions=false] Do not throw on unknown + * version in direct query. + * @param {boolean} [opts.dangerousExtend] Disable security checks + * for extend query. + * @return {string[]} Array with browser names in Can I Use. + * + * @example + * browserslist('IE >= 10, IE 8') //=> ['ie 11', 'ie 10', 'ie 8'] + */ +function browserslist (queries, opts) { + if (typeof opts === 'undefined') opts = { } + + if (typeof opts.path === 'undefined') { + opts.path = path.resolve ? path.resolve('.') : '.' + } + + if (typeof queries === 'undefined' || queries === null) { + var config = browserslist.loadConfig(opts) + if (config) { + queries = config + } else { + queries = browserslist.defaults + } + } + + if (typeof queries === 'string') { + queries = queries.split(/,\s*/) + } + + if (!Array.isArray(queries)) { + throw new BrowserslistError( + 'Browser queries must be an array. Got ' + typeof queries + '.') + } + + var context = { + ignoreUnknownVersions: opts.ignoreUnknownVersions, + dangerousExtend: opts.dangerousExtend + } + + env.oldDataWarning(browserslist.data) + var stats = env.getStat(opts, browserslist.data) + if (stats) { + context.customUsage = { } + for (var browser in stats) { + fillUsage(context.customUsage, browser, stats[browser]) + } + } + + var result = resolve(queries, context).map(function (i) { + var parts = i.split(' ') + var name = parts[0] + var version = parts[1] + if (version === '0') { + return name + ' ' + byName(name).versions[0] + } else { + return i + } + }).sort(function (name1, name2) { + name1 = name1.split(' ') + name2 = name2.split(' ') + if (name1[0] === name2[0]) { + if (FLOAT_RANGE.test(name1[1]) && FLOAT_RANGE.test(name2[1])) { + return parseFloat(name2[1]) - parseFloat(name1[1]) + } else { + return compareStrings(name2[1], name1[1]) + } + } else { + return compareStrings(name1[0], name2[0]) + } + }) + + return uniq(result) +} + +// Will be filled by Can I Use data below +browserslist.data = { } +browserslist.usage = { + global: { }, + custom: null +} + +// Default browsers query +browserslist.defaults = [ + '> 0.5%', + 'last 2 versions', + 'Firefox ESR', + 'not dead' +] + +// Browser names aliases +browserslist.aliases = { + fx: 'firefox', + ff: 'firefox', + ios: 'ios_saf', + explorer: 'ie', + blackberry: 'bb', + explorermobile: 'ie_mob', + operamini: 'op_mini', + operamobile: 'op_mob', + chromeandroid: 'and_chr', + firefoxandroid: 'and_ff', + ucandroid: 'and_uc', + qqandroid: 'and_qq' +} + +// Aliases to work with joined versions like `ios_saf 7.0-7.1` +browserslist.versionAliases = { } + +browserslist.clearCaches = env.clearCaches +browserslist.parseConfig = env.parseConfig +browserslist.readConfig = env.readConfig +browserslist.findConfig = env.findConfig +browserslist.loadConfig = env.loadConfig + +/** + * Return browsers market coverage. + * + * @param {string[]} browsers Browsers names in Can I Use. + * @param {string|object} [stats="global"] Which statistics should be used. + * Country code or custom statistics. + * Pass `"my stats"` to load statistics + * from Browserslist files. + * + * @return {number} Total market coverage for all selected browsers. + * + * @example + * browserslist.coverage(browserslist('> 1% in US'), 'US') //=> 83.1 + */ +browserslist.coverage = function (browsers, stats) { + var data + if (typeof stats === 'undefined') { + data = browserslist.usage.global + } else if (stats === 'my stats') { + var opts = {} + opts.path = path.resolve ? path.resolve('.') : '.' + var customStats = env.getStat(opts) + if (!customStats) { + throw new BrowserslistError('Custom usage statistics was not provided') + } + data = {} + for (var browser in customStats) { + fillUsage(data, browser, customStats[browser]) + } + } else if (typeof stats === 'string') { + if (stats.length > 2) { + stats = stats.toLowerCase() + } else { + stats = stats.toUpperCase() + } + env.loadCountry(browserslist.usage, stats) + data = browserslist.usage[stats] + } else { + if ('dataByBrowser' in stats) { + stats = stats.dataByBrowser + } + data = { } + for (var name in stats) { + for (var version in stats[name]) { + data[name + ' ' + version] = stats[name][version] + } + } + } + + return browsers.reduce(function (all, i) { + var usage = data[i] + if (usage === undefined) { + usage = data[i.replace(/ \S+$/, ' 0')] + } + return all + (usage || 0) + }, 0) +} + +var QUERIES = [ + { + regexp: /^last\s+(\d+)\s+major versions?$/i, + select: function (context, versions) { + return Object.keys(agents).reduce(function (selected, name) { + var data = byName(name) + if (!data) return selected + var array = getMajorVersions(data.released, versions) + + array = array.map(nameMapper(data.name)) + return selected.concat(array) + }, []) + } + }, + { + regexp: /^last\s+(\d+)\s+versions?$/i, + select: function (context, versions) { + return Object.keys(agents).reduce(function (selected, name) { + var data = byName(name) + if (!data) return selected + var array = data.released.slice(-versions) + + array = array.map(nameMapper(data.name)) + return selected.concat(array) + }, []) + } + }, + { + regexp: /^last\s+(\d+)\s+electron\s+major versions?$/i, + select: function (context, versions) { + var validVersions = getMajorVersions(Object.keys(e2c).reverse(), versions) + return validVersions.map(function (i) { + return 'chrome ' + e2c[i] + }) + } + }, + { + regexp: /^last\s+(\d+)\s+(\w+)\s+major versions?$/i, + select: function (context, versions, name) { + var data = checkName(name) + var validVersions = getMajorVersions(data.released, versions) + return validVersions.map(nameMapper(data.name)) + } + }, + { + regexp: /^last\s+(\d+)\s+electron\s+versions?$/i, + select: function (context, versions) { + return Object.keys(e2c).reverse().slice(-versions).map(function (i) { + return 'chrome ' + e2c[i] + }) + } + }, + { + regexp: /^last\s+(\d+)\s+(\w+)\s+versions?$/i, + select: function (context, versions, name) { + var data = checkName(name) + return data.released.slice(-versions).map(nameMapper(data.name)) + } + }, + { + regexp: /^unreleased\s+versions$/i, + select: function () { + return Object.keys(agents).reduce(function (selected, name) { + var data = byName(name) + if (!data) return selected + var array = data.versions.filter(function (v) { + return data.released.indexOf(v) === -1 + }) + + array = array.map(nameMapper(data.name)) + return selected.concat(array) + }, []) + } + }, + { + regexp: /^unreleased\s+electron\s+versions?$/i, + select: function () { + return [] + } + }, + { + regexp: /^unreleased\s+(\w+)\s+versions?$/i, + select: function (context, name) { + var data = checkName(name) + return data.versions.filter(function (v) { + return data.released.indexOf(v) === -1 + }).map(nameMapper(data.name)) + } + }, + { + regexp: /^last\s+(\d+)\s+years?$/i, + select: function (context, years) { + var date = new Date() + var since = date.setFullYear(date.getFullYear() - years) / 1000 + + return filterByYear(since) + } + }, + { + regexp: /^since (\d+)(?:-(\d+))?(?:-(\d+))?$/i, + select: function (context, year, month, date) { + year = parseInt(year) + month = parseInt(month || '01') - 1 + date = parseInt(date || '01') + var since = Date.UTC(year, month, date, 0, 0, 0) / 1000 + + return filterByYear(since) + } + }, + { + regexp: /^(>=?|<=?)\s*(\d*\.?\d+)%$/, + select: function (context, sign, popularity) { + popularity = parseFloat(popularity) + var usage = browserslist.usage.global + + return Object.keys(usage).reduce(function (result, version) { + if (sign === '>') { + if (usage[version] > popularity) { + result.push(version) + } + } else if (sign === '<') { + if (usage[version] < popularity) { + result.push(version) + } + } else if (sign === '<=') { + if (usage[version] <= popularity) { + result.push(version) + } + } else if (usage[version] >= popularity) { + result.push(version) + } + return result + }, []) + } + }, + { + regexp: /^(>=?|<=?)\s*(\d*\.?\d+)%\s+in\s+my\s+stats$/, + select: function (context, sign, popularity) { + popularity = parseFloat(popularity) + + if (!context.customUsage) { + throw new BrowserslistError('Custom usage statistics was not provided') + } + + var usage = context.customUsage + + return Object.keys(usage).reduce(function (result, version) { + if (sign === '>') { + if (usage[version] > popularity) { + result.push(version) + } + } else if (sign === '<') { + if (usage[version] < popularity) { + result.push(version) + } + } else if (sign === '<=') { + if (usage[version] <= popularity) { + result.push(version) + } + } else if (usage[version] >= popularity) { + result.push(version) + } + return result + }, []) + } + }, + { + regexp: /^(>=?|<=?)\s*(\d*\.?\d+)%\s+in\s+((alt-)?\w\w)$/, + select: function (context, sign, popularity, place) { + popularity = parseFloat(popularity) + + if (place.length === 2) { + place = place.toUpperCase() + } else { + place = place.toLowerCase() + } + + env.loadCountry(browserslist.usage, place) + var usage = browserslist.usage[place] + + return Object.keys(usage).reduce(function (result, version) { + if (sign === '>') { + if (usage[version] > popularity) { + result.push(version) + } + } else if (sign === '<') { + if (usage[version] < popularity) { + result.push(version) + } + } else if (sign === '<=') { + if (usage[version] <= popularity) { + result.push(version) + } + } else if (usage[version] >= popularity) { + result.push(version) + } + return result + }, []) + } + }, + { + regexp: /^cover\s+(\d*\.?\d+)%(\s+in\s+(my\s+stats|(alt-)?\w\w))?$/, + select: function (context, coverage, statMode) { + coverage = parseFloat(coverage) + + var usage = browserslist.usage.global + if (statMode) { + if (statMode.match(/^\s+in\s+my\s+stats$/)) { + if (!context.customUsage) { + throw new BrowserslistError( + 'Custom usage statistics was not provided' + ) + } + usage = context.customUsage + } else { + var match = statMode.match(/\s+in\s+((alt-)?\w\w)/) + var place = match[1] + if (place.length === 2) { + place = place.toUpperCase() + } else { + place = place.toLowerCase() + } + env.loadCountry(browserslist.usage, place) + usage = browserslist.usage[place] + } + } + + var versions = Object.keys(usage).sort(function (a, b) { + return usage[b] - usage[a] + }) + + var coveraged = 0 + var result = [] + var version + for (var i = 0; i <= versions.length; i++) { + version = versions[i] + if (usage[version] === 0) break + + coveraged += usage[version] + result.push(version) + if (coveraged >= coverage) break + } + + return result + } + }, + { + regexp: /^electron\s+([\d.]+)\s*-\s*([\d.]+)$/i, + select: function (context, from, to) { + if (!e2c[from]) { + throw new BrowserslistError('Unknown version ' + from + ' of electron') + } + if (!e2c[to]) { + throw new BrowserslistError('Unknown version ' + to + ' of electron') + } + + from = parseFloat(from) + to = parseFloat(to) + + return Object.keys(e2c).filter(function (i) { + var parsed = parseFloat(i) + return parsed >= from && parsed <= to + }).map(function (i) { + return 'chrome ' + e2c[i] + }) + } + }, + { + regexp: /^(\w+)\s+([\d.]+)\s*-\s*([\d.]+)$/i, + select: function (context, name, from, to) { + var data = checkName(name) + from = parseFloat(normalizeVersion(data, from) || from) + to = parseFloat(normalizeVersion(data, to) || to) + + function filter (v) { + var parsed = parseFloat(v) + return parsed >= from && parsed <= to + } + + return data.released.filter(filter).map(nameMapper(data.name)) + } + }, + { + regexp: /^electron\s*(>=?|<=?)\s*([\d.]+)$/i, + select: function (context, sign, version) { + return Object.keys(e2c) + .filter(generateFilter(sign, version)) + .map(function (i) { + return 'chrome ' + e2c[i] + }) + } + }, + { + regexp: /^(\w+)\s*(>=?|<=?)\s*([\d.]+)$/, + select: function (context, name, sign, version) { + var data = checkName(name) + var alias = browserslist.versionAliases[data.name][version] + if (alias) { + version = alias + } + return data.released + .filter(generateFilter(sign, version)) + .map(function (v) { + return data.name + ' ' + v + }) + } + }, + { + regexp: /^(firefox|ff|fx)\s+esr$/i, + select: function () { + return ['firefox 60'] + } + }, + { + regexp: /(operamini|op_mini)\s+all/i, + select: function () { + return ['op_mini all'] + } + }, + { + regexp: /^electron\s+([\d.]+)$/i, + select: function (context, version) { + var chrome = e2c[version] + if (!chrome) { + throw new BrowserslistError( + 'Unknown version ' + version + ' of electron') + } + return ['chrome ' + chrome] + } + }, + { + regexp: /^node\s+(\d+(\.\d+)?(\.\d+)?)$/i, + select: function (context, version) { + var nodeReleases = jsReleases.filter(function (i) { + return i.name === 'nodejs' + }) + var matched = nodeReleases.filter(function (i) { + return isVersionsMatch(i.version, version) + }) + if (matched.length === 0) { + if (context.ignoreUnknownVersions) { + return [] + } else { + throw new BrowserslistError( + 'Unknown version ' + version + ' of Node.js') + } + } + return ['node ' + matched[matched.length - 1].version] + } + }, + { + regexp: /^current\s+node$/i, + select: function (context) { + return [env.currentNode(resolve, context)] + } + }, + { + regexp: /^maintained\s+node\s+versions$/i, + select: function (context) { + var now = Date.now() + var queries = Object.keys(jsEOL).filter(function (key) { + return now < Date.parse(jsEOL[key].end) && + now > Date.parse(jsEOL[key].start) && + isEolReleased(key) + }).map(function (key) { + return 'node ' + key.slice(1) + }) + return resolve(queries, context) + } + }, + { + regexp: /^(\w+)\s+(tp|[\d.]+)$/i, + select: function (context, name, version) { + if (/^tp$/i.test(version)) version = 'TP' + var data = checkName(name) + var alias = normalizeVersion(data, version) + if (alias) { + version = alias + } else { + if (version.indexOf('.') === -1) { + alias = version + '.0' + } else { + alias = version.replace(/\.0$/, '') + } + alias = normalizeVersion(data, alias) + if (alias) { + version = alias + } else if (context.ignoreUnknownVersions) { + return [] + } else { + throw new BrowserslistError( + 'Unknown version ' + version + ' of ' + name) + } + } + return [data.name + ' ' + version] + } + }, + { + regexp: /^extends (.+)$/i, + select: function (context, name) { + return resolve(env.loadQueries(context, name), context) + } + }, + { + regexp: /^defaults$/i, + select: function () { + return browserslist(browserslist.defaults) + } + }, + { + regexp: /^dead$/i, + select: function (context) { + var dead = ['ie <= 10', 'ie_mob <= 10', 'bb <= 10', 'op_mob <= 12.1'] + return resolve(dead, context) + } + }, + { + regexp: /^(\w+)$/i, + select: function (context, name) { + if (byName(name)) { + throw new BrowserslistError( + 'Specify versions in Browserslist query for browser ' + name) + } else { + throw unknownQuery(name) + } + } + } +]; + +// Get and convert Can I Use data + +(function () { + for (var name in agents) { + var browser = agents[name] + browserslist.data[name] = { + name: name, + versions: normalize(agents[name].versions), + released: normalize(agents[name].versions.slice(0, -3)), + releaseDate: agents[name].release_date + } + fillUsage(browserslist.usage.global, name, browser.usage_global) + + browserslist.versionAliases[name] = { } + for (var i = 0; i < browser.versions.length; i++) { + var full = browser.versions[i] + if (!full) continue + + if (full.indexOf('-') !== -1) { + var interval = full.split('-') + for (var j = 0; j < interval.length; j++) { + browserslist.versionAliases[name][interval[j]] = full + } + } + } + } +}()) + +module.exports = browserslist diff --git a/user/themes/gilles_acezat/node_modules/browserslist/node.js b/user/themes/gilles_acezat/node_modules/browserslist/node.js new file mode 100644 index 0000000..bbb2fcd --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/browserslist/node.js @@ -0,0 +1,318 @@ +var region = require('caniuse-lite/dist/unpacker/region').default +var path = require('path') +var fs = require('fs') + +var BrowserslistError = require('./error') + +var IS_SECTION = /^\s*\[(.+)\]\s*$/ +var CONFIG_PATTERN = /^browserslist-config-/ +var SCOPED_CONFIG__PATTERN = /@[^./]+\/browserslist-config(-|$|\/)/ +var TIME_TO_UPDATE_CANIUSE = 6 * 30 * 24 * 60 * 60 * 1000 +var FORMAT = 'Browserslist config should be a string or an array ' + + 'of strings with browser queries' + +var dataTimeChecked = false +var filenessCache = { } +var configCache = { } + +function checkExtend (name) { + var use = ' Use `dangerousExtend` option to disable.' + if (!CONFIG_PATTERN.test(name) && !SCOPED_CONFIG__PATTERN.test(name)) { + throw new BrowserslistError( + 'Browserslist config needs `browserslist-config-` prefix. ' + use) + } + if (name.indexOf('.') !== -1) { + throw new BrowserslistError( + '`.` not allowed in Browserslist config name. ' + use) + } + if (name.indexOf('node_modules') !== -1) { + throw new BrowserslistError( + '`node_modules` not allowed in Browserslist config.' + use) + } +} + +function isFile (file) { + if (file in filenessCache) { + return filenessCache[file] + } + var result = fs.existsSync(file) && fs.statSync(file).isFile() + if (!process.env.BROWSERSLIST_DISABLE_CACHE) { + filenessCache[file] = result + } + return result +} + +function eachParent (file, callback) { + var loc = path.resolve(file) + do { + var result = callback(loc) + if (typeof result !== 'undefined') return result + } while (loc !== (loc = path.dirname(loc))) + return undefined +} + +function check (section) { + if (Array.isArray(section)) { + for (var i = 0; i < section.length; i++) { + if (typeof section[i] !== 'string') { + throw new BrowserslistError(FORMAT) + } + } + } else if (typeof section !== 'string') { + throw new BrowserslistError(FORMAT) + } +} + +function pickEnv (config, opts) { + if (typeof config !== 'object') return config + + var name + if (typeof opts.env === 'string') { + name = opts.env + } else if (process.env.BROWSERSLIST_ENV) { + name = process.env.BROWSERSLIST_ENV + } else if (process.env.NODE_ENV) { + name = process.env.NODE_ENV + } else { + name = 'production' + } + + return config[name] || config.defaults +} + +function parsePackage (file) { + var config = JSON.parse(fs.readFileSync(file)) + if (config.browserlist && !config.browserslist) { + throw new BrowserslistError( + '`browserlist` key instead of `browserslist` in ' + file) + } + var list = config.browserslist + if (Array.isArray(list)) { + list = { defaults: list } + } + + for (var i in list) { + check(list[i]) + } + + return list +} + +function latestReleaseTime (agents) { + var latest = 0 + for (var name in agents) { + var dates = agents[name].releaseDate || { } + for (var key in dates) { + if (latest < dates[key]) { + latest = dates[key] + } + } + } + return latest * 1000 +} + +module.exports = { + loadQueries: function loadQueries (context, name) { + if (!context.dangerousExtend) checkExtend(name) + // eslint-disable-next-line security/detect-non-literal-require + var queries = require(require.resolve(name, { paths: ['.'] })) + if (!Array.isArray(queries)) { + throw new BrowserslistError( + '`' + name + '` config exports not an array of queries') + } + return queries + }, + + getStat: function getStat (opts, data) { + var stats + if (opts.stats) { + stats = opts.stats + } else if (process.env.BROWSERSLIST_STATS) { + stats = process.env.BROWSERSLIST_STATS + } else if (opts.path && path.resolve && fs.existsSync) { + stats = eachParent(opts.path, function (dir) { + var file = path.join(dir, 'browserslist-stats.json') + return isFile(file) ? file : undefined + }) + } + + if (typeof stats === 'string') { + try { + stats = JSON.parse(fs.readFileSync(stats)) + } catch (e) { + throw new BrowserslistError('Can\'t read ' + stats) + } + } + + if (stats && 'dataByBrowser' in stats) { + stats = stats.dataByBrowser + } + + if (typeof stats !== 'object') return undefined + + var normalized = { } + for (var i in stats) { + var versions = Object.keys(stats[i]) + if (versions.length === 1 && data[i] && data[i].versions.length === 1) { + var normal = Object.keys(data[i].versions)[0] + normalized[i] = { } + normalized[i][normal] = stats[i][versions[0]] + } else { + normalized[i] = stats[i] + } + } + + return normalized + }, + + loadConfig: function loadConfig (opts) { + if (process.env.BROWSERSLIST) { + return process.env.BROWSERSLIST + } else if (opts.config || process.env.BROWSERSLIST_CONFIG) { + var file = opts.config || process.env.BROWSERSLIST_CONFIG + if (path.basename(file) === 'package.json') { + return pickEnv(parsePackage(file), opts) + } else { + return pickEnv(module.exports.readConfig(file), opts) + } + } else if (opts.path) { + return pickEnv(module.exports.findConfig(opts.path), opts) + } else { + return undefined + } + }, + + loadCountry: function loadCountry (usage, country) { + var code = country.replace(/[^\w-]/g, '') + if (!usage[code]) { + // eslint-disable-next-line security/detect-non-literal-require + var compressed = require('caniuse-lite/data/regions/' + code + '.js') + var data = region(compressed) + usage[country] = { } + for (var i in data) { + for (var j in data[i]) { + usage[country][i + ' ' + j] = data[i][j] + } + } + } + }, + + parseConfig: function parseConfig (string) { + var result = { defaults: [] } + var sections = ['defaults'] + + string.toString() + .replace(/#[^\n]*/g, '') + .split(/\n|,/) + .map(function (line) { + return line.trim() + }) + .filter(function (line) { + return line !== '' + }) + .forEach(function (line) { + if (IS_SECTION.test(line)) { + sections = line.match(IS_SECTION)[1].trim().split(' ') + sections.forEach(function (section) { + if (result[section]) { + throw new BrowserslistError( + 'Duplicate section ' + section + ' in Browserslist config') + } + result[section] = [] + }) + } else { + sections.forEach(function (section) { + result[section].push(line) + }) + } + }) + + return result + }, + + readConfig: function readConfig (file) { + if (!isFile(file)) { + throw new BrowserslistError('Can\'t read ' + file + ' config') + } + return module.exports.parseConfig(fs.readFileSync(file)) + }, + + findConfig: function findConfig (from) { + from = path.resolve(from) + + var cacheKey = isFile(from) ? path.dirname(from) : from + if (cacheKey in configCache) { + return configCache[cacheKey] + } + + var resolved = eachParent(from, function (dir) { + var config = path.join(dir, 'browserslist') + var pkg = path.join(dir, 'package.json') + var rc = path.join(dir, '.browserslistrc') + + var pkgBrowserslist + if (isFile(pkg)) { + try { + pkgBrowserslist = parsePackage(pkg) + } catch (e) { + if (e.name === 'BrowserslistError') throw e + console.warn( + '[Browserslist] Could not parse ' + pkg + '. Ignoring it.') + } + } + + if (isFile(config) && pkgBrowserslist) { + throw new BrowserslistError( + dir + ' contains both browserslist and package.json with browsers') + } else if (isFile(rc) && pkgBrowserslist) { + throw new BrowserslistError( + dir + ' contains both .browserslistrc and package.json with browsers') + } else if (isFile(config) && isFile(rc)) { + throw new BrowserslistError( + dir + ' contains both .browserslistrc and browserslist') + } else if (isFile(config)) { + return module.exports.readConfig(config) + } else if (isFile(rc)) { + return module.exports.readConfig(rc) + } else { + return pkgBrowserslist + } + }) + if (!process.env.BROWSERSLIST_DISABLE_CACHE) { + configCache[cacheKey] = resolved + } + return resolved + }, + + clearCaches: function clearCaches () { + dataTimeChecked = false + filenessCache = { } + configCache = { } + }, + + oldDataWarning: function oldDataWarning (agentsObj) { + if (dataTimeChecked) return + dataTimeChecked = true + + var latest = latestReleaseTime(agentsObj) + var halfYearAgo = Date.now() - TIME_TO_UPDATE_CANIUSE + + if (latest !== 0 && latest < halfYearAgo) { + var command = 'npm update' + eachParent(__filename, function (dir) { + var pckg = path.join(dir, 'package.json') + var yarnLock = path.join(dir, 'yarn.lock') + if (isFile(pckg) && isFile(yarnLock)) { + command = 'yarn upgrade' + } + }) + console.warn( + 'Browserslist: caniuse-lite is outdated. ' + + 'Please run next command `' + command + ' caniuse-lite browserslist`') + } + }, + + currentNode: function currentNode () { + return 'node ' + process.versions.node + } +} diff --git a/user/themes/gilles_acezat/node_modules/browserslist/package.json b/user/themes/gilles_acezat/node_modules/browserslist/package.json new file mode 100644 index 0000000..063397e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/browserslist/package.json @@ -0,0 +1,65 @@ +{ + "_from": "browserslist@^4.3.6", + "_id": "browserslist@4.3.6", + "_inBundle": false, + "_integrity": "sha512-kMGKs4BTzRWviZ8yru18xBpx+CyHG9eqgRbj9XbE3IMgtczf4aiA0Y1YCpVdvUieKGZ03kolSPXqTcscBCb9qw==", + "_location": "/browserslist", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "browserslist@^4.3.6", + "name": "browserslist", + "escapedName": "browserslist", + "rawSpec": "^4.3.6", + "saveSpec": null, + "fetchSpec": "^4.3.6" + }, + "_requiredBy": [ + "/autoprefixer" + ], + "_resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.3.6.tgz", + "_shasum": "0f9d9081afc66b36f477c6bdf3813f784f42396a", + "_spec": "browserslist@^4.3.6", + "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres/node_modules/autoprefixer", + "author": { + "name": "Andrey Sitnik", + "email": "andrey@sitnik.ru" + }, + "bin": { + "browserslist": "./cli.js" + }, + "browser": { + "./node.js": "./browser.js", + "path": false + }, + "bugs": { + "url": "https://github.com/browserslist/browserslist/issues" + }, + "bundleDependencies": false, + "dependencies": { + "caniuse-lite": "^1.0.30000921", + "electron-to-chromium": "^1.3.92", + "node-releases": "^1.1.1" + }, + "deprecated": false, + "description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset", + "homepage": "https://github.com/browserslist/browserslist#readme", + "husky": { + "hooks": { + "pre-commit": "lint-staged" + } + }, + "keywords": [ + "caniuse", + "browsers", + "target" + ], + "license": "MIT", + "name": "browserslist", + "repository": { + "type": "git", + "url": "git+https://github.com/browserslist/browserslist.git" + }, + "version": "4.3.6" +} diff --git a/user/themes/gilles_acezat/node_modules/builtin-modules/builtin-modules.json b/user/themes/gilles_acezat/node_modules/builtin-modules/builtin-modules.json new file mode 100644 index 0000000..72670f6 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/builtin-modules/builtin-modules.json @@ -0,0 +1,35 @@ +[ + "assert", + "buffer", + "child_process", + "cluster", + "console", + "constants", + "crypto", + "dgram", + "dns", + "domain", + "events", + "fs", + "http", + "https", + "module", + "net", + "os", + "path", + "process", + "punycode", + "querystring", + "readline", + "repl", + "stream", + "string_decoder", + "timers", + "tls", + "tty", + "url", + "util", + "v8", + "vm", + "zlib" +] diff --git a/user/themes/gilles_acezat/node_modules/builtin-modules/index.js b/user/themes/gilles_acezat/node_modules/builtin-modules/index.js new file mode 100644 index 0000000..9ef35ab --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/builtin-modules/index.js @@ -0,0 +1,10 @@ +'use strict'; + +var blacklist = [ + 'freelist', + 'sys' +]; + +module.exports = Object.keys(process.binding('natives')).filter(function (el) { + return !/^_|^internal|\//.test(el) && blacklist.indexOf(el) === -1; +}).sort(); diff --git a/user/themes/gilles_acezat/node_modules/builtin-modules/license b/user/themes/gilles_acezat/node_modules/builtin-modules/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/builtin-modules/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.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/user/themes/gilles_acezat/node_modules/builtin-modules/package.json b/user/themes/gilles_acezat/node_modules/builtin-modules/package.json new file mode 100644 index 0000000..b2a13cb --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/builtin-modules/package.json @@ -0,0 +1,76 @@ +{ + "_args": [ + [ + "builtin-modules@1.1.1", + "/mnt/data/Sites/r2c.net/user/themes/r2c" + ] + ], + "_development": true, + "_from": "builtin-modules@1.1.1", + "_id": "builtin-modules@1.1.1", + "_inBundle": false, + "_integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=", + "_location": "/builtin-modules", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "builtin-modules@1.1.1", + "name": "builtin-modules", + "escapedName": "builtin-modules", + "rawSpec": "1.1.1", + "saveSpec": null, + "fetchSpec": "1.1.1" + }, + "_requiredBy": [ + "/is-builtin-module" + ], + "_resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz", + "_spec": "1.1.1", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "bugs": { + "url": "https://github.com/sindresorhus/builtin-modules/issues" + }, + "description": "List of the Node.js builtin modules", + "devDependencies": { + "ava": "*", + "xo": "*" + }, + "engines": { + "node": ">=0.10.0" + }, + "files": [ + "index.js", + "static.js", + "builtin-modules.json" + ], + "homepage": "https://github.com/sindresorhus/builtin-modules#readme", + "keywords": [ + "builtin", + "built-in", + "builtins", + "node", + "modules", + "core", + "bundled", + "list", + "array", + "names" + ], + "license": "MIT", + "name": "builtin-modules", + "repository": { + "type": "git", + "url": "git+https://github.com/sindresorhus/builtin-modules.git" + }, + "scripts": { + "make": "node make.js", + "test": "xo && ava" + }, + "version": "1.1.1" +} diff --git a/user/themes/gilles_acezat/node_modules/builtin-modules/readme.md b/user/themes/gilles_acezat/node_modules/builtin-modules/readme.md new file mode 100644 index 0000000..f1894b1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/builtin-modules/readme.md @@ -0,0 +1,41 @@ +# builtin-modules [![Build Status](https://travis-ci.org/sindresorhus/builtin-modules.svg?branch=master)](https://travis-ci.org/sindresorhus/builtin-modules) + +> List of the Node.js builtin modules + +The list is just a [JSON file](builtin-modules.json) and can be used wherever. + + +## Install + +``` +$ npm install --save builtin-modules +``` + + +## Usage + +```js +var builtinModules = require('builtin-modules'); + +console.log(builinModules); +//=> ['assert', 'buffer', ...] +``` + + +## API + +Returns an array of builtin modules fetched from the running Node.js version. + +### Static list + +This module also comes bundled with a static array of builtin modules generated from the latest Node.js version. You can get it with `require('builtin-modules/static');` + + +## Related + +- [is-builtin-module](https://github.com/sindresorhus/is-builtin-module) - Check if a string matches the name of a Node.js builtin module + + +## License + +MIT © [Sindre Sorhus](http://sindresorhus.com) diff --git a/user/themes/gilles_acezat/node_modules/builtin-modules/static.js b/user/themes/gilles_acezat/node_modules/builtin-modules/static.js new file mode 100644 index 0000000..9508f8f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/builtin-modules/static.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('./builtin-modules.json'); diff --git a/user/themes/gilles_acezat/node_modules/cache-base/LICENSE b/user/themes/gilles_acezat/node_modules/cache-base/LICENSE new file mode 100644 index 0000000..943e71d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/cache-base/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2017, Jon Schlinkert. + +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/user/themes/gilles_acezat/node_modules/cache-base/README.md b/user/themes/gilles_acezat/node_modules/cache-base/README.md new file mode 100644 index 0000000..62c6ffe --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/cache-base/README.md @@ -0,0 +1,291 @@ +# cache-base [![NPM version](https://img.shields.io/npm/v/cache-base.svg?style=flat)](https://www.npmjs.com/package/cache-base) [![NPM monthly downloads](https://img.shields.io/npm/dm/cache-base.svg?style=flat)](https://npmjs.org/package/cache-base) [![NPM total downloads](https://img.shields.io/npm/dt/cache-base.svg?style=flat)](https://npmjs.org/package/cache-base) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/cache-base.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/cache-base) + +> Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save cache-base +``` + +## Usage + +```js +var Cache = require('cache-base'); + +// instantiate +var app = new Cache(); + +// set values +app.set('a', 'b'); +app.set('c.d', 'e'); + +// get values +app.get('a'); +//=> 'b' +app.get('c'); +//=> {d: 'e'} + +console.log(app.cache); +//=> {a: 'b'} +``` + +**Inherit** + +```js +var util = require('util'); +var Cache = require('cache-base'); + +function MyApp() { + Cache.call(this); +} +util.inherits(MyApp, Cache); + +var app = new MyApp(); +app.set('a', 'b'); +app.get('a'); +//=> 'b' +``` + +**Namespace** + +Define a custom property for storing values. + +```js +var Cache = require('cache-base').namespace('data'); +var app = new Cache(); +app.set('a', 'b'); +console.log(app.data); +//=> {a: 'b'} +``` + +## API + +### [namespace](index.js#L29) + +Create a `Cache` constructor that when instantiated will store values on the given `prop`. + +**Params** + +* `prop` **{String}**: The property name to use for storing values. +* `returns` **{Function}**: Returns a custom `Cache` constructor + +**Example** + +```js +var Cache = require('cache-base').namespace('data'); +var cache = new Cache(); + +cache.set('foo', 'bar'); +//=> {data: {foo: 'bar'}} +``` + +### [Cache](index.js#L43) + +Create a new `Cache`. Internally the `Cache` constructor is created using the `namespace` function, with `cache` defined as the storage object. + +**Params** + +* `cache` **{Object}**: Optionally pass an object to initialize with. + +**Example** + +```js +var app = new Cache(); +``` + +### [.set](index.js#L84) + +Assign `value` to `key`. Also emits `set` with the key and value. + +**Params** + +* `key` **{String}** +* `value` **{any}** +* `returns` **{Object}**: Returns the instance for chaining. + +**Events** + +* `emits`: `set` with `key` and `value` as arguments. + +**Example** + +```js +app.on('set', function(key, val) { + // do something when `set` is emitted +}); + +app.set(key, value); + +// also takes an object or array +app.set({name: 'Halle'}); +app.set([{foo: 'bar'}, {baz: 'quux'}]); +console.log(app); +//=> {name: 'Halle', foo: 'bar', baz: 'quux'} +``` + +### [.union](index.js#L114) + +Union `array` to `key`. Also emits `set` with the key and value. + +**Params** + +* `key` **{String}** +* `value` **{any}** +* `returns` **{Object}**: Returns the instance for chaining. + +**Example** + +```js +app.union('a.b', ['foo']); +app.union('a.b', ['bar']); +console.log(app.get('a')); +//=> {b: ['foo', 'bar']} +``` + +### [.get](index.js#L144) + +Return the value of `key`. Dot notation may be used to get [nested property values](https://github.com/jonschlinkert/get-value). + +**Params** + +* `key` **{String}**: The name of the property to get. Dot-notation may be used. +* `returns` **{any}**: Returns the value of `key` + +**Events** + +* `emits`: `get` with `key` and `value` as arguments. + +**Example** + +```js +app.set('a.b.c', 'd'); +app.get('a.b'); +//=> {c: 'd'} + +app.get(['a', 'b']); +//=> {c: 'd'} +``` + +### [.has](index.js#L171) + +Return true if app has a stored value for `key`, false only if value is `undefined`. + +**Params** + +* `key` **{String}** +* `returns` **{Boolean}** + +**Events** + +* `emits`: `has` with `key` and true or false as arguments. + +**Example** + +```js +app.set('foo', 'bar'); +app.has('foo'); +//=> true +``` + +### [.del](index.js#L199) + +Delete one or more properties from the instance. + +**Params** + +* `key` **{String|Array}**: Property name or array of property names. +* `returns` **{Object}**: Returns the instance for chaining. + +**Events** + +* `emits`: `del` with the `key` as the only argument. + +**Example** + +```js +app.del(); // delete all +// or +app.del('foo'); +// or +app.del(['foo', 'bar']); +``` + +### [.clear](index.js#L218) + +Reset the entire cache to an empty object. + +**Example** + +```js +app.clear(); +``` + +### [.visit](index.js#L235) + +Visit `method` over the properties in the given object, or map +visit over the object-elements in an array. + +**Params** + +* `method` **{String}**: The name of the `base` method to call. +* `val` **{Object|Array}**: The object or array to iterate over. +* `returns` **{Object}**: Returns the instance for chaining. + +## About + +### Related projects + +* [base-methods](https://www.npmjs.com/package/base-methods): base-methods is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting… [more](https://github.com/jonschlinkert/base-methods) | [homepage](https://github.com/jonschlinkert/base-methods "base-methods is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.") +* [get-value](https://www.npmjs.com/package/get-value): Use property paths (`a.b.c`) to get a nested value from an object. | [homepage](https://github.com/jonschlinkert/get-value "Use property paths (`a.b.c`) to get a nested value from an object.") +* [has-value](https://www.npmjs.com/package/has-value): Returns true if a value exists, false if empty. Works with deeply nested values using… [more](https://github.com/jonschlinkert/has-value) | [homepage](https://github.com/jonschlinkert/has-value "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.") +* [option-cache](https://www.npmjs.com/package/option-cache): Simple API for managing options in JavaScript applications. | [homepage](https://github.com/jonschlinkert/option-cache "Simple API for managing options in JavaScript applications.") +* [set-value](https://www.npmjs.com/package/set-value): Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. | [homepage](https://github.com/jonschlinkert/set-value "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.") +* [unset-value](https://www.npmjs.com/package/unset-value): Delete nested properties from an object using dot notation. | [homepage](https://github.com/jonschlinkert/unset-value "Delete nested properties from an object using dot notation.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 54 | [jonschlinkert](https://github.com/jonschlinkert) | +| 2 | [wtgtybhertgeghgtwtg](https://github.com/wtgtybhertgeghgtwtg) | + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on July 22, 2017._ \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/cache-base/index.js b/user/themes/gilles_acezat/node_modules/cache-base/index.js new file mode 100644 index 0000000..4128024 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/cache-base/index.js @@ -0,0 +1,261 @@ +'use strict'; + +var isObject = require('isobject'); +var Emitter = require('component-emitter'); +var visit = require('collection-visit'); +var toPath = require('to-object-path'); +var union = require('union-value'); +var del = require('unset-value'); +var get = require('get-value'); +var has = require('has-value'); +var set = require('set-value'); + +/** + * Create a `Cache` constructor that when instantiated will + * store values on the given `prop`. + * + * ```js + * var Cache = require('cache-base').namespace('data'); + * var cache = new Cache(); + * + * cache.set('foo', 'bar'); + * //=> {data: {foo: 'bar'}} + * ``` + * @param {String} `prop` The property name to use for storing values. + * @return {Function} Returns a custom `Cache` constructor + * @api public + */ + +function namespace(prop) { + + /** + * Create a new `Cache`. Internally the `Cache` constructor is created using + * the `namespace` function, with `cache` defined as the storage object. + * + * ```js + * var app = new Cache(); + * ``` + * @param {Object} `cache` Optionally pass an object to initialize with. + * @constructor + * @api public + */ + + function Cache(cache) { + if (prop) { + this[prop] = {}; + } + if (cache) { + this.set(cache); + } + } + + /** + * Inherit Emitter + */ + + Emitter(Cache.prototype); + + /** + * Assign `value` to `key`. Also emits `set` with + * the key and value. + * + * ```js + * app.on('set', function(key, val) { + * // do something when `set` is emitted + * }); + * + * app.set(key, value); + * + * // also takes an object or array + * app.set({name: 'Halle'}); + * app.set([{foo: 'bar'}, {baz: 'quux'}]); + * console.log(app); + * //=> {name: 'Halle', foo: 'bar', baz: 'quux'} + * ``` + * + * @name .set + * @emits `set` with `key` and `value` as arguments. + * @param {String} `key` + * @param {any} `value` + * @return {Object} Returns the instance for chaining. + * @api public + */ + + Cache.prototype.set = function(key, val) { + if (Array.isArray(key) && arguments.length === 2) { + key = toPath(key); + } + if (isObject(key) || Array.isArray(key)) { + this.visit('set', key); + } else { + set(prop ? this[prop] : this, key, val); + this.emit('set', key, val); + } + return this; + }; + + /** + * Union `array` to `key`. Also emits `set` with + * the key and value. + * + * ```js + * app.union('a.b', ['foo']); + * app.union('a.b', ['bar']); + * console.log(app.get('a')); + * //=> {b: ['foo', 'bar']} + * ``` + * @name .union + * @param {String} `key` + * @param {any} `value` + * @return {Object} Returns the instance for chaining. + * @api public + */ + + Cache.prototype.union = function(key, val) { + if (Array.isArray(key) && arguments.length === 2) { + key = toPath(key); + } + var ctx = prop ? this[prop] : this; + union(ctx, key, arrayify(val)); + this.emit('union', val); + return this; + }; + + /** + * Return the value of `key`. Dot notation may be used + * to get [nested property values][get-value]. + * + * ```js + * app.set('a.b.c', 'd'); + * app.get('a.b'); + * //=> {c: 'd'} + * + * app.get(['a', 'b']); + * //=> {c: 'd'} + * ``` + * + * @name .get + * @emits `get` with `key` and `value` as arguments. + * @param {String} `key` The name of the property to get. Dot-notation may be used. + * @return {any} Returns the value of `key` + * @api public + */ + + Cache.prototype.get = function(key) { + key = toPath(arguments); + + var ctx = prop ? this[prop] : this; + var val = get(ctx, key); + + this.emit('get', key, val); + return val; + }; + + /** + * Return true if app has a stored value for `key`, + * false only if value is `undefined`. + * + * ```js + * app.set('foo', 'bar'); + * app.has('foo'); + * //=> true + * ``` + * + * @name .has + * @emits `has` with `key` and true or false as arguments. + * @param {String} `key` + * @return {Boolean} + * @api public + */ + + Cache.prototype.has = function(key) { + key = toPath(arguments); + + var ctx = prop ? this[prop] : this; + var val = get(ctx, key); + + var has = typeof val !== 'undefined'; + this.emit('has', key, has); + return has; + }; + + /** + * Delete one or more properties from the instance. + * + * ```js + * app.del(); // delete all + * // or + * app.del('foo'); + * // or + * app.del(['foo', 'bar']); + * ``` + * @name .del + * @emits `del` with the `key` as the only argument. + * @param {String|Array} `key` Property name or array of property names. + * @return {Object} Returns the instance for chaining. + * @api public + */ + + Cache.prototype.del = function(key) { + if (Array.isArray(key)) { + this.visit('del', key); + } else { + del(prop ? this[prop] : this, key); + this.emit('del', key); + } + return this; + }; + + /** + * Reset the entire cache to an empty object. + * + * ```js + * app.clear(); + * ``` + * @api public + */ + + Cache.prototype.clear = function() { + if (prop) { + this[prop] = {}; + } + }; + + /** + * Visit `method` over the properties in the given object, or map + * visit over the object-elements in an array. + * + * @name .visit + * @param {String} `method` The name of the `base` method to call. + * @param {Object|Array} `val` The object or array to iterate over. + * @return {Object} Returns the instance for chaining. + * @api public + */ + + Cache.prototype.visit = function(method, val) { + visit(this, method, val); + return this; + }; + + return Cache; +} + +/** + * Cast val to an array + */ + +function arrayify(val) { + return val ? (Array.isArray(val) ? val : [val]) : []; +} + +/** + * Expose `Cache` + */ + +module.exports = namespace(); + +/** + * Expose `Cache.namespace` + */ + +module.exports.namespace = namespace; diff --git a/user/themes/gilles_acezat/node_modules/cache-base/package.json b/user/themes/gilles_acezat/node_modules/cache-base/package.json new file mode 100644 index 0000000..99ff44c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/cache-base/package.json @@ -0,0 +1,118 @@ +{ + "_from": "cache-base@^1.0.1", + "_id": "cache-base@1.0.1", + "_inBundle": false, + "_integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", + "_location": "/cache-base", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "cache-base@^1.0.1", + "name": "cache-base", + "escapedName": "cache-base", + "rawSpec": "^1.0.1", + "saveSpec": null, + "fetchSpec": "^1.0.1" + }, + "_requiredBy": [ + "/base" + ], + "_resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", + "_shasum": "0a7f46416831c8b662ee36fe4e7c59d76f666ab2", + "_spec": "cache-base@^1.0.1", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c/node_modules/base", + "author": { + "name": "Jon Schlinkert", + "url": "https://github.com/jonschlinkert" + }, + "bugs": { + "url": "https://github.com/jonschlinkert/cache-base/issues" + }, + "bundleDependencies": false, + "contributors": [ + { + "name": "Jon Schlinkert", + "url": "http://twitter.com/jonschlinkert" + }, + { + "url": "https://github.com/wtgtybhertgeghgtwtg" + } + ], + "dependencies": { + "collection-visit": "^1.0.0", + "component-emitter": "^1.2.1", + "get-value": "^2.0.6", + "has-value": "^1.0.0", + "isobject": "^3.0.1", + "set-value": "^2.0.0", + "to-object-path": "^0.3.0", + "union-value": "^1.0.0", + "unset-value": "^1.0.0" + }, + "deprecated": false, + "description": "Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.", + "devDependencies": { + "gulp-format-md": "^1.0.0", + "mocha": "^3.4.2" + }, + "engines": { + "node": ">=0.10.0" + }, + "files": [ + "index.js" + ], + "homepage": "https://github.com/jonschlinkert/cache-base", + "keywords": [ + "base", + "cache", + "config", + "data", + "get", + "has", + "hash", + "hasown", + "object", + "set", + "store" + ], + "license": "MIT", + "main": "index.js", + "name": "cache-base", + "repository": { + "type": "git", + "url": "git+https://github.com/jonschlinkert/cache-base.git" + }, + "scripts": { + "test": "mocha" + }, + "verb": { + "run": true, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "related": { + "highligh": "base", + "list": [ + "base-methods", + "get-value", + "has-value", + "option-cache", + "set-value", + "unset-value" + ] + }, + "reflinks": [ + "verb" + ], + "lint": { + "reflinks": true + } + }, + "version": "1.0.1" +} diff --git a/user/themes/gilles_acezat/node_modules/camelcase-keys/index.js b/user/themes/gilles_acezat/node_modules/camelcase-keys/index.js new file mode 100644 index 0000000..0eca08c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/camelcase-keys/index.js @@ -0,0 +1,12 @@ +'use strict'; +var mapObj = require('map-obj'); +var camelCase = require('camelcase'); + +module.exports = function (input, options) { + options = options || {}; + var exclude = options.exclude || []; + return mapObj(input, function (key, val) { + key = exclude.indexOf(key) === -1 ? camelCase(key) : key; + return [key, val]; + }); +}; diff --git a/user/themes/gilles_acezat/node_modules/camelcase-keys/license b/user/themes/gilles_acezat/node_modules/camelcase-keys/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/camelcase-keys/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.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/user/themes/gilles_acezat/node_modules/camelcase-keys/package.json b/user/themes/gilles_acezat/node_modules/camelcase-keys/package.json new file mode 100644 index 0000000..47f0d9a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/camelcase-keys/package.json @@ -0,0 +1,88 @@ +{ + "_args": [ + [ + "camelcase-keys@2.1.0", + "/mnt/data/Sites/r2c.net/user/themes/r2c" + ] + ], + "_development": true, + "_from": "camelcase-keys@2.1.0", + "_id": "camelcase-keys@2.1.0", + "_inBundle": false, + "_integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", + "_location": "/camelcase-keys", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "camelcase-keys@2.1.0", + "name": "camelcase-keys", + "escapedName": "camelcase-keys", + "rawSpec": "2.1.0", + "saveSpec": null, + "fetchSpec": "2.1.0" + }, + "_requiredBy": [ + "/meow" + ], + "_resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", + "_spec": "2.1.0", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "http://sindresorhus.com" + }, + "bugs": { + "url": "https://github.com/sindresorhus/camelcase-keys/issues" + }, + "dependencies": { + "camelcase": "^2.0.0", + "map-obj": "^1.0.0" + }, + "description": "Convert object keys to camelCase", + "devDependencies": { + "ava": "*", + "xo": "*" + }, + "engines": { + "node": ">=0.10.0" + }, + "files": [ + "index.js" + ], + "homepage": "https://github.com/sindresorhus/camelcase-keys#readme", + "keywords": [ + "map", + "obj", + "object", + "key", + "keys", + "value", + "values", + "val", + "iterate", + "camelcase", + "camel-case", + "camel", + "case", + "dash", + "hyphen", + "dot", + "underscore", + "separator", + "string", + "text", + "convert" + ], + "license": "MIT", + "name": "camelcase-keys", + "repository": { + "type": "git", + "url": "git+https://github.com/sindresorhus/camelcase-keys.git" + }, + "scripts": { + "test": "xo && ava" + }, + "version": "2.1.0" +} diff --git a/user/themes/gilles_acezat/node_modules/camelcase-keys/readme.md b/user/themes/gilles_acezat/node_modules/camelcase-keys/readme.md new file mode 100644 index 0000000..ca37328 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/camelcase-keys/readme.md @@ -0,0 +1,54 @@ +# camelcase-keys [![Build Status](https://travis-ci.org/sindresorhus/camelcase-keys.svg?branch=master)](https://travis-ci.org/sindresorhus/camelcase-keys) + +> Convert object keys to camelCase using [`camelcase`](https://github.com/sindresorhus/camelcase) + + +## Install + +``` +$ npm install --save camelcase-keys +``` + + +## Usage + +```js +const camelcaseKeys = require('camelcase-keys'); + +camelcaseKeys({'foo-bar': true}); +//=> {fooBar: true} + + +const argv = require('minimist')(process.argv.slice(2)); +//=> {_: [], 'foo-bar': true} + +camelcaseKeys(argv); +//=> {_: [], fooBar: true} +``` + + +## API + +### camelcaseKeys(input, [options]) + +#### input + +Type: `object` + +Object to camelCase. + +#### options + +Type: `object` + +##### exclude + +Type: `array` +Default: `[]` + +Exclude keys from being camelCased. + + +## License + +MIT © [Sindre Sorhus](http://sindresorhus.com) diff --git a/user/themes/gilles_acezat/node_modules/camelcase/index.js b/user/themes/gilles_acezat/node_modules/camelcase/index.js new file mode 100644 index 0000000..929facb --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/camelcase/index.js @@ -0,0 +1,56 @@ +'use strict'; + +function preserveCamelCase(str) { + var isLastCharLower = false; + + for (var i = 0; i < str.length; i++) { + var c = str.charAt(i); + + if (isLastCharLower && (/[a-zA-Z]/).test(c) && c.toUpperCase() === c) { + str = str.substr(0, i) + '-' + str.substr(i); + isLastCharLower = false; + i++; + } else { + isLastCharLower = (c.toLowerCase() === c); + } + } + + return str; +} + +module.exports = function () { + var str = [].map.call(arguments, function (str) { + return str.trim(); + }).filter(function (str) { + return str.length; + }).join('-'); + + if (!str.length) { + return ''; + } + + if (str.length === 1) { + return str; + } + + if (!(/[_.\- ]+/).test(str)) { + if (str === str.toUpperCase()) { + return str.toLowerCase(); + } + + if (str[0] !== str[0].toLowerCase()) { + return str[0].toLowerCase() + str.slice(1); + } + + return str; + } + + str = preserveCamelCase(str); + + return str + .replace(/^[_.\- ]+/, '') + .toLowerCase() + .replace(/[_.\- ]+(\w|$)/g, function (m, p1) { + return p1.toUpperCase(); + }); +}; diff --git a/user/themes/gilles_acezat/node_modules/camelcase/license b/user/themes/gilles_acezat/node_modules/camelcase/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/camelcase/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.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/user/themes/gilles_acezat/node_modules/camelcase/package.json b/user/themes/gilles_acezat/node_modules/camelcase/package.json new file mode 100644 index 0000000..54c4bda --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/camelcase/package.json @@ -0,0 +1,75 @@ +{ + "_args": [ + [ + "camelcase@2.1.1", + "/mnt/data/Sites/r2c.net/user/themes/r2c" + ] + ], + "_development": true, + "_from": "camelcase@2.1.1", + "_id": "camelcase@2.1.1", + "_inBundle": false, + "_integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=", + "_location": "/camelcase", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "camelcase@2.1.1", + "name": "camelcase", + "escapedName": "camelcase", + "rawSpec": "2.1.1", + "saveSpec": null, + "fetchSpec": "2.1.1" + }, + "_requiredBy": [ + "/camelcase-keys" + ], + "_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", + "_spec": "2.1.1", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "http://sindresorhus.com" + }, + "bugs": { + "url": "https://github.com/sindresorhus/camelcase/issues" + }, + "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar", + "devDependencies": { + "ava": "*", + "xo": "*" + }, + "engines": { + "node": ">=0.10.0" + }, + "files": [ + "index.js" + ], + "homepage": "https://github.com/sindresorhus/camelcase#readme", + "keywords": [ + "camelcase", + "camel-case", + "camel", + "case", + "dash", + "hyphen", + "dot", + "underscore", + "separator", + "string", + "text", + "convert" + ], + "license": "MIT", + "name": "camelcase", + "repository": { + "type": "git", + "url": "git+https://github.com/sindresorhus/camelcase.git" + }, + "scripts": { + "test": "xo && ava" + }, + "version": "2.1.1" +} diff --git a/user/themes/gilles_acezat/node_modules/camelcase/readme.md b/user/themes/gilles_acezat/node_modules/camelcase/readme.md new file mode 100644 index 0000000..080b2a1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/camelcase/readme.md @@ -0,0 +1,57 @@ +# camelcase [![Build Status](https://travis-ci.org/sindresorhus/camelcase.svg?branch=master)](https://travis-ci.org/sindresorhus/camelcase) + +> Convert a dash/dot/underscore/space separated string to camelCase: `foo-bar` → `fooBar` + + +## Install + +``` +$ npm install --save camelcase +``` + + +## Usage + +```js +const camelCase = require('camelcase'); + +camelCase('foo-bar'); +//=> 'fooBar' + +camelCase('foo_bar'); +//=> 'fooBar' + +camelCase('Foo-Bar'); +//=> 'fooBar' + +camelCase('--foo.bar'); +//=> 'fooBar' + +camelCase('__foo__bar__'); +//=> 'fooBar' + +camelCase('foo bar'); +//=> 'fooBar' + +console.log(process.argv[3]); +//=> '--foo-bar' +camelCase(process.argv[3]); +//=> 'fooBar' + +camelCase('foo', 'bar'); +//=> 'fooBar' + +camelCase('__foo__', '--bar'); +//=> 'fooBar' +``` + + +## Related + +- [decamelize](https://github.com/sindresorhus/decamelize) - The inverse of this module +- [uppercamelcase](https://github.com/SamVerschueren/uppercamelcase) - Like this module, but to PascalCase instead of camelCase + + +## License + +MIT © [Sindre Sorhus](http://sindresorhus.com) diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/CHANGELOG.md b/user/themes/gilles_acezat/node_modules/caniuse-lite/CHANGELOG.md new file mode 100644 index 0000000..dfd96dc --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/CHANGELOG.md @@ -0,0 +1,241 @@ +# 1.x releases + +The contents of this section have been generated automatically; each version +tracks the `caniuse-db` package at the same version. + +- **1.0.30000921** was released on December 14th, 2018 at 05:32. +- **1.0.30000919** was released on December 14th, 2018 at 04:32. +- **1.0.30000918** was released on December 10th, 2018 at 05:32. +- **1.0.30000917** was released on December 10th, 2018 at 01:32. +- **1.0.30000916** was released on December 6th, 2018 at 06:32. +- **1.0.30000915** was released on December 6th, 2018 at 05:32. +- **1.0.30000914** was released on December 4th, 2018 at 06:32. +- **1.0.30000913** was released on December 3rd, 2018 at 07:32. +- **1.0.30000912** was released on November 27th, 2018 at 15:32. +- **1.0.30000911** was released on November 27th, 2018 at 06:32. +- **1.0.30000910** was released on November 21st, 2018 at 06:32. +- **1.0.30000909** was released on November 18th, 2018 at 06:32. +- **1.0.30000908** was released on November 18th, 2018 at 05:32. +- **1.0.30000907** was released on November 8th, 2018 at 07:32. +- **1.0.30000906** was released on November 6th, 2018 at 05:32. +- **1.0.30000905** was released on November 5th, 2018 at 05:32. +- **1.0.30000904** was released on November 3rd, 2018 at 06:32. +- **1.0.30000903** was released on October 31st, 2018 at 05:32. +- **1.0.30000902** was released on October 30th, 2018 at 04:32. +- **1.0.30000901** was released on October 30th, 2018 at 03:32. +- **1.0.30000900** was released on October 29th, 2018 at 01:32. +- **1.0.30000899** was released on October 25th, 2018 at 04:32. +- **1.0.30000898** was released on October 23rd, 2018 at 05:32. +- **1.0.30000893** was released on October 18th, 2018 at 05:32. +- **1.0.30000892** was released on October 15th, 2018 at 06:32. +- **1.0.30000890** was released on October 8th, 2018 at 03:32. +- **1.0.30000889** was released on October 3rd, 2018 at 04:32. +- **1.0.30000888** was released on September 28th, 2018 at 02:32. +- **1.0.30000887** was released on September 23rd, 2018 at 04:32. +- **1.0.30000886** was released on September 21st, 2018 at 06:32. +- **1.0.30000885** was released on September 6th, 2018 at 05:32. +- **1.0.30000884** was released on September 4th, 2018 at 04:32. +- **1.0.30000883** was released on August 30th, 2018 at 04:32. +- **1.0.30000882** was released on August 29th, 2018 at 05:32. +- **1.0.30000880** was released on August 28th, 2018 at 06:32. +- **1.0.30000878** was released on August 21st, 2018 at 06:32. +- **1.0.30000877** was released on August 14th, 2018 at 05:32. +- **1.0.30000876** was released on August 13th, 2018 at 01:32. +- **1.0.30000874** was released on August 3rd, 2018 at 06:47. +- **1.0.30000872** was released on August 2nd, 2018 at 22:47. +- **1.0.30000865** was released on July 10th, 2018 at 05:00. +- **1.0.30000864** was released on July 5th, 2018 at 03:01. +- **1.0.30000862** was released on July 3rd, 2018 at 06:00. +- **1.0.30000861** was released on June 29th, 2018 at 05:00. +- **1.0.30000860** was released on June 28th, 2018 at 06:00. +- **1.0.30000859** was released on June 26th, 2018 at 06:00. +- **1.0.30000858** was released on June 24th, 2018 at 00:01. +- **1.0.30000857** was released on June 23rd, 2018 at 23:00. +- **1.0.30000856** was released on June 15th, 2018 at 06:01. +- **1.0.30000855** was released on June 14th, 2018 at 06:00. +- **1.0.30000854** was released on June 14th, 2018 at 05:00. +- **1.0.30000853** was released on June 13th, 2018 at 07:00. +- **1.0.30000852** was released on June 12th, 2018 at 07:00. +- **1.0.30000851** was released on June 8th, 2018 at 06:00. +- **1.0.30000850** was released on June 7th, 2018 at 07:00. +- **1.0.30000849** was released on June 5th, 2018 at 07:00. +- **1.0.30000848** was released on June 4th, 2018 at 15:01. +- **1.0.30000847** was released on May 31st, 2018 at 07:00. +- **1.0.30000846** was released on May 24th, 2018 at 07:00. +- **1.0.30000845** was released on May 23rd, 2018 at 23:00. +- **1.0.30000844** was released on May 22nd, 2018 at 11:00. +- **1.0.30000845** was released on May 22nd, 2018 at 06:02. +- **1.0.30000844** was released on May 21st, 2018 at 04:00. +- **1.0.30000843** was released on May 18th, 2018 at 07:01. +- **1.0.30000842** was released on May 17th, 2018 at 06:00. +- **1.0.30000841** was released on May 16th, 2018 at 06:00. +- **1.0.30000840** was released on May 14th, 2018 at 06:00. +- **1.0.30000839** was released on May 10th, 2018 at 07:00. +- **1.0.30000838** was released on May 10th, 2018 at 06:01. +- **1.0.30000836** was released on May 8th, 2018 at 05:00. +- **1.0.30000835** was released on May 6th, 2018 at 05:00. +- **1.0.30000834** was released on May 6th, 2018 at 04:00. +- **1.0.30000833** was released on May 2nd, 2018 at 04:01. +- **1.0.30000832** was released on April 28th, 2018 at 04:00. +- **1.0.30000831** was released on April 28th, 2018 at 03:00. +- **1.0.30000830** was released on April 14th, 2018 at 05:00. +- **1.0.30000828** was released on April 12th, 2018 at 06:00. +- **1.0.30000827** was released on April 10th, 2018 at 05:00. +- **1.0.30000826** was released on April 10th, 2018 at 04:00. +- **1.0.30000824** was released on April 6th, 2018 at 05:00. +- **1.0.30000823** was released on April 3rd, 2018 at 06:01. +- **1.0.30000822** was released on April 3rd, 2018 at 05:00. +- **1.0.30000821** was released on March 28th, 2018 at 04:00. +- **1.0.30000820** was released on March 25th, 2018 at 05:01. +- **1.0.30000819** was released on March 22nd, 2018 at 06:01. +- **1.0.30000817** was released on March 21st, 2018 at 06:01. +- **1.0.30000815** was released on March 15th, 2018 at 06:01. +- **1.0.30000814** was released on March 13th, 2018 at 06:01. +- **1.0.30000813** was released on March 6th, 2018 at 07:00. +- **1.0.30000812** was released on March 5th, 2018 at 05:01. +- **1.0.30000811** was released on March 3rd, 2018 at 08:01. +- **1.0.30000810** was released on February 20th, 2018 at 00:00. +- **1.0.30000809** was released on February 18th, 2018 at 02:01. +- **1.0.30000808** was released on February 11th, 2018 at 07:00. +- **1.0.30000807** was released on February 10th, 2018 at 06:00. +- **1.0.30000805** was released on February 9th, 2018 at 05:00. +- **1.0.30000804** was released on February 7th, 2018 at 07:00. +- **1.0.30000803** was released on February 6th, 2018 at 07:00. +- **1.0.30000802** was released on February 5th, 2018 at 23:14. +- **1.0.30000792** was released on January 15th, 2018 at 06:01. +- **1.0.30000791** was released on January 12th, 2018 at 06:01. +- **1.0.30000790** was released on January 11th, 2018 at 08:00. +- **1.0.30000789** was released on January 7th, 2018 at 05:00. +- **1.0.30000788** was released on January 7th, 2018 at 04:00. +- **1.0.30000787** was released on January 3rd, 2018 at 23:00. +- **1.0.30000786** was released on January 3rd, 2018 at 19:00. +- **1.0.30000785** was released on January 3rd, 2018 at 18:01. +- **1.0.30000784** was released on December 20th, 2017 at 05:01. +- **1.0.30000783** was released on December 13th, 2017 at 06:01. +- **1.0.30000782** was released on December 10th, 2017 at 07:01. +- **1.0.30000781** was released on December 10th, 2017 at 06:01. +- **1.0.30000780** was released on December 6th, 2017 at 06:01. +- **1.0.30000779** was released on December 6th, 2017 at 05:01. +- **1.0.30000778** was released on December 4th, 2017 at 07:01. +- **1.0.30000777** was released on December 1st, 2017 at 07:00. +- **1.0.30000776** was released on December 1st, 2017 at 05:01. +- **1.0.30000775** was released on November 29th, 2017 at 06:00. +- **1.0.30000774** was released on November 29th, 2017 at 05:01. +- **1.0.30000772** was released on November 26th, 2017 at 07:01. +- **1.0.30000770** was released on November 23rd, 2017 at 06:01. +- **1.0.30000769** was released on November 21st, 2017 at 06:01. +- **1.0.30000766** was released on November 17th, 2017 at 06:01. +- **1.0.30000765** was released on November 16th, 2017 at 05:00. +- **1.0.30000764** was released on November 14th, 2017 at 07:00. +- **1.0.30000762** was released on November 14th, 2017 at 06:00. +- **1.0.30000760** was released on November 8th, 2017 at 04:00. +- **1.0.30000758** was released on November 3rd, 2017 at 06:01. +- **1.0.30000757** was released on November 2nd, 2017 at 06:00. +- **1.0.30000756** was released on October 30th, 2017 at 06:00. +- **1.0.30000755** was released on October 28th, 2017 at 07:00. +- **1.0.30000753** was released on October 28th, 2017 at 06:00. +- **1.0.30000752** was released on October 27th, 2017 at 05:00. +- **1.0.30000751** was released on October 26th, 2017 at 05:00. +- **1.0.30000750** was released on October 25th, 2017 at 05:00. +- **1.0.30000749** was released on October 22nd, 2017 at 23:00. +- **1.0.30000748** was released on October 19th, 2017 at 06:00. +- **1.0.30000747** was released on October 18th, 2017 at 06:00. +- **1.0.30000746** was released on October 11th, 2017 at 05:00. +- **1.0.30000745** was released on October 9th, 2017 at 03:00. +- **1.0.30000744** was released on October 5th, 2017 at 06:01. +- **1.0.30000743** was released on October 4th, 2017 at 06:00. +- **1.0.30000742** was released on October 4th, 2017 at 05:01. +- **1.0.30000741** was released on October 3rd, 2017 at 04:00. +- **1.0.30000740** was released on September 29th, 2017 at 05:00. +- **1.0.30000739** was released on September 28th, 2017 at 05:00. +- **1.0.30000738** was released on September 25th, 2017 at 07:00. +- **1.0.30000737** was released on September 24th, 2017 at 06:00. +- **1.0.30000736** was released on September 24th, 2017 at 05:00. +- **1.0.30000735** was released on September 22nd, 2017 at 05:00. +- **1.0.30000734** was released on September 22nd, 2017 at 01:00. +- **1.0.30000733** was released on September 18th, 2017 at 05:00. +- **1.0.30000732** was released on September 17th, 2017 at 06:00. +- **1.0.30000731** was released on September 16th, 2017 at 06:00. +- **1.0.30000730** was released on September 15th, 2017 at 06:00. +- **1.0.30000727** was released on September 11th, 2017 at 07:00. +- **1.0.30000726** was released on September 6th, 2017 at 04:00. +- **1.0.30000725** was released on September 5th, 2017 at 06:00. +- **1.0.30000724** was released on September 5th, 2017 at 05:00. +- **1.0.30000723** was released on September 4th, 2017 at 20:00. +- **1.0.30000722** was released on September 4th, 2017 at 05:00. +- **1.0.30000721** was released on August 30th, 2017 at 06:00. +- **1.0.30000720** was released on August 30th, 2017 at 05:00. +- **1.0.30000718** was released on August 25th, 2017 at 07:00. +- **1.0.30000717** was released on August 22nd, 2017 at 04:00. +- **1.0.30000716** was released on August 20th, 2017 at 07:00. +- **1.0.30000715** was released on August 11th, 2017 at 06:00. +- **1.0.30000714** was released on August 11th, 2017 at 05:00. +- **1.0.30000713** was released on August 9th, 2017 at 06:00. +- **1.0.30000712** was released on August 7th, 2017 at 04:00. +- **1.0.30000711** was released on August 7th, 2017 at 01:00. +- **1.0.30000710** was released on August 4th, 2017 at 03:00. +- **1.0.30000709** was released on August 1st, 2017 at 05:00. +- **1.0.30000708** was released on July 27th, 2017 at 07:01. +- **1.0.30000706** was released on July 25th, 2017 at 16:06. +- **1.0.30000704** was released on July 20th, 2017 at 07:01. +- **1.0.30000703** was released on July 19th, 2017 at 06:01. +- **1.0.30000702** was released on July 18th, 2017 at 08:01. +- **1.0.30000701** was released on July 14th, 2017 at 06:01. +- **1.0.30000700** was released on July 12th, 2017 at 07:01. +- **1.0.30000699** was released on July 11th, 2017 at 06:02. +- **1.0.30000698** was released on July 10th, 2017 at 06:01. +- **1.0.30000697** was released on July 5th, 2017 at 06:01. +- **1.0.30000696** was released on June 27th, 2017 at 07:01. +- **1.0.30000695** was released on June 27th, 2017 at 05:01. +- **1.0.30000694** was released on June 24th, 2017 at 05:01. +- **1.0.30000693** was released on June 22nd, 2017 at 04:01. +- **1.0.30000692** was released on June 19th, 2017 at 07:01. +- **1.0.30000690** was released on June 18th, 2017 at 07:01. +- **1.0.30000689** was released on June 18th, 2017 at 06:01. +- **1.0.30000688** was released on June 18th, 2017 at 05:01. +- **1.0.30000687** was released on June 18th, 2017 at 04:01. +- **1.0.30000686** was released on June 15th, 2017 at 07:01. +- **1.0.30000684** was released on June 13th, 2017 at 05:01. +- **1.0.30000683** was released on June 10th, 2017 at 05:01. +- **1.0.30000680** was released on June 8th, 2017 at 08:01. +- **1.0.30000679** was released on June 6th, 2017 at 06:01. +- **1.0.30000677** was released on June 5th, 2017 at 00:01. +- **1.0.30000676** was released on May 30th, 2017 at 06:01. +- **1.0.30000674** was released on May 28th, 2017 at 06:01. +- **1.0.30000673** was released on May 27th, 2017 at 06:01. +- **1.0.30000672** was released on May 26th, 2017 at 06:01. +- **1.0.30000671** was released on May 25th, 2017 at 07:01. +- **1.0.30000670** was released on May 15th, 2017 at 07:01. +- **1.0.30000669** was released on May 14th, 2017 at 06:01. +- **1.0.30000668** was released on May 14th, 2017 at 05:01. +- **1.0.30000667** was released on May 12th, 2017 at 07:01. +- **1.0.30000666** was released on May 8th, 2017 at 06:01. +- **1.0.30000665** was released on May 3rd, 2017 at 08:01. +- **1.0.30000664** was released on April 28th, 2017 at 06:01. +- **1.0.30000663** was released on April 28th, 2017 at 05:01. +- **1.0.30000662** was released on April 26th, 2017 at 07:01. +- **1.0.30000661** was released on April 26th, 2017 at 06:01. +- **1.0.30000660** was released on April 24th, 2017 at 17:01. +- **1.0.30000659** was released on April 24th, 2017 at 00:01. +- **1.0.30000657** was released on April 21st, 2017 at 06:01. +- **1.0.30000656** was released on April 20th, 2017 at 12:16. +- **1.0.30000655** was released on April 17th, 2017 at 17:06. + +# 0.3.0 + +- Add the `title` key to each feature. +- Update `caniuse-db` to `1.0.30000653`. +- Test automated publish script. + +# 0.2.0 + +- Rewrite of the module. Now tries to be less clever with version merging, + instead opting for base62 identifiers for versions, and it is now tested + for accuracy against the original data. +- `null` versions are now preserved to be consistent with caniuse-db. +- All data is now stored as JS objects rather than JSON. +- The browser map is now automatically generated. + +# 0.1.0 + +- Initial release. diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/LICENSE b/user/themes/gilles_acezat/node_modules/caniuse-lite/LICENSE new file mode 100644 index 0000000..06c608d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/LICENSE @@ -0,0 +1,395 @@ +Attribution 4.0 International + +======================================================================= + +Creative Commons Corporation ("Creative Commons") is not a law firm and +does not provide legal services or legal advice. Distribution of +Creative Commons public licenses does not create a lawyer-client or +other relationship. Creative Commons makes its licenses and related +information available on an "as-is" basis. Creative Commons gives no +warranties regarding its licenses, any material licensed under their +terms and conditions, or any related information. Creative Commons +disclaims all liability for damages resulting from their use to the +fullest extent possible. + +Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and +conditions that creators and other rights holders may use to share +original works of authorship and other material subject to copyright +and certain other rights specified in the public license below. The +following considerations are for informational purposes only, are not +exhaustive, and do not form part of our licenses. + + Considerations for licensors: Our public licenses are + intended for use by those authorized to give the public + permission to use material in ways otherwise restricted by + copyright and certain other rights. Our licenses are + irrevocable. Licensors should read and understand the terms + and conditions of the license they choose before applying it. + Licensors should also secure all rights necessary before + applying our licenses so that the public can reuse the + material as expected. Licensors should clearly mark any + material not subject to the license. This includes other CC- + licensed material, or material used under an exception or + limitation to copyright. More considerations for licensors: + wiki.creativecommons.org/Considerations_for_licensors + + Considerations for the public: By using one of our public + licenses, a licensor grants the public permission to use the + licensed material under specified terms and conditions. If + the licensor's permission is not necessary for any reason--for + example, because of any applicable exception or limitation to + copyright--then that use is not regulated by the license. Our + licenses grant only permissions under copyright and certain + other rights that a licensor has authority to grant. Use of + the licensed material may still be restricted for other + reasons, including because others have copyright or other + rights in the material. A licensor may make special requests, + such as asking that all changes be marked or described. + Although not required by our licenses, you are encouraged to + respect those requests where reasonable. More_considerations + for the public: + wiki.creativecommons.org/Considerations_for_licensees + +======================================================================= + +Creative Commons Attribution 4.0 International Public License + +By exercising the Licensed Rights (defined below), You accept and agree +to be bound by the terms and conditions of this Creative Commons +Attribution 4.0 International Public License ("Public License"). To the +extent this Public License may be interpreted as a contract, You are +granted the Licensed Rights in consideration of Your acceptance of +these terms and conditions, and the Licensor grants You such rights in +consideration of benefits the Licensor receives from making the +Licensed Material available under these terms and conditions. + + +Section 1 -- Definitions. + + a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material + and in which the Licensed Material is translated, altered, + arranged, transformed, or otherwise modified in a manner requiring + permission under the Copyright and Similar Rights held by the + Licensor. For purposes of this Public License, where the Licensed + Material is a musical work, performance, or sound recording, + Adapted Material is always produced where the Licensed Material is + synched in timed relation with a moving image. + + b. Adapter's License means the license You apply to Your Copyright + and Similar Rights in Your contributions to Adapted Material in + accordance with the terms and conditions of this Public License. + + c. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) are not Copyright and Similar + Rights. + + d. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. + + e. Exceptions and Limitations means fair use, fair dealing, and/or + any other exception or limitation to Copyright and Similar Rights + that applies to Your use of the Licensed Material. + + f. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. + + g. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. + + h. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + + i. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such + as reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. + + j. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. + + k. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + + +Section 2 -- Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, + the Licensor hereby grants You a worldwide, royalty-free, + non-sublicensable, non-exclusive, irrevocable license to + exercise the Licensed Rights in the Licensed Material to: + + a. reproduce and Share the Licensed Material, in whole or + in part; and + + b. produce, reproduce, and Share Adapted Material. + + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public + License does not apply, and You do not need to comply with + its terms and conditions. + + 3. Term. The term of this Public License is specified in Section + 6(a). + + 4. Media and formats; technical modifications allowed. The + Licensor authorizes You to exercise the Licensed Rights in + all media and formats whether now known or hereafter created, + and to make technical modifications necessary to do so. The + Licensor waives and/or agrees not to assert any right or + authority to forbid You from making technical modifications + necessary to exercise the Licensed Rights, including + technical modifications necessary to circumvent Effective + Technological Measures. For purposes of this Public License, + simply making modifications authorized by this Section 2(a) + (4) never produces Adapted Material. + + 5. Downstream recipients. + + a. Offer from the Licensor -- Licensed Material. Every + recipient of the Licensed Material automatically + receives an offer from the Licensor to exercise the + Licensed Rights under the terms and conditions of this + Public License. + + b. No downstream restrictions. You may not offer or impose + any additional or different terms or conditions on, or + apply any Effective Technological Measures to, the + Licensed Material if doing so restricts exercise of the + Licensed Rights by any recipient of the Licensed + Material. + + 6. No endorsement. Nothing in this Public License constitutes or + may be construed as permission to assert or imply that You + are, or that Your use of the Licensed Material is, connected + with, or sponsored, endorsed, or granted official status by, + the Licensor or others designated to receive attribution as + provided in Section 3(a)(1)(A)(i). + + b. Other rights. + + 1. Moral rights, such as the right of integrity, are not + licensed under this Public License, nor are publicity, + privacy, and/or other similar personality rights; however, to + the extent possible, the Licensor waives and/or agrees not to + assert any such rights held by the Licensor to the limited + extent necessary to allow You to exercise the Licensed + Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this + Public License. + + 3. To the extent possible, the Licensor waives any right to + collect royalties from You for the exercise of the Licensed + Rights, whether directly or through a collecting society + under any voluntary or waivable statutory or compulsory + licensing scheme. In all other cases the Licensor expressly + reserves any right to collect such royalties. + + +Section 3 -- License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the +following conditions. + + a. Attribution. + + 1. If You Share the Licensed Material (including in modified + form), You must: + + a. retain the following if it is supplied by the Licensor + with the Licensed Material: + + i. identification of the creator(s) of the Licensed + Material and any others designated to receive + attribution, in any reasonable manner requested by + the Licensor (including by pseudonym if + designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of + warranties; + + v. a URI or hyperlink to the Licensed Material to the + extent reasonably practicable; + + b. indicate if You modified the Licensed Material and + retain an indication of any previous modifications; and + + c. indicate the Licensed Material is licensed under this + Public License, and include the text of, or the URI or + hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required + information. + + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) to the extent + reasonably practicable. + + 4. If You Share Adapted Material You produce, the Adapter's + License You apply must not prevent recipients of the Adapted + Material from complying with this Public License. + + +Section 4 -- Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that +apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right + to extract, reuse, reproduce, and Share all or a substantial + portion of the contents of the database; + + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material; and + + c. You must comply with the conditions in Section 3(a) if You Share + all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not +replace Your obligations under this Public License where the Licensed +Rights include other Copyright and Similar Rights. + + +Section 5 -- Disclaimer of Warranties and Limitation of Liability. + + a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. + + b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. + + c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + + +Section 6 -- Term and Termination. + + a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under + Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided + it is cured within 30 days of Your discovery of the + violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any + right the Licensor may have to seek remedies for Your violations + of this Public License. + + c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. + + d. Sections 1, 5, 6, 7, and 8 survive termination of this Public + License. + + +Section 7 -- Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + + +Section 8 -- Interpretation. + + a. For the avoidance of doubt, this Public License does not, and + shall not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. + + c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. + + d. Nothing in this Public License constitutes or may be interpreted + as a limitation upon, or waiver of, any privileges and immunities + that apply to the Licensor or You, including from the legal + processes of any jurisdiction or authority. + + +======================================================================= + +Creative Commons is not a party to its public +licenses. Notwithstanding, Creative Commons may elect to apply one of +its public licenses to material it publishes and in those instances +will be considered the “Licensor.” The text of the Creative Commons +public licenses is dedicated to the public domain under the CC0 Public +Domain Dedication. Except for the limited purpose of indicating that +material is shared under a Creative Commons public license or as +otherwise permitted by the Creative Commons policies published at +creativecommons.org/policies, Creative Commons does not authorize the +use of the trademark "Creative Commons" or any other trademark or logo +of Creative Commons without its prior written consent including, +without limitation, in connection with any unauthorized modifications +to any of its public licenses or any other arrangements, +understandings, or agreements concerning use of licensed material. For +the avoidance of doubt, this paragraph does not form part of the +public licenses. + +Creative Commons may be contacted at creativecommons.org. diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/README.md b/user/themes/gilles_acezat/node_modules/caniuse-lite/README.md new file mode 100644 index 0000000..1008f8c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/README.md @@ -0,0 +1,97 @@ +# caniuse-lite + +> A smaller version of caniuse-db, with only the essentials! + +## Why? + +The full data behind [Can I use][1] is incredibly useful for any front end +developer, and on the website all of the details from the database are displayed +to the user. However in automated tools, [many of these fields go unused][2]; +it's not a problem for server side consumption but client side, the less +JavaScript that we send to the end user the better. + +caniuse-lite then, is a smaller dataset that keeps essential parts of the data +in a compact format. It does this in multiple ways, such as converting `null` +array entries into empty strings, representing support data as an integer rather +than a string, and using base62 references instead of longer human-readable +keys. + +This packed data is then reassembled (via functions exposed by this module) into +a larger format which is mostly compatible with caniuse-db, and so it can be +used as an almost drop-in replacement for caniuse-db for contexts where size on +disk is important; for example, usage in web browsers. The API differences are +very small and are detailed in the section below. + + +## API + +```js +import * as lite from 'caniuse-lite'; +``` + +### `lite.agents` + +caniuse-db provides a full `data.json` file which contains all of the features +data. Instead of this large file, caniuse-lite provides this data subset +instead, which has the `browser`, `prefix`, `prefix_exceptions`, `usage_global` +and `versions` keys from the original. + +In addition, the subset contains the `release_date` key with release dates (as timestamps) for each version: +```json +{ + "release_date": { + "6": 998870400, + "7": 1161129600, + "8": 1237420800, + "9": 1300060800, + "10": 1346716800, + "11": 1381968000, + "5.5": 962323200 + } +} +``` + +### `lite.feature(js)` + +The `feature` method takes a file from `data/features` and converts it into +something that more closely represents the `caniuse-db` format. Note that only +the `title`, `stats` and `status` keys are kept from the original data. + +### `lite.features` + +The `features` index is provided as a way to query all of the features that +are listed in the `caniuse-db` dataset. Note that you will need to use the +`feature` method on values from this index to get a human-readable format. + +### `lite.region(js)` + +The `region` method takes a file from `data/regions` and converts it into +something that more closely represents the `caniuse-db` format. Note that *only* +the usage data is exposed here (the `data` key in the original files). + + +## Contributors + +Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)): + + + +| [
Ben Briggs](http://beneb.info)
[💻](https://github.com/ben-eb/caniuse-lite/commits?author=ben-eb "Code") [📖](https://github.com/ben-eb/caniuse-lite/commits?author=ben-eb "Documentation") [👀](#review-ben-eb "Reviewed Pull Requests") [⚠️](https://github.com/ben-eb/caniuse-lite/commits?author=ben-eb "Tests") | [
Andy Jansson](https://github.com/andyjansson)
[💻](https://github.com/ben-eb/caniuse-lite/commits?author=andyjansson "Code") | [
Andrey Sitnik](http://twitter.com/sitnikcode)
[💻](https://github.com/ben-eb/caniuse-lite/commits?author=ai "Code") | [
Igor Deryabin](http://rodweb.ru)
[💻](https://github.com/ben-eb/caniuse-lite/commits?author=rodweb "Code") | +| :---: | :---: | :---: | :---: | + + +This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome! + +Digital Ocean logo + +Big thanks to [DigitalOcean](https://www.digitalocean.com/?utm_source=opensource&utm_campaign=caniuse-lite) for supporting this project by providing their great infrastructure for us. + +## License + +The data in this repo is available for use under a CC BY 4.0 license +(http://creativecommons.org/licenses/by/4.0/). For attribution just mention +somewhere that the source is caniuse.com. If you have any questions about using +the data for your project please contact me here: http://a.deveria.com/contact + +[1]: http://caniuse.com/ +[2]: https://github.com/Fyrd/caniuse/issues/1827 diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/agents.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/agents.js new file mode 100644 index 0000000..6fa7db0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/agents.js @@ -0,0 +1 @@ +module.exports={A:{A:{H:0.0107346,D:0.0107346,G:0.144917,E:0.155651,A:0.0751421,B:2.48506,eB:0.009298},B:"ms",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","eB","H","D","G","E","A","B","","",""],E:"IE",F:{eB:962323200,H:998870400,D:1161129600,G:1237420800,E:1300060800,A:1346716800,B:1381968000}},B:{A:{"1":0.046908,C:0.015636,p:0.02606,J:0.057332,L:0.140724,N:1.75123,I:0},B:"ms",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","C","p","1","J","L","N","I","","",""],E:"Edge",F:{"1":1470096000,C:1438128000,p:1447286400,J:1491868800,L:1508198400,N:1525046400,I:1542067200}},C:{A:{"0":0.041696,"1":0.00453,"2":3.26792,"3":0.005212,"5":0.02606,"6":0.046908,"7":0.177208,"8":0.072968,"9":0.15636,cB:0.005212,EB:0.004417,F:0.015636,K:0.004879,H:0.020136,D:0.005725,G:0.004417,E:0.00533,A:0.004283,B:0.004317,C:0.004471,p:0.004486,J:0.005212,L:0.004417,N:0.004349,I:0.004393,O:0.004443,P:0.004283,Q:0.008652,R:0.004393,S:0.005212,T:0.008786,U:0.004326,V:0.004317,W:0.004393,X:0.004418,Y:0.008834,Z:0.005212,a:0.010424,b:0.004471,d:0.005212,e:0.015636,f:0.004417,g:0.004783,h:0.041696,i:0.004783,j:0.005212,k:0.005212,l:0.005212,m:0.020848,n:0.010424,o:0.020848,M:0.004783,q:0.057332,r:0.083392,s:0.015636,t:0.015636,u:0.015636,v:0.244964,w:0.015636,x:0.02606,y:0.015636,z:0.05212,BB:0.088604,CB:0,aB:0.008786,UB:0.015636},B:"moz",C:["","","","cB","EB","aB","UB","F","K","H","D","G","E","A","B","C","p","1","J","L","N","I","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","3","d","e","f","g","h","i","j","k","l","m","n","o","M","q","r","s","t","u","v","w","x","y","z","0","5","6","7","8","9","2","BB","CB",""],E:"Firefox",F:{"0":1510617600,"1":1338854400,"2":1540252800,"3":1413244800,"5":1516665600,"6":1520985600,"7":1525824000,"8":1529971200,"9":1536105600,cB:1161648000,EB:1213660800,aB:1246320000,UB:1264032000,F:1300752000,K:1308614400,H:1313452800,D:1317081600,G:1317081600,E:1320710400,A:1324339200,B:1327968000,C:1331596800,p:1335225600,J:1342483200,L:1346112000,N:1349740800,I:1353628800,O:1357603200,P:1361232000,Q:1364860800,R:1368489600,S:1372118400,T:1375747200,U:1379376000,V:1386633600,W:1391472000,X:1395100800,Y:1398729600,Z:1402358400,a:1405987200,b:1409616000,d:1417392000,e:1421107200,f:1424736000,g:1428278400,h:1431475200,i:1435881600,j:1439251200,k:1442880000,l:1446508800,m:1450137600,n:1453852800,o:1457395200,M:1461628800,q:1465257600,r:1470096000,s:1474329600,t:1479168000,u:1485216000,v:1488844800,w:1492560000,x:1497312000,y:1502150400,z:1506556800,BB:null,CB:null}},D:{A:{"0":0.083392,"1":0.004706,"2":0.3909,"3":0.015636,"5":0.151148,"6":0.041696,"7":0.05212,"8":0.125088,"9":0.088604,F:0.004706,K:0.004879,H:0.004879,D:0.005591,G:0.005591,E:0.005591,A:0.004534,B:0.010424,C:0.010424,p:0.004879,J:0.015636,L:0.004393,N:0.004393,I:0.008652,O:0.004418,P:0.004393,Q:0.004317,R:0.020848,S:0.008786,T:0.015636,U:0.005212,V:0.010424,W:0.004326,X:0.004783,Y:0.177208,Z:0.010424,a:0.020848,b:0.005212,d:0.015636,e:0.015636,f:0.005212,g:0.015636,h:0.036484,i:0.010424,j:0.031272,k:0.010424,l:0.005212,m:0.036484,n:0.010424,o:0.010424,M:0.010424,q:0.020848,r:0.041696,s:0.59938,t:0.020848,u:0.02606,v:0.015636,w:0.020848,x:0.046908,y:0.067756,z:0.072968,BB:0.114664,CB:0.187632,OB:0.135512,GB:0.333568,fB:0.354416,JB:1.33427,HB:25.3929,KB:0.072968,LB:0.041696,MB:0},B:"webkit",C:["F","K","H","D","G","E","A","B","C","p","1","J","L","N","I","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","3","d","e","f","g","h","i","j","k","l","m","n","o","M","q","r","s","t","u","v","w","x","y","z","0","5","6","7","8","9","2","BB","CB","OB","GB","fB","JB","HB","KB","LB","MB"],E:"Chrome",F:{"0":1489017600,"1":1316131200,"2":1512518400,"3":1392940800,"5":1492560000,"6":1496707200,"7":1500940800,"8":1504569600,"9":1508198400,F:1264377600,K:1274745600,H:1283385600,D:1287619200,G:1291248000,E:1296777600,A:1299542400,B:1303862400,C:1307404800,p:1312243200,J:1316131200,L:1319500800,N:1323734400,I:1328659200,O:1332892800,P:1337040000,Q:1340668800,R:1343692800,S:1348531200,T:1352246400,U:1357862400,V:1361404800,W:1364428800,X:1369094400,Y:1374105600,Z:1376956800,a:1384214400,b:1389657600,d:1397001600,e:1400544000,f:1405468800,g:1409011200,h:1412640000,i:1416268800,j:1421798400,k:1425513600,l:1429401600,m:1432080000,n:1437523200,o:1441152000,M:1444780800,q:1449014400,r:1453248000,s:1456963200,t:1460592000,u:1464134400,v:1469059200,w:1472601600,x:1476230400,y:1480550400,z:1485302400,BB:1516752000,CB:1520294400,OB:1523923200,GB:1527552000,fB:1532390400,JB:1536019200,HB:1539648000,KB:null,LB:null,MB:null}},E:{A:{F:0,K:0.010424,H:0.004349,D:0.005212,G:0.031272,E:0.02606,A:0.046908,B:0.1303,C:1.57402,NB:0,FB:0.008692,PB:0.020848,QB:0.010424,RB:0.004283,SB:0.088604,TB:0.20848,c:0.453444,VB:0},B:"webkit",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","NB","FB","F","K","PB","H","QB","D","RB","G","E","SB","A","TB","B","c","C","VB","",""],E:"Safari",F:{NB:1205798400,FB:1226534400,F:1244419200,K:1275868800,PB:1311120000,H:1343174400,QB:1382400000,D:1382400000,RB:1410998400,G:1413417600,E:1443657600,SB:1458518400,A:1474329600,TB:1490572800,B:1505779200,c:1522281600,C:1537142400,VB:null}},F:{A:{"0":0,"3":0.005014,E:0.0082,B:0.016581,C:0.004317,J:0.00685,L:0.00685,N:0.00685,I:0.005014,O:0.006015,P:0.004879,Q:0.006597,R:0.006597,S:0.013434,T:0.006702,U:0.006015,V:0.005595,W:0.004393,X:0.008652,Y:0.004879,Z:0.004879,a:0.005212,b:0.005152,d:0.009758,e:0.004879,f:0.02606,g:0.004283,h:0.004367,i:0.004534,j:0.004367,k:0.004227,l:0.004418,m:0.010424,n:0.004227,o:0.004471,M:0.004417,q:0.008942,r:0.004369,s:0.005212,t:0.004369,u:0.004317,v:0.004326,w:0.004783,x:0.014349,y:0.010424,z:0.922524,WB:0.00685,XB:0,YB:0.008392,ZB:0.004706,c:0.006229,DB:0.004879,bB:0.008786,AB:0.020848},B:"webkit",C:["","","","","","","","","","","","","","E","WB","XB","YB","ZB","B","c","DB","bB","C","AB","J","L","N","I","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","3","d","e","f","g","h","i","j","k","l","m","n","o","M","q","r","s","t","u","v","w","x","y","z","0","","",""],E:"Opera",F:{"0":1543363200,"3":1445904000,E:1150761600,WB:1223424000,XB:1251763200,YB:1267488000,ZB:1277942400,B:1292457600,c:1302566400,DB:1309219200,bB:1323129600,C:1323129600,AB:1352073600,J:1372723200,L:1377561600,N:1381104000,I:1386288000,O:1390867200,P:1393891200,Q:1399334400,R:1401753600,S:1405987200,T:1409616000,U:1413331200,V:1417132800,W:1422316800,X:1425945600,Y:1430179200,Z:1433808000,a:1438646400,b:1442448000,d:1449100800,e:1454371200,f:1457308800,g:1462320000,h:1465344000,i:1470096000,j:1474329600,k:1477267200,l:1481587200,m:1486425600,n:1490054400,o:1494374400,M:1498003200,q:1502236800,r:1506470400,s:1510099200,t:1515024000,u:1517961600,v:1521676800,w:1525910400,x:1530144000,y:1534982400,z:1537833600},D:{E:"o",B:"o",C:"o",WB:"o",XB:"o",YB:"o",ZB:"o",c:"o",DB:"o",bB:"o",AB:"o"}},G:{A:{"4":0.00107662,G:0.174412,FB:0.00107662,dB:0,IB:0.0129194,gB:0.0064597,hB:0.0247622,iB:0.0602906,jB:0.0344518,kB:0.248699,lB:0.291763,mB:0.376816,nB:0.680422,oB:1.81087,pB:7.03462},B:"webkit",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","FB","dB","4","IB","gB","hB","G","iB","jB","kB","lB","mB","nB","oB","pB","","",""],E:"iOS Safari",F:{"4":1299628800,FB:1270252800,dB:1283904000,IB:1331078400,gB:1359331200,hB:1394409600,G:1410912000,iB:1413763200,jB:1442361600,kB:1458518400,lB:1473724800,mB:1490572800,nB:1505779200,oB:1522281600,pB:1537142400}},H:{A:{qB:2.0489},B:"o",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","qB","","",""],E:"Opera Mini",F:{qB:1426464000}},I:{A:{"4":0.21192,EB:0.000894176,F:0.111772,GB:0,rB:0,sB:0.000894176,tB:0.0250369,uB:0.0438146,vB:0,wB:0.429204},B:"webkit",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","rB","sB","tB","EB","F","uB","4","vB","wB","GB","","",""],E:"Android Browser",F:{"4":1374624000,rB:1256515200,sB:1274313600,tB:1291593600,EB:1298332800,F:1318896000,uB:1341792000,vB:1386547200,wB:1401667200,GB:1494115200}},J:{A:{D:0.004788,A:0.019152},B:"webkit",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","D","A","","",""],E:"Blackberry Browser",F:{D:1325376000,A:1359504000}},K:{A:{A:0,B:0,C:0,M:0.0111391,c:0,DB:0,AB:0},B:"o",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A","B","c","DB","C","AB","M","","",""],E:"Opera Mobile",F:{A:1287100800,B:1300752000,c:1314835200,DB:1318291200,C:1330300800,AB:1349740800,M:1474588800},D:{M:"webkit"}},L:{A:{HB:32.6429},B:"webkit",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","HB","","",""],E:"Chrome for Android",F:{HB:1539734400}},M:{A:{"2":0.177156},B:"moz",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","2","","",""],E:"Firefox for Android",F:{"2":1540252800}},N:{A:{A:0.0115934,B:0.134064},B:"ms",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A","B","","",""],E:"IE Mobile",F:{A:1340150400,B:1353456000}},O:{A:{xB:4.25174},B:"webkit",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","xB","","",""],E:"UC Browser for Android",F:{xB:1471392000},D:{xB:"webkit"}},P:{A:{F:0.730358,K:0.0846792,yB:0.116434,zB:0},B:"webkit",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","F","K","yB","zB","","",""],E:"Samsung Internet",F:{F:1461024000,K:1481846400,yB:1509408000,zB:1528329600}},Q:{A:{"0B":0},B:"webkit",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","0B","","",""],E:"QQ Browser",F:{"0B":1483228800}},R:{A:{"1B":0},B:"webkit",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","1B","","",""],E:"Baidu Browser",F:{"1B":1491004800}}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/browserVersions.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/browserVersions.js new file mode 100644 index 0000000..3374553 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/browserVersions.js @@ -0,0 +1 @@ +module.exports={"0":"57","1":"14","2":"63","3":"33","4":"4.2-4.3","5":"58","6":"59","7":"60","8":"61","9":"62",A:"10",B:"11",C:"12",D:"7",E:"9",F:"4",G:"8",H:"6",I:"18",J:"15",K:"5",L:"16",M:"46",N:"17",O:"19",P:"20",Q:"21",R:"22",S:"23",T:"24",U:"25",V:"26",W:"27",X:"28",Y:"29",Z:"30",a:"31",b:"32",c:"11.1",d:"34",e:"35",f:"36",g:"37",h:"38",i:"39",j:"40",k:"41",l:"42",m:"43",n:"44",o:"45",p:"13",q:"47",r:"48",s:"49",t:"50",u:"51",v:"52",w:"53",x:"54",y:"55",z:"56",AB:"12.1",BB:"64",CB:"65",DB:"11.5",EB:"3",FB:"3.2",GB:"67",HB:"70",IB:"5.0-5.1",JB:"69",KB:"71",LB:"72",MB:"73",NB:"3.1",OB:"66",PB:"5.1",QB:"6.1",RB:"7.1",SB:"9.1",TB:"10.1",UB:"3.6",VB:"TP",WB:"9.5-9.6",XB:"10.0-10.1",YB:"10.5",ZB:"10.6",aB:"3.5",bB:"11.6",cB:"2",dB:"4.0-4.1",eB:"5.5",fB:"68",gB:"6.0-6.1",hB:"7.0-7.1",iB:"8.1-8.4",jB:"9.0-9.2",kB:"9.3",lB:"10.0-10.2",mB:"10.3",nB:"11.0-11.2",oB:"11.3-11.4",pB:"12-12.1",qB:"all",rB:"2.1",sB:"2.2",tB:"2.3",uB:"4.1",vB:"4.4",wB:"4.4.3-4.4.4",xB:"11.8",yB:"6.2",zB:"7.2","0B":"1.2","1B":"7.12"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/browsers.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/browsers.js new file mode 100644 index 0000000..cd9145c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/browsers.js @@ -0,0 +1 @@ +module.exports={A:"ie",B:"edge",C:"firefox",D:"chrome",E:"safari",F:"opera",G:"ios_saf",H:"op_mini",I:"android",J:"bb",K:"op_mob",L:"and_chr",M:"and_ff",N:"ie_mob",O:"and_uc",P:"samsung",Q:"and_qq",R:"baidu"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features.js new file mode 100644 index 0000000..a0903eb --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features.js @@ -0,0 +1 @@ +module.exports={"aac":require("./features/aac"),"abortcontroller":require("./features/abortcontroller"),"ac3-ec3":require("./features/ac3-ec3"),"accelerometer":require("./features/accelerometer"),"addeventlistener":require("./features/addeventlistener"),"alternate-stylesheet":require("./features/alternate-stylesheet"),"ambient-light":require("./features/ambient-light"),"apng":require("./features/apng"),"array-find-index":require("./features/array-find-index"),"array-find":require("./features/array-find"),"array-includes":require("./features/array-includes"),"arrow-functions":require("./features/arrow-functions"),"asmjs":require("./features/asmjs"),"async-clipboard":require("./features/async-clipboard"),"async-functions":require("./features/async-functions"),"async-iterations-and-generators":require("./features/async-iterations-and-generators"),"atob-btoa":require("./features/atob-btoa"),"audio-api":require("./features/audio-api"),"audio":require("./features/audio"),"audiotracks":require("./features/audiotracks"),"autofocus":require("./features/autofocus"),"auxclick":require("./features/auxclick"),"av1":require("./features/av1"),"background-attachment":require("./features/background-attachment"),"background-clip-text":require("./features/background-clip-text"),"background-img-opts":require("./features/background-img-opts"),"background-position-x-y":require("./features/background-position-x-y"),"background-repeat-round-space":require("./features/background-repeat-round-space"),"background-sync":require("./features/background-sync"),"battery-status":require("./features/battery-status"),"beacon":require("./features/beacon"),"beforeafterprint":require("./features/beforeafterprint"),"bigint":require("./features/bigint"),"blobbuilder":require("./features/blobbuilder"),"bloburls":require("./features/bloburls"),"border-image":require("./features/border-image"),"border-radius":require("./features/border-radius"),"broadcastchannel":require("./features/broadcastchannel"),"brotli":require("./features/brotli"),"calc":require("./features/calc"),"canvas-blending":require("./features/canvas-blending"),"canvas-text":require("./features/canvas-text"),"canvas":require("./features/canvas"),"ch-unit":require("./features/ch-unit"),"chacha20-poly1305":require("./features/chacha20-poly1305"),"channel-messaging":require("./features/channel-messaging"),"childnode-remove":require("./features/childnode-remove"),"classlist":require("./features/classlist"),"client-hints-dpr-width-viewport":require("./features/client-hints-dpr-width-viewport"),"clipboard":require("./features/clipboard"),"comparedocumentposition":require("./features/comparedocumentposition"),"console-basic":require("./features/console-basic"),"console-time":require("./features/console-time"),"const":require("./features/const"),"constraint-validation":require("./features/constraint-validation"),"contenteditable":require("./features/contenteditable"),"contentsecuritypolicy":require("./features/contentsecuritypolicy"),"contentsecuritypolicy2":require("./features/contentsecuritypolicy2"),"cors":require("./features/cors"),"createimagebitmap":require("./features/createimagebitmap"),"credential-management":require("./features/credential-management"),"cryptography":require("./features/cryptography"),"css-all":require("./features/css-all"),"css-animation":require("./features/css-animation"),"css-any-link":require("./features/css-any-link"),"css-appearance":require("./features/css-appearance"),"css-apply-rule":require("./features/css-apply-rule"),"css-at-counter-style":require("./features/css-at-counter-style"),"css-backdrop-filter":require("./features/css-backdrop-filter"),"css-background-offsets":require("./features/css-background-offsets"),"css-backgroundblendmode":require("./features/css-backgroundblendmode"),"css-boxdecorationbreak":require("./features/css-boxdecorationbreak"),"css-boxshadow":require("./features/css-boxshadow"),"css-canvas":require("./features/css-canvas"),"css-caret-color":require("./features/css-caret-color"),"css-case-insensitive":require("./features/css-case-insensitive"),"css-clip-path":require("./features/css-clip-path"),"css-color-adjust":require("./features/css-color-adjust"),"css-conic-gradients":require("./features/css-conic-gradients"),"css-containment":require("./features/css-containment"),"css-counters":require("./features/css-counters"),"css-crisp-edges":require("./features/css-crisp-edges"),"css-cross-fade":require("./features/css-cross-fade"),"css-default-pseudo":require("./features/css-default-pseudo"),"css-descendant-gtgt":require("./features/css-descendant-gtgt"),"css-deviceadaptation":require("./features/css-deviceadaptation"),"css-dir-pseudo":require("./features/css-dir-pseudo"),"css-display-contents":require("./features/css-display-contents"),"css-element-function":require("./features/css-element-function"),"css-env-function":require("./features/css-env-function"),"css-exclusions":require("./features/css-exclusions"),"css-featurequeries":require("./features/css-featurequeries"),"css-filter-function":require("./features/css-filter-function"),"css-filters":require("./features/css-filters"),"css-first-letter":require("./features/css-first-letter"),"css-first-line":require("./features/css-first-line"),"css-fixed":require("./features/css-fixed"),"css-focus-visible":require("./features/css-focus-visible"),"css-focus-within":require("./features/css-focus-within"),"css-font-rendering-controls":require("./features/css-font-rendering-controls"),"css-font-stretch":require("./features/css-font-stretch"),"css-gencontent":require("./features/css-gencontent"),"css-gradients":require("./features/css-gradients"),"css-grid":require("./features/css-grid"),"css-hanging-punctuation":require("./features/css-hanging-punctuation"),"css-has":require("./features/css-has"),"css-hyphenate":require("./features/css-hyphenate"),"css-hyphens":require("./features/css-hyphens"),"css-image-orientation":require("./features/css-image-orientation"),"css-image-set":require("./features/css-image-set"),"css-in-out-of-range":require("./features/css-in-out-of-range"),"css-indeterminate-pseudo":require("./features/css-indeterminate-pseudo"),"css-initial-letter":require("./features/css-initial-letter"),"css-initial-value":require("./features/css-initial-value"),"css-letter-spacing":require("./features/css-letter-spacing"),"css-line-clamp":require("./features/css-line-clamp"),"css-logical-props":require("./features/css-logical-props"),"css-marker-pseudo":require("./features/css-marker-pseudo"),"css-masks":require("./features/css-masks"),"css-matches-pseudo":require("./features/css-matches-pseudo"),"css-math-functions":require("./features/css-math-functions"),"css-media-interaction":require("./features/css-media-interaction"),"css-media-resolution":require("./features/css-media-resolution"),"css-media-scripting":require("./features/css-media-scripting"),"css-mediaqueries":require("./features/css-mediaqueries"),"css-mixblendmode":require("./features/css-mixblendmode"),"css-motion-paths":require("./features/css-motion-paths"),"css-namespaces":require("./features/css-namespaces"),"css-not-sel-list":require("./features/css-not-sel-list"),"css-nth-child-of":require("./features/css-nth-child-of"),"css-opacity":require("./features/css-opacity"),"css-optional-pseudo":require("./features/css-optional-pseudo"),"css-overflow-anchor":require("./features/css-overflow-anchor"),"css-overflow":require("./features/css-overflow"),"css-overscroll-behavior":require("./features/css-overscroll-behavior"),"css-page-break":require("./features/css-page-break"),"css-paged-media":require("./features/css-paged-media"),"css-paint-api":require("./features/css-paint-api"),"css-placeholder-shown":require("./features/css-placeholder-shown"),"css-placeholder":require("./features/css-placeholder"),"css-read-only-write":require("./features/css-read-only-write"),"css-rebeccapurple":require("./features/css-rebeccapurple"),"css-reflections":require("./features/css-reflections"),"css-regions":require("./features/css-regions"),"css-repeating-gradients":require("./features/css-repeating-gradients"),"css-resize":require("./features/css-resize"),"css-revert-value":require("./features/css-revert-value"),"css-rrggbbaa":require("./features/css-rrggbbaa"),"css-scroll-behavior":require("./features/css-scroll-behavior"),"css-scrollbar":require("./features/css-scrollbar"),"css-sel2":require("./features/css-sel2"),"css-sel3":require("./features/css-sel3"),"css-selection":require("./features/css-selection"),"css-shapes":require("./features/css-shapes"),"css-snappoints":require("./features/css-snappoints"),"css-sticky":require("./features/css-sticky"),"css-supports-api":require("./features/css-supports-api"),"css-table":require("./features/css-table"),"css-text-align-last":require("./features/css-text-align-last"),"css-text-indent":require("./features/css-text-indent"),"css-text-justify":require("./features/css-text-justify"),"css-text-orientation":require("./features/css-text-orientation"),"css-text-spacing":require("./features/css-text-spacing"),"css-textshadow":require("./features/css-textshadow"),"css-touch-action-2":require("./features/css-touch-action-2"),"css-touch-action":require("./features/css-touch-action"),"css-transitions":require("./features/css-transitions"),"css-unicode-bidi":require("./features/css-unicode-bidi"),"css-unset-value":require("./features/css-unset-value"),"css-variables":require("./features/css-variables"),"css-widows-orphans":require("./features/css-widows-orphans"),"css-writing-mode":require("./features/css-writing-mode"),"css-zoom":require("./features/css-zoom"),"css3-attr":require("./features/css3-attr"),"css3-boxsizing":require("./features/css3-boxsizing"),"css3-colors":require("./features/css3-colors"),"css3-cursors-grab":require("./features/css3-cursors-grab"),"css3-cursors-newer":require("./features/css3-cursors-newer"),"css3-cursors":require("./features/css3-cursors"),"css3-tabsize":require("./features/css3-tabsize"),"currentcolor":require("./features/currentcolor"),"custom-elements":require("./features/custom-elements"),"custom-elementsv1":require("./features/custom-elementsv1"),"customevent":require("./features/customevent"),"datalist":require("./features/datalist"),"dataset":require("./features/dataset"),"datauri":require("./features/datauri"),"details":require("./features/details"),"deviceorientation":require("./features/deviceorientation"),"devicepixelratio":require("./features/devicepixelratio"),"dialog":require("./features/dialog"),"dispatchevent":require("./features/dispatchevent"),"do-not-track":require("./features/do-not-track"),"document-currentscript":require("./features/document-currentscript"),"document-evaluate-xpath":require("./features/document-evaluate-xpath"),"document-execcommand":require("./features/document-execcommand"),"document-scrollingelement":require("./features/document-scrollingelement"),"documenthead":require("./features/documenthead"),"dom-manip-convenience":require("./features/dom-manip-convenience"),"dom-range":require("./features/dom-range"),"domcontentloaded":require("./features/domcontentloaded"),"domfocusin-domfocusout-events":require("./features/domfocusin-domfocusout-events"),"dommatrix":require("./features/dommatrix"),"download":require("./features/download"),"dragndrop":require("./features/dragndrop"),"element-closest":require("./features/element-closest"),"element-from-point":require("./features/element-from-point"),"eme":require("./features/eme"),"eot":require("./features/eot"),"es5":require("./features/es5"),"es6-class":require("./features/es6-class"),"es6-generators":require("./features/es6-generators"),"es6-module-dynamic-import":require("./features/es6-module-dynamic-import"),"es6-module":require("./features/es6-module"),"es6-number":require("./features/es6-number"),"es6-string-includes":require("./features/es6-string-includes"),"eventsource":require("./features/eventsource"),"feature-policy":require("./features/feature-policy"),"fetch":require("./features/fetch"),"fieldset-disabled":require("./features/fieldset-disabled"),"fileapi":require("./features/fileapi"),"filereader":require("./features/filereader"),"filereadersync":require("./features/filereadersync"),"filesystem":require("./features/filesystem"),"flac":require("./features/flac"),"flexbox":require("./features/flexbox"),"flow-root":require("./features/flow-root"),"focusin-focusout-events":require("./features/focusin-focusout-events"),"focusoptions-preventscroll":require("./features/focusoptions-preventscroll"),"font-family-system-ui":require("./features/font-family-system-ui"),"font-feature":require("./features/font-feature"),"font-kerning":require("./features/font-kerning"),"font-loading":require("./features/font-loading"),"font-size-adjust":require("./features/font-size-adjust"),"font-smooth":require("./features/font-smooth"),"font-unicode-range":require("./features/font-unicode-range"),"font-variant-alternates":require("./features/font-variant-alternates"),"font-variant-east-asian":require("./features/font-variant-east-asian"),"fontface":require("./features/fontface"),"form-attribute":require("./features/form-attribute"),"form-submit-attributes":require("./features/form-submit-attributes"),"form-validation":require("./features/form-validation"),"forms":require("./features/forms"),"fullscreen":require("./features/fullscreen"),"gamepad":require("./features/gamepad"),"geolocation":require("./features/geolocation"),"getboundingclientrect":require("./features/getboundingclientrect"),"getcomputedstyle":require("./features/getcomputedstyle"),"getelementsbyclassname":require("./features/getelementsbyclassname"),"getrandomvalues":require("./features/getrandomvalues"),"gyroscope":require("./features/gyroscope"),"hardwareconcurrency":require("./features/hardwareconcurrency"),"hashchange":require("./features/hashchange"),"heif":require("./features/heif"),"hevc":require("./features/hevc"),"hidden":require("./features/hidden"),"high-resolution-time":require("./features/high-resolution-time"),"history":require("./features/history"),"html-media-capture":require("./features/html-media-capture"),"html5semantic":require("./features/html5semantic"),"http-live-streaming":require("./features/http-live-streaming"),"http2":require("./features/http2"),"iframe-sandbox":require("./features/iframe-sandbox"),"iframe-seamless":require("./features/iframe-seamless"),"iframe-srcdoc":require("./features/iframe-srcdoc"),"imagecapture":require("./features/imagecapture"),"ime":require("./features/ime"),"img-naturalwidth-naturalheight":require("./features/img-naturalwidth-naturalheight"),"imports":require("./features/imports"),"indeterminate-checkbox":require("./features/indeterminate-checkbox"),"indexeddb":require("./features/indexeddb"),"indexeddb2":require("./features/indexeddb2"),"inline-block":require("./features/inline-block"),"innertext":require("./features/innertext"),"input-autocomplete-onoff":require("./features/input-autocomplete-onoff"),"input-color":require("./features/input-color"),"input-datetime":require("./features/input-datetime"),"input-email-tel-url":require("./features/input-email-tel-url"),"input-event":require("./features/input-event"),"input-file-accept":require("./features/input-file-accept"),"input-file-directory":require("./features/input-file-directory"),"input-file-multiple":require("./features/input-file-multiple"),"input-inputmode":require("./features/input-inputmode"),"input-minlength":require("./features/input-minlength"),"input-number":require("./features/input-number"),"input-pattern":require("./features/input-pattern"),"input-placeholder":require("./features/input-placeholder"),"input-range":require("./features/input-range"),"input-search":require("./features/input-search"),"input-selection":require("./features/input-selection"),"insert-adjacent":require("./features/insert-adjacent"),"insertadjacenthtml":require("./features/insertadjacenthtml"),"internationalization-plural-rul":require("./features/internationalization-plural-rul"),"internationalization":require("./features/internationalization"),"intersectionobserver":require("./features/intersectionobserver"),"intrinsic-width":require("./features/intrinsic-width"),"jpeg2000":require("./features/jpeg2000"),"jpegxr":require("./features/jpegxr"),"json":require("./features/json"),"justify-content-space-evenly":require("./features/justify-content-space-evenly"),"kerning-pairs-ligatures":require("./features/kerning-pairs-ligatures"),"keyboardevent-charcode":require("./features/keyboardevent-charcode"),"keyboardevent-code":require("./features/keyboardevent-code"),"keyboardevent-getmodifierstate":require("./features/keyboardevent-getmodifierstate"),"keyboardevent-key":require("./features/keyboardevent-key"),"keyboardevent-location":require("./features/keyboardevent-location"),"keyboardevent-which":require("./features/keyboardevent-which"),"lazyload":require("./features/lazyload"),"let":require("./features/let"),"link-icon-png":require("./features/link-icon-png"),"link-icon-svg":require("./features/link-icon-svg"),"link-rel-dns-prefetch":require("./features/link-rel-dns-prefetch"),"link-rel-preconnect":require("./features/link-rel-preconnect"),"link-rel-prefetch":require("./features/link-rel-prefetch"),"link-rel-preload":require("./features/link-rel-preload"),"link-rel-prerender":require("./features/link-rel-prerender"),"localecompare":require("./features/localecompare"),"magnetometer":require("./features/magnetometer"),"matchesselector":require("./features/matchesselector"),"matchmedia":require("./features/matchmedia"),"mathml":require("./features/mathml"),"maxlength":require("./features/maxlength"),"media-attribute":require("./features/media-attribute"),"media-fragments":require("./features/media-fragments"),"media-session-api":require("./features/media-session-api"),"mediacapture-fromelement":require("./features/mediacapture-fromelement"),"mediarecorder":require("./features/mediarecorder"),"mediasource":require("./features/mediasource"),"menu":require("./features/menu"),"meta-theme-color":require("./features/meta-theme-color"),"meter":require("./features/meter"),"midi":require("./features/midi"),"minmaxwh":require("./features/minmaxwh"),"mp3":require("./features/mp3"),"mpeg-dash":require("./features/mpeg-dash"),"mpeg4":require("./features/mpeg4"),"multibackgrounds":require("./features/multibackgrounds"),"multicolumn":require("./features/multicolumn"),"mutation-events":require("./features/mutation-events"),"mutationobserver":require("./features/mutationobserver"),"namevalue-storage":require("./features/namevalue-storage"),"nav-timing":require("./features/nav-timing"),"navigator-language":require("./features/navigator-language"),"netinfo":require("./features/netinfo"),"node-contains":require("./features/node-contains"),"node-parentelement":require("./features/node-parentelement"),"notifications":require("./features/notifications"),"object-fit":require("./features/object-fit"),"object-observe":require("./features/object-observe"),"object-values":require("./features/object-values"),"objectrtc":require("./features/objectrtc"),"offline-apps":require("./features/offline-apps"),"offscreencanvas":require("./features/offscreencanvas"),"ogg-vorbis":require("./features/ogg-vorbis"),"ogv":require("./features/ogv"),"ol-reversed":require("./features/ol-reversed"),"once-event-listener":require("./features/once-event-listener"),"online-status":require("./features/online-status"),"opus":require("./features/opus"),"orientation-sensor":require("./features/orientation-sensor"),"outline":require("./features/outline"),"pad-start-end":require("./features/pad-start-end"),"page-transition-events":require("./features/page-transition-events"),"pagevisibility":require("./features/pagevisibility"),"passive-event-listener":require("./features/passive-event-listener"),"passwordrules":require("./features/passwordrules"),"path2d":require("./features/path2d"),"payment-request":require("./features/payment-request"),"permissions-api":require("./features/permissions-api"),"picture-in-picture":require("./features/picture-in-picture"),"picture":require("./features/picture"),"ping":require("./features/ping"),"png-alpha":require("./features/png-alpha"),"pointer-events":require("./features/pointer-events"),"pointer":require("./features/pointer"),"pointerlock":require("./features/pointerlock"),"prefers-reduced-motion":require("./features/prefers-reduced-motion"),"progress":require("./features/progress"),"promise-finally":require("./features/promise-finally"),"promises":require("./features/promises"),"proximity":require("./features/proximity"),"proxy":require("./features/proxy"),"publickeypinning":require("./features/publickeypinning"),"push-api":require("./features/push-api"),"queryselector":require("./features/queryselector"),"readonly-attr":require("./features/readonly-attr"),"referrer-policy":require("./features/referrer-policy"),"registerprotocolhandler":require("./features/registerprotocolhandler"),"rel-noopener":require("./features/rel-noopener"),"rel-noreferrer":require("./features/rel-noreferrer"),"rellist":require("./features/rellist"),"rem":require("./features/rem"),"requestanimationframe":require("./features/requestanimationframe"),"requestidlecallback":require("./features/requestidlecallback"),"resizeobserver":require("./features/resizeobserver"),"resource-timing":require("./features/resource-timing"),"rest-parameters":require("./features/rest-parameters"),"rtcpeerconnection":require("./features/rtcpeerconnection"),"ruby":require("./features/ruby"),"run-in":require("./features/run-in"),"same-site-cookie-attribute":require("./features/same-site-cookie-attribute"),"screen-orientation":require("./features/screen-orientation"),"script-async":require("./features/script-async"),"script-defer":require("./features/script-defer"),"scrollintoview":require("./features/scrollintoview"),"scrollintoviewifneeded":require("./features/scrollintoviewifneeded"),"sdch":require("./features/sdch"),"selection-api":require("./features/selection-api"),"server-timing":require("./features/server-timing"),"serviceworkers":require("./features/serviceworkers"),"setimmediate":require("./features/setimmediate"),"sha-2":require("./features/sha-2"),"shadowdom":require("./features/shadowdom"),"shadowdomv1":require("./features/shadowdomv1"),"sharedarraybuffer":require("./features/sharedarraybuffer"),"sharedworkers":require("./features/sharedworkers"),"sni":require("./features/sni"),"spdy":require("./features/spdy"),"speech-recognition":require("./features/speech-recognition"),"speech-synthesis":require("./features/speech-synthesis"),"spellcheck-attribute":require("./features/spellcheck-attribute"),"sql-storage":require("./features/sql-storage"),"srcset":require("./features/srcset"),"stopimmediatepropagation":require("./features/stopimmediatepropagation"),"stream":require("./features/stream"),"streams":require("./features/streams"),"stricttransportsecurity":require("./features/stricttransportsecurity"),"style-scoped":require("./features/style-scoped"),"subresource-integrity":require("./features/subresource-integrity"),"svg-css":require("./features/svg-css"),"svg-filters":require("./features/svg-filters"),"svg-fonts":require("./features/svg-fonts"),"svg-fragment":require("./features/svg-fragment"),"svg-html":require("./features/svg-html"),"svg-html5":require("./features/svg-html5"),"svg-img":require("./features/svg-img"),"svg-smil":require("./features/svg-smil"),"svg":require("./features/svg"),"symbols":require("./features/symbols"),"tabindex-attr":require("./features/tabindex-attr"),"template-literals":require("./features/template-literals"),"template":require("./features/template"),"testfeat":require("./features/testfeat"),"text-decoration":require("./features/text-decoration"),"text-emphasis":require("./features/text-emphasis"),"text-overflow":require("./features/text-overflow"),"text-size-adjust":require("./features/text-size-adjust"),"text-stroke":require("./features/text-stroke"),"textcontent":require("./features/textcontent"),"textencoder":require("./features/textencoder"),"tls1-1":require("./features/tls1-1"),"tls1-2":require("./features/tls1-2"),"tls1-3":require("./features/tls1-3"),"token-binding":require("./features/token-binding"),"touch":require("./features/touch"),"transforms2d":require("./features/transforms2d"),"transforms3d":require("./features/transforms3d"),"ttf":require("./features/ttf"),"typedarrays":require("./features/typedarrays"),"u2f":require("./features/u2f"),"unhandledrejection":require("./features/unhandledrejection"),"upgradeinsecurerequests":require("./features/upgradeinsecurerequests"),"url":require("./features/url"),"urlsearchparams":require("./features/urlsearchparams"),"use-strict":require("./features/use-strict"),"user-select-none":require("./features/user-select-none"),"user-timing":require("./features/user-timing"),"variable-fonts":require("./features/variable-fonts"),"vibration":require("./features/vibration"),"video":require("./features/video"),"videotracks":require("./features/videotracks"),"viewport-units":require("./features/viewport-units"),"wai-aria":require("./features/wai-aria"),"wasm":require("./features/wasm"),"wav":require("./features/wav"),"wbr-element":require("./features/wbr-element"),"web-animation":require("./features/web-animation"),"web-app-manifest":require("./features/web-app-manifest"),"web-bluetooth":require("./features/web-bluetooth"),"web-share":require("./features/web-share"),"webauthn":require("./features/webauthn"),"webgl":require("./features/webgl"),"webgl2":require("./features/webgl2"),"webm":require("./features/webm"),"webp":require("./features/webp"),"websockets":require("./features/websockets"),"webusb":require("./features/webusb"),"webvr":require("./features/webvr"),"webvtt":require("./features/webvtt"),"webworkers":require("./features/webworkers"),"will-change":require("./features/will-change"),"woff":require("./features/woff"),"woff2":require("./features/woff2"),"word-break":require("./features/word-break"),"wordwrap":require("./features/wordwrap"),"x-doc-messaging":require("./features/x-doc-messaging"),"x-frame-options":require("./features/x-frame-options"),"xhr2":require("./features/xhr2"),"xhtml":require("./features/xhtml"),"xhtmlsmil":require("./features/xhtmlsmil"),"xml-serializer":require("./features/xml-serializer")}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/aac.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/aac.js new file mode 100644 index 0000000..7e9fdd4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/aac.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"2":"1 cB EB F K H D G E A B C p J L N I O P Q aB UB","132":"0 2 3 5 6 7 8 9 R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB"},D:{"1":"0 1 2 3 5 6 7 8 9 C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D G E","16":"A B"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","2":"NB FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","16":"FB"},H:{"2":"qB"},I:{"1":"4 EB F GB uB vB wB","2":"rB sB tB"},J:{"1":"A","2":"D"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"132":"2"},N:{"1":"A","2":"B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"AAC audio file format"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/abortcontroller.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/abortcontroller.js new file mode 100644 index 0000000..d552a44 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/abortcontroller.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"L N I","2":"1 C p J"},C:{"1":"0 2 5 6 7 8 9 BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB"},D:{"1":"OB GB fB JB HB KB LB MB","2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB"},E:{"2":"F K H D G E A B NB FB PB QB RB SB TB","130":"C c VB"},F:{"1":"0 w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v WB XB YB ZB c DB bB AB"},G:{"1":"oB pB","2":"4 G FB dB IB gB hB iB jB kB lB mB nB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:1,C:"AbortController & AbortSignal"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ac3-ec3.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ac3-ec3.js new file mode 100644 index 0000000..9002ea1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ac3-ec3.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB","132":"jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D","132":"A"},K:{"2":"A B C M c DB","132":"AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"132":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:6,C:"AC-3 (Dolby Digital) and EC-3 (Dolby Digital Plus) codecs"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/accelerometer.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/accelerometer.js new file mode 100644 index 0000000..97cc1cb --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/accelerometer.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"GB fB JB HB KB LB MB","2":"0 1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","194":"2 5 6 7 8 9 BB CB OB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:4,C:"Accelerometer"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/addeventlistener.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/addeventlistener.js new file mode 100644 index 0000000..41a5a9d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/addeventlistener.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","130":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","257":"cB EB F K H aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"EventTarget.addEventListener()"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/alternate-stylesheet.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/alternate-stylesheet.js new file mode 100644 index 0000000..79ec334 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/alternate-stylesheet.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"G E A B","2":"H D eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"E B C WB XB YB ZB c DB bB AB","16":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"16":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"16":"D A"},K:{"16":"A B C M c DB AB"},L:{"16":"HB"},M:{"16":"2"},N:{"16":"A B"},O:{"16":"xB"},P:{"16":"F K yB zB"},Q:{"2":"0B"},R:{"16":"1B"}},B:1,C:"Alternate stylesheet"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ambient-light.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ambient-light.js new file mode 100644 index 0000000..510f7af --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ambient-light.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"C p","132":"1 J L N I"},C:{"2":"1 cB EB F K H D G E A B C p J L N I O P Q aB UB","132":"0 3 5 6 R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","194":"2 7 8 9 BB CB"},D:{"2":"0 1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","322":"2 5 6 7 8 9 BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:4,C:"Ambient Light Sensor"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/apng.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/apng.js new file mode 100644 index 0000000..41bb622 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/apng.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","2":"cB"},D:{"1":"2 6 7 8 9 BB CB OB GB fB JB HB KB LB MB","2":"0 1 3 5 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},E:{"1":"G E A B C SB TB c VB","2":"F K H D NB FB PB QB RB"},F:{"1":"0 B C M q r s t u v w x y z WB XB YB ZB c DB bB AB","2":"3 E J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o"},G:{"1":"G iB jB kB lB mB nB oB pB","2":"4 FB dB IB gB hB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"zB","2":"F K yB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:"Animated PNG (APNG)"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/array-find-index.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/array-find-index.js new file mode 100644 index 0000000..7a8a99e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/array-find-index.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"J L N I","16":"1 C p"},C:{"1":"0 2 3 5 6 7 8 9 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T aB UB"},D:{"1":"0 2 5 6 7 8 9 o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n"},E:{"1":"G E A B C RB SB TB c VB","2":"F K H D NB FB PB QB"},F:{"1":"0 3 b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V W X Y Z a WB XB YB ZB c DB bB AB"},G:{"1":"G iB jB kB lB mB nB oB pB","2":"4 FB dB IB gB hB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D","16":"A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"Array.prototype.findIndex"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/array-find.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/array-find.js new file mode 100644 index 0000000..b923c00 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/array-find.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"J L N I","16":"1 C p"},C:{"1":"0 2 3 5 6 7 8 9 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T aB UB"},D:{"1":"0 2 5 6 7 8 9 o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n"},E:{"1":"G E A B C RB SB TB c VB","2":"F K H D NB FB PB QB"},F:{"1":"0 3 b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V W X Y Z a WB XB YB ZB c DB bB AB"},G:{"1":"G iB jB kB lB mB nB oB pB","2":"4 FB dB IB gB hB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D","16":"A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"Array.prototype.find"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/array-includes.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/array-includes.js new file mode 100644 index 0000000..dfc2485 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/array-includes.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 J L N I","2":"C p"},C:{"1":"0 2 5 6 7 8 9 m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l aB UB"},D:{"1":"0 2 5 6 7 8 9 q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M"},E:{"1":"E A B C SB TB c VB","2":"F K H D G NB FB PB QB RB"},F:{"1":"0 d e f g h i j k l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b WB XB YB ZB c DB bB AB"},G:{"1":"jB kB lB mB nB oB pB","2":"4 G FB dB IB gB hB iB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"Array.prototype.includes"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/arrow-functions.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/arrow-functions.js new file mode 100644 index 0000000..19752c2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/arrow-functions.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q aB UB"},D:{"1":"0 2 5 6 7 8 9 o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n"},E:{"1":"A B C TB c VB","2":"F K H D G E NB FB PB QB RB SB"},F:{"1":"0 3 b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V W X Y Z a WB XB YB ZB c DB bB AB"},G:{"1":"lB mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"1":"1B"}},B:6,C:"Arrow functions"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/asmjs.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/asmjs.js new file mode 100644 index 0000000..efcf49d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/asmjs.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 p J L N I","322":"C"},C:{"1":"0 2 3 5 6 7 8 9 R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q aB UB"},D:{"2":"1 F K H D G E A B C p J L N I O P Q R S T U V W","132":"0 2 3 5 6 7 8 9 X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"E B C WB XB YB ZB c DB bB AB","132":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB vB wB","132":"GB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","132":"M"},L:{"132":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F","132":"K yB zB"},Q:{"132":"0B"},R:{"132":"1B"}},B:6,C:"asm.js"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/async-clipboard.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/async-clipboard.js new file mode 100644 index 0000000..0b05d84 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/async-clipboard.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"2 9 BB CB OB GB fB JB HB KB LB MB","2":"0 1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","66":"5 6 7 8"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q WB XB YB ZB c DB bB AB","16":"0 r s t u v w x y z"},G:{"2":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","16":"FB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"Asynchronous Clipboard API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/async-functions.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/async-functions.js new file mode 100644 index 0000000..08c4c55 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/async-functions.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"J L N I","2":"C p","194":"1"},C:{"1":"0 2 5 6 7 8 9 v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u aB UB"},D:{"1":"0 2 5 6 7 8 9 y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x"},E:{"1":"B C TB c VB","2":"F K H D G E A NB FB PB QB RB SB"},F:{"1":"0 l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k WB XB YB ZB c DB bB AB"},G:{"1":"mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"yB zB","2":"F K"},Q:{"2":"0B"},R:{"2":"1B"}},B:6,C:"Async functions"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/async-iterations-and-generators.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/async-iterations-and-generators.js new file mode 100644 index 0000000..7423fd0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/async-iterations-and-generators.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB"},D:{"1":"2 BB CB OB GB fB JB HB KB LB MB","2":"0 1 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},E:{"1":"C VB","2":"F K H D G E A B NB FB PB QB RB SB TB c"},F:{"1":"0 t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:6,C:"Async iterators and generators"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/atob-btoa.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/atob-btoa.js new file mode 100644 index 0000000..8652ee6 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/atob-btoa.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z ZB c DB bB AB","2":"E WB XB","16":"YB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"B C M c DB AB","16":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Base64 encoding and decoding"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/audio-api.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/audio-api.js new file mode 100644 index 0000000..6d99f58 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/audio-api.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T aB UB"},D:{"1":"0 2 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D G E","33":"1 3 A B C p J L N I O P Q R S T U V W X Y Z a b"},E:{"2":"F K NB FB PB","33":"H D G E A B C QB RB SB TB c VB"},F:{"1":"0 3 R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB","33":"J L N I O P Q"},G:{"2":"4 FB dB IB","33":"G gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"Web Audio API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/audio.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/audio.js new file mode 100644 index 0000000..e45add8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/audio.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB","132":"1 F K H D G E A B C p J L N I O aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","2":"NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z YB ZB c DB bB AB","2":"E","4":"WB XB"},G:{"1":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","2":"FB"},H:{"2":"qB"},I:{"1":"4 EB F GB tB uB vB wB","2":"rB sB"},J:{"1":"D A"},K:{"1":"B C M c DB AB","2":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Audio element"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/audiotracks.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/audiotracks.js new file mode 100644 index 0000000..0569072 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/audiotracks.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b aB UB","194":"0 2 3 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB"},D:{"2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n","322":"0 2 5 6 7 8 9 o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"D G E A B C QB RB SB TB c VB","2":"F K H NB FB PB"},F:{"2":"E B C J L N I O P Q R S T U V W X Y Z a WB XB YB ZB c DB bB AB","322":"0 3 b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"1":"G hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB gB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","322":"M"},L:{"322":"HB"},M:{"2":"2"},N:{"1":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:1,C:"Audio Tracks"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/autofocus.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/autofocus.js new file mode 100644 index 0000000..d8dcaec --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/autofocus.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F"},E:{"1":"K H D G E A B C PB QB RB SB TB c VB","2":"F NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB","2":"E"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"4 EB F GB uB vB wB","2":"rB sB tB"},J:{"1":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"2":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Autofocus attribute"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/aux-click.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/aux-click.js new file mode 100644 index 0000000..6f32888 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/aux-click.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"K C G E A B CB"},B:{"2":"D v Z I M H"},C:{"2":"VB y F J K C G E A B D v Z I M H N O P Q R S T U V W X Y x a b c d e f L h i j k l m n o p q r s t u z TB SB","129":"0 1 2 3 5 6 7 w"},D:{"1":"2 3 5 6 7 w HB g DB XB EB FB","2":"0 1 F J K C G E A B D v Z I M H N O P Q R S T U V W X Y x a b c d e f L h i j k l m n o p q r s t u z"},E:{"2":"F J K C G E A B GB AB IB JB KB LB MB NB"},F:{"1":"l m n o p q r s t u","2":"8 9 E B D I M H N O P Q R S T U V W X Y x a b c d e f L h i j k OB PB QB RB UB BB"},G:{"2":"4 G AB WB YB ZB aB bB cB dB eB fB gB"},H:{"2":"hB"},I:{"1":"g","2":"4 y F iB jB kB lB mB nB"},J:{"2":"C","16":"A"},K:{"2":"8 9 A B D L BB"},L:{"1":"g"},M:{"2":"w"},N:{"2":"A B"},O:{"16":"oB"},P:{"1":"J pB","16":"F"},Q:{"16":"qB"},R:{"1":"rB"}},B:5,C:"Auxclick"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/auxclick.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/auxclick.js new file mode 100644 index 0000000..96ee725 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/auxclick.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v aB UB","129":"0 2 5 6 7 8 9 w x y z BB CB"},D:{"1":"0 2 5 6 7 8 9 y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","16":"M"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"Auxclick"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/av1.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/av1.js new file mode 100644 index 0000000..b5ad912 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/av1.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N","578":"I"},C:{"2":"0 1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB","194":"2 5 6 7 8 9 BB CB"},D:{"1":"HB KB LB MB","2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB","322":"GB fB JB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:6,C:"AV1 video format"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-attachment.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-attachment.js new file mode 100644 index 0000000..dc459b4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-attachment.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","132":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","132":"1 cB EB F K H D G E A B C p J L N I O P Q R S T aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"K H D G E A B C PB QB RB SB TB c VB","132":"F NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z YB ZB c DB bB AB","132":"E WB XB"},G:{"2":"4 FB dB","772":"G IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"EB F GB rB sB tB vB wB","132":"4 uB"},J:{"260":"D A"},K:{"1":"B C M c DB AB","132":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"2":"F","1028":"K yB zB"},Q:{"1":"0B"},R:{"1028":"1B"}},B:4,C:"CSS background-attachment"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-clip-text.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-clip-text.js new file mode 100644 index 0000000..46f4909 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-clip-text.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"257":"J L N I","548":"1 C p"},C:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB","16":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q aB UB","130":"r"},D:{"36":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"16":"NB FB","36":"F K H D G E A B C PB QB RB SB TB c VB"},F:{"16":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"16":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"16":"qB"},I:{"16":"4 EB F GB rB sB tB uB vB wB"},J:{"16":"D A"},K:{"16":"A B C M c DB AB"},L:{"16":"HB"},M:{"16":"2"},N:{"16":"A B"},O:{"16":"xB"},P:{"16":"F K yB zB"},Q:{"16":"0B"},R:{"16":"1B"}},B:1,C:"CSS3 Background-clip: text"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-img-opts.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-img-opts.js new file mode 100644 index 0000000..9c9c3e9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-img-opts.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB","36":"UB"},D:{"1":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","516":"1 F K H D G E A B C p"},E:{"1":"D G E A B C RB SB TB c VB","772":"F K H NB FB PB QB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z YB ZB c DB bB AB","2":"E WB","36":"XB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","4":"4 FB dB gB","516":"IB"},H:{"132":"qB"},I:{"1":"GB vB wB","36":"rB","516":"4 EB F uB","548":"sB tB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"CSS3 Background-image options"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-position-x-y.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-position-x-y.js new file mode 100644 index 0000000..4a17c70 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-position-x-y.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:7,C:"background-position-x & background-position-y"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-repeat-round-space.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-repeat-round-space.js new file mode 100644 index 0000000..0da248c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-repeat-round-space.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G eB","132":"E"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r aB UB"},D:{"1":"0 2 3 5 6 7 8 9 b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a"},E:{"1":"D G E A B C RB SB TB c VB","2":"F K H NB FB PB QB"},F:{"1":"0 3 B C O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z YB ZB c DB bB AB","2":"E J L N I WB XB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB gB"},H:{"1":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"A","2":"D"},K:{"1":"B C M c DB AB","2":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"CSS background-repeat round and space"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-sync.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-sync.js new file mode 100644 index 0000000..c2cb895 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/background-sync.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB","16":"BB CB"},D:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 f g h i j k l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"1":"0B"},R:{"2":"1B"}},B:7,C:"Background Sync API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/battery-status.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/battery-status.js new file mode 100644 index 0000000..187a4f2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/battery-status.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"m n o M q r s t u","2":"0 2 5 6 7 8 9 cB EB F K H D G E v w x y z BB CB aB UB","132":"3 L N I O P Q R S T U V W X Y Z a b d e f g h i j k l","164":"1 A B C p J"},D:{"1":"0 2 5 6 7 8 9 h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f","66":"g"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"2":"0B"},R:{"1":"1B"}},B:4,C:"Battery Status API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/beacon.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/beacon.js new file mode 100644 index 0000000..d28c9b9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/beacon.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 J L N I","2":"C p"},C:{"1":"0 2 3 5 6 7 8 9 a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z aB UB"},D:{"1":"0 2 5 6 7 8 9 i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h"},E:{"1":"C c VB","2":"F K H D G E A B NB FB PB QB RB SB TB"},F:{"1":"0 3 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U WB XB YB ZB c DB bB AB"},G:{"1":"oB pB","2":"4 G FB dB IB gB hB iB jB kB lB mB nB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"Beacon API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/beforeafterprint.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/beforeafterprint.js new file mode 100644 index 0000000..903b1aa --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/beforeafterprint.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"H D G E A B","16":"eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB F K aB UB"},D:{"1":"2 BB CB OB GB fB JB HB KB LB MB","2":"0 1 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"16":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"16":"A B"},O:{"16":"xB"},P:{"2":"K yB zB","16":"F"},Q:{"2":"0B"},R:{"2":"1B"}},B:2,C:"Printing Events"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/bigint.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/bigint.js new file mode 100644 index 0000000..62668c2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/bigint.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"GB fB JB HB KB LB MB","2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:3,C:"BigInt"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/blobbuilder.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/blobbuilder.js new file mode 100644 index 0000000..a2cada0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/blobbuilder.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB F K aB UB","36":"H D G E A B C"},D:{"1":"0 2 3 5 6 7 8 9 P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D","36":"1 G E A B C p J L N I O"},E:{"1":"H D G E A B C QB RB SB TB c VB","2":"F K NB FB PB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E B C WB XB YB ZB c DB bB"},G:{"1":"G gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB"},H:{"2":"qB"},I:{"1":"GB","2":"rB sB tB","36":"4 EB F uB vB wB"},J:{"1":"A","2":"D"},K:{"1":"M AB","2":"A B C c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"Blob constructing"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/bloburls.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/bloburls.js new file mode 100644 index 0000000..90f030d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/bloburls.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","129":"A B"},B:{"1":"J L N I","129":"1 C p"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB"},D:{"1":"0 2 3 5 6 7 8 9 S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D","33":"1 G E A B C p J L N I O P Q R"},E:{"1":"D G E A B C QB RB SB TB c VB","2":"F K NB FB PB","33":"H"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB","33":"gB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"EB rB sB tB","33":"4 F uB"},J:{"1":"A","2":"D"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","2":"A"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"Blob URLs"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/border-image.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/border-image.js new file mode 100644 index 0000000..9e962d6 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/border-image.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","2":"H D G E A eB"},B:{"1":"1 J L N I","129":"C p"},C:{"1":"0 2 5 6 7 8 9 t u v w x y z BB CB","2":"cB EB","260":"3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s","804":"1 F K H D G E A B C p aB UB"},D:{"260":"0 2 5 6 7 8 9 u v w x y z BB CB OB GB fB JB HB KB LB MB","388":"3 Z a b d e f g h i j k l m n o M q r s t","1412":"J L N I O P Q R S T U V W X Y","1956":"1 F K H D G E A B C p"},E:{"129":"A B C SB TB c VB","1412":"H D G E QB RB","1956":"F K NB FB PB"},F:{"2":"E WB XB","260":"0 h i j k l m n o M q r s t u v w x y z","388":"3 J L N I O P Q R S T U V W X Y Z a b d e f g","1796":"YB ZB","1828":"B C c DB bB AB"},G:{"129":"kB lB mB nB oB pB","1412":"G gB hB iB jB","1956":"4 FB dB IB"},H:{"1828":"qB"},I:{"388":"GB vB wB","1956":"4 EB F rB sB tB uB"},J:{"1412":"A","1924":"D"},K:{"2":"A","388":"M","1828":"B C c DB AB"},L:{"260":"HB"},M:{"1":"2"},N:{"1":"B","2":"A"},O:{"388":"xB"},P:{"260":"K yB zB","388":"F"},Q:{"260":"0B"},R:{"260":"1B"}},B:4,C:"CSS3 Border images"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/border-radius.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/border-radius.js new file mode 100644 index 0000000..1de5365 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/border-radius.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 t u v w x y z BB CB","257":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s","289":"EB aB UB","292":"cB"},D:{"1":"0 1 2 3 5 6 7 8 9 K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","33":"F"},E:{"1":"K D G E A B C RB SB TB c VB","33":"F NB FB","129":"H PB QB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z YB ZB c DB bB AB","2":"E WB XB"},G:{"1":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","33":"FB"},H:{"2":"qB"},I:{"1":"4 EB F GB sB tB uB vB wB","33":"rB"},J:{"1":"D A"},K:{"1":"B C M c DB AB","2":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"CSS3 Border-radius (rounded corners)"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/broadcastchannel.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/broadcastchannel.js new file mode 100644 index 0000000..8916736 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/broadcastchannel.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 h i j k l m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g aB UB"},D:{"1":"0 2 5 6 7 8 9 x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 k l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"zB","2":"F K yB"},Q:{"2":"0B"},R:{"2":"1B"}},B:1,C:"BroadcastChannel"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/brotli.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/brotli.js new file mode 100644 index 0000000..33b42a8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/brotli.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"J L N I","2":"1 C p"},C:{"1":"0 2 5 6 7 8 9 n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m aB UB"},D:{"1":"0 2 5 6 7 8 9 u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r","194":"s","257":"t"},E:{"2":"F K H D G E A NB FB PB QB RB SB TB","513":"B C c VB"},F:{"1":"0 h i j k l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e WB XB YB ZB c DB bB AB","194":"f g"},G:{"1":"nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB mB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB vB wB","257":"GB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"1":"0B"},R:{"2":"1B"}},B:6,C:"Brotli Accept-Encoding/Content-Encoding"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/calc.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/calc.js new file mode 100644 index 0000000..51a04d0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/calc.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G eB","260":"E"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB","33":"1 F K H D G E A B C p J"},D:{"1":"0 2 3 5 6 7 8 9 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I","33":"O P Q R S T U"},E:{"1":"D G E A B C QB RB SB TB c VB","2":"F K NB FB PB","33":"H"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB","33":"gB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB","132":"vB wB"},J:{"1":"A","2":"D"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"calc() as CSS unit value"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/canvas-blending.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/canvas-blending.js new file mode 100644 index 0000000..69c806c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/canvas-blending.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 p J L N I","2":"C"},C:{"1":"0 2 3 5 6 7 8 9 P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O aB UB"},D:{"1":"0 2 3 5 6 7 8 9 Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T U V W X Y"},E:{"1":"D G E A B C QB RB SB TB c VB","2":"F K H NB FB PB"},F:{"1":"0 3 N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L WB XB YB ZB c DB bB AB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB gB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"Canvas blend modes"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/canvas-text.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/canvas-text.js new file mode 100644 index 0000000..e8cf424 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/canvas-text.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"eB","8":"H D G"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","8":"cB EB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","8":"NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z YB ZB c DB bB AB","8":"E WB XB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"B C M c DB AB","8":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Text API for Canvas"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/canvas.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/canvas.js new file mode 100644 index 0000000..4a7a040 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/canvas.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"eB","8":"H D G"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB UB","132":"cB EB aB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","132":"NB FB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"260":"qB"},I:{"1":"4 EB F GB uB vB wB","132":"rB sB tB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Canvas (basic support)"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ch-unit.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ch-unit.js new file mode 100644 index 0000000..ae702b4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ch-unit.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G eB","132":"E A B"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 2 3 5 6 7 8 9 W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T U V"},E:{"1":"D G E A B C RB SB TB c VB","2":"F K H NB FB PB QB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB gB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"A","2":"D"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"ch (character) unit"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/chacha20-poly1305.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/chacha20-poly1305.js new file mode 100644 index 0000000..6d900d1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/chacha20-poly1305.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M aB UB"},D:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b","129":"3 d e f g h i j k l m n o M q r"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 f g h i j k l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e WB XB YB ZB c DB bB AB"},G:{"1":"nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB mB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB","16":"wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"ChaCha20-Poly1305 cipher suites for TLS"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/channel-messaging.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/channel-messaging.js new file mode 100644 index 0000000..95d7414 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/channel-messaging.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U aB UB","194":"3 V W X Y Z a b d e f g h i j"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"K H D G E A B C PB QB RB SB TB c VB","2":"F NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z ZB c DB bB AB","2":"E WB XB","16":"YB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"D A"},K:{"1":"B C M c DB AB","2":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Channel messaging"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/childnode-remove.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/childnode-remove.js new file mode 100644 index 0000000..1ee3566 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/childnode-remove.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 p J L N I","16":"C"},C:{"1":"0 2 3 5 6 7 8 9 S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R aB UB"},D:{"1":"0 2 3 5 6 7 8 9 T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S"},E:{"1":"D G E A B C QB RB SB TB c VB","2":"F K NB FB PB","16":"H"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB gB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"A","2":"D"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"ChildNode.remove()"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/classlist.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/classlist.js new file mode 100644 index 0000000..b5417da --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/classlist.js @@ -0,0 +1 @@ +module.exports={A:{A:{"8":"H D G E eB","900":"A","1924":"B"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","8":"cB EB aB","516":"T U","772":"1 F K H D G E A B C p J L N I O P Q R S UB"},D:{"1":"0 2 3 5 6 7 8 9 X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","8":"F K H D","516":"T U V W","772":"S","900":"1 G E A B C p J L N I O P Q R"},E:{"1":"D G E A B C RB SB TB c VB","8":"F K NB FB","900":"H PB QB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","8":"E B WB XB YB ZB c","900":"C DB bB AB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","8":"4 FB dB","900":"IB gB"},H:{"900":"qB"},I:{"1":"GB vB wB","8":"rB sB tB","900":"4 EB F uB"},J:{"1":"A","900":"D"},K:{"1":"M","8":"A B","900":"C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"900":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"classList (DOMTokenList)"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js new file mode 100644 index 0000000..482d5e1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 2 5 6 7 8 9 M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V W X Y Z a b WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"1":"1B"}},B:6,C:"Client Hints: DPR, Width, Viewport-Width"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/clipboard.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/clipboard.js new file mode 100644 index 0000000..5610286 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/clipboard.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2436":"H D G E A B eB"},B:{"260":"N I","2436":"1 C p J L"},C:{"2":"1 cB EB F K H D G E A B C p J L N I O P Q aB UB","772":"3 R S T U V W X Y Z a b d e f g h i j","4100":"0 2 5 6 7 8 9 k l m n o M q r s t u v w x y z BB CB"},D:{"2":"F K H D G E A B C","2564":"1 3 p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l","10244":"0 2 5 6 7 8 9 m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"C VB","16":"NB FB","2308":"A B TB c","2820":"F K H D G E PB QB RB SB"},F:{"2":"E B WB XB YB ZB c DB bB","16":"C","516":"AB","2564":"J L N I O P Q R S T U V W X Y","10244":"0 3 Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"1":"pB","2":"4 FB dB","2820":"G IB gB hB iB jB kB lB mB nB oB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB","2308":"GB vB wB"},J:{"2":"D","2308":"A"},K:{"2":"A B C c DB","16":"AB","3076":"M"},L:{"2052":"HB"},M:{"1028":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2052":"K yB zB","2308":"F"},Q:{"10244":"0B"},R:{"2052":"1B"}},B:5,C:"Synchronous Clipboard API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/comparedocumentposition.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/comparedocumentposition.js new file mode 100644 index 0000000..0641435 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/comparedocumentposition.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","16":"cB EB aB UB"},D:{"1":"0 2 3 5 6 7 8 9 Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p","132":"J L N I O P Q R S T U V W X Y"},E:{"1":"A B C TB c VB","16":"F K H NB FB","132":"D G E QB RB SB","260":"PB"},F:{"1":"0 3 C N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z bB AB","16":"E B WB XB YB ZB c DB","132":"J L"},G:{"1":"lB mB nB oB pB","16":"FB","132":"4 G dB IB gB hB iB jB kB"},H:{"1":"qB"},I:{"1":"GB vB wB","16":"rB sB","132":"4 EB F tB uB"},J:{"132":"D A"},K:{"1":"C M AB","16":"A B c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Node.compareDocumentPosition()"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/console-basic.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/console-basic.js new file mode 100644 index 0000000..df65ea5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/console-basic.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D eB","132":"G E"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z c DB bB AB","2":"E WB XB YB ZB"},G:{"1":"4 FB dB IB","513":"G gB hB iB jB kB lB mB nB oB pB"},H:{"4097":"qB"},I:{"1025":"4 EB F GB rB sB tB uB vB wB"},J:{"258":"D A"},K:{"2":"A","258":"B C M c DB AB"},L:{"1025":"HB"},M:{"2049":"2"},N:{"258":"A B"},O:{"258":"xB"},P:{"1025":"F K yB zB"},Q:{"1":"0B"},R:{"1025":"1B"}},B:1,C:"Basic console logging functions"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/console-time.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/console-time.js new file mode 100644 index 0000000..9e575c8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/console-time.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","2":"H D G E A eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB F K H D G E aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","2":"NB FB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z c DB bB AB","2":"E WB XB YB ZB","16":"B"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"M","16":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","2":"A"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"console.time and console.timeEnd"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/const.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/const.js new file mode 100644 index 0000000..30d89a5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/const.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","2":"H D G E A eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 f g h i j k l m n o M q r s t u v w x y z BB CB","132":"cB EB F K H D G E A B C aB UB","260":"1 3 p J L N I O P Q R S T U V W X Y Z a b d e"},D:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB OB GB fB JB HB KB LB MB","260":"1 F K H D G E A B C p J L N I O P","772":"3 Q R S T U V W X Y Z a b d e f g h i j","1028":"k l m n o M q r"},E:{"1":"A B C TB c VB","260":"F K NB FB","772":"H D G E PB QB RB SB"},F:{"1":"0 f g h i j k l m n o M q r s t u v w x y z","2":"E WB","132":"B XB YB ZB c DB","644":"C bB AB","772":"J L N I O P Q R S T U V W","1028":"3 X Y Z a b d e"},G:{"1":"lB mB nB oB pB","260":"4 FB dB","772":"G IB gB hB iB jB kB"},H:{"644":"qB"},I:{"1":"GB","16":"rB sB","260":"tB","772":"4 EB F uB vB wB"},J:{"772":"D A"},K:{"1":"M","132":"A B c DB","644":"C AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","2":"A"},O:{"1":"xB"},P:{"1":"K yB zB","1028":"F"},Q:{"772":"0B"},R:{"1028":"1B"}},B:6,C:"const"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/constraint-validation.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/constraint-validation.js new file mode 100644 index 0000000..de30f8b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/constraint-validation.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","900":"A B"},B:{"1":"N I","388":"1 J L","900":"C p"},C:{"1":"0 2 5 6 7 8 9 u v w x y z BB CB","2":"cB EB aB UB","260":"s t","388":"3 Y Z a b d e f g h i j k l m n o M q r","900":"1 F K H D G E A B C p J L N I O P Q R S T U V W X"},D:{"1":"0 2 5 6 7 8 9 j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p","388":"3 U V W X Y Z a b d e f g h i","900":"J L N I O P Q R S T"},E:{"1":"A B C TB c VB","16":"F K NB FB","388":"G E RB SB","900":"H D PB QB"},F:{"1":"0 3 W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","16":"E B WB XB YB ZB c DB","388":"J L N I O P Q R S T U V","900":"C bB AB"},G:{"1":"lB mB nB oB pB","16":"4 FB dB","388":"G hB iB jB kB","900":"IB gB"},H:{"2":"qB"},I:{"1":"GB","16":"EB rB sB tB","388":"vB wB","900":"4 F uB"},J:{"16":"D","388":"A"},K:{"1":"M","16":"A B c DB","900":"C AB"},L:{"1":"HB"},M:{"1":"2"},N:{"900":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"388":"0B"},R:{"1":"1B"}},B:1,C:"Constraint Validation API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/contenteditable.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/contenteditable.js new file mode 100644 index 0000000..af904da --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/contenteditable.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","2":"cB","4":"EB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB"},H:{"2":"qB"},I:{"1":"4 EB F GB uB vB wB","2":"rB sB tB"},J:{"1":"D A"},K:{"1":"M AB","2":"A B C c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"contenteditable attribute (basic support)"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js new file mode 100644 index 0000000..a6dbc5c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","132":"A B"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB","129":"1 F K H D G E A B C p J L N I O P Q R"},D:{"1":"0 2 3 5 6 7 8 9 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D G E A B C p","257":"1 J L N I O P Q R S T"},E:{"1":"D G E A B C RB SB TB c VB","2":"F K NB FB","257":"H QB","260":"PB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","2":"4 FB dB","257":"gB","260":"IB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"2":"D","257":"A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"132":"A B"},O:{"257":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"Content Security Policy 1.0"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js new file mode 100644 index 0000000..9a2ec3f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p","32772":"J L N I"},C:{"2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z aB UB","132":"3 a b d","260":"e","516":"f g h i j k l m n","8196":"0 2 5 6 7 8 9 o M q r s t u v w x y z BB CB"},D:{"1":"0 2 5 6 7 8 9 j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e","1028":"f g h","2052":"i"},E:{"1":"A B C TB c VB","2":"F K H D G E NB FB PB QB RB SB"},F:{"1":"0 3 W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R WB XB YB ZB c DB bB AB","1028":"S T U","2052":"V"},G:{"1":"lB mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"4100":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"Content Security Policy Level 2"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/cors.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/cors.js new file mode 100644 index 0000000..70f6514 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/cors.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","2":"H D eB","132":"A","260":"G E"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 3 5 6 7 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB","2":"cB EB","1025":"2 8 9 BB CB"},D:{"1":"0 1 2 3 5 6 7 8 9 p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","132":"F K H D G E A B C"},E:{"2":"NB FB","513":"H D G E A B C QB RB SB TB c VB","644":"F K PB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E B WB XB YB ZB c DB bB"},G:{"513":"G gB hB iB jB kB lB mB nB oB pB","644":"4 FB dB IB"},H:{"2":"qB"},I:{"1":"GB vB wB","132":"4 EB F rB sB tB uB"},J:{"1":"A","132":"D"},K:{"1":"C M AB","2":"A B c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","132":"A"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Cross-Origin Resource Sharing"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/createimagebitmap.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/createimagebitmap.js new file mode 100644 index 0000000..3e2a6e4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/createimagebitmap.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 l m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k aB UB"},D:{"1":"2 6 7 8 9 BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s","132":"t u","260":"v w","516":"0 5 x y z"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c","16":"VB"},F:{"1":"0 M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f WB XB YB ZB c DB bB AB","132":"g h","260":"i j","516":"k l m n o"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"yB zB","16":"F K"},Q:{"1":"0B"},R:{"2":"1B"}},B:1,C:"createImageBitmap"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/credential-management.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/credential-management.js new file mode 100644 index 0000000..ac9a507 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/credential-management.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 2 5 6 7 8 9 BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q","66":"r s t","129":"u v w x y z"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"zB","2":"F K yB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"Credential Management API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/cryptography.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/cryptography.js new file mode 100644 index 0000000..332a9c0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/cryptography.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"eB","8":"H D G E A","164":"B"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB","8":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a aB UB","322":"3 b"},D:{"1":"0 2 5 6 7 8 9 g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","8":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f"},E:{"1":"B C c VB","8":"F K H D NB FB PB QB","545":"G E A RB SB TB"},F:{"1":"0 3 T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","8":"E B C J L N I O P Q R S WB XB YB ZB c DB bB AB"},G:{"1":"nB oB pB","8":"4 FB dB IB gB hB","545":"G iB jB kB lB mB"},H:{"2":"qB"},I:{"1":"GB","8":"4 EB F rB sB tB uB vB wB"},J:{"8":"D A"},K:{"1":"M","8":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"8":"A","164":"B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"Web Cryptography"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-all.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-all.js new file mode 100644 index 0000000..e4c8cbf --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-all.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V aB UB"},D:{"1":"0 2 5 6 7 8 9 g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f"},E:{"1":"A B C SB TB c VB","2":"F K H D G E NB FB PB QB RB"},F:{"1":"0 3 T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S WB XB YB ZB c DB bB AB"},G:{"1":"kB lB mB nB oB pB","2":"4 G FB dB IB gB hB iB jB"},H:{"2":"qB"},I:{"1":"GB wB","2":"4 EB F rB sB tB uB vB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"CSS all property"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-animation.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-animation.js new file mode 100644 index 0000000..8a54e72 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-animation.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB F aB UB","33":"1 K H D G E A B C p J"},D:{"1":"0 2 5 6 7 8 9 m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","33":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l"},E:{"1":"E A B C SB TB c VB","2":"NB FB","33":"H D G PB QB RB","292":"F K"},F:{"1":"0 3 Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E B WB XB YB ZB c DB bB","33":"C J L N I O P Q R S T U V W X Y"},G:{"1":"jB kB lB mB nB oB pB","33":"G gB hB iB","164":"4 FB dB IB"},H:{"2":"qB"},I:{"1":"GB","33":"4 F uB vB wB","164":"EB rB sB tB"},J:{"33":"D A"},K:{"1":"M AB","2":"A B C c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"33":"0B"},R:{"1":"1B"}},B:5,C:"CSS Animation"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-any-link.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-any-link.js new file mode 100644 index 0000000..6f3c835 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-any-link.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 t u v w x y z BB CB","16":"1 cB EB F K H D G E A B C p J L N I O P aB UB","33":"3 Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s"},D:{"16":"1 F K H D G E A B C p J L N I O P Q R S","33":"0 2 3 5 6 7 8 9 T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"16":"F K H NB FB PB","33":"D G E A B C QB RB SB TB c VB"},F:{"2":"E B C WB XB YB ZB c DB bB AB","33":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"16":"4 FB dB IB","33":"G gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"16":"4 EB F rB sB tB uB vB wB","33":"GB"},J:{"16":"D A"},K:{"2":"A B C c DB AB","33":"M"},L:{"33":"HB"},M:{"33":"2"},N:{"2":"A B"},O:{"16":"xB"},P:{"16":"F","33":"K yB zB"},Q:{"33":"0B"},R:{"33":"1B"}},B:5,C:"CSS :any-link selector"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-appearance.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-appearance.js new file mode 100644 index 0000000..179dd11 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-appearance.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"388":"1 C p J L N I"},C:{"164":"0 2 5 6 7 8 9 e f g h i j k l m n o M q r s t u v w x y z BB CB","676":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d aB UB"},D:{"164":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"164":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"E B C WB XB YB ZB c DB bB AB","164":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"164":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"164":"4 EB F GB rB sB tB uB vB wB"},J:{"164":"D A"},K:{"2":"A B C c DB AB","164":"M"},L:{"164":"HB"},M:{"164":"2"},N:{"2":"A","388":"B"},O:{"164":"xB"},P:{"164":"F K yB zB"},Q:{"164":"0B"},R:{"164":"1B"}},B:5,C:"CSS Appearance"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-apply-rule.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-apply-rule.js new file mode 100644 index 0000000..78a87b0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-apply-rule.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t","194":"0 2 5 6 7 8 9 u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g WB XB YB ZB c DB bB AB","194":"0 h i j k l m n o M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","194":"M"},L:{"194":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F","194":"K yB zB"},Q:{"2":"0B"},R:{"194":"1B"}},B:7,C:"CSS @apply rule"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-at-counter-style.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-at-counter-style.js new file mode 100644 index 0000000..4991427 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-at-counter-style.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b aB UB","132":"0 2 3 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"132":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:4,C:"CSS Counter Styles"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-backdrop-filter.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-backdrop-filter.js new file mode 100644 index 0000000..bcef8fa --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-backdrop-filter.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L","257":"N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M","194":"0 2 5 6 7 8 9 q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G NB FB PB QB RB","33":"E A B C SB TB c VB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b WB XB YB ZB c DB bB AB","194":"0 d e f g h i j k l m n o M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB","33":"jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","194":"M"},L:{"194":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F","194":"K yB zB"},Q:{"194":"0B"},R:{"194":"1B"}},B:7,C:"CSS Backdrop Filter"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-background-offsets.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-background-offsets.js new file mode 100644 index 0000000..c8da23d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-background-offsets.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB F K H D G E A B C aB UB"},D:{"1":"0 2 3 5 6 7 8 9 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T"},E:{"1":"D G E A B C RB SB TB c VB","2":"F K H NB FB PB QB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z YB ZB c DB bB AB","2":"E WB XB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB gB"},H:{"1":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"A","2":"D"},K:{"1":"B C M c DB AB","2":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"CSS background-position edge offsets"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js new file mode 100644 index 0000000..d8d2c73 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y aB UB"},D:{"1":"0 2 5 6 7 8 9 e f g h i j k l m n o q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d","260":"M"},E:{"1":"B C TB c VB","2":"F K H D NB FB PB QB","132":"G E A RB SB"},F:{"1":"0 R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q WB XB YB ZB c DB bB AB","260":"3"},G:{"1":"mB nB oB pB","2":"4 FB dB IB gB hB","132":"G iB jB kB lB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","260":"M"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"CSS background-blend-mode"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js new file mode 100644 index 0000000..4b2fe8c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a aB UB"},D:{"2":"1 F K H D G E A B C p J L N I O P Q","164":"0 2 3 5 6 7 8 9 R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H NB FB PB","164":"D G E A B C QB RB SB TB c VB"},F:{"2":"E WB XB YB ZB","129":"B C c DB bB AB","164":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"2":"4 FB dB IB gB","164":"G hB iB jB kB lB mB nB oB pB"},H:{"132":"qB"},I:{"2":"4 EB F rB sB tB uB","164":"GB vB wB"},J:{"2":"D","164":"A"},K:{"2":"A","129":"B C c DB AB","164":"M"},L:{"164":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"164":"F K yB zB"},Q:{"164":"0B"},R:{"164":"1B"}},B:5,C:"CSS box-decoration-break"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-boxshadow.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-boxshadow.js new file mode 100644 index 0000000..e8e600f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-boxshadow.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB","33":"aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","33":"F K H D G E"},E:{"1":"H D G E A B C PB QB RB SB TB c VB","33":"K","164":"F NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z YB ZB c DB bB AB","2":"E WB XB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","33":"4 dB","164":"FB"},H:{"2":"qB"},I:{"1":"4 F GB uB vB wB","164":"EB rB sB tB"},J:{"1":"A","33":"D"},K:{"1":"B C M c DB AB","2":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"CSS3 Box-shadow"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-canvas.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-canvas.js new file mode 100644 index 0000000..7defd46 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-canvas.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u aB UB","16":"0 2 5 6 7 8 9 v w x y z BB CB"},D:{"2":"0 2 5 6 7 8 9 r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","33":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q"},E:{"2":"NB FB","33":"F K H D G E A B C PB QB RB SB TB c VB"},F:{"2":"0 E B C e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB","33":"3 J L N I O P Q R S T U V W X Y Z a b d"},G:{"33":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"GB","33":"4 EB F rB sB tB uB vB wB"},J:{"33":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"K yB zB","33":"F"},Q:{"33":"0B"},R:{"2":"1B"}},B:7,C:"CSS Canvas Drawings"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-caret-color.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-caret-color.js new file mode 100644 index 0000000..7b4ebf0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-caret-color.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v aB UB"},D:{"1":"0 2 5 6 7 8 9 BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},E:{"1":"C c VB","2":"F K H D G E A B NB FB PB QB RB SB TB"},F:{"1":"0 n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m WB XB YB ZB c DB bB AB"},G:{"1":"oB pB","2":"4 G FB dB IB gB hB iB jB kB lB mB nB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"zB","2":"F K yB"},Q:{"2":"0B"},R:{"2":"1B"}},B:4,C:"CSS caret-color"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-case-insensitive.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-case-insensitive.js new file mode 100644 index 0000000..ac4d7fc --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-case-insensitive.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M aB UB"},D:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r"},E:{"1":"E A B C SB TB c VB","2":"F K H D G NB FB PB QB RB"},F:{"1":"0 f g h i j k l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e WB XB YB ZB c DB bB AB"},G:{"1":"jB kB lB mB nB oB pB","2":"4 G FB dB IB gB hB iB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"Case-insensitive CSS attribute selectors"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-clip-path.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-clip-path.js new file mode 100644 index 0000000..1b4e33a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-clip-path.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 x y z BB CB","2":"cB EB","132":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M aB UB","644":"q r s t u v w"},D:{"2":"1 F K H D G E A B C p J L N I O P Q R S","260":"0 2 5 6 7 8 9 y z BB CB OB GB fB JB HB KB LB MB","292":"3 T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x"},E:{"2":"F K H NB FB PB QB","292":"D G E A B C RB SB TB c VB"},F:{"2":"E B C WB XB YB ZB c DB bB AB","260":"0 l m n o M q r s t u v w x y z","292":"3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k"},G:{"2":"4 FB dB IB gB","292":"G hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB","260":"GB","292":"vB wB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","292":"M"},L:{"260":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"292":"xB"},P:{"292":"F K yB zB"},Q:{"292":"0B"},R:{"260":"1B"}},B:4,C:"CSS clip-path property (for HTML)"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-color-adjust.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-color-adjust.js new file mode 100644 index 0000000..fe0a899 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-color-adjust.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q aB UB"},D:{"16":"1 F K H D G E A B C p J L N I","33":"0 2 3 5 6 7 8 9 O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K NB FB PB","33":"H D G E A B C QB RB SB TB c VB"},F:{"2":"E B C WB XB YB ZB c DB bB AB","33":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"16":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"16":"4 EB F GB rB sB tB uB vB wB"},J:{"16":"D A"},K:{"2":"A B C M c DB AB"},L:{"16":"HB"},M:{"1":"2"},N:{"16":"A B"},O:{"16":"xB"},P:{"16":"F K yB zB"},Q:{"16":"0B"},R:{"16":"1B"}},B:7,C:"CSS color-adjust"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-conic-gradients.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-conic-gradients.js new file mode 100644 index 0000000..3cc953b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-conic-gradients.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"JB HB KB LB MB","2":"0 1 3 5 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","194":"2 6 7 8 9 BB CB OB GB fB"},E:{"1":"VB","2":"F K H D G E A B C NB FB PB QB RB SB TB c"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o WB XB YB ZB c DB bB AB","194":"0 M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"CSS Conical Gradients"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-containment.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-containment.js new file mode 100644 index 0000000..b6cf090 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-containment.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j aB UB","322":"k l m n o M q r s t u","336":"0 2 5 6 7 8 9 v w x y z BB CB"},D:{"1":"0 2 5 6 7 8 9 v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t","194":"u"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 j k l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g WB XB YB ZB c DB bB AB","194":"h i"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"322":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"yB zB","2":"F K"},Q:{"2":"0B"},R:{"2":"1B"}},B:4,C:"CSS Containment"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-counters.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-counters.js new file mode 100644 index 0000000..a3964c7 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-counters.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"G E A B","2":"H D eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"CSS Counters"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-crisp-edges.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-crisp-edges.js new file mode 100644 index 0000000..f4e6798 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-crisp-edges.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H eB","2340":"D G E A B"},B:{"2":"1 C p J L N I"},C:{"2":"cB EB aB","513":"CB","545":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB UB"},D:{"2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j","1025":"0 2 5 6 7 8 9 k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"A B C TB c VB","2":"F K NB FB PB","164":"H","4644":"D G E QB RB SB"},F:{"2":"E B J L N I O P Q R S T U V W WB XB YB ZB c DB","545":"C bB AB","1025":"0 3 X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"1":"lB mB nB oB pB","2":"4 FB dB","4260":"IB gB","4644":"G hB iB jB kB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB vB wB","1025":"GB"},J:{"2":"D","4260":"A"},K:{"2":"A B c DB","545":"C AB","1025":"M"},L:{"1025":"HB"},M:{"545":"2"},N:{"2340":"A B"},O:{"1":"xB"},P:{"1025":"F K yB zB"},Q:{"2":"0B"},R:{"1025":"1B"}},B:7,C:"Crisp edges/pixelated images"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-cross-fade.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-cross-fade.js new file mode 100644 index 0000000..e606cb3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-cross-fade.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"1 F K H D G E A B C p J L","33":"0 2 3 5 6 7 8 9 N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"A B C TB c VB","2":"F K NB FB","33":"H D G E PB QB RB SB"},F:{"2":"E B C WB XB YB ZB c DB bB AB","33":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"1":"lB mB nB oB pB","2":"4 FB dB","33":"G IB gB hB iB jB kB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB","33":"GB vB wB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","33":"M"},L:{"33":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"33":"xB"},P:{"33":"F K yB zB"},Q:{"33":"0B"},R:{"33":"1B"}},B:7,C:"CSS Cross-Fade Function"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-default-pseudo.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-default-pseudo.js new file mode 100644 index 0000000..f7ccba5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-default-pseudo.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","16":"cB EB aB UB"},D:{"1":"0 2 5 6 7 8 9 u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p","132":"3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t"},E:{"1":"B C TB c VB","16":"F K NB FB","132":"H D G E A PB QB RB SB"},F:{"1":"0 h i j k l m n o M q r s t u v w x y z","16":"E B WB XB YB ZB c DB","132":"3 J L N I O P Q R S T U V W X Y Z a b d e f g","260":"C bB AB"},G:{"1":"mB nB oB pB","16":"4 FB dB IB gB","132":"G hB iB jB kB lB"},H:{"260":"qB"},I:{"1":"GB","16":"EB rB sB tB","132":"4 F uB vB wB"},J:{"16":"D","132":"A"},K:{"1":"M","16":"A B C c DB","260":"AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"132":"xB"},P:{"1":"K yB zB","132":"F"},Q:{"1":"0B"},R:{"2":"1B"}},B:7,C:":default CSS pseudo-class"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js new file mode 100644 index 0000000..8d88cb8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB","16":"KB LB MB"},E:{"1":"B","2":"F K H D G E A C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:"Explicit descendant combinator >>"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-deviceadaptation.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-deviceadaptation.js new file mode 100644 index 0000000..5f1e544 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-deviceadaptation.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","164":"A B"},B:{"164":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"1 F K H D G E A B C p J L N I O P Q R S T U V W X","66":"0 2 3 5 6 7 8 9 Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i WB XB YB ZB c DB bB AB","66":"0 j k l m n o M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"292":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A M","292":"B C c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"164":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"66":"0B"},R:{"2":"1B"}},B:5,C:"CSS Device Adaptation"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-dir-pseudo.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-dir-pseudo.js new file mode 100644 index 0000000..dc2476b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-dir-pseudo.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L aB UB","33":"3 N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:":dir() CSS pseudo-class"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-display-contents.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-display-contents.js new file mode 100644 index 0000000..7f775ae --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-display-contents.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"2 9 BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f aB UB","260":"0 5 6 7 8 g h i j k l m n o M q r s t u v w x y z"},D:{"2":"0 1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","194":"2 5 6 7 8 9 BB","260":"CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B NB FB PB QB RB SB TB","260":"C c VB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u WB XB YB ZB c DB bB AB","260":"0 v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB","260":"oB pB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB vB wB","260":"GB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"260":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"CSS display: contents"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-element-function.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-element-function.js new file mode 100644 index 0000000..e3359cf --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-element-function.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"33":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","164":"cB EB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"33":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"CSS element() function"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-env-function.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-env-function.js new file mode 100644 index 0000000..1aab9c7 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-env-function.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB","16":"BB CB"},D:{"1":"JB HB KB LB MB","2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB"},E:{"1":"C c VB","2":"F K H D G E A NB FB PB QB RB SB TB","132":"B"},F:{"1":"0 z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y WB XB YB ZB c DB bB AB"},G:{"1":"oB pB","2":"4 G FB dB IB gB hB iB jB kB lB mB","132":"nB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:"CSS Environment Variables env()"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-exclusions.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-exclusions.js new file mode 100644 index 0000000..04a1272 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-exclusions.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","33":"A B"},B:{"33":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"33":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"CSS Exclusions Level 1"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-featurequeries.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-featurequeries.js new file mode 100644 index 0000000..671d648 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-featurequeries.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q aB UB"},D:{"1":"0 2 3 5 6 7 8 9 X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T U V W"},E:{"1":"E A B C SB TB c VB","2":"F K H D G NB FB PB QB RB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E B C WB XB YB ZB c DB bB"},G:{"1":"jB kB lB mB nB oB pB","2":"4 G FB dB IB gB hB iB"},H:{"1":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"CSS Feature Queries"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-filter-function.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-filter-function.js new file mode 100644 index 0000000..7bb1c05 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-filter-function.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"A B C SB TB c VB","2":"F K H D G NB FB PB QB RB","33":"E"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"lB mB nB oB pB","2":"4 G FB dB IB gB hB iB","33":"jB kB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"CSS filter() function"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-filters.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-filters.js new file mode 100644 index 0000000..d57f247 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-filters.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1028":"1 p J L N I","1346":"C"},C:{"1":"0 2 5 6 7 8 9 e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB","196":"d","516":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b UB"},D:{"1":"0 2 5 6 7 8 9 w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N","33":"3 I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v"},E:{"1":"A B C SB TB c VB","2":"F K NB FB PB","33":"H D G E QB RB"},F:{"1":"0 j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB","33":"3 J L N I O P Q R S T U V W X Y Z a b d e f g h i"},G:{"1":"kB lB mB nB oB pB","2":"4 FB dB IB","33":"G gB hB iB jB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB","33":"vB wB"},J:{"2":"D","33":"A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"zB","33":"F K yB"},Q:{"33":"0B"},R:{"33":"1B"}},B:5,C:"CSS Filter Effects"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-first-letter.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-first-letter.js new file mode 100644 index 0000000..4e61ac4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-first-letter.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","16":"eB","516":"G","1540":"H D"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","132":"EB","260":"cB"},D:{"1":"0 1 2 3 5 6 7 8 9 E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"K H D G","132":"F"},E:{"1":"H D G E A B C PB QB RB SB TB c VB","16":"K NB","132":"F FB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z bB AB","16":"E WB","260":"B XB YB ZB c DB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","16":"4 FB dB"},H:{"1":"qB"},I:{"1":"4 EB F GB uB vB wB","16":"rB sB","132":"tB"},J:{"1":"D A"},K:{"1":"C M AB","260":"A B c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"::first-letter CSS pseudo-element selector"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-first-line.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-first-line.js new file mode 100644 index 0000000..e1200ad --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-first-line.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","132":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"CSS first-line pseudo-element"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-fixed.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-fixed.js new file mode 100644 index 0000000..6459f19 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-fixed.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"D G E A B","2":"eB","8":"H"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB TB c VB","1025":"SB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"G iB jB kB lB mB nB oB pB","2":"4 FB dB","132":"IB gB hB"},H:{"2":"qB"},I:{"1":"EB GB vB wB","260":"rB sB tB","513":"4 F uB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"CSS position:fixed"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-focus-ring.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-focus-ring.js new file mode 100644 index 0000000..85d13b0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-focus-ring.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"K C G E A B CB"},B:{"2":"D v Z I M H"},C:{"2":"VB y TB SB","161":"0 1 2 3 5 6 7 F J K C G E A B D v Z I M H N O P Q R S T U V W X Y x a b c d e f L h i j k l m n o p q r s t u z w"},D:{"2":"0 1 2 3 5 6 7 F J K C G E A B D v Z I M H N O P Q R S T U V W X Y x a b c d e f L h i j k l m n o p q r s t u z w HB g DB XB EB FB"},E:{"2":"F J K C G E A B GB AB IB JB KB LB MB NB"},F:{"2":"8 9 E B D I M H N O P Q R S T U V W X Y x a b c d e f L h i j k l m n o p q r s t u OB PB QB RB UB BB"},G:{"2":"4 G AB WB YB ZB aB bB cB dB eB fB gB"},H:{"2":"hB"},I:{"2":"4 y F g iB jB kB lB mB nB"},J:{"2":"C A"},K:{"2":"8 9 A B D L BB"},L:{"2":"g"},M:{"161":"w"},N:{"2":"A B"},O:{"2":"oB"},P:{"2":"F J pB"},Q:{"2":"qB"},R:{"2":"rB"}},B:7,C:":focus-ring CSS pseudo-class"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-focus-visible.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-focus-visible.js new file mode 100644 index 0000000..71edcdd --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-focus-visible.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"cB EB aB UB","161":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB","328":"GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"328":"HB"},M:{"161":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:":focus-visible CSS pseudo-class"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-focus-within.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-focus-within.js new file mode 100644 index 0000000..25430e1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-focus-within.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u aB UB"},D:{"1":"2 7 8 9 BB CB OB GB fB JB HB KB LB MB","2":"0 1 3 5 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","194":"6"},E:{"1":"B C TB c VB","2":"F K H D G E A NB FB PB QB RB SB"},F:{"1":"0 q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o WB XB YB ZB c DB bB AB","194":"M"},G:{"1":"mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:":focus-within CSS pseudo-class"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js new file mode 100644 index 0000000..34a76df --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"2 5 6 7 8 9 BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o aB UB","322":"0 M q r s t u v w x y z"},D:{"1":"2 7 8 9 BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r","194":"0 5 6 s t u v w x y z"},E:{"1":"C c VB","2":"F K H D G E A B NB FB PB QB RB SB TB"},F:{"1":"0 q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e WB XB YB ZB c DB bB AB","194":"f g h i j k l m n o M"},G:{"1":"oB pB","2":"4 G FB dB IB gB hB iB jB kB lB mB nB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","194":"M"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F","194":"K yB zB"},Q:{"194":"0B"},R:{"2":"1B"}},B:5,C:"CSS font-rendering controls"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-font-stretch.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-font-stretch.js new file mode 100644 index 0000000..741250b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-font-stretch.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB F K H D G aB UB"},D:{"1":"0 2 5 6 7 8 9 r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q"},E:{"1":"B C c VB","2":"F K H D G E A NB FB PB QB RB SB TB"},F:{"1":"0 e f g h i j k l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"1":"1B"}},B:4,C:"CSS font-stretch"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-gencontent.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-gencontent.js new file mode 100644 index 0000000..86b14b3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-gencontent.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D eB","132":"G"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"CSS Generated content for pseudo-elements"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-gradients.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-gradients.js new file mode 100644 index 0000000..7cb002d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-gradients.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB","260":"3 L N I O P Q R S T U V W X Y Z a b d e","292":"1 F K H D G E A B C p J UB"},D:{"1":"0 2 3 5 6 7 8 9 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","33":"1 A B C p J L N I O P Q R S T U","548":"F K H D G E"},E:{"2":"NB FB","260":"D G E A B C QB RB SB TB c VB","292":"H PB","804":"F K"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E B WB XB YB ZB","33":"C bB","164":"c DB"},G:{"260":"G hB iB jB kB lB mB nB oB pB","292":"IB gB","804":"4 FB dB"},H:{"2":"qB"},I:{"1":"GB vB wB","33":"4 F uB","548":"EB rB sB tB"},J:{"1":"A","548":"D"},K:{"1":"M AB","2":"A B","33":"C","164":"c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"CSS Gradients"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-grid.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-grid.js new file mode 100644 index 0000000..265f63f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-grid.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G eB","8":"E","292":"A B"},B:{"1":"L N I","292":"1 C p J"},C:{"1":"0 2 5 6 7 8 9 x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I aB UB","8":"3 O P Q R S T U V W X Y Z a b d e f g h i","584":"j k l m n o M q r s t u","1025":"v w"},D:{"1":"2 5 6 7 8 9 BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T","8":"U V W X","200":"3 Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","1025":"0"},E:{"1":"B C TB c VB","2":"F K NB FB PB","8":"H D G E A QB RB SB"},F:{"1":"0 n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V W WB XB YB ZB c DB bB AB","200":"3 X Y Z a b d e f g h i j k l m"},G:{"1":"mB nB oB pB","2":"4 FB dB IB","8":"G gB hB iB jB kB lB"},H:{"2":"qB"},I:{"1":"GB","2":"EB F rB sB tB uB","8":"4 vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"292":"A B"},O:{"1":"xB"},P:{"1":"yB zB","2":"K","8":"F"},Q:{"200":"0B"},R:{"2":"1B"}},B:4,C:"CSS Grid Layout"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js new file mode 100644 index 0000000..51b0181 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"A B C TB c VB","2":"F K H D G E NB FB PB QB RB SB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"lB mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"CSS hanging-punctuation"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-has.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-has.js new file mode 100644 index 0000000..4c309ec --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-has.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:":has() CSS relational pseudo-class"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-hyphenate.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-hyphenate.js new file mode 100644 index 0000000..ab52359 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-hyphenate.js @@ -0,0 +1 @@ +module.exports={A:{A:{"16":"H D G E A B eB"},B:{"16":"1 C p J L N I"},C:{"16":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 2 5 6 7 8 9 y z BB CB OB GB fB JB HB KB LB MB","16":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x"},E:{"16":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"16":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"16":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"16":"qB"},I:{"16":"4 EB F GB rB sB tB uB vB wB"},J:{"16":"D A"},K:{"16":"A B C M c DB AB"},L:{"16":"HB"},M:{"16":"2"},N:{"16":"A B"},O:{"16":"xB"},P:{"16":"F K yB zB"},Q:{"16":"0B"},R:{"16":"1B"}},B:5,C:"CSS4 Hyphenation"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-hyphens.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-hyphens.js new file mode 100644 index 0000000..ad392e3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-hyphens.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","33":"A B"},B:{"33":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 m n o M q r s t u v w x y z BB CB","2":"cB EB F K aB UB","33":"1 3 H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l"},D:{"2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x","132":"0 2 5 6 7 8 9 y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K NB FB","33":"H D G E A B C PB QB RB SB TB c VB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k WB XB YB ZB c DB bB AB","132":"0 l m n o M q r s t u v w x y z"},G:{"2":"FB dB","33":"4 G IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB vB wB","132":"GB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"132":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"4":"xB"},P:{"1":"yB zB","2":"F","132":"K"},Q:{"2":"0B"},R:{"132":"1B"}},B:5,C:"CSS Hyphenation"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-image-orientation.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-image-orientation.js new file mode 100644 index 0000000..cd70986 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-image-orientation.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"132":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:4,C:"CSS3 image-orientation"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-image-set.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-image-set.js new file mode 100644 index 0000000..6fc92d8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-image-set.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"1 F K H D G E A B C p J L N I O P","33":"0 2 3 5 6 7 8 9 Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K NB FB PB","33":"H D G E QB RB SB","129":"A B C TB c VB"},F:{"2":"E B C WB XB YB ZB c DB bB AB","33":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"2":"4 FB dB IB","33":"G gB hB iB jB kB","129":"lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB","33":"GB vB wB"},J:{"2":"D","33":"A"},K:{"2":"A B C c DB AB","33":"M"},L:{"33":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"33":"xB"},P:{"33":"F K yB zB"},Q:{"33":"0B"},R:{"33":"1B"}},B:5,C:"CSS image-set"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-in-out-of-range.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-in-out-of-range.js new file mode 100644 index 0000000..0d48b41 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-in-out-of-range.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"C","260":"1 p J L N I"},C:{"1":"0 2 5 6 7 8 9 t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X aB UB","516":"3 Y Z a b d e f g h i j k l m n o M q r s"},D:{"1":"0 2 5 6 7 8 9 w x y z BB CB OB GB fB JB HB KB LB MB","2":"F","16":"1 K H D G E A B C p","260":"v","772":"3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u"},E:{"1":"B C TB c VB","2":"F NB FB","16":"K","772":"H D G E A PB QB RB SB"},F:{"1":"0 j k l m n o M q r s t u v w x y z","16":"E WB","260":"B C i XB YB ZB c DB bB AB","772":"3 J L N I O P Q R S T U V W X Y Z a b d e f g h"},G:{"1":"mB nB oB pB","2":"4 FB dB","772":"G IB gB hB iB jB kB lB"},H:{"132":"qB"},I:{"1":"GB","2":"EB rB sB tB","260":"4 F uB vB wB"},J:{"2":"D","260":"A"},K:{"1":"M","260":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","260":"F"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:":in-range and :out-of-range CSS pseudo-classes"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js new file mode 100644 index 0000000..06f8970 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G eB","132":"A B","388":"E"},B:{"132":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 u v w x y z BB CB","16":"cB EB aB UB","132":"1 3 H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t","388":"F K"},D:{"1":"0 2 5 6 7 8 9 i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p","132":"3 J L N I O P Q R S T U V W X Y Z a b d e f g h"},E:{"1":"B C TB c VB","16":"F K H NB FB","132":"D G E A QB RB SB","388":"PB"},F:{"1":"0 3 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","16":"E B WB XB YB ZB c DB","132":"J L N I O P Q R S T U","516":"C bB AB"},G:{"1":"mB nB oB pB","16":"4 FB dB IB gB","132":"G hB iB jB kB lB"},H:{"516":"qB"},I:{"1":"GB","16":"EB rB sB tB wB","132":"vB","388":"4 F uB"},J:{"16":"D","132":"A"},K:{"1":"M","16":"A B C c DB","516":"AB"},L:{"1":"HB"},M:{"132":"2"},N:{"132":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:7,C:":indeterminate CSS pseudo-class"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-initial-letter.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-initial-letter.js new file mode 100644 index 0000000..8467a51 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-initial-letter.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G NB FB PB QB RB","4":"E","164":"A B C SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB","164":"jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"CSS Initial Letter"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-initial-value.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-initial-value.js new file mode 100644 index 0000000..477b7b3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-initial-value.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","33":"1 F K H D G E A B C p J L N I aB UB","164":"cB EB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C FB PB QB RB SB TB c VB","16":"NB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","16":"FB"},H:{"2":"qB"},I:{"1":"4 EB F GB tB uB vB wB","16":"rB sB"},J:{"1":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"CSS initial value"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-letter-spacing.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-letter-spacing.js new file mode 100644 index 0000000..d8e3903 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-letter-spacing.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","16":"eB","132":"H D G"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 2 3 5 6 7 8 9 Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","132":"1 F K H D G E A B C p J L N I O P Q R S T U V W X Y"},E:{"1":"D G E A B C QB RB SB TB c VB","16":"NB","132":"F K H FB PB"},F:{"1":"0 3 N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","16":"E WB","132":"B C J L XB YB ZB c DB bB AB"},G:{"1":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","16":"FB"},H:{"2":"qB"},I:{"1":"GB vB wB","16":"rB sB","132":"4 EB F tB uB"},J:{"132":"D A"},K:{"1":"M","132":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"letter-spacing CSS property"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-line-clamp.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-line-clamp.js new file mode 100644 index 0000000..0e50dda --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-line-clamp.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L","129":"N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"16":"F K H D G E A B C p","33":"0 1 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F NB FB","33":"K H D G E A B C PB QB RB SB TB c VB"},F:{"2":"E B C WB XB YB ZB c DB bB AB","33":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"2":"4 FB dB","33":"G IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"16":"rB sB","33":"4 EB F GB tB uB vB wB"},J:{"33":"D A"},K:{"2":"A B C c DB AB","33":"M"},L:{"33":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"33":"xB"},P:{"33":"F K yB zB"},Q:{"33":"0B"},R:{"33":"1B"}},B:7,C:"CSS line-clamp"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-logical-props.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-logical-props.js new file mode 100644 index 0000000..cf1f21e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-logical-props.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 k l m n o M q r s t u v w x y z BB CB","2":"cB","164":"1 3 EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j aB UB"},D:{"1":"JB HB KB LB MB","292":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB"},E:{"1":"VB","292":"F K H D G E A B C NB FB PB QB RB SB TB c"},F:{"2":"E B C WB XB YB ZB c DB bB AB","292":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"292":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","292":"4 EB F rB sB tB uB vB wB"},J:{"292":"D A"},K:{"2":"A B C c DB AB","292":"M"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"292":"xB"},P:{"292":"F K yB zB"},Q:{"292":"0B"},R:{"292":"1B"}},B:5,C:"CSS Logical Properties"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-marker-pseudo.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-marker-pseudo.js new file mode 100644 index 0000000..2812815 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-marker-pseudo.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B NB FB PB QB RB SB TB","129":"C c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"oB pB","2":"4 G FB dB IB gB hB iB jB kB lB mB nB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"CSS ::marker pseudo-element"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-masks.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-masks.js new file mode 100644 index 0000000..38cae94 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-masks.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L","3138":"N","4100":"I"},C:{"1":"0 2 5 6 7 8 9 w x y z BB CB","2":"cB EB","260":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v aB UB"},D:{"164":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"NB FB","164":"F K H D G E A B C PB QB RB SB TB c VB"},F:{"2":"E B C WB XB YB ZB c DB bB AB","164":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"164":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"164":"GB vB wB","676":"4 EB F rB sB tB uB"},J:{"164":"D A"},K:{"2":"A B C c DB AB","164":"M"},L:{"164":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"164":"xB"},P:{"164":"F K yB zB"},Q:{"164":"0B"},R:{"164":"1B"}},B:4,C:"CSS Masks"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-matches-pseudo.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-matches-pseudo.js new file mode 100644 index 0000000..06efe96 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-matches-pseudo.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"16":"cB EB aB UB","548":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB"},D:{"16":"1 F K H D G E A B C p","164":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB","1348":"CB OB GB fB JB HB KB LB MB"},E:{"2":"F NB FB","16":"K","164":"H D G PB QB RB","257":"E A B C SB TB c VB"},F:{"2":"E B C WB XB YB ZB c DB bB AB","164":"3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u","1220":"0 v w x y z"},G:{"16":"4 FB dB IB gB","164":"G hB iB","257":"jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"16":"EB rB sB tB","164":"4 F GB uB vB wB"},J:{"16":"D","164":"A"},K:{"2":"A B C c DB AB","164":"M"},L:{"1220":"HB"},M:{"548":"2"},N:{"2":"A B"},O:{"164":"xB"},P:{"164":"F K yB zB"},Q:{"164":"0B"},R:{"164":"1B"}},B:5,C:":matches() CSS pseudo-class"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-math-functions.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-math-functions.js new file mode 100644 index 0000000..f431e2f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-math-functions.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB","16":"BB CB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B NB FB PB QB RB SB TB","132":"C c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB","132":"oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"16":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"16":"0B"},R:{"16":"1B"}},B:5,C:"CSS math functions min(), max() and clamp()"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-media-interaction.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-media-interaction.js new file mode 100644 index 0000000..249daf7 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-media-interaction.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"BB CB","2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB"},D:{"1":"0 2 5 6 7 8 9 k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j"},E:{"1":"E A B C SB TB c VB","2":"F K H D G NB FB PB QB RB"},F:{"1":"0 3 X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V W WB XB YB ZB c DB bB AB"},G:{"1":"jB kB lB mB nB oB pB","2":"4 G FB dB IB gB hB iB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"1":"1B"}},B:5,C:"Media Queries: interaction media features"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-media-resolution.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-media-resolution.js new file mode 100644 index 0000000..798ff2f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-media-resolution.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G eB","132":"E A B"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB","260":"1 F K H D G E A B C p J aB UB"},D:{"1":"0 2 3 5 6 7 8 9 Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","548":"1 F K H D G E A B C p J L N I O P Q R S T U V W X"},E:{"2":"NB FB","548":"F K H D G E A B C PB QB RB SB TB c VB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E","548":"B C WB XB YB ZB c DB bB"},G:{"16":"FB","548":"4 G dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"132":"qB"},I:{"1":"GB vB wB","16":"rB sB","548":"4 EB F tB uB"},J:{"548":"D A"},K:{"1":"M AB","548":"A B C c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"132":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"Media Queries: resolution feature"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-media-scripting.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-media-scripting.js new file mode 100644 index 0000000..8efa756 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-media-scripting.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"16":"1 C p J L N I"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u aB UB","16":"0 2 5 6 7 8 9 v w x y z BB CB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB","16":"KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"Media Queries: scripting media feature"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-mediaqueries.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-mediaqueries.js new file mode 100644 index 0000000..df3786b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-mediaqueries.js @@ -0,0 +1 @@ +module.exports={A:{A:{"8":"H D G eB","129":"E A B"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","2":"cB EB"},D:{"1":"0 2 3 5 6 7 8 9 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","129":"1 F K H D G E A B C p J L N I O P Q R S T U"},E:{"1":"D G E A B C QB RB SB TB c VB","129":"F K H PB","388":"NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB","2":"E"},G:{"1":"G hB iB jB kB lB mB nB oB pB","129":"4 FB dB IB gB"},H:{"1":"qB"},I:{"1":"GB vB wB","129":"4 EB F rB sB tB uB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"129":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"CSS3 Media Queries"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-mixblendmode.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-mixblendmode.js new file mode 100644 index 0000000..c4563dd --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-mixblendmode.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a aB UB"},D:{"1":"0 2 5 6 7 8 9 k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T U V W X","194":"3 Y Z a b d e f g h i j"},E:{"2":"F K H D NB FB PB QB","260":"G E A B C RB SB TB c VB"},F:{"1":"0 3 Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V W X WB XB YB ZB c DB bB AB"},G:{"2":"4 FB dB IB gB hB","260":"G iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"Blending of HTML/SVG elements"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-motion-paths.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-motion-paths.js new file mode 100644 index 0000000..362c49e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-motion-paths.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 2 5 6 7 8 9 M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l","194":"m n o"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V W X Y WB XB YB ZB c DB bB AB","194":"Z a b"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"1":"1B"}},B:5,C:"CSS Motion Path"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-namespaces.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-namespaces.js new file mode 100644 index 0000000..c5c6134 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-namespaces.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","16":"NB FB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"4 G IB gB hB iB jB kB lB mB nB oB pB","16":"FB dB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"CSS namespaces"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-not-sel-list.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-not-sel-list.js new file mode 100644 index 0000000..af8e059 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-not-sel-list.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB","16":"BB CB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB","16":"KB LB MB"},E:{"1":"E A B C SB TB c VB","2":"F K H D G NB FB PB QB RB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"jB kB lB mB nB oB pB","2":"4 G FB dB IB gB hB iB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"selector list argument of :not()"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-nth-child-of.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-nth-child-of.js new file mode 100644 index 0000000..65e955c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-nth-child-of.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"E A B C SB TB c VB","2":"F K H D G NB FB PB QB RB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"jB kB lB mB nB oB pB","2":"4 G FB dB IB gB hB iB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:"selector list argument of :nth-child and :nth-last-child CSS pseudo-classes"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-opacity.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-opacity.js new file mode 100644 index 0000000..000b29c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-opacity.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","4":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"CSS3 Opacity"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-optional-pseudo.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-optional-pseudo.js new file mode 100644 index 0000000..1f995cb --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-optional-pseudo.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB"},D:{"1":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p"},E:{"1":"K H D G E A B C PB QB RB SB TB c VB","2":"F NB FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","16":"E WB","132":"B C XB YB ZB c DB bB AB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB"},H:{"132":"qB"},I:{"1":"4 EB F GB tB uB vB wB","16":"rB sB"},J:{"1":"D A"},K:{"1":"M","132":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:7,C:":optional CSS pseudo-class"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-overflow-anchor.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-overflow-anchor.js new file mode 100644 index 0000000..caeb5ea --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-overflow-anchor.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 2 5 6 7 8 9 z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"1":"1B"}},B:5,C:"CSS overflow-anchor (Scroll Anchoring)"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-overflow.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-overflow.js new file mode 100644 index 0000000..ff026db --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-overflow.js @@ -0,0 +1 @@ +module.exports={A:{A:{"388":"H D G E A B eB"},B:{"388":"1 C p J L N I"},C:{"260":"2 8 9 BB CB","388":"0 1 3 5 6 7 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB"},D:{"260":"fB JB HB KB LB MB","388":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB"},E:{"388":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"260":"0 y z","388":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x WB XB YB ZB c DB bB AB"},G:{"388":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"388":"qB"},I:{"388":"4 EB F GB rB sB tB uB vB wB"},J:{"388":"D A"},K:{"388":"A B C M c DB AB"},L:{"260":"HB"},M:{"260":"2"},N:{"388":"A B"},O:{"388":"xB"},P:{"388":"F K yB zB"},Q:{"388":"0B"},R:{"388":"1B"}},B:5,C:"CSS overflow property"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js new file mode 100644 index 0000000..3ce4242 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","132":"A B"},B:{"132":"1 C p J L N","516":"I"},C:{"1":"2 6 7 8 9 BB CB","2":"0 1 3 5 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB"},D:{"1":"CB OB GB fB JB HB KB LB MB","2":"0 1 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","260":"2 BB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s WB XB YB ZB c DB bB AB","260":"t u"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"132":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:"CSS overscroll-behavior"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-page-break.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-page-break.js new file mode 100644 index 0000000..82ff7f7 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-page-break.js @@ -0,0 +1 @@ +module.exports={A:{A:{"388":"A B","900":"H D G E eB"},B:{"388":"1 C p J L N I"},C:{"900":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"900":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"772":"A","900":"F K H D G E B C NB FB PB QB RB SB TB c VB"},F:{"16":"E WB","129":"B C XB YB ZB c DB bB AB","900":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"900":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"129":"qB"},I:{"900":"4 EB F GB rB sB tB uB vB wB"},J:{"900":"D A"},K:{"129":"A B C c DB AB","900":"M"},L:{"900":"HB"},M:{"900":"2"},N:{"388":"A B"},O:{"900":"xB"},P:{"900":"F K yB zB"},Q:{"900":"0B"},R:{"900":"1B"}},B:2,C:"CSS page-break properties"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-paged-media.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-paged-media.js new file mode 100644 index 0000000..67b4742 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-paged-media.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D eB","132":"G E A B"},B:{"132":"1 C p J L N I"},C:{"2":"1 cB EB F K H D G E A B C p J L N I aB UB","132":"0 2 3 5 6 7 8 9 O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB"},D:{"1":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","132":"E B C WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"16":"qB"},I:{"16":"4 EB F GB rB sB tB uB vB wB"},J:{"16":"D A"},K:{"16":"A B C c DB AB","258":"M"},L:{"1":"HB"},M:{"132":"2"},N:{"258":"A B"},O:{"258":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"CSS Paged Media (@page)"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-paint-api.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-paint-api.js new file mode 100644 index 0000000..904a786 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-paint-api.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"CB OB GB fB JB HB KB LB MB","2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"CSS Paint API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-placeholder-shown.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-placeholder-shown.js new file mode 100644 index 0000000..afb485c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-placeholder-shown.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","292":"A B"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 u v w x y z BB CB","2":"cB EB aB UB","164":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t"},D:{"1":"0 2 5 6 7 8 9 q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M"},E:{"1":"E A B C SB TB c VB","2":"F K H D G NB FB PB QB RB"},F:{"1":"0 d e f g h i j k l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b WB XB YB ZB c DB bB AB"},G:{"1":"jB kB lB mB nB oB pB","2":"4 G FB dB IB gB hB iB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:":placeholder-shown CSS pseudo-class"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-placeholder.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-placeholder.js new file mode 100644 index 0000000..c1e56e7 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-placeholder.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"36":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I aB UB","33":"3 O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t"},D:{"1":"0 2 5 6 7 8 9 BB CB OB GB fB JB HB KB LB MB","36":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},E:{"1":"B C TB c VB","2":"F NB FB","36":"K H D G E A PB QB RB SB"},F:{"1":"0 n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB","36":"3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m"},G:{"1":"mB nB oB pB","2":"FB dB","36":"4 G IB gB hB iB jB kB lB"},H:{"2":"qB"},I:{"1":"GB","36":"4 EB F rB sB tB uB vB wB"},J:{"36":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"36":"A B"},O:{"1":"xB"},P:{"1":"zB","36":"F K yB"},Q:{"36":"0B"},R:{"1":"1B"}},B:5,C:"::placeholder CSS pseudo-element"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-read-only-write.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-read-only-write.js new file mode 100644 index 0000000..1be5d72 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-read-only-write.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 p J L N I","2":"C"},C:{"16":"cB","33":"0 1 2 3 5 6 7 8 9 EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 2 5 6 7 8 9 f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p","132":"3 J L N I O P Q R S T U V W X Y Z a b d e"},E:{"1":"E A B C SB TB c VB","16":"NB FB","132":"F K H D G PB QB RB"},F:{"1":"0 3 S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","16":"E B WB XB YB ZB c","132":"C J L N I O P Q R DB bB AB"},G:{"1":"jB kB lB mB nB oB pB","16":"FB dB","132":"4 G IB gB hB iB"},H:{"2":"qB"},I:{"1":"GB","16":"rB sB","132":"4 EB F tB uB vB wB"},J:{"1":"A","132":"D"},K:{"1":"M","2":"A B c","132":"C DB AB"},L:{"1":"HB"},M:{"33":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"CSS :read-only and :read-write selectors"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-rebeccapurple.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-rebeccapurple.js new file mode 100644 index 0000000..4e4fa34 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-rebeccapurple.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A eB","132":"B"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b aB UB"},D:{"1":"0 2 5 6 7 8 9 h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g"},E:{"1":"D G E A B C RB SB TB c VB","2":"F K H NB FB PB","16":"QB"},F:{"1":"0 3 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T WB XB YB ZB c DB bB AB"},G:{"1":"G iB jB kB lB mB nB oB pB","2":"4 FB dB IB gB hB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"2":"0B"},R:{"1":"1B"}},B:5,C:"Rebeccapurple color"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-reflections.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-reflections.js new file mode 100644 index 0000000..943e376 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-reflections.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"33":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"NB FB","33":"F K H D G E A B C PB QB RB SB TB c VB"},F:{"2":"E B C WB XB YB ZB c DB bB AB","33":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"33":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"33":"4 EB F GB rB sB tB uB vB wB"},J:{"33":"D A"},K:{"2":"A B C c DB AB","33":"M"},L:{"33":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"33":"F K yB zB"},Q:{"33":"0B"},R:{"33":"1B"}},B:7,C:"CSS Reflections"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-regions.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-regions.js new file mode 100644 index 0000000..d15730f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-regions.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","420":"A B"},B:{"420":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 5 6 7 8 9 F K H D G E A B C p e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","36":"J L N I","66":"3 O P Q R S T U V W X Y Z a b d"},E:{"2":"F K H C NB FB PB c VB","33":"D G E A B QB RB SB TB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 FB dB IB gB oB pB","33":"G hB iB jB kB lB mB nB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"420":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"CSS Regions"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-repeating-gradients.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-repeating-gradients.js new file mode 100644 index 0000000..58442d4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-repeating-gradients.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB","33":"1 F K H D G E A B C p J UB"},D:{"1":"0 2 3 5 6 7 8 9 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D G E","33":"1 A B C p J L N I O P Q R S T U"},E:{"1":"D G E A B C QB RB SB TB c VB","2":"F K NB FB","33":"H PB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E B WB XB YB ZB","33":"C bB","36":"c DB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","2":"4 FB dB","33":"IB gB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"EB rB sB tB","33":"4 F uB"},J:{"1":"A","2":"D"},K:{"1":"M AB","2":"A B","33":"C","36":"c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"CSS Repeating Gradients"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-resize.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-resize.js new file mode 100644 index 0000000..2f22407 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-resize.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB","33":"F"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","2":"NB FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB","132":"AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"CSS resize property"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-revert-value.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-revert-value.js new file mode 100644 index 0000000..557c1a1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-revert-value.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"A B C SB TB c VB","2":"F K H D G E NB FB PB QB RB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"kB lB mB nB oB pB","2":"4 G FB dB IB gB hB iB jB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"CSS revert value"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-rrggbbaa.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-rrggbbaa.js new file mode 100644 index 0000000..972fd17 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-rrggbbaa.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r aB UB"},D:{"1":"2 9 BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u","194":"0 5 6 7 8 v w x y z"},E:{"1":"A B C TB c VB","2":"F K H D G E NB FB PB QB RB SB"},F:{"1":"0 v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h WB XB YB ZB c DB bB AB","194":"i j k l m n o M q r s t u"},G:{"1":"lB mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F","194":"K yB zB"},Q:{"194":"0B"},R:{"194":"1B"}},B:7,C:"#rrggbbaa hex color notation"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-scroll-behavior.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-scroll-behavior.js new file mode 100644 index 0000000..4c4accd --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-scroll-behavior.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e aB UB"},D:{"2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j","129":"2 8 9 BB CB OB GB fB JB HB KB LB MB","450":"0 5 6 7 k l m n o M q r s t u v w x y z"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"E B C J L N I O P Q R S T U V W WB XB YB ZB c DB bB AB","129":"0 r s t u v w x y z","450":"3 X Y Z a b d e f g h i j k l m n o M q"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"450":"0B"},R:{"2":"1B"}},B:5,C:"CSSOM Scroll-behavior"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-scrollbar.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-scrollbar.js new file mode 100644 index 0000000..d416d2b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-scrollbar.js @@ -0,0 +1 @@ +module.exports={A:{A:{"132":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"BB CB","2":"0 1 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB","3074":"2"},D:{"292":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"16":"F K NB FB","292":"H D G E A B C PB QB RB SB TB c VB"},F:{"2":"E B C WB XB YB ZB c DB bB AB","292":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"16":"4 FB dB IB gB","292":"hB","804":"G iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"16":"rB sB","292":"4 EB F GB tB uB vB wB"},J:{"292":"D A"},K:{"2":"A B C c DB AB","292":"M"},L:{"292":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"292":"xB"},P:{"292":"F K yB zB"},Q:{"292":"0B"},R:{"292":"1B"}},B:7,C:"CSS scrollbar styling"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-sel2.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-sel2.js new file mode 100644 index 0000000..f13d949 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-sel2.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"D G E A B","2":"eB","8":"H"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"CSS 2.1 selectors"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-sel3.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-sel3.js new file mode 100644 index 0000000..8cc6444 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-sel3.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"eB","8":"H","132":"D G"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","2":"cB EB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C FB PB QB RB SB TB c VB","2":"NB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB","2":"E"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"CSS3 selectors"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-selection.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-selection.js new file mode 100644 index 0000000..6734a6b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-selection.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"2 9 BB CB","33":"0 1 3 5 6 7 8 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB","2":"E"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"A","2":"D"},K:{"1":"C M DB AB","16":"A B c"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"::selection CSS pseudo-element"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-shapes.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-shapes.js new file mode 100644 index 0000000..540a403 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-shapes.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"2 9 BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t aB UB","322":"0 5 6 7 8 u v w x y z"},D:{"1":"0 2 5 6 7 8 9 g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b","194":"d e f"},E:{"1":"B C TB c VB","2":"F K H D NB FB PB QB","33":"G E A RB SB"},F:{"1":"0 3 T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S WB XB YB ZB c DB bB AB"},G:{"1":"mB nB oB pB","2":"4 FB dB IB gB hB","33":"G iB jB kB lB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"CSS Shapes Level 1"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-snappoints.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-snappoints.js new file mode 100644 index 0000000..8a01674 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-snappoints.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","6308":"A","6436":"B"},B:{"6436":"1 C p J L N I"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h aB UB","2052":"0 2 5 6 7 8 9 i j k l m n o M q r s t u v w x y z BB CB"},D:{"1":"JB HB KB LB MB","2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","8258":"OB GB fB"},E:{"1":"B C c VB","2":"F K H D G NB FB PB QB RB","3108":"E A SB TB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w WB XB YB ZB c DB bB AB","8258":"0 x y z"},G:{"1":"nB oB pB","2":"4 G FB dB IB gB hB iB","3108":"jB kB lB mB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"2052":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:4,C:"CSS Scroll snap points"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-sticky.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-sticky.js new file mode 100644 index 0000000..a6cee3f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-sticky.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J","4100":"L N I"},C:{"1":"2 6 7 8 9 BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U aB UB","194":"V W X Y Z a","516":"0 3 5 b d e f g h i j k l m n o M q r s t u v w x y z"},D:{"2":"1 F K H D G E A B C p J L N I O P Q R g h i j k l m n o M q r s t u","322":"3 S T U V W X Y Z a b d e f v w x y","1028":"0 2 5 6 7 8 9 z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H NB FB PB","33":"G E A B C RB SB TB c VB","2084":"D QB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h WB XB YB ZB c DB bB AB","322":"i j k","1028":"0 l m n o M q r s t u v w x y z"},G:{"2":"4 FB dB IB","33":"G iB jB kB lB mB nB oB pB","2084":"gB hB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB vB wB","1028":"GB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","1028":"M"},L:{"1028":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1028":"xB"},P:{"1":"yB zB","2":"F K"},Q:{"322":"0B"},R:{"2":"1B"}},B:5,C:"CSS position:sticky"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-supports-api.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-supports-api.js new file mode 100644 index 0000000..3621e71 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-supports-api.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O aB UB","66":"P Q R"},D:{"1":"0 2 3 5 6 7 8 9 X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T U V W"},E:{"1":"E A B C SB TB c VB","2":"F K H D G NB FB PB QB RB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB","132":"AB"},G:{"1":"jB kB lB mB nB oB pB","2":"4 G FB dB IB gB hB iB"},H:{"132":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB","132":"AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"CSS.supports() API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-table.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-table.js new file mode 100644 index 0000000..b33ff17 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-table.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"G E A B","2":"H D eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","132":"cB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"CSS Table display"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-text-align-last.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-text-align-last.js new file mode 100644 index 0000000..c6d124e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-text-align-last.js @@ -0,0 +1 @@ +module.exports={A:{A:{"132":"H D G E A B eB"},B:{"4":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB","2":"cB EB F K H D G E A B aB UB","33":"1 3 C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r"},D:{"1":"0 2 5 6 7 8 9 q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d","322":"e f g h i j k l m n o M"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q WB XB YB ZB c DB bB AB","578":"3 R S T U V W X Y Z a b"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"132":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"1":"1B"}},B:5,C:"CSS3 text-align-last"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-text-indent.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-text-indent.js new file mode 100644 index 0000000..8949e8d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-text-indent.js @@ -0,0 +1 @@ +module.exports={A:{A:{"132":"H D G E A B eB"},B:{"132":"1 C p J L N I"},C:{"132":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"132":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g","388":"0 2 5 6 7 8 9 h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"132":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"132":"E B C J L N I O P Q R S T WB XB YB ZB c DB bB AB","388":"0 3 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"132":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"132":"qB"},I:{"132":"4 EB F GB rB sB tB uB vB wB"},J:{"132":"D A"},K:{"132":"A B C c DB AB","388":"M"},L:{"388":"HB"},M:{"132":"2"},N:{"132":"A B"},O:{"132":"xB"},P:{"132":"F","388":"K yB zB"},Q:{"388":"0B"},R:{"388":"1B"}},B:5,C:"CSS text-indent"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-text-justify.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-text-justify.js new file mode 100644 index 0000000..b9d2964 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-text-justify.js @@ -0,0 +1 @@ +module.exports={A:{A:{"16":"H D eB","132":"G E A B"},B:{"132":"1 C p J L N I"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w aB UB","1025":"0 2 5 6 7 8 9 y z BB CB","1602":"x"},D:{"2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l","322":"0 2 5 6 7 8 9 m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"E B C J L N I O P Q R S T U V W X Y WB XB YB ZB c DB bB AB","322":"0 3 Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB vB wB","322":"GB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","322":"M"},L:{"322":"HB"},M:{"1025":"2"},N:{"132":"A B"},O:{"2":"xB"},P:{"2":"F","322":"K yB zB"},Q:{"322":"0B"},R:{"322":"1B"}},B:5,C:"CSS text-justify"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-text-orientation.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-text-orientation.js new file mode 100644 index 0000000..8cf3f93 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-text-orientation.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 k l m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g aB UB","194":"h i j"},D:{"1":"0 2 5 6 7 8 9 r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q"},E:{"2":"F K H D G E NB FB PB QB RB SB","16":"A","33":"B C TB c VB"},F:{"1":"0 e f g h i j k l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d WB XB YB ZB c DB bB AB"},G:{"1":"lB mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"1":"1B"}},B:4,C:"CSS text-orientation"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-text-spacing.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-text-spacing.js new file mode 100644 index 0000000..c941ac5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-text-spacing.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D eB","161":"G E A B"},B:{"161":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"16":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"CSS Text 4 text-spacing"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-textshadow.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-textshadow.js new file mode 100644 index 0000000..55211b4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-textshadow.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","129":"A B"},B:{"129":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","2":"cB EB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","260":"NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB","2":"E"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"4":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"A","4":"D"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"129":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"CSS3 Text-shadow"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-touch-action-2.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-touch-action-2.js new file mode 100644 index 0000000..e1f4b2f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-touch-action-2.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","132":"B","164":"A"},B:{"132":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 2 5 6 7 8 9 z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x","260":"y"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k WB XB YB ZB c DB bB AB","260":"l"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"132":"B","164":"A"},O:{"2":"xB"},P:{"1":"K yB zB","16":"F"},Q:{"2":"0B"},R:{"1":"1B"}},B:5,C:"CSS touch-action level 2 values"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-touch-action.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-touch-action.js new file mode 100644 index 0000000..9509429 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-touch-action.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","2":"H D G E eB","289":"A"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X aB UB","194":"3 Y Z a b d e f g h i j k l m n o M q r s t u","1025":"v w x y z"},D:{"1":"0 2 5 6 7 8 9 f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB","516":"kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","289":"A"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"CSS touch-action property"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-transitions.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-transitions.js new file mode 100644 index 0000000..9d3c062 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-transitions.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB","33":"1 K H D G E A B C p J","164":"F"},D:{"1":"0 2 3 5 6 7 8 9 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","33":"1 F K H D G E A B C p J L N I O P Q R S T U"},E:{"1":"D G E A B C QB RB SB TB c VB","33":"H PB","164":"F K NB FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E WB XB","33":"C","164":"B YB ZB c DB bB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","33":"gB","164":"4 FB dB IB"},H:{"2":"qB"},I:{"1":"GB vB wB","33":"4 EB F rB sB tB uB"},J:{"1":"A","33":"D"},K:{"1":"M AB","33":"C","164":"A B c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"CSS3 Transitions"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-unicode-bidi.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-unicode-bidi.js new file mode 100644 index 0000000..f319be7 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-unicode-bidi.js @@ -0,0 +1 @@ +module.exports={A:{A:{"132":"H D G E A B eB"},B:{"132":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 t u v w x y z BB CB","33":"3 N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s","132":"cB EB F K H D G E aB UB","292":"1 A B C p J L"},D:{"1":"0 2 5 6 7 8 9 r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","132":"1 F K H D G E A B C p J L","548":"3 N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q"},E:{"132":"F K H D G NB FB PB QB RB","548":"E A B C SB TB c VB"},F:{"132":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"132":"4 G FB dB IB gB hB iB","548":"jB kB lB mB nB oB pB"},H:{"16":"qB"},I:{"1":"GB","16":"4 EB F rB sB tB uB vB wB"},J:{"16":"D A"},K:{"16":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"132":"A B"},O:{"16":"xB"},P:{"1":"K yB zB","16":"F"},Q:{"16":"0B"},R:{"16":"1B"}},B:4,C:"CSS unicode-bidi property"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-unset-value.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-unset-value.js new file mode 100644 index 0000000..e084315 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-unset-value.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 p J L N I","2":"C"},C:{"1":"0 2 3 5 6 7 8 9 W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V aB UB"},D:{"1":"0 2 5 6 7 8 9 k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j"},E:{"1":"A B C SB TB c VB","2":"F K H D G E NB FB PB QB RB"},F:{"1":"0 3 X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V W WB XB YB ZB c DB bB AB"},G:{"1":"kB lB mB nB oB pB","2":"4 G FB dB IB gB hB iB jB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"2":"0B"},R:{"1":"1B"}},B:4,C:"CSS unset value"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-variables.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-variables.js new file mode 100644 index 0000000..dd913c9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-variables.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"L N I","2":"1 C p","260":"J"},C:{"1":"0 2 3 5 6 7 8 9 a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z aB UB"},D:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q","194":"r"},E:{"1":"A B C SB TB c VB","2":"F K H D G E NB FB PB QB RB"},F:{"1":"0 f g h i j k l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d WB XB YB ZB c DB bB AB","194":"e"},G:{"1":"kB lB mB nB oB pB","2":"4 G FB dB IB gB hB iB jB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"2":"1B"}},B:4,C:"CSS Variables (Custom Properties)"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-widows-orphans.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-widows-orphans.js new file mode 100644 index 0000000..aaae965 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-widows-orphans.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D eB","129":"G E"},B:{"1":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 2 3 5 6 7 8 9 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T"},E:{"1":"D G E A B C RB SB TB c VB","2":"F K H NB FB PB QB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","129":"E B WB XB YB ZB c DB bB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB gB"},H:{"1":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"2":"D A"},K:{"1":"M AB","2":"A B C c DB"},L:{"1":"HB"},M:{"2":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"CSS widows & orphans"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-writing-mode.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-writing-mode.js new file mode 100644 index 0000000..20823a0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-writing-mode.js @@ -0,0 +1 @@ +module.exports={A:{A:{"132":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 k l m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e aB UB","322":"f g h i j"},D:{"1":"0 2 5 6 7 8 9 r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H","16":"D","33":"1 3 G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q"},E:{"1":"B C c VB","2":"F NB FB","16":"K","33":"H D G E A PB QB RB SB TB"},F:{"1":"0 e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB","33":"3 J L N I O P Q R S T U V W X Y Z a b d"},G:{"1":"nB oB pB","16":"4 FB dB","33":"G IB gB hB iB jB kB lB mB"},H:{"2":"qB"},I:{"1":"GB","2":"rB sB tB","33":"4 EB F uB vB wB"},J:{"33":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"36":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","33":"F"},Q:{"33":"0B"},R:{"1":"1B"}},B:4,C:"CSS writing-mode property"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-zoom.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-zoom.js new file mode 100644 index 0000000..657ee87 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css-zoom.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"H D eB","129":"G E A B"},B:{"1":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","2":"NB FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","2":"FB"},H:{"2":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"129":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:7,C:"CSS zoom"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-attr.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-attr.js new file mode 100644 index 0000000..e7852be --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-attr.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:4,C:"CSS3 attr() function for all properties"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-boxsizing.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-boxsizing.js new file mode 100644 index 0000000..f594397 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-boxsizing.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"G E A B","8":"H D eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","33":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","33":"F K H D G E"},E:{"1":"H D G E A B C PB QB RB SB TB c VB","33":"F K NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB","2":"E"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","33":"4 FB dB"},H:{"1":"qB"},I:{"1":"4 F GB uB vB wB","33":"EB rB sB tB"},J:{"1":"A","33":"D"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"CSS3 Box-sizing"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-colors.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-colors.js new file mode 100644 index 0000000..4d14c07 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-colors.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","4":"cB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z XB YB ZB c DB bB AB","2":"E","4":"WB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"CSS3 Colors"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-cursors-grab.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-cursors-grab.js new file mode 100644 index 0000000..989178e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-cursors-grab.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"J L N I","2":"1 C p"},C:{"1":"0 2 3 5 6 7 8 9 W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","33":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V aB UB"},D:{"1":"fB JB HB KB LB MB","33":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB"},E:{"1":"B C c VB","33":"F K H D G E A NB FB PB QB RB SB TB"},F:{"1":"0 C y z bB AB","2":"E B WB XB YB ZB c DB","33":"3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"33":"D A"},K:{"2":"A B C c DB AB","33":"M"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"33":"0B"},R:{"2":"1B"}},B:3,C:"CSS grab & grabbing cursors"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-cursors-newer.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-cursors-newer.js new file mode 100644 index 0000000..ad7689c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-cursors-newer.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","33":"1 cB EB F K H D G E A B C p J L N I O P Q R S aB UB"},D:{"1":"0 2 5 6 7 8 9 g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","33":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f"},E:{"1":"E A B C SB TB c VB","33":"F K H D G NB FB PB QB RB"},F:{"1":"0 3 C T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z bB AB","2":"E B WB XB YB ZB c DB","33":"J L N I O P Q R S"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"33":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:4,C:"CSS3 Cursors: zoom-in & zoom-out"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-cursors.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-cursors.js new file mode 100644 index 0000000..9df690b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-cursors.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","132":"H D G eB"},B:{"1":"1 J L N I","260":"C p"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","4":"cB EB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","4":"F"},E:{"1":"K H D G E A B C PB QB RB SB TB c VB","4":"F NB FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","260":"E B C WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D","16":"A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:4,C:"CSS3 Cursors (original values)"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-tabsize.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-tabsize.js new file mode 100644 index 0000000..3423c89 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/css3-tabsize.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"cB EB aB UB","33":"0 2 5 6 7 8 9 w x y z BB CB","164":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v"},D:{"1":"0 2 5 6 7 8 9 l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P","132":"3 Q R S T U V W X Y Z a b d e f g h i j k"},E:{"2":"F K H NB FB PB","132":"D G E A B C QB RB SB TB c VB"},F:{"1":"0 3 Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E WB XB YB","132":"J L N I O P Q R S T U V W X","164":"B C ZB c DB bB AB"},G:{"2":"4 FB dB IB gB","132":"G hB iB jB kB lB mB nB oB pB"},H:{"164":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB","132":"vB wB"},J:{"132":"D A"},K:{"1":"M","2":"A","164":"B C c DB AB"},L:{"1":"HB"},M:{"33":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"CSS3 tab-size"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/currentcolor.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/currentcolor.js new file mode 100644 index 0000000..572c5ee --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/currentcolor.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","2":"NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB","2":"E"},G:{"1":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","16":"FB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"CSS currentColor value"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/custom-elements.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/custom-elements.js new file mode 100644 index 0000000..0dfdc31 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/custom-elements.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","8":"A B"},B:{"8":"1 C p J L N I"},C:{"2":"1 cB EB F K H D G E A B C p J L N I O P Q R aB UB","194":"S T U V W X Y","200":"0 3 5 Z a b d e f g h i j k l m n o M q r s t u v w x y z","328":"2 6 7 8 9 BB CB"},D:{"1":"0 2 3 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB","2":"1 F K H D G E A B C p J L N I O P Q R S T U V MB","66":"W X Y Z a b"},E:{"2":"F K NB FB PB","8":"H D G E A B C QB RB SB TB c VB"},F:{"1":"0 3 P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB","66":"J L N I O"},G:{"2":"4 FB dB IB gB","8":"G hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB wB","2":"4 EB F rB sB tB uB vB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"200":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"Custom Elements v0"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/custom-elementsv1.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/custom-elementsv1.js new file mode 100644 index 0000000..96857ac --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/custom-elementsv1.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","8":"A B"},B:{"8":"1 C p J L N I"},C:{"1":"2 BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y aB UB","8":"3 Z a b d e f g h i j k l m n o M q r s","456":"0 5 t u v w x y z","712":"6 7 8 9"},D:{"1":"GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u","8":"v w","132":"0 2 5 6 7 8 9 x y z BB CB OB"},E:{"2":"F K H D NB FB PB QB RB","8":"G E A SB","132":"B C TB c VB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j WB XB YB ZB c DB bB AB","132":"0 k l m n o M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB","132":"mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","132":"M"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"yB zB","2":"F","132":"K"},Q:{"8":"0B"},R:{"132":"1B"}},B:1,C:"Custom Elements v1"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/customevent.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/customevent.js new file mode 100644 index 0000000..d1f2692 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/customevent.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G eB","132":"E A B"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB F K aB UB","132":"H D G E A"},D:{"1":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F","16":"1 K H D G p","388":"E A B C"},E:{"1":"D G E A B C QB RB SB TB c VB","2":"F NB FB","16":"K H","388":"PB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z bB AB","2":"E WB XB YB ZB","132":"B c DB"},G:{"1":"G gB hB iB jB kB lB mB nB oB pB","2":"dB","16":"4 FB","388":"IB"},H:{"1":"qB"},I:{"1":"GB vB wB","2":"rB sB tB","388":"4 EB F uB"},J:{"1":"A","388":"D"},K:{"1":"C M AB","2":"A","132":"B c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"132":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"CustomEvent"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/datalist.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/datalist.js new file mode 100644 index 0000000..84ed13a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/datalist.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"eB","8":"H D G E","260":"A B"},B:{"260":"1 C p J L N I"},C:{"8":"cB EB aB UB","516":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB"},D:{"1":"JB HB KB LB MB","8":"1 F K H D G E A B C p J L N I O","132":"0 2 3 5 6 7 8 9 P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB"},E:{"1":"VB","8":"F K H D G E A B C NB FB PB QB RB SB TB c"},F:{"1":"E B C WB XB YB ZB c DB bB AB","132":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"8":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"wB","8":"4 EB F rB sB tB uB vB","132":"GB"},J:{"1":"A","8":"D"},K:{"1":"A B C c DB AB","8":"M"},L:{"1":"HB"},M:{"516":"2"},N:{"8":"A B"},O:{"8":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Datalist element"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dataset.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dataset.js new file mode 100644 index 0000000..bf162b3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dataset.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","4":"H D G E A eB"},B:{"1":"1 C p J L","129":"N I"},C:{"1":"1 3 H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t","4":"cB EB F K aB UB","129":"0 2 5 6 7 8 9 u v w x y z BB CB"},D:{"1":"o M q r s t u v w x","4":"F K H","129":"0 1 2 3 5 6 7 8 9 D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n y z BB CB OB GB fB JB HB KB LB MB"},E:{"4":"F K NB FB","129":"H D G E A B C PB QB RB SB TB c VB"},F:{"1":"3 C b d e f g h i j k c DB bB AB","4":"E B WB XB YB ZB","129":"0 J L N I O P Q R S T U V W X Y Z a l m n o M q r s t u v w x y z"},G:{"4":"4 FB dB","129":"G IB gB hB iB jB kB lB mB nB oB pB"},H:{"4":"qB"},I:{"4":"rB sB tB","129":"4 EB F GB uB vB wB"},J:{"129":"D A"},K:{"1":"C c DB AB","4":"A B","129":"M"},L:{"129":"HB"},M:{"129":"2"},N:{"1":"B","4":"A"},O:{"129":"xB"},P:{"129":"F K yB zB"},Q:{"1":"0B"},R:{"129":"1B"}},B:1,C:"dataset & data-* attributes"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/datauri.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/datauri.js new file mode 100644 index 0000000..c5a08be --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/datauri.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D eB","132":"G","260":"E A B"},B:{"260":"C p J L N I","772":"1"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"260":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"Data URIs"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/details.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/details.js new file mode 100644 index 0000000..6ff2497 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/details.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"E A B eB","8":"H D G"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB","2":"cB","8":"1 3 EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M aB UB","194":"q r"},D:{"1":"0 2 5 6 7 8 9 f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","8":"F K H D G E A B","257":"3 O P Q R S T U V W X Y Z a b d e","769":"1 C p J L N I"},E:{"1":"B C TB c VB","8":"F K NB FB PB","257":"H D G E A QB RB SB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"C c DB bB AB","8":"E B WB XB YB ZB"},G:{"1":"G gB hB iB jB kB lB mB nB oB pB","8":"4 FB dB IB"},H:{"8":"qB"},I:{"1":"4 F GB uB vB wB","8":"EB rB sB tB"},J:{"1":"A","8":"D"},K:{"1":"M","8":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"769":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Details & Summary elements"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/deviceorientation.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/deviceorientation.js new file mode 100644 index 0000000..f481e9d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/deviceorientation.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A eB","132":"B"},B:{"1":"1 C p J L N I"},C:{"2":"cB EB aB","4":"0 1 2 3 5 6 7 8 9 H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","8":"F K UB"},D:{"2":"F K H","4":"0 1 2 3 5 6 7 8 9 D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"E B C WB XB YB ZB c DB bB AB","4":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"2":"FB dB","4":"4 G IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"rB sB tB","4":"4 EB F GB uB vB wB"},J:{"2":"D","4":"A"},K:{"1":"C AB","2":"A B c DB","4":"M"},L:{"4":"HB"},M:{"4":"2"},N:{"1":"B","2":"A"},O:{"4":"xB"},P:{"4":"F K yB zB"},Q:{"4":"0B"},R:{"4":"1B"}},B:4,C:"DeviceOrientation & DeviceMotion events"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/devicepixelratio.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/devicepixelratio.js new file mode 100644 index 0000000..078b4d9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/devicepixelratio.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","2":"H D G E A eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z bB AB","2":"E B WB XB YB ZB c DB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"C M AB","2":"A B c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","2":"A"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"Window.devicePixelRatio"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dialog.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dialog.js new file mode 100644 index 0000000..98e3fed --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dialog.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v aB UB","194":"0 2 5 6 7 8 9 w x y z BB CB"},D:{"1":"0 2 5 6 7 8 9 g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a","322":"3 b d e f"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I WB XB YB ZB c DB bB AB","578":"O P Q R S"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Dialog element"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dispatchevent.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dispatchevent.js new file mode 100644 index 0000000..283f841 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dispatchevent.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","16":"eB","129":"E A","130":"H D G"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C FB PB QB RB SB TB c VB","16":"NB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB","16":"E"},G:{"1":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","16":"FB"},H:{"1":"qB"},I:{"1":"4 EB F GB tB uB vB wB","16":"rB sB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","129":"A"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"EventTarget.dispatchEvent"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/do-not-track.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/do-not-track.js new file mode 100644 index 0000000..d38e41a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/do-not-track.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G eB","164":"E A","260":"B"},B:{"1":"N I","260":"1 C p J L"},C:{"1":"0 2 3 5 6 7 8 9 b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB F K H D G aB UB","516":"1 E A B C p J L N I O P Q R S T U V W X Y Z a"},D:{"1":"0 2 3 5 6 7 8 9 S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R"},E:{"1":"H A B C PB SB TB c VB","2":"F K NB FB","1028":"D G E QB RB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E B WB XB YB ZB c DB bB"},G:{"1":"jB kB lB mB nB oB pB","2":"4 FB dB IB gB","1028":"G hB iB"},H:{"1":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"16":"D","1028":"A"},K:{"1":"M AB","16":"A B C c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"164":"A","260":"B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"Do Not Track API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/document-currentscript.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/document-currentscript.js new file mode 100644 index 0000000..fabdcf8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/document-currentscript.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB"},D:{"1":"0 2 3 5 6 7 8 9 Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T U V W X"},E:{"1":"G E A B C SB TB c VB","2":"F K H D NB FB PB QB RB"},F:{"1":"0 3 L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J WB XB YB ZB c DB bB AB"},G:{"1":"G iB jB kB lB mB nB oB pB","2":"4 FB dB IB gB hB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"document.currentScript"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js new file mode 100644 index 0000000..3781789 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","16":"cB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB","16":"E"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:7,C:"document.evaluate & XPath"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/document-execcommand.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/document-execcommand.js new file mode 100644 index 0000000..50edb77 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/document-execcommand.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB F K H D G aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"H D G E A B C QB RB SB TB c VB","16":"F K NB FB PB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z XB YB ZB c DB bB AB","16":"E WB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","2":"FB dB","16":"4 IB gB"},H:{"2":"qB"},I:{"1":"4 uB vB wB","2":"EB F GB rB sB tB"},J:{"1":"A","2":"D"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","2":"A"},O:{"2":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:7,C:"Document.execCommand()"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/document-scrollingelement.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/document-scrollingelement.js new file mode 100644 index 0000000..baa956a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/document-scrollingelement.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 J L N I","16":"C p"},C:{"1":"0 2 5 6 7 8 9 r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q aB UB"},D:{"1":"0 2 5 6 7 8 9 n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m"},E:{"1":"E A B C SB TB c VB","2":"F K H D G NB FB PB QB RB"},F:{"1":"0 3 a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V W X Y Z WB XB YB ZB c DB bB AB"},G:{"1":"jB kB lB mB nB oB pB","2":"4 G FB dB IB gB hB iB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"document.scrollingElement"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/documenthead.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/documenthead.js new file mode 100644 index 0000000..411c26e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/documenthead.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"H D G E A B C PB QB RB SB TB c VB","2":"F NB FB","16":"K"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z c DB bB AB","2":"E WB XB YB ZB"},G:{"1":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","16":"FB"},H:{"1":"qB"},I:{"1":"4 EB F GB tB uB vB wB","16":"rB sB"},J:{"1":"D A"},K:{"1":"B C M c DB AB","2":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"document.head"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dom-manip-convenience.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dom-manip-convenience.js new file mode 100644 index 0000000..a11ebd2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dom-manip-convenience.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"N I","2":"1 C p J L"},C:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r aB UB"},D:{"1":"0 2 5 6 7 8 9 x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u","194":"v w"},E:{"1":"A B C TB c VB","2":"F K H D G E NB FB PB QB RB SB"},F:{"1":"0 k l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i WB XB YB ZB c DB bB AB","194":"j"},G:{"1":"lB mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"yB zB","2":"F K"},Q:{"194":"0B"},R:{"2":"1B"}},B:1,C:"DOM manipulation convenience methods"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dom-range.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dom-range.js new file mode 100644 index 0000000..0be6f3e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dom-range.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"eB","8":"H D G"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Document Object Model Range"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/domcontentloaded.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/domcontentloaded.js new file mode 100644 index 0000000..1d0f2fc --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/domcontentloaded.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"DOMContentLoaded"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/domfocusin-domfocusout-events.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/domfocusin-domfocusout-events.js new file mode 100644 index 0000000..1ee9153 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/domfocusin-domfocusout-events.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 2 3 5 6 7 8 9 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p J L N I O P Q R S T U"},E:{"1":"H D G E A B C PB QB RB SB TB c VB","2":"F NB FB","16":"K"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z bB AB","16":"E B WB XB YB ZB c DB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","16":"4 FB dB IB gB"},H:{"16":"qB"},I:{"1":"4 F GB uB vB wB","16":"EB rB sB tB"},J:{"16":"D A"},K:{"16":"A B C M c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"16":"A B"},O:{"16":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"DOMFocusIn & DOMFocusOut events"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dommatrix.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dommatrix.js new file mode 100644 index 0000000..3c615fe --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dommatrix.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","132":"A B"},B:{"132":"1 C p J L N I"},C:{"2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b aB UB","2564":"3 d e f g h i j k l m n o M q r","3076":"0 2 5 6 7 8 9 s t u v w x y z BB CB"},D:{"16":"F K H D","132":"0 1 3 5 6 7 E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","388":"G","1028":"2 8 9 BB CB OB GB fB JB HB KB LB MB"},E:{"16":"F NB FB","132":"K H D G E A PB QB RB SB TB","1028":"B C c VB"},F:{"2":"E B C WB XB YB ZB c DB bB AB","132":"3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q","1028":"0 r s t u v w x y z"},G:{"16":"4 FB dB","132":"G IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","132":"4 F uB vB wB","292":"EB rB sB tB"},J:{"16":"D","132":"A"},K:{"2":"A B C c DB AB","132":"M"},L:{"1":"HB"},M:{"1":"2"},N:{"132":"A B"},O:{"132":"xB"},P:{"132":"F K yB zB"},Q:{"132":"0B"},R:{"132":"1B"}},B:4,C:"DOMMatrix"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/download.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/download.js new file mode 100644 index 0000000..14aad17 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/download.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 p J L N I","2":"C"},C:{"1":"0 2 3 5 6 7 8 9 P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D G E A B C p"},E:{"1":"B C TB c VB","2":"F K H D G E A NB FB PB QB RB SB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"A","2":"D"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Download attribute"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dragndrop.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dragndrop.js new file mode 100644 index 0000000..8837b1c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/dragndrop.js @@ -0,0 +1 @@ +module.exports={A:{A:{"644":"H D G E eB","772":"A B"},B:{"1":"I","260":"1 C p J L N"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","8":"cB EB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","8":"E B WB XB YB ZB c DB bB"},G:{"1":"nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB mB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"AB","2":"M","8":"A B C c DB"},L:{"2":"HB"},M:{"2":"2"},N:{"1":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:1,C:"Drag and Drop"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/element-closest.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/element-closest.js new file mode 100644 index 0000000..84bfea2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/element-closest.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"J L N I","2":"1 C p"},C:{"1":"0 2 5 6 7 8 9 e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d aB UB"},D:{"1":"0 2 5 6 7 8 9 k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j"},E:{"1":"E A B C SB TB c VB","2":"F K H D G NB FB PB QB RB"},F:{"1":"0 3 X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V W WB XB YB ZB c DB bB AB"},G:{"1":"jB kB lB mB nB oB pB","2":"4 G FB dB IB gB hB iB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"1":"1B"}},B:1,C:"Element.closest()"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/element-from-point.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/element-from-point.js new file mode 100644 index 0000000..bf2fdd2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/element-from-point.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"H D G E A B","16":"eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","16":"cB"},D:{"1":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p"},E:{"1":"K H D G E A B C PB QB RB SB TB c VB","16":"F NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z c DB bB AB","16":"E WB XB YB ZB"},G:{"1":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","16":"FB"},H:{"1":"qB"},I:{"1":"4 EB F GB tB uB vB wB","16":"rB sB"},J:{"1":"D A"},K:{"1":"C M AB","16":"A B c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"document.elementFromPoint()"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/eme.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/eme.js new file mode 100644 index 0000000..533d1fb --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/eme.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A eB","164":"B"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 h i j k l m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g aB UB"},D:{"1":"0 2 5 6 7 8 9 l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d","132":"e f g h i j k"},E:{"1":"C VB","2":"F K H NB FB PB QB","164":"D G E A B RB SB TB c"},F:{"1":"0 3 Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q WB XB YB ZB c DB bB AB","132":"R S T U V W X"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"2":"1B"}},B:3,C:"Encrypted Media Extensions"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/eot.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/eot.js new file mode 100644 index 0000000..cda7f9d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/eot.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"H D G E A B","2":"eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:"EOT - Embedded OpenType fonts"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es5.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es5.js new file mode 100644 index 0000000..91519e9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es5.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D eB","260":"E","1026":"G"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","4":"cB EB aB UB","132":"1 F K H D G E A B C p J L N I O P"},D:{"1":"0 2 3 5 6 7 8 9 S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","4":"1 F K H D G E A B C p J L N I","132":"O P Q R"},E:{"1":"H D G E A B C QB RB SB TB c VB","4":"F K NB FB PB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","4":"E B C WB XB YB ZB c DB bB","132":"AB"},G:{"1":"G gB hB iB jB kB lB mB nB oB pB","4":"4 FB dB IB"},H:{"132":"qB"},I:{"1":"GB vB wB","4":"EB rB sB tB","132":"4 uB","900":"F"},J:{"1":"A","4":"D"},K:{"1":"M","4":"A B C c DB","132":"AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"ECMAScript 5"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-class.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-class.js new file mode 100644 index 0000000..af3fce5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-class.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n aB UB"},D:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k","132":"l m n o M q r"},E:{"1":"E A B C SB TB c VB","2":"F K H D G NB FB PB QB RB"},F:{"1":"0 f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V W X WB XB YB ZB c DB bB AB","132":"3 Y Z a b d e"},G:{"1":"jB kB lB mB nB oB pB","2":"4 G FB dB IB gB hB iB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"1":"1B"}},B:6,C:"ES6 classes"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-generators.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-generators.js new file mode 100644 index 0000000..a449752 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-generators.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 p J L N I","2":"C"},C:{"1":"0 2 3 5 6 7 8 9 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U aB UB"},D:{"1":"0 2 5 6 7 8 9 i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h"},E:{"1":"A B C TB c VB","2":"F K H D G E NB FB PB QB RB SB"},F:{"1":"0 3 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U WB XB YB ZB c DB bB AB"},G:{"1":"lB mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"2":"0B"},R:{"1":"1B"}},B:6,C:"ES6 Generators"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js new file mode 100644 index 0000000..6fdd8e1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"2 BB CB OB GB fB JB HB KB LB MB","2":"0 1 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},E:{"1":"C c VB","2":"F K H D G E A B NB FB PB QB RB SB TB"},F:{"1":"0 t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s WB XB YB ZB c DB bB AB"},G:{"1":"nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB mB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:"JavaScript modules: dynamic import()"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-module-nomodule.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-module-nomodule.js new file mode 100644 index 0000000..5c2f998 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-module-nomodule.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"K C G E A B YB"},B:{"2":"D w Z I","514":"M H"},C:{"2":"0 1 WB AB F J K C G E A B D w Z I M H N O P Q R S T U V W X Y y a b c d e f L h i j k l m n o p q r s t u v UB OB","322":"3 5 6 7 8 z x"},D:{"1":"8 BB IB DB FB ZB GB","2":"0 1 3 5 6 F J K C G E A B D w Z I M H N O P Q R S T U V W X Y y a b c d e f L h i j k l m n o p q r s t u v z x","194":"7"},E:{"1":"B g PB","2":"F J K C G E A HB CB JB KB LB MB NB"},F:{"2":"4 9 E B D I M H N O P Q R S T U V W X Y y a b c d e f L h i j k l m n o p q QB RB SB TB g VB","194":"r s t u v"},G:{"1":"hB iB","2":"2 G CB XB EB aB bB cB dB eB fB gB"},H:{"2":"jB"},I:{"2":"2 AB F BB kB lB mB nB oB pB"},J:{"2":"C A"},K:{"2":"4 9 A B D L g"},L:{"2":"DB"},M:{"2":"x"},N:{"2":"A B"},O:{"2":"qB"},P:{"2":"F J rB"},Q:{"2":"sB"},R:{"2":"tB"}},B:1,C:"JavaScript modules: nomodule attribute"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-module.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-module.js new file mode 100644 index 0000000..04bcc55 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-module.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"L N I","2":"1 C p","194":"J"},C:{"1":"2 7 8 9 BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w aB UB","322":"0 5 6 x y z"},D:{"1":"2 8 9 BB CB OB GB fB JB HB KB LB MB","2":"0 1 3 5 6 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","194":"7"},E:{"1":"B C c VB","2":"F K H D G E A NB FB PB QB RB SB","3076":"TB"},F:{"1":"0 r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M WB XB YB ZB c DB bB AB","194":"q"},G:{"1":"nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB","3076":"mB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:1,C:"JavaScript modules via script tag"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-number.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-number.js new file mode 100644 index 0000000..8c47f81 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-number.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J aB UB","132":"L N I O P Q R S T","260":"U V W X Y Z","516":"a"},D:{"1":"0 2 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I","1028":"3 O P Q R S T U V W X Y Z a b"},E:{"1":"E A B C SB TB c VB","2":"F K H D G NB FB PB QB RB"},F:{"1":"0 3 Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB","1028":"J L N I O P"},G:{"1":"jB kB lB mB nB oB pB","2":"4 G FB dB IB gB hB iB"},H:{"2":"qB"},I:{"1":"GB","2":"EB F rB sB tB","1028":"4 uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"ES6 Number"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-string-includes.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-string-includes.js new file mode 100644 index 0000000..fa920bd --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/es6-string-includes.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 j k l m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i aB UB"},D:{"1":"0 2 5 6 7 8 9 k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j"},E:{"1":"E A B C SB TB c VB","2":"F K H D G NB FB PB QB RB"},F:{"1":"0 3 X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V W WB XB YB ZB c DB bB AB"},G:{"1":"jB kB lB mB nB oB pB","2":"4 G FB dB IB gB hB iB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"2":"0B"},R:{"1":"1B"}},B:6,C:"String.prototype.includes"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/eventsource.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/eventsource.js new file mode 100644 index 0000000..56bbff0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/eventsource.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB F K aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K"},E:{"1":"K H D G E A B C PB QB RB SB TB c VB","2":"F NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z c DB bB AB","4":"E WB XB YB ZB"},G:{"1":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","2":"FB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"D A"},K:{"1":"C M c DB AB","4":"A B"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Server-sent events"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/feature-policy.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/feature-policy.js new file mode 100644 index 0000000..1afa832 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/feature-policy.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 3 5 6 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","132":"2 7 8 9 BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B NB FB PB QB RB SB TB","772":"C c VB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M WB XB YB ZB c DB bB AB","132":"0 q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB","16":"oB pB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB vB wB","132":"GB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"132":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:"Feature Policy"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/fetch.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/fetch.js new file mode 100644 index 0000000..ca4f86b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/fetch.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 J L N I","2":"C p"},C:{"1":"0 2 5 6 7 8 9 j k l m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b aB UB","1025":"i","1218":"d e f g h"},D:{"1":"0 2 5 6 7 8 9 l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i","260":"j","772":"k"},E:{"1":"B C TB c VB","2":"F K H D G E A NB FB PB QB RB SB"},F:{"1":"0 3 Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V WB XB YB ZB c DB bB AB","260":"W","772":"X"},G:{"1":"mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Fetch"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/fieldset-disabled.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/fieldset-disabled.js new file mode 100644 index 0000000..37b221b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/fieldset-disabled.js @@ -0,0 +1 @@ +module.exports={A:{A:{"16":"eB","132":"G E","388":"H D A B"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB"},D:{"1":"0 2 3 5 6 7 8 9 P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J","16":"L N I O"},E:{"1":"H D G E A B C QB RB SB TB c VB","2":"F K NB FB PB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z XB YB ZB c DB bB AB","16":"E WB"},G:{"1":"G gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB"},H:{"388":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"A","2":"D"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A","260":"B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"disabled attribute of the fieldset element"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/fileapi.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/fileapi.js new file mode 100644 index 0000000..cb69539 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/fileapi.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","260":"A B"},B:{"260":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB","260":"1 F K H D G E A B C p J L N I O P Q R S T U V W UB"},D:{"1":"0 2 5 6 7 8 9 h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K","260":"1 3 p J L N I O P Q R S T U V W X Y Z a b d e f g","388":"H D G E A B C"},E:{"1":"A B C TB c VB","2":"F K NB FB","260":"H D G E QB RB SB","388":"PB"},F:{"1":"0 3 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B WB XB YB ZB","260":"C J L N I O P Q R S T c DB bB AB"},G:{"1":"lB mB nB oB pB","2":"4 FB dB IB","260":"G gB hB iB jB kB"},H:{"2":"qB"},I:{"1":"GB wB","2":"rB sB tB","260":"vB","388":"4 EB F uB"},J:{"260":"A","388":"D"},K:{"1":"M","2":"A B","260":"C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A","260":"B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"File API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/filereader.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/filereader.js new file mode 100644 index 0000000..46220d4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/filereader.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","132":"A B"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB UB","2":"cB EB aB"},D:{"1":"0 1 2 3 5 6 7 8 9 H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K"},E:{"1":"H D G E A B C QB RB SB TB c VB","2":"F K NB FB PB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z c DB bB AB","2":"E B WB XB YB ZB"},G:{"1":"G gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB"},H:{"2":"qB"},I:{"1":"4 EB F GB uB vB wB","2":"rB sB tB"},J:{"1":"A","2":"D"},K:{"1":"C M c DB AB","2":"A B"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"FileReader API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/filereadersync.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/filereadersync.js new file mode 100644 index 0000000..8a0b4fb --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/filereadersync.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB F K H D aB UB"},D:{"1":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p"},E:{"1":"H D G E A B C QB RB SB TB c VB","2":"F K NB FB PB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z bB AB","2":"E WB XB","16":"B YB ZB c DB"},G:{"1":"G gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"A","2":"D"},K:{"1":"C M DB AB","2":"A","16":"B c"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"FileReaderSync"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/filesystem.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/filesystem.js new file mode 100644 index 0000000..077ab3a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/filesystem.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"F K H D","33":"0 1 2 3 5 6 7 8 9 p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","36":"G E A B C"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"E B C WB XB YB ZB c DB bB AB","33":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D","33":"A"},K:{"2":"A B C c DB AB","33":"M"},L:{"33":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F","33":"K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:"Filesystem & FileWriter API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/flac.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/flac.js new file mode 100644 index 0000000..92aaa1a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/flac.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"L N I","2":"1 C p J"},C:{"1":"0 2 5 6 7 8 9 u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t aB UB"},D:{"1":"0 2 5 6 7 8 9 z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m","16":"n o M","388":"q r s t u v w x y"},E:{"2":"F K H D G E A NB FB PB QB RB SB TB","516":"B C c VB"},F:{"1":"0 l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k WB XB YB ZB c DB bB AB"},G:{"1":"nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB mB"},H:{"2":"qB"},I:{"1":"GB","2":"rB sB tB","16":"4 EB F uB vB wB"},J:{"1":"A","2":"D"},K:{"1":"AB","16":"A B C c DB","129":"M"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","129":"F"},Q:{"2":"0B"},R:{"1":"1B"}},B:6,C:"FLAC audio format"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/flexbox.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/flexbox.js new file mode 100644 index 0000000..b29a7fd --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/flexbox.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","1028":"B","1316":"A"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","164":"1 cB EB F K H D G E A B C p J L N I O P Q aB UB","516":"R S T U V W"},D:{"1":"0 2 3 5 6 7 8 9 Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","33":"Q R S T U V W X","164":"1 F K H D G E A B C p J L N I O P"},E:{"1":"E A B C SB TB c VB","33":"D G QB RB","164":"F K H NB FB PB"},F:{"1":"0 3 N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E B C WB XB YB ZB c DB bB","33":"J L"},G:{"1":"jB kB lB mB nB oB pB","33":"G hB iB","164":"4 FB dB IB gB"},H:{"1":"qB"},I:{"1":"GB vB wB","164":"4 EB F rB sB tB uB"},J:{"1":"A","164":"D"},K:{"1":"M AB","2":"A B C c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","292":"A"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"CSS Flexible Box Layout Module"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/flow-root.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/flow-root.js new file mode 100644 index 0000000..c269dfb --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/flow-root.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v aB UB"},D:{"1":"2 5 6 7 8 9 BB CB OB GB fB JB HB KB LB MB","2":"0 1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"zB","2":"F K yB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"display: flow-root"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/focusin-focusout-events.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/focusin-focusout-events.js new file mode 100644 index 0000000..44c52ba --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/focusin-focusout-events.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"H D G E A B","2":"eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u aB UB"},D:{"1":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p"},E:{"1":"H D G E A B C PB QB RB SB TB c VB","16":"F K NB FB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z bB AB","2":"E WB XB YB ZB","16":"B c DB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB"},H:{"2":"qB"},I:{"1":"4 F GB uB vB wB","2":"rB sB tB","16":"EB"},J:{"1":"D A"},K:{"1":"C M AB","2":"A","16":"B c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"focusin & focusout events"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/focusoptions-preventscroll.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/focusoptions-preventscroll.js new file mode 100644 index 0000000..378c03f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/focusoptions-preventscroll.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"BB CB OB GB fB JB HB KB LB MB","2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:1,C:"preventScroll support in focus"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-family-system-ui.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-family-system-ui.js new file mode 100644 index 0000000..f05b6fe --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-family-system-ui.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l aB UB","132":"0 2 5 6 7 8 9 m n o M q r s t u v w x y z BB CB"},D:{"1":"0 2 5 6 7 8 9 z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v","260":"w x y"},E:{"1":"B C c VB","2":"F K H D G NB FB PB QB RB","16":"E","132":"A SB TB"},F:{"1":"0 m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l WB XB YB ZB c DB bB AB"},G:{"1":"nB oB pB","2":"4 G FB dB IB gB hB iB","132":"jB kB lB mB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"yB zB","2":"F K"},Q:{"1":"0B"},R:{"2":"1B"}},B:5,C:"system-ui value for font-family"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-feature.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-feature.js new file mode 100644 index 0000000..02ce948 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-feature.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB","33":"3 J L N I O P Q R S T U V W X Y Z a b","164":"1 F K H D G E A B C p"},D:{"1":"0 2 5 6 7 8 9 r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J","33":"3 Q R S T U V W X Y Z a b d e f g h i j k l m n o M q","292":"L N I O P"},E:{"1":"A B C SB TB c VB","2":"D G E NB FB QB RB","4":"F K H PB"},F:{"1":"0 e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB","33":"3 J L N I O P Q R S T U V W X Y Z a b d"},G:{"1":"kB lB mB nB oB pB","2":"G hB iB jB","4":"4 FB dB IB gB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB","33":"vB wB"},J:{"2":"D","33":"A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"33":"xB"},P:{"1":"K yB zB","33":"F"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"CSS font-feature-settings"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-kerning.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-kerning.js new file mode 100644 index 0000000..462488f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-kerning.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S aB UB","194":"3 T U V W X Y Z a b"},D:{"1":"0 2 3 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T U V W X","33":"Y Z a b"},E:{"1":"A B C SB TB c VB","2":"F K H NB FB PB QB","33":"D G E RB"},F:{"1":"0 3 P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J WB XB YB ZB c DB bB AB","33":"L N I O"},G:{"2":"4 FB dB IB gB hB","33":"G iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB wB","2":"4 EB F rB sB tB uB","33":"vB"},J:{"2":"D","33":"A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"CSS3 font-kerning"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-loading.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-loading.js new file mode 100644 index 0000000..2a69fe0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-loading.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 k l m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d aB UB","194":"e f g h i j"},D:{"1":"0 2 5 6 7 8 9 e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d"},E:{"1":"A B C TB c VB","2":"F K H D G E NB FB PB QB RB SB"},F:{"1":"0 3 R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q WB XB YB ZB c DB bB AB"},G:{"1":"lB mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"CSS Font Loading"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-size-adjust.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-size-adjust.js new file mode 100644 index 0000000..0d75d0f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-size-adjust.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","2":"cB"},D:{"2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l","194":"0 2 5 6 7 8 9 m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"E B C J L N I O P Q R S T U V W X Y WB XB YB ZB c DB bB AB","194":"0 3 Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"258":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"194":"0B"},R:{"2":"1B"}},B:4,C:"CSS font-size-adjust"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-smooth.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-smooth.js new file mode 100644 index 0000000..ad86dfe --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-smooth.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T aB UB","804":"0 2 3 5 6 7 8 9 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB"},D:{"2":"F","676":"0 1 2 3 5 6 7 8 9 K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"NB FB","676":"F K H D G E A B C PB QB RB SB TB c VB"},F:{"2":"E B C WB XB YB ZB c DB bB AB","676":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:"CSS font-smooth"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-unicode-range.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-unicode-range.js new file mode 100644 index 0000000..b885558 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-unicode-range.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G eB","4":"E A B"},B:{"1":"N I","4":"1 C p J L"},C:{"1":"0 2 5 6 7 8 9 n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e aB UB","194":"f g h i j k l m"},D:{"1":"0 2 5 6 7 8 9 f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","4":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e"},E:{"1":"A B C TB c VB","4":"F K H D G E NB FB PB QB RB SB"},F:{"1":"0 3 S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB","4":"J L N I O P Q R"},G:{"1":"lB mB nB oB pB","4":"4 G FB dB IB gB hB iB jB kB"},H:{"2":"qB"},I:{"1":"GB","4":"4 EB F rB sB tB uB vB wB"},J:{"2":"D","4":"A"},K:{"2":"A B C c DB AB","4":"M"},L:{"1":"HB"},M:{"1":"2"},N:{"4":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","4":"F"},Q:{"1":"0B"},R:{"2":"1B"}},B:4,C:"Font unicode-range subsetting"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-variant-alternates.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-variant-alternates.js new file mode 100644 index 0000000..47f2215 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-variant-alternates.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","130":"A B"},B:{"130":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB","130":"1 F K H D G E A B C p J L N I O P Q R S","322":"3 T U V W X Y Z a b"},D:{"2":"1 F K H D G E A B C p J","130":"0 2 3 5 6 7 8 9 L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"A B C SB TB c VB","2":"D G E NB FB QB RB","130":"F K H PB"},F:{"2":"E B C WB XB YB ZB c DB bB AB","130":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"1":"kB lB mB nB oB pB","2":"G FB hB iB jB","130":"4 dB IB gB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB","130":"GB vB wB"},J:{"2":"D","130":"A"},K:{"2":"A B C c DB AB","130":"M"},L:{"130":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"130":"xB"},P:{"130":"F K yB zB"},Q:{"130":"0B"},R:{"130":"1B"}},B:4,C:"CSS font-variant-alternates"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-variant-east-asian.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-variant-east-asian.js new file mode 100644 index 0000000..2e3333c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/font-variant-east-asian.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S aB UB","132":"3 T U V W X Y Z a b"},D:{"1":"2 BB CB OB GB fB JB HB KB LB MB","2":"0 1 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s WB XB YB ZB c DB bB AB"},G:{"2":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","16":"FB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"132":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:4,C:"CSS font-variant-east-asian "}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/fontface.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/fontface.js new file mode 100644 index 0000000..f15ca53 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/fontface.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","132":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","2":"cB EB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C FB PB QB RB SB TB c VB","2":"NB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z XB YB ZB c DB bB AB","2":"E WB"},G:{"1":"4 G IB gB hB iB jB kB lB mB nB oB pB","260":"FB dB"},H:{"2":"qB"},I:{"1":"4 F GB uB vB wB","2":"rB","4":"EB sB tB"},J:{"1":"A","4":"D"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"@font-face Web fonts"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/form-attribute.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/form-attribute.js new file mode 100644 index 0000000..6187d5e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/form-attribute.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"L N I","2":"1 C p J"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D G E"},E:{"1":"H D G E A B C PB QB RB SB TB c VB","2":"F NB FB","16":"K"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB","2":"E"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB"},H:{"1":"qB"},I:{"1":"4 EB F GB uB vB wB","2":"rB sB tB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Form attribute"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/form-submit-attributes.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/form-submit-attributes.js new file mode 100644 index 0000000..e34624a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/form-submit-attributes.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB"},D:{"1":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p"},E:{"1":"H D G E A B C PB QB RB SB TB c VB","2":"F K NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z ZB c DB bB AB","2":"E WB","16":"XB YB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB"},H:{"1":"qB"},I:{"1":"4 F GB uB vB wB","2":"rB sB tB","16":"EB"},J:{"1":"A","2":"D"},K:{"1":"B C M c DB AB","16":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Attributes for form submission"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/form-validation.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/form-validation.js new file mode 100644 index 0000000..2c5ce9b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/form-validation.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D G E"},E:{"1":"B C TB c VB","2":"F NB FB","132":"K H D G E A PB QB RB SB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z XB YB ZB c DB bB AB","2":"E WB"},G:{"1":"mB nB oB pB","2":"FB","132":"4 G dB IB gB hB iB jB kB lB"},H:{"516":"qB"},I:{"1":"GB wB","2":"EB rB sB tB","132":"4 F uB vB"},J:{"1":"A","132":"D"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"260":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Form validation"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/forms.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/forms.js new file mode 100644 index 0000000..70bf7f2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/forms.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"eB","4":"A B","8":"H D G E"},B:{"1":"L N I","4":"1 C p J"},C:{"4":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","8":"cB EB aB UB"},D:{"1":"2 8 9 BB CB OB GB fB JB HB KB LB MB","4":"0 1 3 5 6 7 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},E:{"4":"F K H D G E A B C PB QB RB SB TB c VB","8":"NB FB"},F:{"1":"0 E B C v w x y z WB XB YB ZB c DB bB AB","4":"3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u"},G:{"2":"FB","4":"4 G dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB","4":"vB wB"},J:{"2":"D","4":"A"},K:{"1":"A B C c DB AB","4":"M"},L:{"1":"HB"},M:{"4":"2"},N:{"4":"A B"},O:{"1":"xB"},P:{"4":"F K yB zB"},Q:{"4":"0B"},R:{"4":"1B"}},B:1,C:"HTML5 form features"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/fullscreen.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/fullscreen.js new file mode 100644 index 0000000..b17f32a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/fullscreen.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A eB","548":"B"},B:{"516":"1 C p J L N I"},C:{"1":"BB CB","2":"cB EB F K H D G E aB UB","676":"1 3 A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M","1700":"0 2 5 6 7 8 9 q r s t u v w x y z"},D:{"1":"KB LB MB","2":"1 F K H D G E A B C p","676":"J L N I O","804":"0 2 3 5 6 7 8 9 P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB"},E:{"2":"F K NB FB","676":"PB","804":"H D G E A B C QB RB SB TB c VB"},F:{"1":"AB","2":"E B C WB XB YB ZB c DB bB","804":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D","292":"A"},K:{"2":"A B C c DB AB","804":"M"},L:{"804":"HB"},M:{"1700":"2"},N:{"2":"A","548":"B"},O:{"804":"xB"},P:{"804":"F K yB zB"},Q:{"804":"0B"},R:{"804":"1B"}},B:1,C:"Full Screen API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/gamepad.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/gamepad.js new file mode 100644 index 0000000..9b29b6d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/gamepad.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X aB UB"},D:{"1":"0 2 3 5 6 7 8 9 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P","33":"Q R S T"},E:{"1":"B C TB c VB","2":"F K H D G E A NB FB PB QB RB SB"},F:{"1":"0 3 T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S WB XB YB ZB c DB bB AB"},G:{"1":"mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"Gamepad API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/geolocation.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/geolocation.js new file mode 100644 index 0000000..cb09932 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/geolocation.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"eB","8":"H D G"},B:{"1":"1 C p J L N I"},C:{"1":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x aB UB","8":"cB EB","129":"0 2 5 6 7 8 9 y z BB CB"},D:{"1":"1 3 K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s","4":"F","129":"0 2 5 6 7 8 9 t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"K H D G E B C PB QB RB SB TB c VB","8":"F NB FB","129":"A"},F:{"1":"3 B C L N I O P Q R S T U V W X Y Z a b d e f g h ZB c DB bB AB","2":"E J WB","8":"XB YB","129":"0 i j k l m n o M q r s t u v w x y z"},G:{"1":"4 G FB dB IB gB hB iB jB kB","129":"lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"4 EB F rB sB tB uB vB wB","129":"GB"},J:{"1":"D A"},K:{"1":"B C M c DB AB","8":"A"},L:{"129":"HB"},M:{"129":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F","129":"K yB zB"},Q:{"129":"0B"},R:{"129":"1B"}},B:2,C:"Geolocation"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/getboundingclientrect.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/getboundingclientrect.js new file mode 100644 index 0000000..1e01f17 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/getboundingclientrect.js @@ -0,0 +1 @@ +module.exports={A:{A:{"644":"H D eB","2049":"E A B","2692":"G"},B:{"2049":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB","260":"F K H D G E A B","1156":"EB","1284":"aB","1796":"UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","16":"NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z ZB c DB bB AB","16":"E WB","132":"XB YB"},G:{"1":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","16":"FB"},H:{"1":"qB"},I:{"1":"4 EB F GB tB uB vB wB","16":"rB sB"},J:{"1":"D A"},K:{"1":"B C M c DB AB","132":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"2049":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"Element.getBoundingClientRect()"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/getcomputedstyle.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/getcomputedstyle.js new file mode 100644 index 0000000..b5ff75d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/getcomputedstyle.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB","132":"EB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","260":"F K H D G E A"},E:{"1":"K H D G E A B C PB QB RB SB TB c VB","260":"F NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z ZB c DB bB AB","260":"E WB XB YB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","260":"4 FB dB"},H:{"260":"qB"},I:{"1":"4 F GB uB vB wB","260":"EB rB sB tB"},J:{"1":"A","260":"D"},K:{"1":"B C M c DB AB","260":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"getComputedStyle"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/getelementsbyclassname.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/getelementsbyclassname.js new file mode 100644 index 0000000..b086292 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/getelementsbyclassname.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"eB","8":"H D G"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","8":"cB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB","2":"E"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"getElementsByClassName"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/getrandomvalues.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/getrandomvalues.js new file mode 100644 index 0000000..287a83c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/getrandomvalues.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A eB","33":"B"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D G E A"},E:{"1":"D G E A B C QB RB SB TB c VB","2":"F K H NB FB PB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB gB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"A","2":"D"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A","33":"B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"crypto.getRandomValues()"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/gyroscope.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/gyroscope.js new file mode 100644 index 0000000..821b509 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/gyroscope.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"GB fB JB HB KB LB MB","2":"0 1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","194":"2 5 6 7 8 9 BB CB OB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:4,C:"Gyroscope"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/hardwareconcurrency.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/hardwareconcurrency.js new file mode 100644 index 0000000..68639c0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/hardwareconcurrency.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"J L N I","2":"1 C p"},C:{"1":"0 2 5 6 7 8 9 r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q aB UB"},D:{"1":"0 2 5 6 7 8 9 g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f"},E:{"2":"F K H D NB FB PB QB RB","129":"B C TB c VB","194":"G E A SB"},F:{"1":"0 3 T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S WB XB YB ZB c DB bB AB"},G:{"2":"4 FB dB IB gB hB","129":"mB nB oB pB","194":"G iB jB kB lB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"navigator.hardwareConcurrency"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/hashchange.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/hashchange.js new file mode 100644 index 0000000..66901a5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/hashchange.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"G E A B","8":"H D eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB UB","8":"cB EB aB"},D:{"1":"0 1 2 3 5 6 7 8 9 K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","8":"F"},E:{"1":"K H D G E A B C PB QB RB SB TB c VB","8":"F NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z ZB c DB bB AB","8":"E WB XB YB"},G:{"1":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","2":"FB"},H:{"2":"qB"},I:{"1":"4 EB F GB sB tB uB vB wB","2":"rB"},J:{"1":"D A"},K:{"1":"B C M c DB AB","8":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Hashchange event"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/heif.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/heif.js new file mode 100644 index 0000000..c70da1d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/heif.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A NB FB PB QB RB SB TB","130":"B C c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB","130":"nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:6,C:"HEIF/ISO Base Media File Format"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/hevc.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/hevc.js new file mode 100644 index 0000000..76e59ea --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/hevc.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A eB","132":"B"},B:{"132":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A NB FB PB QB RB SB TB","516":"B C c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB mB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB vB wB","258":"GB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"258":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F","258":"K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:6,C:"HEVC/H.265 video format"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/hidden.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/hidden.js new file mode 100644 index 0000000..009e4e5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/hidden.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","2":"H D G E A eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K"},E:{"1":"H D G E A B C PB QB RB SB TB c VB","2":"F K NB FB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z c DB bB AB","2":"E B WB XB YB ZB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB"},H:{"1":"qB"},I:{"1":"4 F GB uB vB wB","2":"EB rB sB tB"},J:{"1":"A","2":"D"},K:{"1":"C M c DB AB","2":"A B"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","2":"A"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"hidden attribute"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/high-resolution-time.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/high-resolution-time.js new file mode 100644 index 0000000..001a04d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/high-resolution-time.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p aB UB"},D:{"1":"0 2 3 5 6 7 8 9 T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O","33":"P Q R S"},E:{"1":"G E A B C SB TB c VB","2":"F K H D NB FB PB QB RB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"G jB kB lB mB nB oB pB","2":"4 FB dB IB gB hB iB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"A","2":"D"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"High Resolution Time API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/history.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/history.js new file mode 100644 index 0000000..27e5cc1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/history.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F"},E:{"1":"H D G E A B C QB RB SB TB c VB","2":"F NB FB","4":"K PB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z DB bB AB","2":"E B WB XB YB ZB c"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","2":"FB dB","4":"4"},H:{"2":"qB"},I:{"1":"4 GB sB tB vB wB","2":"EB F rB uB"},J:{"1":"D A"},K:{"1":"C M c DB AB","2":"A B"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Session history management"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/html-media-capture.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/html-media-capture.js new file mode 100644 index 0000000..e9fea3a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/html-media-capture.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 FB dB IB","129":"G gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"4 EB F GB uB vB wB","2":"rB","257":"sB tB"},J:{"1":"A","16":"D"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"516":"xB"},P:{"1":"F K yB zB"},Q:{"16":"0B"},R:{"1":"1B"}},B:4,C:"HTML Media Capture"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/html5semantic.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/html5semantic.js new file mode 100644 index 0000000..1c32a7e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/html5semantic.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"eB","8":"H D G","260":"E A B"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB","132":"EB aB UB","260":"1 F K H D G E A B C p J L N I O P"},D:{"1":"0 2 3 5 6 7 8 9 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","132":"F K","260":"1 H D G E A B C p J L N I O P Q R S T U"},E:{"1":"D G E A B C QB RB SB TB c VB","132":"F NB FB","260":"K H PB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","132":"E B WB XB YB ZB","260":"C c DB bB AB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","132":"FB","260":"4 dB IB gB"},H:{"132":"qB"},I:{"1":"GB vB wB","132":"rB","260":"4 EB F sB tB uB"},J:{"260":"D A"},K:{"1":"M","132":"A","260":"B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"260":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"HTML5 semantic elements"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/http-live-streaming.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/http-live-streaming.js new file mode 100644 index 0000000..e364c1e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/http-live-streaming.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"H D G E A B C QB RB SB TB c VB","2":"F K NB FB PB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"4 EB F GB uB vB wB","2":"rB sB tB"},J:{"1":"A","2":"D"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:7,C:"HTTP Live Streaming (HLS)"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/http2.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/http2.js new file mode 100644 index 0000000..3282b47 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/http2.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A eB","388":"B"},B:{"257":"1 C p J L N I"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e aB UB","257":"f g h i j k l m n o M q r s t u v","1281":"0 2 5 6 7 8 9 w x y z BB CB"},D:{"2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j","257":"k l m n o M q r s t","1281":"0 2 5 6 7 8 9 u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G NB FB PB QB RB","257":"B C c VB","772":"E A SB TB"},F:{"2":"E B C J L N I O P Q R S T U V W WB XB YB ZB c DB bB AB","257":"3 X Y Z a b d e f g","1281":"0 h i j k l m n o M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB","257":"jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB vB wB","257":"GB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","257":"M"},L:{"1281":"HB"},M:{"257":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"257":"F","1281":"K yB zB"},Q:{"1281":"0B"},R:{"257":"1B"}},B:6,C:"HTTP/2 protocol"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/iframe-sandbox.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/iframe-sandbox.js new file mode 100644 index 0000000..a42e1a1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/iframe-sandbox.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L aB UB","4":"N I O P Q R S T U V W"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"K H D G E A B C PB QB RB SB TB c VB","2":"F NB FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"4 G IB gB hB iB jB kB lB mB nB oB pB","2":"FB dB"},H:{"2":"qB"},I:{"1":"4 EB F GB sB tB uB vB wB","2":"rB"},J:{"1":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"sandbox attribute for iframes"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/iframe-seamless.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/iframe-seamless.js new file mode 100644 index 0000000..1759772 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/iframe-seamless.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","66":"P Q R S T U V"},E:{"2":"F K H G E A B C NB FB PB QB SB TB c VB","130":"D RB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB iB jB kB lB mB nB oB pB","130":"hB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:"seamless attribute for iframes"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/iframe-srcdoc.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/iframe-srcdoc.js new file mode 100644 index 0000000..1b11194 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/iframe-srcdoc.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"eB","8":"H D G E A B"},B:{"8":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB","8":"1 EB F K H D G E A B C p J L N I O P Q R S T aB UB"},D:{"1":"0 2 3 5 6 7 8 9 P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D G E A B C p","8":"1 J L N I O"},E:{"1":"H D G E A B C QB RB SB TB c VB","2":"NB FB","8":"F K PB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B WB XB YB ZB","8":"C c DB bB AB"},G:{"1":"G gB hB iB jB kB lB mB nB oB pB","2":"FB","8":"4 dB IB"},H:{"2":"qB"},I:{"1":"GB vB wB","8":"4 EB F rB sB tB uB"},J:{"1":"A","8":"D"},K:{"1":"M","2":"A B","8":"C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"8":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"srcdoc attribute for iframes"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/imagecapture.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/imagecapture.js new file mode 100644 index 0000000..56a8437 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/imagecapture.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d aB UB","194":"0 2 5 6 7 8 9 e f g h i j k l m n o M q r s t u v w x y z BB CB"},D:{"2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v","322":"0 2 5 6 7 8 9 w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i WB XB YB ZB c DB bB AB","322":"0 j k l m n o M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"322":"0B"},R:{"1":"1B"}},B:5,C:"ImageCapture API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ime.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ime.js new file mode 100644 index 0000000..6ed846f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ime.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A eB","161":"B"},B:{"161":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A","161":"B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"Input Method Editor API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js new file mode 100644 index 0000000..cef8ea8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"naturalWidth & naturalHeight image properties"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/imports.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/imports.js new file mode 100644 index 0000000..65d51f3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/imports.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","8":"A B"},B:{"8":"1 C p J L N I"},C:{"2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y aB UB","8":"0 2 5 6 7 8 9 Z a z BB CB","200":"3 b d e f g h i j k l m n o M q r s t u v w x y"},D:{"1":"0 2 5 6 7 8 9 f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB","2":"1 F K H D G E A B C p J L N I O P Q R S T U V W X Y MB","322":"3 Z a b d","584":"e"},E:{"2":"F K NB FB PB","8":"H D G E A B C QB RB SB TB c VB"},F:{"1":"0 3 S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L WB XB YB ZB c DB bB AB","1090":"N I O P Q","2120":"R"},G:{"2":"4 FB dB IB gB","8":"G hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"8":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"HTML Imports"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js new file mode 100644 index 0000000..4d802b5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"H D G E A B","16":"eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB UB","2":"cB EB","16":"aB"},D:{"1":"0 2 3 5 6 7 8 9 X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T U V W"},E:{"1":"H D G E A B C QB RB SB TB c VB","2":"F K NB FB PB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z bB AB","2":"E B WB XB YB ZB c DB"},G:{"1":"pB","2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"2":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"indeterminate checkbox"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/indexeddb.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/indexeddb.js new file mode 100644 index 0000000..f614add --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/indexeddb.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","132":"A B"},B:{"132":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB","33":"1 A B C p J","36":"F K H D G E"},D:{"1":"0 2 3 5 6 7 8 9 T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"A","8":"F K H D G E","33":"S","36":"1 B C p J L N I O P Q R"},E:{"1":"A B C TB c VB","8":"F K H D NB FB PB QB","260":"G E RB SB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E WB XB","8":"B C YB ZB c DB bB AB"},G:{"1":"lB mB nB oB pB","8":"4 FB dB IB gB hB","260":"G iB jB kB"},H:{"2":"qB"},I:{"1":"GB vB wB","8":"4 EB F rB sB tB uB"},J:{"1":"A","8":"D"},K:{"1":"M","2":"A","8":"B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"132":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"IndexedDB"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/indexeddb2.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/indexeddb2.js new file mode 100644 index 0000000..8968c05 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/indexeddb2.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m aB UB","132":"n o M","260":"q r s t"},D:{"1":"2 5 6 7 8 9 BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q","132":"r s t u","260":"0 v w x y z"},E:{"1":"B C TB c VB","2":"F K H D G E A NB FB PB QB RB SB"},F:{"1":"0 o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d WB XB YB ZB c DB bB AB","132":"e f g h","260":"i j k l m n"},G:{"1":"mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB","16":"lB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"zB","2":"F","260":"K yB"},Q:{"2":"0B"},R:{"2":"1B"}},B:4,C:"IndexedDB 2.0"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/inline-block.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/inline-block.js new file mode 100644 index 0000000..0870551 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/inline-block.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"G E A B","4":"eB","132":"H D"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","36":"cB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"CSS inline-block"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/innertext.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/innertext.js new file mode 100644 index 0000000..05501d7 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/innertext.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"H D G E A B","16":"eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C FB PB QB RB SB TB c VB","16":"NB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB","16":"E"},G:{"1":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","16":"FB"},H:{"1":"qB"},I:{"1":"4 EB F GB tB uB vB wB","16":"rB sB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Node.innerText"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js new file mode 100644 index 0000000..e8a48a3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"H D G E A eB","132":"B"},B:{"132":"1 C p J L N I"},C:{"1":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y aB UB","516":"0 2 3 5 6 7 8 9 Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB"},D:{"1":"N I O P Q R S T U V","2":"1 F K H D G E A B C p J L","132":"3 W X Y Z a b d e f g h i j","260":"0 2 5 6 7 8 9 k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"H PB QB","2":"F K NB FB","2052":"D G E A B C RB SB TB c VB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 FB dB","1025":"G IB gB hB iB jB kB lB mB nB oB pB"},H:{"1025":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2052":"A B"},O:{"1025":"xB"},P:{"1":"F K yB zB"},Q:{"260":"0B"},R:{"1":"1B"}},B:1,C:"autocomplete attribute: on & off values"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-color.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-color.js new file mode 100644 index 0000000..81f79bc --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-color.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 J L N I","2":"C p"},C:{"1":"0 2 3 5 6 7 8 9 Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X aB UB"},D:{"1":"0 2 3 5 6 7 8 9 P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O"},E:{"1":"VB","2":"F K H D G E A B C NB FB PB QB RB SB TB c"},F:{"1":"0 3 B C N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z c DB bB AB","2":"E J L WB XB YB ZB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Color input type"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-datetime.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-datetime.js new file mode 100644 index 0000000..8d9273e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-datetime.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 p J L N I","132":"C"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v aB UB","1090":"w x y z","2052":"0 2 5 6 7 8 9 BB CB"},D:{"1":"0 2 3 5 6 7 8 9 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O","2052":"P Q R S T"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 FB dB","260":"G IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"EB rB sB tB","514":"4 F uB"},J:{"1":"A","2":"D"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Date and time input types"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-email-tel-url.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-email-tel-url.js new file mode 100644 index 0000000..8b9b9a6 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-email-tel-url.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F"},E:{"1":"K H D G E A B C PB QB RB SB TB c VB","2":"F NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB","2":"E"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"4 EB F GB uB vB wB","132":"rB sB tB"},J:{"1":"A","132":"D"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Email, telephone & URL input types"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-event.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-event.js new file mode 100644 index 0000000..bdb149b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-event.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G eB","2561":"A B","2692":"E"},B:{"2561":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB","16":"cB","1537":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r UB","1796":"EB aB"},D:{"1":"OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p","1025":"0 2 5 6 7 8 9 e f g h i j k l m n o M q r s t u v w x y z BB CB","1537":"3 J L N I O P Q R S T U V W X Y Z a b d"},E:{"16":"F K H NB FB","1025":"D G E A B C QB RB SB TB c VB","1537":"PB"},F:{"1":"0 v w x y z AB","16":"E B C WB XB YB ZB c DB","260":"bB","1025":"3 R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u","1537":"J L N I O P Q"},G:{"16":"4 FB dB","1025":"G iB jB kB lB mB nB oB pB","1537":"IB gB hB"},H:{"2":"qB"},I:{"16":"rB sB","1025":"GB wB","1537":"4 EB F tB uB vB"},J:{"1025":"A","1537":"D"},K:{"1":"A B C c DB AB","1025":"M"},L:{"1025":"HB"},M:{"1537":"2"},N:{"2561":"A B"},O:{"1537":"xB"},P:{"1025":"F K yB zB"},Q:{"1025":"0B"},R:{"1025":"1B"}},B:1,C:"input event"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-file-accept.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-file-accept.js new file mode 100644 index 0000000..4b5077a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-file-accept.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB","132":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f"},D:{"1":"0 2 3 5 6 7 8 9 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F","16":"K H D G Q R S T U","132":"1 E A B C p J L N I O P"},E:{"1":"C c VB","2":"F K NB FB PB","132":"H D G E A B QB RB SB TB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"2":"gB hB","132":"G iB jB kB lB mB nB oB pB","514":"4 FB dB IB"},H:{"2":"qB"},I:{"2":"rB sB tB","260":"4 EB F uB","514":"GB vB wB"},J:{"132":"A","260":"D"},K:{"2":"A B C c DB AB","260":"M"},L:{"260":"HB"},M:{"2":"2"},N:{"514":"A","1028":"B"},O:{"2":"xB"},P:{"260":"F K yB zB"},Q:{"1":"0B"},R:{"260":"1B"}},B:1,C:"accept attribute for file input"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-file-directory.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-file-directory.js new file mode 100644 index 0000000..6ff67a0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-file-directory.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 J L N I","2":"C p"},C:{"1":"0 2 5 6 7 8 9 t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s aB UB"},D:{"1":"0 2 3 5 6 7 8 9 Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T U V W X Y"},E:{"1":"C c VB","2":"F K H D G E A B NB FB PB QB RB SB TB"},F:{"1":"0 3 N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:"Directory selection from file input"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-file-multiple.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-file-multiple.js new file mode 100644 index 0000000..0713bb1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-file-multiple.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB UB","2":"cB EB aB"},D:{"1":"0 1 2 3 5 6 7 8 9 K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","2":"NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z ZB c DB bB AB","2":"E WB XB YB"},G:{"1":"G gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB"},H:{"130":"qB"},I:{"130":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"130":"A B C M c DB AB"},L:{"132":"HB"},M:{"130":"2"},N:{"2":"A B"},O:{"130":"xB"},P:{"130":"F","132":"K yB zB"},Q:{"1":"0B"},R:{"132":"1B"}},B:1,C:"Multiple file selection"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-inputmode.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-inputmode.js new file mode 100644 index 0000000..5a014c8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-inputmode.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"1 cB EB F K H D G E A B C p J L aB UB","4":"N I O P","194":"0 2 3 5 6 7 8 9 Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB"},D:{"1":"OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y","66":"0 2 5 6 7 8 9 z BB CB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l WB XB YB ZB c DB bB AB","66":"m n o M q r s t u v"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"194":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:1,C:"inputmode attribute"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-minlength.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-minlength.js new file mode 100644 index 0000000..14f69c9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-minlength.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"N I","2":"1 C p J L"},C:{"1":"0 2 5 6 7 8 9 u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t aB UB"},D:{"1":"0 2 5 6 7 8 9 j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i"},E:{"1":"B C TB c VB","2":"F K H D G E A NB FB PB QB RB SB"},F:{"1":"0 3 W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V WB XB YB ZB c DB bB AB"},G:{"1":"mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"1":"1B"}},B:1,C:"Minimum length attribute for input fields"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-number.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-number.js new file mode 100644 index 0000000..9b77c5f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-number.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","129":"A B"},B:{"129":"C p","1025":"1 J L N I"},C:{"2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X aB UB","513":"0 2 3 5 6 7 8 9 Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB"},D:{"1":"0 1 2 3 5 6 7 8 9 H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K"},E:{"1":"K H D G E A B C PB QB RB SB TB c VB","2":"F NB FB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"388":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"EB rB sB tB","388":"4 F GB uB vB wB"},J:{"2":"D","388":"A"},K:{"1":"A B C c DB AB","388":"M"},L:{"388":"HB"},M:{"641":"2"},N:{"388":"A B"},O:{"388":"xB"},P:{"388":"F K yB zB"},Q:{"1":"0B"},R:{"388":"1B"}},B:1,C:"Number input type"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-pattern.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-pattern.js new file mode 100644 index 0000000..bfa656e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-pattern.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D G E"},E:{"1":"B C TB c VB","2":"F NB FB","16":"K","388":"H D G E A PB QB RB SB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB","2":"E"},G:{"1":"mB nB oB pB","16":"4 FB dB","388":"G IB gB hB iB jB kB lB"},H:{"2":"qB"},I:{"1":"GB wB","2":"4 EB F rB sB tB uB vB"},J:{"1":"A","2":"D"},K:{"1":"A B C c DB AB","132":"M"},L:{"1":"HB"},M:{"1":"2"},N:{"132":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Pattern attribute for input fields"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-placeholder.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-placeholder.js new file mode 100644 index 0000000..fe8c367 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-placeholder.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"K H D G E A B C PB QB RB SB TB c VB","132":"F NB FB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z DB bB AB","2":"E WB XB YB ZB","132":"B c"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB GB rB sB tB vB wB","4":"F uB"},J:{"1":"D A"},K:{"1":"B C M c DB AB","2":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"input placeholder attribute"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-range.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-range.js new file mode 100644 index 0000000..0b1d791 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-range.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB"},H:{"2":"qB"},I:{"1":"4 GB vB wB","4":"EB F rB sB tB uB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Range input type"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-search.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-search.js new file mode 100644 index 0000000..1b11e0c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-search.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","129":"A B"},B:{"129":"1 C p J L N I"},C:{"2":"cB EB aB UB","129":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB"},D:{"1":"0 2 3 5 6 7 8 9 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p Q R S T U","129":"J L N I O P"},E:{"1":"H D G E A B C PB QB RB SB TB c VB","16":"F K NB FB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z bB AB","2":"E WB XB YB ZB","16":"B c DB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","16":"4 FB dB"},H:{"129":"qB"},I:{"1":"GB vB wB","16":"rB sB","129":"4 EB F tB uB"},J:{"1":"D","129":"A"},K:{"1":"C","2":"A","16":"B c DB","129":"M AB"},L:{"1":"HB"},M:{"129":"2"},N:{"129":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Search input type"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-selection.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-selection.js new file mode 100644 index 0000000..de17d28 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/input-selection.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","16":"NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z ZB c DB bB AB","16":"E WB XB YB"},G:{"1":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","16":"FB"},H:{"2":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Selection controls for input & textarea"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/insert-adjacent.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/insert-adjacent.js new file mode 100644 index 0000000..4123933 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/insert-adjacent.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"H D G E A B","16":"eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB","16":"E"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB tB uB vB wB","16":"rB sB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Element.insertAdjacentElement() & Element.insertAdjacentText()"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/insertadjacenthtml.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/insertadjacenthtml.js new file mode 100644 index 0000000..9a80de9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/insertadjacenthtml.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","16":"eB","132":"H D G E"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB F K H D aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","2":"NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z XB YB ZB c DB bB AB","16":"E WB"},G:{"1":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","16":"FB"},H:{"1":"qB"},I:{"1":"4 EB F GB tB uB vB wB","16":"rB sB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"Element.insertAdjacentHTML()"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/internationalization-plural-rul.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/internationalization-plural-rul.js new file mode 100644 index 0000000..3c8f72d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/internationalization-plural-rul.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N","130":"I"},C:{"1":"2 5 6 7 8 9 BB CB","2":"0 1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB"},D:{"1":"2 BB CB OB GB fB JB HB KB LB MB","2":"0 1 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c","16":"VB"},F:{"1":"0 t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:6,C:"Intl.PluralRules API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/internationalization.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/internationalization.js new file mode 100644 index 0000000..9135888 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/internationalization.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","2":"H D G E A eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X aB UB"},D:{"1":"0 2 3 5 6 7 8 9 T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S"},E:{"1":"A B C TB c VB","2":"F K H D G E NB FB PB QB RB SB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"lB mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","2":"A"},O:{"2":"xB"},P:{"1":"F K yB zB"},Q:{"2":"0B"},R:{"1":"1B"}},B:6,C:"Internationalization API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/intersectionobserver.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/intersectionobserver.js new file mode 100644 index 0000000..9d567a8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/intersectionobserver.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"L N I","2":"1 C p","516":"J"},C:{"1":"0 2 5 6 7 8 9 y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u aB UB","194":"v w x"},D:{"1":"2 5 6 7 8 9 BB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t","516":"0 u v w x y z","1025":"CB OB GB fB JB HB KB LB MB"},E:{"1":"VB","2":"F K H D G E A B C NB FB PB QB RB SB TB c"},F:{"1":"0 o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g WB XB YB ZB c DB bB AB","516":"h i j k l m n"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"516":"xB"},P:{"1":"zB","2":"F","516":"K yB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"IntersectionObserver"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/intrinsic-width.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/intrinsic-width.js new file mode 100644 index 0000000..7564d5c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/intrinsic-width.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"cB","932":"0 1 2 3 5 6 7 8 9 EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"1 F K H D G E A B C p J L N I O P Q","545":"3 R S T U V W X Y Z a b d e f g h i j k l m n o","1537":"0 2 5 6 7 8 9 M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H NB FB PB","516":"B C c VB","548":"E A SB TB","676":"D G QB RB"},F:{"2":"E B C WB XB YB ZB c DB bB AB","513":"d","545":"J L N I O P Q R S T U V W X Y Z a b","1537":"0 3 e f g h i j k l m n o M q r s t u v w x y z"},G:{"2":"4 FB dB IB gB","548":"jB kB lB mB nB oB pB","676":"G hB iB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB","545":"vB wB","1537":"GB"},J:{"2":"D","545":"A"},K:{"2":"A B C c DB AB","1537":"M"},L:{"1537":"HB"},M:{"932":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"545":"F","1537":"K yB zB"},Q:{"545":"0B"},R:{"1537":"1B"}},B:5,C:"Intrinsic & Extrinsic Sizing"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/jpeg2000.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/jpeg2000.js new file mode 100644 index 0000000..e6d3ae4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/jpeg2000.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"H D G E A B C QB RB SB TB c VB","2":"F NB FB","129":"K PB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:6,C:"JPEG 2000 image format"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/jpegxr.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/jpegxr.js new file mode 100644 index 0000000..ae414ea --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/jpegxr.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"1":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:6,C:"JPEG XR image format"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/json.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/json.js new file mode 100644 index 0000000..770bede --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/json.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D eB","129":"G"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","2":"cB EB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","2":"NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z YB ZB c DB bB AB","2":"E WB XB"},G:{"1":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","2":"FB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"JSON parsing"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js new file mode 100644 index 0000000..f2d634e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J","132":"L N I"},C:{"1":"0 2 5 6 7 8 9 v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u aB UB"},D:{"1":"2 7 8 9 BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","132":"0 5 6"},E:{"1":"B C c VB","2":"F K H D G E A NB FB PB QB RB SB","132":"TB"},F:{"1":"0 q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m WB XB YB ZB c DB bB AB","132":"n o M"},G:{"1":"nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB","132":"mB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"132":"xB"},P:{"2":"F K yB","132":"zB"},Q:{"132":"0B"},R:{"2":"1B"}},B:5,C:"CSS justify-content: space-evenly"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js new file mode 100644 index 0000000..a889a6d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"I","2":"1 C p J L N"},C:{"1":"0 1 2 3 5 6 7 8 9 EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","2":"cB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"K H D G E A B C PB QB RB SB TB c VB","2":"F NB FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"4 G IB gB hB iB jB kB lB mB nB oB pB","16":"FB dB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"rB sB tB","132":"4 EB F uB"},J:{"1":"A","2":"D"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:7,C:"High-quality kerning pairs & ligatures"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js new file mode 100644 index 0000000..a905a60 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","16":"cB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","16":"NB FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E B WB XB YB ZB c DB bB","16":"C"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","16":"4 FB dB"},H:{"2":"qB"},I:{"1":"4 EB F GB tB uB vB wB","16":"rB sB"},J:{"1":"D A"},K:{"1":"AB","2":"A B c DB","16":"C","130":"M"},L:{"1":"HB"},M:{"130":"2"},N:{"130":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:7,C:"KeyboardEvent.charCode"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-code.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-code.js new file mode 100644 index 0000000..66ae7c0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-code.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 h i j k l m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g aB UB"},D:{"1":"0 2 5 6 7 8 9 r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k","194":"l m n o M q"},E:{"1":"B C TB c VB","2":"F K H D G E A NB FB PB QB RB SB"},F:{"1":"0 e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V W X WB XB YB ZB c DB bB AB","194":"3 Y Z a b d"},G:{"1":"mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","194":"M"},L:{"194":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F","194":"K yB zB"},Q:{"2":"0B"},R:{"194":"1B"}},B:5,C:"KeyboardEvent.code"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js new file mode 100644 index 0000000..2f6fbec --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p aB UB"},D:{"1":"0 2 3 5 6 7 8 9 Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T U V W X Y"},E:{"1":"B C TB c VB","2":"F K H D G E A NB FB PB QB RB SB"},F:{"1":"0 3 N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E B J L WB XB YB ZB c DB bB","16":"C"},G:{"1":"mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"2":"D A"},K:{"1":"M AB","2":"A B c DB","16":"C"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"KeyboardEvent.getModifierState()"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-key.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-key.js new file mode 100644 index 0000000..574830d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-key.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G eB","260":"E A B"},B:{"260":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R aB UB","132":"S T U V W X"},D:{"1":"0 2 5 6 7 8 9 u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t"},E:{"1":"B C TB c VB","2":"F K H D G E A NB FB PB QB RB SB"},F:{"1":"0 h i j k l m n o M q r s t u v w x y z AB","2":"3 E B J L N I O P Q R S T U V W X Y Z a b d e f g WB XB YB ZB c DB bB","16":"C"},G:{"1":"mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"AB","2":"A B c DB","16":"C M"},L:{"1":"HB"},M:{"1":"2"},N:{"260":"A B"},O:{"2":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"KeyboardEvent.key"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-location.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-location.js new file mode 100644 index 0000000..cb20aa6 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-location.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p aB UB"},D:{"1":"0 2 3 5 6 7 8 9 Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","132":"1 F K H D G E A B C p J L N I O P Q R S T U V W X Y"},E:{"1":"D G E A B C QB RB SB TB c VB","16":"H NB FB","132":"F K PB"},F:{"1":"0 3 N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E B WB XB YB ZB c DB bB","16":"C","132":"J L"},G:{"1":"G iB jB kB lB mB nB oB pB","16":"4 FB dB","132":"IB gB hB"},H:{"2":"qB"},I:{"1":"GB vB wB","16":"rB sB","132":"4 EB F tB uB"},J:{"132":"D A"},K:{"1":"M AB","2":"A B c DB","16":"C"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"KeyboardEvent.location"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-which.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-which.js new file mode 100644 index 0000000..78fee75 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/keyboardevent-which.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"H D G E A B C PB QB RB SB TB c VB","2":"F NB FB","16":"K"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z XB YB ZB c DB bB AB","16":"E WB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","16":"4 FB dB"},H:{"2":"qB"},I:{"1":"4 EB F GB tB uB","16":"rB sB","132":"vB wB"},J:{"1":"D A"},K:{"1":"A B C c DB AB","132":"M"},L:{"132":"HB"},M:{"132":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"2":"F","132":"K yB zB"},Q:{"1":"0B"},R:{"132":"1B"}},B:7,C:"KeyboardEvent.which"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/lazyload.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/lazyload.js new file mode 100644 index 0000000..d963d4d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/lazyload.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","2":"H D G E A eB"},B:{"1":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"1":"B","2":"A"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:"Resource Hints: Lazyload"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/let.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/let.js new file mode 100644 index 0000000..e280a35 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/let.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A eB","2052":"B"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 n o M q r s t u v w x y z BB CB","194":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m aB UB"},D:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I","322":"3 O P Q R S T U V W X Y Z a b d e f g h i j","516":"k l m n o M q r"},E:{"1":"B C c VB","2":"F K H D G E NB FB PB QB RB SB","1028":"A TB"},F:{"1":"0 f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB","322":"J L N I O P Q R S T U V W","516":"3 X Y Z a b d e"},G:{"1":"nB oB pB","2":"4 G FB dB IB gB hB iB jB kB","1028":"lB mB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","2":"A"},O:{"1":"xB"},P:{"1":"K yB zB","516":"F"},Q:{"2":"0B"},R:{"516":"1B"}},B:6,C:"let"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-icon-png.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-icon-png.js new file mode 100644 index 0000000..85d8d5d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-icon-png.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","2":"H D G E A eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"129":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"257":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"129":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","513":"E B C WB XB YB ZB c DB bB AB"},G:{"1026":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1026":"qB"},I:{"1":"4 EB F rB sB tB uB","513":"GB vB wB"},J:{"1":"D","1026":"A"},K:{"1026":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1026":"A B"},O:{"257":"xB"},P:{"1":"K yB zB","513":"F"},Q:{"129":"0B"},R:{"1":"1B"}},B:1,C:"PNG favicons"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-icon-svg.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-icon-svg.js new file mode 100644 index 0000000..8bad98a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-icon-svg.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"cB EB aB UB","260":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j","1025":"0 2 5 6 7 8 9 k l m n o M q r s t u v w x y z BB CB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB","16":"KB LB MB"},E:{"2":"F K H D G NB FB PB QB RB","516":"E A B C SB TB c VB"},F:{"1":"0 n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m WB XB YB ZB c DB bB AB"},G:{"130":"4 G FB dB IB gB hB iB","516":"jB kB lB mB nB oB pB"},H:{"130":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D","130":"A"},K:{"130":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"130":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:1,C:"SVG favicons"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js new file mode 100644 index 0000000..983ba90 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G eB","132":"E"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","2":"cB EB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"K H D G E A B C PB QB RB SB TB c VB","2":"F NB FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"16":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"16":"4 EB F GB rB sB tB uB vB wB"},J:{"16":"D A"},K:{"16":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","2":"A"},O:{"16":"xB"},P:{"1":"K yB zB","16":"F"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"Resource Hints: dns-prefetch"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-rel-preconnect.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-rel-preconnect.js new file mode 100644 index 0000000..6265bab --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-rel-preconnect.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p","260":"J L N I"},C:{"1":"0 2 5 6 7 8 9 j k l m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h aB UB","129":"i"},D:{"1":"0 2 5 6 7 8 9 M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o"},E:{"1":"C c VB","2":"F K H D G E A B NB FB PB QB RB SB TB"},F:{"1":"0 3 d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V W X Y Z a b WB XB YB ZB c DB bB AB"},G:{"1":"oB pB","2":"4 G FB dB IB gB hB iB jB kB lB mB nB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"16":"2"},N:{"2":"A B"},O:{"16":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"Resource Hints: preconnect"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-rel-prefetch.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-rel-prefetch.js new file mode 100644 index 0000000..d240c64 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-rel-prefetch.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","2":"H D G E A eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"F GB vB wB","2":"4 EB rB sB tB uB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","2":"A"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"Resource Hints: prefetch"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-rel-preload.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-rel-preload.js new file mode 100644 index 0000000..15f213b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-rel-preload.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L","1028":"N I"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y aB UB","132":"z","578":"0 2 5 6 7 8 9 BB CB"},D:{"1":"0 2 5 6 7 8 9 t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s"},E:{"1":"C c VB","2":"F K H D G E A NB FB PB QB RB SB TB","322":"B"},F:{"1":"0 g h i j k l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f WB XB YB ZB c DB bB AB"},G:{"1":"oB pB","2":"4 G FB dB IB gB hB iB jB kB lB mB","322":"nB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"578":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"2":"1B"}},B:4,C:"Resource Hints: preload"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-rel-prerender.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-rel-prerender.js new file mode 100644 index 0000000..7302031 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/link-rel-prerender.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","2":"H D G E A eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D G E A B C"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"1":"B","2":"A"},O:{"2":"xB"},P:{"1":"F K yB zB"},Q:{"2":"0B"},R:{"1":"1B"}},B:5,C:"Resource Hints: prerender"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/localecompare.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/localecompare.js new file mode 100644 index 0000000..0f247ba --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/localecompare.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","16":"eB","132":"H D G E A"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","132":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X aB UB"},D:{"1":"0 2 3 5 6 7 8 9 T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","132":"1 F K H D G E A B C p J L N I O P Q R S"},E:{"1":"A B C TB c VB","132":"F K H D G E NB FB PB QB RB SB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","16":"E B C WB XB YB ZB c DB bB","132":"AB"},G:{"1":"lB mB nB oB pB","132":"4 G FB dB IB gB hB iB jB kB"},H:{"132":"qB"},I:{"1":"GB vB wB","132":"4 EB F rB sB tB uB"},J:{"132":"D A"},K:{"1":"M","16":"A B C c DB","132":"AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","132":"A"},O:{"132":"xB"},P:{"1":"K yB zB","132":"F"},Q:{"132":"0B"},R:{"1":"1B"}},B:6,C:"localeCompare()"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/magnetometer.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/magnetometer.js new file mode 100644 index 0000000..c0f47e9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/magnetometer.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"GB fB JB HB KB LB MB","2":"0 1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","194":"2 5 6 7 8 9 BB CB OB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"194":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:4,C:"Magnetometer"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/matchesselector.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/matchesselector.js new file mode 100644 index 0000000..5840e03 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/matchesselector.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G eB","36":"E A B"},B:{"1":"J L N I","36":"1 C p"},C:{"1":"0 2 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB","36":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b UB"},D:{"1":"0 2 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","36":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b"},E:{"1":"G E A B C RB SB TB c VB","2":"F NB FB","36":"K H D PB QB"},F:{"1":"0 3 Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B WB XB YB ZB c","36":"C J L N I O P DB bB AB"},G:{"1":"G iB jB kB lB mB nB oB pB","2":"FB","36":"4 dB IB gB hB"},H:{"2":"qB"},I:{"1":"GB","2":"rB","36":"4 EB F sB tB uB vB wB"},J:{"36":"D A"},K:{"1":"M","2":"A B","36":"C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"36":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","36":"F"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"matches() DOM method"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/matchmedia.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/matchmedia.js new file mode 100644 index 0000000..faa355a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/matchmedia.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB F K aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D G"},E:{"1":"H D G E A B C PB QB RB SB TB c VB","2":"F K NB FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E B C WB XB YB ZB c DB bB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB"},H:{"1":"qB"},I:{"1":"4 EB F GB uB vB wB","2":"rB sB tB"},J:{"1":"A","2":"D"},K:{"1":"M AB","2":"A B C c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"matchMedia"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mathml.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mathml.js new file mode 100644 index 0000000..66c5f38 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mathml.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"E A B eB","8":"H D G"},B:{"2":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","129":"cB EB aB UB"},D:{"1":"T","8":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"A B C TB c VB","260":"F K H D G E NB FB PB QB RB SB"},F:{"2":"E","4":"B C WB XB YB ZB c DB bB AB","8":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","8":"4 FB dB"},H:{"8":"qB"},I:{"8":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"A","8":"D"},K:{"8":"A B C M c DB AB"},L:{"8":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"4":"xB"},P:{"8":"F K yB zB"},Q:{"8":"0B"},R:{"8":"1B"}},B:2,C:"MathML"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/maxlength.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/maxlength.js new file mode 100644 index 0000000..2f41484 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/maxlength.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","16":"eB","900":"H D G E"},B:{"1025":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 u v w x y z BB CB","900":"cB EB aB UB","1025":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"H D G E A B C PB QB RB SB TB c VB","16":"K NB","900":"F FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","16":"E","132":"B C WB XB YB ZB c DB bB AB"},G:{"1":"4 dB IB gB hB jB kB lB mB nB oB pB","16":"FB","2052":"G iB"},H:{"132":"qB"},I:{"1":"4 EB F tB uB vB wB","16":"rB sB","4097":"GB"},J:{"1":"D A"},K:{"132":"A B C c DB AB","4100":"M"},L:{"4097":"HB"},M:{"4097":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"4097":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"maxlength attribute for input and textarea elements"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/media-attribute.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/media-attribute.js new file mode 100644 index 0000000..bb0adb2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/media-attribute.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p aB UB"},D:{"1":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b","2":"0 2 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB","16":"KB LB MB"},E:{"1":"H D G E A B C PB QB RB SB TB c VB","2":"F K NB FB"},F:{"1":"B C J L N I O P Q R S T XB YB ZB c DB bB AB","2":"0 3 E U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","16":"4 FB dB"},H:{"16":"qB"},I:{"1":"4 F GB uB vB wB","16":"EB rB sB tB"},J:{"16":"D A"},K:{"1":"C M AB","16":"A B c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"16":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"2":"0B"},R:{"1":"1B"}},B:1,C:"Media attribute"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/media-fragments.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/media-fragments.js new file mode 100644 index 0000000..55578a6 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/media-fragments.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b aB UB","132":"0 2 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB"},D:{"2":"1 F K H D G E A B C p J L N","132":"0 2 3 5 6 7 8 9 I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K NB FB PB","132":"H D G E A B C QB RB SB TB c VB"},F:{"2":"E B C WB XB YB ZB c DB bB AB","132":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"2":"4 FB dB IB gB hB","132":"G iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB","132":"GB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"132":"HB"},M:{"132":"2"},N:{"132":"A B"},O:{"2":"xB"},P:{"2":"F K","132":"yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:2,C:"Media Fragments"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/media-session-api.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/media-session-api.js new file mode 100644 index 0000000..dd605da --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/media-session-api.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 2 5 6 7 8 9 BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c","16":"VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:6,C:"Media Session API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js new file mode 100644 index 0000000..5d6eb69 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l aB UB","260":"0 2 5 6 7 8 9 m n o M q r s t u v w x y z BB CB"},D:{"1":"2 9 BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t","324":"0 5 6 7 8 u v w x y z"},E:{"2":"F K H D G E A NB FB PB QB RB SB TB","132":"B C c VB"},F:{"1":"0 r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e WB XB YB ZB c DB bB AB","324":"f g h i j k l m n o M q"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"260":"2"},N:{"2":"A B"},O:{"132":"xB"},P:{"2":"F","132":"K yB zB"},Q:{"132":"0B"},R:{"2":"1B"}},B:5,C:"Media Capture from DOM Elements API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mediarecorder.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mediarecorder.js new file mode 100644 index 0000000..a416ebb --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mediarecorder.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X aB UB"},D:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M","194":"q r"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 f g h i j k l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b WB XB YB ZB c DB bB AB","194":"d e"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"MediaRecorder API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mediasource.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mediasource.js new file mode 100644 index 0000000..2c298ac --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mediasource.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A eB","260":"B"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T aB UB","194":"3 U V W X Y Z a b d e f g h i j k"},D:{"1":"0 2 3 5 6 7 8 9 a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L","33":"S T U V W X Y Z","66":"N I O P Q R"},E:{"1":"G E A B C SB TB c VB","2":"F K H D NB FB PB QB RB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB wB","2":"4 EB F rB sB tB uB vB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","2":"A"},O:{"1":"xB"},P:{"514":"F K yB zB"},Q:{"2":"0B"},R:{"1":"1B"}},B:4,C:"Media Source Extensions"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/menu.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/menu.js new file mode 100644 index 0000000..922fa62 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/menu.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"cB EB F K H D aB UB","132":"0 1 2 3 5 6 7 8 9 G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB"},D:{"2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j","322":"r s t u","578":"k l m n o M q","2114":"0 2 5 6 7 8 9 v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d WB XB YB ZB c DB bB AB","322":"e f g h","2114":"0 i j k l m n o M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"1156":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2114":"0B"},R:{"2":"1B"}},B:7,C:"Context menu item (menuitem element)"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/meta-theme-color.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/meta-theme-color.js new file mode 100644 index 0000000..fe1cec7 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/meta-theme-color.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"yB zB","2":"F","16":"K"},Q:{"2":"0B"},R:{"2":"1B"}},B:1,C:"theme-color Meta Tag"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/meter.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/meter.js new file mode 100644 index 0000000..6299c74 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/meter.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 p J L N I","2":"C"},C:{"1":"0 2 3 5 6 7 8 9 L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D"},E:{"1":"H D G E A B C QB RB SB TB c VB","2":"F K NB FB PB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z c DB bB AB","2":"E WB XB YB ZB"},G:{"1":"mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB"},H:{"1":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"D A"},K:{"1":"B C M c DB AB","2":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"meter element"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/midi.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/midi.js new file mode 100644 index 0000000..0f19d9f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/midi.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 2 5 6 7 8 9 m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V W X Y WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"2":"0B"},R:{"1":"1B"}},B:5,C:"Web MIDI API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/minmaxwh.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/minmaxwh.js new file mode 100644 index 0000000..0d457d1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/minmaxwh.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","8":"H eB","129":"D","257":"G"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"CSS min/max-width/height"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mp3.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mp3.js new file mode 100644 index 0000000..ecd9c14 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mp3.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB","132":"1 F K H D G E A B C p J L N I O P Q aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","2":"NB FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","2":"FB"},H:{"2":"qB"},I:{"1":"4 EB F GB tB uB vB wB","2":"rB sB"},J:{"1":"D A"},K:{"1":"B C M c DB AB","2":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"MP3 audio format"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mpeg-dash.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mpeg-dash.js new file mode 100644 index 0000000..dc854f3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mpeg-dash.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","386":"Q R"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:6,C:"Dynamic Adaptive Streaming over HTTP (MPEG-DASH)"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mpeg4.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mpeg4.js new file mode 100644 index 0000000..aac960a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mpeg4.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P aB UB","4":"3 Q R S T U V W X Y Z a b d"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C FB PB QB RB SB TB c VB","2":"NB"},F:{"1":"0 3 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB vB wB","4":"4 EB F rB sB uB","132":"tB"},J:{"1":"D A"},K:{"1":"B C M c DB AB","2":"A"},L:{"1":"HB"},M:{"260":"2"},N:{"1":"A B"},O:{"4":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"MPEG-4/H.264 video format"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/multibackgrounds.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/multibackgrounds.js new file mode 100644 index 0000000..69ce912 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/multibackgrounds.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB UB","2":"cB EB aB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z YB ZB c DB bB AB","2":"E WB XB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"CSS3 Multiple backgrounds"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/multicolumn.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/multicolumn.js new file mode 100644 index 0000000..1006ac8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/multicolumn.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"132":"0 2 5 6 7 8 9 v w x y z BB CB","164":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u aB UB"},D:{"1":"0 2 5 6 7 8 9 t u v w x y z BB CB OB GB fB JB HB KB LB MB","420":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s"},E:{"1":"A B C TB c VB","132":"E SB","164":"D G RB","420":"F K H NB FB PB QB"},F:{"1":"0 C g h i j k l m n o M q r s t u v w x y z c DB bB AB","2":"E B WB XB YB ZB","420":"3 J L N I O P Q R S T U V W X Y Z a b d e f"},G:{"1":"lB mB nB oB pB","132":"jB kB","164":"G hB iB","420":"4 FB dB IB gB"},H:{"1":"qB"},I:{"1":"GB","420":"4 EB F rB sB tB uB vB wB"},J:{"420":"D A"},K:{"1":"C c DB AB","2":"A B","132":"M"},L:{"1":"HB"},M:{"132":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","420":"F"},Q:{"132":"0B"},R:{"132":"1B"}},B:4,C:"CSS3 Multiple column layout"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mutation-events.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mutation-events.js new file mode 100644 index 0000000..437ad4b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mutation-events.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G eB","260":"E A B"},B:{"260":"1 C p J L N I"},C:{"2":"cB EB F K aB UB","260":"0 1 2 3 5 6 7 8 9 H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB"},D:{"16":"1 F K H D G E A B C p","132":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"16":"NB FB","132":"F K H D G E A B C PB QB RB SB TB c VB"},F:{"1":"C bB AB","2":"E WB XB YB ZB","16":"B c DB","132":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"16":"FB dB","132":"4 G IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"16":"rB sB","132":"4 EB F GB tB uB vB wB"},J:{"132":"D A"},K:{"1":"C AB","2":"A","16":"B c DB","132":"M"},L:{"132":"HB"},M:{"260":"2"},N:{"260":"A B"},O:{"132":"xB"},P:{"132":"F K yB zB"},Q:{"132":"0B"},R:{"132":"1B"}},B:5,C:"Mutation events"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mutationobserver.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mutationobserver.js new file mode 100644 index 0000000..3e27d2e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/mutationobserver.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","2":"H D G eB","8":"E A"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB F K H D G E A B C p aB UB"},D:{"1":"0 2 3 5 6 7 8 9 W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N","33":"I O P Q R S T U V"},E:{"1":"D G E A B C QB RB SB TB c VB","2":"F K NB FB PB","33":"H"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB","33":"gB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"EB rB sB tB","8":"4 F uB"},J:{"1":"A","2":"D"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","8":"A"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Mutation Observer"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/namevalue-storage.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/namevalue-storage.js new file mode 100644 index 0000000..88bcb48 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/namevalue-storage.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"G E A B","2":"eB","8":"H D"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","4":"cB EB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","2":"NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z YB ZB c DB bB AB","2":"E WB XB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"B C M c DB AB","2":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Web Storage - name/value pairs"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/nav-timing.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/nav-timing.js new file mode 100644 index 0000000..e25aeb2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/nav-timing.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB F K H aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K","33":"H D G E A B C"},E:{"1":"G E A B C SB TB c VB","2":"F K H D NB FB PB QB RB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"G jB kB lB mB nB oB pB","2":"4 FB dB IB gB hB iB"},H:{"2":"qB"},I:{"1":"4 F GB uB vB wB","2":"EB rB sB tB"},J:{"1":"A","2":"D"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"Navigation Timing API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/navigator-language.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/navigator-language.js new file mode 100644 index 0000000..b5b984c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/navigator-language.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"L N I","2":"1 C p J"},C:{"1":"0 2 3 5 6 7 8 9 b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a aB UB"},D:{"1":"0 2 5 6 7 8 9 g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f"},E:{"1":"A B C TB c VB","2":"F K H D G E NB FB PB QB RB SB"},F:{"1":"0 3 T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S WB XB YB ZB c DB bB AB"},G:{"1":"mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB"},H:{"16":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"16":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"16":"xB"},P:{"1":"F K yB zB"},Q:{"16":"0B"},R:{"16":"1B"}},B:2,C:"Navigator Language API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/netinfo.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/netinfo.js new file mode 100644 index 0000000..59bc258 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/netinfo.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 3 5 6 7 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","1028":"2 8 9 BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q WB XB YB ZB c DB bB AB","1028":"0 r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"rB vB wB","132":"4 EB F sB tB uB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","516":"M"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"132":"F","516":"K yB zB"},Q:{"2":"0B"},R:{"516":"1B"}},B:7,C:"Network Information API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/node-contains.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/node-contains.js new file mode 100644 index 0000000..10ecdb6 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/node-contains.js @@ -0,0 +1 @@ +module.exports={A:{A:{"16":"eB","644":"E A B","2308":"H D G"},B:{"1":"1 p J L N I","16":"C"},C:{"1":"0 1 2 3 5 6 7 8 9 E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB F K H D G aB UB"},D:{"1":"0 2 3 5 6 7 8 9 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p J L N I O P Q R S T U"},E:{"1":"D G E A B C QB RB SB TB c VB","16":"F K H NB FB","1668":"PB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","16":"E B C WB XB YB ZB c DB","132":"bB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","16":"4 FB dB IB gB"},H:{"16":"qB"},I:{"1":"GB vB wB","16":"EB rB sB tB","1668":"4 F uB"},J:{"16":"D A"},K:{"16":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"16":"A B"},O:{"16":"xB"},P:{"1":"K yB zB","16":"F"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Node.contains()"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/node-parentelement.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/node-parentelement.js new file mode 100644 index 0000000..fac30fb --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/node-parentelement.js @@ -0,0 +1 @@ +module.exports={A:{A:{"16":"eB","132":"E A B","260":"H D G"},B:{"1":"1 p J L N I","16":"C"},C:{"1":"0 1 2 3 5 6 7 8 9 E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB F K H D G aB UB"},D:{"1":"0 2 3 5 6 7 8 9 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p J L N I O P Q R S T U"},E:{"1":"H D G E A B C PB QB RB SB TB c VB","16":"F K NB FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","16":"E B WB XB YB ZB c DB","132":"C bB AB"},G:{"1":"G gB hB iB jB kB lB mB nB oB pB","16":"4 FB dB IB"},H:{"16":"qB"},I:{"1":"4 F GB uB vB wB","16":"EB rB sB tB"},J:{"16":"D A"},K:{"16":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"16":"A B"},O:{"16":"xB"},P:{"1":"K yB zB","16":"F"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Node.parentElement"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/notifications.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/notifications.js new file mode 100644 index 0000000..fa0ffe1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/notifications.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 J L N I","2":"C p"},C:{"1":"0 2 3 5 6 7 8 9 R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q aB UB"},D:{"1":"0 2 3 5 6 7 8 9 R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F","36":"1 K H D G E A B C p J L N I O P Q"},E:{"1":"H D G E A B C QB RB SB TB c VB","2":"F K NB FB PB"},F:{"1":"0 3 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB","36":"GB vB wB"},J:{"1":"A","2":"D"},K:{"2":"A B C c DB AB","36":"M"},L:{"513":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"36":"F","258":"K yB zB"},Q:{"2":"0B"},R:{"258":"1B"}},B:1,C:"Web Notifications"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/object-fit.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/object-fit.js new file mode 100644 index 0000000..c279dcb --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/object-fit.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J","260":"L N I"},C:{"1":"0 2 5 6 7 8 9 f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e aB UB"},D:{"1":"0 2 3 5 6 7 8 9 a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z"},E:{"1":"A B C TB c VB","2":"F K H D NB FB PB QB","132":"G E RB SB"},F:{"1":"0 3 O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E J L N I WB XB YB","33":"B C ZB c DB bB AB"},G:{"1":"lB mB nB oB pB","2":"4 FB dB IB gB hB","132":"G iB jB kB"},H:{"33":"qB"},I:{"1":"GB wB","2":"4 EB F rB sB tB uB vB"},J:{"2":"D A"},K:{"1":"M","2":"A","33":"B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"CSS3 object-fit/object-position"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/object-observe.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/object-observe.js new file mode 100644 index 0000000..8fc30fe --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/object-observe.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"f g h i j k l m n o M q r s","2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"3 S T U V W X Y Z a b d e f","2":"0 E B C J L N I O P Q R g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"F","2":"K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:7,C:"Object.observe data binding"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/object-values.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/object-values.js new file mode 100644 index 0000000..34a57a3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/object-values.js @@ -0,0 +1 @@ +module.exports={A:{A:{"8":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 q r s t u v w x y z BB CB","8":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M aB UB"},D:{"1":"0 2 5 6 7 8 9 x y z BB CB OB GB fB JB HB KB LB MB","8":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w"},E:{"1":"B C TB c VB","8":"F K H D G E A NB FB PB QB RB SB"},F:{"1":"0 k l m n o M q r s t u v w x y z","8":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j WB XB YB ZB c DB bB AB"},G:{"1":"mB nB oB pB","8":"4 G FB dB IB gB hB iB jB kB lB"},H:{"8":"qB"},I:{"1":"GB","8":"4 EB F rB sB tB uB vB wB"},J:{"8":"D A"},K:{"1":"M","8":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"8":"A B"},O:{"1":"xB"},P:{"1":"yB zB","8":"F K"},Q:{"1":"0B"},R:{"8":"1B"}},B:6,C:"Object.values method"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/objectrtc.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/objectrtc.js new file mode 100644 index 0000000..e8cd237 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/objectrtc.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 p J L N I","2":"C"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D","130":"A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:6,C:"Object RTC (ORTC) API for WebRTC"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/offline-apps.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/offline-apps.js new file mode 100644 index 0000000..c9f25b5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/offline-apps.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"E eB","8":"H D G"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","4":"EB","8":"cB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","8":"NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z ZB c DB bB AB","2":"E WB","8":"XB YB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"B C M c DB AB","2":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:7,C:"Offline web applications"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/offscreencanvas.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/offscreencanvas.js new file mode 100644 index 0000000..1fafbee --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/offscreencanvas.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m aB UB","194":"0 2 5 6 7 8 9 n o M q r s t u v w x y z BB CB"},D:{"1":"JB HB KB LB MB","2":"0 1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","322":"2 5 6 7 8 9 BB CB OB GB fB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n WB XB YB ZB c DB bB AB","322":"0 o M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"194":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:1,C:"OffscreenCanvas"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ogg-vorbis.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ogg-vorbis.js new file mode 100644 index 0000000..71b439c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ogg-vorbis.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"N I","2":"1 C p J L"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","2":"cB EB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z YB ZB c DB bB AB","2":"E WB XB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"4 EB F GB tB uB vB wB","16":"rB sB"},J:{"1":"A","2":"D"},K:{"1":"B C M c DB AB","2":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"Ogg Vorbis audio format"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ogv.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ogv.js new file mode 100644 index 0000000..c222e50 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ogv.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G eB","8":"E A B"},B:{"1":"N I","8":"1 C p J L"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","2":"cB EB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z YB ZB c DB bB AB","2":"E WB XB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"1":"2"},N:{"8":"A B"},O:{"1":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:6,C:"Ogg/Theora video format"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ol-reversed.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ol-reversed.js new file mode 100644 index 0000000..92f6b72 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ol-reversed.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N aB UB"},D:{"1":"0 2 3 5 6 7 8 9 P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J","16":"L N I O"},E:{"1":"D G E A B C QB RB SB TB c VB","2":"F K NB FB PB","16":"H"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E B WB XB YB ZB c DB bB","16":"C"},G:{"1":"G gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB"},H:{"1":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"A","2":"D"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Reversed attribute of ordered lists"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/once-event-listener.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/once-event-listener.js new file mode 100644 index 0000000..41cacc5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/once-event-listener.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"L N I","2":"1 C p J"},C:{"1":"0 2 5 6 7 8 9 t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s aB UB"},D:{"1":"0 2 5 6 7 8 9 y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x"},E:{"1":"A B C TB c VB","2":"F K H D G E NB FB PB QB RB SB"},F:{"1":"0 l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k WB XB YB ZB c DB bB AB"},G:{"1":"lB mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"yB zB","2":"F K"},Q:{"2":"0B"},R:{"2":"1B"}},B:1,C:"\"once\" event listener option"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/online-status.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/online-status.js new file mode 100644 index 0000000..754e8e2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/online-status.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D eB","260":"G"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 k l m n o M q r s t u v w x y z BB CB aB UB","2":"cB EB","516":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j"},D:{"1":"0 1 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D G E A B C p"},E:{"1":"K H D G E A B C PB QB RB SB TB c VB","2":"F NB FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB","4":"AB"},G:{"1":"4 G IB gB hB iB jB kB lB mB nB oB pB","16":"FB dB"},H:{"2":"qB"},I:{"1":"4 EB F GB tB uB vB wB","16":"rB sB"},J:{"1":"A","132":"D"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Online/offline status"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/opus.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/opus.js new file mode 100644 index 0000000..da85686 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/opus.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 J L N I","2":"C p"},C:{"1":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p aB UB"},D:{"1":"0 2 3 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b"},E:{"2":"F K H D G E A NB FB PB QB RB SB TB","132":"B C c VB"},F:{"1":"0 3 P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB","132":"nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"1":"1B"}},B:6,C:"Opus"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/orientation-sensor.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/orientation-sensor.js new file mode 100644 index 0000000..6c626fc --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/orientation-sensor.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"GB fB JB HB KB LB MB","2":"0 1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","194":"2 5 6 7 8 9 BB CB OB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:4,C:"Orientation Sensor"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/outline.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/outline.js new file mode 100644 index 0000000..2db0732 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/outline.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D eB","260":"G","388":"E A B"},B:{"1":"J L N I","388":"1 C p"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z bB","129":"AB","260":"E B WB XB YB ZB c DB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"C M AB","260":"A B c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"388":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"CSS outline properties"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/pad-start-end.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/pad-start-end.js new file mode 100644 index 0000000..212aa65 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/pad-start-end.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"J L N I","2":"1 C p"},C:{"1":"0 2 5 6 7 8 9 r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q aB UB"},D:{"1":"0 2 5 6 7 8 9 BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},E:{"1":"A B C TB c VB","2":"F K H D G E NB FB PB QB RB SB"},F:{"1":"0 n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m WB XB YB ZB c DB bB AB"},G:{"1":"lB mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"zB","2":"F K yB"},Q:{"2":"0B"},R:{"2":"1B"}},B:6,C:"String.prototype.padStart(), String.prototype.padEnd()"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/page-transition-events.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/page-transition-events.js new file mode 100644 index 0000000..397e1bc --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/page-transition-events.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","2":"H D G E A eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"K H D G E A B C PB QB RB SB TB c VB","2":"F NB FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","16":"4 FB dB"},H:{"2":"qB"},I:{"1":"4 EB F GB tB uB vB wB","16":"rB sB"},J:{"1":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","2":"A"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"PageTransitionEvent"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/pagevisibility.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/pagevisibility.js new file mode 100644 index 0000000..5510f70 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/pagevisibility.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB F K H D G E aB UB","33":"1 A B C p J L N"},D:{"1":"0 2 3 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D G E A B C p","33":"1 J L N I O P Q R S T U V W X Y Z a b"},E:{"1":"D G E A B C QB RB SB TB c VB","2":"F K H NB FB PB"},F:{"1":"0 3 P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E B C WB XB YB ZB c DB bB","33":"J L N I O"},G:{"1":"G hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB gB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB","33":"vB wB"},J:{"1":"A","2":"D"},K:{"1":"M AB","2":"A B C c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","33":"F"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"Page Visibility"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/passive-event-listener.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/passive-event-listener.js new file mode 100644 index 0000000..aa334f4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/passive-event-listener.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"L N I","2":"1 C p J"},C:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r aB UB"},D:{"1":"0 2 5 6 7 8 9 u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t"},E:{"1":"A B C TB c VB","2":"F K H D G E NB FB PB QB RB SB"},F:{"1":"0 h i j k l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g WB XB YB ZB c DB bB AB"},G:{"1":"lB mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"2":"1B"}},B:1,C:"Passive event listeners"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/passwordrules.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/passwordrules.js new file mode 100644 index 0000000..7693b11 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/passwordrules.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB","16":"BB CB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB","16":"KB LB MB"},E:{"1":"C","2":"F K H D G E A B NB FB PB QB RB SB TB c","16":"VB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v WB XB YB ZB c DB bB AB","16":"0 w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"16":"qB"},I:{"2":"4 EB F rB sB tB uB vB wB","16":"GB"},J:{"2":"D","16":"A"},K:{"2":"A B C c DB AB","16":"M"},L:{"16":"HB"},M:{"16":"2"},N:{"2":"A","16":"B"},O:{"16":"xB"},P:{"2":"F K yB","16":"zB"},Q:{"16":"0B"},R:{"16":"1B"}},B:1,C:"Password Rules"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/path2d.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/path2d.js new file mode 100644 index 0000000..fe2758d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/path2d.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"C p","132":"1 J L N I"},C:{"1":"0 2 5 6 7 8 9 r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z aB UB","132":"3 a b d e f g h i j k l m n o M q"},D:{"1":"fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e","132":"0 2 5 6 7 8 9 f g h i j k l m n o M q r s t u v w x y z BB CB OB GB"},E:{"1":"A B C SB TB c VB","2":"F K H D NB FB PB QB","132":"G E RB"},F:{"1":"0 y z","2":"E B C J L N I O P Q R WB XB YB ZB c DB bB AB","132":"3 S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x"},G:{"1":"jB kB lB mB nB oB pB","2":"4 FB dB IB gB hB","16":"G","132":"iB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"1":"A","2":"D"},K:{"2":"A B C c DB AB","132":"M"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"132":"xB"},P:{"132":"F K yB zB"},Q:{"132":"0B"},R:{"132":"1B"}},B:1,C:"Path2D"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/payment-request.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/payment-request.js new file mode 100644 index 0000000..8653bc5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/payment-request.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"C p","322":"1","8196":"J L N I"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x aB UB","4162":"0 2 5 6 7 8 9 y z","16452":"BB CB"},D:{"2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v","194":"0 5 w x y z","1090":"6 7","8196":"2 8 9 BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E NB FB PB QB RB SB","514":"A B TB","8196":"C c VB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i WB XB YB ZB c DB bB AB","194":"j k l m n o M q","8196":"0 r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB","514":"lB mB nB","8196":"oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2052":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F","8196":"K yB zB"},Q:{"194":"0B"},R:{"2":"1B"}},B:4,C:"Payment Request API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/permissions-api.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/permissions-api.js new file mode 100644 index 0000000..d078250 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/permissions-api.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o aB UB"},D:{"1":"0 2 5 6 7 8 9 m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V W X Y WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:"Permissions API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/picture-in-picture.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/picture-in-picture.js new file mode 100644 index 0000000..d7ea905 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/picture-in-picture.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"HB KB LB MB","2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB","66":"JB"},E:{"2":"F K H D G E NB FB PB QB RB SB","196":"A B C TB c VB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f WB XB YB ZB c DB bB AB","260":"0 h i j k l m n o M q r s t u v w x y z","324":"g"},G:{"2":"4 G FB dB IB gB hB iB jB kB","196":"lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"516":"HB"},M:{"516":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:"Picture-in-Picture"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/picture.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/picture.js new file mode 100644 index 0000000..974822d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/picture.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 p J L N I","2":"C"},C:{"1":"0 2 5 6 7 8 9 h i j k l m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b aB UB","578":"d e f g"},D:{"1":"0 2 5 6 7 8 9 h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f","194":"g"},E:{"1":"A B C SB TB c VB","2":"F K H D G E NB FB PB QB RB"},F:{"1":"0 3 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S WB XB YB ZB c DB bB AB","322":"T"},G:{"1":"kB lB mB nB oB pB","2":"4 G FB dB IB gB hB iB jB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Picture element"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ping.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ping.js new file mode 100644 index 0000000..4729982 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ping.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"N I","2":"1 C p J L"},C:{"2":"cB","194":"0 1 2 3 5 6 7 8 9 EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p"},E:{"1":"H D G E A B C QB RB SB TB c VB","2":"F K NB FB PB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"194":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Ping attribute"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/png-alpha.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/png-alpha.js new file mode 100644 index 0000000..c87a23e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/png-alpha.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"D G E A B","2":"eB","8":"H"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"PNG alpha transparency"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/pointer-events.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/pointer-events.js new file mode 100644 index 0000000..3441902 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/pointer-events.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","2":"H D G E A eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB UB","2":"cB EB aB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","2":"NB FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","2":"A"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:7,C:"CSS pointer-events (for HTML)"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/pointer.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/pointer.js new file mode 100644 index 0000000..a133223 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/pointer.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","2":"H D G E eB","164":"A"},B:{"1":"1 C p J L N I"},C:{"1":"2 6 7 8 9 BB CB","2":"cB EB F K aB UB","8":"1 3 H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j","328":"0 5 k l m n o M q r s t u v w x y z"},D:{"1":"0 2 5 6 7 8 9 y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q","8":"3 R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u","584":"v w x"},E:{"2":"F K H NB FB PB","8":"D G E A B C QB RB SB TB c","1096":"VB"},F:{"1":"0 l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB","8":"3 J L N I O P Q R S T U V W X Y Z a b d e f g h","584":"i j k"},G:{"8":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","8":"4 EB F rB sB tB uB vB wB"},J:{"8":"D A"},K:{"1":"M","2":"A","8":"B C c DB AB"},L:{"1":"HB"},M:{"328":"2"},N:{"1":"B","36":"A"},O:{"8":"xB"},P:{"1":"yB zB","2":"K","8":"F"},Q:{"584":"0B"},R:{"2":"1B"}},B:2,C:"Pointer events"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/pointerlock.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/pointerlock.js new file mode 100644 index 0000000..ddbad9f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/pointerlock.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 p J L N I","2":"C"},C:{"1":"0 2 5 6 7 8 9 k l m n o M q r s t u v w x y z BB CB","2":"cB EB F K H D G E A B C p aB UB","33":"1 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j"},D:{"1":"0 2 5 6 7 8 9 g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J","33":"3 R S T U V W X Y Z a b d e f","66":"L N I O P Q"},E:{"1":"B C TB c VB","2":"F K H D G E A NB FB PB QB RB SB"},F:{"1":"0 3 T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB","33":"J L N I O P Q R S"},G:{"1":"mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:2,C:"Pointer Lock API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js new file mode 100644 index 0000000..b481240 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"2 BB CB","2":"0 1 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"B C TB c VB","2":"F K H D G E A NB FB PB QB RB SB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:"prefers-reduced-motion media query"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/progress.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/progress.js new file mode 100644 index 0000000..b988e57 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/progress.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB F K aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D"},E:{"1":"H D G E A B C QB RB SB TB c VB","2":"F K NB FB PB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z c DB bB AB","2":"E WB XB YB ZB"},G:{"2":"4 FB dB IB gB","132":"G hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"D A"},K:{"1":"B C M c DB AB","2":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"progress element"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/promise-finally.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/promise-finally.js new file mode 100644 index 0000000..85c92d6 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/promise-finally.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"I","2":"1 C p J L N"},C:{"1":"2 5 6 7 8 9 BB CB","2":"0 1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB"},D:{"1":"2 BB CB OB GB fB JB HB KB LB MB","2":"0 1 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},E:{"1":"C c VB","2":"F K H D G E A B NB FB PB QB RB SB TB"},F:{"1":"0 t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s WB XB YB ZB c DB bB AB"},G:{"1":"nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB mB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:6,C:"Promise.prototype.finally"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/promises.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/promises.js new file mode 100644 index 0000000..8b14993 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/promises.js @@ -0,0 +1 @@ +module.exports={A:{A:{"8":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","4":"W X","8":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V aB UB"},D:{"1":"0 2 3 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","4":"b","8":"1 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a"},E:{"1":"G E A B C RB SB TB c VB","8":"F K H D NB FB PB QB"},F:{"1":"0 3 P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","4":"O","8":"E B C J L N I WB XB YB ZB c DB bB AB"},G:{"1":"G iB jB kB lB mB nB oB pB","8":"4 FB dB IB gB hB"},H:{"8":"qB"},I:{"1":"GB wB","8":"4 EB F rB sB tB uB vB"},J:{"8":"D A"},K:{"1":"M","8":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"8":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"Promises"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/proximity.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/proximity.js new file mode 100644 index 0000000..f742c49 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/proximity.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:4,C:"Proximity API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/proxy.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/proxy.js new file mode 100644 index 0000000..1c4685a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/proxy.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N aB UB"},D:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I h i j k l m n o M q r","66":"3 O P Q R S T U V W X Y Z a b d e f g"},E:{"1":"A B C TB c VB","2":"F K H D G E NB FB PB QB RB SB"},F:{"1":"0 f g h i j k l m n o M q r s t u v w x y z","2":"3 E B C U V W X Y Z a b d e WB XB YB ZB c DB bB AB","66":"J L N I O P Q R S T"},G:{"1":"lB mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"2":"1B"}},B:6,C:"Proxy object"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/publickeypinning.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/publickeypinning.js new file mode 100644 index 0000000..7b07263 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/publickeypinning.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d aB UB"},D:{"1":"0 2 5 6 7 8 9 h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O WB XB YB ZB c DB bB AB","4":"S","16":"P Q R T"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"F K yB zB"},Q:{"2":"0B"},R:{"1":"1B"}},B:6,C:"Public Key Pinning"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/push-api.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/push-api.js new file mode 100644 index 0000000..4cc0ee9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/push-api.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"N I","2":"1 C p J L"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m aB UB","257":"0 2 5 6 8 9 n M q r s t u w x y z BB CB","1281":"7 o v"},D:{"2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m","257":"0 2 5 6 7 8 9 t u v w x y z BB CB OB GB fB JB HB KB LB MB","388":"n o M q r s"},E:{"2":"F K H D G E NB FB PB QB RB","514":"A B C SB TB c VB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f WB XB YB ZB c DB bB AB","16":"g h i j k","257":"0 l m n o M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"2":"1B"}},B:5,C:"Push API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/queryselector.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/queryselector.js new file mode 100644 index 0000000..25340eb --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/queryselector.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"eB","8":"H D","132":"G"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","8":"cB EB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z XB YB ZB c DB bB AB","8":"E WB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"querySelector/querySelectorAll"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/readonly-attr.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/readonly-attr.js new file mode 100644 index 0000000..3183b1b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/readonly-attr.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"H D G E A B","16":"eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","16":"cB EB aB UB"},D:{"1":"0 2 3 5 6 7 8 9 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p J L N I O P Q R S T U"},E:{"1":"H D G E A B C PB QB RB SB TB c VB","16":"F K NB FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","16":"E WB","132":"B C XB YB ZB c DB bB AB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","16":"4 FB dB IB gB"},H:{"1":"qB"},I:{"1":"4 EB F GB tB uB vB wB","16":"rB sB"},J:{"1":"D A"},K:{"1":"M","132":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"257":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"readonly attribute of input and textarea elements"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/referrer-policy.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/referrer-policy.js new file mode 100644 index 0000000..2d40d2f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/referrer-policy.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A eB","132":"B"},B:{"132":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e aB UB"},D:{"1":"2 8 9 BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P","260":"0 3 5 6 7 Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},E:{"1":"C c VB","2":"F K H D NB FB PB QB","132":"G E A B RB SB TB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"2":"4 FB dB IB gB hB","132":"G iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"260":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"Referrer Policy"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/registerprotocolhandler.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/registerprotocolhandler.js new file mode 100644 index 0000000..9008b86 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/registerprotocolhandler.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","2":"cB"},D:{"2":"F K H D G E A B C","129":"0 1 2 3 5 6 7 8 9 p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"E B WB XB YB ZB c DB","129":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D","129":"A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:1,C:"Custom protocol handling"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rel-noopener.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rel-noopener.js new file mode 100644 index 0000000..5754f80 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rel-noopener.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u aB UB"},D:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r"},E:{"1":"B C TB c VB","2":"F K H D G E A NB FB PB QB RB SB"},F:{"1":"0 f g h i j k l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e WB XB YB ZB c DB bB AB"},G:{"1":"mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"rel=noopener"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rel-noreferrer.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rel-noreferrer.js new file mode 100644 index 0000000..bbf8dab --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rel-noreferrer.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A eB","132":"B"},B:{"1":"1 p J L N I","16":"C"},C:{"1":"0 2 3 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b aB UB"},D:{"1":"0 2 3 5 6 7 8 9 L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p J"},E:{"1":"K H D G E A B C PB QB RB SB TB c VB","2":"F NB FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","2":"FB"},H:{"2":"qB"},I:{"1":"4 EB F GB tB uB vB wB","16":"rB sB"},J:{"1":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Link type \"noreferrer\""}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rellist.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rellist.js new file mode 100644 index 0000000..e2a196c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rellist.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"I","2":"1 C p J L","132":"N"},C:{"1":"0 2 3 5 6 7 8 9 Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y aB UB"},D:{"1":"CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s","132":"0 2 5 6 7 8 9 t u v w x y z BB"},E:{"1":"E A B C SB TB c VB","2":"F K H D G NB FB PB QB RB"},F:{"1":"0 v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f WB XB YB ZB c DB bB AB","132":"g h i j k l m n o M q r s t u"},G:{"1":"jB kB lB mB nB oB pB","2":"4 G FB dB IB gB hB iB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"132":"xB"},P:{"2":"F","132":"K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:1,C:"relList (DOMTokenList)"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rem.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rem.js new file mode 100644 index 0000000..b861564 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rem.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","2":"H D G eB","132":"E A"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB UB","2":"cB EB aB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"K H D G E A B C PB QB RB SB TB c VB","2":"F NB FB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z bB AB","2":"E B WB XB YB ZB c DB"},G:{"1":"4 G dB gB hB iB jB kB lB mB nB oB pB","2":"FB","260":"IB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"C M AB","2":"A B c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"rem (root em) units"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/requestanimationframe.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/requestanimationframe.js new file mode 100644 index 0000000..8b87152 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/requestanimationframe.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB","33":"1 B C p J L N I O P Q R","164":"F K H D G E A"},D:{"1":"0 2 3 5 6 7 8 9 T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D G E","33":"R S","164":"I O P Q","420":"1 A B C p J L N"},E:{"1":"D G E A B C QB RB SB TB c VB","2":"F K NB FB PB","33":"H"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB","33":"gB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"A","2":"D"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"requestAnimationFrame"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/requestidlecallback.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/requestidlecallback.js new file mode 100644 index 0000000..aa49b45 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/requestidlecallback.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v aB UB","194":"w x"},D:{"1":"0 2 5 6 7 8 9 q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 d e f g h i j k l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"1":"1B"}},B:5,C:"requestIdleCallback"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/resizeobserver.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/resizeobserver.js new file mode 100644 index 0000000..969dfaf --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/resizeobserver.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w","194":"0 2 5 6 7 8 9 x y z"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j WB XB YB ZB c DB bB AB","194":"k l m n o M q r s t u"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:"Resize Observer"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/resource-timing.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/resource-timing.js new file mode 100644 index 0000000..4c21200 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/resource-timing.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z aB UB","194":"3 a b d"},D:{"1":"0 2 3 5 6 7 8 9 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T"},E:{"1":"C c VB","2":"F K H D G E A NB FB PB QB RB SB TB","260":"B"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB mB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"Resource Timing"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rest-parameters.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rest-parameters.js new file mode 100644 index 0000000..e28d431 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rest-parameters.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p aB UB"},D:{"1":"0 2 5 6 7 8 9 q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m","194":"n o M"},E:{"1":"A B C TB c VB","2":"F K H D G E NB FB PB QB RB SB"},F:{"1":"0 d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V W X Y Z WB XB YB ZB c DB bB AB","194":"3 a b"},G:{"1":"lB mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"1":"1B"}},B:6,C:"Rest parameters"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rtcpeerconnection.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rtcpeerconnection.js new file mode 100644 index 0000000..303fea9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/rtcpeerconnection.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p","516":"J L N I"},C:{"1":"0 2 5 6 7 8 9 n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q aB UB","33":"3 R S T U V W X Y Z a b d e f g h i j k l m"},D:{"1":"0 2 5 6 7 8 9 z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R","33":"3 S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y"},E:{"1":"B C c VB","2":"F K H D G E A NB FB PB QB RB SB TB"},F:{"1":"0 m n o M q r s t u v w x y z","2":"E B C J L N WB XB YB ZB c DB bB AB","33":"3 I O P Q R S T U V W X Y Z a b d e f g h i j k l"},G:{"1":"nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB mB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D","130":"A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"33":"F K yB zB"},Q:{"33":"0B"},R:{"33":"1B"}},B:5,C:"WebRTC Peer-to-peer connections"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ruby.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ruby.js new file mode 100644 index 0000000..10be175 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ruby.js @@ -0,0 +1 @@ +module.exports={A:{A:{"4":"H D G E A B eB"},B:{"4":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 h i j k l m n o M q r s t u v w x y z BB CB","8":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g aB UB"},D:{"4":"0 1 2 3 5 6 7 8 9 K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","8":"F"},E:{"4":"K H D G E A B C PB QB RB SB TB c VB","8":"F NB FB"},F:{"4":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","8":"E B C WB XB YB ZB c DB bB AB"},G:{"4":"G IB gB hB iB jB kB lB mB nB oB pB","8":"4 FB dB"},H:{"8":"qB"},I:{"4":"4 EB F GB uB vB wB","8":"rB sB tB"},J:{"4":"A","8":"D"},K:{"4":"M","8":"A B C c DB AB"},L:{"4":"HB"},M:{"1":"2"},N:{"4":"A B"},O:{"4":"xB"},P:{"4":"F K yB zB"},Q:{"4":"0B"},R:{"4":"1B"}},B:1,C:"Ruby annotation"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/run-in.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/run-in.js new file mode 100644 index 0000000..2dd5144 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/run-in.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"G E A B","2":"H D eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"1 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a","2":"0 2 3 5 6 7 8 9 b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"K H PB","2":"D G E A B C RB SB TB c VB","16":"QB","129":"F NB FB"},F:{"1":"E B C J L N I WB XB YB ZB c DB bB AB","2":"0 3 O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"1":"4 dB IB gB hB","2":"G iB jB kB lB mB nB oB pB","129":"FB"},H:{"1":"qB"},I:{"1":"4 EB F rB sB tB uB vB","2":"GB wB"},J:{"1":"D A"},K:{"1":"A B C c DB AB","2":"M"},L:{"2":"HB"},M:{"2":"2"},N:{"1":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"display: run-in"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js new file mode 100644 index 0000000..1528c34 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A eB","388":"B"},B:{"1":"I","2":"1 C p J","129":"L N"},C:{"1":"2 7 8 9 BB CB","2":"0 1 3 5 6 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB"},D:{"1":"0 2 5 6 7 8 9 u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t"},E:{"1":"C VB","2":"F K H D G E A B NB FB PB QB RB SB TB c"},F:{"1":"0 i j k l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h WB XB YB ZB c DB bB AB"},G:{"1":"pB","2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"1":"1B"}},B:6,C:"'SameSite' cookie attribute"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/screen-orientation.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/screen-orientation.js new file mode 100644 index 0000000..d443682 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/screen-orientation.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A eB","164":"B"},B:{"36":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N aB UB","36":"3 I O P Q R S T U V W X Y Z a b d e f g h i j k l m"},D:{"1":"0 2 5 6 7 8 9 h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A","36":"B"},O:{"1":"xB"},P:{"1":"K yB zB","16":"F"},Q:{"2":"0B"},R:{"1":"1B"}},B:5,C:"Screen Orientation"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/script-async.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/script-async.js new file mode 100644 index 0000000..a9e8aa3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/script-async.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB UB","2":"cB EB aB"},D:{"1":"0 1 2 3 5 6 7 8 9 G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D"},E:{"1":"H D G E A B C PB QB RB SB TB c VB","2":"F NB FB","132":"K"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB"},H:{"2":"qB"},I:{"1":"4 EB F GB uB vB wB","2":"rB sB tB"},J:{"1":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"async attribute for external scripts"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/script-defer.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/script-defer.js new file mode 100644 index 0000000..1740d71 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/script-defer.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","132":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB","257":"1 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D"},E:{"1":"K H D G E A B C PB QB RB SB TB c VB","2":"F NB FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB"},H:{"2":"qB"},I:{"1":"4 EB F GB uB vB wB","2":"rB sB tB"},J:{"1":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"defer attribute for external scripts"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/scrollintoview.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/scrollintoview.js new file mode 100644 index 0000000..c1fe6cd --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/scrollintoview.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D eB","132":"G E A B"},B:{"132":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 f g h i j k l m n o M q r s t u v w x y z BB CB","132":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e aB UB"},D:{"1":"2 8 9 BB CB OB GB fB JB HB KB LB MB","132":"0 1 3 5 6 7 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},E:{"2":"F K NB FB","132":"H D G E A B C PB QB RB SB TB c VB"},F:{"1":"0 r s t u v w x y z","2":"E WB XB YB ZB","16":"B c DB","132":"3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q bB AB"},G:{"16":"4 FB dB","132":"G IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"16":"rB sB","132":"4 EB F GB tB uB vB wB"},J:{"132":"D A"},K:{"132":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"132":"A B"},O:{"132":"xB"},P:{"132":"F K yB zB"},Q:{"132":"0B"},R:{"132":"1B"}},B:5,C:"scrollIntoView"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js new file mode 100644 index 0000000..b5ecbd3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p"},E:{"1":"H D G E A B C PB QB RB SB TB c VB","16":"F K NB FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","16":"4 FB dB"},H:{"2":"qB"},I:{"1":"4 EB F GB tB uB vB wB","16":"rB sB"},J:{"1":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:7,C:"Element.scrollIntoViewIfNeeded()"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sdch.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sdch.js new file mode 100644 index 0000000..1bcc126 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sdch.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 3 5 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"2 6 7 8 9 BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"2":"1B"}},B:6,C:"SDCH Accept-Encoding/Content-Encoding"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/selection-api.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/selection-api.js new file mode 100644 index 0000000..d17e984 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/selection-api.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","16":"eB","260":"H D G"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 v w x y z BB CB","132":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l aB UB","2180":"m n o M q r s t u"},D:{"1":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p"},E:{"1":"H D G E A B C PB QB RB SB TB c VB","16":"F K NB FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","132":"E B C WB XB YB ZB c DB bB AB"},G:{"16":"4","132":"FB dB","516":"G IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB vB wB","16":"EB F rB sB tB uB","1025":"4"},J:{"1":"A","16":"D"},K:{"1":"M","16":"A B C c DB","132":"AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","16":"A"},O:{"1025":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"Selection API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/server-timing.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/server-timing.js new file mode 100644 index 0000000..ab01f17 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/server-timing.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"CB OB GB fB JB HB KB LB MB","2":"0 1 3 5 6 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","196":"2 7 8 9","324":"BB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"Server Timing"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/serviceworkers.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/serviceworkers.js new file mode 100644 index 0000000..250b0e3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/serviceworkers.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"N I","2":"1 C p","322":"J L"},C:{"1":"0 2 5 6 8 9 n M q r s t u w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b aB UB","194":"3 d e f g h i j k l m","513":"7 o v"},D:{"1":"0 2 5 6 7 8 9 o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i","4":"j k l m n"},E:{"1":"C c VB","2":"F K H D G E A B NB FB PB QB RB SB TB"},F:{"1":"0 3 b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V WB XB YB ZB c DB bB AB","4":"W X Y Z a"},G:{"1":"oB pB","2":"4 G FB dB IB gB hB iB jB kB lB mB nB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB vB wB","4":"GB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","4":"M"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"4":"0B"},R:{"4":"1B"}},B:5,C:"Service Workers"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/setimmediate.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/setimmediate.js new file mode 100644 index 0000000..ddc96c5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/setimmediate.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"1":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:"Efficient Script Yielding: setImmediate()"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sha-2.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sha-2.js new file mode 100644 index 0000000..0effcb1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sha-2.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"H D G E A B","2":"eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 2 5 6 7 8 9 h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","132":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"16":"qB"},I:{"1":"4 EB F GB sB tB uB vB wB","260":"rB"},J:{"1":"D A"},K:{"16":"A B C M c DB AB"},L:{"1":"HB"},M:{"16":"2"},N:{"16":"A B"},O:{"16":"xB"},P:{"1":"K yB zB","16":"F"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"SHA-2 SSL certificates"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/shadowdom.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/shadowdom.js new file mode 100644 index 0000000..a3fe8ea --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/shadowdom.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X aB UB","194":"0 3 5 Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","322":"2 6 7 8 9 BB CB"},D:{"1":"0 2 5 6 7 8 9 e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB","2":"1 F K H D G E A B C p J L N I O P Q R S T MB","33":"3 U V W X Y Z a b d"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB","33":"J L N I O P Q"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB","33":"vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","33":"F"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"Shadow DOM v0"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/shadowdomv1.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/shadowdomv1.js new file mode 100644 index 0000000..474ef11 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/shadowdomv1.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"2 BB CB","2":"0 1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB","322":"5","578":"6 7 8 9"},D:{"1":"0 2 5 6 7 8 9 w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v"},E:{"2":"F K H D G E NB FB PB QB RB SB","132":"A B C TB c VB"},F:{"1":"0 j k l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB","132":"lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"yB zB","2":"F","4":"K"},Q:{"1":"0B"},R:{"2":"1B"}},B:5,C:"Shadow DOM v1"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sharedarraybuffer.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sharedarraybuffer.js new file mode 100644 index 0000000..1b06c91 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sharedarraybuffer.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J","194":"L N I"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB","194":"0 2 5 6 7 8 9 BB CB"},D:{"1":"fB JB HB KB LB MB","2":"0 1 3 5 6 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","194":"2 7 8 9 BB CB OB GB"},E:{"2":"F K H D G E A NB FB PB QB RB SB","194":"B C TB c VB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M WB XB YB ZB c DB bB AB","194":"0 q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB","194":"mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB vB wB","16":"GB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"194":"HB"},M:{"194":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:6,C:"Shared Array Buffer"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sharedworkers.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sharedworkers.js new file mode 100644 index 0000000..aaa783c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sharedworkers.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"K H PB","2":"F D G E A B C NB FB QB RB SB TB c VB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z ZB c DB bB AB","2":"E WB XB YB"},G:{"1":"IB gB","2":"4 G FB dB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"B C c DB AB","2":"M","16":"A"},L:{"2":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F","2":"K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:1,C:"Shared Web Workers"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sni.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sni.js new file mode 100644 index 0000000..3772b3f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sni.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H eB","132":"D G"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","2":"FB"},H:{"1":"qB"},I:{"1":"4 EB F GB uB vB wB","2":"rB sB tB"},J:{"1":"A","2":"D"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"Server Name Indication"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/spdy.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/spdy.js new file mode 100644 index 0000000..b0957ac --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/spdy.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","2":"H D G E A eB"},B:{"2":"1 C p J L N I"},C:{"1":"1 3 p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t","2":"0 2 5 6 7 8 9 cB EB F K H D G E A B C u v w x y z BB CB aB UB"},D:{"1":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t","2":"0 2 5 6 7 8 9 u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"G E A B C SB TB c VB","2":"F K H D NB FB PB QB RB"},F:{"1":"3 J L N I O P Q R S T U V W X Y Z a b d e f g h i l n AB","2":"0 E B C j k m o M q r s t u v w x y z WB XB YB ZB c DB bB"},G:{"1":"G iB jB kB lB mB nB oB pB","2":"4 FB dB IB gB hB"},H:{"2":"qB"},I:{"1":"4 EB F uB vB wB","2":"GB rB sB tB"},J:{"2":"D A"},K:{"1":"AB","2":"A B C M c DB"},L:{"2":"HB"},M:{"2":"2"},N:{"1":"B","2":"A"},O:{"2":"xB"},P:{"1":"F","2":"K yB zB"},Q:{"2":"0B"},R:{"16":"1B"}},B:7,C:"SPDY protocol"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/speech-recognition.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/speech-recognition.js new file mode 100644 index 0000000..ae139eb --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/speech-recognition.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"1 cB EB F K H D G E A B C p J L N I O P Q aB UB","322":"0 2 3 5 6 7 8 9 R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB"},D:{"2":"1 F K H D G E A B C p J L N I O P Q R S T","164":"0 2 3 5 6 7 8 9 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"E B C J L N I O P Q R S T U V WB XB YB ZB c DB bB AB","164":"0 3 W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"164":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"164":"F K yB zB"},Q:{"164":"0B"},R:{"164":"1B"}},B:7,C:"Speech Recognition API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/speech-synthesis.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/speech-synthesis.js new file mode 100644 index 0000000..55caf2f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/speech-synthesis.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 J L N I","2":"C p"},C:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z aB UB","194":"3 a b d e f g h i j k l m n o M q r"},D:{"1":"3 d e f g h i j k l m n o M q r s t u v w x","2":"1 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b","257":"0 2 5 6 7 8 9 y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"D G E A B C RB SB TB c VB","2":"F K H NB FB PB QB"},F:{"1":"0 3 W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V WB XB YB ZB c DB bB AB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB gB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"1":"0B"},R:{"2":"1B"}},B:7,C:"Speech Synthesis API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/spellcheck-attribute.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/spellcheck-attribute.js new file mode 100644 index 0000000..dfe9b77 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/spellcheck-attribute.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D G"},E:{"1":"H D G E A B C PB QB RB SB TB c VB","2":"F K NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z YB ZB c DB bB AB","2":"E WB XB"},G:{"4":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"4":"qB"},I:{"4":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"A","4":"D"},K:{"4":"A B C M c DB AB"},L:{"4":"HB"},M:{"4":"2"},N:{"4":"A B"},O:{"4":"xB"},P:{"4":"F K yB zB"},Q:{"1":"0B"},R:{"4":"1B"}},B:1,C:"Spellcheck attribute"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sql-storage.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sql-storage.js new file mode 100644 index 0000000..f634e6d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/sql-storage.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z YB ZB c DB bB AB","2":"E WB XB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"B C M c DB AB","2":"A"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:7,C:"Web SQL Database"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/srcset.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/srcset.js new file mode 100644 index 0000000..bf88b47 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/srcset.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"L N I","260":"C","514":"1 p J"},C:{"1":"0 2 5 6 7 8 9 h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a aB UB","194":"3 b d e f g"},D:{"1":"0 2 5 6 7 8 9 h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b","260":"d e f g"},E:{"1":"E A B C SB TB c VB","2":"F K H D NB FB PB QB","260":"G RB"},F:{"1":"0 3 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P WB XB YB ZB c DB bB AB","260":"Q R S T"},G:{"1":"jB kB lB mB nB oB pB","2":"4 FB dB IB gB hB","260":"G iB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Srcset and sizes attributes"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/stopimmediatepropagation.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/stopimmediatepropagation.js new file mode 100644 index 0000000..51e9766 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/stopimmediatepropagation.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB F K H D G E aB UB"},D:{"1":"0 2 3 5 6 7 8 9 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p J L N I O P Q R S T U"},E:{"1":"H D G E A B C PB QB RB SB TB c VB","16":"F K NB FB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E B WB XB YB ZB c DB bB","16":"C"},G:{"1":"G gB hB iB jB kB lB mB nB oB pB","16":"4 FB dB IB"},H:{"16":"qB"},I:{"1":"4 F GB uB vB wB","16":"EB rB sB tB"},J:{"16":"D A"},K:{"16":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"16":"A B"},O:{"16":"xB"},P:{"1":"K yB zB","16":"F"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Event.stopImmediatePropagation()"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/stream.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/stream.js new file mode 100644 index 0000000..a617620 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/stream.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L aB UB","129":"f g h i j k","420":"3 N I O P Q R S T U V W X Y Z a b d e"},D:{"1":"0 2 5 6 7 8 9 w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P","420":"3 Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v"},E:{"1":"B C c VB","2":"F K H D G E A NB FB PB QB RB SB TB"},F:{"1":"0 j k l m n o M q r s t u v w x y z","2":"E B J L N WB XB YB ZB c DB bB","420":"3 C I O P Q R S T U V W X Y Z a b d e f g h i AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB","513":"nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D","420":"A"},K:{"1":"M","2":"A B c DB","420":"C AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"yB zB","420":"F K"},Q:{"420":"0B"},R:{"420":"1B"}},B:4,C:"getUserMedia/Stream API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/streams.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/streams.js new file mode 100644 index 0000000..ddd9b6f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/streams.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A eB","130":"B"},B:{"16":"C p","260":"1 J","5124":"L N I"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB","2626":"0 2 5 6 7 8 9 BB CB"},D:{"2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u","260":"0 5 v w x y z","1028":"2 6 7 8 9 BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E NB FB PB QB RB SB","3076":"A B C TB c VB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h WB XB YB ZB c DB bB AB","260":"i j k l m n o","1028":"0 M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB","16":"lB","1028":"mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB vB wB","260":"GB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","1028":"M"},L:{"1028":"HB"},M:{"2626":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB","1028":"zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:1,C:"Streams"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/stricttransportsecurity.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/stricttransportsecurity.js new file mode 100644 index 0000000..65ccc6b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/stricttransportsecurity.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A eB","129":"B"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"D G E A B C RB SB TB c VB","2":"F K H NB FB PB QB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E B WB XB YB ZB c DB bB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB gB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"Strict Transport Security"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/style-scoped.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/style-scoped.js new file mode 100644 index 0000000..66daef3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/style-scoped.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"3 Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x","2":"1 2 8 9 cB EB F K H D G E A B C p J L N I O P BB CB aB UB","322":"0 5 6 7 y z"},D:{"2":"0 1 2 5 6 7 8 9 F K H D G E A B C p J L N I O g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","194":"3 P Q R S T U V W X Y Z a b d e f"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"322":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:"Scoped CSS"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/subresource-integrity.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/subresource-integrity.js new file mode 100644 index 0000000..7c86c34 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/subresource-integrity.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"N I","2":"1 C p J L"},C:{"1":"0 2 5 6 7 8 9 m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l aB UB"},D:{"1":"0 2 5 6 7 8 9 o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n"},E:{"1":"B C c VB","2":"F K H D G E A NB FB PB QB RB SB TB"},F:{"1":"0 3 b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V W X Y Z a WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB","194":"nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"Subresource Integrity"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-css.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-css.js new file mode 100644 index 0000000..4fbaf1d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-css.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"L N I","516":"1 C p J"},C:{"1":"0 2 3 5 6 7 8 9 T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB","260":"1 F K H D G E A B C p J L N I O P Q R S"},D:{"1":"0 1 2 3 5 6 7 8 9 K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","4":"F"},E:{"1":"K H D G E A B C PB QB RB SB TB c VB","2":"NB","132":"F FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB","2":"E"},G:{"1":"4 G IB gB hB iB jB kB lB mB nB oB pB","132":"FB dB"},H:{"260":"qB"},I:{"1":"4 EB F GB uB vB wB","2":"rB sB tB"},J:{"1":"D A"},K:{"1":"M","260":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"SVG in CSS backgrounds"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-filters.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-filters.js new file mode 100644 index 0000000..221ecc8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-filters.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","2":"cB"},D:{"1":"0 1 2 3 5 6 7 8 9 G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F","4":"K H D"},E:{"1":"H D G E A B C QB RB SB TB c VB","2":"F K NB FB PB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"G gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB"},H:{"1":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"A","2":"D"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"SVG filters"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-fonts.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-fonts.js new file mode 100644 index 0000000..b257e5d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-fonts.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"E A B eB","8":"H D G"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g","2":"0 2 5 6 7 8 9 u v w x y z BB CB OB GB fB JB HB KB LB MB","130":"h i j k l m n o M q r s t"},E:{"1":"F K H D G E A B C FB PB QB RB SB TB c VB","2":"NB"},F:{"1":"E B C J L N I O P Q R S T WB XB YB ZB c DB bB AB","2":"0 g h i j k l m n o M q r s t u v w x y z","130":"3 U V W X Y Z a b d e f"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"258":"qB"},I:{"1":"4 EB F uB vB wB","2":"GB rB sB tB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"130":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"F","130":"K yB zB"},Q:{"1":"0B"},R:{"130":"1B"}},B:7,C:"SVG fonts"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-fragment.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-fragment.js new file mode 100644 index 0000000..0db7844 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-fragment.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G eB","260":"E A B"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p aB UB"},D:{"1":"0 2 5 6 7 8 9 t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e","132":"f g h i j k l m n o M q r s"},E:{"1":"C c VB","2":"F K H D E A B NB FB PB QB SB TB","132":"G RB"},F:{"1":"0 g h i j k l m n o M q r s t u v w x y z AB","2":"J L N I O P Q R","4":"B C XB YB ZB c DB bB","16":"E WB","132":"3 S T U V W X Y Z a b d e f"},G:{"1":"oB pB","2":"4 FB dB IB gB hB jB kB lB mB nB","132":"G iB"},H:{"1":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D","132":"A"},K:{"1":"M AB","4":"A B C c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","132":"F"},Q:{"132":"0B"},R:{"132":"1B"}},B:2,C:"SVG fragment identifiers"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-html.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-html.js new file mode 100644 index 0000000..e82e9e3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-html.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G eB","388":"E A B"},B:{"260":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","2":"cB","4":"EB"},D:{"4":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"NB FB","4":"F K H D G E A B C PB QB RB SB TB c VB"},F:{"4":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"4":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB","4":"GB vB wB"},J:{"1":"A","2":"D"},K:{"4":"A B C M c DB AB"},L:{"4":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"4":"F K yB zB"},Q:{"4":"0B"},R:{"4":"1B"}},B:2,C:"SVG effects for HTML"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-html5.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-html5.js new file mode 100644 index 0000000..7c6c7c6 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-html5.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"eB","8":"H D G","129":"E A B"},B:{"1":"N I","129":"1 C p J L"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","8":"cB EB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","8":"F K H"},E:{"1":"E A B C SB TB c VB","8":"F K NB FB","129":"H D G PB QB RB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z bB AB","2":"B ZB c DB","8":"E WB XB YB"},G:{"1":"jB kB lB mB nB oB pB","8":"4 FB dB","129":"G IB gB hB iB"},H:{"1":"qB"},I:{"1":"GB vB wB","2":"rB sB tB","129":"4 EB F uB"},J:{"1":"A","129":"D"},K:{"1":"C M AB","8":"A B c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"129":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Inline SVG in HTML5"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-img.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-img.js new file mode 100644 index 0000000..9be6a21 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-img.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB"},D:{"1":"0 2 3 5 6 7 8 9 X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","132":"1 F K H D G E A B C p J L N I O P Q R S T U V W"},E:{"1":"E A B C SB TB c VB","2":"NB","4":"FB","132":"F K H D G PB QB RB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"jB kB lB mB nB oB pB","132":"4 G FB dB IB gB hB iB"},H:{"1":"qB"},I:{"1":"GB vB wB","2":"rB sB tB","132":"4 EB F uB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"SVG in HTML img element"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-smil.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-smil.js new file mode 100644 index 0000000..4d708c0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg-smil.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"eB","8":"H D G E A B"},B:{"8":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","8":"cB EB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","4":"F"},E:{"1":"H D G E A B C QB RB SB TB c VB","8":"NB FB","132":"F K PB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"G gB hB iB jB kB lB mB nB oB pB","132":"4 FB dB IB"},H:{"2":"qB"},I:{"1":"4 EB F GB uB vB wB","2":"rB sB tB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"8":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"SVG SMIL animation"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg.js new file mode 100644 index 0000000..61418e8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/svg.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"eB","8":"H D G","257":"E A B"},B:{"257":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","4":"cB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C FB PB QB RB SB TB c VB","4":"NB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"GB vB wB","2":"rB sB tB","132":"4 EB F uB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"257":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"SVG (basic support)"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/symbols.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/symbols.js new file mode 100644 index 0000000..93513b3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/symbols.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e aB UB"},D:{"1":"0 2 5 6 7 8 9 h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g"},E:{"1":"E A B C NB FB PB QB RB SB TB c VB","2":"F K H D G"},F:{"1":"0 3 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T WB XB YB ZB c DB bB AB"},G:{"1":"jB kB lB mB nB oB pB","2":"4 G FB dB IB gB hB iB"},H:{"2":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"16":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"16":"xB"},P:{"16":"F K yB zB"},Q:{"16":"0B"},R:{"16":"1B"}},B:6,C:"Symbols"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/tabindex-attr.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/tabindex-attr.js new file mode 100644 index 0000000..470437a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/tabindex-attr.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"D G E A B","16":"H eB"},B:{"1":"1 C p J L N I"},C:{"16":"cB EB aB UB","129":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB"},D:{"1":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p"},E:{"16":"F K NB FB","257":"H D G E A B C PB QB RB SB TB c VB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB","16":"E"},G:{"769":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"16":"qB"},I:{"16":"4 EB F GB rB sB tB uB vB wB"},J:{"16":"D A"},K:{"16":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"16":"A B"},O:{"16":"xB"},P:{"16":"F K yB zB"},Q:{"2":"0B"},R:{"16":"1B"}},B:1,C:"tabindex global attribute"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/template-literals.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/template-literals.js new file mode 100644 index 0000000..bc25cef --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/template-literals.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 p J L N I","16":"C"},C:{"1":"0 2 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b aB UB"},D:{"1":"0 2 5 6 7 8 9 k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j"},E:{"1":"A B C SB TB c VB","2":"F K H D G E NB FB PB QB RB"},F:{"1":"0 3 Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V W X WB XB YB ZB c DB bB AB"},G:{"1":"jB kB lB mB nB oB pB","2":"4 G FB dB IB gB hB iB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"2":"0B"},R:{"1":"1B"}},B:6,C:"ES6 Template Literals (Template Strings)"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/template.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/template.js new file mode 100644 index 0000000..35e9028 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/template.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"J L N I","2":"C","388":"1 p"},C:{"1":"0 2 3 5 6 7 8 9 R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q aB UB"},D:{"1":"0 2 5 6 7 8 9 e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T U","132":"3 V W X Y Z a b d"},E:{"1":"E A B C SB TB c VB","2":"F K H D NB FB PB","388":"G RB","514":"QB"},F:{"1":"0 3 R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB","132":"J L N I O P Q"},G:{"1":"jB kB lB mB nB oB pB","2":"4 FB dB IB gB hB","388":"G iB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"HTML templates"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/testfeat.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/testfeat.js new file mode 100644 index 0000000..60d925b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/testfeat.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G A B eB","16":"E"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","16":"F K"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"B C"},E:{"2":"F H NB FB PB","16":"K D G E A B C QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB DB bB AB","16":"c"},G:{"2":"4 FB dB IB gB","16":"G hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB uB vB wB","16":"tB"},J:{"2":"A","16":"D"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:"Test feature - updated"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/text-decoration.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/text-decoration.js new file mode 100644 index 0000000..fa52b8f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/text-decoration.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"cB EB F K aB UB","1028":"0 2 5 6 7 8 9 f g h i j k l m n o M q r s t u v w x y z BB CB","1060":"1 3 H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e"},D:{"2":"1 F K H D G E A B C p J L N I O P Q R S T U","226":"3 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2052":"0 2 5 6 7 8 9 BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D NB FB PB QB","772":"VB","804":"G E A B C SB TB c","1316":"RB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d WB XB YB ZB c DB bB AB","226":"e f g h i j k l m","2052":"0 n o M q r s t u v w x y z"},G:{"2":"4 FB dB IB gB hB","292":"G iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","2052":"M"},L:{"2052":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2052":"xB"},P:{"2":"F K yB","2052":"zB"},Q:{"2":"0B"},R:{"1":"1B"}},B:4,C:"text-decoration styling"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/text-emphasis.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/text-emphasis.js new file mode 100644 index 0000000..ecbd9c3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/text-emphasis.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n aB UB","322":"o"},D:{"2":"1 F K H D G E A B C p J L N I O P Q R S T","164":"0 2 3 5 6 7 8 9 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"G E A B C RB SB TB c VB","2":"F K H NB FB PB","164":"D QB"},F:{"2":"E B C WB XB YB ZB c DB bB AB","164":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"1":"G hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB gB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB","164":"GB vB wB"},J:{"2":"D","164":"A"},K:{"2":"A B C c DB AB","164":"M"},L:{"164":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"164":"xB"},P:{"164":"F K yB zB"},Q:{"164":"0B"},R:{"164":"1B"}},B:4,C:"text-emphasis styling"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/text-overflow.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/text-overflow.js new file mode 100644 index 0000000..9801246 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/text-overflow.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"H D G E A B","2":"eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","8":"cB EB F K H aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z c DB bB AB","33":"E WB XB YB ZB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"M AB","33":"A B C c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"CSS3 Text-overflow"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/text-size-adjust.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/text-size-adjust.js new file mode 100644 index 0000000..796bdb0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/text-size-adjust.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"33":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 2 5 6 7 8 9 x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U W X Y Z a b d e f g h i j k l m n o M q r s t u v w","258":"V"},E:{"2":"F K H D G E A B C NB FB QB RB SB TB c VB","258":"PB"},F:{"1":"0 m o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l n WB XB YB ZB c DB bB AB"},G:{"2":"4 FB dB","33":"G IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"33":"2"},N:{"161":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:"CSS text-size-adjust"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/text-stroke.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/text-stroke.js new file mode 100644 index 0000000..b186db4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/text-stroke.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p","161":"J L N I"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q aB UB","161":"0 2 5 6 7 8 9 s t u v w x y z BB CB","450":"r"},D:{"33":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"B C c VB","33":"F K H D G E A NB FB PB QB RB SB TB"},F:{"2":"E B C WB XB YB ZB c DB bB AB","33":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"33":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","36":"FB"},H:{"2":"qB"},I:{"2":"EB","33":"4 F GB rB sB tB uB vB wB"},J:{"33":"D A"},K:{"2":"A B C c DB AB","33":"M"},L:{"33":"HB"},M:{"161":"2"},N:{"2":"A B"},O:{"33":"xB"},P:{"33":"F K yB zB"},Q:{"33":"0B"},R:{"33":"1B"}},B:7,C:"CSS text-stroke and text-fill"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/textcontent.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/textcontent.js new file mode 100644 index 0000000..861bc1a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/textcontent.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C FB PB QB RB SB TB c VB","16":"NB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB","16":"E"},G:{"1":"4 G dB IB gB hB iB jB kB lB mB nB oB pB","16":"FB"},H:{"1":"qB"},I:{"1":"4 EB F GB tB uB vB wB","16":"rB sB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Node.textContent"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/textencoder.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/textencoder.js new file mode 100644 index 0000000..cade09e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/textencoder.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I aB UB","132":"O"},D:{"1":"0 2 5 6 7 8 9 h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g"},E:{"1":"B C TB c VB","2":"F K H D G E A NB FB PB QB RB SB"},F:{"1":"0 3 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T WB XB YB ZB c DB bB AB"},G:{"1":"mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"2":"0B"},R:{"1":"1B"}},B:1,C:"TextEncoder & TextDecoder"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/tls1-1.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/tls1-1.js new file mode 100644 index 0000000..31e5b14 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/tls1-1.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","2":"H D eB","66":"G E A"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R aB UB","66":"S"},D:{"1":"0 2 3 5 6 7 8 9 R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q"},E:{"1":"D G E A B C RB SB TB c VB","2":"F K H NB FB PB QB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E B C WB XB YB ZB c DB bB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB"},H:{"1":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"1":"A","2":"D"},K:{"1":"M AB","2":"A B C c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","66":"A"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"TLS 1.1"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/tls1-2.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/tls1-2.js new file mode 100644 index 0000000..5ea00de --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/tls1-2.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","2":"H D eB","66":"G E A"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S aB UB","66":"T U V"},D:{"1":"0 2 3 5 6 7 8 9 Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T U V W X Y"},E:{"1":"D G E A B C RB SB TB c VB","2":"F K H NB FB PB QB"},F:{"1":"0 3 N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E J L WB","66":"B C XB YB ZB c DB bB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB"},H:{"1":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"1":"A","2":"D"},K:{"1":"M AB","2":"A B C c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","66":"A"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"TLS 1.2"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/tls1-3.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/tls1-3.js new file mode 100644 index 0000000..32d8a53 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/tls1-3.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t aB UB","66":"u","516":"v"},D:{"1":"0 2 5 6 7 8 9 z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w","66":"x y"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j WB XB YB ZB c DB bB AB","1090":"0 k l m n o M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB vB wB","16":"GB"},J:{"2":"D","16":"A"},K:{"2":"A B C c DB AB","16":"M"},L:{"1":"HB"},M:{"16":"2"},N:{"2":"A","16":"B"},O:{"16":"xB"},P:{"1":"yB zB","16":"F K"},Q:{"16":"0B"},R:{"16":"1B"}},B:6,C:"TLS 1.3"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/token-binding.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/token-binding.js new file mode 100644 index 0000000..7636454 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/token-binding.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p","257":"J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB","16":"BB CB"},D:{"2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h","16":"0 i j k l m n o M q r s t u v w x y z","194":"2 5 6 7 8 9 BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G NB FB PB QB RB","16":"E A B C SB TB c VB"},F:{"2":"E B C J L N I O P Q R S T U V W X Y WB XB YB ZB c DB bB AB","16":"0 3 Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB","16":"jB kB lB mB nB oB pB"},H:{"16":"qB"},I:{"2":"4 EB F rB sB tB uB vB wB","16":"GB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","16":"M"},L:{"16":"HB"},M:{"16":"2"},N:{"2":"A","16":"B"},O:{"16":"xB"},P:{"16":"F K yB zB"},Q:{"16":"0B"},R:{"16":"1B"}},B:6,C:"Token Binding"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/touch.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/touch.js new file mode 100644 index 0000000..0d9f6f3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/touch.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","8":"A B"},B:{"578":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 I O P Q R S T v w x y z BB CB","2":"cB EB aB UB","4":"1 F K H D G E A B C p J L N","194":"3 U V W X Y Z a b d e f g h i j k l m n o M q r s t u"},D:{"1":"0 2 3 5 6 7 8 9 R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"B C M c DB AB","2":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"8":"A","260":"B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"Touch events"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/transforms2d.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/transforms2d.js new file mode 100644 index 0000000..f800148 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/transforms2d.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"eB","8":"H D G","129":"A B","161":"E"},B:{"1":"N I","129":"1 C p J L"},C:{"1":"0 2 3 5 6 7 8 9 L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB","33":"1 F K H D G E A B C p J aB UB"},D:{"1":"0 2 5 6 7 8 9 f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","33":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e"},E:{"1":"E A B C SB TB c VB","33":"F K H D G NB FB PB QB RB"},F:{"1":"0 3 S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E WB XB","33":"B C J L N I O P Q R YB ZB c DB bB"},G:{"1":"jB kB lB mB nB oB pB","33":"4 G FB dB IB gB hB iB"},H:{"2":"qB"},I:{"1":"GB","33":"4 EB F rB sB tB uB vB wB"},J:{"33":"D A"},K:{"1":"B C M c DB AB","2":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"CSS3 2D Transforms"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/transforms3d.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/transforms3d.js new file mode 100644 index 0000000..af07b97 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/transforms3d.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","132":"A B"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB F K H D G E aB UB","33":"1 A B C p J"},D:{"1":"0 2 5 6 7 8 9 f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D G E A B","33":"1 3 C p J L N I O P Q R S T U V W X Y Z a b d e"},E:{"2":"NB FB","33":"F K H D G PB QB RB","257":"E A B C SB TB c VB"},F:{"1":"0 3 S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB","33":"J L N I O P Q R"},G:{"33":"4 G FB dB IB gB hB iB","257":"jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"rB sB tB","33":"4 EB F uB vB wB"},J:{"33":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"132":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"CSS3 3D Transforms"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ttf.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ttf.js new file mode 100644 index 0000000..2567321 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/ttf.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G eB","132":"E A B"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","2":"cB EB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z XB YB ZB c DB bB AB","2":"E WB"},G:{"1":"4 G IB gB hB iB jB kB lB mB nB oB pB","2":"FB dB"},H:{"2":"qB"},I:{"1":"4 EB F GB sB tB uB vB wB","2":"rB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"132":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"TTF/OTF - TrueType and OpenType font support"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/typedarrays.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/typedarrays.js new file mode 100644 index 0000000..d593a3e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/typedarrays.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"B","2":"H D G E eB","132":"A"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H"},E:{"1":"H D G E A B C QB RB SB TB c VB","2":"F K NB FB","260":"PB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z bB AB","2":"E B WB XB YB ZB c DB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","2":"FB dB","260":"4"},H:{"1":"qB"},I:{"1":"4 F GB uB vB wB","2":"EB rB sB tB"},J:{"1":"A","2":"D"},K:{"1":"C M AB","2":"A B c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"132":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"Typed Arrays"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/u2f.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/u2f.js new file mode 100644 index 0000000..f5f00c2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/u2f.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M aB UB","322":"0 2 5 6 7 8 9 q r s t u v w x y z BB CB"},D:{"1":"0 2 5 6 7 8 9 k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g","130":"h i j"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 j l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i k WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:6,C:"FIDO U2F API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/unhandledrejection.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/unhandledrejection.js new file mode 100644 index 0000000..53344e4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/unhandledrejection.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r"},E:{"1":"B C c VB","2":"F K H D G E A NB FB PB QB RB SB TB"},F:{"1":"0 f g h i j k l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e WB XB YB ZB c DB bB AB"},G:{"1":"oB pB","2":"4 G FB dB IB gB hB iB jB kB lB mB","16":"nB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"2":"1B"}},B:1,C:"unhandledrejection/rejectionhandled events"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js new file mode 100644 index 0000000..ccb48f2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"N I","2":"1 C p J L"},C:{"1":"0 2 5 6 7 8 9 l m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k aB UB"},D:{"1":"0 2 5 6 7 8 9 m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l"},E:{"1":"B C TB c VB","2":"F K H D G E A NB FB PB QB RB SB"},F:{"1":"0 3 Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S T U V W X Y WB XB YB ZB c DB bB AB"},G:{"1":"mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"Upgrade Insecure Requests"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/url.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/url.js new file mode 100644 index 0000000..1673dea --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/url.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U aB UB"},D:{"1":"0 2 3 5 6 7 8 9 b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R","130":"S T U V W X Y Z a"},E:{"1":"G E A B C RB SB TB c VB","2":"F K H NB FB PB QB","130":"D"},F:{"1":"0 3 O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB","130":"J L N I"},G:{"1":"G iB jB kB lB mB nB oB pB","2":"4 FB dB IB gB","130":"hB"},H:{"2":"qB"},I:{"1":"GB wB","2":"4 EB F rB sB tB uB","130":"vB"},J:{"2":"D","130":"A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"URL API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/urlsearchparams.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/urlsearchparams.js new file mode 100644 index 0000000..d9c2cbd --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/urlsearchparams.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"N I","2":"1 C p J L"},C:{"1":"0 2 5 6 7 8 9 n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X aB UB","132":"3 Y Z a b d e f g h i j k l m"},D:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r"},E:{"1":"B C TB c VB","2":"F K H D G E A NB FB PB QB RB SB"},F:{"1":"0 f g h i j k l m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e WB XB YB ZB c DB bB AB"},G:{"1":"mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","2":"F"},Q:{"2":"0B"},R:{"2":"1B"}},B:1,C:"URLSearchParams"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/use-strict.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/use-strict.js new file mode 100644 index 0000000..02f753a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/use-strict.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D G E A B C"},E:{"1":"H D G E A B C QB RB SB TB c VB","2":"F NB FB","132":"K PB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z bB AB","2":"E B WB XB YB ZB c DB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB"},H:{"1":"qB"},I:{"1":"4 EB F GB uB vB wB","2":"rB sB tB"},J:{"1":"D A"},K:{"1":"C M DB AB","2":"A B c"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"ECMAScript 5 Strict Mode"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/user-select-none.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/user-select-none.js new file mode 100644 index 0000000..0b2d14c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/user-select-none.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","33":"A B"},B:{"33":"1 C p J L N I"},C:{"33":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 2 5 6 7 8 9 x y z BB CB OB GB fB JB HB KB LB MB","33":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w"},E:{"33":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB","33":"3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j"},G:{"33":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","33":"4 EB F rB sB tB uB vB wB"},J:{"33":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"33":"2"},N:{"33":"A B"},O:{"2":"xB"},P:{"33":"F K yB zB"},Q:{"33":"0B"},R:{"2":"1B"}},B:5,C:"CSS user-select: none"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/user-timing.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/user-timing.js new file mode 100644 index 0000000..1060e16 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/user-timing.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 h i j k l m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g aB UB"},D:{"1":"0 2 3 5 6 7 8 9 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T"},E:{"1":"B C c VB","2":"F K H D G E A NB FB PB QB RB SB TB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB mB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"User Timing API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/variable-fonts.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/variable-fonts.js new file mode 100644 index 0000000..e8638de --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/variable-fonts.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"N I","2":"1 C p J L"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v aB UB","4609":"2 9 BB CB","4674":"8","5698":"7","7490":"0 w x y z","7746":"5 6"},D:{"1":"GB fB JB HB KB LB MB","2":"0 1 3 5 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","4097":"OB","4290":"6 7 8","6148":"2 9 BB CB"},E:{"2":"F K H D G E A NB FB PB QB RB SB TB","4609":"B C c VB"},F:{"1":"0 x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r WB XB YB ZB c DB bB AB","4097":"w","6148":"s t u v"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB","4097":"nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"4097":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:5,C:"Variable fonts"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/vibration.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/vibration.js new file mode 100644 index 0000000..15455a5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/vibration.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB F K H D G E A aB UB","33":"1 B C p J"},D:{"1":"0 2 3 5 6 7 8 9 Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O P Q R S T U V W X Y"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"A","2":"D"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"Vibration API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/video.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/video.js new file mode 100644 index 0000000..146c08d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/video.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB","260":"1 F K H D G E A B C p J L N I O aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A PB QB RB SB TB","2":"NB FB","513":"B C c VB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z YB ZB c DB bB AB","2":"E WB XB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB","513":"nB oB pB"},H:{"2":"qB"},I:{"1":"4 EB F GB tB uB vB wB","132":"rB sB"},J:{"1":"D A"},K:{"1":"B C M c DB AB","2":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Video element"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/videotracks.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/videotracks.js new file mode 100644 index 0000000..941d586 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/videotracks.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b aB UB","194":"0 2 3 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB"},D:{"2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n","322":"0 2 5 6 7 8 9 o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"D G E A B C QB RB SB TB c VB","2":"F K H NB FB PB"},F:{"2":"E B C J L N I O P Q R S T U V W X Y Z a WB XB YB ZB c DB bB AB","322":"0 3 b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"1":"G hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB gB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","322":"M"},L:{"322":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:1,C:"Video Tracks"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/viewport-units.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/viewport-units.js new file mode 100644 index 0000000..62a3852 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/viewport-units.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G eB","132":"E","260":"A B"},B:{"1":"L N I","260":"1 C p J"},C:{"1":"0 2 3 5 6 7 8 9 O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I aB UB"},D:{"1":"0 2 3 5 6 7 8 9 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N I O","260":"P Q R S T U"},E:{"1":"D G E A B C QB RB SB TB c VB","2":"F K NB FB PB","260":"H"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"G iB jB kB lB mB nB oB pB","2":"4 FB dB IB","516":"hB","772":"gB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"A","2":"D"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"260":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"Viewport units: vw, vh, vmin, vmax"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/wai-aria.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/wai-aria.js new file mode 100644 index 0000000..8c2e575 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/wai-aria.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D eB","4":"G E A B"},B:{"4":"1 C p J L N I"},C:{"4":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"4":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"NB FB","4":"F K H D G E A B C PB QB RB SB TB c VB"},F:{"2":"E","4":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"4":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"4":"qB"},I:{"2":"4 EB F rB sB tB uB","4":"GB vB wB"},J:{"2":"D A"},K:{"4":"A B C M c DB AB"},L:{"4":"HB"},M:{"4":"2"},N:{"4":"A B"},O:{"2":"xB"},P:{"4":"F K yB zB"},Q:{"4":"0B"},R:{"4":"1B"}},B:2,C:"WAI-ARIA Accessibility features"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/wasm.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/wasm.js new file mode 100644 index 0000000..eb3a2df --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/wasm.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"L N I","2":"1 C p","578":"J"},C:{"1":"0 2 5 6 7 8 9 w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M aB UB","194":"q r s t u","1025":"v"},D:{"1":"0 2 5 6 7 8 9 BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t","322":"u v w x y z"},E:{"1":"B C c VB","2":"F K H D G E A NB FB PB QB RB SB TB"},F:{"1":"0 n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g WB XB YB ZB c DB bB AB","322":"h i j k l m"},G:{"1":"nB oB pB","2":"4 G FB dB IB gB hB iB jB kB lB mB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"zB","2":"F K yB"},Q:{"322":"0B"},R:{"2":"1B"}},B:6,C:"WebAssembly"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/wav.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/wav.js new file mode 100644 index 0000000..2524944 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/wav.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","2":"cB EB"},D:{"1":"0 1 2 3 5 6 7 8 9 G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","2":"NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z YB ZB c DB bB AB","2":"E WB XB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"4 EB F GB tB uB vB wB","16":"rB sB"},J:{"1":"D A"},K:{"1":"B C M c DB AB","16":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"Wav audio format"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/wbr-element.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/wbr-element.js new file mode 100644 index 0000000..b5937fc --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/wbr-element.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"H D eB","2":"G E A B"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C FB PB QB RB SB TB c VB","16":"NB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB","16":"E"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","16":"4 FB dB"},H:{"1":"qB"},I:{"1":"4 EB F GB tB uB vB wB","16":"rB sB"},J:{"1":"D A"},K:{"1":"B C M c DB AB","2":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"wbr (word break opportunity) element"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/web-animation.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/web-animation.js new file mode 100644 index 0000000..ae12d79 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/web-animation.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b aB UB","260":"2 6 7 8 9 BB CB","516":"0 5 q r s t u v w x y z","580":"3 d e f g h i j k l m n o M"},D:{"2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e","132":"f g h","260":"0 2 5 6 7 8 9 i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"VB","2":"F K H D G E A NB FB PB QB RB SB TB","1090":"B C c"},F:{"2":"E B C J L N I O P Q R WB XB YB ZB c DB bB AB","132":"S T U","260":"0 3 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB","1090":"nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB vB wB","260":"GB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","260":"M"},L:{"260":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"260":"xB"},P:{"260":"F K yB zB"},Q:{"260":"0B"},R:{"260":"1B"}},B:5,C:"Web Animations API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/web-app-manifest.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/web-app-manifest.js new file mode 100644 index 0000000..496e4ca --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/web-app-manifest.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L","514":"N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h","132":"0 2 5 6 7 8 9 i j k l m n o M q r s t u v w x y z BB CB OB","260":"GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB","132":"oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","132":"M"},L:{"1":"HB"},M:{"132":"2"},N:{"2":"A B"},O:{"132":"xB"},P:{"132":"F K yB zB"},Q:{"132":"0B"},R:{"132":"1B"}},B:5,C:"Web App Manifest"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/web-bluetooth.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/web-bluetooth.js new file mode 100644 index 0000000..da93964 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/web-bluetooth.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n","194":"o M q r s t u v","706":"w x y","1025":"0 2 5 6 7 8 9 z BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e WB XB YB ZB c DB bB AB","450":"f g h i","706":"j k l","1025":"0 m n o M q r s t u v w x y z"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB vB wB","1025":"GB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1025":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"yB zB","2":"F K"},Q:{"706":"0B"},R:{"2":"1B"}},B:7,C:"Web Bluetooth"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/web-share.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/web-share.js new file mode 100644 index 0000000..8fd477b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/web-share.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","258":"I O P Q R S T"},E:{"1":"VB","2":"F K H D G E A B C NB FB PB RB SB TB c","16":"QB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F rB sB tB uB vB","514":"GB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"514":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F","514":"K yB zB"},Q:{"2":"0B"},R:{"16":"1B"}},B:7,C:"Web Share API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webauthn.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webauthn.js new file mode 100644 index 0000000..1993d72 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webauthn.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"I","2":"C","226":"1 p J L N"},C:{"1":"2 7 8 9 BB CB","2":"0 1 3 5 6 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z aB UB"},D:{"1":"GB fB JB HB KB LB MB","2":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c","16":"VB"},F:{"1":"0 x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:4,C:"Web Authentication API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webgl.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webgl.js new file mode 100644 index 0000000..b05ccce --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webgl.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"eB","8":"H D G E A","129":"B"},B:{"129":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB","129":"1 F K H D G E A B C p J L N I O P Q R S"},D:{"1":"0 2 3 5 6 7 8 9 d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K H D","129":"1 G E A B C p J L N I O P Q R S T U V W X Y Z a b"},E:{"1":"G E A B C SB TB c VB","2":"F K NB FB","129":"H D PB QB RB"},F:{"1":"0 3 O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B WB XB YB ZB c DB bB","129":"C J L N I AB"},G:{"1":"G iB jB kB lB mB nB oB pB","2":"4 FB dB IB gB hB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"1":"A","2":"D"},K:{"1":"C M AB","2":"A B c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"8":"A","129":"B"},O:{"129":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"WebGL - 3D Canvas graphics"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webgl2.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webgl2.js new file mode 100644 index 0000000..437ff70 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webgl2.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T aB UB","194":"l m n","450":"3 U V W X Y Z a b d e f g h i j k","2242":"o M q r s t"},D:{"1":"0 2 5 6 7 8 9 z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l","578":"m n o M q r s t u v w x y"},E:{"2":"F K H D G E A NB FB PB QB RB SB","1090":"B C TB c VB"},F:{"1":"0 m n o M q r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB","1090":"pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"zB","2":"F K yB"},Q:{"578":"0B"},R:{"2":"1B"}},B:6,C:"WebGL 2.0"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webm.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webm.js new file mode 100644 index 0000000..61f7537 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webm.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G eB","8":"E A B"},B:{"4":"1 J L N I","8":"C p"},C:{"1":"0 2 3 5 6 7 8 9 X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB","4":"1 F K H D G E A B C p J L N I O P Q R S T U V W"},D:{"1":"0 2 3 5 6 7 8 9 U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K","4":"1 H D G E A B C p J L N I O P Q R S T"},E:{"2":"NB","8":"F K H D G E A B C FB PB QB RB SB TB c VB"},F:{"1":"0 3 L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E WB XB YB","4":"B C J ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"1":"GB","2":"rB sB","4":"4 EB F tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C c DB AB","4":"M"},L:{"1":"HB"},M:{"1":"2"},N:{"8":"A B"},O:{"1":"xB"},P:{"1":"K yB zB","4":"F"},Q:{"1":"0B"},R:{"1":"1B"}},B:6,C:"WebM video format"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webp.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webp.js new file mode 100644 index 0000000..cf9a54b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webp.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"I","2":"1 C p J L N"},C:{"1":"CB","2":"cB EB aB UB","8":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB"},D:{"1":"0 2 3 5 6 7 8 9 S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F K","8":"H D G","132":"1 E A B C p J L N I O P Q R"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E WB XB YB","8":"B ZB","132":"c DB bB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 GB vB wB","2":"EB rB sB tB","132":"F uB"},J:{"2":"D A"},K:{"1":"C M c DB AB","2":"A","132":"B"},L:{"1":"HB"},M:{"8":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:7,C:"WebP image format"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/websockets.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/websockets.js new file mode 100644 index 0000000..e145506 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/websockets.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB aB UB","132":"F K","292":"H D G E A"},D:{"1":"0 2 3 5 6 7 8 9 L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","132":"1 F K H D G E A B C p","260":"J"},E:{"1":"D G E A B C RB SB TB c VB","2":"F NB FB","132":"K PB","260":"H QB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E WB XB YB ZB","132":"B C c DB bB"},G:{"1":"G gB hB iB jB kB lB mB nB oB pB","2":"FB dB","132":"4 IB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"A","129":"D"},K:{"1":"M AB","2":"A","132":"B C c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Web Sockets"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webusb.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webusb.js new file mode 100644 index 0000000..0384dff --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webusb.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"2":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"2 8 9 BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w","66":"0 5 6 7 x y z"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 r s t u v w x y z","2":"3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j WB XB YB ZB c DB bB AB","66":"k l m n o M q"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"1":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"F K yB zB"},Q:{"2":"0B"},R:{"2":"1B"}},B:7,C:"WebUSB"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webvr.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webvr.js new file mode 100644 index 0000000..457744f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webvr.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p","513":"J L N I"},C:{"2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w aB UB","129":"0 2 5 6 7 8 9 y z BB CB","194":"x"},D:{"2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","322":"0 2 5 6 7 8 9 BB CB OB GB fB JB HB KB LB MB"},E:{"2":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"2":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"2":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"2":"qB"},I:{"2":"4 EB F GB rB sB tB uB vB wB"},J:{"2":"D A"},K:{"2":"A B C M c DB AB"},L:{"2049":"HB"},M:{"2":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1025":"F","1028":"K yB zB"},Q:{"2":"0B"},R:{"322":"1B"}},B:7,C:"WebXR API"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webvtt.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webvtt.js new file mode 100644 index 0000000..00c20d9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webvtt.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"2":"1 cB EB F K H D G E A B C p J L N I O P Q R S aB UB","66":"T U V W X Y Z","129":"0 2 3 5 6 7 8 9 a b d e f g h i j k l m n o M q r s t u v w x y z BB CB"},D:{"1":"0 2 3 5 6 7 8 9 I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 F K H D G E A B C p J L N"},E:{"1":"H D G E A B C QB RB SB TB c VB","2":"F K NB FB PB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","2":"4 FB dB IB gB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB F rB sB tB uB"},J:{"1":"A","2":"D"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"B","2":"A"},O:{"2":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"WebVTT - Web Video Text Tracks"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webworkers.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webworkers.js new file mode 100644 index 0000000..5864277 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/webworkers.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","2":"eB","8":"H D G E"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","8":"cB EB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","8":"NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z ZB c DB bB AB","2":"E WB","8":"XB YB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB"},H:{"2":"qB"},I:{"1":"GB rB vB wB","2":"4 EB F sB tB uB"},J:{"1":"D A"},K:{"1":"B C M c DB AB","8":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Web Workers"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/will-change.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/will-change.js new file mode 100644 index 0000000..9171b38 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/will-change.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"2":"1 C p J L N I"},C:{"1":"0 2 5 6 7 8 9 f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X aB UB","194":"3 Y Z a b d e"},D:{"1":"0 2 5 6 7 8 9 f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e"},E:{"1":"A B C SB TB c VB","2":"F K H D G E NB FB PB QB RB"},F:{"1":"0 3 T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R S WB XB YB ZB c DB bB AB"},G:{"1":"kB lB mB nB oB pB","2":"4 G FB dB IB gB hB iB jB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"CSS will-change property"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/woff.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/woff.js new file mode 100644 index 0000000..3cbcc32 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/woff.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB UB","2":"cB EB aB"},D:{"1":"0 1 2 3 5 6 7 8 9 K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"F"},E:{"1":"H D G E A B C PB QB RB SB TB c VB","2":"F K NB FB"},F:{"1":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z c DB bB AB","2":"E B WB XB YB ZB"},G:{"1":"G IB gB hB iB jB kB lB mB nB oB pB","2":"4 FB dB"},H:{"2":"qB"},I:{"1":"GB vB wB","2":"4 EB rB sB tB uB","130":"F"},J:{"1":"D A"},K:{"1":"B C M c DB AB","2":"A"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:2,C:"WOFF - Web Open Font Format"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/woff2.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/woff2.js new file mode 100644 index 0000000..85ac811 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/woff2.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E A B eB"},B:{"1":"1 J L N I","2":"C p"},C:{"1":"0 2 5 6 7 8 9 i j k l m n o M q r s t u v w x y z BB CB","2":"1 3 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h aB UB"},D:{"1":"0 2 5 6 7 8 9 f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","2":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e"},E:{"1":"C VB","2":"F K H D G E NB FB PB QB RB SB","132":"A B TB c"},F:{"1":"0 3 S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C J L N I O P Q R WB XB YB ZB c DB bB AB"},G:{"1":"lB mB nB oB pB","2":"4 G FB dB IB gB hB iB jB kB"},H:{"2":"qB"},I:{"1":"GB","2":"4 EB F rB sB tB uB vB wB"},J:{"2":"D A"},K:{"1":"M","2":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"2":"A B"},O:{"2":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"WOFF 2.0 - Web Open Font Format"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/word-break.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/word-break.js new file mode 100644 index 0000000..76433d1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/word-break.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"H D G E A B eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"1 cB EB F K H D G E A B C p aB UB"},D:{"1":"0 2 5 6 7 8 9 n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","4":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m"},E:{"1":"E A B C SB TB c VB","4":"F K H D G NB FB PB QB RB"},F:{"1":"0 3 a b d e f g h i j k l m n o M q r s t u v w x y z","2":"E B C WB XB YB ZB c DB bB AB","4":"J L N I O P Q R S T U V W X Y Z"},G:{"1":"jB kB lB mB nB oB pB","4":"4 G FB dB IB gB hB iB"},H:{"2":"qB"},I:{"1":"GB","4":"4 EB F rB sB tB uB vB wB"},J:{"4":"D A"},K:{"2":"A B C c DB AB","4":"M"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"4":"xB"},P:{"1":"F K yB zB"},Q:{"4":"0B"},R:{"1":"1B"}},B:5,C:"CSS3 word-break"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/wordwrap.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/wordwrap.js new file mode 100644 index 0000000..4881723 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/wordwrap.js @@ -0,0 +1 @@ +module.exports={A:{A:{"4":"H D G E A B eB"},B:{"1":"I","4":"1 C p J L N"},C:{"1":"0 2 5 6 7 8 9 s t u v w x y z BB CB","2":"cB EB","4":"1 3 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r aB UB"},D:{"1":"0 2 3 5 6 7 8 9 S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","4":"1 F K H D G E A B C p J L N I O P Q R"},E:{"1":"D G E A B C QB RB SB TB c VB","4":"F K H NB FB PB"},F:{"1":"0 3 J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E WB XB","4":"B C YB ZB c DB bB"},G:{"1":"G hB iB jB kB lB mB nB oB pB","4":"4 FB dB IB gB"},H:{"4":"qB"},I:{"1":"GB vB wB","4":"4 EB F rB sB tB uB"},J:{"1":"A","4":"D"},K:{"1":"M","4":"A B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"4":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:5,C:"CSS3 Overflow-wrap"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/x-doc-messaging.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/x-doc-messaging.js new file mode 100644 index 0000000..40161e2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/x-doc-messaging.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D eB","132":"G E","260":"A B"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB","2":"cB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C PB QB RB SB TB c VB","2":"NB FB"},F:{"1":"0 3 B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB","2":"E"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"4":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"Cross-document messaging"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/x-frame-options.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/x-frame-options.js new file mode 100644 index 0000000..1a00037 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/x-frame-options.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"G E A B","2":"H D eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 5 6 7 8 9 I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","4":"1 F K H D G E A B C p J L N","16":"cB EB aB UB"},D:{"4":"0 2 3 5 6 7 8 9 V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"1 F K H D G E A B C p J L N I O P Q R S T U"},E:{"4":"H D G E A B C PB QB RB SB TB c VB","16":"F K NB FB"},F:{"4":"0 3 C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z bB AB","16":"E B WB XB YB ZB c DB"},G:{"4":"G hB iB jB kB lB mB nB oB pB","16":"4 FB dB IB gB"},H:{"2":"qB"},I:{"4":"4 F GB uB vB wB","16":"EB rB sB tB"},J:{"4":"D A"},K:{"4":"M AB","16":"A B C c DB"},L:{"4":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"4":"xB"},P:{"4":"F K yB zB"},Q:{"4":"0B"},R:{"4":"1B"}},B:6,C:"X-Frame-Options HTTP header"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/xhr2.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/xhr2.js new file mode 100644 index 0000000..6a27639 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/xhr2.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"H D G E eB","132":"A B"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","2":"cB EB","260":"A B","388":"H D G E","900":"F K aB UB"},D:{"1":"0 2 3 5 6 7 8 9 a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","16":"F K H","132":"Y Z","388":"1 D G E A B C p J L N I O P Q R S T U V W X"},E:{"1":"G E A B C RB SB TB c VB","2":"F NB FB","132":"D QB","388":"K H PB"},F:{"1":"0 3 C I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB","2":"E B WB XB YB ZB c DB bB","132":"J L N"},G:{"1":"G iB jB kB lB mB nB oB pB","2":"4 FB dB","132":"hB","388":"IB gB"},H:{"2":"qB"},I:{"1":"GB wB","2":"rB sB tB","388":"vB","900":"4 EB F uB"},J:{"132":"A","388":"D"},K:{"1":"C M AB","2":"A B c DB"},L:{"1":"HB"},M:{"1":"2"},N:{"132":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:1,C:"XMLHttpRequest advanced features"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/xhtml.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/xhtml.js new file mode 100644 index 0000000..892c721 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/xhtml.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"E A B","2":"H D G eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"1":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"1":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"1":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"1":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"1":"qB"},I:{"1":"4 EB F GB rB sB tB uB vB wB"},J:{"1":"D A"},K:{"1":"A B C M c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"2":"1B"}},B:1,C:"XHTML served as application/xhtml+xml"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/xhtmlsmil.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/xhtmlsmil.js new file mode 100644 index 0000000..fc05cdd --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/xhtmlsmil.js @@ -0,0 +1 @@ +module.exports={A:{A:{"2":"E A B eB","4":"H D G"},B:{"2":"1 C p J L N I"},C:{"8":"0 1 2 3 5 6 7 8 9 cB EB F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB aB UB"},D:{"8":"0 1 2 3 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB"},E:{"8":"F K H D G E A B C NB FB PB QB RB SB TB c VB"},F:{"8":"0 3 E B C J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z WB XB YB ZB c DB bB AB"},G:{"8":"4 G FB dB IB gB hB iB jB kB lB mB nB oB pB"},H:{"8":"qB"},I:{"8":"4 EB F GB rB sB tB uB vB wB"},J:{"8":"D A"},K:{"8":"A B C M c DB AB"},L:{"8":"HB"},M:{"8":"2"},N:{"2":"A B"},O:{"8":"xB"},P:{"8":"F K yB zB"},Q:{"8":"0B"},R:{"8":"1B"}},B:7,C:"XHTML+SMIL animation"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/xml-serializer.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/xml-serializer.js new file mode 100644 index 0000000..e1c5bb2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/features/xml-serializer.js @@ -0,0 +1 @@ +module.exports={A:{A:{"1":"A B","260":"H D G E eB"},B:{"1":"1 C p J L N I"},C:{"1":"0 1 2 3 5 6 7 8 9 C p J L N I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z BB CB","132":"B","260":"cB EB F K H D aB UB","516":"G E A"},D:{"1":"0 2 3 5 6 7 8 9 a b d e f g h i j k l m n o M q r s t u v w x y z BB CB OB GB fB JB HB KB LB MB","132":"1 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z"},E:{"1":"G E A B C RB SB TB c VB","132":"F K H D NB FB PB QB"},F:{"1":"0 3 I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z","16":"E WB","132":"B C J L N XB YB ZB c DB bB AB"},G:{"1":"G iB jB kB lB mB nB oB pB","132":"4 FB dB IB gB hB"},H:{"132":"qB"},I:{"1":"GB vB wB","132":"4 EB F rB sB tB uB"},J:{"132":"D A"},K:{"1":"M","16":"A","132":"B C c DB AB"},L:{"1":"HB"},M:{"1":"2"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"F K yB zB"},Q:{"1":"0B"},R:{"1":"1B"}},B:4,C:"DOM Parsing and Serialization"}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AD.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AD.js new file mode 100644 index 0000000..c523217 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AD.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.00678,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.02034,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0.01356,"45":0,"46":0,"47":0,"48":0.00678,"49":0.3729,"50":0.00678,"51":0.00678,"52":0,"53":0.04068,"54":0,"55":0.00678,"56":0.00678,"57":0.01356,"58":0.08814,"59":0.00678,"60":0.01356,"61":0.01356,"62":0.02034,"63":0.04068,"64":0.02034,"65":0.18984,"66":0.04746,"67":0.21696,"68":0.11526,"69":0.90852,"70":20.36034,"71":0.02712,"72":0.01356,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.01356,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.00678,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0.01356,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0.00678,"48":0.10848,"49":0.02712,"50":0,"51":0.0339,"52":0.1356,"53":0,"54":0.00678,"55":0.01356,"56":0.00678,"57":0.01356,"58":0.00678,"59":0.00678,"60":0.02712,"61":0.04068,"62":0.21696,"63":3.41712,"64":0.00678,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.06102,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.00678,"50":0,"51":0,"52":0,"53":0.00678,"54":0,"55":0,"56":0.2712,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.00678,"9":0.00678,"10":0.0339,"11":0.25764,"12":3.3561,_:"0","3.1":0,"3.2":0,"5.1":0.04068,"6.1":0.00678,"7.1":0,"9.1":0.84072,"10.1":1.1526,"11.1":1.06446},G:{"8":0.43246007805464,"3.2":0.0026695066546583,"4.0-4.1":0,"4.2-4.3":0.0026695066546583,"5.0-5.1":0.032034079855899,"6.0-6.1":0.01601703992795,"7.0-7.1":0.06139865305714,"8.1-8.4":0.14949237266086,"9.0-9.2":0.085424212949064,"9.3":0.61665603722606,"10.0-10.2":0.72343630341239,"10.3":0.93432732913039,"11.0-11.2":1.687128205744,"11.3-11.4":4.4901101931352,"12-12.1":17.442556481537},I:{"3":0.00050755700325733,"4":0.063444625407166,_:"67","2.1":0,"2.2":0.00050755700325733,"2.3":0.014211596091205,"4.1":0.024870293159609,"4.2-4.3":0.12029100977199,"4.4":0,"4.4.3-4.4.4":0.24362736156352},A:{"6":0,"7":0,"8":0.00678,"9":0.01356,"10":0.0339,"11":2.11536,"5.5":0},B:{"12":0,"13":0,"14":0.02712,"15":0.06102,"16":0.0678,"17":1.81704,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.69828,"5":0.02182125,"6.2":0.06546375,_:"7.2"},N:{"10":0,"11":0.0322},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.08694},O:{"0":0.00644},Q:{_:"1.2"},H:{"0":0.033533367697595},L:{"0":30.33784}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AE.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AE.js new file mode 100644 index 0000000..82fa572 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AE.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.010288,"23":0,"24":0,"25":0,"26":0.005144,"27":0,"28":0,"29":0.185184,"30":0.005144,"31":0,"32":0.005144,"33":0.005144,"34":0.015432,"35":0,"36":0.005144,"37":0,"38":0.046296,"39":0.005144,"40":0.005144,"41":0,"42":0,"43":0.02572,"44":0.005144,"45":0.005144,"46":0.005144,"47":0.005144,"48":0.005144,"49":0.18004,"50":0.005144,"51":0.005144,"52":0.005144,"53":0.005144,"54":0.010288,"55":0.015432,"56":0.010288,"57":0.010288,"58":0.05144,"59":0.010288,"60":0.02572,"61":0.02572,"62":0.041152,"63":0.082304,"64":0.041152,"65":0.108024,"66":0.05144,"67":0.138888,"68":0.138888,"69":0.82304,"70":14.32604,"71":0.046296,"72":0.036008,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.010288,"35":0,"36":0,"37":0,"38":0.005144,"39":0,"40":0,"41":0,"42":0,"43":0.005144,"44":0,"45":0.005144,"46":0.005144,"47":0.005144,"48":0.030864,"49":0.005144,"50":0.005144,"51":0.005144,"52":0.02572,"53":0.005144,"54":0.005144,"55":0.005144,"56":0.010288,"57":0.015432,"58":0.015432,"59":0.015432,"60":0.02572,"61":0.015432,"62":0.066872,"63":0.961928,"64":0.036008,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.005144,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.02572,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.010288,"49":0.005144,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.33436,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0.005144,"6":0,"7":0.005144,"8":0.010288,"9":0.010288,"10":0.030864,"11":0.10288,"12":1.039088,_:"0","3.1":0,"3.2":0,"5.1":0.005144,"6.1":0.005144,"7.1":0,"9.1":0.041152,"10.1":0.1286,"11.1":0.293208},G:{"8":0.27625446772741,"3.2":0.0017052744921445,"4.0-4.1":0,"4.2-4.3":0.0017052744921445,"5.0-5.1":0.020463293905734,"6.0-6.1":0.010231646952867,"7.0-7.1":0.039221313319324,"8.1-8.4":0.095495371560092,"9.0-9.2":0.054568783748624,"9.3":0.39391840768538,"10.0-10.2":0.46212938737116,"10.3":0.59684607225058,"11.0-11.2":1.0777334790353,"11.3-11.4":2.8682716957871,"12-12.1":11.142263531672},I:{"3":0.00076062540716612,"4":0.095078175895765,_:"67","2.1":0,"2.2":0.00076062540716612,"2.3":0.021297511400651,"4.1":0.03727064495114,"4.2-4.3":0.18026822149837,"4.4":0,"4.4.3-4.4.4":0.36510019543974},A:{"6":0,"7":0,"8":0.03667072392638,"9":0.015716024539877,"10":0.052386748466258,"11":0.74913050306748,"5.5":0},B:{"12":0.010288,"13":0.015432,"14":0.041152,"15":0.046296,"16":0.087448,"17":0.74588,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.61711666666667,"5":0.0925675,"6.2":0.10285277777778,_:"7.2"},N:{"10":0,"11":0.04856},J:{"7":0.0038848,"10":0.0155392},R:{_:"0"},M:{"0":0.14568},O:{"0":11.58156},Q:{_:"1.2"},H:{"0":2.6342798762887},L:{"0":33.909432}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AF.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AF.js new file mode 100644 index 0000000..fe29996 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AF.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.002095,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0.002095,"25":0.002095,"26":0,"27":0,"28":0,"29":0.00838,"30":0,"31":0,"32":0,"33":0.002095,"34":0.002095,"35":0,"36":0.002095,"37":0,"38":0.002095,"39":0.002095,"40":0.006285,"41":0,"42":0,"43":0.01676,"44":0.002095,"45":0.002095,"46":0.00838,"47":0.002095,"48":0.002095,"49":0.00838,"50":0.002095,"51":0.002095,"52":0.01676,"53":0.002095,"54":0.002095,"55":0.00419,"56":0,"57":0.00419,"58":0.006285,"59":0.002095,"60":0.018855,"61":0.00419,"62":0.006285,"63":0.00838,"64":0.00838,"65":0.018855,"66":0.00838,"67":0.02095,"68":0.02095,"69":0.102655,"70":2.314975,"71":0.00419,"72":0.002095,"73":0},C:{"2":0,"3":0,"4":0.002095,"5":0.002095,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.002095,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0.002095,"20":0,"21":0,"22":0,"23":0,"24":0.002095,"25":0,"26":0,"27":0,"28":0,"29":0.002095,"30":0.002095,"31":0,"32":0,"33":0.002095,"34":0,"35":0.002095,"36":0,"37":0,"38":0.002095,"39":0.002095,"40":0,"41":0.00419,"42":0.002095,"43":0.010475,"44":0.00419,"45":0.002095,"46":0,"47":0.010475,"48":0.014665,"49":0.002095,"50":0.002095,"51":0,"52":0.00838,"53":0.002095,"54":0.002095,"55":0.002095,"56":0.006285,"57":0.006285,"58":0.006285,"59":0.00838,"60":0.010475,"61":0.01257,"62":0.027235,"63":0.366625,"64":0.023045,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.002095,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.002095,"38":0,"39":0,"40":0,"41":0,"42":0.002095,"43":0,"44":0,"45":0.002095,"46":0,"47":0,"48":0.002095,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.10894,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.002095},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.002095,"11":0.002095,"12":0.031425,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0,"10.1":0.002095,"11.1":0.010475},G:{"8":0.068648249774842,"3.2":0.00042375462823977,"4.0-4.1":0,"4.2-4.3":0.00042375462823977,"5.0-5.1":0.0050850555388772,"6.0-6.1":0.0025425277694386,"7.0-7.1":0.0097463564495147,"8.1-8.4":0.023730259181427,"9.0-9.2":0.013560148103673,"9.3":0.097887319123386,"10.0-10.2":0.11483750425298,"10.3":0.14831411988392,"11.0-11.2":0.26781292504753,"11.3-11.4":0.71275528469929,"12-12.1":2.7688127409186},I:{"3":0.0086952442996743,"4":1.0869055374593,_:"67","2.1":0,"2.2":0.0086952442996743,"2.3":0.24346684039088,"4.1":0.42606697068404,"4.2-4.3":2.0607728990228,"4.4":0,"4.4.3-4.4.4":4.1737172638436},A:{"6":0.002095,"7":0.00419,"8":0.064945,"9":0.014665,"10":0.02095,"11":0.270255,"5.5":0},B:{"12":0.00419,"13":0.00838,"14":0.010475,"15":0.010475,"16":0.06285,"17":0.043995,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.6627244461078,"5":0.46923511976048,"6.2":0.27542061377246,_:"7.2"},N:{"10":0.011067,"11":0.044268},J:{"7":0.003162,"10":0.012648},R:{_:"0"},M:{"0":0.09486},O:{"0":3.14619},Q:{_:"1.2"},H:{"0":1.3246579639175},L:{"0":73.7175}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AG.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AG.js new file mode 100644 index 0000000..c9f1659 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AG.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.006267,"23":0,"24":0,"25":0.006267,"26":0.006267,"27":0.006267,"28":0.006267,"29":0.018801,"30":0.025068,"31":0.012534,"32":0.006267,"33":0.006267,"34":0.006267,"35":0,"36":0.018801,"37":0.037602,"38":0.012534,"39":0.006267,"40":0.006267,"41":0.018801,"42":0.018801,"43":0.006267,"44":0.012534,"45":0.006267,"46":0.119073,"47":0.006267,"48":0.006267,"49":0.194277,"50":0.012534,"51":0.012534,"52":0.025068,"53":0.056403,"54":0.012534,"55":0.043869,"56":0.006267,"57":0.012534,"58":0.043869,"59":0.012534,"60":0.037602,"61":0.056403,"62":0.037602,"63":0.100272,"64":0.006267,"65":0.06267,"66":0.043869,"67":0.112806,"68":0.156675,"69":0.808443,"70":17.415993,"71":0.056403,"72":0.056403,"73":0},C:{"2":0,"3":0,"4":0.006267,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0.012534,"22":0,"23":0.006267,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.006267,"30":0,"31":0.006267,"32":0,"33":0,"34":0.012534,"35":0.131607,"36":0.006267,"37":0.006267,"38":0,"39":0,"40":0.006267,"41":0.006267,"42":0.006267,"43":0.012534,"44":0.006267,"45":0.012534,"46":0,"47":0.012534,"48":0.012534,"49":0.006267,"50":0.031335,"51":0.012534,"52":0.043869,"53":0.012534,"54":0.012534,"55":0.025068,"56":0.012534,"57":0.012534,"58":0.025068,"59":0.006267,"60":0.006267,"61":0.031335,"62":0.106539,"63":1.641954,"64":0.056403,"65":0,"3.5":0,"3.6":0.006267},F:{"9":0,"11":0,"12":0.006267,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.012534,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.169209,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.012534},E:{"4":0,"5":0,"6":0.006267,"7":0,"8":0.018801,"9":0.006267,"10":0.012534,"11":0.12534,"12":1.547949,_:"0","3.1":0,"3.2":0,"5.1":0.006267,"6.1":0.018801,"7.1":0,"9.1":0.037602,"10.1":0.087738,"11.1":0.513894},G:{"8":0.29828492764935,"3.2":0.0018412649854898,"4.0-4.1":0,"4.2-4.3":0.0018412649854898,"5.0-5.1":0.022095179825878,"6.0-6.1":0.011047589912939,"7.0-7.1":0.042349094666266,"8.1-8.4":0.10311083918743,"9.0-9.2":0.058920479535675,"9.3":0.42533221164815,"10.0-10.2":0.49898281106775,"10.3":0.64444274492144,"11.0-11.2":1.1636794708296,"11.3-11.4":3.0970077055939,"12-12.1":12.030825415191},I:{"3":0.0015645515743757,"4":0.19556894679696,_:"67","2.1":0,"2.2":0.0015645515743757,"2.3":0.043807444082519,"4.1":0.076663027144408,"4.2-4.3":0.37079872312704,"4.4":0,"4.4.3-4.4.4":0.75098475570033},A:{"6":0.012534,"7":0.031335,"8":0.350952,"9":0.100272,"10":0.087738,"11":1.247133,"5.5":0},B:{"12":0.031335,"13":0.119073,"14":0.106539,"15":0.081471,"16":0.12534,"17":2.663475,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.98633606181015,"5":0.064326264900662,"6.2":0.11793148565121,_:"7.2"},N:{"10":0.0615945,"11":0.1847835},J:{"7":0.0141854,"10":0.0567416},R:{_:"0"},M:{"0":0.354635},O:{"0":0.246378},Q:{_:"1.2"},H:{"0":0.28273305841924},L:{"0":40.362339}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AI.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AI.js new file mode 100644 index 0000000..b55c2ff --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AI.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.006158,"29":0.006158,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.006158,"37":0.012316,"38":0,"39":0,"40":0,"41":0,"42":0.006158,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.141634,"50":0,"51":0.012316,"52":0.018474,"53":0.012316,"54":0.006158,"55":0,"56":0.006158,"57":0.006158,"58":0.024632,"59":0.006158,"60":0.006158,"61":0.018474,"62":0.006158,"63":0.745118,"64":0.018474,"65":0.043106,"66":0,"67":0.357164,"68":0.141634,"69":0.591168,"70":15.05631,"71":0.080054,"72":0,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0.006158,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.006158,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.006158,"35":0,"36":0.018474,"37":0,"38":0,"39":0,"40":0.006158,"41":0,"42":0,"43":0.006158,"44":0,"45":0.024632,"46":0,"47":0,"48":0.012316,"49":0,"50":0.006158,"51":0.012316,"52":0.012316,"53":0.006158,"54":0,"55":0.006158,"56":1.243916,"57":0.067738,"58":0,"59":0,"60":0.006158,"61":0.098528,"62":0.018474,"63":1.287022,"64":0.006158,"65":0,"3.5":0,"3.6":0.024632},F:{"9":0,"11":0,"12":0.006158,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.412586,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0.006158,"11.6":0,"12.1":0},E:{"4":0,"5":0.018474,"6":0,"7":0,"8":0,"9":0,"10":0.006158,"11":0.221688,"12":1.305496,_:"0","3.1":0,"3.2":0,"5.1":0.006158,"6.1":0,"7.1":0,"9.1":0.036948,"10.1":0.172424,"11.1":0.18474},G:{"8":0.34618432182528,"3.2":0.0021369402581807,"4.0-4.1":0,"4.2-4.3":0.0021369402581807,"5.0-5.1":0.025643283098169,"6.0-6.1":0.012821641549084,"7.0-7.1":0.049149625938157,"8.1-8.4":0.11966865445812,"9.0-9.2":0.068382088261783,"9.3":0.49363319963975,"10.0-10.2":0.57911080996698,"10.3":0.74792909036325,"11.0-11.2":1.3505462431702,"11.3-11.4":3.59433351426,"12-12.1":13.962767646953},I:{"3":0.0013202627578719,"4":0.16503284473398,_:"67","2.1":0,"2.2":0.0013202627578719,"2.3":0.036967357220413,"4.1":0.064692875135722,"4.2-4.3":0.31290227361564,"4.4":0,"4.4.3-4.4.4":0.6337261237785},A:{"6":0,"7":0,"8":0.0061967295597484,"9":0.012393459119497,"10":0.061967295597484,"11":0.90472251572327,"5.5":0},B:{"12":0.006158,"13":0.024632,"14":0.043106,"15":0.098528,"16":0.240162,"17":3.904172,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.65957154185022,"5":0.054964295154185,"6.2":0.14290716740088,_:"7.2"},N:{"10":0,"11":0.05763},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.072998},O:{"0":0.011526},Q:{_:"1.2"},H:{"0":0.010912072164948},L:{"0":41.328208}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AL.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AL.js new file mode 100644 index 0000000..2540572 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AL.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.005735,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0.005735,"19":0,"20":0,"21":0,"22":0.040145,"23":0.005735,"24":0,"25":0,"26":0.005735,"27":0,"28":0,"29":0.59644,"30":0.005735,"31":0,"32":0,"33":0.005735,"34":0.028675,"35":0,"36":0.005735,"37":0.005735,"38":0.051615,"39":0.005735,"40":0.017205,"41":0.01147,"42":0,"43":0.01147,"44":0.01147,"45":0,"46":0.017205,"47":0.01147,"48":0.005735,"49":1.450955,"50":0.01147,"51":0.017205,"52":0.01147,"53":0.03441,"54":0.01147,"55":0.02294,"56":0.02294,"57":0.028675,"58":0.08029,"59":0.01147,"60":0.040145,"61":0.051615,"62":0.120435,"63":0.200725,"64":0.131905,"65":0.21793,"66":0.086025,"67":0.14911,"68":0.131905,"69":0.510415,"70":18.93697,"71":0.063085,"72":0.028675,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0.005735,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.005735,"33":0,"34":0.005735,"35":0.005735,"36":0.017205,"37":0.005735,"38":0,"39":0,"40":0.02294,"41":0.01147,"42":0,"43":0.02294,"44":0.005735,"45":0.005735,"46":0.005735,"47":0.05735,"48":0.028675,"49":0.01147,"50":0.01147,"51":0,"52":0.292485,"53":0.005735,"54":0.005735,"55":0.01147,"56":0.040145,"57":0.040145,"58":0.08029,"59":0.06882,"60":0.051615,"61":0.04588,"62":0.08029,"63":1.508305,"64":0.02294,"65":0,"3.5":0,"3.6":0.005735},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.005735,"32":0,"33":0,"34":0,"35":0,"36":0.017205,"37":0,"38":0,"39":0,"40":0.01147,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.01147,"49":0,"50":0.005735,"51":0.01147,"52":0,"53":0,"54":0,"55":0.01147,"56":0.44733,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.01147,"9":0.005735,"10":0.01147,"11":0.03441,"12":0.20646,_:"0","3.1":0,"3.2":0,"5.1":0.005735,"6.1":0,"7.1":0,"9.1":0.005735,"10.1":0.03441,"11.1":0.074555},G:{"8":0.38793625938157,"3.2":0.0023946682677875,"4.0-4.1":0,"4.2-4.3":0.0023946682677875,"5.0-5.1":0.028736019213449,"6.0-6.1":0.014368009606725,"7.0-7.1":0.055077370159111,"8.1-8.4":0.1341014229961,"9.0-9.2":0.076629384569198,"9.3":0.5531683698589,"10.0-10.2":0.6489551005704,"10.3":0.83813389372561,"11.0-11.2":1.5134303452417,"11.3-11.4":4.0278320264185,"12-12.1":15.646762461723},I:{"3":0.0021589630836048,"4":0.2698703854506,_:"67","2.1":0,"2.2":0.0021589630836048,"2.3":0.060450966340934,"4.1":0.10578919109663,"4.2-4.3":0.51167425081433,"4.4":0,"4.4.3-4.4.4":1.0363022801303},A:{"6":0,"7":0.005878375,"8":0.0705405,"9":0.029391875,"10":0.029391875,"11":0.335067375,"5.5":0},B:{"12":0.01147,"13":0.02294,"14":0.040145,"15":0.04588,"16":0.05735,"17":0.38998,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.93415977393617,"5":0.06159295212766,"6.2":0.25663730053192,_:"7.2"},N:{"10":0.023102083333333,"11":0.25412291666667},J:{"7":0.009383,"10":0.037532},R:{_:"0"},M:{"0":0.05118},O:{"0":0.140745},Q:{_:"1.2"},H:{"0":0.28668567869416},L:{"0":38.60482}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AM.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AM.js new file mode 100644 index 0000000..7741a55 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AM.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.016376,"5":0.024564,"6":0.049128,"7":0,"8":0,"9":0.049128,"10":0.008188,"11":0,"12":0.008188,"13":0.065504,"14":0.024564,"15":0.024564,"16":0.065504,"17":0.057316,"18":0.024564,"19":0.008188,"20":0.024564,"21":0.032752,"22":0.024564,"23":0.04094,"24":0.049128,"25":0.024564,"26":0.049128,"27":0.008188,"28":0.008188,"29":0,"30":0,"31":0.016376,"32":0,"33":0,"34":0.016376,"35":0.049128,"36":0.008188,"37":0.016376,"38":0.016376,"39":0.016376,"40":0.090068,"41":0.016376,"42":0.032752,"43":0.008188,"44":0,"45":0,"46":0.024564,"47":0.008188,"48":0.008188,"49":1.0235,"50":0.024564,"51":0.016376,"52":0.024564,"53":0.008188,"54":0.008188,"55":0.032752,"56":0.08188,"57":0.114632,"58":0.04094,"59":0.024564,"60":0.049128,"61":0.024564,"62":0.04094,"63":0.065504,"64":0.090068,"65":0.139196,"66":0.065504,"67":0.221076,"68":0.270204,"69":0.908868,"70":33.464356,"71":0.114632,"72":0.024564,"73":0},C:{"2":0.016376,"3":0.057316,"4":0.024564,"5":0.008188,"6":0,"7":0,"8":0,"9":0,"10":0.04094,"11":0.016376,"12":0,"13":0,"14":0.008188,"15":0.016376,"16":0,"17":0,"18":0.008188,"19":0.016376,"20":0,"21":0.016376,"22":0,"23":0,"24":0.008188,"25":0.008188,"26":0.024564,"27":0.008188,"28":0,"29":0.008188,"30":0.008188,"31":0.016376,"32":0.008188,"33":0,"34":0.008188,"35":0.032752,"36":0.024564,"37":0,"38":0.032752,"39":0,"40":0,"41":0,"42":0.024564,"43":0.016376,"44":0,"45":0.008188,"46":0,"47":0.016376,"48":0.008188,"49":0,"50":0.008188,"51":0,"52":13.133552,"53":0.008188,"54":0.008188,"55":0.008188,"56":0.016376,"57":0.04094,"58":0.032752,"59":0.032752,"60":0.024564,"61":0.032752,"62":0.073692,"63":1.416524,"64":0.016376,"65":0,"3.5":0.098256,"3.6":0.515844},F:{"9":0,"11":0,"12":0.12282,"15":0.04094,"16":0.008188,"17":0,"18":0.032752,"19":0,"20":0.008188,"21":0.057316,"22":0.016376,"23":0.008188,"24":0.008188,"25":0,"26":0.008188,"27":0.090068,"28":0.008188,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.008188,"37":0.008188,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0.008188,"45":0.008188,"46":0.008188,"47":0,"48":0.016376,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.998936,"9.5-9.6":0,"10.0-10.1":0.016376,"10.5":0.008188,"10.6":0.049128,"11.1":0.016376,"11.5":0.04094,"11.6":0.098256,"12.1":0.319332},E:{"4":0.024564,"5":0.131008,"6":0,"7":0,"8":0.016376,"9":0.008188,"10":0.016376,"11":0.024564,"12":0.843364,_:"0","3.1":0.016376,"3.2":0,"5.1":0.04094,"6.1":0,"7.1":0,"9.1":0.016376,"10.1":0.04094,"11.1":0.253828},G:{"8":0.17271861903332,"3.2":0.0010661643150205,"4.0-4.1":0,"4.2-4.3":0.0010661643150205,"5.0-5.1":0.012793971780246,"6.0-6.1":0.0063969858901231,"7.0-7.1":0.024521779245472,"8.1-8.4":0.059705201641149,"9.0-9.2":0.034117258080656,"9.3":0.24628395676974,"10.0-10.2":0.28893052937056,"10.3":0.37315751025718,"11.0-11.2":0.67381584709297,"11.3-11.4":1.7932883778645,"12-12.1":6.966317634344},I:{"3":0.00068439522258415,"4":0.085549402823018,_:"67","2.1":0,"2.2":0.00068439522258415,"2.3":0.019163066232356,"4.1":0.033535365906623,"4.2-4.3":0.16220166775244,"4.4":0,"4.4.3-4.4.4":0.32850970684039},A:{"6":0,"7":0,"8":0.10767780821918,"9":0.062812054794521,"10":0.15254356164384,"11":0.33200657534247,"5.5":0},B:{"12":0.008188,"13":0.008188,"14":0.049128,"15":0.024564,"16":0.032752,"17":0.892492,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.12231,"5":0.020385,"6.2":0.0509625,_:"7.2"},N:{"10":0.013460571428571,"11":0.080763428571429},J:{"7":0.0014496,"10":0.0057984},R:{_:"0"},M:{"0":0.030804},O:{"0":0.875196},Q:{_:"1.2"},H:{"0":0.41857822680412},L:{"0":20.875428}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AN.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AN.js new file mode 100644 index 0000000..9ce90e4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AN.js @@ -0,0 +1 @@ +module.exports={D:{"11":0.080201,"21":0.051037,"22":0.080201,"24":0.029164,"26":0.131238,"28":0.102074,"31":0.51037,"32":0.306222,"33":2.223755,"34":0.204148,"35":1.407163,"36":28.87236,"38":0.080201,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 23 25 27 29 30 37 39 40"},C:{"10":0.029164,"12":0.051037,"21":0.029164,"26":0.051037,"27":0.029164,"29":0.029164,"30":4.031923,"31":10.827135,"32":0.051037,_:"2 3 4 5 6 7 8 9 11 13 14 15 16 17 18 19 20 22 23 24 25 28 33 34 3.5 3.6"},F:{"21":0.051037,"23":0.051037,"24":0.051037,_:"9 11 12 15 16 17 18 19 20 22 25 9.5-9.6 10.5 10.6 11.1 11.5 11.6","10.0-10.1":0,"12.1":0.539534},E:{"4":0,"5":0.233312,"6":0.102074,"7":6.05153,"8":0.029164,_:"3.1 3.2","5.1":0.765555,"6.1":0.561407},I:{"3":0,"4":0.648893454545,"2.1":0.00612163636364,"2.2":0.0428514545455,"2.3":0.832542545455,"4.1":1.62223363636,"4.2-4.3":1.69569327273,"4.4":1.279422,_:"4.4.3"},K:{"10":0,"11":0,"12":0.0000648307692308,_:"0","11.1":0,"11.5":0,"12.1":0.000356569230769},A:{"8":1.4582,"9":2.47894,"10":1.633184,"11":9.471009,_:"6 7 5.5"},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0.0939043474576,"6.0-6.1":0.473354567797,"7.0-7.1":8.93049508475},J:{"7":0.40838175,_:"10"},M:{"0":0.051471},N:{"10":0.09419193},H:{"5.0-7.0":0.0239596},L:{"0":8.88552}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AO.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AO.js new file mode 100644 index 0000000..033b977 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AO.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.05166,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0.00574,"26":0.01722,"27":0,"28":0.00574,"29":0,"30":0,"31":0,"32":0,"33":0.03444,"34":0,"35":0.01148,"36":0.00574,"37":0,"38":0.12628,"39":0,"40":0.09184,"41":0,"42":0.00574,"43":0.33866,"44":0.01722,"45":0.00574,"46":0.01148,"47":0.02296,"48":0.0287,"49":0.24108,"50":0.01148,"51":0.00574,"52":0.00574,"53":0.00574,"54":0.01148,"55":0.0574,"56":0.01148,"57":0.04592,"58":0.09758,"59":0.01722,"60":0.06888,"61":0.01148,"62":0.03444,"63":0.33866,"64":0.03444,"65":0.24108,"66":0.05166,"67":0.26404,"68":0.33292,"69":0.59696,"70":16.39918,"71":0.0861,"72":0.01722,"73":0},C:{"2":0,"3":0.00574,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.00574,"13":0,"14":0.00574,"15":0,"16":0,"17":0.00574,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0.00574,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0.00574,"31":0.00574,"32":0,"33":0,"34":0,"35":0.00574,"36":0.00574,"37":0,"38":0.00574,"39":0,"40":0.00574,"41":0.00574,"42":0,"43":0.01722,"44":0,"45":0.01148,"46":0.00574,"47":0.04018,"48":0.04018,"49":0.01148,"50":0.00574,"51":0.01148,"52":0.07462,"53":0.00574,"54":0.00574,"55":0.00574,"56":0.01148,"57":0.00574,"58":0.01148,"59":0.00574,"60":0.04018,"61":0.0287,"62":0.10906,"63":1.85976,"64":0.05166,"65":0,"3.5":0,"3.6":0.00574},F:{"9":0,"11":0,"12":0.00574,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.01148,"21":0,"22":0,"23":0.00574,"24":0,"25":0,"26":0,"27":0,"28":0.00574,"29":0,"30":0,"31":0,"32":0.00574,"33":0,"34":0.00574,"35":0,"36":0.00574,"37":0.00574,"38":0.0287,"39":0,"40":0,"41":0,"42":0.01148,"43":0,"44":0,"45":0.01148,"46":0,"47":0,"48":0.01148,"49":0.00574,"50":0.00574,"51":0.01148,"52":0.00574,"53":0.02296,"54":0.0574,"55":0.01148,"56":1.45222,"9.5-9.6":0,"10.0-10.1":0.00574,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.04592},E:{"4":0,"5":0,"6":0.00574,"7":0,"8":0.03444,"9":0.00574,"10":0.06314,"11":0.05166,"12":0.9471,_:"0","3.1":0,"3.2":0,"5.1":0.00574,"6.1":0.00574,"7.1":0,"9.1":0.04018,"10.1":0.16072,"11.1":0.2009},G:{"8":0.13538583008106,"3.2":0.00083571500050035,"4.0-4.1":0,"4.2-4.3":0.00083571500050035,"5.0-5.1":0.010028580006004,"6.0-6.1":0.0050142900030021,"7.0-7.1":0.019221445011508,"8.1-8.4":0.04680004002802,"9.0-9.2":0.026742880016011,"9.3":0.19305016511558,"10.0-10.2":0.22647876513559,"10.3":0.29250025017512,"11.0-11.2":0.52817188031622,"11.3-11.4":1.4056726308416,"12-12.1":5.4605618132693},I:{"3":0.0077907057546145,"4":0.97383821932682,_:"67","2.1":0,"2.2":0.0077907057546145,"2.3":0.21813976112921,"4.1":0.38174458197611,"4.2-4.3":1.8463972638436,"4.4":0,"4.4.3-4.4.4":3.739538762215},A:{"6":0,"7":0,"8":0.15809322033898,"9":0.042563559322034,"10":0.15809322033898,"11":1.79375,"5.5":0},B:{"12":0.10906,"13":0.09184,"14":0.09184,"15":0.06314,"16":0.17794,"17":1.21114,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.0603641176471,"5":0.13254551470588,"6.2":0.14274132352941,_:"7.2"},N:{"10":0.10896631578947,"11":0.12107368421053},J:{"7":0.00852,"10":0.03408},R:{_:"0"},M:{"0":0.08946},O:{"0":1.26522},Q:{_:"1.2"},H:{"0":8.2275092783505},L:{"0":33.58168}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AR.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AR.js new file mode 100644 index 0000000..33d69d0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AR.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.012318,"23":0,"24":0,"25":0.006159,"26":0.006159,"27":0.006159,"28":0,"29":0.067749,"30":0.006159,"31":0.006159,"32":0.006159,"33":0,"34":0.012318,"35":0.006159,"36":0.006159,"37":0.006159,"38":0.030795,"39":0.006159,"40":0.006159,"41":0.006159,"42":0.006159,"43":0.012318,"44":0.006159,"45":0.006159,"46":0.006159,"47":0.006159,"48":0.006159,"49":1.712202,"50":0.012318,"51":0.018477,"52":0.006159,"53":0.006159,"54":0.006159,"55":0.012318,"56":0.012318,"57":0.018477,"58":0.080067,"59":0.018477,"60":0.024636,"61":0.055431,"62":0.043113,"63":0.080067,"64":0.049272,"65":0.073908,"66":0.073908,"67":0.153975,"68":0.178611,"69":0.622059,"70":22.400283,"71":0.030795,"72":0.012318,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.006159,"30":0,"31":0,"32":0,"33":0,"34":0.006159,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.012318,"44":0,"45":0.012318,"46":0,"47":0.018477,"48":0.024636,"49":0.018477,"50":0.006159,"51":0.006159,"52":0.326427,"53":0.006159,"54":0.012318,"55":0.006159,"56":0.024636,"57":0.018477,"58":0.012318,"59":0.012318,"60":0.043113,"61":0.036954,"62":0.098544,"63":1.853859,"64":0.012318,"65":0,"3.5":0,"3.6":0.006159},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.234042,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006159,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.363381,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.006159},E:{"4":0,"5":0,"6":0,"7":0,"8":0.006159,"9":0.006159,"10":0.012318,"11":0.030795,"12":0.344904,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0.006159,"7.1":0,"9.1":0.024636,"10.1":0.049272,"11.1":0.110862},G:{"8":0.092981888321825,"3.2":0.00057396227359151,"4.0-4.1":0,"4.2-4.3":0.00057396227359151,"5.0-5.1":0.0068875472830982,"6.0-6.1":0.0034437736415491,"7.0-7.1":0.013201132292605,"8.1-8.4":0.032141887321125,"9.0-9.2":0.018366792754928,"9.3":0.13258528519964,"10.0-10.2":0.1555437761433,"10.3":0.20088679575703,"11.0-11.2":0.36274415690984,"11.3-11.4":0.96540454418093,"12-12.1":3.750269495647},I:{"3":0.00065132030401737,"4":0.081415038002172,_:"67","2.1":0,"2.2":0.00065132030401737,"2.3":0.018236968512486,"4.1":0.031914694896851,"4.2-4.3":0.15436291205212,"4.4":0,"4.4.3-4.4.4":0.31263374592834},A:{"6":0.012318,"7":0.024636,"8":0.264837,"9":0.055431,"10":0.036954,"11":0.812988,"5.5":0},B:{"12":0.006159,"13":0.012318,"14":0.030795,"15":0.073908,"16":0.043113,"17":0.394176,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.52737119211823,"5":0.070992275862069,"6.2":0.14198455172414,_:"7.2"},N:{"10":0.010911931818182,"11":0.46921306818182},J:{"7":0.0007682,"10":0.0030728},R:{_:"0"},M:{"0":0.080661},O:{"0":0.084502},Q:{_:"1.2"},H:{"0":0.36727747594502},L:{"0":56.727631}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AS.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AS.js new file mode 100644 index 0000000..eb7e829 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AS.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.38976,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0.00696,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.0348,"39":0,"40":0.00696,"41":0.01392,"42":0.01392,"43":0.00696,"44":0.01392,"45":0,"46":0.00696,"47":0.00696,"48":0,"49":1.36416,"50":0.0348,"51":0,"52":0.02088,"53":0.20184,"54":0.04176,"55":0.11136,"56":0.01392,"57":0.37584,"58":0.00696,"59":0.01392,"60":0.00696,"61":0.00696,"62":0.01392,"63":0.36192,"64":0.02088,"65":0.0696,"66":0.09048,"67":0.1044,"68":0.11832,"69":1.71216,"70":26.15568,"71":0.02784,"72":0,"73":0},C:{"2":0,"3":0.00696,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.02088,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.04872,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.02784,"44":0,"45":0.06264,"46":0,"47":0.02088,"48":1.00224,"49":0.02784,"50":0.09048,"51":0,"52":0.01392,"53":0,"54":0.01392,"55":0,"56":0,"57":0.08352,"58":0.01392,"59":0.01392,"60":0.01392,"61":0.01392,"62":0.09048,"63":1.30848,"64":0.0348,"65":0.00696,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.00696,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0.01392,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.02784,"56":0.25056,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.02088},E:{"4":0.00696,"5":0.22968,"6":0.02784,"7":0,"8":0.01392,"9":0.02088,"10":0.09744,"11":0.02784,"12":0.68208,_:"0","3.1":0,"3.2":0,"5.1":0.16008,"6.1":0.02088,"7.1":0,"9.1":0.07656,"10.1":0.08352,"11.1":0.18096},G:{"8":0.35454607024917,"3.2":0.0021885559891924,"4.0-4.1":0,"4.2-4.3":0.0021885559891924,"5.0-5.1":0.026262671870309,"6.0-6.1":0.013131335935155,"7.0-7.1":0.050336787751426,"8.1-8.4":0.12255913539478,"9.0-9.2":0.070033791654158,"9.3":0.50555643350345,"10.0-10.2":0.59309867307115,"10.3":0.76599459621735,"11.0-11.2":1.3831673851696,"11.3-11.4":3.6811511738217,"12-12.1":14.300024833383},I:{"3":0.0022690119435396,"4":0.28362649294245,_:"67","2.1":0,"2.2":0.0022690119435396,"2.3":0.06353233441911,"4.1":0.11118158523344,"4.2-4.3":0.53775583061889,"4.4":0,"4.4.3-4.4.4":1.089125732899},A:{"6":0,"7":0,"8":0.021433636363636,"9":0.028578181818182,"10":0.042867272727273,"11":1.7861363636364,"5.5":0},B:{"12":0.00696,"13":0.0348,"14":0.0696,"15":0.09048,"16":0.21576,"17":1.92792,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.69869613259669,"5":0.021834254143646,"6.2":0.054585635359116,_:"7.2"},N:{"10":0,"11":0.05168},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.08208},O:{"0":1.292},Q:{_:"1.2"},H:{"0":0.89795958762887},L:{"0":28.09592}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AT.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AT.js new file mode 100644 index 0000000..41c52b9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AT.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.013794,"23":0,"24":0,"25":0,"26":0.006897,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.013794,"35":0,"36":0.006897,"37":0.006897,"38":0.041382,"39":0,"40":0.006897,"41":0,"42":0,"43":0.006897,"44":0.006897,"45":0,"46":0.006897,"47":0.013794,"48":0.006897,"49":0.234498,"50":0.006897,"51":0.013794,"52":0.006897,"53":0.013794,"54":0.006897,"55":0.020691,"56":0.027588,"57":0.310365,"58":0.103455,"59":0.020691,"60":0.013794,"61":0.048279,"62":0.027588,"63":0.124146,"64":0.062073,"65":0.096558,"66":0.055176,"67":0.131043,"68":0.151734,"69":0.75867,"70":16.34589,"71":0.027588,"72":0.020691,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.006897,"11":0,"12":0.041382,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0.006897,"28":0,"29":0.006897,"30":0,"31":0.013794,"32":0.006897,"33":0.006897,"34":0.020691,"35":0.006897,"36":0,"37":0.006897,"38":0.020691,"39":0.006897,"40":0.013794,"41":0.006897,"42":0.006897,"43":0.013794,"44":0.006897,"45":0.034485,"46":0.013794,"47":0.020691,"48":0.096558,"49":0.013794,"50":0.027588,"51":0.020691,"52":0.455202,"53":0.027588,"54":0.020691,"55":0.027588,"56":0.089661,"57":0.041382,"58":0.048279,"59":0.055176,"60":0.779361,"61":0.13794,"62":0.34485,"63":6.717678,"64":0.048279,"65":0.006897,"3.5":0,"3.6":0.006897},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.013794,"37":0,"38":0,"39":0,"40":0.006897,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006897,"49":0.006897,"50":0,"51":0,"52":0,"53":0,"54":0.006897,"55":0.006897,"56":1.03455,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.006897},E:{"4":0,"5":0.013794,"6":0,"7":0,"8":0.027588,"9":0.013794,"10":0.062073,"11":0.158631,"12":2.200143,_:"0","3.1":0,"3.2":0,"5.1":0.020691,"6.1":0.013794,"7.1":0,"9.1":0.144837,"10.1":0.255189,"11.1":0.593142},G:{"8":0.3501269054338,"3.2":0.0021612771940358,"4.0-4.1":0,"4.2-4.3":0.0021612771940358,"5.0-5.1":0.02593532632843,"6.0-6.1":0.012967663164215,"7.0-7.1":0.049709375462824,"8.1-8.4":0.12103152286601,"9.0-9.2":0.069160870209146,"9.3":0.49925503182228,"10.0-10.2":0.58570611958371,"10.3":0.75644701791254,"11.0-11.2":1.3659271866306,"11.3-11.4":3.6352682403683,"12-12.1":14.12178518583},I:{"3":0.00089856134636265,"4":0.11232016829533,_:"67","2.1":0,"2.2":0.00089856134636265,"2.3":0.025159717698154,"4.1":0.04402950597177,"4.2-4.3":0.21295903908795,"4.4":0,"4.4.3-4.4.4":0.43130944625407},A:{"6":0,"7":0.0069079824840764,"8":0.055263859872611,"9":0.062171842356688,"10":0.062171842356688,"11":4.1516974729299,"5.5":0},B:{"12":0.006897,"13":0.020691,"14":0.06897,"15":0.117249,"16":0.234498,"17":2.717418,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.50434502970297,"5":0.084057504950495,"6.2":0.094564693069307,_:"7.2"},N:{"10":0,"11":0.06206},J:{"7":0.0018618,"10":0.0074472},R:{_:"0"},M:{"0":0.37236},O:{"0":0.077575},Q:{_:"1.2"},H:{"0":0.15276143642612},L:{"0":28.8775}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AU.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AU.js new file mode 100644 index 0000000..a2f2197 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AU.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006305,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.006305,"23":0,"24":0,"25":0,"26":0.006305,"27":0,"28":0,"29":0.02522,"30":0,"31":0,"32":0,"33":0,"34":0.006305,"35":0,"36":0,"37":0,"38":0.031525,"39":0.006305,"40":0.01261,"41":0.006305,"42":0,"43":0.006305,"44":0.006305,"45":0.006305,"46":0.006305,"47":0.006305,"48":0.01261,"49":0.26481,"50":0.01261,"51":0.01261,"52":0.01261,"53":0.01261,"54":0.02522,"55":0.056745,"56":0.05044,"57":0.06305,"58":0.03783,"59":0.056745,"60":0.044135,"61":0.044135,"62":0.06305,"63":0.460265,"64":0.11349,"65":0.15132,"66":0.16393,"67":0.371995,"68":0.598975,"69":1.544725,"70":17.773795,"71":0.05044,"72":0.018915,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.006305,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.006305,"44":0,"45":0.006305,"46":0,"47":0.01261,"48":0.02522,"49":0.006305,"50":0.006305,"51":0,"52":0.094575,"53":0.006305,"54":0.01261,"55":0.006305,"56":0.031525,"57":0.031525,"58":0.006305,"59":0.01261,"60":0.069355,"61":0.044135,"62":0.145015,"63":2.00499,"64":0.031525,"65":0,"3.5":0,"3.6":0.006305},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.006305,"37":0.07566,"38":0,"39":0,"40":0.006305,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.220675,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.006305},E:{"4":0,"5":0.006305,"6":0,"7":0.006305,"8":0.018915,"9":0.02522,"10":0.069355,"11":0.182845,"12":1.82845,_:"0","3.1":0,"3.2":0,"5.1":0.01261,"6.1":0.006305,"7.1":0,"9.1":0.119795,"10.1":0.283725,"11.1":0.54223},G:{"8":0.6835757220054,"12":27.570887454218,"3.2":0.0042196032222556,"4.0-4.1":0,"4.2-4.3":0.0042196032222556,"5.0-5.1":0.050635238667067,"6.0-6.1":0.025317619333533,"7.0-7.1":0.097050874111878,"8.1-8.4":0.23629778044631,"9.0-9.2":0.13502730311218,"9.3":0.97472834434104,"10.0-10.2":1.1435124732313,"10.3":1.4768611277895,"11.0-11.2":2.6667892364655,"11.3-11.4":7.0973726198339},I:{"3":0.00067598262757872,"4":0.08449782844734,_:"67","2.1":0,"2.2":0.00067598262757872,"2.3":0.018927513572204,"4.1":0.033123148751357,"4.2-4.3":0.16020788273616,"4.4":0,"4.4.3-4.4.4":0.32447166123779},A:{"6":0,"7":0,"8":0.026079772727273,"9":0.039119659090909,"10":0.032599715909091,"11":2.1972208522727,"5.5":0},B:{"12":0.006305,"13":0.02522,"14":0.06305,"15":0.056745,"16":0.157625,"17":2.08065,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.27982865853659,"5":0.078352024390244,"6.2":0.06715887804878,_:"7.2"},N:{"10":0,"11":0.048035},J:{"7":0.000739,"10":0.002956},R:{_:"0"},M:{"0":0.173665},O:{"0":0.336245},Q:{_:"1.2"},H:{"0":0.30784048109966},L:{"0":18.7503}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AW.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AW.js new file mode 100644 index 0000000..57a04b4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AW.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.011666,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":2.712345,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.023332,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0.011666,"48":0,"49":0.326648,"50":0,"51":0.005833,"52":0,"53":0.005833,"54":0.05833,"55":0.017499,"56":0.011666,"57":0.005833,"58":0.005833,"59":0.005833,"60":0.005833,"61":0.075829,"62":0.005833,"63":0.046664,"64":0.011666,"65":0.081662,"66":0.029165,"67":0.128326,"68":0.064163,"69":0.87495,"70":13.071753,"71":0.017499,"72":0.011666,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.005833,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0.017499,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.029165,"49":0,"50":0,"51":0.017499,"52":0.075829,"53":0,"54":0,"55":0,"56":0.005833,"57":0.005833,"58":0,"59":0,"60":0.011666,"61":0.017499,"62":0.064163,"63":1.213264,"64":0.011666,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.005833,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.198322,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.005833,"9":0.005833,"10":0.034998,"11":0.262485,"12":1.119936,_:"0","3.1":0,"3.2":0,"5.1":0.005833,"6.1":0.005833,"7.1":0.005833,"9.1":0.052497,"10.1":0.198322,"11.1":0.314982},G:{"8":0.47567761873311,"3.2":0.002936281597118,"4.0-4.1":0,"4.2-4.3":0.002936281597118,"5.0-5.1":0.035235379165416,"6.0-6.1":0.017617689582708,"7.0-7.1":0.067534476733714,"8.1-8.4":0.16443176943861,"9.0-9.2":0.093961011107775,"9.3":0.67828104893425,"10.0-10.2":0.79573231281897,"10.3":1.0276985589913,"11.0-11.2":1.8557299693786,"11.3-11.4":4.9388256463524,"12-12.1":19.185663955569},I:{"3":0.00080075895765472,"4":0.10009486970684,_:"67","2.1":0,"2.2":0.00080075895765472,"2.3":0.022421250814332,"4.1":0.039237188925081,"4.2-4.3":0.18977987296417,"4.4":0,"4.4.3-4.4.4":0.38436429967427},A:{"6":0,"7":0,"8":0.011666,"9":0.011666,"10":0.17499,"11":2.747343,"5.5":0},B:{"12":0.005833,"13":0.029165,"14":0.099161,"15":0.081662,"16":0.250819,"17":1.930723,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.57223387716763,"5":0.21593731213873,"6.2":0.37789029624277,_:"7.2"},N:{"10":0,"11":0},J:{"7":0.0025002,"10":0.0100008},R:{_:"0"},M:{"0":0.108342},O:{"0":0.066672},Q:{_:"1.2"},H:{"0":0.1499117628866},L:{"0":30.928055}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AX.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AX.js new file mode 100644 index 0000000..f3441a1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AX.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.030952,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.007738,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0.030952,"47":0,"48":0.007738,"49":0.603564,"50":0.015476,"51":0.007738,"52":0.11607,"53":0,"54":0,"55":0,"56":0,"57":0.07738,"58":0,"59":0,"60":0,"61":0.007738,"62":0,"63":0.061904,"64":0.007738,"65":0.015476,"66":0.007738,"67":0.147022,"68":0.11607,"69":1.439268,"70":18.981314,"71":0.015476,"72":0.030952,"73":0},C:{"2":0,"3":0.007738,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.007738,"49":0,"50":0,"51":0,"52":0.255354,"53":0,"54":0,"55":0,"56":0.007738,"57":2.236282,"58":0.139284,"59":0.007738,"60":0.015476,"61":0.123808,"62":0.19345,"63":2.460684,"64":0.007738,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.479756,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.100594},E:{"4":0.015476,"5":0,"6":0,"7":0,"8":0,"9":0.015476,"10":0.007738,"11":0.046428,"12":7.614192,_:"0","3.1":0,"3.2":0,"5.1":0.007738,"6.1":0,"7.1":0,"9.1":0.131546,"10.1":0.177974,"11.1":0.974988},G:{"8":0.61595211047733,"3.2":0.003802173521465,"4.0-4.1":0,"4.2-4.3":0.003802173521465,"5.0-5.1":0.04562608225758,"6.0-6.1":0.02281304112879,"7.0-7.1":0.087449990993696,"8.1-8.4":0.21292171720204,"9.0-9.2":0.12166955268688,"9.3":0.87830208345842,"10.0-10.2":1.030389024317,"10.3":1.3307607325128,"11.0-11.2":2.4029736655659,"11.3-11.4":6.3952558631042,"12-12.1":24.843401789252},I:{"3":0.0001657111834962,"4":0.020713897937025,_:"67","2.1":0,"2.2":0.0001657111834962,"2.3":0.0046399131378936,"4.1":0.0081198479913138,"4.2-4.3":0.039273550488599,"4.4":0,"4.4.3-4.4.4":0.079541368078176},A:{"6":0,"7":0,"8":0.10822714905149,"9":0.024975495934959,"10":0.066601322493225,"11":2.8721820325203,"5.5":0},B:{"12":0,"13":0.023214,"14":0.19345,"15":0.19345,"16":3.75293,"17":3.474362,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.19334786577181,"5":0.024168483221477,"6.2":0.012084241610738,_:"7.2"},N:{"10":0,"11":0.027144},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.167388},O:{"0":0.221676},Q:{_:"1.2"},H:{"0":0.14776456701031},L:{"0":10.031324}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AZ.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AZ.js new file mode 100644 index 0000000..50c2cb3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/AZ.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.005106,"5":0,"6":0,"7":0.005106,"8":0.005106,"9":0.005106,"10":0,"11":0.015318,"12":0.005106,"13":0,"14":0,"15":0.005106,"16":0.005106,"17":0.015318,"18":0.015318,"19":0.005106,"20":0,"21":0.020424,"22":0.045954,"23":0.020424,"24":0.015318,"25":0.015318,"26":0.02553,"27":0.010212,"28":0.010212,"29":0.010212,"30":0.005106,"31":0.010212,"32":0.010212,"33":0.005106,"34":0.010212,"35":0.005106,"36":0.010212,"37":0.020424,"38":0.02553,"39":0.020424,"40":0.02553,"41":0.005106,"42":0.02553,"43":0.020424,"44":0.010212,"45":0.010212,"46":0.010212,"47":0.010212,"48":0.005106,"49":0.265512,"50":0.005106,"51":0.010212,"52":0.010212,"53":0.010212,"54":0.010212,"55":0.010212,"56":0.020424,"57":0.030636,"58":0.056166,"59":0.015318,"60":0.015318,"61":0.015318,"62":0.040848,"63":0.081696,"64":0.040848,"65":0.066378,"66":0.061272,"67":0.081696,"68":0.132756,"69":0.439116,"70":12.397368,"71":0.040848,"72":0.015318,"73":0},C:{"2":0,"3":0.02553,"4":0.005106,"5":0,"6":0.005106,"7":0,"8":0,"9":0,"10":0.005106,"11":0.005106,"12":0.005106,"13":0,"14":0.005106,"15":0,"16":0.010212,"17":0,"18":0,"19":0.015318,"20":0.010212,"21":0,"22":0.005106,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.005106,"30":0,"31":0.005106,"32":0.005106,"33":0,"34":0.010212,"35":0.005106,"36":0,"37":0,"38":0.005106,"39":0,"40":0,"41":0,"42":0,"43":0.005106,"44":0.005106,"45":0.005106,"46":0,"47":0.010212,"48":0.030636,"49":0.005106,"50":0.005106,"51":0.005106,"52":0.035742,"53":0.02553,"54":0.005106,"55":0.005106,"56":0.015318,"57":0.015318,"58":0.010212,"59":0.010212,"60":0.010212,"61":0.010212,"62":0.015318,"63":0.326784,"64":0.005106,"65":0.015318,"3.5":0.040848,"3.6":0.142968},F:{"9":0,"11":0.010212,"12":0.02553,"15":0.005106,"16":0.020424,"17":0,"18":0.005106,"19":0.015318,"20":0.010212,"21":0.010212,"22":0.005106,"23":0,"24":0.005106,"25":0.005106,"26":0.005106,"27":0.035742,"28":0.015318,"29":0.005106,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0.005106,"36":0.020424,"37":0.015318,"38":0,"39":0.005106,"40":0.005106,"41":0,"42":0.005106,"43":0.005106,"44":0,"45":0.005106,"46":0.005106,"47":0.005106,"48":0.02553,"49":0.005106,"50":0.015318,"51":0.005106,"52":0,"53":0.005106,"54":0.005106,"55":0.010212,"56":1.48074,"9.5-9.6":0,"10.0-10.1":0.005106,"10.5":0.015318,"10.6":0.02553,"11.1":0,"11.5":0.005106,"11.6":0.02553,"12.1":0.12765},E:{"4":0.02553,"5":0.030636,"6":0.005106,"7":0.005106,"8":0.005106,"9":0,"10":0.005106,"11":0.030636,"12":0.20424,_:"0","3.1":0.005106,"3.2":0,"5.1":0.020424,"6.1":0,"7.1":0,"9.1":0.035742,"10.1":0.020424,"11.1":0.056166},G:{"8":0.13964075773041,"3.2":0.00086197998599019,"4.0-4.1":0,"4.2-4.3":0.00086197998599019,"5.0-5.1":0.010343759831882,"6.0-6.1":0.0051718799159412,"7.0-7.1":0.019825539677774,"8.1-8.4":0.048270879215451,"9.0-9.2":0.027583359551686,"9.3":0.19911737676373,"10.0-10.2":0.23359657620334,"10.3":0.30169299509657,"11.0-11.2":0.5447713511458,"11.3-11.4":1.4498503364355,"12-12.1":5.6321772284599},I:{"3":0.0046606297502714,"4":0.58257871878393,_:"67","2.1":0,"2.2":0.0046606297502714,"2.3":0.1304976330076,"4.1":0.2283708577633,"4.2-4.3":1.1045692508143,"4.4":0,"4.4.3-4.4.4":2.2371022801303},A:{"6":0,"7":0.0052790847457627,"8":0.047511762711864,"9":0.036953593220339,"10":0.042232677966102,"11":0.17948888135593,"5.5":0},B:{"12":0.005106,"13":0.010212,"14":0.020424,"15":0.015318,"16":0.015318,"17":0.15318,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":2.073959744,"5":0.121997632,"6.2":0.548989344,_:"7.2"},N:{"10":0.034584266666667,"11":0.22479773333333},J:{"7":0.004894,"10":0.019576},R:{_:"0"},M:{"0":0.034258},O:{"0":0.411096},Q:{_:"1.2"},H:{"0":4.6981895463918},L:{"0":47.408298}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BA.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BA.js new file mode 100644 index 0000000..d451c47 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BA.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.00517,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.01034,"23":0,"24":0,"25":0,"26":0.00517,"27":0,"28":0,"29":0.1034,"30":0,"31":0.00517,"32":0,"33":0.13959,"34":0.01034,"35":0,"36":0,"37":0,"38":0.01551,"39":0.00517,"40":0.00517,"41":0,"42":0,"43":0.01034,"44":0,"45":0,"46":0.00517,"47":0.00517,"48":0.00517,"49":0.67727,"50":0.00517,"51":0.00517,"52":0,"53":0.00517,"54":0,"55":0.00517,"56":0.01034,"57":0.00517,"58":0.03102,"59":0.01034,"60":0.01034,"61":0.01551,"62":0.02585,"63":0.02585,"64":0.01551,"65":0.03619,"66":0.04136,"67":0.08272,"68":0.10857,"69":0.43945,"70":13.55057,"71":0.01551,"72":0.01551,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0.00517,"15":0.00517,"16":0,"17":0.0517,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.00517,"37":0,"38":0,"39":0,"40":0,"41":0.00517,"42":0,"43":0.01034,"44":0,"45":0.05687,"46":0.01034,"47":0.01551,"48":0.00517,"49":0.00517,"50":0.00517,"51":0.01034,"52":0.27918,"53":0.00517,"54":0.00517,"55":0.00517,"56":0.01551,"57":0.01551,"58":0.01034,"59":0.01034,"60":0.05687,"61":0.04136,"62":0.07238,"63":2.14038,"64":0.03102,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.02068,"37":0,"38":0,"39":0,"40":0.00517,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.00517,"49":0,"50":0,"51":0,"52":0,"53":0.00517,"54":0.00517,"55":0.00517,"56":0.6721,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0.01551,"6":0,"7":0,"8":0,"9":0.00517,"10":0.01034,"11":0.01034,"12":0.20163,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.00517,"10.1":0.02585,"11.1":0.04653},G:{"8":0.12555348543981,"3.2":0.00077502151506054,"4.0-4.1":0,"4.2-4.3":0.00077502151506054,"5.0-5.1":0.0093002581807265,"6.0-6.1":0.0046501290903633,"7.0-7.1":0.017825494846392,"8.1-8.4":0.04340120484339,"9.0-9.2":0.024800688481937,"9.3":0.17902996997899,"10.0-10.2":0.21003083058141,"10.3":0.27125753027119,"11.0-11.2":0.48981359751826,"11.3-11.4":1.3035861883318,"12-12.1":5.0639905794056},I:{"3":0.001758664495114,"4":0.21983306188925,_:"67","2.1":0,"2.2":0.001758664495114,"2.3":0.049242605863192,"4.1":0.086174560260586,"4.2-4.3":0.41680348534202,"4.4":0,"4.4.3-4.4.4":0.84415895765472},A:{"6":0,"7":0,"8":0.01034,"9":0.00517,"10":0.02585,"11":0.65142,"5.5":0},B:{"12":0.01034,"13":0.01551,"14":0.04136,"15":0.10857,"16":0.05687,"17":0.38258,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.40679648093842,"5":0.061019472140762,"6.2":0.16271859237537,_:"7.2"},N:{"10":0.021252,"11":0.191268},J:{"7":0.000966,"10":0.003864},R:{_:"0"},M:{"0":0.09177},O:{"0":0.03864},Q:{_:"1.2"},H:{"0":0.21949113402062},L:{"0":63.35851}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BB.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BB.js new file mode 100644 index 0000000..0754ee2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BB.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.007208,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.079288,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":1.76596,"30":0.007208,"31":0,"32":0,"33":0.007208,"34":0.007208,"35":0.007208,"36":0.007208,"37":0.050456,"38":0.014416,"39":0,"40":0,"41":0.007208,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0.007208,"48":0.050456,"49":0.367608,"50":0.007208,"51":0.007208,"52":0.007208,"53":0.014416,"54":0.100912,"55":0.07208,"56":0.021624,"57":0.007208,"58":0.021624,"59":0.014416,"60":0.021624,"61":0.410856,"62":0.014416,"63":0.079288,"64":0.050456,"65":0.172992,"66":0.03604,"67":0.129744,"68":0.158576,"69":1.311856,"70":23.901728,"71":0.057664,"72":0.007208,"73":0},C:{"2":0,"3":0.007208,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.007208,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.007208,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.007208,"44":0,"45":0,"46":0,"47":0.014416,"48":0.07208,"49":0,"50":0.007208,"51":0.007208,"52":0.043248,"53":0.007208,"54":0.007208,"55":0,"56":0.007208,"57":0.007208,"58":0.007208,"59":0,"60":0.043248,"61":0.021624,"62":0.100912,"63":2.580464,"64":0.064872,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0.007208,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.028832,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.014416,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.778464,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0.021624,"5":0,"6":0,"7":0,"8":0.014416,"9":0.100912,"10":0.007208,"11":0.093704,"12":1.614592,_:"0","3.1":0,"3.2":0,"5.1":0.007208,"6.1":0.007208,"7.1":0,"9.1":0.021624,"10.1":0.10812,"11.1":0.46852},G:{"8":0.22818094746322,"3.2":0.0014085243670569,"4.0-4.1":0,"4.2-4.3":0.0014085243670569,"5.0-5.1":0.016902292404683,"6.0-6.1":0.0084511462023416,"7.0-7.1":0.03239606044231,"8.1-8.4":0.078877364555189,"9.0-9.2":0.045072779745822,"9.3":0.32536912879015,"10.0-10.2":0.38171010347243,"10.3":0.49298352846993,"11.0-11.2":0.89018739997999,"11.3-11.4":2.3691379853898,"12-12.1":9.20329821435},I:{"3":0.0035641346362649,"4":0.44551682953312,_:"67","2.1":0,"2.2":0.0035641346362649,"2.3":0.099795769815418,"4.1":0.17464259717698,"4.2-4.3":0.84469990879479,"4.4":0,"4.4.3-4.4.4":1.7107846254072},A:{"6":0,"7":0,"8":0.1720146440678,"9":0.062550779661017,"10":0.13292040677966,"11":1.4777621694915,"5.5":0},B:{"12":0.014416,"13":0.021624,"14":0.03604,"15":0.317152,"16":0.230656,"17":3.20756,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.47953402298851,"5":0.022303908045977,"6.2":0.1003675862069,_:"7.2"},N:{"10":0.011540266666667,"11":0.16156373333333},J:{"7":0.033504,"10":0.134016},R:{_:"0"},M:{"0":0.187064},O:{"0":0.122848},Q:{_:"1.2"},H:{"0":0.23789567010309},L:{"0":33.08984}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BD.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BD.js new file mode 100644 index 0000000..80b35ab --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BD.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.002762,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.002762,"29":0.038668,"30":0,"31":0.002762,"32":0,"33":0.002762,"34":0.002762,"35":0,"36":0.002762,"37":0,"38":0,"39":0,"40":0.005524,"41":0,"42":0,"43":0.011048,"44":0,"45":0,"46":0.002762,"47":0,"48":0.002762,"49":0.044192,"50":0.002762,"51":0.002762,"52":0.002762,"53":0,"54":0,"55":0.002762,"56":0.002762,"57":0.002762,"58":0.008286,"59":0.002762,"60":0.008286,"61":0.035906,"62":0.008286,"63":0.016572,"64":0.01381,"65":0.030382,"66":0.011048,"67":0.033144,"68":0.02762,"69":0.085622,"70":3.637554,"71":0.024858,"72":0.019334,"73":0},C:{"2":0,"3":0.005524,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.002762,"12":0,"13":0,"14":0.002762,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.002762,"30":0.002762,"31":0,"32":0.002762,"33":0.002762,"34":0.002762,"35":0.002762,"36":0.002762,"37":0.002762,"38":0.005524,"39":0.002762,"40":0.008286,"41":0.005524,"42":0.005524,"43":0.016572,"44":0.008286,"45":0.005524,"46":0.005524,"47":0.02762,"48":0.024858,"49":0.008286,"50":0.005524,"51":0.005524,"52":0.074574,"53":0.005524,"54":0.005524,"55":0.005524,"56":0.019334,"57":0.011048,"58":0.008286,"59":0.008286,"60":0.022096,"61":0.022096,"62":0.052478,"63":0.903174,"64":0.182292,"65":0.002762,"3.5":0.002762,"3.6":0.002762},F:{"9":0,"11":0,"12":0,"15":0.002762,"16":0,"17":0,"18":0.002762,"19":0.002762,"20":0.002762,"21":0.002762,"22":0.002762,"23":0,"24":0.005524,"25":0.002762,"26":0.005524,"27":0.002762,"28":0.016572,"29":0.005524,"30":0.008286,"31":0.005524,"32":0.022096,"33":0.019334,"34":0,"35":0.011048,"36":0.002762,"37":0.02762,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.008286,"46":0,"47":0.002762,"48":0.008286,"49":0.002762,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.245818,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.019334},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.005524,"12":0.024858,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.002762,"10.1":0.002762,"11.1":0.008286},G:{"8":0.01735693905734,"3.2":0.00010714159911938,"4.0-4.1":0,"4.2-4.3":0.00010714159911938,"5.0-5.1":0.0012856991894326,"6.0-6.1":0.0006428495947163,"7.0-7.1":0.0024642567797458,"8.1-8.4":0.0059999295506855,"9.0-9.2":0.0034285311718203,"9.3":0.024749709396578,"10.0-10.2":0.029035373361353,"10.3":0.037499559691784,"11.0-11.2":0.06771349064345,"11.3-11.4":0.1802121697188,"12-12.1":0.70006320864605},I:{"3":0.0039807578718784,"4":0.4975947339848,_:"67","2.1":0,"2.2":0.0039807578718784,"2.3":0.1114612204126,"4.1":0.19505713572204,"4.2-4.3":0.94343961563518,"4.4":0,"4.4.3-4.4.4":1.9107637785016},A:{"6":0,"7":0,"8":0.031467071428571,"9":0.0028606428571429,"10":0.0028606428571429,"11":0.042909642857143,"5.5":0},B:{"12":0.01381,"13":0.011048,"14":0.019334,"15":0.011048,"16":0.01381,"17":0.06905,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.634743648,"5":0.040301184,"6.2":0.070527072,_:"7.2"},N:{"10":0.0314853,"11":0.1784167},J:{"7":0.0028952,"10":0.0115808},R:{_:"0"},M:{"0":0.188188},O:{"0":6.680674},Q:{_:"1.2"},H:{"0":10.730969257732},L:{"0":63.094434}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BE.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BE.js new file mode 100644 index 0000000..a5bbc07 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BE.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.007325,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.065925,"30":0,"31":0,"32":0,"33":0,"34":0.007325,"35":0,"36":0,"37":0,"38":0.0293,"39":0.007325,"40":0.007325,"41":0.007325,"42":0,"43":0,"44":0.007325,"45":0,"46":0.007325,"47":0.007325,"48":0.007325,"49":0.476125,"50":0.007325,"51":0.007325,"52":0.007325,"53":0.01465,"54":0.021975,"55":0.021975,"56":0.021975,"57":0.01465,"58":0.0586,"59":0.01465,"60":0.04395,"61":0.0293,"62":0.04395,"63":0.124525,"64":0.065925,"65":0.0879,"66":0.10255,"67":0.212425,"68":0.212425,"69":1.164675,"70":24.267725,"71":0.036625,"72":0.01465,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.007325,"39":0,"40":0,"41":0,"42":0,"43":0.007325,"44":0,"45":0.021975,"46":0,"47":0.007325,"48":0.07325,"49":0.007325,"50":0.01465,"51":0.007325,"52":0.183125,"53":0.007325,"54":0.036625,"55":0.007325,"56":0.0293,"57":0.021975,"58":0.01465,"59":0.021975,"60":0.16115,"61":0.07325,"62":0.197775,"63":4.270475,"64":0.021975,"65":0,"3.5":0,"3.6":0.007325},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.007325,"32":0.007325,"33":0,"34":0,"35":0,"36":0.01465,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0.007325,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.62995,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0.01465,"6":0,"7":0,"8":0.01465,"9":0.021975,"10":0.07325,"11":0.212425,"12":3.09115,_:"0","3.1":0,"3.2":0,"5.1":0.01465,"6.1":0.01465,"7.1":0,"9.1":0.168475,"10.1":0.373575,"11.1":0.769125},G:{"8":0.37875018012609,"3.2":0.0023379640748524,"4.0-4.1":0,"4.2-4.3":0.0023379640748524,"5.0-5.1":0.028055568898229,"6.0-6.1":0.014027784449114,"7.0-7.1":0.053773173721605,"8.1-8.4":0.13092598819173,"9.0-9.2":0.074814850395277,"9.3":0.5400697012909,"10.0-10.2":0.633588264285,"10.3":0.81828742619834,"11.0-11.2":1.4775932953067,"11.3-11.4":3.9324555739017,"12-12.1":15.276257265086},I:{"3":0.00075236156351792,"4":0.094045195439739,_:"67","2.1":0,"2.2":0.00075236156351792,"2.3":0.021066123778502,"4.1":0.036865716612378,"4.2-4.3":0.17830969055375,"4.4":0,"4.4.3-4.4.4":0.3611335504886},A:{"6":0,"7":0.0073512075134168,"8":0.036756037567084,"9":0.029404830053667,"10":0.029404830053667,"11":4.0064080948122,"5.5":0},B:{"12":0.01465,"13":0.021975,"14":0.065925,"15":0.10255,"16":0.241725,"17":3.55995,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.36741173285199,"5":0.032418682310469,"6.2":0.064837364620939,_:"7.2"},N:{"10":0,"11":0.088275},J:{"7":0.000535,"10":0.00214},R:{_:"0"},M:{"0":0.1498},O:{"0":0.0535},Q:{_:"1.2"},H:{"0":0.083573067010309},L:{"0":23.52785}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BF.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BF.js new file mode 100644 index 0000000..9f47bc7 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BF.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.007341,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0.002447,"28":0.002447,"29":0.002447,"30":0.004894,"31":0,"32":0.002447,"33":0.004894,"34":0,"35":0,"36":0.002447,"37":0,"38":0,"39":0,"40":0.002447,"41":0,"42":0,"43":0.002447,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.102774,"50":0.004894,"51":0.007341,"52":0,"53":0,"54":0,"55":0.002447,"56":0.004894,"57":0,"58":0.002447,"59":0,"60":0.002447,"61":0,"62":0.002447,"63":0.012235,"64":0.002447,"65":0.014682,"66":0.02447,"67":0.066069,"68":0.019576,"69":0.092986,"70":1.996752,"71":0.002447,"72":0.002447,"73":0},C:{"2":0,"3":0.022023,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0.002447,"19":0,"20":0.002447,"21":0,"22":0.007341,"23":0,"24":0.002447,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0.004894,"31":0,"32":0,"33":0.002447,"34":0.002447,"35":0.004894,"36":0,"37":0,"38":0.002447,"39":0,"40":0.004894,"41":0.012235,"42":0.002447,"43":0.019576,"44":0.002447,"45":0.007341,"46":0.002447,"47":0.026917,"48":0.02447,"49":0.004894,"50":0.007341,"51":0.004894,"52":0.041599,"53":0.004894,"54":0.004894,"55":0,"56":0.007341,"57":0.026917,"58":0.002447,"59":0.017129,"60":0.026917,"61":0.026917,"62":0.102774,"63":1.416813,"64":0.036705,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0.139479,"17":0,"18":0.002447,"19":0,"20":0.009788,"21":0,"22":0,"23":0.017129,"24":0,"25":0,"26":0,"27":0,"28":0.002447,"29":0,"30":0.009788,"31":0,"32":0,"33":0.002447,"34":0,"35":0.002447,"36":0.002447,"37":0.002447,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.002447,"44":0,"45":0,"46":0,"47":0.002447,"48":0.002447,"49":0,"50":0.002447,"51":0,"52":0,"53":0,"54":0.004894,"55":0.012235,"56":0.291193,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.04894},E:{"4":0,"5":0,"6":0,"7":0.002447,"8":0,"9":0.02447,"10":0.02447,"11":0.012235,"12":0.080751,_:"0","3.1":0,"3.2":0,"5.1":0.002447,"6.1":0,"7.1":0,"9.1":0.002447,"10.1":0.04894,"11.1":0.022023},G:{"8":0.038927855899129,"3.2":0.00024029540678475,"4.0-4.1":0,"4.2-4.3":0.00024029540678475,"5.0-5.1":0.002883544881417,"6.0-6.1":0.0014417724407085,"7.0-7.1":0.0055267943560492,"8.1-8.4":0.013456542779946,"9.0-9.2":0.007689453017112,"9.3":0.055508238967277,"10.0-10.2":0.065120055238667,"10.3":0.084103392374662,"11.0-11.2":0.15186669708796,"11.3-11.4":0.40417687421195,"12-12.1":1.5700901879316},I:{"3":0.0035407817589577,"4":0.44259771986971,_:"67","2.1":0,"2.2":0.0035407817589577,"2.3":0.099141889250814,"4.1":0.17349830618893,"4.2-4.3":0.83916527687296,"4.4":0,"4.4.3-4.4.4":1.6995752442997},A:{"6":0,"7":0,"8":0.036705,"9":0.002447,"10":0.014682,"11":0.178631,"5.5":0},B:{"12":0.039152,"13":0.017129,"14":0.012235,"15":0.029364,"16":0.019576,"17":0.112562,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.2855034,"5":0.15294825,"6.2":0.03058965,_:"7.2"},N:{"10":0.015106,"11":0.196378},J:{"7":0.0211484,"10":0.0845936},R:{_:"0"},M:{"0":0.264355},O:{"0":2.447172},Q:{_:"1.2"},H:{"0":23.776052362543},L:{"0":52.550844}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BG.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BG.js new file mode 100644 index 0000000..b1396b5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BG.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006522,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0.006522,"22":0.013044,"23":0,"24":0.006522,"25":0,"26":0.013044,"27":0,"28":0,"29":0.29349,"30":0,"31":0.006522,"32":0,"33":0.006522,"34":0.013044,"35":0.006522,"36":0.006522,"37":0.013044,"38":0.019566,"39":0.006522,"40":0.013044,"41":0.006522,"42":0,"43":0.013044,"44":0.006522,"45":0,"46":0.013044,"47":0.013044,"48":0.006522,"49":0.939168,"50":0.019566,"51":0.013044,"52":0.013044,"53":0.013044,"54":0.013044,"55":0.019566,"56":0.019566,"57":0.03261,"58":0.06522,"59":0.019566,"60":0.03261,"61":0.045654,"62":0.06522,"63":0.110874,"64":0.052176,"65":0.078264,"66":0.078264,"67":0.143484,"68":0.150006,"69":0.821772,"70":20.466036,"71":0.045654,"72":0.026088,"73":0},C:{"2":0.006522,"3":0.013044,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.006522,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.006522,"32":0.006522,"33":0.071742,"34":0.006522,"35":0.006522,"36":0,"37":0.006522,"38":0.013044,"39":0.006522,"40":0.110874,"41":0.019566,"42":0.006522,"43":0.03261,"44":0.006522,"45":0.03261,"46":0.006522,"47":0.03261,"48":0.26088,"49":0.026088,"50":0.019566,"51":0.019566,"52":0.841338,"53":0.176094,"54":0.052176,"55":0.019566,"56":0.104352,"57":0.052176,"58":0.026088,"59":0.039132,"60":0.26088,"61":0.189138,"62":0.208704,"63":5.64153,"64":0.045654,"65":0,"3.5":0,"3.6":0.026088},F:{"9":0,"11":0,"12":0.006522,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.013044,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0.006522,"28":0.006522,"29":0,"30":0,"31":0.006522,"32":0,"33":0,"34":0,"35":0,"36":0.045654,"37":0.006522,"38":0,"39":0,"40":0.013044,"41":0,"42":0,"43":0.006522,"44":0,"45":0,"46":0,"47":0,"48":0.006522,"49":0.006522,"50":0,"51":0,"52":0.006522,"53":0,"54":0.006522,"55":0.006522,"56":1.167438,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0.006522,"11.1":0,"11.5":0,"11.6":0,"12.1":0.058698},E:{"4":0,"5":0,"6":0,"7":0,"8":0.006522,"9":0.006522,"10":0.006522,"11":0.026088,"12":0.443496,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.013044,"10.1":0.026088,"11.1":0.071742},G:{"8":0.15663300630441,"3.2":0.0009668704092865,"4.0-4.1":0,"4.2-4.3":0.0009668704092865,"5.0-5.1":0.011602444911438,"6.0-6.1":0.005801222455719,"7.0-7.1":0.02223801941359,"8.1-8.4":0.054144742920044,"9.0-9.2":0.030939853097168,"9.3":0.22334706454518,"10.0-10.2":0.26202188091664,"10.3":0.33840464325028,"11.0-11.2":0.61106209866907,"11.3-11.4":1.6262760284199,"12-12.1":6.317531254278},I:{"3":0.0012745928338762,"4":0.15932410423453,_:"67","2.1":0,"2.2":0.0012745928338762,"2.3":0.035688599348534,"4.1":0.062455048859935,"4.2-4.3":0.30207850162866,"4.4":0,"4.4.3-4.4.4":0.61180456026059},A:{"6":0,"7":0,"8":0.052339561128527,"9":0.058882006269592,"10":0.039254670846395,"11":1.9365637617555,"5.5":0},B:{"12":0.006522,"13":0.013044,"14":0.039132,"15":0.071742,"16":0.052176,"17":0.808728,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.25724585492228,"5":0.030869502590674,"6.2":0.08231867357513,_:"7.2"},N:{"10":0.010897733333333,"11":0.15256826666667},J:{"7":0.0013912,"10":0.0055648},R:{_:"0"},M:{"0":0.142598},O:{"0":0.093906},Q:{_:"1.2"},H:{"0":0.23049219931271},L:{"0":47.100192}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BH.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BH.js new file mode 100644 index 0000000..4b1165e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BH.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.005218,"29":0.005218,"30":0,"31":0.005218,"32":0.005218,"33":0.005218,"34":0.005218,"35":0,"36":0.005218,"37":0.005218,"38":0.015654,"39":0,"40":0,"41":0.005218,"42":0,"43":0.010436,"44":0,"45":0,"46":0,"47":0.005218,"48":0.005218,"49":0.23481,"50":0,"51":0.02609,"52":0.010436,"53":0,"54":0.010436,"55":0.010436,"56":0.010436,"57":0.010436,"58":0.046962,"59":0.015654,"60":0.020872,"61":0.010436,"62":0.015654,"63":0.02609,"64":0.046962,"65":0.07827,"66":0.057398,"67":0.203502,"68":0.10436,"69":0.693994,"70":14.803466,"71":0.015654,"72":0.07827,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0.015654,"48":0.036526,"49":0.005218,"50":0,"51":0.005218,"52":0.031308,"53":0.005218,"54":0.005218,"55":0,"56":0.005218,"57":0.020872,"58":0,"59":0.07827,"60":0.010436,"61":0.020872,"62":0.172194,"63":1.033164,"64":0.046962,"65":0,"3.5":0,"3.6":0.005218},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.036526,"38":0,"39":0,"40":0,"41":0.005218,"42":0,"43":0.005218,"44":0,"45":0.005218,"46":0,"47":0,"48":0.020872,"49":0.015654,"50":0.010436,"51":0.010436,"52":0.005218,"53":0.015654,"54":0.010436,"55":0.020872,"56":0.099142,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0.005218,"7":0.005218,"8":0.005218,"9":0.010436,"10":0.057398,"11":0.120014,"12":1.586272,_:"0","3.1":0,"3.2":0,"5.1":0.005218,"6.1":0.005218,"7.1":0,"9.1":0.073052,"10.1":0.328734,"11.1":0.401786},G:{"8":0.28996177844491,"3.2":0.0017898875212649,"4.0-4.1":0,"4.2-4.3":0.0017898875212649,"5.0-5.1":0.021478650255179,"6.0-6.1":0.010739325127589,"7.0-7.1":0.041167412989092,"8.1-8.4":0.10023370119083,"9.0-9.2":0.057276400680476,"9.3":0.41346401741219,"10.0-10.2":0.48505951826278,"10.3":0.62646063244271,"11.0-11.2":1.1312089134394,"11.3-11.4":3.0105908107675,"12-12.1":11.695125063945},I:{"3":0.00071659717698154,"4":0.089574647122693,_:"67","2.1":0,"2.2":0.00071659717698154,"2.3":0.020064720955483,"4.1":0.035113261672096,"4.2-4.3":0.16983353094463,"4.4":0,"4.4.3-4.4.4":0.34396664495114},A:{"6":0,"7":0,"8":0.047865115384615,"9":0.026591730769231,"10":0.026591730769231,"11":1.0051674230769,"5.5":0},B:{"12":0.010436,"13":0.02609,"14":0.02609,"15":0.073052,"16":0.099142,"17":0.923586,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.9107580610687,"5":0.12279883969466,"6.2":0.13303207633588,_:"7.2"},N:{"10":0,"11":0.02391},J:{"7":0.0028692,"10":0.0114768},R:{_:"0"},M:{"0":0.07173},O:{"0":9.095364},Q:{_:"1.2"},H:{"0":1.580023742268},L:{"0":34.586334}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BI.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BI.js new file mode 100644 index 0000000..49914a3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BI.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.00969,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0.00323,"26":0.00323,"27":0,"28":0,"29":0,"30":0,"31":0.00323,"32":0,"33":0.00323,"34":0,"35":0,"36":0,"37":0,"38":0.00323,"39":0,"40":0.00323,"41":0,"42":0,"43":0.02261,"44":0,"45":0,"46":0.00323,"47":0,"48":0.00323,"49":0.05491,"50":0.02907,"51":0.00323,"52":0.00323,"53":0,"54":0,"55":0,"56":0,"57":0.01292,"58":0.01615,"59":0,"60":0.00646,"61":0.0646,"62":0.00969,"63":0.07106,"64":0.02261,"65":0.08721,"66":0.00646,"67":0.0646,"68":0.01615,"69":0.17119,"70":4.5866,"71":0.00323,"72":0.00323,"73":0},C:{"2":0,"3":0.00969,"4":0.00323,"5":0,"6":0,"7":0.00323,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0.00323,"16":0.00646,"17":0,"18":0,"19":0,"20":0.00323,"21":0,"22":0,"23":0,"24":0.01292,"25":0,"26":0.00323,"27":0,"28":0.00323,"29":0,"30":0,"31":0.00969,"32":0.00323,"33":0,"34":0.00323,"35":0.00646,"36":0.00646,"37":0.00646,"38":0.00323,"39":0,"40":0.00323,"41":0.00323,"42":0,"43":0.00646,"44":0.00323,"45":0.00323,"46":0,"47":0.05168,"48":0.04845,"49":0.00969,"50":0.00646,"51":0,"52":0.04522,"53":0.00323,"54":0.00323,"55":0.00323,"56":0.05491,"57":0.02907,"58":0.00323,"59":0.00646,"60":0.05491,"61":0.02261,"62":0.08398,"63":1.99291,"64":0.07752,"65":0,"3.5":0,"3.6":0.00969},F:{"9":0,"11":0.00323,"12":0.00969,"15":0,"16":0.00323,"17":0,"18":0,"19":0.01292,"20":0.01615,"21":0.00323,"22":0,"23":0.02907,"24":0,"25":0,"26":0,"27":0,"28":0.00323,"29":0,"30":0.00323,"31":0,"32":0.00323,"33":0.00323,"34":0,"35":0,"36":0,"37":0.00323,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.00646,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0.00323,"52":0,"53":0.00323,"54":0.00323,"55":0.02261,"56":0.69445,"9.5-9.6":0.00323,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.0646},E:{"4":0,"5":0,"6":0,"7":0,"8":0.00323,"9":0.00323,"10":0,"11":0.01292,"12":0.0646,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.00646,"10.1":0.00969,"11.1":0.01615},G:{"8":0.032956373461423,"3.2":0.00020343440408286,"4.0-4.1":0,"4.2-4.3":0.00020343440408286,"5.0-5.1":0.0024412128489943,"6.0-6.1":0.0012206064244971,"7.0-7.1":0.0046789912939057,"8.1-8.4":0.01139232662864,"9.0-9.2":0.0065099009306515,"9.3":0.04699334734314,"10.0-10.2":0.055130723506455,"10.3":0.071202041429,"11.0-11.2":0.12857054338037,"11.3-11.4":0.34217666766737,"12-12.1":1.3292403962774},I:{"3":0.0018099348534202,"4":0.22624185667752,_:"67","2.1":0,"2.2":0.0018099348534202,"2.3":0.050678175895765,"4.1":0.08868680781759,"4.2-4.3":0.42895456026059,"4.4":0,"4.4.3-4.4.4":0.86876872964169},A:{"6":0,"7":0,"8":0.03876,"9":0.00969,"10":0.01938,"11":0.26163,"5.5":0},B:{"12":0.04522,"13":0.05491,"14":0.02907,"15":0.01615,"16":0.01615,"17":0.34884,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.28777136986301,"5":0.089308356164384,"6.2":0.029769452054795,_:"7.2"},N:{"10":0.0118475,"11":0.1777125},J:{"7":0.010832,"10":0.043328},R:{_:"0"},M:{"0":0.10155},O:{"0":2.02423},Q:{_:"1.2"},H:{"0":42.60327266323},L:{"0":22.85218}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BJ.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BJ.js new file mode 100644 index 0000000..5742bf4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BJ.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.004512,"12":0.004512,"13":0,"14":0.009024,"15":0.013536,"16":0,"17":0,"18":0,"19":0.004512,"20":0,"21":0,"22":0,"23":0.004512,"24":0,"25":0,"26":0.013536,"27":0.004512,"28":0.004512,"29":0.004512,"30":0.013536,"31":0.009024,"32":0,"33":0.009024,"34":0,"35":0,"36":0,"37":0,"38":0.004512,"39":0,"40":0.009024,"41":0,"42":0.004512,"43":0.02256,"44":0.009024,"45":0.009024,"46":0.009024,"47":0.013536,"48":0.004512,"49":0.108288,"50":0.004512,"51":0.009024,"52":0.004512,"53":0.013536,"54":0.004512,"55":0.013536,"56":0.126336,"57":0.004512,"58":0.230112,"59":0.009024,"60":0.013536,"61":0.013536,"62":0.031584,"63":0.13536,"64":0.02256,"65":0.175968,"66":0.040608,"67":0.139872,"68":0.175968,"69":0.613632,"70":9.736896,"71":0.058656,"72":0.009024,"73":0},C:{"2":0,"3":0.004512,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0.054144,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0.004512,"28":0,"29":0,"30":0.013536,"31":0.009024,"32":0.004512,"33":0.004512,"34":0,"35":0.018048,"36":0,"37":0,"38":0.004512,"39":0.004512,"40":0.013536,"41":0.018048,"42":0.004512,"43":0.049632,"44":0.004512,"45":0.027072,"46":0.004512,"47":0.036096,"48":0.058656,"49":0.018048,"50":0.013536,"51":0.036096,"52":0.063168,"53":0.004512,"54":0.009024,"55":0.004512,"56":0.040608,"57":0.036096,"58":0.013536,"59":0.018048,"60":0.072192,"61":0.040608,"62":0.15792,"63":2.607936,"64":0.085728,"65":0,"3.5":0,"3.6":0.004512},F:{"9":0,"11":0,"12":0.018048,"15":0.004512,"16":0.018048,"17":0,"18":0.004512,"19":0.004512,"20":0.040608,"21":0.009024,"22":0.009024,"23":0.054144,"24":0.004512,"25":0,"26":0,"27":0,"28":0.02256,"29":0,"30":0.004512,"31":0,"32":0.009024,"33":0.009024,"34":0,"35":0.004512,"36":0.009024,"37":0,"38":0.004512,"39":0,"40":0,"41":0,"42":0.004512,"43":0,"44":0,"45":0,"46":0,"47":0.004512,"48":0.009024,"49":0.018048,"50":0,"51":0,"52":0,"53":0.009024,"54":0.009024,"55":0.004512,"56":1.21824,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.148896},E:{"4":0,"5":0.018048,"6":0,"7":0,"8":0,"9":0.02256,"10":0,"11":0.009024,"12":0.437664,_:"0","3.1":0,"3.2":0,"5.1":0.009024,"6.1":0,"7.1":0,"9.1":0.013536,"10.1":0.013536,"11.1":0.058656},G:{"8":0.055996848994296,"3.2":0.00034565956169319,"4.0-4.1":0,"4.2-4.3":0.00034565956169319,"5.0-5.1":0.0041479147403182,"6.0-6.1":0.0020739573701591,"7.0-7.1":0.0079501699189433,"8.1-8.4":0.019356935454818,"9.0-9.2":0.011061105974182,"9.3":0.079847358751126,"10.0-10.2":0.093673741218853,"10.3":0.12098084659261,"11.0-11.2":0.21845684299009,"11.3-11.4":0.58139938276794,"12-12.1":2.2585395761033},I:{"3":0.0019620933767644,"4":0.24526167209555,_:"67","2.1":0,"2.2":0.0019620933767644,"2.3":0.054938614549403,"4.1":0.096142575461455,"4.2-4.3":0.46501613029316,"4.4":0,"4.4.3-4.4.4":0.94180482084691},A:{"6":0,"7":0.0046356164383562,"8":0.10198356164384,"9":0.0046356164383562,"10":0.032449315068493,"11":0.19469589041096,"5.5":0},B:{"12":0.04512,"13":0.031584,"14":0.02256,"15":0.027072,"16":0.054144,"17":0.216576,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.21420903225806,"5":0.021420903225806,"6.2":0.03213135483871,_:"7.2"},N:{"10":0.021647111111111,"11":0.36800088888889},J:{"7":0.0131712,"10":0.0526848},R:{_:"0"},M:{"0":0.214032},O:{"0":3.907456},Q:{_:"1.2"},H:{"0":18.881115106529},L:{"0":39.440704}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BM.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BM.js new file mode 100644 index 0000000..1037b07 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BM.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0.009095,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.009095,"35":0,"36":0.009095,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.027285,"46":0,"47":0.009095,"48":0.01819,"49":0.52751,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.05457,"56":0.009095,"57":0.10914,"58":0.227375,"59":0.01819,"60":0.05457,"61":0.081855,"62":0.063665,"63":0.01819,"64":0.14552,"65":0.118235,"66":0.591175,"67":0.30923,"68":2.301035,"69":1.50977,"70":27.48509,"71":0.045475,"72":0.027285,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.009095,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.009095,"39":0,"40":0.01819,"41":0.027285,"42":0,"43":0.01819,"44":0,"45":0,"46":0,"47":0,"48":0.063665,"49":0,"50":0,"51":0,"52":0.118235,"53":0,"54":0,"55":0,"56":0.009095,"57":0,"58":0,"59":0,"60":0.03638,"61":0.05457,"62":0.245565,"63":2.51022,"64":0,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.009095,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.263755,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0.01819,"8":0.07276,"9":0.045475,"10":0.05457,"11":0.29104,"12":3.58343,_:"0","3.1":0,"3.2":0,"5.1":0.009095,"6.1":0.027285,"7.1":0.009095,"9.1":0.43656,"10.1":0.50932,"11.1":1.14597},G:{"8":0.43725425998199,"3.2":0.0026991003702592,"4.0-4.1":0,"4.2-4.3":0.0026991003702592,"5.0-5.1":0.03238920444311,"6.0-6.1":0.016194602221555,"7.0-7.1":0.062079308515961,"8.1-8.4":0.15114962073451,"9.0-9.2":0.086371211848294,"9.3":0.62349218552987,"10.0-10.2":0.73145620034024,"10.3":0.94468512959071,"11.0-11.2":1.7058314340038,"11.3-11.4":4.5398868227759,"12-12.1":17.635921819273},I:{"3":0.00068109120521173,"4":0.085136400651466,_:"67","2.1":0,"2.2":0.00068109120521173,"2.3":0.019070553745928,"4.1":0.033373469055375,"4.2-4.3":0.16141861563518,"4.4":0,"4.4.3-4.4.4":0.32692377850163},A:{"6":0,"7":0,"8":0.03638,"9":0.209185,"10":0.05457,"11":14.069965,"5.5":0},B:{"12":0.03638,"13":0.063665,"14":0.12733,"15":0.38199,"16":0.482035,"17":5.629805,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.25165703703704,"5":0.037748555555556,"6.2":0.050331407407407,_:"7.2"},N:{"10":0,"11":0},J:{"7":0.016833,"10":0.067332},R:{_:"0"},M:{"0":0.013575},O:{"0":0.01086},Q:{_:"1.2"},H:{"0":0.024847070446735},L:{"0":4.43647}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BN.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BN.js new file mode 100644 index 0000000..e0956a2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BN.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.005285,"27":0,"28":0,"29":0,"30":0,"31":0.026425,"32":0,"33":0.005285,"34":0.01057,"35":0.005285,"36":0,"37":0.005285,"38":0.01057,"39":0,"40":0.01057,"41":0,"42":0,"43":0.005285,"44":0,"45":0,"46":0,"47":0.005285,"48":0,"49":0.417515,"50":0.005285,"51":0.005285,"52":0.005285,"53":0.005285,"54":0,"55":0.005285,"56":0.005285,"57":0.026425,"58":0.03171,"59":0.02114,"60":0.01057,"61":0.026425,"62":0.015855,"63":0.16912,"64":0.005285,"65":0.100415,"66":0.03171,"67":0.142695,"68":0.09513,"69":0.650055,"70":14.56546,"71":0.153265,"72":0.04228,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.005285,"11":0,"12":0,"13":0.015855,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.005285,"30":0,"31":0.005285,"32":0.015855,"33":0,"34":0.005285,"35":0,"36":0,"37":0,"38":0.005285,"39":0.005285,"40":0,"41":0.005285,"42":0,"43":0.047565,"44":0,"45":0,"46":0,"47":0.02114,"48":0.036995,"49":0.005285,"50":0,"51":0.005285,"52":0.08456,"53":0.005285,"54":0.005285,"55":0,"56":0.015855,"57":0.005285,"58":0.005285,"59":0.03171,"60":0.026425,"61":0.036995,"62":0.110985,"63":1.82861,"64":0.15855,"65":0,"3.5":0.005285,"3.6":0.005285},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0.005285,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.005285,"29":0.005285,"30":0,"31":0,"32":0.005285,"33":0.01057,"34":0,"35":0.01057,"36":0.005285,"37":0.142695,"38":0.005285,"39":0,"40":0,"41":0,"42":0,"43":0.005285,"44":0,"45":0.005285,"46":0,"47":0.005285,"48":0.03171,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.34881,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.026425},E:{"4":0,"5":0.005285,"6":0.005285,"7":0.01057,"8":0.015855,"9":0.005285,"10":0.036995,"11":0.174405,"12":0.745185,_:"0","3.1":0,"3.2":0,"5.1":0.015855,"6.1":0.005285,"7.1":0,"9.1":0.07399,"10.1":0.322385,"11.1":0.354095},G:{"8":0.29429359651756,"3.2":0.0018166271389973,"4.0-4.1":0,"4.2-4.3":0.0018166271389973,"5.0-5.1":0.021799525667968,"6.0-6.1":0.010899762833984,"7.0-7.1":0.041782424196938,"8.1-8.4":0.10173111978385,"9.0-9.2":0.058132068447914,"9.3":0.41964086910838,"10.0-10.2":0.49230595466827,"10.3":0.63581949864905,"11.0-11.2":1.1481083518463,"11.3-11.4":3.0555668477935,"12-12.1":11.869841726208},I:{"3":0.0017538925081433,"4":0.21923656351792,_:"67","2.1":0,"2.2":0.0017538925081433,"2.3":0.049108990228013,"4.1":0.085940732899023,"4.2-4.3":0.41567252442997,"4.4":0,"4.4.3-4.4.4":0.84186840390879},A:{"6":0,"7":0.00541184,"8":0.02164736,"9":0.03247104,"10":0.02164736,"11":0.5953024,"5.5":0},B:{"12":0.005285,"13":0.005285,"14":0.02114,"15":0.02114,"16":0.03171,"17":0.533785,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.0728849056604,"5":0.15020388679245,"6.2":0.13947503773585,_:"7.2"},N:{"10":0.014145,"11":0.014145},J:{"7":0.000943,"10":0.003772},R:{_:"0"},M:{"0":0.13202},O:{"0":2.98931},Q:{_:"1.2"},H:{"0":6.0395990463918},L:{"0":38.23228}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BO.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BO.js new file mode 100644 index 0000000..8d4d710 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BO.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006029,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.012058,"23":0.006029,"24":0,"25":0.012058,"26":0.012058,"27":0,"28":0,"29":0,"30":0,"31":0.006029,"32":0,"33":0.006029,"34":0.012058,"35":0,"36":0,"37":0.006029,"38":0.06029,"39":0.006029,"40":0.012058,"41":0,"42":0.012058,"43":0.012058,"44":0.012058,"45":0.006029,"46":0.006029,"47":0.012058,"48":0.012058,"49":0.458204,"50":0.006029,"51":0.012058,"52":0.024116,"53":0.012058,"54":0.012058,"55":0.030145,"56":0.024116,"57":0.036174,"58":0.048232,"59":0.036174,"60":0.042203,"61":0.048232,"62":0.066319,"63":0.114551,"64":0.090435,"65":0.126609,"66":0.12058,"67":0.295421,"68":0.235131,"69":0.693335,"70":21.185906,"71":0.024116,"72":0.012058,"73":0},C:{"2":0,"3":0.018087,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.006029,"35":0,"36":0,"37":0.006029,"38":0.006029,"39":0.006029,"40":0.006029,"41":0.006029,"42":0.006029,"43":0.030145,"44":0.006029,"45":0.018087,"46":0.006029,"47":0.036174,"48":0.168812,"49":0.012058,"50":0.012058,"51":0.006029,"52":0.138667,"53":0.018087,"54":0.018087,"55":0.012058,"56":0.042203,"57":0.024116,"58":0.024116,"59":0.042203,"60":0.096464,"61":0.084406,"62":0.150725,"63":2.803485,"64":0.042203,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.006029,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.006029,"30":0,"31":0,"32":0.006029,"33":0,"34":0,"35":0,"36":0.006029,"37":0.012058,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.006029,"44":0,"45":0,"46":0,"47":0.006029,"48":0.006029,"49":0,"50":0.012058,"51":0,"52":0,"53":0,"54":0.006029,"55":0.006029,"56":0.801857,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.024116},E:{"4":0,"5":0,"6":0,"7":0.006029,"8":0.066319,"9":0.150725,"10":0.036174,"11":0.072348,"12":0.6029,_:"0","3.1":0,"3.2":0,"5.1":0.006029,"6.1":0,"7.1":0,"9.1":0.06029,"10.1":0.144696,"11.1":0.307479},G:{"8":0.05005871329931,"3.2":0.00030900440308216,"4.0-4.1":0,"4.2-4.3":0.00030900440308216,"5.0-5.1":0.0037080528369859,"6.0-6.1":0.0018540264184929,"7.0-7.1":0.0071071012708896,"8.1-8.4":0.017304246572601,"9.0-9.2":0.009888140898629,"9.3":0.071380017111978,"10.0-10.2":0.083740193235265,"10.3":0.10815154107876,"11.0-11.2":0.19529078274792,"11.3-11.4":0.51974540598419,"12-12.1":2.0190347697388},I:{"3":0.0020387709011944,"4":0.25484636264929,_:"67","2.1":0,"2.2":0.0020387709011944,"2.3":0.057085585233442,"4.1":0.099899774158523,"4.2-4.3":0.48318870358306,"4.4":0,"4.4.3-4.4.4":0.97861003257329},A:{"6":0,"7":0,"8":0.055004301369863,"9":0.018334767123288,"10":0.036669534246575,"11":0.33613739726027,"5.5":0},B:{"12":0.006029,"13":0.018087,"14":0.024116,"15":0.030145,"16":0.048232,"17":0.319537,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":2.4762820422535,"5":0.25268184104628,"6.2":0.31332548289738,_:"7.2"},N:{"10":0.011913,"11":0.107217},J:{"7":0.0007942,"10":0.0031768},R:{_:"0"},M:{"0":0.150898},O:{"0":1.115851},Q:{_:"1.2"},H:{"0":1.6391360068729},L:{"0":50.600296}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BR.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BR.js new file mode 100644 index 0000000..0251427 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BR.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.007707,"23":0,"24":0,"25":0,"26":0.007707,"27":0,"28":0,"29":0.138726,"30":0.007707,"31":0.007707,"32":0,"33":0,"34":0.007707,"35":0,"36":0.007707,"37":0.007707,"38":0.015414,"39":0,"40":0.007707,"41":0,"42":0,"43":0.023121,"44":0.007707,"45":0.007707,"46":0.007707,"47":0.015414,"48":0.007707,"49":0.300573,"50":0.007707,"51":0.038535,"52":0.007707,"53":0.007707,"54":0.023121,"55":0.046242,"56":0.030828,"57":0.023121,"58":0.146433,"59":0.038535,"60":0.053949,"61":0.123312,"62":0.107898,"63":0.215796,"64":0.138726,"65":0.192675,"66":0.15414,"67":0.346815,"68":0.346815,"69":1.217706,"70":42.380793,"71":0.169554,"72":0.053949,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.007707,"30":0,"31":0,"32":0,"33":0,"34":0.007707,"35":0,"36":0,"37":0,"38":0.007707,"39":0,"40":0,"41":0,"42":0,"43":0.007707,"44":0,"45":0.023121,"46":0,"47":0.015414,"48":0.023121,"49":0.007707,"50":0.007707,"51":0.015414,"52":0.223503,"53":0.007707,"54":0.015414,"55":0.007707,"56":0.038535,"57":0.038535,"58":0.030828,"59":0.030828,"60":0.069363,"61":0.069363,"62":0.123312,"63":2.666622,"64":0.030828,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.007707,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.007707,"49":0.007707,"50":0,"51":0,"52":0.007707,"53":0.007707,"54":0,"55":0.023121,"56":1.109808,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.007707},E:{"4":0,"5":0,"6":0,"7":0,"8":0.007707,"9":0.007707,"10":0.015414,"11":0.061656,"12":0.778407,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.023121,"10.1":0.084777,"11.1":0.192675},G:{"8":0.10359578204743,"3.2":0.00063948013609527,"4.0-4.1":0,"4.2-4.3":0.00063948013609527,"5.0-5.1":0.0076737616331432,"6.0-6.1":0.0038368808165716,"7.0-7.1":0.014708043130191,"8.1-8.4":0.035810887621335,"9.0-9.2":0.020463364355049,"9.3":0.14771991143801,"10.0-10.2":0.17329911688182,"10.3":0.22381804763334,"11.0-11.2":0.40415144601221,"11.3-11.4":1.0756055889122,"12-12.1":4.1783632092465},I:{"3":0.0008301009771987,"4":0.10376262214984,_:"67","2.1":0,"2.2":0.0008301009771987,"2.3":0.023242827361564,"4.1":0.040674947882736,"4.2-4.3":0.19673393159609,"4.4":0,"4.4.3-4.4.4":0.39844846905537},A:{"6":0,"7":0,"8":0.070976093023256,"9":0.047317395348837,"10":0.023658697674419,"11":0.53626381395349,"5.5":0},B:{"12":0.015414,"13":0.007707,"14":0.046242,"15":0.061656,"16":0.07707,"17":0.878598,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.33360986792453,"5":0.020218779874214,"6.2":0.070765729559748,_:"7.2"},N:{"10":0,"11":0.155924},J:{"7":0.0004586,"10":0.0018344},R:{_:"0"},M:{"0":0.084841},O:{"0":0.201784},Q:{_:"1.2"},H:{"0":0.22142815463918},L:{"0":33.970351}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BS.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BS.js new file mode 100644 index 0000000..8c6948c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BS.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.005897,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.005897,"38":0.005897,"39":0,"40":0.005897,"41":0,"42":0.005897,"43":0.011794,"44":0,"45":0,"46":0.005897,"47":0,"48":0,"49":0.442275,"50":0.011794,"51":0,"52":0.005897,"53":0.005897,"54":0.005897,"55":0.017691,"56":0.005897,"57":0,"58":0.029485,"59":0.011794,"60":0.005897,"61":0.035382,"62":0.017691,"63":0.035382,"64":0.011794,"65":0.053073,"66":0.047176,"67":0.17691,"68":0.106146,"69":1.008387,"70":13.50413,"71":0.023588,"72":0.011794,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0.005897,"14":0,"15":0,"16":0.005897,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.017691,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0.005897,"42":0,"43":0,"44":0,"45":0.011794,"46":0,"47":0,"48":0.047176,"49":0,"50":0,"51":0,"52":0.041279,"53":0,"54":0.005897,"55":0,"56":0.005897,"57":0,"58":0,"59":0.005897,"60":0.035382,"61":0.011794,"62":0.082558,"63":1.208885,"64":0.011794,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.171013,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.005897},E:{"4":0,"5":0,"6":0,"7":0,"8":0.011794,"9":0.005897,"10":0.011794,"11":0.088455,"12":0.931726,_:"0","3.1":0,"3.2":0,"5.1":0.005897,"6.1":0.005897,"7.1":0,"9.1":0.070764,"10.1":0.141528,"11.1":0.306644},G:{"8":0.4109064911438,"3.2":0.0025364598218753,"4.0-4.1":0,"4.2-4.3":0.0025364598218753,"5.0-5.1":0.030437517862504,"6.0-6.1":0.015218758931252,"7.0-7.1":0.058338575903132,"8.1-8.4":0.14204175002502,"9.0-9.2":0.08116671430001,"9.3":0.5859222188532,"10.0-10.2":0.68738061172821,"10.3":0.88776093765636,"11.0-11.2":1.6030426074252,"11.3-11.4":4.2663254203943,"12-12.1":16.573228476133},I:{"3":0.0014933018458198,"4":0.18666273072747,_:"67","2.1":0,"2.2":0.0014933018458198,"2.3":0.041812451682953,"4.1":0.073171790445168,"4.2-4.3":0.35391253745928,"4.4":0,"4.4.3-4.4.4":0.71678488599349},A:{"6":0,"7":0,"8":0.023588,"9":0.017691,"10":0.041279,"11":2.323418,"5.5":0},B:{"12":0.029485,"13":0.123837,"14":0.082558,"15":0.153322,"16":0.283056,"17":2.624165,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.83476828109029,"5":0.17345834412266,"6.2":0.24934636967632,_:"7.2"},N:{"10":0,"11":0.069751},J:{"7":0.0024618,"10":0.0098472},R:{_:"0"},M:{"0":0.127193},O:{"0":0.135399},Q:{_:"1.2"},H:{"0":0.17480048969072},L:{"0":37.782791}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BT.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BT.js new file mode 100644 index 0000000..68399f9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BT.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.002928,"13":0,"14":0.002928,"15":0,"16":0,"17":0,"18":0.002928,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.01464,"30":0.008784,"31":0.002928,"32":0.002928,"33":0.005856,"34":0,"35":0,"36":0.002928,"37":0.002928,"38":0.011712,"39":0,"40":0.002928,"41":0.002928,"42":0,"43":0.005856,"44":0,"45":0,"46":0.005856,"47":0,"48":0,"49":0.049776,"50":0,"51":0.002928,"52":0.002928,"53":0.002928,"54":0,"55":0.005856,"56":0.002928,"57":0.01464,"58":0.01464,"59":0.011712,"60":0.005856,"61":0.005856,"62":0.002928,"63":0.005856,"64":0.011712,"65":0.114192,"66":0.011712,"67":0.038064,"68":0.032208,"69":0.187392,"70":4.784352,"71":0.023424,"72":0.023424,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.002928,"11":0,"12":0.002928,"13":0,"14":0,"15":0,"16":0,"17":0.002928,"18":0.002928,"19":0.002928,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0.002928,"41":0,"42":0,"43":0.005856,"44":0.002928,"45":0.002928,"46":0,"47":0.002928,"48":0.005856,"49":0.008784,"50":0,"51":0.002928,"52":0.01464,"53":0,"54":0.002928,"55":0.002928,"56":0.002928,"57":0.002928,"58":0.005856,"59":0,"60":0.005856,"61":0.002928,"62":0.020496,"63":0.64416,"64":0.120048,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0.005856,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.05856,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.002928,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.184464,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.011712},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.002928,"10":0.002928,"11":0.005856,"12":0.11712,_:"0","3.1":0,"3.2":0,"5.1":0.002928,"6.1":0,"7.1":0,"9.1":0.008784,"10.1":0.011712,"11.1":0.035136},G:{"8":0.12899252836986,"3.2":0.00079625017512259,"4.0-4.1":0,"4.2-4.3":0.00079625017512259,"5.0-5.1":0.009555002101471,"6.0-6.1":0.0047775010507355,"7.0-7.1":0.018313754027819,"8.1-8.4":0.044590009806865,"9.0-9.2":0.025480005603923,"9.3":0.18393379045332,"10.0-10.2":0.21578379745822,"10.3":0.27868756129291,"11.0-11.2":0.50323011067747,"11.3-11.4":1.3392927945562,"12-12.1":5.202698644251},I:{"3":0.00065014549402823,"4":0.081268186753529,_:"67","2.1":0,"2.2":0.00065014549402823,"2.3":0.01820407383279,"4.1":0.031857129207383,"4.2-4.3":0.15408448208469,"4.4":0,"4.4.3-4.4.4":0.31206983713355},A:{"6":0,"7":0,"8":0.008784,"9":0,"10":0,"11":0.079056,"5.5":0},B:{"12":0.020496,"13":0.026352,"14":0.005856,"15":0.011712,"16":0.017568,"17":0.166896,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":4.1375720454545,"5":0.32691927272727,"6.2":0.81729818181818,_:"7.2"},N:{"10":0.034854857142857,"11":0.12780114285714},J:{"7":0.0014144,"10":0.0056576},R:{_:"0"},M:{"0":0.03536},O:{"0":6.0112},Q:{_:"1.2"},H:{"0":2.9392422817869},L:{"0":62.781328}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BW.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BW.js new file mode 100644 index 0000000..8eb6903 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BW.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.007057,"12":0,"13":0,"14":0.007057,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0.007057,"22":0.007057,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.007057,"30":0.021171,"31":0.007057,"32":0,"33":0.042342,"34":0,"35":0,"36":0,"37":0,"38":0.007057,"39":0.007057,"40":0.035285,"41":0.014114,"42":0.007057,"43":0.077627,"44":0.028228,"45":0.028228,"46":0.021171,"47":0.007057,"48":0.007057,"49":0.28228,"50":0.077627,"51":0.028228,"52":0.028228,"53":0.021171,"54":0.007057,"55":0.042342,"56":0.035285,"57":0.056456,"58":0.077627,"59":0.021171,"60":0.162311,"61":0.042342,"62":0.021171,"63":0.317565,"64":0.049399,"65":0.239938,"66":0.084684,"67":0.296394,"68":0.755099,"69":1.044436,"70":22.046068,"71":0.028228,"72":0.028228,"73":0},C:{"2":0,"3":0,"4":0,"5":0.007057,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0.007057,"15":0.007057,"16":0.007057,"17":0,"18":0.014114,"19":0,"20":0,"21":0,"22":0,"23":0.007057,"24":0.007057,"25":0,"26":0.007057,"27":0,"28":0,"29":0.028228,"30":0,"31":0.007057,"32":0.204653,"33":0.007057,"34":0.049399,"35":0.014114,"36":0,"37":0,"38":0,"39":0.007057,"40":0.035285,"41":0.014114,"42":0,"43":0.063513,"44":0.021171,"45":0.014114,"46":0.014114,"47":0.105855,"48":0.112912,"49":0.028228,"50":0.007057,"51":0.007057,"52":0.134083,"53":0.119969,"54":0.042342,"55":0.014114,"56":0.056456,"57":0.028228,"58":0.014114,"59":0.014114,"60":0.296394,"61":0.091741,"62":0.458705,"63":5.313921,"64":0.374021,"65":0,"3.5":0,"3.6":0.007057},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0.105855,"18":0.007057,"19":0,"20":0,"21":0,"22":0.007057,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.063513,"37":0.007057,"38":0,"39":0,"40":0,"41":0,"42":0.007057,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.007057,"49":0,"50":0,"51":0,"52":0,"53":0.021171,"54":0.014114,"55":0.028228,"56":0.980923,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.014114},E:{"4":0,"5":0.007057,"6":0,"7":0,"8":0.007057,"9":0.007057,"10":0.07057,"11":0.084684,"12":1.009151,_:"0","3.1":0,"3.2":0,"5.1":0.014114,"6.1":0,"7.1":0,"9.1":0.084684,"10.1":0.07057,"11.1":0.28228},G:{"8":0.078322112278595,"3.2":0.00048346982888022,"4.0-4.1":0,"4.2-4.3":0.00048346982888022,"5.0-5.1":0.0058016379465626,"6.0-6.1":0.0029008189732813,"7.0-7.1":0.011119806064245,"8.1-8.4":0.027074310417292,"9.0-9.2":0.015471034524167,"9.3":0.11168153047133,"10.0-10.2":0.13102032362654,"10.3":0.16921444010808,"11.0-11.2":0.3055529318523,"11.3-11.4":0.81319625217652,"12-12.1":3.1589918619033},I:{"3":0.0029047480998914,"4":0.36309351248643,_:"67","2.1":0,"2.2":0.0029047480998914,"2.3":0.08133294679696,"4.1":0.14233265689468,"4.2-4.3":0.68842529967427,"4.4":0,"4.4.3-4.4.4":1.3942790879479},A:{"6":0,"7":2.41737535,"8":0.9171806475,"9":0.05687942,"10":0.1493084775,"11":2.1400881775,"5.5":0},B:{"12":0.536332,"13":0.169368,"14":0.169368,"15":0.155254,"16":0.296394,"17":1.305545,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.0347066455696,"5":0.040978481012658,"6.2":0.081956962025316,_:"7.2"},N:{"10":0.022851529411765,"11":0.55986247058824},J:{"7":0.0300186,"10":0.1200744},R:{_:"0"},M:{"0":0.38259},O:{"0":1.818774},Q:{_:"1.2"},H:{"0":2.6497163969072},L:{"0":33.110302}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BY.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BY.js new file mode 100644 index 0000000..e1c41c5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BY.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.064696,"5":0.040435,"6":0.040435,"7":0.032348,"8":0.008087,"9":0.016174,"10":0.032348,"11":0.040435,"12":0.064696,"13":0.064696,"14":0.105131,"15":0.064696,"16":0.064696,"17":0.145566,"18":0.097044,"19":0.088957,"20":0.064696,"21":0.186001,"22":0.121305,"23":0.105131,"24":0.097044,"25":0.08087,"26":0.145566,"27":0.08087,"28":0.032348,"29":0.024261,"30":0.024261,"31":0.024261,"32":0.032348,"33":0.016174,"34":0.024261,"35":0.056609,"36":0.032348,"37":0.040435,"38":0.040435,"39":0.097044,"40":0.145566,"41":0.048522,"42":0.056609,"43":0.048522,"44":0,"45":0.024261,"46":0.008087,"47":0.016174,"48":0.016174,"49":0.784439,"50":0.016174,"51":0.040435,"52":0.008087,"53":0.056609,"54":0.008087,"55":0.040435,"56":0.056609,"57":0.072783,"58":0.088957,"59":0.169827,"60":0.283045,"61":0.412437,"62":0.177914,"63":0.177914,"64":0.177914,"65":0.153653,"66":0.16174,"67":0.186001,"68":0.266871,"69":1.277746,"70":29.363897,"71":0.040435,"72":0.08087,"73":0},C:{"2":0.032348,"3":0.186001,"4":0.040435,"5":0.040435,"6":0.024261,"7":0.008087,"8":0.008087,"9":0.121305,"10":0.040435,"11":0.016174,"12":0.016174,"13":0.024261,"14":0.016174,"15":0.024261,"16":0.024261,"17":0.032348,"18":0.016174,"19":0.024261,"20":0.024261,"21":0.024261,"22":0.008087,"23":0.056609,"24":0.016174,"25":0.008087,"26":0.024261,"27":0.008087,"28":0.024261,"29":0.024261,"30":0.008087,"31":0.088957,"32":0.008087,"33":0.097044,"34":0.072783,"35":0.032348,"36":0.024261,"37":0.008087,"38":0.105131,"39":0.008087,"40":0.016174,"41":0,"42":0.008087,"43":0.008087,"44":0,"45":0.088957,"46":0.024261,"47":0.032348,"48":0.024261,"49":0.024261,"50":0.024261,"51":0.016174,"52":0.525655,"53":0.048522,"54":0.048522,"55":0.088957,"56":0.137479,"57":0.137479,"58":0.08087,"59":0.024261,"60":0.097044,"61":0.088957,"62":0.129392,"63":2.620188,"64":0.024261,"65":0,"3.5":0.315393,"3.6":0.946179},F:{"9":0,"11":0.064696,"12":0.210262,"15":0.008087,"16":0.008087,"17":0,"18":0.024261,"19":0.016174,"20":0.056609,"21":0.016174,"22":0.008087,"23":0.016174,"24":0.024261,"25":0.008087,"26":0.040435,"27":0.202175,"28":0.024261,"29":0.032348,"30":0.016174,"31":0,"32":0.016174,"33":0.008087,"34":0,"35":0.016174,"36":0.299219,"37":0.040435,"38":0.008087,"39":0.008087,"40":0.024261,"41":0.008087,"42":0.016174,"43":0.032348,"44":0.008087,"45":0.024261,"46":0.024261,"47":0.056609,"48":0.08087,"49":0.024261,"50":0.008087,"51":0.016174,"52":0.024261,"53":0.008087,"54":0.016174,"55":0.032348,"56":5.814553,"9.5-9.6":0,"10.0-10.1":0.032348,"10.5":0.056609,"10.6":0.072783,"11.1":0.040435,"11.5":0.064696,"11.6":0.218349,"12.1":0.849135},E:{"4":0.08087,"5":0.194088,"6":0.032348,"7":0.008087,"8":0.008087,"9":0,"10":0.016174,"11":0.08087,"12":1.204963,_:"0","3.1":0.016174,"3.2":0.016174,"5.1":0.072783,"6.1":0.008087,"7.1":0,"9.1":0.016174,"10.1":0.056609,"11.1":0.226436},G:{"8":0.085017253077154,"3.2":0.00052479785850095,"4.0-4.1":0,"4.2-4.3":0.00052479785850095,"5.0-5.1":0.0062975743020114,"6.0-6.1":0.0031487871510057,"7.0-7.1":0.012070350745522,"8.1-8.4":0.029388680076053,"9.0-9.2":0.01679353147203,"9.3":0.12122830531372,"10.0-10.2":0.14222021965376,"10.3":0.18367925047533,"11.0-11.2":0.3316722465726,"11.3-11.4":0.8827099979986,"12-12.1":3.4290292074452},I:{"3":0.00093555483170467,"4":0.11694435396308,_:"67","2.1":0,"2.2":0.00093555483170467,"2.3":0.026195535287731,"4.1":0.045842186753529,"4.2-4.3":0.22172649511401,"4.4":0,"4.4.3-4.4.4":0.44906631921824},A:{"6":0.0087723389830508,"7":0.017544677966102,"8":0.14035742372881,"9":0.12281274576271,"10":0.17544677966102,"11":0.57020203389831,"5.5":0},B:{"12":0.008087,"13":0.008087,"14":0.040435,"15":0.064696,"16":0.105131,"17":0.64696,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.27693727659574,"5":0.071798553191489,"6.2":0.071798553191489,_:"7.2"},N:{"10":0.01195625,"11":0.08369375},J:{"7":0.0003826,"10":0.0015304},R:{_:"0"},M:{"0":0.055477},O:{"0":0.28695},Q:{_:"1.2"},H:{"0":1.3347842457045},L:{"0":26.611876}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BZ.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BZ.js new file mode 100644 index 0000000..850f577 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/BZ.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006675,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.006675,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.006675,"29":0.046725,"30":0.0267,"31":0.020025,"32":0.006675,"33":0,"34":0.0267,"35":0.006675,"36":0.046725,"37":0.0534,"38":0.033375,"39":0.006675,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.04005,"49":0.086775,"50":0.01335,"51":0.01335,"52":0.046725,"53":0.01335,"54":0,"55":0.0534,"56":0.01335,"57":0.01335,"58":0.0267,"59":0,"60":0.04005,"61":0.1068,"62":0.313725,"63":0.380475,"64":0.06675,"65":0.166875,"66":0.033375,"67":0.193575,"68":0.22695,"69":0.84105,"70":22.367925,"71":0.1602,"72":0.01335,"73":0},C:{"2":0,"3":0.006675,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.020025,"30":0,"31":0.006675,"32":0,"33":0,"34":0.020025,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0.01335,"43":0,"44":0,"45":0,"46":0,"47":0.006675,"48":0.020025,"49":0,"50":0,"51":0.006675,"52":0.060075,"53":0.006675,"54":0,"55":0.006675,"56":0.006675,"57":0.327075,"58":0.0267,"59":0.033375,"60":0.060075,"61":0.073425,"62":0.1869,"63":3.7113,"64":0.073425,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.0534,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.273675,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0.006675,"5":0,"6":0,"7":0.006675,"8":0.006675,"9":0.006675,"10":0.020025,"11":0.367125,"12":1.381725,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.12015,"10.1":0.06675,"11.1":0.1602},G:{"8":0.2399263284299,"3.2":0.0014810267187031,"4.0-4.1":0,"4.2-4.3":0.0014810267187031,"5.0-5.1":0.017772320624437,"6.0-6.1":0.0088861603122186,"7.0-7.1":0.034063614530171,"8.1-8.4":0.082937496247373,"9.0-9.2":0.047392854998499,"9.3":0.34211717202041,"10.0-10.2":0.40135824076854,"10.3":0.51835935154608,"11.0-11.2":0.93600888622035,"11.3-11.4":2.4910869408586,"12-12.1":9.677028580006},I:{"3":0.002142996742671,"4":0.26787459283388,_:"67","2.1":0,"2.2":0.002142996742671,"2.3":0.060003908794788,"4.1":0.10500684039088,"4.2-4.3":0.50789022801303,"4.4":0,"4.4.3-4.4.4":1.0286384364821},A:{"6":0.013985714285714,"7":0.04895,"8":0.13985714285714,"9":0.020978571428571,"10":0.04895,"11":0.90207857142857,"5.5":0},B:{"12":0.06675,"13":0.0267,"14":0.086775,"15":0.12015,"16":0.206925,"17":2.33625,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.68534117647059,"5":0.032125367647059,"6.2":0.053542279411765,_:"7.2"},N:{"10":0.081795,"11":0.05453},J:{"7":0.00133,"10":0.00532},R:{_:"0"},M:{"0":0.1596},O:{"0":0.8246},Q:{_:"1.2"},H:{"0":0.29275425257732},L:{"0":38.9913}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CA.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CA.js new file mode 100644 index 0000000..916ca31 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CA.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.006738,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006738,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.006738,"23":0,"24":0,"25":0.006738,"26":0,"27":0,"28":0,"29":0.377328,"30":0,"31":0.006738,"32":0,"33":0,"34":0.006738,"35":0.006738,"36":0.006738,"37":0.006738,"38":0.013476,"39":0.006738,"40":0.006738,"41":0.013476,"42":0,"43":0.006738,"44":0.006738,"45":0.006738,"46":0.006738,"47":0.020214,"48":0.148236,"49":0.60642,"50":0.013476,"51":0.013476,"52":0.006738,"53":0.013476,"54":0.013476,"55":0.03369,"56":0.026952,"57":0.040428,"58":0.128022,"59":0.03369,"60":0.026952,"61":0.121284,"62":0.060642,"63":0.215616,"64":0.080856,"65":0.107808,"66":0.107808,"67":0.282996,"68":0.40428,"69":1.51605,"70":19.311108,"71":0.047166,"72":0.020214,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.006738,"34":0.006738,"35":0,"36":0,"37":0,"38":0.013476,"39":0,"40":0,"41":0.006738,"42":0,"43":0.020214,"44":0.053904,"45":0.020214,"46":0,"47":0.013476,"48":0.06738,"49":0.006738,"50":0.006738,"51":0.006738,"52":0.141498,"53":0.006738,"54":0.013476,"55":0.006738,"56":0.03369,"57":0.020214,"58":0.013476,"59":0.020214,"60":0.087594,"61":0.060642,"62":0.16845,"63":2.701938,"64":0.03369,"65":0,"3.5":0,"3.6":0.013476},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.013476,"37":0.006738,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006738,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.006738,"56":0.316686,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0.006738,"5":0.013476,"6":0,"7":0,"8":0.020214,"9":0.03369,"10":0.047166,"11":0.13476,"12":2.05509,_:"0","3.1":0,"3.2":0,"5.1":0.020214,"6.1":0.013476,"7.1":0,"9.1":0.141498,"10.1":0.289734,"11.1":0.586206},G:{"8":0.60818304893425,"3.2":0.003754216351446,"4.0-4.1":0,"4.2-4.3":0.003754216351446,"5.0-5.1":0.045050596217352,"6.0-6.1":0.022525298108676,"7.0-7.1":0.086346976083258,"8.1-8.4":0.21023611568098,"9.0-9.2":0.12013492324627,"9.3":0.86722397718403,"10.0-10.2":1.0173926312419,"10.3":1.3139757230061,"11.0-11.2":2.3726647341139,"11.3-11.4":6.3145919031322,"12-12.1":24.530049640348},I:{"3":0.00069089033659066,"4":0.086361292073833,_:"67","2.1":0,"2.2":0.00069089033659066,"2.3":0.019344929424539,"4.1":0.033853626492942,"4.2-4.3":0.16374100977199,"4.4":0,"4.4.3-4.4.4":0.33162736156352},A:{"6":0,"7":0.0067907436399217,"8":0.04074446183953,"9":0.061116692759296,"10":0.033953718199609,"11":3.3274643835616,"5.5":0},B:{"12":0.013476,"13":0.020214,"14":0.040428,"15":0.053904,"16":0.16845,"17":2.567178,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.21061042592593,"5":0.033254277777778,"6.2":0.055423796296296,_:"7.2"},N:{"10":0.011417,"11":0.011417},J:{"7":0.01631,"10":0.06524},R:{_:"0"},M:{"0":0.17941},O:{"0":0.414274},Q:{_:"1.2"},H:{"0":0.14823604123711},L:{"0":18.392034}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CD.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CD.js new file mode 100644 index 0000000..8414f0b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CD.js @@ -0,0 +1 @@ +module.exports={D:{"11":0.043171,"14":0.001877,"24":0.003754,"25":0.001877,"26":0.003754,"28":0.007508,"29":0.011262,"33":0.015016,"34":0.001877,"36":0.003754,"40":0.024401,"41":0.007508,"43":0.048802,"44":0.005631,"45":0.001877,"47":0.007508,"49":0.219609,"50":0.005631,"51":0.039417,"53":0.011262,"54":0.001877,"55":0.007508,"56":0.024401,"57":0.013139,"58":0.080711,"59":0.003754,"60":0.024401,"61":0.005631,"62":0.003754,"63":0.178315,"64":0.01877,"65":0.11262,"66":0.016893,"67":0.144529,"68":0.097604,"69":0.45048,"70":6.25041,"71":0.009385,"72":0.007508,_:"4 5 6 7 8 9 10 12 13 15 16 17 18 19 20 21 22 23 27 30 31 32 35 37 38 39 42 46 48 52 73"},C:{"3":0.13139,"4":0.001877,"10":0.003754,"11":0.001877,"12":0.001877,"14":0.001877,"16":0.003754,"18":0.001877,"19":0.001877,"20":0.005631,"21":0.001877,"22":0.003754,"23":0.001877,"25":0.001877,"26":0.003754,"27":0.007508,"29":0.001877,"30":0.001877,"31":0.003754,"32":0.003754,"33":0.003754,"34":0.003754,"35":0.003754,"36":0.005631,"37":0.061941,"38":0.001877,"39":0.001877,"40":0.009385,"41":0.009385,"42":0.001877,"43":0.01877,"44":0.009385,"45":0.01877,"46":0.005631,"47":0.078834,"48":0.039417,"49":0.003754,"50":0.011262,"51":0.001877,"52":0.045048,"53":0.011262,"54":0.007508,"56":0.039417,"57":0.043171,"58":0.01877,"59":0.011262,"60":0.063818,"61":0.060064,"62":0.249641,"63":2.625923,"64":0.052556,_:"2 5 6 7 8 9 13 15 17 24 28 55 65 3.5","3.6":0.005631},F:{"15":0.001877,"17":0.001877,"18":0.003754,"20":0.011262,"21":0.003754,"30":0.001877,"34":0.007508,"35":0.005631,"36":0.016893,"37":0.003754,"38":0.001877,"39":0.003754,"42":0.030032,"45":0.001877,"47":0.011262,"48":0.033786,"49":0.003754,"51":0.001877,"52":0.007508,"53":0.005631,"54":0.007508,"55":0.103235,"56":1.72684,_:"9 11 12 16 19 22 23 24 25 26 27 28 29 31 32 33 40 41 43 44 46 50 9.5-9.6 10.5 11.1 11.5","10.0-10.1":0,"10.6":0.001877,"11.6":0.003754,"12.1":0.005631},E:{"4":0,"7":0.001877,"8":0.060064,"10":0.09385,"11":0.067572,"12":0.330352,_:"0 5 6 9 3.1 3.2 6.1","5.1":0.001877,"7.1":0.003754,"9.1":0.015016,"10.1":0.095727,"11.1":0.084465},G:{"8":0.036213314320024,"3.2":0.0002235389772841,"4.0-4.1":0,"4.2-4.3":0.0002235389772841,"5.0-5.1":0.0026824677274092,"6.0-6.1":0.0013412338637046,"7.0-7.1":0.0051413964775343,"8.1-8.4":0.01251818272791,"9.0-9.2":0.0071532472730912,"9.3":0.051637503752627,"10.0-10.2":0.060579062843991,"10.3":0.078238642049435,"11.0-11.2":0.14127663364355,"11.3-11.4":0.37599255979185,"12-12.1":1.4606036775743},I:{"3":0.0036866601520087,"4":0.46083251900109,_:"67","2.1":0,"2.2":0.0036866601520087,"2.3":0.10322648425624,"4.1":0.18064634744843,"4.2-4.3":0.87373845602606,"4.4":0,"4.4.3-4.4.4":1.7695968729642},A:{"8":0.24791416,"9":0.00390416,"10":0.09955608,"11":0.42555344,_:"6 7 5.5"},B:{"12":0.176438,"13":0.041294,"14":0.052556,"15":0.039417,"16":0.148283,"17":0.335983,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.77363863291139,"5":0.071256189873418,"6.2":0.08143564556962,_:"7.2"},N:{"10":0.10196502631579,"11":0.32855397368421},J:{"7":0.0389904,"10":0.1559616},R:{_:"0"},M:{"0":0.16246},O:{"0":3.834056},Q:{_:"1.2"},H:{"0":48.741321776632},L:{"0":19.771994}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CF.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CF.js new file mode 100644 index 0000000..e8879bb --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CF.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0.461944,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.009492,"35":0.003164,"36":0.003164,"37":0,"38":0,"39":0,"40":0.012656,"41":0,"42":0,"43":0.012656,"44":0,"45":0.009492,"46":0.196168,"47":0,"48":0,"49":0.028476,"50":0.03164,"51":0,"52":0,"53":0,"54":0.01582,"55":0.20566,"56":0.003164,"57":0,"58":0.003164,"59":0.009492,"60":0.003164,"61":0,"62":0,"63":0.215152,"64":0.012656,"65":0.034804,"66":0.041132,"67":0.006328,"68":0.03164,"69":0.14238,"70":2.844436,"71":0,"72":0.006328,"73":0},C:{"2":0,"3":0.003164,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0.018984,"18":0,"19":0,"20":0.003164,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.009492,"30":0.012656,"31":0,"32":0,"33":0,"34":0,"35":0.003164,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0.003164,"42":0.003164,"43":0.01582,"44":0.01582,"45":0.009492,"46":0,"47":0.012656,"48":0.006328,"49":0,"50":0.034804,"51":0.003164,"52":0.294252,"53":0.012656,"54":0.003164,"55":0,"56":0.012656,"57":0.003164,"58":0.012656,"59":0.006328,"60":0.037968,"61":0.066444,"62":0.091756,"63":1.07576,"64":0.012656,"65":0,"3.5":0,"3.6":0.006328},F:{"9":0,"11":0,"12":0,"15":0.003164,"16":0,"17":0,"18":0,"19":0,"20":0.006328,"21":0,"22":0,"23":0.006328,"24":0.003164,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0.003164,"31":0,"32":0.022148,"33":0,"34":0.003164,"35":0,"36":0.006328,"37":0.003164,"38":0,"39":0,"40":0,"41":0,"42":0.006328,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0.003164,"53":0,"54":0,"55":0,"56":0.465108,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.022148},E:{"4":0,"5":0,"6":0,"7":0,"8":0.003164,"9":0.003164,"10":0.01582,"11":0.003164,"12":0.04746,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.018984,"10.1":0.003164,"11.1":0.003164},G:{"8":0.097883146202342,"3.2":0.00060421695186631,"4.0-4.1":0,"4.2-4.3":0.00060421695186631,"5.0-5.1":0.0072506034223957,"6.0-6.1":0.0036253017111978,"7.0-7.1":0.013896989892925,"8.1-8.4":0.033836149304513,"9.0-9.2":0.019334942459722,"9.3":0.13957411588112,"10.0-10.2":0.16374279395577,"10.3":0.21147593315321,"11.0-11.2":0.38186511357951,"11.3-11.4":1.0162929130391,"12-12.1":3.9479535634944},I:{"3":0.0030450901194354,"4":0.38063626492942,_:"67","2.1":0,"2.2":0.0030450901194354,"2.3":0.085262523344191,"4.1":0.14920941585233,"4.2-4.3":0.72168635830619,"4.4":0,"4.4.3-4.4.4":1.461643257329},A:{"6":0,"7":0,"8":0.04746,"9":0.003164,"10":0.025312,"11":0.26894,"5.5":0},B:{"12":0.034804,"13":0.183512,"14":0.012656,"15":0.180348,"16":0.012656,"17":0.382844,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.79847228140704,"5":0.30710472361809,"6.2":0.092131417085427,_:"7.2"},N:{"10":0,"11":0.23926},J:{"7":0.0041016,"10":0.0164064},R:{_:"0"},M:{"0":0.143556},O:{"0":2.823268},Q:{_:"1.2"},H:{"0":8.7758735670103},L:{"0":64.018036}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CG.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CG.js new file mode 100644 index 0000000..60ee253 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CG.js @@ -0,0 +1 @@ +module.exports={D:{"10":0.013965,"11":0.060515,"14":0.013965,"26":0.013965,"32":0.004655,"33":0.00931,"34":0.004655,"37":0.023275,"39":0.004655,"40":0.004655,"43":0.013965,"44":0.00931,"49":0.4655,"50":0.00931,"51":0.00931,"53":0.00931,"54":0.00931,"55":0.04655,"56":0.041895,"57":0.023275,"58":0.11172,"59":0.00931,"60":0.051205,"61":0.041895,"62":0.03724,"63":0.172235,"64":0.190855,"65":0.274645,"66":0.032585,"67":0.21413,"68":0.15827,"69":0.71687,"70":17.833305,"71":0.004655,_:"4 5 6 7 8 9 12 13 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 35 36 38 41 42 45 46 47 48 52 72 73"},C:{"3":0.218785,"4":0.00931,"12":0.004655,"14":0.00931,"16":0.00931,"17":0.004655,"20":0.04655,"24":0.032585,"25":0.00931,"32":0.01862,"37":0.00931,"38":0.032585,"39":0.07448,"40":0.00931,"43":0.032585,"44":0.004655,"45":0.013965,"46":0.004655,"47":0.10241,"48":0.023275,"49":0.02793,"50":0.02793,"51":0.00931,"52":0.67963,"56":0.06517,"57":0.013965,"58":0.06517,"59":0.16758,"60":0.330505,"61":0.23275,"62":2.481115,"63":8.020565,"64":0.06517,_:"2 5 6 7 8 9 10 11 13 15 18 19 21 22 23 26 27 28 29 30 31 33 34 35 36 41 42 53 54 55 65","3.5":0.004655,"3.6":0.01862},F:{"11":0.00931,"34":0.04655,"35":0.08379,"36":0.023275,"37":0.013965,"42":0.069825,"43":0.004655,"44":0.004655,"48":0.01862,"51":0.013965,"53":0.02793,"54":0.00931,"55":0.013965,"56":2.85817,_:"9 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 38 39 40 41 45 46 47 49 50 52 9.5-9.6 10.5 10.6 11.1 11.5 11.6","10.0-10.1":0,"12.1":0.00931},E:{"4":0,"8":0.00931,"10":0.097755,"11":0.08379,"12":0.293265,_:"0 5 6 7 9 3.1 3.2 5.1 6.1","7.1":0.00931,"9.1":0.023275,"10.1":0.11172,"11.1":0.041895},G:{"8":0.057264706094266,"3.2":0.00035348584008806,"4.0-4.1":0,"4.2-4.3":0.00035348584008806,"5.0-5.1":0.0042418300810567,"6.0-6.1":0.0021209150405284,"7.0-7.1":0.0081301743220254,"8.1-8.4":0.019795207044931,"9.0-9.2":0.011311546882818,"9.3":0.081655229060342,"10.0-10.2":0.095794662663865,"10.3":0.12372004403082,"11.0-11.2":0.22340305093565,"11.3-11.4":0.59456318302812,"12-12.1":2.3096764791354},I:{"3":0.0051583235613464,"4":0.6447904451683,_:"67","2.1":0,"2.2":0.0051583235613464,"2.3":0.1444330597177,"4.1":0.25275785450597,"4.2-4.3":1.2225226840391,"4.4":0,"4.4.3-4.4.4":2.4759953094463},A:{"8":1.1257707242583,"9":0.032698734729494,"10":0.10276745200698,"11":1.4153880890052,_:"6 7 5.5"},B:{"12":0.246715,"13":0.02793,"14":0.08379,"15":0.06517,"16":0.200165,"17":1.587355,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.64618596721311,"5":0.12115986885246,"6.2":0.050483278688525,_:"7.2"},N:{"10":0.032064,"11":0.181696},J:{"7":0.1197056,"10":0.4788224},R:{_:"0"},M:{"0":0.1336},O:{"0":5.760832},Q:{_:"1.2"},H:{"0":9.9922240549828},L:{"0":28.28583}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CH.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CH.js new file mode 100644 index 0000000..efccade --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CH.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006722,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.013444,"23":0,"24":0,"25":0,"26":0,"27":0.013444,"28":0,"29":0,"30":0,"31":0.006722,"32":0,"33":0,"34":0.006722,"35":0,"36":0.006722,"37":0.006722,"38":0.020166,"39":0.006722,"40":0.013444,"41":0,"42":0,"43":0.006722,"44":0,"45":0,"46":0.006722,"47":0,"48":0,"49":0.215104,"50":0.006722,"51":0.013444,"52":0.047054,"53":0.006722,"54":0.026888,"55":0.020166,"56":0.013444,"57":0.013444,"58":0.174772,"59":0.020166,"60":0.026888,"61":0.020166,"62":0.047054,"63":0.087386,"64":0.06722,"65":0.073942,"66":0.094108,"67":0.208382,"68":0.174772,"69":0.853694,"70":14.223752,"71":0.026888,"72":0.020166,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.006722,"32":0,"33":0.006722,"34":0.013444,"35":0,"36":0,"37":0,"38":0.013444,"39":0,"40":0,"41":0.006722,"42":0.006722,"43":0.006722,"44":0,"45":0.026888,"46":0.006722,"47":0.020166,"48":0.154606,"49":0.020166,"50":0.026888,"51":0.020166,"52":0.228548,"53":0.026888,"54":0.020166,"55":0.013444,"56":0.03361,"57":0.047054,"58":0.020166,"59":0.047054,"60":0.275602,"61":0.127718,"62":0.322656,"63":5.182662,"64":0.040332,"65":0,"3.5":0,"3.6":0.006722},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.006722,"37":0,"38":0.006722,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006722,"49":0,"50":0.006722,"51":0,"52":0,"53":0,"54":0,"55":0.006722,"56":0.60498,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.006722},E:{"4":0,"5":0.013444,"6":0.006722,"7":0.006722,"8":0.026888,"9":0.03361,"10":0.10083,"11":0.295768,"12":4.013034,_:"0","3.1":0,"3.2":0,"5.1":0.047054,"6.1":0.026888,"7.1":0,"9.1":0.23527,"10.1":0.490706,"11.1":1.189794},G:{"8":0.59403712398679,"3.2":0.003666895827079,"4.0-4.1":0,"4.2-4.3":0.003666895827079,"5.0-5.1":0.044002749924947,"6.0-6.1":0.022001374962474,"7.0-7.1":0.084338604022816,"8.1-8.4":0.20534616631642,"9.0-9.2":0.11734066646653,"9.3":0.84705293605524,"10.0-10.2":0.9937287691384,"10.3":1.2834135394776,"11.0-11.2":2.3174781627139,"11.3-11.4":6.1677187811468,"12-12.1":23.959497334134},I:{"3":0.00061745059717698,"4":0.077181324647123,_:"67","2.1":0,"2.2":0.00061745059717698,"2.3":0.017288616720955,"4.1":0.030255079261672,"4.2-4.3":0.14633579153094,"4.4":0,"4.4.3-4.4.4":0.29637628664495},A:{"6":0,"7":0,"8":0.026888,"9":0.026888,"10":0.040332,"11":5.061666,"5.5":0},B:{"12":0.006722,"13":0.020166,"14":0.053776,"15":0.13444,"16":0.275602,"17":2.977846,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.27801210223642,"5":0.074849412140575,"6.2":0.074849412140575,_:"7.2"},N:{"10":0.0104896,"11":0.0419584},J:{"7":0.0026224,"10":0.0104896},R:{_:"0"},M:{"0":0.258962},O:{"0":0.059004},Q:{_:"1.2"},H:{"0":0.13344614089347},L:{"0":16.81949}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CI.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CI.js new file mode 100644 index 0000000..db9c24f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CI.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.004683,"12":0.004683,"13":0.009366,"14":0,"15":0,"16":0.004683,"17":0,"18":0.004683,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.004683,"27":0,"28":0.004683,"29":0.112392,"30":0.004683,"31":0.014049,"32":0.004683,"33":0.009366,"34":0.004683,"35":0,"36":0,"37":0,"38":0.004683,"39":0.004683,"40":0.014049,"41":0.004683,"42":0.004683,"43":0.042147,"44":0.004683,"45":0,"46":0.009366,"47":0.004683,"48":0.004683,"49":0.800793,"50":0.009366,"51":0.004683,"52":0.009366,"53":0.009366,"54":0.004683,"55":0.009366,"56":0.018732,"57":0.014049,"58":0.060879,"59":0.014049,"60":0.032781,"61":0.018732,"62":0.032781,"63":0.084294,"64":0.084294,"65":0.224784,"66":0.065562,"67":0.266931,"68":0.173271,"69":0.56196,"70":11.417154,"71":0.014049,"72":0.028098,"73":0},C:{"2":0,"3":0.004683,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0.004683,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.051513,"33":0,"34":0,"35":0,"36":0,"37":0.014049,"38":0.009366,"39":0,"40":0.004683,"41":0.004683,"42":0,"43":0.018732,"44":0.004683,"45":0.004683,"46":0,"47":0.018732,"48":0.04683,"49":0.009366,"50":0.009366,"51":0.004683,"52":0.098343,"53":0.004683,"54":0.009366,"55":0.004683,"56":0.023415,"57":0.009366,"58":0.009366,"59":0.009366,"60":0.088977,"61":0.065562,"62":0.121758,"63":2.327451,"64":0.056196,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0.004683,"17":0,"18":0,"19":0,"20":0.04683,"21":0,"22":0.004683,"23":0.009366,"24":0,"25":0,"26":0,"27":0,"28":0.004683,"29":0,"30":0.004683,"31":0,"32":0,"33":0.009366,"34":0,"35":0,"36":0.009366,"37":0.004683,"38":0.004683,"39":0,"40":0,"41":0,"42":0.004683,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.004683,"49":0.004683,"50":0,"51":0.009366,"52":0,"53":0,"54":0.004683,"55":0.004683,"56":0.880404,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.018732},E:{"4":0,"5":0.004683,"6":0.004683,"7":0.014049,"8":0.004683,"9":0.004683,"10":0.018732,"11":0.060879,"12":0.369957,_:"0","3.1":0,"3.2":0,"5.1":0.004683,"6.1":0,"7.1":0.004683,"9.1":0.023415,"10.1":0.084294,"11.1":0.135807},G:{"8":0.11468499249475,"3.2":0.00070793205243671,"4.0-4.1":0,"4.2-4.3":0.00070793205243671,"5.0-5.1":0.0084951846292405,"6.0-6.1":0.0042475923146202,"7.0-7.1":0.016282437206044,"8.1-8.4":0.039644194936456,"9.0-9.2":0.022653825677975,"9.3":0.16353230411288,"10.0-10.2":0.19184958621035,"10.3":0.24777621835285,"11.0-11.2":0.44741305714,"11.3-11.4":1.1907417121985,"12-12.1":4.6256280306214},I:{"3":0.001981776330076,"4":0.2477220412595,_:"67","2.1":0,"2.2":0.001981776330076,"2.3":0.055489737242128,"4.1":0.097107040173724,"4.2-4.3":0.46968099022801,"4.4":0,"4.4.3-4.4.4":0.95125263843648},A:{"6":0.0048822765957447,"7":0,"8":0.058587319148936,"9":0,"10":0.0097645531914894,"11":0.15623285106383,"5.5":0},B:{"12":0.023415,"13":0.028098,"14":0.037464,"15":0.042147,"16":0.056196,"17":0.295029,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.31672639215686,"5":0.051084901960784,"6.2":0.071518862745098,_:"7.2"},N:{"10":0.022519058823529,"11":0.16889294117647},J:{"7":0.0180778,"10":0.0723112},R:{_:"0"},M:{"0":0.297752},O:{"0":0.893256},Q:{_:"1.2"},H:{"0":9.9820097268041},L:{"0":51.403566}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CK.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CK.js new file mode 100644 index 0000000..3408cd6 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CK.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.021544,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0.010772,"45":0,"46":0,"47":0.005386,"48":0,"49":0.447038,"50":0.005386,"51":0.043088,"52":0.005386,"53":0.010772,"54":0,"55":0.468582,"56":0,"57":0.005386,"58":0,"59":0,"60":0.016158,"61":0.005386,"62":0,"63":0.005386,"64":0,"65":0,"66":0.016158,"67":0.032316,"68":0.043088,"69":0.333932,"70":9.258534,"71":0,"72":0.005386,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.021544,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.005386,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0.016158,"48":0,"49":0,"50":0.005386,"51":0,"52":0.064632,"53":0,"54":0,"55":0,"56":0,"57":0.005386,"58":0,"59":0.010772,"60":0.070018,"61":0.070018,"62":0.037702,"63":1.125674,"64":0,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.021544,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.096948,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0.005386,"6":0,"7":0,"8":0,"9":0,"10":0.010772,"11":0.010772,"12":0.500898,_:"0","3.1":0,"3.2":0.043088,"5.1":0,"6.1":0.005386,"7.1":0,"9.1":0.016158,"10.1":0.05386,"11.1":0.032316},G:{"8":0.58299632062444,"3.2":0.0035987427199039,"4.0-4.1":0,"4.2-4.3":0.0035987427199039,"5.0-5.1":0.043184912638847,"6.0-6.1":0.021592456319424,"7.0-7.1":0.08277108255779,"8.1-8.4":0.20152959231462,"9.0-9.2":0.11515976703693,"9.3":0.83130956829781,"10.0-10.2":0.97525927709397,"10.3":1.2595599519664,"11.0-11.2":2.2744053989793,"11.3-11.4":6.0530852548784,"12-12.1":23.514184931852},I:{"3":0.00043183496199783,"4":0.053979370249729,_:"67","2.1":0,"2.2":0.00043183496199783,"2.3":0.012091378935939,"4.1":0.021159913137894,"4.2-4.3":0.10234488599349,"4.4":0,"4.4.3-4.4.4":0.20728078175896},A:{"6":0,"7":0,"8":4.965892,"9":0,"10":0.010772,"11":5.019752,"5.5":0},B:{"12":0.021544,"13":0.016158,"14":0.02693,"15":0.102334,"16":0.091562,"17":0.94255,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.37780517647059,"5":0.13642964705882,"6.2":0.083956705882353,_:"7.2"},N:{"10":0,"11":0.083052},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.096894},O:{"0":0.585978},Q:{_:"1.2"},H:{"0":0.14415182474227},L:{"0":33.910604}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CL.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CL.js new file mode 100644 index 0000000..9ae106b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CL.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.019221,"23":0,"24":0,"25":0,"26":0.006407,"27":0,"28":0,"29":0.006407,"30":0,"31":0.006407,"32":0.006407,"33":0,"34":0.012814,"35":0,"36":0,"37":0,"38":0.108919,"39":0.006407,"40":0,"41":0,"42":0.006407,"43":0.019221,"44":0,"45":0,"46":0.012814,"47":0.006407,"48":0.006407,"49":0.403641,"50":0.006407,"51":0.019221,"52":0.006407,"53":0.032035,"54":0.006407,"55":0.019221,"56":0.012814,"57":0.025628,"58":0.089698,"59":0.019221,"60":0.025628,"61":0.032035,"62":0.044849,"63":0.083291,"64":0.076884,"65":0.096105,"66":0.083291,"67":0.288315,"68":0.205024,"69":0.909794,"70":23.802005,"71":0.032035,"72":0.019221,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0.006407,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0.006407,"41":0.006407,"42":0.006407,"43":0.006407,"44":0.006407,"45":0,"46":0,"47":0.006407,"48":0.044849,"49":0.006407,"50":0,"51":0,"52":0.057663,"53":0.006407,"54":0.006407,"55":0.006407,"56":0.025628,"57":0.012814,"58":0.006407,"59":0.012814,"60":0.038442,"61":0.038442,"62":0.083291,"63":1.832402,"64":0.070477,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0.006407,"31":0.006407,"32":0,"33":0,"34":0,"35":0,"36":0.006407,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.019221,"49":0.006407,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.89698,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.051256,"9":0.044849,"10":0.038442,"11":0.147361,"12":1.358284,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0.070477,"7.1":0.006407,"9.1":0.102512,"10.1":0.179396,"11.1":0.422862},G:{"8":0.20110361933353,"3.2":0.0012413803662564,"4.0-4.1":0,"4.2-4.3":0.0012413803662564,"5.0-5.1":0.014896564395077,"6.0-6.1":0.0074482821975383,"7.0-7.1":0.028551748423897,"8.1-8.4":0.069517300510357,"9.0-9.2":0.039724171720204,"9.3":0.28675886460522,"10.0-10.2":0.33641407925548,"10.3":0.43448312818973,"11.0-11.2":0.78455239147403,"11.3-11.4":2.0880017760432,"12-12.1":8.1111793131192},I:{"3":0.00073014549402823,"4":0.091268186753529,_:"67","2.1":0,"2.2":0.00073014549402823,"2.3":0.02044407383279,"4.1":0.035777129207383,"4.2-4.3":0.17304448208469,"4.4":0,"4.4.3-4.4.4":0.35046983713355},A:{"6":0,"7":0.006407,"8":0.051256,"9":0.025628,"10":0.025628,"11":0.679142,"5.5":0},B:{"12":0.006407,"13":0.012814,"14":0.019221,"15":0.019221,"16":0.06407,"17":0.44849,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.49068789677419,"5":0.092003980645161,"6.2":0.092003980645161,_:"7.2"},N:{"10":0,"11":0.046709},J:{"7":0.0007186,"10":0.0028744},R:{_:"0"},M:{"0":0.129348},O:{"0":0.053895},Q:{_:"1.2"},H:{"0":0.20069559621993},L:{"0":49.246818}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CM.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CM.js new file mode 100644 index 0000000..d41aff4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CM.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.04716,"12":0,"13":0.00393,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0.00393,"20":0,"21":0,"22":0.00393,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.00393,"29":0.00393,"30":0.00393,"31":0.00393,"32":0,"33":0.00393,"34":0.00393,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0.00786,"41":0,"42":0.00393,"43":0.02751,"44":0,"45":0,"46":0.00786,"47":0,"48":0.00393,"49":0.17685,"50":0.01965,"51":0.00393,"52":0,"53":0.00786,"54":0,"55":0.01572,"56":0.01572,"57":0.00393,"58":0.04716,"59":0.00393,"60":0.02358,"61":0.01179,"62":0.01179,"63":0.04716,"64":0.03144,"65":0.10218,"66":0.02358,"67":0.13362,"68":0.06288,"69":0.33012,"70":5.13651,"71":0.05109,"72":0.00786,"73":0},C:{"2":0,"3":0.01965,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.00393,"12":0,"13":0,"14":0,"15":0,"16":0.01572,"17":0.00393,"18":0,"19":0,"20":0.00393,"21":0,"22":0,"23":0.00393,"24":0.00393,"25":0.00393,"26":0,"27":0,"28":0.00393,"29":0.00393,"30":0.00786,"31":0.00393,"32":0.02751,"33":0.00393,"34":0.00786,"35":0.00786,"36":0.00393,"37":0.00393,"38":0.00786,"39":0.00393,"40":0.00786,"41":0.01179,"42":0.00393,"43":0.05502,"44":0.01965,"45":0.01572,"46":0.00786,"47":0.0786,"48":0.10611,"49":0.04323,"50":0.01179,"51":0.01179,"52":0.2358,"53":0.01965,"54":0.01179,"55":0.01572,"56":0.0393,"57":0.02751,"58":0.01572,"59":0.03537,"60":0.10611,"61":0.14541,"62":0.33798,"63":2.86497,"64":0.14541,"65":0,"3.5":0,"3.6":0.00393},F:{"9":0,"11":0,"12":0,"15":0,"16":0.00393,"17":0,"18":0.00786,"19":0.00786,"20":0.03144,"21":0,"22":0.00393,"23":0.01965,"24":0,"25":0,"26":0,"27":0,"28":0.00393,"29":0,"30":0.02358,"31":0.00393,"32":0.00393,"33":0.00786,"34":0.00393,"35":0.00393,"36":0.01179,"37":0.01965,"38":0,"39":0,"40":0,"41":0,"42":0.00393,"43":0.00393,"44":0,"45":0,"46":0,"47":0,"48":0.00393,"49":0,"50":0,"51":0.00393,"52":0,"53":0.00393,"54":0.00393,"55":0.01179,"56":1.09647,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.06681},E:{"4":0,"5":0,"6":0,"7":0.00393,"8":0.00393,"9":0,"10":0,"11":0.05502,"12":0.09039,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.00393,"10.1":0.02751,"11.1":0.02751},G:{"8":0.053263356349445,"3.2":0.00032878615030521,"4.0-4.1":0,"4.2-4.3":0.00032878615030521,"5.0-5.1":0.0039454338036626,"6.0-6.1":0.0019727169018313,"7.0-7.1":0.0075620814570199,"8.1-8.4":0.018412024417092,"9.0-9.2":0.010521156809767,"9.3":0.075949600720504,"10.0-10.2":0.089101046732713,"10.3":0.11507515260682,"11.0-11.2":0.20779284699289,"11.3-11.4":0.55301830481337,"12-12.1":2.1482887060943},I:{"3":0.0046290770901194,"4":0.57863463626493,_:"67","2.1":0,"2.2":0.0046290770901194,"2.3":0.12961415852334,"4.1":0.22682477741585,"4.2-4.3":1.0970912703583,"4.4":0,"4.4.3-4.4.4":2.2219570032573},A:{"6":0,"7":0,"8":0.06681,"9":0.00393,"10":0.02358,"11":0.21615,"5.5":0},B:{"12":0.05109,"13":0.0393,"14":0.07467,"15":0.10611,"16":0.0393,"17":0.23187,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.8306877027027,"5":0.10130337837838,"6.2":0.070912364864865,_:"7.2"},N:{"10":0.125042,"11":0.500168},J:{"7":0.019424,"10":0.077696},R:{_:"0"},M:{"0":0.58879},O:{"0":3.62986},Q:{_:"1.2"},H:{"0":13.217372852234},L:{"0":49.99604}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CN.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CN.js new file mode 100644 index 0000000..c177291 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CN.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.004716,"11":0.02358,"12":0.174492,"13":0,"14":0,"15":0,"16":0,"17":0.014148,"18":0,"19":0,"20":0.004716,"21":0.014148,"22":0,"23":0.004716,"24":0,"25":0,"26":0.004716,"27":0.004716,"28":0.004716,"29":0.004716,"30":0.02358,"31":0.042444,"32":0.004716,"33":0.009432,"34":0.009432,"35":0.004716,"36":0.014148,"37":0.004716,"38":0.004716,"39":0.014148,"40":0.075456,"41":0.018864,"42":0.02358,"43":0.009432,"44":0.009432,"45":0.132048,"46":0.009432,"47":0.150912,"48":0.122616,"49":0.231084,"50":0.18864,"51":0.014148,"52":0.004716,"53":0.018864,"54":0.056592,"55":0.815868,"56":0.697968,"57":0.476316,"58":0.028296,"59":0.051876,"60":0.018864,"61":0.061308,"62":0.113184,"63":5.7771,"64":0.04716,"65":0.084888,"66":0.075456,"67":0.25938,"68":0.457452,"69":0.537624,"70":2.2401,"71":0.042444,"72":0.018864,"73":0},C:{"2":0.004716,"3":0.004716,"4":0,"5":0,"6":0,"7":0,"8":0.127332,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0.004716,"15":0,"16":0,"17":0.004716,"18":0,"19":0,"20":0,"21":0.009432,"22":0,"23":0,"24":0,"25":0.004716,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.004716,"32":0,"33":0.004716,"34":0.004716,"35":0,"36":0,"37":0.009432,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.02358,"44":0,"45":0.009432,"46":0,"47":0.004716,"48":0.009432,"49":0.004716,"50":0.004716,"51":0.004716,"52":0.051876,"53":0.009432,"54":0.014148,"55":0.009432,"56":0.02358,"57":0.014148,"58":0.009432,"59":0.018864,"60":0.033012,"61":0.02358,"62":0.033012,"63":0.504612,"64":0.004716,"65":0,"3.5":0,"3.6":0.004716},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.004716,"27":0,"28":0.014148,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0.004716,"53":0,"54":0.004716,"55":0.004716,"56":0.075456,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.004716},E:{"4":0.004716,"5":0,"6":0,"7":0,"8":0.004716,"9":0.004716,"10":0.014148,"11":0.037728,"12":0.325404,_:"0","3.1":0,"3.2":0,"5.1":0.004716,"6.1":0,"7.1":0,"9.1":0.014148,"10.1":0.037728,"11.1":0.075456},G:{"8":0.21399990873612,"3.2":0.0013209870909637,"4.0-4.1":0,"4.2-4.3":0.0013209870909637,"5.0-5.1":0.015851845091564,"6.0-6.1":0.007925922545782,"7.0-7.1":0.030382703092165,"8.1-8.4":0.073975277093966,"9.0-9.2":0.042271586910838,"9.3":0.30514801801261,"10.0-10.2":0.35798750165116,"10.3":0.46234548183729,"11.0-11.2":0.83486384148904,"11.3-11.4":2.2219002870009,"12-12.1":8.6313296523566},I:{"3":0.00571355917481,"4":0.71419489685125,_:"67","2.1":0,"2.2":0.00571355917481,"2.3":0.15997965689468,"4.1":0.27996439956569,"4.2-4.3":1.35411352443,"4.4":0,"4.4.3-4.4.4":2.7425084039088},A:{"6":0.053038108882521,"7":0.010607621776504,"8":0.77435638968481,"9":0.42430487106017,"10":0.23336767908309,"11":2.2063853295129,"5.5":0},B:{"12":0.004716,"13":0.009432,"14":0.018864,"15":0.018864,"16":0.061308,"17":0.622512,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.058984186046512,"5":0.019661395348837,"6.2":0.019661395348837,_:"7.2"},N:{"10":0.01321,"11":0.01321},J:{"7":0.0031704,"10":0.0126816},R:{_:"0"},M:{"0":0.100396},O:{"0":10.927312},Q:{_:"1.2"},H:{"0":0.07503824742268},L:{"0":31.3917}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CO.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CO.js new file mode 100644 index 0000000..4ac3778 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CO.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.007586,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.053102,"23":0,"24":0,"25":0,"26":0.022758,"27":0,"28":0,"29":0.068274,"30":0.015172,"31":0.007586,"32":0,"33":0,"34":0.015172,"35":0,"36":0.007586,"37":0.007586,"38":0.128962,"39":0.007586,"40":0.007586,"41":0.007586,"42":0,"43":0.007586,"44":0.007586,"45":0,"46":0.015172,"47":0.007586,"48":0.007586,"49":0.371714,"50":0.015172,"51":0.030344,"52":0.015172,"53":0.045516,"54":0.015172,"55":0.022758,"56":0.03793,"57":0.030344,"58":0.136548,"59":0.045516,"60":0.068274,"61":0.091032,"62":0.083446,"63":0.166892,"64":0.128962,"65":0.174478,"66":0.166892,"67":0.49309,"68":0.447574,"69":1.282034,"70":40.653374,"71":0.045516,"72":0.015172,"73":0},C:{"2":0,"3":0.015172,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0.030344,"25":0,"26":0,"27":0,"28":0.007586,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.007586,"35":0.007586,"36":0,"37":0,"38":0,"39":0.007586,"40":0,"41":0,"42":0,"43":0.007586,"44":0,"45":0.007586,"46":0,"47":0.015172,"48":0.030344,"49":0.007586,"50":0.022758,"51":0.007586,"52":0.045516,"53":0.007586,"54":0.007586,"55":0.007586,"56":0.022758,"57":0.022758,"58":0.030344,"59":0.022758,"60":0.045516,"61":0.045516,"62":0.083446,"63":1.532372,"64":0.022758,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.007586,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.007586,"49":0.007586,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.690326,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.007586},E:{"4":0,"5":0,"6":0,"7":0,"8":0.03793,"9":0.106204,"10":0.060688,"11":0.144134,"12":1.532372,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0.007586,"7.1":0,"9.1":0.091032,"10.1":0.22758,"11.1":0.485504},G:{"8":0.070029391774242,"3.2":0.0004322801961373,"4.0-4.1":0,"4.2-4.3":0.0004322801961373,"5.0-5.1":0.0051873623536476,"6.0-6.1":0.0025936811768238,"7.0-7.1":0.0099424445111578,"8.1-8.4":0.024207690983689,"9.0-9.2":0.013832966276393,"9.3":0.099856725307715,"10.0-10.2":0.11714793315321,"10.3":0.15129806864805,"11.0-11.2":0.27320108395877,"11.3-11.4":0.72709528990293,"12-12.1":2.8245188015611},I:{"3":0.00098171986970684,"4":0.12271498371336,_:"67","2.1":0,"2.2":0.00098171986970684,"2.3":0.027488156351792,"4.1":0.048104273615635,"4.2-4.3":0.23266760912052,"4.4":0,"4.4.3-4.4.4":0.47122553745928},A:{"6":0,"7":0,"8":0.053958483870968,"9":0.023125064516129,"10":0.015416709677419,"11":0.38541774193548,"5.5":0},B:{"12":0.015172,"13":0.015172,"14":0.03793,"15":0.030344,"16":0.07586,"17":0.477918,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.48257439252336,"5":0.010490747663551,"6.2":0.062944485981308,_:"7.2"},N:{"10":0,"11":0.113458},J:{"7":0.0028968,"10":0.0115872},R:{_:"0"},M:{"0":0.062764},O:{"0":3.27097},Q:{_:"1.2"},H:{"0":0.15997934707904},L:{"0":34.341992}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CR.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CR.js new file mode 100644 index 0000000..8439779 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CR.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0.007202,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.007202,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.021606,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.007202,"35":0,"36":0,"37":0,"38":0.014404,"39":0,"40":0.014404,"41":0,"42":0,"43":0.014404,"44":0,"45":0,"46":0.007202,"47":0.007202,"48":0,"49":0.64818,"50":0.007202,"51":0.007202,"52":0,"53":0.007202,"54":0.007202,"55":0.014404,"56":0.007202,"57":0.014404,"58":0.043212,"59":0.014404,"60":0.021606,"61":0.014404,"62":0.050414,"63":0.086424,"64":0.086424,"65":0.201656,"66":0.079222,"67":0.28808,"68":0.25207,"69":1.159522,"70":29.117686,"71":0.043212,"72":0.021606,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.007202,"44":0.007202,"45":0.007202,"46":0,"47":0.007202,"48":0.07202,"49":0.007202,"50":0,"51":0,"52":0.057616,"53":0.014404,"54":0.007202,"55":0,"56":0.014404,"57":0.014404,"58":0.03601,"59":0.014404,"60":0.050414,"61":0.057616,"62":0.122434,"63":2.924012,"64":0.03601,"65":0.014404,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0.007202,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0.007202,"28":0,"29":0.007202,"30":0,"31":0,"32":0,"33":0.007202,"34":0,"35":0,"36":0.007202,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.007202,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.57616,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.007202},E:{"4":0,"5":0,"6":0,"7":0,"8":0.028808,"9":0.511342,"10":0.079222,"11":0.316888,"12":3.38494,_:"0","3.1":0,"3.2":0,"5.1":0.007202,"6.1":0.007202,"7.1":0,"9.1":0.158444,"10.1":0.475332,"11.1":1.130714},G:{"8":0.17880257580306,"3.2":0.0011037196037226,"4.0-4.1":0,"4.2-4.3":0.0011037196037226,"5.0-5.1":0.013244635244671,"6.0-6.1":0.0066223176223356,"7.0-7.1":0.02538555088562,"8.1-8.4":0.061808297808466,"9.0-9.2":0.035319027319123,"9.3":0.25495922845992,"10.0-10.2":0.29910801260883,"10.3":0.38630186130291,"11.0-11.2":0.69755078955269,"11.3-11.4":1.8564563734614,"12-12.1":7.2117038907235},I:{"3":0.0013895222584148,"4":0.17369028230185,_:"67","2.1":0,"2.2":0.0013895222584148,"2.3":0.038906623235613,"4.1":0.068086590662324,"4.2-4.3":0.3293167752443,"4.4":0,"4.4.3-4.4.4":0.66697068403909},A:{"6":0,"7":0,"8":0.021606,"9":0.014404,"10":0.007202,"11":0.979472,"5.5":0},B:{"12":0.007202,"13":0.021606,"14":0.028808,"15":0.050414,"16":0.14404,"17":0.90025,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.55662517472119,"5":0.072155115241636,"6.2":0.16492597769517,_:"7.2"},N:{"10":0,"11":0.075546},J:{"7":0.0011192,"10":0.0044768},R:{_:"0"},M:{"0":0.162284},O:{"0":0.109122},Q:{_:"1.2"},H:{"0":0.61191106185567},L:{"0":36.069866}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CU.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CU.js new file mode 100644 index 0000000..184fca3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CU.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.007787,"23":0.015574,"24":0,"25":0.007787,"26":0,"27":0,"28":0.007787,"29":0.023361,"30":0.007787,"31":0,"32":0.015574,"33":0.007787,"34":0.038935,"35":0.015574,"36":0,"37":0.007787,"38":0.031148,"39":0.007787,"40":0.023361,"41":0,"42":0.007787,"43":0.007787,"44":0.015574,"45":0.007787,"46":0.015574,"47":0.007787,"48":0,"49":0.116805,"50":0.023361,"51":0.023361,"52":0.038935,"53":0.015574,"54":0.062296,"55":0.023361,"56":0.023361,"57":0.054509,"58":0.046722,"59":0.015574,"60":0.062296,"61":0.194675,"62":0.093444,"63":0.132379,"64":0.046722,"65":0.23361,"66":0.070083,"67":0.202462,"68":0.412711,"69":0.85657,"70":6.564441,"71":0,"72":0.007787,"73":0},C:{"2":0.007787,"3":0,"4":0.046722,"5":0.031148,"6":0,"7":0.007787,"8":0.007787,"9":0.007787,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0.07787,"16":0.023361,"17":0.015574,"18":0.046722,"19":0.015574,"20":0.015574,"21":0.023361,"22":0.015574,"23":0.07787,"24":0.046722,"25":0.194675,"26":0.140166,"27":0.031148,"28":0.038935,"29":0.147953,"30":0.054509,"31":0.054509,"32":0.07787,"33":0.256971,"34":0.482794,"35":0.116805,"36":0.085657,"37":0.179101,"38":0.288119,"39":0.15574,"40":0.404924,"41":0.256971,"42":0.334841,"43":0.599599,"44":0.15574,"45":1.113541,"46":0.327054,"47":0.911079,"48":0.381563,"49":0.506155,"50":0.903292,"51":0.272545,"52":1.650844,"53":0.397137,"54":2.764385,"55":0.490581,"56":1.580761,"57":2.382822,"58":0.7787,"59":1.378299,"60":2.063555,"61":2.421757,"62":4.12711,"63":16.204747,"64":1.059032,"65":0.054509,"3.5":0.007787,"3.6":0.031148},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0.015574,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0.007787,"24":0,"25":0,"26":0,"27":0.007787,"28":0,"29":0.007787,"30":0,"31":0,"32":0,"33":0.015574,"34":0.007787,"35":0.007787,"36":0.007787,"37":0.007787,"38":0,"39":0,"40":0,"41":0,"42":0.023361,"43":0,"44":0,"45":0.007787,"46":0.007787,"47":0.007787,"48":0.007787,"49":0.007787,"50":0.007787,"51":0,"52":0,"53":0.031148,"54":0.023361,"55":0.070083,"56":0.786487,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0.038935,"12.1":0.007787},E:{"4":0,"5":0,"6":0,"7":0.007787,"8":0.015574,"9":0,"10":0.007787,"11":0.046722,"12":0.093444,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.007787,"10.1":0.015574,"11.1":0.140166},G:{"8":0.051834147703392,"3.2":0.0003199638747123,"4.0-4.1":0,"4.2-4.3":0.0003199638747123,"5.0-5.1":0.0038395664965476,"6.0-6.1":0.0019197832482738,"7.0-7.1":0.0073591691183829,"8.1-8.4":0.017917976983889,"9.0-9.2":0.010238843990794,"9.3":0.073911655058541,"10.0-10.2":0.086710210047033,"10.3":0.1119873561493,"11.0-11.2":0.20221716881817,"11.3-11.4":0.53817923726609,"12-12.1":2.0906439573702},I:{"3":0.0018266568946797,"4":0.22833211183496,_:"67","2.1":0,"2.2":0.0018266568946797,"2.3":0.051146393051031,"4.1":0.089506187839305,"4.2-4.3":0.43291768403909,"4.4":0,"4.4.3-4.4.4":0.87679530944625},A:{"6":0,"7":0,"8":0.085657,"9":0.031148,"10":0.303693,"11":0.763126,"5.5":0},B:{"12":0.054509,"13":0.109018,"14":0.116805,"15":0.085657,"16":0.109018,"17":0.179101,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.48012220535714,"5":0.081722928571429,"6.2":0.051076830357143,_:"7.2"},N:{"10":0.011433833333333,"11":0.057169166666667},J:{"7":0.002213,"10":0.008852},R:{_:"0"},M:{"0":1.110926},O:{"0":0.466943},Q:{_:"1.2"},H:{"0":0.24722480068729},L:{"0":30.501638}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CV.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CV.js new file mode 100644 index 0000000..494d8a3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CV.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0.006155,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0.01231,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.030775,"34":0,"35":0.01231,"36":0.01231,"37":0,"38":0.006155,"39":0,"40":0.080015,"41":0,"42":0,"43":0.203115,"44":0.006155,"45":0.01231,"46":0.006155,"47":0.01231,"48":0,"49":0.27082,"50":0.006155,"51":0.006155,"52":0.006155,"53":0,"54":0.006155,"55":0.116945,"56":0.01231,"57":0.018465,"58":0.46778,"59":0.02462,"60":0.07386,"61":0.02462,"62":0.03693,"63":0.11079,"64":0.043085,"65":0.22158,"66":0.166185,"67":0.16003,"68":0.23389,"69":0.7386,"70":21.43171,"71":0.153875,"72":0.01231,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.006155,"29":0,"30":0,"31":0,"32":0.006155,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.006155,"44":0.006155,"45":0.006155,"46":0,"47":0.01231,"48":0.006155,"49":0,"50":0.006155,"51":0.01231,"52":0.043085,"53":0.006155,"54":0.018465,"55":0.02462,"56":0.01231,"57":0.018465,"58":0,"59":0.006155,"60":0.030775,"61":0.018465,"62":0.16003,"63":2.037305,"64":0.01231,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.006155,"44":0,"45":0,"46":0,"47":0,"48":0.006155,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.02462,"56":1.421805,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0.006155,"5":0,"6":0,"7":0,"8":0.018465,"9":0,"10":0.018465,"11":0.07386,"12":2.468155,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0.006155,"7.1":0.006155,"9.1":0.141565,"10.1":0.080015,"11.1":0.535485},G:{"8":0.20146563494446,"3.2":0.0012436150305214,"4.0-4.1":0,"4.2-4.3":0.0012436150305214,"5.0-5.1":0.014923380366256,"6.0-6.1":0.0074616901831282,"7.0-7.1":0.028603145701991,"8.1-8.4":0.069642441709196,"9.0-9.2":0.039795680976684,"9.3":0.28727507205044,"10.0-10.2":0.33701967327129,"10.3":0.43526526068248,"11.0-11.2":0.7859646992895,"11.3-11.4":2.0917604813369,"12-12.1":8.1257806094266},I:{"3":0.0034233007600434,"4":0.42791259500543,_:"67","2.1":0,"2.2":0.0034233007600434,"2.3":0.095852421281216,"4.1":0.16774173724213,"4.2-4.3":0.81132228013029,"4.4":0,"4.4.3-4.4.4":1.6431843648208},A:{"6":0,"7":0,"8":0.01231,"9":0.030775,"10":0.030775,"11":1.1079,"5.5":0},B:{"12":0.043085,"13":0.030775,"14":0.06155,"15":0.1231,"16":0.19696,"17":1.015575,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.83207926267281,"5":0.16641585253456,"6.2":0.16641585253456,_:"7.2"},N:{"10":0.0334515,"11":0.1895585},J:{"7":0.003845,"10":0.01538},R:{_:"0"},M:{"0":0.06152},O:{"0":0.41526},Q:{_:"1.2"},H:{"0":0.35673936426117},L:{"0":43.9631}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CX.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CX.js new file mode 100644 index 0000000..9fa4daf --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CX.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0.28872,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0,"59":0,"60":0,"61":0,"62":0,"63":0,"64":0,"65":0,"66":0,"67":0,"68":0,"69":0.28872,"70":3.756568,"71":0,"72":0,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0.28872,"52":0,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0,"59":0,"60":0,"61":0,"62":0,"63":0.28872,"64":0,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.28872,"10.1":0,"11.1":0},G:{"8":0.84246484539177,"3.2":0.0052004002801961,"4.0-4.1":0,"4.2-4.3":0.0052004002801961,"5.0-5.1":0.062404803362354,"6.0-6.1":0.031202401681177,"7.0-7.1":0.11960920644451,"8.1-8.4":0.29122241569098,"9.0-9.2":0.16641280896628,"9.3":1.2012924647253,"10.0-10.2":1.4093084759332,"10.3":1.8201400980686,"11.0-11.2":3.286652977084,"11.3-11.4":8.7470732712899,"12-12.1":33.979415430802},I:{"3":0,"4":0,_:"67","2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},A:{"6":0,"7":0,"8":0.86616,"9":0,"10":0,"11":1.15488,"5.5":0},B:{"12":0,"13":0.28872,"14":0,"15":0,"16":0,"17":2.312968,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0,"5":0,"6.2":0,_:"7.2"},N:{"10":0,"11":0},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0},O:{"0":0},Q:{_:"1.2"},H:{"0":0},L:{"0":38.206296}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CY.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CY.js new file mode 100644 index 0000000..ecf3b12 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CY.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.013642,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0.006821,"19":0,"20":0,"21":0.013642,"22":0.027284,"23":0.006821,"24":0,"25":0.538859,"26":0.006821,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.013642,"35":0,"36":0,"37":0,"38":0.06821,"39":0.020463,"40":0,"41":0,"42":0.702563,"43":0.013642,"44":0,"45":0,"46":0.006821,"47":0.006821,"48":0,"49":1.173212,"50":0.020463,"51":0.006821,"52":0.006821,"53":0.013642,"54":0.020463,"55":0.020463,"56":0.013642,"57":0.006821,"58":0.020463,"59":0.020463,"60":0.020463,"61":0.020463,"62":0.040926,"63":0.600248,"64":0.027284,"65":0.047747,"66":0.061389,"67":0.109136,"68":0.088673,"69":1.09136,"70":25.326373,"71":0.034105,"72":0.013642,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0.006821,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.006821,"44":0,"45":0.013642,"46":0,"47":0.027284,"48":0.06821,"49":0.006821,"50":0.006821,"51":0,"52":0.129599,"53":0,"54":0.006821,"55":0.006821,"56":0.013642,"57":0.013642,"58":0.013642,"59":0.006821,"60":0.040926,"61":0.040926,"62":0.109136,"63":3.253617,"64":0.027284,"65":0,"3.5":0,"3.6":0.027284},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0.006821,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.006821,"37":0.020463,"38":0,"39":0,"40":0.006821,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0.006821,"54":0,"55":0,"56":0.559322,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.020463},E:{"4":0,"5":0.006821,"6":0,"7":0,"8":0.006821,"9":0.006821,"10":0.040926,"11":0.102315,"12":1.186854,_:"0","3.1":0,"3.2":0,"5.1":0.013642,"6.1":0.006821,"7.1":0,"9.1":0.06821,"10.1":0.184167,"11.1":0.313766},G:{"8":0.24745943380366,"3.2":0.0015275273691584,"4.0-4.1":0,"4.2-4.3":0.0015275273691584,"5.0-5.1":0.018330328429901,"6.0-6.1":0.0091651642149505,"7.0-7.1":0.035133129490643,"8.1-8.4":0.085541532672871,"9.0-9.2":0.048880875813069,"9.3":0.35285882227559,"10.0-10.2":0.41395991704193,"10.3":0.53463457920544,"11.0-11.2":0.96539729730812,"11.3-11.4":2.5693010349244,"12-12.1":9.9808638300811},I:{"3":0.0010724723127036,"4":0.13405903908795,_:"67","2.1":0,"2.2":0.0010724723127036,"2.3":0.0300292247557,"4.1":0.052551143322476,"4.2-4.3":0.25417593811075,"4.4":0,"4.4.3-4.4.4":0.51478671009772},A:{"6":0,"7":0,"8":0.054568,"9":0.013642,"10":0.013642,"11":1.357379,"5.5":0},B:{"12":0.013642,"13":0.013642,"14":0.075031,"15":0.047747,"16":0.081852,"17":1.186854,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.37653488888889,"5":0.041837209876543,"6.2":0.094133722222222,_:"7.2"},N:{"10":0,"11":0.041327},J:{"7":0.0012716,"10":0.0050864},R:{_:"0"},M:{"0":0.108086},O:{"0":2.454188},Q:{_:"1.2"},H:{"0":0.34611225945017},L:{"0":32.944685}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CZ.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CZ.js new file mode 100644 index 0000000..889ba38 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/CZ.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.007891,"12":0,"13":0,"14":0,"15":0,"16":0.007891,"17":0,"18":0,"19":0,"20":0,"21":0.007891,"22":0.039455,"23":0,"24":0,"25":0,"26":0.015782,"27":0,"28":0,"29":0.142038,"30":0.007891,"31":0.007891,"32":0,"33":0.007891,"34":0.039455,"35":0,"36":0.007891,"37":0.015782,"38":0.071019,"39":0.031564,"40":0.023673,"41":0.031564,"42":0.007891,"43":0.023673,"44":0.023673,"45":0.023673,"46":0.031564,"47":0.055237,"48":0.023673,"49":0.7891,"50":0.031564,"51":0.07891,"52":0.031564,"53":0.102583,"54":0.284076,"55":0.299858,"56":0.047346,"57":0.055237,"58":0.244621,"59":0.039455,"60":0.086801,"61":0.102583,"62":0.055237,"63":0.15782,"64":0.071019,"65":0.110474,"66":0.07891,"67":0.220948,"68":0.252512,"69":1.665001,"70":27.421225,"71":0.047346,"72":0.023673,"73":0},C:{"2":0,"3":0.007891,"4":0.007891,"5":0.007891,"6":0.007891,"7":0,"8":0,"9":0,"10":0,"11":0.007891,"12":0.015782,"13":0,"14":0,"15":0.007891,"16":0.015782,"17":0.007891,"18":0.007891,"19":0.007891,"20":0.007891,"21":0,"22":0,"23":0,"24":0.015782,"25":0,"26":0.007891,"27":0,"28":0,"29":0.007891,"30":0,"31":0.015782,"32":0,"33":0.023673,"34":0.007891,"35":0.007891,"36":0.007891,"37":0,"38":0.015782,"39":0.023673,"40":0.015782,"41":0.023673,"42":0.015782,"43":0.023673,"44":0.015782,"45":0.063128,"46":0.015782,"47":0.047346,"48":0.607607,"49":0.023673,"50":0.023673,"51":0.047346,"52":0.654953,"53":0.063128,"54":0.039455,"55":0.063128,"56":0.134147,"57":0.07891,"58":0.047346,"59":0.055237,"60":0.252512,"61":0.149929,"62":0.434005,"63":7.133464,"64":0.047346,"65":0,"3.5":0.015782,"3.6":0.023673},F:{"9":0,"11":0.007891,"12":0.007891,"15":0.007891,"16":0,"17":0.007891,"18":0,"19":0.007891,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.007891,"30":0,"31":0.007891,"32":0.007891,"33":0.007891,"34":0.007891,"35":0.007891,"36":0.055237,"37":0.007891,"38":0.007891,"39":0.007891,"40":0.007891,"41":0.007891,"42":0,"43":0,"44":0.007891,"45":0.007891,"46":0.007891,"47":0.015782,"48":0.23673,"49":0.007891,"50":0,"51":0,"52":0.015782,"53":0.007891,"54":0.007891,"55":0.007891,"56":2.556684,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0.007891,"11.5":0.007891,"11.6":0.007891,"12.1":0.063128},E:{"4":0.015782,"5":0.015782,"6":0.007891,"7":0.007891,"8":0.023673,"9":0.039455,"10":0.031564,"11":0.071019,"12":1.554527,_:"0","3.1":0,"3.2":0,"5.1":0.007891,"6.1":0,"7.1":0,"9.1":0.055237,"10.1":0.134147,"11.1":0.323531},G:{"8":0.15583242509757,"3.2":0.00096192854998499,"4.0-4.1":0,"4.2-4.3":0.00096192854998499,"5.0-5.1":0.01154314259982,"6.0-6.1":0.0057715712999099,"7.0-7.1":0.022124356649655,"8.1-8.4":0.053867998799159,"9.0-9.2":0.03078171359952,"9.3":0.22220549504653,"10.0-10.2":0.26068263704593,"10.3":0.33667499249475,"11.0-11.2":0.60793884359051,"11.3-11.4":1.6179638210748,"12-12.1":6.2852411456019},I:{"3":0.0010091281216069,"4":0.12614101520087,_:"67","2.1":0,"2.2":0.0010091281216069,"2.3":0.028255587404995,"4.1":0.04944727795874,"4.2-4.3":0.23916336482085,"4.4":0,"4.4.3-4.4.4":0.48438149837134},A:{"6":0.0079711116751269,"7":0.10362445177665,"8":0.13550889847716,"9":0.1195666751269,"10":0.51812225888325,"11":3.8261336040609,"5.5":0},B:{"12":0.039455,"13":0.023673,"14":0.07891,"15":0.126256,"16":0.173602,"17":2.343627,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.27076944186047,"5":0.020828418604651,"6.2":0.041656837209302,_:"7.2"},N:{"10":0.037589823529412,"11":0.17541917647059},J:{"7":0.0037962,"10":0.0151848},R:{_:"0"},M:{"0":0.246753},O:{"0":0.234099},Q:{_:"1.2"},H:{"0":0.6628927628866},L:{"0":27.471235}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DE.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DE.js new file mode 100644 index 0000000..8bc4f6c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DE.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006632,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.03316,"23":0,"24":0.006632,"25":0,"26":0.006632,"27":0,"28":0,"29":0.106112,"30":0,"31":0,"32":0.006632,"33":0,"34":0.013264,"35":0.006632,"36":0,"37":0.006632,"38":0.019896,"39":0.006632,"40":0.006632,"41":0.006632,"42":0.006632,"43":0.006632,"44":0.006632,"45":0.006632,"46":0.006632,"47":0.006632,"48":0.006632,"49":0.19896,"50":0.006632,"51":0.019896,"52":0.019896,"53":0.013264,"54":0.039792,"55":0.03316,"56":0.019896,"57":0.026528,"58":0.046424,"59":0.026528,"60":0.03316,"61":0.112744,"62":0.086216,"63":0.179064,"64":0.119376,"65":0.285176,"66":0.212224,"67":0.126008,"68":0.172432,"69":0.6632,"70":13.171152,"71":0.026528,"72":0.013264,"73":0},C:{"2":0,"3":0.006632,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.006632,"13":0,"14":0.006632,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.019896,"23":0,"24":0.013264,"25":0,"26":0.013264,"27":0,"28":0.006632,"29":0.013264,"30":0.006632,"31":0.006632,"32":0.006632,"33":0.006632,"34":0.013264,"35":0.006632,"36":0,"37":0.006632,"38":0.238752,"39":0.013264,"40":0.013264,"41":0.013264,"42":0.019896,"43":0.019896,"44":0.006632,"45":0.039792,"46":0.006632,"47":0.039792,"48":0.145904,"49":0.026528,"50":0.046424,"51":0.046424,"52":0.424448,"53":0.019896,"54":0.039792,"55":0.019896,"56":0.06632,"57":0.06632,"58":0.053056,"59":0.06632,"60":0.404552,"61":0.271912,"62":0.444344,"63":7.520688,"64":0.046424,"65":0.006632,"3.5":0,"3.6":0.006632},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.006632,"32":0.006632,"33":0,"34":0,"35":0,"36":0.019896,"37":0,"38":0,"39":0,"40":0.006632,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0.006632,"47":0,"48":0.019896,"49":0.006632,"50":0.006632,"51":0.006632,"52":0.006632,"53":0,"54":0.006632,"55":0.006632,"56":1.100912,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.059688},E:{"4":0,"5":0.013264,"6":0,"7":0.006632,"8":0.019896,"9":0.013264,"10":0.039792,"11":0.126008,"12":1.764112,_:"0","3.1":0,"3.2":0,"5.1":0.026528,"6.1":0.013264,"7.1":0,"9.1":0.086216,"10.1":0.172432,"11.1":0.46424},G:{"8":0.35590432182528,"12":14.354807646953,"3.2":0.0021969402581807,"4.0-4.1":0,"4.2-4.3":0.0021969402581807,"5.0-5.1":0.026363283098169,"6.0-6.1":0.013181641549084,"7.0-7.1":0.050529625938157,"8.1-8.4":0.12302865445812,"9.0-9.2":0.070302088261783,"9.3":0.50749319963975,"10.0-10.2":0.59537080996698,"10.3":0.76892909036325,"11.0-11.2":1.3884662431702,"11.3-11.4":3.69525351426},I:{"3":0.0014129771986971,"4":0.17662214983713,_:"67","2.1":0,"2.2":0.0014129771986971,"2.3":0.039563361563518,"4.1":0.069235882736156,"4.2-4.3":0.33487559609121,"4.4":0,"4.4.3-4.4.4":0.67822905537459},A:{"6":0.033417054263566,"7":0.0066834108527132,"8":0.073517519379845,"9":0.053467286821705,"10":0.093567751937985,"11":3.1879869767442,"5.5":0},B:{"12":0.013264,"13":0.019896,"14":0.059688,"15":0.106112,"16":0.185696,"17":2.201824,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.55627488122605,"5":0.12837112643678,"6.2":0.11767353256705,_:"7.2"},N:{"10":0,"11":0.124616},J:{"7":0.0026944,"10":0.0107776},R:{_:"0"},M:{"0":0.53888},O:{"0":0.178504},Q:{_:"1.2"},H:{"0":0.2805972233677},L:{"0":28.914048}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DJ.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DJ.js new file mode 100644 index 0000000..06a9e25 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DJ.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.004637,"5":0,"6":0,"7":0,"8":0,"9":0.004637,"10":0,"11":0.009274,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0.004637,"19":0,"20":0,"21":0.004637,"22":0,"23":0.004637,"24":0,"25":0,"26":0.004637,"27":0,"28":0,"29":0.004637,"30":0.004637,"31":0,"32":0,"33":0.004637,"34":0,"35":0.004637,"36":0.004637,"37":0.009274,"38":0.004637,"39":0.009274,"40":0.162295,"41":0,"42":0,"43":0.018548,"44":0,"45":0,"46":0.004637,"47":0.004637,"48":0,"49":0.148384,"50":0.018548,"51":0.004637,"52":0.018548,"53":0,"54":0.023185,"55":0.027822,"56":0.004637,"57":0.037096,"58":0.032459,"59":0.004637,"60":0.013911,"61":0.004637,"62":0.009274,"63":0.426604,"64":0.023185,"65":0.166932,"66":0.134473,"67":0.111288,"68":0.268946,"69":0.41733,"70":11.958823,"71":0.018548,"72":0.055644,"73":0},C:{"2":0,"3":0.004637,"4":0.004637,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0.004637,"26":0,"27":0,"28":0,"29":0.004637,"30":0,"31":0,"32":0,"33":0,"34":0.004637,"35":0.009274,"36":0,"37":0,"38":0,"39":0.004637,"40":0,"41":0,"42":0,"43":0.037096,"44":0.013911,"45":0,"46":0,"47":0.018548,"48":0.023185,"49":0.004637,"50":0.004637,"51":0,"52":0.134473,"53":0,"54":0,"55":0,"56":0.037096,"57":0.009274,"58":0.013911,"59":0.004637,"60":0.037096,"61":0.013911,"62":0.102014,"63":1.451381,"64":0.069555,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.004637,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.004637,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.343138,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.051007},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.004637,"10":0.004637,"11":0.004637,"12":0.472974,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0.004637,"9.1":0.004637,"10.1":0.023185,"11.1":0.078829},G:{"8":0.1486580768538,"3.2":0.0009176424497148,"4.0-4.1":0,"4.2-4.3":0.0009176424497148,"5.0-5.1":0.011011709396578,"6.0-6.1":0.0055058546982888,"7.0-7.1":0.02110577634344,"8.1-8.4":0.051387977184029,"9.0-9.2":0.029364558390874,"9.3":0.21197540588412,"10.0-10.2":0.24868110387271,"10.3":0.32117485740018,"11.0-11.2":0.57995002821975,"11.3-11.4":1.5434746004203,"12-12.1":5.9958757664365},I:{"3":0.0043268827361564,"4":0.54086034201954,_:"67","2.1":0,"2.2":0.0043268827361564,"2.3":0.12115271661238,"4.1":0.21201725407166,"4.2-4.3":1.0254712084691,"4.4":0,"4.4.3-4.4.4":2.076903713355},A:{"6":0,"7":0.004637,"8":0.060281,"9":0.009274,"10":0.018548,"11":1.047962,"5.5":0},B:{"12":0.032459,"13":0.018548,"14":0.032459,"15":0.204028,"16":0.018548,"17":0.69555,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.2865241111111,"5":0.51663566666667,"6.2":0.30390333333333,_:"7.2"},N:{"10":0.021452,"11":0.05363},J:{"7":0.0010726,"10":0.0042904},R:{_:"0"},M:{"0":0.117986},O:{"0":2.123748},Q:{_:"1.2"},H:{"0":2.1426382920962},L:{"0":53.090826}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DK.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DK.js new file mode 100644 index 0000000..6051a0b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DK.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.007846,"35":0,"36":0,"37":0,"38":0.031384,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.172612,"50":0.007846,"51":0.007846,"52":0.007846,"53":0.015692,"54":0.007846,"55":0.007846,"56":0.015692,"57":0.023538,"58":0.070614,"59":0.031384,"60":0.047076,"61":0.031384,"62":0.062768,"63":0.101998,"64":0.062768,"65":0.101998,"66":0.101998,"67":0.321686,"68":0.43153,"69":2.879482,"70":32.592284,"71":0.047076,"72":0.015692,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.007846,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.015692,"46":0,"47":0.007846,"48":0.023538,"49":0,"50":0,"51":0,"52":0.047076,"53":0,"54":0.007846,"55":0.007846,"56":0.03923,"57":0.015692,"58":0.015692,"59":0.007846,"60":0.054922,"61":0.023538,"62":0.149074,"63":2.204726,"64":0.015692,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.007846,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.007846,"56":0.329532,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.007846,"9":0.015692,"10":0.125536,"11":0.400146,"12":5.390202,_:"0","3.1":0,"3.2":0,"5.1":0.015692,"6.1":0.015692,"7.1":0,"9.1":0.211842,"10.1":0.619834,"11.1":1.624122},G:{"8":0.48847916901831,"3.2":0.0030153035124587,"4.0-4.1":0,"4.2-4.3":0.0030153035124587,"5.0-5.1":0.036183642149505,"6.0-6.1":0.018091821074752,"7.0-7.1":0.069351980786551,"8.1-8.4":0.16885699669769,"9.0-9.2":0.096489712398679,"9.3":0.69653511137796,"10.0-10.2":0.81714725187631,"10.3":1.0553562293606,"11.0-11.2":1.9056718198739,"11.3-11.4":5.0717405079556,"12-12.1":19.701993150405},I:{"3":0.00025858631921824,"4":0.03232328990228,_:"67","2.1":0,"2.2":0.00025858631921824,"2.3":0.0072404169381107,"4.1":0.012670729641694,"4.2-4.3":0.061284957654723,"4.4":0,"4.4.3-4.4.4":0.12412143322476},A:{"6":0,"7":0,"8":0.015730650246305,"9":0.023595975369458,"10":0.031461300492611,"11":3.1225340738916,"5.5":0},B:{"12":0.007846,"13":0.015692,"14":0.047076,"15":0.070614,"16":0.188304,"17":2.54995,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.076608424242424,"5":0.021888121212121,"6.2":0.032832181818182,_:"7.2"},N:{"10":0,"11":0.028002},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.148626},O:{"0":0.019386},Q:{_:"1.2"},H:{"0":0.097884865979381},L:{"0":12.28337}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DM.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DM.js new file mode 100644 index 0000000..43b7878 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DM.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.005664,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0.045312,"36":0.011328,"37":0,"38":0.005664,"39":0.005664,"40":0,"41":0,"42":0.005664,"43":0.101952,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.079296,"50":0.005664,"51":0.005664,"52":0.005664,"53":0.016992,"54":0.022656,"55":0.045312,"56":0.005664,"57":0,"58":0.05664,"59":0.005664,"60":0.016992,"61":0,"62":0,"63":0.475776,"64":0.02832,"65":0.186912,"66":0.158592,"67":0.039648,"68":0.124608,"69":0.521088,"70":14.392224,"71":0.515424,"72":0.016992,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0.005664,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0.005664,"53":0.005664,"54":0,"55":0,"56":0,"57":0.005664,"58":0,"59":0.005664,"60":0.039648,"61":0.011328,"62":0.090624,"63":0.90624,"64":0.005664,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0.005664,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.033984,"30":0,"31":0.005664,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.005664,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.005664,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.549408,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.011328,"12":0.203904,_:"0","3.1":0,"3.2":0,"5.1":0.005664,"6.1":0,"7.1":0,"9.1":0.011328,"10.1":0.011328,"11.1":0.345504},G:{"8":0.15173743860702,"3.2":0.00093665085559892,"4.0-4.1":0,"4.2-4.3":0.00093665085559892,"5.0-5.1":0.011239810267187,"6.0-6.1":0.0056199051335935,"7.0-7.1":0.021542969678775,"8.1-8.4":0.052452447913539,"9.0-9.2":0.029972827379165,"9.3":0.21636634764335,"10.0-10.2":0.25383238186731,"10.3":0.32782779945962,"11.0-11.2":0.59196334073852,"11.3-11.4":1.5754467391174,"12-12.1":6.1200766904833},I:{"3":0.0020714527687296,"4":0.25893159609121,_:"67","2.1":0,"2.2":0.0020714527687296,"2.3":0.05800067752443,"4.1":0.10150118566775,"4.2-4.3":0.49093430618893,"4.4":0,"4.4.3-4.4.4":0.99429732899023},A:{"6":0,"7":0,"8":0.022816680851064,"9":0.022816680851064,"10":0.096970893617021,"11":0.66168374468085,"5.5":0},B:{"12":0.011328,"13":0.050976,"14":0.033984,"15":0.243552,"16":0.181248,"17":2.107008,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.5066274244604,"5":0.073750992805755,"6.2":0.81126092086331,_:"7.2"},N:{"10":0,"11":0.264496},J:{"7":0.013008,"10":0.052032},R:{_:"0"},M:{"0":0.286176},O:{"0":0.307856},Q:{_:"1.2"},H:{"0":1.3423496082474},L:{"0":52.676608}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DO.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DO.js new file mode 100644 index 0000000..9603121 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DO.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.013912,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.159988,"30":0,"31":0,"32":0,"33":0.006956,"34":0.006956,"35":0,"36":0.006956,"37":0.006956,"38":0.027824,"39":0.006956,"40":0.006956,"41":0.013912,"42":0,"43":0.013912,"44":0.006956,"45":0,"46":0.013912,"47":0.013912,"48":0.013912,"49":0.528656,"50":0.006956,"51":0.013912,"52":0.006956,"53":0.027824,"54":0.020868,"55":0.055648,"56":0.027824,"57":0.013912,"58":0.097384,"59":0.027824,"60":0.041736,"61":0.326932,"62":0.20868,"63":0.577348,"64":0.271284,"65":0.389536,"66":0.159988,"67":0.285196,"68":0.250416,"69":1.085136,"70":28.853488,"71":0.048692,"72":0.027824,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.006956,"44":0.006956,"45":0,"46":0.006956,"47":0.013912,"48":0.083472,"49":0.006956,"50":0.006956,"51":0,"52":0.097384,"53":0.006956,"54":0.041736,"55":0.013912,"56":0.083472,"57":0.083472,"58":0.062604,"59":0.062604,"60":0.03478,"61":0.03478,"62":0.076516,"63":1.558144,"64":0.020868,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0.006956,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.006956,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006956,"49":0.027824,"50":0.006956,"51":0.020868,"52":0.006956,"53":0.006956,"54":0.006956,"55":0.006956,"56":0.911236,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.006956},E:{"4":0,"5":0.006956,"6":0,"7":0,"8":0.006956,"9":0.027824,"10":0.06956,"11":0.1739,"12":1.766824,_:"0","3.1":0,"3.2":0,"5.1":0.006956,"6.1":0.020868,"7.1":0,"9.1":0.06956,"10.1":0.146076,"11.1":0.563436},G:{"8":0.18147851816271,"3.2":0.0011202377664365,"4.0-4.1":0,"4.2-4.3":0.0011202377664365,"5.0-5.1":0.013442853197238,"6.0-6.1":0.006721426598619,"7.0-7.1":0.02576546862804,"8.1-8.4":0.062733314920444,"9.0-9.2":0.035847608525968,"9.3":0.25877492404683,"10.0-10.2":0.30358443470429,"10.3":0.39208321825278,"11.0-11.2":0.70799026838787,"11.3-11.4":1.8842399231462,"12-12.1":7.3196335658961},I:{"3":0.0014587361563518,"4":0.18234201954397,_:"67","2.1":0,"2.2":0.0014587361563518,"2.3":0.04084461237785,"4.1":0.071478071661238,"4.2-4.3":0.34572046905537,"4.4":0,"4.4.3-4.4.4":0.70019335504886},A:{"6":0,"7":0,"8":0.10165522807018,"9":0.029044350877193,"10":0.036305438596491,"11":0.66075898245614,"5.5":0},B:{"12":0.020868,"13":0.020868,"14":0.041736,"15":0.090428,"16":0.083472,"17":0.6956,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.41094,"5":0.0719145,"6.2":0.1130085,_:"7.2"},N:{"10":0.0117955,"11":0.0825685},J:{"7":0.0036528,"10":0.0146112},R:{_:"0"},M:{"0":0.082188},O:{"0":0.133936},Q:{_:"1.2"},H:{"0":0.23631272852234},L:{"0":41.486156}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DZ.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DZ.js new file mode 100644 index 0000000..1a5b68f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/DZ.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.010052,"12":0,"13":0,"14":0,"15":0.005026,"16":0.005026,"17":0.005026,"18":0.015078,"19":0.005026,"20":0.005026,"21":0,"22":0.010052,"23":0.005026,"24":0,"25":0.005026,"26":0.015078,"27":0.005026,"28":0.010052,"29":0.045234,"30":0.010052,"31":0.020104,"32":0.010052,"33":0.040208,"34":0.010052,"35":0.005026,"36":0.005026,"37":0.005026,"38":0.015078,"39":0.010052,"40":0.05026,"41":0.005026,"42":0.005026,"43":0.356846,"44":0.005026,"45":0.005026,"46":0.015078,"47":0.010052,"48":0.010052,"49":0.532756,"50":0.02513,"51":0.02513,"52":0.015078,"53":0.010052,"54":0.015078,"55":0.020104,"56":0.020104,"57":0.030156,"58":0.080416,"59":0.015078,"60":0.030156,"61":0.20104,"62":0.05026,"63":0.155806,"64":0.165858,"65":0.140728,"66":0.065338,"67":0.20104,"68":0.185962,"69":0.497574,"70":12.353908,"71":0.035182,"72":0.020104,"73":0},C:{"2":0,"3":0.005026,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0.005026,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.005026,"30":0.005026,"31":0.005026,"32":0.005026,"33":0.005026,"34":0.005026,"35":0.005026,"36":0.005026,"37":0.005026,"38":0.010052,"39":0.005026,"40":0.005026,"41":0.005026,"42":0.005026,"43":0.030156,"44":0.005026,"45":0.005026,"46":0.005026,"47":0.040208,"48":0.05026,"49":0.010052,"50":0.010052,"51":0.005026,"52":0.190988,"53":0.010052,"54":0.010052,"55":0.005026,"56":0.035182,"57":0.030156,"58":0.015078,"59":0.015078,"60":0.060312,"61":0.045234,"62":0.110572,"63":2.045582,"64":0.05026,"65":0,"3.5":0,"3.6":0.010052},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0.005026,"22":0,"23":0,"24":0,"25":0.005026,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.005026,"35":0,"36":0.020104,"37":0.090468,"38":0,"39":0,"40":0,"41":0,"42":0.005026,"43":0,"44":0,"45":0,"46":0.005026,"47":0,"48":0.005026,"49":0.005026,"50":0,"51":0.005026,"52":0,"53":0.005026,"54":0.005026,"55":0.010052,"56":0.909706,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.005026},E:{"4":0,"5":0,"6":0,"7":0,"8":0.005026,"9":0.005026,"10":0.010052,"11":0.02513,"12":0.110572,_:"0","3.1":0,"3.2":0,"5.1":0.005026,"6.1":0,"7.1":0,"9.1":0.015078,"10.1":0.02513,"11.1":0.060312},G:{"8":0.033527985589913,"3.2":0.00020696287401181,"4.0-4.1":0,"4.2-4.3":0.00020696287401181,"5.0-5.1":0.0024835544881417,"6.0-6.1":0.0012417772440708,"7.0-7.1":0.0047601461022716,"8.1-8.4":0.011589920944661,"9.0-9.2":0.0066228119683779,"9.3":0.047808423896728,"10.0-10.2":0.0560869388572,"10.3":0.072437005904133,"11.0-11.2":0.13080053637546,"11.3-11.4":0.34811155408786,"12-12.1":1.3522954187932},I:{"3":0.0049024581976113,"4":0.61280727470141,_:"67","2.1":0,"2.2":0.0049024581976113,"2.3":0.13726882953312,"4.1":0.24022045168295,"4.2-4.3":1.1618825928339,"4.4":0,"4.4.3-4.4.4":2.3531799348534},A:{"6":0.0053362469135802,"7":0.0053362469135802,"8":0.090716197530864,"9":0.021344987654321,"10":0.026681234567901,"11":0.28282108641975,"5.5":0},B:{"12":0.020104,"13":0.010052,"14":0.015078,"15":0.020104,"16":0.02513,"17":0.140728,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.46059815028902,"5":0.11259065895954,"6.2":0.10235514450867,_:"7.2"},N:{"10":0.012208909090909,"11":0.12208909090909},J:{"7":0.0029844,"10":0.0119376},R:{_:"0"},M:{"0":0.164142},O:{"0":1.11915},Q:{_:"1.2"},H:{"0":0.67810490721649},L:{"0":66.46543}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/EC.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/EC.js new file mode 100644 index 0000000..08f8a47 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/EC.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.07995,"23":0,"24":0,"25":0,"26":0.023985,"27":0,"28":0.007995,"29":0.023985,"30":0.01599,"31":0.007995,"32":0.007995,"33":0.007995,"34":0.01599,"35":0,"36":0.01599,"37":0.03198,"38":0.19188,"39":0.01599,"40":0.03198,"41":0.007995,"42":0.007995,"43":0.01599,"44":0.01599,"45":0.007995,"46":0.01599,"47":0.01599,"48":0.01599,"49":0.62361,"50":0.01599,"51":0.023985,"52":0.03198,"53":0.023985,"54":0.03198,"55":0.023985,"56":0.03198,"57":0.039975,"58":0.11193,"59":0.039975,"60":0.071955,"61":0.055965,"62":0.087945,"63":0.23985,"64":0.151905,"65":0.1599,"66":0.17589,"67":0.631605,"68":0.359775,"69":1.159275,"70":38.83971,"71":0.06396,"72":0.023985,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.007995,"30":0.007995,"31":0.007995,"32":0,"33":0,"34":0.007995,"35":0.01599,"36":0.007995,"37":0.007995,"38":0.007995,"39":0.007995,"40":0.007995,"41":0.007995,"42":0.007995,"43":0.03198,"44":0.007995,"45":0.01599,"46":0.007995,"47":0.04797,"48":0.087945,"49":0.01599,"50":0.03198,"51":0.03198,"52":0.135915,"53":0.023985,"54":0.023985,"55":0.023985,"56":0.055965,"57":0.055965,"58":0.039975,"59":0.119925,"60":0.087945,"61":0.135915,"62":0.33579,"63":4.49319,"64":0.04797,"65":0,"3.5":0,"3.6":0.007995},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0.007995,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.007995,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.007995,"37":0.007995,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.007995,"49":0.007995,"50":0,"51":0,"52":0,"53":0.007995,"54":0.007995,"55":0.007995,"56":1.05534,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.007995},E:{"4":0,"5":0,"6":0,"7":0.007995,"8":0.119925,"9":0.119925,"10":0.087945,"11":0.25584,"12":2.054715,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0.007995,"7.1":0,"9.1":0.151905,"10.1":0.343785,"11.1":0.73554},G:{"8":0.093717640348244,"3.2":0.00057850395276694,"4.0-4.1":0,"4.2-4.3":0.00057850395276694,"5.0-5.1":0.0069420474332032,"6.0-6.1":0.0034710237166016,"7.0-7.1":0.01330559091364,"8.1-8.4":0.032396221354948,"9.0-9.2":0.018512126488542,"9.3":0.13363441308916,"10.0-10.2":0.15677457119984,"10.3":0.20247638346843,"11.0-11.2":0.3656144981487,"11.3-11.4":0.97304364855399,"12-12.1":3.7799448273792},I:{"3":0.0014995385450597,"4":0.18744231813246,_:"67","2.1":0,"2.2":0.0014995385450597,"2.3":0.041987079261672,"4.1":0.073477388707926,"4.2-4.3":0.35539063517915,"4.4":0,"4.4.3-4.4.4":0.71977850162866},A:{"6":0.0082234285714286,"7":0.0082234285714286,"8":0.065787428571429,"9":0.057564,"10":0.032893714285714,"11":0.402948,"5.5":0},B:{"12":0.01599,"13":0.023985,"14":0.055965,"15":0.039975,"16":0.07995,"17":0.663585,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.7077982780083,"5":0.041031784232365,"6.2":0.112837406639,_:"7.2"},N:{"10":0.023258,"11":0.209322},J:{"7":0.003208,"10":0.012832},R:{_:"0"},M:{"0":0.10426},O:{"0":0.142355},Q:{_:"1.2"},H:{"0":0.22208992268041},L:{"0":30.36265}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/EE.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/EE.js new file mode 100644 index 0000000..5ae8f0b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/EE.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.008006,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0.008006,"19":0,"20":0,"21":0.008006,"22":0.016012,"23":0.008006,"24":0.008006,"25":0.008006,"26":0.008006,"27":0.008006,"28":0.008006,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.008006,"35":0.008006,"36":0.008006,"37":0.008006,"38":0.024018,"39":0.008006,"40":0.016012,"41":0.016012,"42":0,"43":0.064048,"44":0.032024,"45":0,"46":0.008006,"47":0.008006,"48":0,"49":0.52039,"50":0.008006,"51":0.056042,"52":0.008006,"53":0.024018,"54":0.008006,"55":0.016012,"56":0.032024,"57":0.008006,"58":1.296972,"59":0.08006,"60":0.032024,"61":0.048036,"62":0.04003,"63":0.08006,"64":0.072054,"65":0.096072,"66":0.072054,"67":0.216162,"68":0.256192,"69":1.777332,"70":32.952696,"71":0.064048,"72":0.032024,"73":0},C:{"2":0,"3":0.008006,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.008006,"11":0,"12":0,"13":0,"14":0,"15":0.008006,"16":0.008006,"17":0,"18":0,"19":0,"20":0.048036,"21":0.008006,"22":0,"23":0,"24":0,"25":0.008006,"26":0.008006,"27":0,"28":0.008006,"29":0.008006,"30":0.008006,"31":0.016012,"32":0.008006,"33":0.008006,"34":0.008006,"35":0.008006,"36":0.008006,"37":0,"38":0.008006,"39":0,"40":0,"41":0,"42":0,"43":0.168126,"44":0,"45":0.032024,"46":0.008006,"47":0.016012,"48":0.056042,"49":0,"50":0.04003,"51":0.008006,"52":0.272204,"53":0.016012,"54":0.008006,"55":0.008006,"56":0.056042,"57":0.032024,"58":0.016012,"59":0.032024,"60":0.272204,"61":0.184138,"62":0.264198,"63":5.155864,"64":0.048036,"65":0,"3.5":0,"3.6":0.08006},F:{"9":0,"11":0,"12":0.008006,"15":0,"16":0,"17":0,"18":0,"19":0.008006,"20":0.008006,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0.024018,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.024018,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.016012,"49":0.008006,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.048036,"56":1.00075,"9.5-9.6":0,"10.0-10.1":0,"10.5":0.008006,"10.6":0.008006,"11.1":0,"11.5":0,"11.6":0.016012,"12.1":0.08006},E:{"4":0.008006,"5":0.04003,"6":0.008006,"7":0,"8":0.008006,"9":0.008006,"10":0.04003,"11":0.096072,"12":3.354514,_:"0","3.1":0,"3.2":0,"5.1":0.016012,"6.1":0,"7.1":0,"9.1":0.112084,"10.1":0.32024,"11.1":0.536402},G:{"8":0.25809156529571,"3.2":0.0015931578104673,"4.0-4.1":0,"4.2-4.3":0.0015931578104673,"5.0-5.1":0.019117893725608,"6.0-6.1":0.009558946862804,"7.0-7.1":0.036642629640749,"8.1-8.4":0.08921683738617,"9.0-9.2":0.050981049934954,"9.3":0.36801945421795,"10.0-10.2":0.43174576663665,"10.3":0.55760523366356,"11.0-11.2":1.0068757362154,"11.3-11.4":2.679691437206,"12-12.1":10.409693133594},I:{"3":0.00048607600434311,"4":0.060759500542888,_:"67","2.1":0,"2.2":0.00048607600434311,"2.3":0.013610128121607,"4.1":0.023817724212812,"4.2-4.3":0.11520001302932,"4.4":0,"4.4.3-4.4.4":0.23331648208469},A:{"6":0,"7":0.0080169671232877,"8":0.040084835616438,"9":0.18439024383562,"10":0.024050901369863,"11":5.5958430520548,"5.5":0},B:{"12":0.008006,"13":0.016012,"14":0.04003,"15":0.056042,"16":0.096072,"17":1.617212,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.21664153293413,"5":0.041265053892216,"6.2":0.041265053892216,_:"7.2"},N:{"10":0.013293333333333,"11":0.026586666666667},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.155532},O:{"0":0.01994},Q:{_:"1.2"},H:{"0":0.071736034364261},L:{"0":20.784802}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/EG.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/EG.js new file mode 100644 index 0000000..f835af0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/EG.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.005992,"12":0,"13":0,"14":0,"15":0,"16":0.005992,"17":0.005992,"18":0.005992,"19":0.005992,"20":0,"21":0,"22":0.011984,"23":0.005992,"24":0.041944,"25":0.005992,"26":0.08988,"27":0.005992,"28":0.011984,"29":0.125832,"30":0.023968,"31":0.023968,"32":0.011984,"33":0.173768,"34":0.017976,"35":0.035952,"36":0.005992,"37":0.005992,"38":0.017976,"39":0.005992,"40":0.05992,"41":0.005992,"42":0.005992,"43":0.77896,"44":0.011984,"45":0.011984,"46":0.041944,"47":0.017976,"48":0.011984,"49":0.593208,"50":0.011984,"51":0.035952,"52":0.011984,"53":0.017976,"54":0.101864,"55":0.065912,"56":0.245672,"57":0.017976,"58":0.065912,"59":0.017976,"60":0.02996,"61":0.071904,"62":0.053928,"63":0.11984,"64":0.1498,"65":0.125832,"66":0.083888,"67":0.317576,"68":0.287616,"69":0.796936,"70":19.036584,"71":0.035952,"72":0.047936,"73":0},C:{"2":0.011984,"3":0,"4":0.005992,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.005992,"12":0,"13":0,"14":0,"15":0.017976,"16":0,"17":0,"18":0.005992,"19":0,"20":0,"21":0.005992,"22":0,"23":0.017976,"24":0,"25":0.005992,"26":0.005992,"27":0,"28":0,"29":0.005992,"30":0.053928,"31":0.005992,"32":0.005992,"33":0.005992,"34":0.005992,"35":0.005992,"36":0.005992,"37":0.005992,"38":0.005992,"39":0.011984,"40":0.011984,"41":0.005992,"42":0.005992,"43":0.035952,"44":0.011984,"45":0.011984,"46":0.005992,"47":0.05992,"48":0.083888,"49":0.023968,"50":0.011984,"51":0.05992,"52":0.41944,"53":0.011984,"54":0.011984,"55":0.011984,"56":0.035952,"57":0.02996,"58":0.017976,"59":0.023968,"60":0.08988,"61":0.041944,"62":0.137816,"63":2.774296,"64":0.107856,"65":0,"3.5":0,"3.6":0.005992},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.005992,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.011984,"37":0.047936,"38":0,"39":0,"40":0,"41":0,"42":0.005992,"43":0.047936,"44":0,"45":0.005992,"46":0.005992,"47":0.005992,"48":0.005992,"49":0.005992,"50":0,"51":0.005992,"52":0.005992,"53":0.005992,"54":0.011984,"55":0.035952,"56":1.102528,"9.5-9.6":0,"10.0-10.1":0.011984,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.005992},E:{"4":0,"5":0.005992,"6":0,"7":0.005992,"8":0.011984,"9":0.005992,"10":0.023968,"11":0.041944,"12":0.311584,_:"0","3.1":0,"3.2":0,"5.1":0.005992,"6.1":0,"7.1":0,"9.1":0.02996,"10.1":0.065912,"11.1":0.125832},G:{"8":0.13524245691984,"3.2":0.00083482998098669,"4.0-4.1":0,"4.2-4.3":0.00083482998098669,"5.0-5.1":0.01001795977184,"6.0-6.1":0.0050089798859201,"7.0-7.1":0.019201089562694,"8.1-8.4":0.046750478935255,"9.0-9.2":0.026714559391574,"9.3":0.19284572560793,"10.0-10.2":0.22623892484739,"10.3":0.29219049334534,"11.0-11.2":0.52761254798359,"11.3-11.4":1.4041840280196,"12-12.1":5.454779095767},I:{"3":0.0035721780673181,"4":0.44652225841477,_:"67","2.1":0,"2.2":0.0035721780673181,"2.3":0.10002098588491,"4.1":0.17503672529859,"4.2-4.3":0.8466062019544,"4.4":0,"4.4.3-4.4.4":1.7146454723127},A:{"6":0.0060531428571429,"7":0,"8":0.10895657142857,"9":0.054478285714286,"10":0.030265714285714,"11":0.39345428571429,"5.5":0},B:{"12":0.017976,"13":0.023968,"14":0.047936,"15":0.047936,"16":0.047936,"17":0.287616,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.75440776470588,"5":0.051671764705882,"6.2":0.11367788235294,_:"7.2"},N:{"10":0.01169,"11":0.12859},J:{"7":0.0016032,"10":0.0064128},R:{_:"0"},M:{"0":0.208416},O:{"0":1.030056},Q:{_:"1.2"},H:{"0":0.5843553814433},L:{"0":50.032424}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ER.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ER.js new file mode 100644 index 0000000..0caa991 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ER.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0.007828,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0.023484,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.101764,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0.023484,"41":0,"42":0,"43":0.046968,"44":0.031312,"45":0.211356,"46":0.046968,"47":0,"48":0,"49":0.07828,"50":0.046968,"51":0,"52":0.046968,"53":0,"54":0.172216,"55":0,"56":0.187872,"57":0.086108,"58":0,"59":0.360088,"60":0,"61":0.086108,"62":0.007828,"63":2.003968,"64":0.109592,"65":0,"66":0,"67":0.15656,"68":0.908048,"69":1.236824,"70":2.872876,"71":0,"72":0,"73":0},C:{"2":0,"3":0,"4":1.581256,"5":0,"6":0.007828,"7":0,"8":0,"9":0.148732,"10":0.211356,"11":0.046968,"12":0.250496,"13":0.140904,"14":0.133076,"15":0.180044,"16":0.070452,"17":0.007828,"18":0.109592,"19":0.11742,"20":0.062624,"21":0.180044,"22":0.023484,"23":0.062624,"24":0.328776,"25":0.023484,"26":0.070452,"27":0.11742,"28":0.336604,"29":0.023484,"30":0.297464,"31":0.250496,"32":0.54796,"33":0.336604,"34":0.101764,"35":0.297464,"36":0.242668,"37":0.109592,"38":1.886548,"39":0.266152,"40":1.158544,"41":2.285776,"42":3.225136,"43":3.295588,"44":0.837596,"45":0.46968,"46":0.367916,"47":3.413008,"48":1.205512,"49":0.751488,"50":1.495148,"51":0.759316,"52":2.418852,"53":3.342556,"54":0.289636,"55":1.52646,"56":0.50882,"57":1.299448,"58":0.062624,"59":0.15656,"60":0.845424,"61":1.60474,"62":5.824032,"63":1.52646,"64":0.101764,"65":0,"3.5":0,"3.6":0.07828},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0.007828,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.007828,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.007828,"35":0,"36":0,"37":0.11742,"38":0,"39":0.03914,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.023484,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.54796,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0.007828,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.790628,"11":0.007828,"12":0.062624,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0,"10.1":0.007828,"11.1":0.007828},G:{"8":0.043292728910237,"3.2":0.00026723906734714,"4.0-4.1":0,"4.2-4.3":0.00026723906734714,"5.0-5.1":0.0032068688081657,"6.0-6.1":0.0016034344040829,"7.0-7.1":0.0061464985489843,"8.1-8.4":0.01496538777144,"9.0-9.2":0.0085516501551086,"9.3":0.06173222455719,"10.0-10.2":0.072421787251076,"10.3":0.0935336735715,"11.0-11.2":0.16889509056339,"11.3-11.4":0.44949611127789,"12-12.1":1.7461400660462},I:{"3":0.0022141237785016,"4":0.2767654723127,_:"67","2.1":0,"2.2":0.0022141237785016,"2.3":0.061995465798046,"4.1":0.10849206514658,"4.2-4.3":0.52474733550489,"4.4":0,"4.4.3-4.4.4":1.0627794136808},A:{"6":0.007828,"7":0,"8":0.250496,"9":0.023484,"10":0.31312,"11":1.080264,"5.5":0},B:{"12":0.133076,"13":0.180044,"14":0.07828,"15":0.266152,"16":0,"17":0.140904,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.4096692927757,"5":1.034433581749,"6.2":0.12169806844106,_:"7.2"},N:{"10":0,"11":0},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.812328},O:{"0":3.299268},Q:{_:"1.2"},H:{"0":0.049351422680412},L:{"0":23.087704}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ES.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ES.js new file mode 100644 index 0000000..4cc2fd9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ES.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006754,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.006754,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.162096,"30":0,"31":0.006754,"32":0,"33":0,"34":0.006754,"35":0.006754,"36":0,"37":0.006754,"38":0.03377,"39":0.006754,"40":0.006754,"41":0.006754,"42":0,"43":0.006754,"44":0.006754,"45":0.006754,"46":0.013508,"47":0.006754,"48":0.013508,"49":0.729432,"50":0.006754,"51":0.020262,"52":0.013508,"53":0.013508,"54":0.013508,"55":0.020262,"56":0.03377,"57":0.027016,"58":0.054032,"59":0.020262,"60":0.027016,"61":0.148588,"62":0.060786,"63":0.13508,"64":0.074294,"65":0.094556,"66":0.094556,"67":0.195866,"68":0.16885,"69":0.830742,"70":21.862698,"71":0.040524,"72":0.013508,"73":0},C:{"2":0,"3":0,"4":0.006754,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.006754,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.006754,"32":0,"33":0,"34":0.006754,"35":0.006754,"36":0,"37":0.006754,"38":0.013508,"39":0.006754,"40":0,"41":0.006754,"42":0.006754,"43":0.013508,"44":0,"45":0.027016,"46":0.006754,"47":0.020262,"48":0.06754,"49":0.013508,"50":0.013508,"51":0.020262,"52":0.27016,"53":0.013508,"54":0.013508,"55":0.040524,"56":0.03377,"57":0.047278,"58":0.040524,"59":0.040524,"60":0.128326,"61":0.060786,"62":0.182358,"63":3.329722,"64":0.020262,"65":0,"3.5":0,"3.6":0.006754},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.020262,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006754,"49":0.006754,"50":0.006754,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.54032,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.006754},E:{"4":0,"5":0.006754,"6":0,"7":0.006754,"8":0.03377,"9":0.027016,"10":0.040524,"11":0.121572,"12":1.438602,_:"0","3.1":0,"3.2":0,"5.1":0.006754,"6.1":0.020262,"7.1":0,"9.1":0.087802,"10.1":0.175604,"11.1":0.391732},G:{"8":0.25453521705194,"3.2":0.0015712050435305,"4.0-4.1":0,"4.2-4.3":0.0015712050435305,"5.0-5.1":0.018854460522366,"6.0-6.1":0.0094272302611828,"7.0-7.1":0.036137716001201,"8.1-8.4":0.087987482437706,"9.0-9.2":0.050278561392975,"9.3":0.36294836505554,"10.0-10.2":0.42579656679676,"10.3":0.54992176523566,"11.0-11.2":0.99300158751126,"11.3-11.4":2.6427668832183,"12-12.1":10.266253754428},I:{"3":0.00078272312703583,"4":0.097840390879479,_:"67","2.1":0,"2.2":0.00078272312703583,"2.3":0.021916247557003,"4.1":0.038353433224756,"4.2-4.3":0.18550538110749,"4.4":0,"4.4.3-4.4.4":0.3757071009772},A:{"6":0,"7":0.0068042156133829,"8":0.088454802973978,"9":0.040825293680297,"10":0.040825293680297,"11":1.653424394052,"5.5":0},B:{"12":0.006754,"13":0.013508,"14":0.03377,"15":0.047278,"16":0.10131,"17":1.391324,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.29493156,"5":0.05266635,"6.2":0.07373289,_:"7.2"},N:{"10":0,"11":0.071412},J:{"7":0.0006492,"10":0.0025968},R:{_:"0"},M:{"0":0.214236},O:{"0":0.077904},Q:{_:"1.2"},H:{"0":0.15980136082474},L:{"0":42.860432}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ET.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ET.js new file mode 100644 index 0000000..aa99cca --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ET.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.025296,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0.003162,"20":0,"21":0,"22":0,"23":0.006324,"24":0,"25":0.003162,"26":0.018972,"27":0.003162,"28":0,"29":0.003162,"30":0.003162,"31":0.006324,"32":0.003162,"33":0.044268,"34":0,"35":0,"36":0.003162,"37":0.003162,"38":0.003162,"39":0.003162,"40":0.069564,"41":0,"42":0.003162,"43":0.471138,"44":0.107508,"45":0.003162,"46":0.009486,"47":0.003162,"48":0,"49":0.041106,"50":0.006324,"51":0.006324,"52":0.003162,"53":0.006324,"54":0.003162,"55":0.022134,"56":0.003162,"57":0.009486,"58":0.034782,"59":0.006324,"60":0.028458,"61":0.072726,"62":0.012648,"63":0.037944,"64":0.07905,"65":0.091698,"66":0.018972,"67":0.066402,"68":0.06324,"69":0.22134,"70":3.522468,"71":0.034782,"72":0.018972,"73":0},C:{"2":0,"3":0,"4":0.003162,"5":0.003162,"6":0,"7":0,"8":0,"9":0,"10":0.003162,"11":0.003162,"12":0.003162,"13":0,"14":0.003162,"15":0.003162,"16":0,"17":0,"18":0,"19":0,"20":0.012648,"21":0.003162,"22":0,"23":0.003162,"24":0.006324,"25":0.006324,"26":0.006324,"27":0.006324,"28":0.003162,"29":0.012648,"30":0.009486,"31":0.018972,"32":0.009486,"33":0.003162,"34":0.009486,"35":0.009486,"36":0.009486,"37":0.012648,"38":0.012648,"39":0.012648,"40":0.012648,"41":0.009486,"42":0.01581,"43":0.056916,"44":0.041106,"45":0.012648,"46":0.009486,"47":0.075888,"48":0.037944,"49":0.018972,"50":0.009486,"51":0.006324,"52":0.11067,"53":0.006324,"54":0.01581,"55":0.006324,"56":0.034782,"57":0.025296,"58":0.01581,"59":0.022134,"60":0.04743,"61":0.066402,"62":0.107508,"63":1.271124,"64":0.243474,"65":0,"3.5":0,"3.6":0.003162},F:{"9":0,"11":0.003162,"12":0.003162,"15":0.003162,"16":0.009486,"17":0.009486,"18":0.025296,"19":0.028458,"20":0.060078,"21":0.012648,"22":0.006324,"23":0.034782,"24":0,"25":0,"26":0.003162,"27":0.003162,"28":0.018972,"29":0.009486,"30":0.028458,"31":0,"32":0.01581,"33":0.009486,"34":0.003162,"35":0.012648,"36":0.003162,"37":0.009486,"38":0.003162,"39":0,"40":0.003162,"41":0,"42":0.006324,"43":0.003162,"44":0,"45":0.006324,"46":0.003162,"47":0.006324,"48":0.009486,"49":0,"50":0.003162,"51":0,"52":0.003162,"53":0.006324,"54":0.006324,"55":0.009486,"56":0.499596,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.072726},E:{"4":0,"5":0,"6":0.003162,"7":0.003162,"8":0.006324,"9":0.003162,"10":0.006324,"11":0.012648,"12":0.091698,_:"0","3.1":0,"3.2":0,"5.1":0.003162,"6.1":0,"7.1":0,"9.1":0.01581,"10.1":0.009486,"11.1":0.041106},G:{"8":0.031771712999099,"3.2":0.00019612168517963,"4.0-4.1":0,"4.2-4.3":0.00019612168517963,"5.0-5.1":0.0023534602221555,"6.0-6.1":0.0011767301110778,"7.0-7.1":0.0045107987591314,"8.1-8.4":0.010982814370059,"9.0-9.2":0.006275893925748,"9.3":0.045304109276494,"10.0-10.2":0.053148976683679,"10.3":0.068642589812869,"11.0-11.2":0.12394890503352,"11.3-11.4":0.32987667447213,"12-12.1":1.2814590909637},I:{"3":0.0081720043431053,"4":1.0215005428882,_:"67","2.1":0,"2.2":0.0081720043431053,"2.3":0.22881612160695,"4.1":0.40042821281216,"4.2-4.3":1.936765029316,"4.4":0,"4.4.3-4.4.4":3.9225620846906},A:{"6":0,"7":0,"8":0.046257573033708,"9":0.0099123370786517,"10":0.016520561797753,"11":0.22137552808989,"5.5":0},B:{"12":0.053754,"13":0.037944,"14":0.025296,"15":0.018972,"16":0.04743,"17":0.161262,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.8193072992701,"5":0.24257430656934,"6.2":0.080858102189781,_:"7.2"},N:{"10":0.051664888888889,"11":0.064581111111111},J:{"7":0.0013676,"10":0.0054704},R:{_:"0"},M:{"0":0.259844},O:{"0":4.013906},Q:{_:"1.2"},H:{"0":25.564943920962},L:{"0":33.54152}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FI.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FI.js new file mode 100644 index 0000000..397641e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FI.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006949,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.006949,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":1.271667,"30":0,"31":0.006949,"32":0,"33":0.006949,"34":0.006949,"35":0,"36":0,"37":0.020847,"38":0.034745,"39":0.006949,"40":0.006949,"41":0.006949,"42":0,"43":0.006949,"44":0.006949,"45":0.006949,"46":0.006949,"47":0.020847,"48":0.006949,"49":0.194572,"50":0.006949,"51":0.013898,"52":0.006949,"53":0.013898,"54":0.020847,"55":0.013898,"56":0.020847,"57":0.674053,"58":0.166776,"59":0.027796,"60":0.020847,"61":0.576767,"62":0.097286,"63":0.132031,"64":0.083388,"65":0.152878,"66":0.111184,"67":0.173725,"68":0.222368,"69":1.125738,"70":19.651772,"71":0.034745,"72":0.013898,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0.006949,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.006949,"34":0,"35":0,"36":0,"37":0,"38":0.006949,"39":0,"40":0.006949,"41":0,"42":0,"43":0.020847,"44":0,"45":0.013898,"46":0.006949,"47":0.013898,"48":0.034745,"49":0.013898,"50":0.006949,"51":0.006949,"52":0.180674,"53":0.006949,"54":0.020847,"55":0.006949,"56":0.083388,"57":0.027796,"58":0.013898,"59":0.048643,"60":0.368297,"61":0.083388,"62":0.27796,"63":5.468863,"64":0.034745,"65":0,"3.5":0.006949,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.006949,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006949,"49":0,"50":0,"51":0,"52":0,"53":0.006949,"54":0,"55":0.006949,"56":0.701849,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.006949},E:{"4":0,"5":0.006949,"6":0,"7":0.006949,"8":0.020847,"9":0.006949,"10":0.06949,"11":0.132031,"12":1.855383,_:"0","3.1":0,"3.2":0,"5.1":0.006949,"6.1":0.006949,"7.1":0,"9.1":0.194572,"10.1":0.284909,"11.1":0.562869},G:{"8":0.3421904941459,"3.2":0.0021122870009006,"4.0-4.1":0,"4.2-4.3":0.0021122870009006,"5.0-5.1":0.025347444010808,"6.0-6.1":0.012673722005404,"7.0-7.1":0.048582601020715,"8.1-8.4":0.11828807205044,"9.0-9.2":0.06759318402882,"9.3":0.48793829720805,"10.0-10.2":0.57242977724407,"10.3":0.73930045031522,"11.0-11.2":1.3349653845692,"11.3-11.4":3.5528667355149,"12-12.1":13.801683263885},I:{"3":0.00052522692725299,"4":0.065653365906623,_:"67","2.1":0,"2.2":0.00052522692725299,"2.3":0.014706353963084,"4.1":0.025736119435396,"4.2-4.3":0.12447878175896,"4.4":0,"4.4.3-4.4.4":0.25210892508143},A:{"6":0.0070288735632184,"7":0,"8":0.063259862068966,"9":0.028115494252874,"10":0.049202114942529,"11":2.2984416551724,"5.5":0},B:{"12":0.006949,"13":0.013898,"14":0.06949,"15":0.125082,"16":0.132031,"17":1.897077,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.31768708520179,"5":0.084716556053812,"6.2":0.11648526457399,_:"7.2"},N:{"10":0.0127760625,"11":0.1916409375},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.424089},O:{"0":0.082377},Q:{_:"1.2"},H:{"0":0.27151803092784},L:{"0":32.074029}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FJ.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FJ.js new file mode 100644 index 0000000..46d2aaa --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FJ.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.004332,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0.004332,"40":0,"41":0,"42":0,"43":0.012996,"44":0,"45":0,"46":0.008664,"47":0.004332,"48":0,"49":0.142956,"50":0,"51":0.004332,"52":0.004332,"53":0.030324,"54":0,"55":0.004332,"56":0.004332,"57":0.02166,"58":0.012996,"59":0.004332,"60":0.012996,"61":0.008664,"62":0.056316,"63":0.298908,"64":0.008664,"65":0.047652,"66":0.030324,"67":0.073644,"68":0.112632,"69":0.268584,"70":8.689992,"71":0.004332,"72":0.008664,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0.004332,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0.004332,"15":0.004332,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.008664,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.008664,"44":0,"45":0.038988,"46":0,"47":0.025992,"48":0.138624,"49":0,"50":0,"51":0,"52":0.047652,"53":0.004332,"54":0.004332,"55":0.004332,"56":0.012996,"57":0.012996,"58":0.02166,"59":0.004332,"60":0.056316,"61":0.025992,"62":0.116964,"63":1.745796,"64":0.155952,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.311904,"37":0.012996,"38":0.004332,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.004332,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.155952,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0.004332,"6":0,"7":0,"8":0,"9":0.012996,"10":0.008664,"11":0.060648,"12":0.277248,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.012996,"10.1":0.08664,"11.1":0.212268},G:{"8":0.13800642689883,"3.2":0.00085189152406685,"4.0-4.1":0,"4.2-4.3":0.00085189152406685,"5.0-5.1":0.010222698288802,"6.0-6.1":0.0051113491444011,"7.0-7.1":0.019593505053537,"8.1-8.4":0.047705925347743,"9.0-9.2":0.027260528770139,"9.3":0.19678694205944,"10.0-10.2":0.23086260302212,"10.3":0.2981620334234,"11.0-11.2":0.53839544321025,"11.3-11.4":1.4328815434804,"12-12.1":5.5662592182528},I:{"3":0.0019298241042345,"4":0.24122801302932,_:"67","2.1":0,"2.2":0.0019298241042345,"2.3":0.054035074918567,"4.1":0.094561381107492,"4.2-4.3":0.45736831270358,"4.4":0,"4.4.3-4.4.4":0.92631557003257},A:{"6":0,"7":0,"8":0.03153696,"9":0.01351584,"10":0.01802112,"11":0.50008608,"5.5":0},B:{"12":0.008664,"13":0.034656,"14":0.060648,"15":0.06498,"16":0.077976,"17":0.554496,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":3.3282586206897,"5":0.22739655172414,"6.2":0.72353448275862,_:"7.2"},N:{"10":0.011037684210526,"11":0.19867831578947},J:{"7":0.0011336,"10":0.0045344},R:{_:"0"},M:{"0":0.19838},O:{"0":2.760316},Q:{_:"1.2"},H:{"0":1.1537106872852},L:{"0":57.20296}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FK.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FK.js new file mode 100644 index 0000000..0bc8b24 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FK.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0.206019,"47":0,"48":0,"49":1.005123,"50":0,"51":0,"52":0,"53":0.074916,"54":0.106131,"55":0.106131,"56":0.049944,"57":0,"58":0,"59":0,"60":0,"61":0,"62":0,"63":0,"64":0,"65":0,"66":0,"67":0,"68":0.337122,"69":0.518169,"70":11.306073,"71":0,"72":0,"73":0},C:{"2":0,"3":0.024972,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0.074916,"53":0,"54":0,"55":0,"56":0,"57":0.049944,"58":0,"59":0,"60":0,"61":0.024972,"62":0.181047,"63":3.820716,"64":0,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.362094,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.181047,"9":0.43701,"10":0,"11":0.049944,"12":0.643029,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.568113,"10.1":0.024972,"11.1":1.367217},G:{"8":0.65843081897328,"3.2":0.00406438777144,"4.0-4.1":0,"4.2-4.3":0.00406438777144,"5.0-5.1":0.04877265325728,"6.0-6.1":0.02438632662864,"7.0-7.1":0.09348091874312,"8.1-8.4":0.22760571520064,"9.0-9.2":0.13006040868608,"9.3":0.93887357520264,"10.0-10.2":1.1014490860602,"10.3":1.422535720004,"11.0-11.2":2.5686930715501,"11.3-11.4":6.8363002315621,"12-12.1":26.556709698589},I:{"3":0.00050160912052117,"4":0.062701140065147,_:"67","2.1":0,"2.2":0.00050160912052117,"2.3":0.014045055374593,"4.1":0.024578846905537,"4.2-4.3":0.11888136156352,"4.4":0,"4.4.3-4.4.4":0.24077237785016},A:{"6":0,"7":0,"8":0.34722971428571,"9":0.051441439153439,"10":0.37295043386243,"11":2.8742904126984,"5.5":0},B:{"12":0.518169,"13":0,"14":0,"15":0.106131,"16":0.074916,"17":0.824076,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.42550760679612,"5":0.1031533592233,"6.2":0,_:"7.2"},N:{"10":0,"11":0},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.371943},O:{"0":0},Q:{_:"1.2"},H:{"0":0},L:{"0":27.645809}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FM.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FM.js new file mode 100644 index 0000000..8e8132d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FM.js @@ -0,0 +1 @@ +module.exports={D:{"26":0.47466,"33":0.01172,"46":0.01172,"49":0.66804,"50":0.00586,"52":0.01172,"53":0.08204,"56":0.01758,"57":0.2051,"58":1.2013,"59":0.06446,"60":0.01758,"63":0.07032,"65":0.04102,"66":0.02344,"67":0.04102,"68":0.2051,"69":1.79902,"70":25.74298,"71":0.00586,"72":0.01758,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 32 34 35 36 37 38 39 40 41 42 43 44 45 47 48 51 54 55 61 62 64 73"},C:{"10":0.0293,"13":0.01172,"23":0.01172,"28":0.0586,"44":0.01172,"45":0.00586,"47":0.08204,"48":0.12306,"49":0.01172,"50":0.00586,"52":0.01172,"53":0.03516,"56":0.03516,"57":0.04102,"59":0.02344,"60":1.19544,"61":0.07032,"62":0.12306,"63":3.35778,"64":0.45708,_:"2 3 4 5 6 7 8 9 11 12 14 15 16 17 18 19 20 21 22 24 25 26 27 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 46 51 54 55 58 65 3.5 3.6"},F:{"36":0.0586,"37":0.02344,"55":0.01172,"56":1.11926,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 9.5-9.6 10.5 10.6 11.1 11.5 11.6 12.1","10.0-10.1":0},E:{"4":0,"8":0.01758,"9":0.02344,"10":0.48638,"11":0.03516,"12":0.83798,_:"0 5 6 7 3.1 3.2 6.1 7.1","5.1":0.0586,"9.1":0.11134,"10.1":0.05274,"11.1":0.09962},G:{"8":0.074045704593215,"3.2":0.0004570722505754,"4.0-4.1":0,"4.2-4.3":0.0004570722505754,"5.0-5.1":0.0054848670069048,"6.0-6.1":0.0027424335034524,"7.0-7.1":0.010512661763234,"8.1-8.4":0.025596046032223,"9.0-9.2":0.014626312018413,"9.3":0.10558368988292,"10.0-10.2":0.12386657990593,"10.3":0.15997528770139,"11.0-11.2":0.28886966236365,"11.3-11.4":0.76879552546783,"12-12.1":2.9865100852597},I:{"3":0.0014702573289902,"4":0.18378216612378,_:"67","2.1":0,"2.2":0.0014702573289902,"2.3":0.041167205211726,"4.1":0.072042609120521,"4.2-4.3":0.34845098697068,"4.4":0,"4.4.3-4.4.4":0.70572351791531},A:{"8":0.01758,"9":0.0293,"10":0.01758,"11":5.20368,_:"6 7 5.5"},B:{"12":0.03516,"13":0.65046,"14":0.26956,"15":0.16408,"16":0.39262,"17":2.3733,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.6740827826087,_:"5 7.2","6.2":0.038889391304348},N:{"10":0.011893714285714,"11":0.120089},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.086961},O:{"0":1.714374},Q:{_:"1.2"},H:{"0":0.43124743986254},L:{"0":38.783668}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FO.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FO.js new file mode 100644 index 0000000..5d65b2a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FO.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.006258,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.012516,"34":0.025032,"35":0,"36":0,"37":0,"38":0.012516,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0.006258,"47":0,"48":0,"49":0.413028,"50":0,"51":0,"52":0,"53":0.043806,"54":0,"55":0,"56":0.012516,"57":0,"58":0,"59":0,"60":0,"61":0.018774,"62":0.018774,"63":0.006258,"64":0,"65":0.03129,"66":0.137676,"67":0.100128,"68":0.112644,"69":0.581994,"70":13.323282,"71":0.025032,"72":0,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0.006258,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.012516,"46":0,"47":0,"48":0.025032,"49":0,"50":0.018774,"51":0,"52":0.043806,"53":0,"54":0,"55":0,"56":0.012516,"57":0.006258,"58":0.006258,"59":0.012516,"60":0.37548,"61":0.012516,"62":0.100128,"63":2.015076,"64":0.006258,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.09387,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.037548,"9":0.006258,"10":0.012516,"11":0.06258,"12":1.013796,_:"0","3.1":0,"3.2":0,"5.1":0.012516,"6.1":0.018774,"7.1":0,"9.1":0.21903,"10.1":0.319158,"11.1":0.444318},G:{"8":0.80822968838187,"3.2":0.0049890721505054,"4.0-4.1":0,"4.2-4.3":0.0049890721505054,"5.0-5.1":0.059868865806064,"6.0-6.1":0.029934432903032,"7.0-7.1":0.11474865946162,"8.1-8.4":0.2793880404283,"9.0-9.2":0.15965030881617,"9.3":1.1524756667667,"10.0-10.2":1.352038552787,"10.3":1.7461752526769,"11.0-11.2":3.1530935991194,"11.3-11.4":8.39161935715,"12-12.1":32.598597431402},I:{"3":0.00017778718783931,"4":0.022223398479913,_:"67","2.1":0,"2.2":0.00017778718783931,"2.3":0.0049780412595005,"4.1":0.0087115722041259,"4.2-4.3":0.042135563517915,"4.4":0,"4.4.3-4.4.4":0.085337850162866},A:{"6":0,"7":0.012529738748628,"8":0.012529738748628,"9":0.03132434687157,"10":0.050118954994512,"11":5.6007932206367,"5.5":0},B:{"12":0.006258,"13":0,"14":0.075096,"15":0.118902,"16":0.200256,"17":3.923766,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.30611910994764,"5":0.08571335078534,"6.2":0.12244764397906,_:"7.2"},N:{"10":0,"11":0.11226},J:{"7":0.0014968,"10":0.0059872},R:{_:"0"},M:{"0":0.134712},O:{"0":0},Q:{_:"1.2"},H:{"0":0.081481728522337},L:{"0":12.351158}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FR.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FR.js new file mode 100644 index 0000000..c042358 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/FR.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006746,"12":0,"13":0,"14":0,"15":0,"16":0.006746,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.006746,"23":0.006746,"24":0,"25":0.006746,"26":0.006746,"27":0.006746,"28":0.006746,"29":0.128174,"30":0.006746,"31":0.006746,"32":0.006746,"33":0,"34":0.020238,"35":0.006746,"36":0.013492,"37":0.020238,"38":0.047222,"39":0.013492,"40":0.006746,"41":0.006746,"42":0.006746,"43":0.013492,"44":0.006746,"45":0.006746,"46":0.020238,"47":0.013492,"48":0.013492,"49":0.492458,"50":0.020238,"51":0.03373,"52":0.013492,"53":0.020238,"54":0.519442,"55":0.06746,"56":0.03373,"57":0.047222,"58":0.06746,"59":0.03373,"60":0.040476,"61":0.155158,"62":0.16865,"63":0.323808,"64":0.209126,"65":0.229364,"66":0.107936,"67":0.182142,"68":0.195634,"69":0.971424,"70":18.733642,"71":0.03373,"72":0.013492,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006746,"12":0.006746,"13":0,"14":0,"15":0,"16":0.006746,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0.013492,"25":0,"26":0.006746,"27":0,"28":0,"29":0.006746,"30":0,"31":0.006746,"32":0,"33":0.006746,"34":0.013492,"35":0,"36":0,"37":0,"38":0.020238,"39":0.006746,"40":0.006746,"41":0.006746,"42":0.006746,"43":0.006746,"44":0.006746,"45":0.053968,"46":0.006746,"47":0.026984,"48":0.256348,"49":0.020238,"50":0.020238,"51":0.020238,"52":0.37103,"53":0.013492,"54":0.020238,"55":0.013492,"56":0.060714,"57":0.087698,"58":0.047222,"59":0.06746,"60":0.242856,"61":0.10119,"62":0.26984,"63":5.052754,"64":0.047222,"65":0,"3.5":0,"3.6":0.006746},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.006746,"32":0,"33":0,"34":0,"35":0,"36":0.013492,"37":0.006746,"38":0,"39":0,"40":0.006746,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006746,"49":0.013492,"50":0.006746,"51":0.013492,"52":0.006746,"53":0,"54":0.006746,"55":0.006746,"56":0.57341,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.006746},E:{"4":0.013492,"5":0.013492,"6":0,"7":0.006746,"8":0.013492,"9":0.026984,"10":0.06746,"11":0.195634,"12":2.280148,_:"0","3.1":0,"3.2":0,"5.1":0.026984,"6.1":0.040476,"7.1":0,"9.1":0.13492,"10.1":0.283332,"11.1":0.6746},G:{"8":0.34913433323326,"3.2":0.0021551502051436,"4.0-4.1":0,"4.2-4.3":0.0021551502051436,"5.0-5.1":0.025861802461723,"6.0-6.1":0.012930901230862,"7.0-7.1":0.049568454718303,"8.1-8.4":0.12068841148804,"9.0-9.2":0.068964806564595,"9.3":0.49783969738817,"10.0-10.2":0.58404570559392,"10.3":0.75430257180026,"11.0-11.2":1.3620549296508,"11.3-11.4":3.6249626450515,"12-12.1":14.081751440408},I:{"3":0.00096582410423453,"4":0.12072801302932,_:"67","2.1":0,"2.2":0.00096582410423453,"2.3":0.027043074918567,"4.1":0.047325381107492,"4.2-4.3":0.22890031270358,"4.4":0,"4.4.3-4.4.4":0.46359557003257},A:{"6":0.0068443381924198,"7":0.0068443381924198,"8":0.17795279300292,"9":0.061599043731778,"10":0.088976396501458,"11":2.005391090379,"5.5":0},B:{"12":0.013492,"13":0.020238,"14":0.053968,"15":0.094444,"16":0.175396,"17":1.902372,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.48433872243346,"5":0.094761923954373,"6.2":0.094761923954373,_:"7.2"},N:{"10":0.0117144,"11":0.1054296},J:{"7":0.003254,"10":0.013016},R:{_:"0"},M:{"0":0.247304},O:{"0":0.263574},Q:{_:"1.2"},H:{"0":0.16943723367698},L:{"0":31.744142}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GA.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GA.js new file mode 100644 index 0000000..a4ebbab --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GA.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0.004431,"9":0,"10":0,"11":0.026586,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.004431,"23":0,"24":0.031017,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.008862,"34":0,"35":0,"36":0.004431,"37":0,"38":0.008862,"39":0.017724,"40":0.004431,"41":0,"42":0,"43":0.013293,"44":0,"45":0.004431,"46":0.004431,"47":0.004431,"48":0,"49":0.319032,"50":0.004431,"51":0.004431,"52":0,"53":0,"54":0,"55":0.013293,"56":0.017724,"57":0.008862,"58":0.053172,"59":0.004431,"60":0.026586,"61":0,"62":0.026586,"63":0.256998,"64":0.022155,"65":0.199395,"66":0.057603,"67":0.292446,"68":0.203826,"69":0.372204,"70":8.494227,"71":0.039879,"72":0.004431,"73":0},C:{"2":0,"3":0.013293,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0.004431,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0.004431,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.008862,"39":0,"40":0.004431,"41":0,"42":0,"43":0.013293,"44":0.004431,"45":0,"46":0,"47":0.022155,"48":0.358911,"49":0,"50":0.004431,"51":0.004431,"52":0.093051,"53":0.017724,"54":0.004431,"55":0.004431,"56":0.017724,"57":0.013293,"58":0.017724,"59":0.008862,"60":0.053172,"61":0.053172,"62":0.093051,"63":2.30412,"64":0.053172,"65":0,"3.5":0,"3.6":0.004431},F:{"9":0,"11":0,"12":0,"15":0.004431,"16":0.004431,"17":0,"18":0.004431,"19":0.008862,"20":0.008862,"21":0.008862,"22":0.013293,"23":0.022155,"24":0,"25":0,"26":0.008862,"27":0.004431,"28":0.004431,"29":0,"30":0.004431,"31":0,"32":0,"33":0.004431,"34":0,"35":0.004431,"36":0,"37":0.004431,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.008862,"46":0,"47":0,"48":0.013293,"49":0.004431,"50":0,"51":0,"52":0,"53":0,"54":0.004431,"55":0.004431,"56":0.943803,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.084189},E:{"4":0,"5":0.004431,"6":0,"7":0,"8":0.004431,"9":0,"10":0.004431,"11":0.026586,"12":0.651357,_:"0","3.1":0,"3.2":0,"5.1":0.004431,"6.1":0,"7.1":0,"9.1":0.013293,"10.1":0.097482,"11.1":0.115206},G:{"8":0.067216236565596,"3.2":0.00041491504052837,"4.0-4.1":0,"4.2-4.3":0.00041491504052837,"5.0-5.1":0.0049789804863404,"6.0-6.1":0.0024894902431702,"7.0-7.1":0.0095430459321525,"8.1-8.4":0.023235242269589,"9.0-9.2":0.013277281296908,"9.3":0.095845374362053,"10.0-10.2":0.11244197598319,"10.3":0.14522026418493,"11.0-11.2":0.26222630561393,"11.3-11.4":0.69788709816872,"12-12.1":2.7110548748124},I:{"3":0.0024319543973941,"4":0.30399429967427,_:"67","2.1":0,"2.2":0.0024319543973941,"2.3":0.068094723127036,"4.1":0.11916576547231,"4.2-4.3":0.57637319218241,"4.4":0,"4.4.3-4.4.4":1.1673381107492},A:{"6":0,"7":0.004431,"8":0.08862,"9":0,"10":0.022155,"11":0.469686,"5.5":0},B:{"12":0.110775,"13":0.04431,"14":0.057603,"15":0.062034,"16":0.066465,"17":0.434238,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":2.4574296989474,"5":0.17479625473684,"6.2":0.23648905052632,_:"7.2"},N:{"10":0.090032166666667,"11":0.99035383333333},J:{"7":0.1046972,"10":0.4187888},R:{_:"0"},M:{"0":0.150363},O:{"0":1.481354},Q:{_:"1.2"},H:{"0":12.052636484536},L:{"0":45.718412}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GB.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GB.js new file mode 100644 index 0000000..63b29af --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GB.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.006282,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006282,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.006282,"23":0,"24":0,"25":0.006282,"26":0.006282,"27":0,"28":0,"29":0.150768,"30":0,"31":0,"32":0,"33":0.006282,"34":0.006282,"35":0.012564,"36":0.006282,"37":0.006282,"38":0.025128,"39":0.006282,"40":0.09423,"41":0.006282,"42":0,"43":0.012564,"44":0.006282,"45":0.006282,"46":0.006282,"47":0.006282,"48":0.006282,"49":0.238716,"50":0.006282,"51":0.018846,"52":0.006282,"53":0.012564,"54":0.018846,"55":0.050256,"56":0.037692,"57":0.025128,"58":0.144486,"59":0.025128,"60":0.043974,"61":0.113076,"62":0.043974,"63":0.100512,"64":0.06282,"65":0.09423,"66":0.113076,"67":0.182178,"68":0.213588,"69":1.124478,"70":16.722684,"71":0.037692,"72":0.018846,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0.006282,"31":0,"32":0,"33":0.012564,"34":0.006282,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.006282,"44":0,"45":0.012564,"46":0,"47":0.006282,"48":0.06282,"49":0.006282,"50":0.006282,"51":0.006282,"52":0.119358,"53":0.006282,"54":0.012564,"55":0.006282,"56":0.018846,"57":0.025128,"58":0.006282,"59":0.018846,"60":0.069102,"61":0.043974,"62":0.12564,"63":1.97883,"64":0.025128,"65":0,"3.5":0,"3.6":0.012564},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.006282,"32":0,"33":0,"34":0,"35":0,"36":0.006282,"37":0,"38":0,"39":0,"40":0.006282,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006282,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.006282,"56":0.402048,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.006282},E:{"4":0,"5":0.006282,"6":0.006282,"7":0,"8":0.012564,"9":0.018846,"10":0.043974,"11":0.138204,"12":1.959984,_:"0","3.1":0,"3.2":0,"5.1":0.012564,"6.1":0.006282,"7.1":0,"9.1":0.106794,"10.1":0.25128,"11.1":0.540252},G:{"8":0.63325928069649,"3.2":0.0039090079055339,"4.0-4.1":0,"4.2-4.3":0.0039090079055339,"5.0-5.1":0.046908094866406,"6.0-6.1":0.023454047433203,"7.0-7.1":0.089907181827279,"8.1-8.4":0.2189044427099,"9.0-9.2":0.12508825297708,"9.3":0.90298082617832,"10.0-10.2":1.0593411423997,"10.3":1.3681527669369,"11.0-11.2":2.4704929962974,"11.3-11.4":6.574951297108,"12-12.1":25.541457654758},I:{"3":0.0012849706840391,"4":0.16062133550489,_:"67","2.1":0,"2.2":0.0012849706840391,"2.3":0.035979179153094,"4.1":0.062963563517915,"4.2-4.3":0.30453805211726,"4.4":0,"4.4.3-4.4.4":0.61678592833876},A:{"6":0,"7":0,"8":0.031481876430206,"9":0.05037100228833,"10":0.037778251716247,"11":2.6318848695652,"5.5":0},B:{"12":0.012564,"13":0.025128,"14":0.075384,"15":0.131922,"16":0.201024,"17":2.57562,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.26737386281588,"5":0.066843465703971,"6.2":0.0779840433213,_:"7.2"},N:{"10":0,"11":0.159874},J:{"7":0.0044616,"10":0.0178464},R:{_:"0"},M:{"0":0.178464},O:{"0":0.115258},Q:{_:"1.2"},H:{"0":0.15135837457045},L:{"0":21.330592}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GD.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GD.js new file mode 100644 index 0000000..805dd62 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GD.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.006239,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.006239,"39":0,"40":0,"41":0,"42":0,"43":0.006239,"44":0,"45":0,"46":0.006239,"47":0,"48":0,"49":0.324428,"50":0.006239,"51":0,"52":0.012478,"53":0.118541,"54":0.006239,"55":0.018717,"56":0.006239,"57":0.012478,"58":0.043673,"59":0.006239,"60":0.056151,"61":0.074868,"62":0.018717,"63":0.112302,"64":0.006239,"65":0.081107,"66":0.024956,"67":0.155975,"68":0.056151,"69":0.655095,"70":16.683086,"71":0.043673,"72":0.031195,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0.012478,"45":0,"46":0,"47":0.006239,"48":0.006239,"49":0,"50":0.68629,"51":0.043673,"52":0.024956,"53":0.006239,"54":0,"55":0.006239,"56":0.012478,"57":0,"58":0,"59":0,"60":0.006239,"61":0.006239,"62":0.118541,"63":1.884178,"64":0.006239,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0.018717,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0.012478,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0.024956,"54":0,"55":0,"56":0.405535,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.006239,"9":0.018717,"10":0.037434,"11":0.056151,"12":0.717485,_:"0","3.1":0,"3.2":0,"5.1":0.012478,"6.1":0,"7.1":0,"9.1":0.049912,"10.1":0.112302,"11.1":0.193409},G:{"8":0.21795079255479,"3.2":0.0013453752626839,"4.0-4.1":0,"4.2-4.3":0.0013453752626839,"5.0-5.1":0.016144503152207,"6.0-6.1":0.0080722515761033,"7.0-7.1":0.030943631041729,"8.1-8.4":0.075341014710297,"9.0-9.2":0.043052008405884,"9.3":0.31078168567998,"10.0-10.2":0.36459669618733,"10.3":0.47088134193936,"11.0-11.2":0.85027716601621,"11.3-11.4":2.2629211918343,"12-12.1":8.7906819663765},I:{"3":0.0033062920738328,"4":0.4132865092291,_:"67","2.1":0,"2.2":0.0033062920738328,"2.3":0.092576178067318,"4.1":0.16200831161781,"4.2-4.3":0.78359122149837,"4.4":0,"4.4.3-4.4.4":1.5870201954397},A:{"6":0,"7":0,"8":0.012478,"9":0.012478,"10":0.006239,"11":2.795072,"5.5":0},B:{"12":0,"13":0.043673,"14":0.056151,"15":0.237082,"16":0.24956,"17":2.189889,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.54376695804196,"5":0.043501356643357,"6.2":0.087002713286713,_:"7.2"},N:{"10":0,"11":0.127874},J:{"7":0.0218138,"10":0.0872552},R:{_:"0"},M:{"0":0.101547},O:{"0":0.165484},Q:{_:"1.2"},H:{"0":0.61599622508591},L:{"0":47.793829}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GE.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GE.js new file mode 100644 index 0000000..bc0e220 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GE.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.007566,"11":0.007566,"12":0.030264,"13":0,"14":0.007566,"15":0.007566,"16":0,"17":0.015132,"18":0.015132,"19":0.007566,"20":0,"21":0.007566,"22":0.007566,"23":0.007566,"24":0.007566,"25":0.015132,"26":0.007566,"27":0.007566,"28":0,"29":0.015132,"30":0.015132,"31":0.007566,"32":0.007566,"33":0.007566,"34":0.022698,"35":0.007566,"36":0,"37":0.007566,"38":0.022698,"39":0.022698,"40":0.022698,"41":0.015132,"42":0.007566,"43":0.022698,"44":0,"45":0.007566,"46":0.015132,"47":0.015132,"48":0.007566,"49":0.900354,"50":0.007566,"51":0.022698,"52":0.015132,"53":0.007566,"54":0.007566,"55":0.022698,"56":0.083226,"57":0.181584,"58":0.11349,"59":0.030264,"60":0.052962,"61":0.052962,"62":0.060528,"63":0.136188,"64":0.090792,"65":0.18915,"66":0.158886,"67":0.219414,"68":0.355602,"69":0.839826,"70":34.637148,"71":0.121056,"72":0.090792,"73":0},C:{"2":0.007566,"3":0.015132,"4":0,"5":0,"6":0,"7":0.007566,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0.007566,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0.007566,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.015132,"44":0,"45":0,"46":0,"47":0.015132,"48":0.007566,"49":0,"50":0.007566,"51":0,"52":0.068094,"53":0.007566,"54":0.015132,"55":0.007566,"56":0.030264,"57":0.030264,"58":0.052962,"59":0.015132,"60":0.030264,"61":0.03783,"62":0.068094,"63":1.28622,"64":0.015132,"65":0,"3.5":0.007566,"3.6":0.068094},F:{"9":0,"11":0,"12":0.007566,"15":0,"16":0,"17":0,"18":0,"19":0.007566,"20":0.007566,"21":0.007566,"22":0.015132,"23":0,"24":0.007566,"25":0,"26":0,"27":0.007566,"28":0,"29":0,"30":0,"31":0.007566,"32":0,"33":0.007566,"34":0.007566,"35":0.007566,"36":0.090792,"37":0.007566,"38":0.030264,"39":0.007566,"40":0.007566,"41":0.015132,"42":0.022698,"43":0.022698,"44":0,"45":0.015132,"46":0.015132,"47":0.015132,"48":0.03783,"49":0.022698,"50":0,"51":0.007566,"52":0.007566,"53":0.015132,"54":0.015132,"55":0.030264,"56":5.52318,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0.007566,"11.5":0,"11.6":0.022698,"12.1":0.068094},E:{"4":0.030264,"5":0.030264,"6":0,"7":0,"8":0.007566,"9":0,"10":0.007566,"11":0.015132,"12":0.461526,_:"0","3.1":0,"3.2":0,"5.1":0.007566,"6.1":0,"7.1":0,"9.1":0.015132,"10.1":0.03783,"11.1":0.11349},G:{"8":0.19513988592014,"3.2":0.0012045671970379,"4.0-4.1":0,"4.2-4.3":0.0012045671970379,"5.0-5.1":0.014454806364455,"6.0-6.1":0.0072274031822276,"7.0-7.1":0.027705045531872,"8.1-8.4":0.067455763034124,"9.0-9.2":0.038546150305214,"9.3":0.27825502251576,"10.0-10.2":0.32643771039728,"10.3":0.42159851896327,"11.0-11.2":0.76128646852797,"11.3-11.4":2.0260820254178,"12-12.1":7.8706420654458},I:{"3":0.00079716829533116,"4":0.099646036916395,_:"67","2.1":0,"2.2":0.00079716829533116,"2.3":0.022320712269273,"4.1":0.039061246471227,"4.2-4.3":0.18892888599349,"4.4":0,"4.4.3-4.4.4":0.38264078175896},A:{"6":0,"7":0,"8":0.07631224137931,"9":0.030524896551724,"10":0.022893672413793,"11":0.75549118965517,"5.5":0},B:{"12":0.015132,"13":0.45396,"14":0.991146,"15":0.03783,"16":0.7566,"17":0.499356,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.48372547368421,"5":0.020155228070175,"6.2":0.070543298245614,_:"7.2"},N:{"10":0.011727454545455,"11":0.11727454545455},J:{"7":0.0014604,"10":0.0058416},R:{_:"0"},M:{"0":0.06085},O:{"0":0.177682},Q:{_:"1.2"},H:{"0":0.50695786941581},L:{"0":30.210984}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GF.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GF.js new file mode 100644 index 0000000..96cb0d4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GF.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.04059,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.006765,"35":0,"36":0.006765,"37":0,"38":0.006765,"39":0.006765,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.006765,"46":0,"47":0,"48":0,"49":0.453255,"50":0.01353,"51":0.006765,"52":0,"53":0,"54":0.006765,"55":0.020295,"56":0.006765,"57":0.23001,"58":0.047355,"59":0.006765,"60":0.006765,"61":0.020295,"62":0.006765,"63":0.02706,"64":0.020295,"65":0.08118,"66":0.20295,"67":0.250305,"68":0.453255,"69":0.66297,"70":19.32084,"71":0.033825,"72":0,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.006765,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.006765,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.01353,"44":0,"45":0.006765,"46":0,"47":0.01353,"48":0.02706,"49":0.115005,"50":0.020295,"51":0.09471,"52":0.074415,"53":0.01353,"54":0,"55":0,"56":0.006765,"57":0.033825,"58":0.006765,"59":0.01353,"60":0.09471,"61":0.08118,"62":0.2706,"63":5.039925,"64":0.006765,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0.006765,"18":0,"19":0,"20":0.006765,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.006765,"32":0.006765,"33":0,"34":0,"35":0,"36":0.020295,"37":0,"38":0,"39":0,"40":0.006765,"41":0,"42":0,"43":0,"44":0.006765,"45":0,"46":0,"47":0,"48":0.006765,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0.006765,"55":0.01353,"56":2.185095,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0.006765,"7":0.006765,"8":0,"9":0,"10":0.02706,"11":0.209715,"12":2.509815,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0.006765,"7.1":0,"9.1":0.115005,"10.1":0.17589,"11.1":0.304425},G:{"8":0.21034126688682,"3.2":0.0012984028820174,"4.0-4.1":0,"4.2-4.3":0.0012984028820174,"5.0-5.1":0.015580834584209,"6.0-6.1":0.0077904172921045,"7.0-7.1":0.0298632662864,"8.1-8.4":0.072710561392975,"9.0-9.2":0.041548892224557,"9.3":0.29993106574602,"10.0-10.2":0.35186718102672,"10.3":0.45444100870609,"11.0-11.2":0.820590621435,"11.3-11.4":2.1839136475533,"12-12.1":8.4837644311018},I:{"3":0.0014558903365907,"4":0.18198629207383,_:"67","2.1":0,"2.2":0.0014558903365907,"2.3":0.040764929424539,"4.1":0.071338626492942,"4.2-4.3":0.34504600977199,"4.4":0,"4.4.3-4.4.4":0.69882736156352},A:{"6":0,"7":0,"8":0.033825,"9":0.01353,"10":0.01353,"11":1.38006,"5.5":0},B:{"12":0.006765,"13":0.02706,"14":0.115005,"15":0.16236,"16":0.25707,"17":2.158035,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.72784033928571,"5":0.052742053571429,"6.2":0.21096821428571,_:"7.2"},N:{"10":0,"11":0.03882},J:{"7":0.003882,"10":0.015528},R:{_:"0"},M:{"0":0.08411},O:{"0":0.16822},Q:{_:"1.2"},H:{"0":0.29708083333333},L:{"0":40.98953}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GG.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GG.js new file mode 100644 index 0000000..796c0aa --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GG.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.006905,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0.006905,"45":0,"46":0,"47":0,"48":0,"49":0.227865,"50":0,"51":0,"52":0,"53":0.33144,"54":0,"55":0.006905,"56":0,"57":0.01381,"58":0.006905,"59":0.006905,"60":0.062145,"61":0.06905,"62":0,"63":0.020715,"64":0.04143,"65":0.006905,"66":0.08286,"67":0.44192,"68":0.490255,"69":1.111705,"70":15.805545,"71":0.006905,"72":0.006905,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.006905,"33":0,"34":0.006905,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.006905,"44":0.006905,"45":0.33144,"46":0,"47":0,"48":0.24858,"49":0.034525,"50":0,"51":0,"52":0.089765,"53":0.01381,"54":0.020715,"55":0,"56":0.006905,"57":0.01381,"58":0.01381,"59":0,"60":0.02762,"61":0.01381,"62":0.08286,"63":2.3477,"64":0.131195,"65":0.006905,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006905,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.15191,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.006905,"9":0.01381,"10":0.1381,"11":0.172625,"12":3.017485,_:"0","3.1":0,"3.2":0,"5.1":0.006905,"6.1":0.04143,"7.1":0,"9.1":0.15191,"10.1":0.310725,"11.1":0.75955},G:{"8":0.77864441609126,"3.2":0.004806447012909,"4.0-4.1":0,"4.2-4.3":0.004806447012909,"5.0-5.1":0.057677364154908,"6.0-6.1":0.028838682077454,"7.0-7.1":0.11054828129691,"8.1-8.4":0.26916103272291,"9.0-9.2":0.15380630441309,"9.3":1.110289259982,"10.0-10.2":1.3025471404983,"10.3":1.6822564545182,"11.0-11.2":3.0376745121585,"11.3-11.4":8.084443875713,"12-12.1":31.405324782348},I:{"3":0.00099118349619978,"4":0.12389793702497,_:"67","2.1":0,"2.2":0.00099118349619978,"2.3":0.027753137893594,"4.1":0.048567991313789,"4.2-4.3":0.23491048859935,"4.4":0,"4.4.3-4.4.4":0.4757680781759},A:{"6":0,"7":0,"8":0.020739719570406,"9":0.013826479713604,"10":0,"11":5.758728800716,"5.5":0},B:{"12":0.006905,"13":0.006905,"14":0.05524,"15":0.089765,"16":0.19334,"17":2.879385,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.19116176470588,"5":0.012744117647059,"6.2":0.025488235294118,_:"7.2"},N:{"10":0.076137,"11":0.050758},J:{"7":0.000619,"10":0.002476},R:{_:"0"},M:{"0":0.3095},O:{"0":0.003095},Q:{_:"1.2"},H:{"0":0.1172058419244},L:{"0":10.89972}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GH.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GH.js new file mode 100644 index 0000000..c8718be --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GH.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.005052,"5":0.002526,"6":0.002526,"7":0,"8":0,"9":0.002526,"10":0.002526,"11":0.005052,"12":0.002526,"13":0.002526,"14":0.002526,"15":0,"16":0,"17":0.002526,"18":0,"19":0.002526,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0.002526,"28":0,"29":0,"30":0,"31":0.002526,"32":0,"33":0.002526,"34":0,"35":0.002526,"36":0,"37":0,"38":0.002526,"39":0,"40":0.005052,"41":0,"42":0,"43":0.010104,"44":0,"45":0,"46":0.002526,"47":0,"48":0.002526,"49":0.030312,"50":0.010104,"51":0.002526,"52":0,"53":0.002526,"54":0,"55":0.007578,"56":0.005052,"57":0.005052,"58":0.017682,"59":0.005052,"60":0.01263,"61":0.007578,"62":0.007578,"63":0.020208,"64":0.01263,"65":0.065676,"66":0.015156,"67":0.047994,"68":0.058098,"69":0.179346,"70":2.366862,"71":0.022734,"72":0.010104,"73":0},C:{"2":0,"3":0,"4":0.002526,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.002526,"13":0,"14":0.002526,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0.002526,"22":0,"23":0.002526,"24":0,"25":0,"26":0,"27":0.002526,"28":0,"29":0.002526,"30":0.002526,"31":0.002526,"32":0,"33":0.002526,"34":0.002526,"35":0.002526,"36":0.002526,"37":0.002526,"38":0.005052,"39":0.002526,"40":0.005052,"41":0.005052,"42":0.005052,"43":0.015156,"44":0.01263,"45":0.005052,"46":0.002526,"47":0.022734,"48":0.015156,"49":0.007578,"50":0.005052,"51":0.002526,"52":0.027786,"53":0.002526,"54":0.005052,"55":0.005052,"56":0.015156,"57":0.01263,"58":0.007578,"59":0.010104,"60":0.022734,"61":0.035364,"62":0.098514,"63":0.68202,"64":0.131352,"65":0,"3.5":0,"3.6":0.01263},F:{"9":0,"11":0,"12":0.002526,"15":0.005052,"16":0.007578,"17":0.002526,"18":0.002526,"19":0.010104,"20":0.040416,"21":0.005052,"22":0.002526,"23":0.042942,"24":0.002526,"25":0,"26":0.002526,"27":0.002526,"28":0.007578,"29":0.005052,"30":0.007578,"31":0.002526,"32":0.010104,"33":0.005052,"34":0.002526,"35":0.005052,"36":0.005052,"37":0.007578,"38":0,"39":0,"40":0,"41":0,"42":0.002526,"43":0.005052,"44":0.002526,"45":0.005052,"46":0,"47":0.002526,"48":0.010104,"49":0.002526,"50":0,"51":0,"52":0,"53":0.002526,"54":0.002526,"55":0.005052,"56":0.371322,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.042942},E:{"4":0,"5":0,"6":0,"7":0,"8":0.002526,"9":0,"10":0.005052,"11":0.017682,"12":0.10104,_:"0","3.1":0,"3.2":0,"5.1":0.002526,"6.1":0,"7.1":0,"9.1":0.007578,"10.1":0.01263,"11.1":0.035364},G:{"8":0.14975119183428,"3.2":0.00092439007305114,"4.0-4.1":0,"4.2-4.3":0.00092439007305114,"5.0-5.1":0.011092680876614,"6.0-6.1":0.0055463404383068,"7.0-7.1":0.021260971680176,"8.1-8.4":0.051765844090864,"9.0-9.2":0.029580482337636,"9.3":0.21353410687481,"10.0-10.2":0.25050970979686,"10.3":0.3235365255679,"11.0-11.2":0.58421452616832,"11.3-11.4":1.554824102872,"12-12.1":6.0399647373161},I:{"3":0.0016880998914224,"4":0.2110124864278,_:"67","2.1":0,"2.2":0.0016880998914224,"2.3":0.047266796959826,"4.1":0.082716894679696,"4.2-4.3":0.4000796742671,"4.4":0,"4.4.3-4.4.4":0.81028794788274},A:{"6":0,"7":0,"8":0.01263,"9":0.002526,"10":0.007578,"11":0.068202,"5.5":0},B:{"12":0.020208,"13":0.02526,"14":0.027786,"15":0.030312,"16":0.022734,"17":0.118722,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.85424144262295,"5":0.11186495081967,"6.2":0.10169540983607,_:"7.2"},N:{"10":0.035009789473684,"11":0.63017621052632},J:{"7":0.0179376,"10":0.0717504},R:{_:"0"},M:{"0":0.381174},O:{"0":8.811846},Q:{_:"1.2"},H:{"0":30.334384773196},L:{"0":28.498218}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GI.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GI.js new file mode 100644 index 0000000..1645bf3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GI.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006993,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0.006993,"36":0,"37":0,"38":0.006993,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":1.174824,"50":0,"51":0.006993,"52":0.006993,"53":0.027972,"54":0.006993,"55":0.006993,"56":0.020979,"57":0,"58":0.027972,"59":0.006993,"60":0.020979,"61":0,"62":0.391608,"63":0.377622,"64":0.027972,"65":0.146853,"66":0.076923,"67":0.034965,"68":0.111888,"69":1.349649,"70":26.664309,"71":0.013986,"72":0.013986,"73":0},C:{"2":0,"3":0.006993,"4":0.006993,"5":0.013986,"6":0.006993,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0.013986,"41":0.034965,"42":0.020979,"43":0.013986,"44":0.027972,"45":0.034965,"46":0.013986,"47":0.041958,"48":0.034965,"49":0.020979,"50":0.020979,"51":0.020979,"52":0.062937,"53":0.020979,"54":0.020979,"55":0.013986,"56":0.027972,"57":0.027972,"58":0.020979,"59":0.104895,"60":0.034965,"61":0.006993,"62":0.181818,"63":2.279718,"64":0.027972,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.006993,"37":0.006993,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.195804,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.006993,"10":0.013986,"11":0.181818,"12":1.601397,_:"0","3.1":0,"3.2":0,"5.1":0.006993,"6.1":0,"7.1":0,"9.1":0.034965,"10.1":0.223776,"11.1":0.293706},G:{"8":0.64789658781147,"3.2":0.0039993616531572,"4.0-4.1":0,"4.2-4.3":0.0039993616531572,"5.0-5.1":0.047992339837887,"6.0-6.1":0.023996169918943,"7.0-7.1":0.091985318022616,"8.1-8.4":0.2239642525768,"9.0-9.2":0.12797957290103,"9.3":0.92385254187932,"10.0-10.2":1.0838270080056,"10.3":1.399776578605,"11.0-11.2":2.5275965647954,"11.3-11.4":6.7269263006104,"12-12.1":26.131829041729},I:{"3":0.00072602714440825,"4":0.090753393051031,_:"67","2.1":0,"2.2":0.00072602714440825,"2.3":0.020328760043431,"4.1":0.035575330076004,"4.2-4.3":0.17206843322476,"4.4":0,"4.4.3-4.4.4":0.34849302931596},A:{"6":0,"7":0,"8":0.006993,"9":0.006993,"10":0.020979,"11":1.944054,"5.5":0},B:{"12":0.013986,"13":0.006993,"14":0.062937,"15":0.055944,"16":0.174825,"17":2.818179,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.18047442533937,"5":0.045118606334842,"6.2":0.033838954751131,_:"7.2"},N:{"10":0,"11":0.009021},J:{"7":0.0012028,"10":0.0048112},R:{_:"0"},M:{"0":0.820911},O:{"0":0.021049},Q:{_:"1.2"},H:{"0":0.037008833333333},L:{"0":12.637072}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GL.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GL.js new file mode 100644 index 0000000..ad53ba5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GL.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.018087,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0.006029,"48":0,"49":1.067133,"50":0.042203,"51":0,"52":0,"53":0.006029,"54":0,"55":0.012058,"56":0,"57":0.006029,"58":0.156754,"59":0,"60":0,"61":0.018087,"62":0.018087,"63":0.006029,"64":0.12058,"65":0.030145,"66":0,"67":0.054261,"68":0.337624,"69":0.48232,"70":14.162121,"71":0.054261,"72":0,"73":0},C:{"2":0,"3":0.006029,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.018087,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.006029,"44":0,"45":0,"46":0,"47":0,"48":0.012058,"49":0,"50":0.006029,"51":0,"52":0.12058,"53":0,"54":0.012058,"55":0,"56":0.06029,"57":0.012058,"58":0,"59":0,"60":0.054261,"61":0.006029,"62":0.253218,"63":2.725108,"64":0.06029,"65":0.012058,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.018087,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.006029,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.006029,"56":0.42203,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.054261},E:{"4":0,"5":0,"6":0,"7":0,"8":0.138667,"9":0.006029,"10":0.470262,"11":0.090435,"12":2.47189,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0.006029,"7.1":0,"9.1":0.090435,"10.1":0.313508,"11.1":0.434088},G:{"8":0.58147932752927,"3.2":0.0035893785649955,"4.0-4.1":0,"4.2-4.3":0.0035893785649955,"5.0-5.1":0.043072542779946,"6.0-6.1":0.021536271389973,"7.0-7.1":0.082555706994896,"8.1-8.4":0.20100519963975,"9.0-9.2":0.11486011407986,"9.3":0.82914644851396,"10.0-10.2":0.97272159111378,"10.3":1.2562824977484,"11.0-11.2":2.2684872530772,"11.3-11.4":6.0373347463224,"12-12.1":23.452999543681},I:{"3":0.001037434310532,"4":0.1296792888165,_:"67","2.1":0,"2.2":0.001037434310532,"2.3":0.029048160694897,"4.1":0.050834281216069,"4.2-4.3":0.24587193159609,"4.4":0,"4.4.3-4.4.4":0.49796846905537},A:{"6":0.006029,"7":0,"8":0.006029,"9":0.042203,"10":0,"11":4.202213,"5.5":0},B:{"12":0.066319,"13":0.337624,"14":0.18087,"15":0.681277,"16":0.084406,"17":1.760468,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.41057171028037,"5":0.055482663551402,"6.2":0.15535145794393,_:"7.2"},N:{"10":0,"11":0.03971},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.150898},O:{"0":0.802142},Q:{_:"1.2"},H:{"0":1.1692002250859},L:{"0":21.79577}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GM.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GM.js new file mode 100644 index 0000000..ee21fe6 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GM.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.011136,"12":0,"13":0,"14":0,"15":0,"16":0.003712,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.003712,"23":0,"24":0,"25":0.007424,"26":0,"27":0,"28":0,"29":0,"30":0.003712,"31":0,"32":0,"33":0,"34":0.011136,"35":0,"36":0.003712,"37":0,"38":0,"39":0.003712,"40":0.003712,"41":0,"42":0.003712,"43":0.01856,"44":0,"45":0,"46":0.007424,"47":0,"48":0,"49":0.256128,"50":0.025984,"51":0.014848,"52":0,"53":0.022272,"54":0.007424,"55":0.003712,"56":0,"57":0.014848,"58":0.011136,"59":0.014848,"60":0.141056,"61":0.007424,"62":0.003712,"63":0.033408,"64":0.007424,"65":0.627328,"66":0.007424,"67":0.059392,"68":0.059392,"69":0.374912,"70":4.933248,"71":0.014848,"72":0.011136,"73":0},C:{"2":0,"3":0.003712,"4":0,"5":0,"6":0.003712,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0.003712,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.007424,"30":0.007424,"31":0.007424,"32":0.003712,"33":0.003712,"34":0.003712,"35":0,"36":0.011136,"37":0.003712,"38":0,"39":0.003712,"40":0.007424,"41":0.003712,"42":0.003712,"43":0.011136,"44":0.022272,"45":0.007424,"46":0.007424,"47":0.022272,"48":0.01856,"49":0.007424,"50":0.007424,"51":0,"52":0.063104,"53":0.003712,"54":0.014848,"55":0.007424,"56":0.081664,"57":0.007424,"58":0.003712,"59":0.007424,"60":0.022272,"61":0.033408,"62":0.077952,"63":1.789184,"64":0.671872,"65":0,"3.5":0.007424,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0.029696,"17":0.003712,"18":0,"19":0.003712,"20":0.007424,"21":0.003712,"22":0,"23":0.022272,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0.003712,"31":0.003712,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.003712,"38":0,"39":0,"40":0,"41":0,"42":0.003712,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.003712,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0.003712,"55":0,"56":0.805504,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.16704},E:{"4":0,"5":0,"6":0,"7":0.003712,"8":0.007424,"9":0.003712,"10":0,"11":0.011136,"12":0.189312,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.011136,"10.1":0.07424,"11.1":0.048256},G:{"8":0.17152980846593,"3.2":0.0010588259781847,"4.0-4.1":0,"4.2-4.3":0.0010588259781847,"5.0-5.1":0.012705911738217,"6.0-6.1":0.0063529558691084,"7.0-7.1":0.024352997498249,"8.1-8.4":0.059294254778345,"9.0-9.2":0.033882431301911,"9.3":0.24458880096067,"10.0-10.2":0.28694184008806,"10.3":0.37058909236466,"11.0-11.2":0.66917801821275,"11.3-11.4":1.7809452953067,"12-12.1":6.918368941459},I:{"3":0.0070220369163952,"4":0.8777546145494,_:"67","2.1":0,"2.2":0.0070220369163952,"2.3":0.19661703365907,"4.1":0.34407980890337,"4.2-4.3":1.6642227491857,"4.4":0,"4.4.3-4.4.4":3.3705777198697},A:{"6":0,"7":0,"8":0.022572972972973,"9":0.0075243243243243,"10":0.015048648648649,"11":0.23325405405405,"5.5":0},B:{"12":0.048256,"13":0.077952,"14":0.025984,"15":0.05568,"16":0.051968,"17":0.508544,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":2.7402476507277,"5":0.40328172972973,"6.2":0.2895356008316,_:"7.2"},N:{"10":0.021958095238095,"11":0.6697219047619},J:{"7":0.006288,"10":0.025152},R:{_:"0"},M:{"0":0.106896},O:{"0":2.942784},Q:{_:"1.2"},H:{"0":10.340486350515},L:{"0":43.460592}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GN.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GN.js new file mode 100644 index 0000000..6ba00ba --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GN.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.001211,"29":0,"30":0,"31":0.009688,"32":0,"33":0.002422,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0.003633,"41":0,"42":0.002422,"43":0.004844,"44":0,"45":0.001211,"46":0,"47":0.002422,"48":0,"49":0.006055,"50":0.002422,"51":0.003633,"52":0,"53":0,"54":0,"55":0.004844,"56":0.020587,"57":0.006055,"58":0.002422,"59":0.001211,"60":0.007266,"61":0.002422,"62":0,"63":0.020587,"64":0.001211,"65":0.014532,"66":0.004844,"67":0.014532,"68":0.031486,"69":0.031486,"70":0.56917,"71":0.001211,"72":0.001211,"73":0},C:{"2":0,"3":0.002422,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0.006055,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.008477,"33":0.001211,"34":0,"35":0.001211,"36":0,"37":0,"38":0.001211,"39":0,"40":0.002422,"41":0.001211,"42":0,"43":0.002422,"44":0,"45":0.001211,"46":0.001211,"47":0.007266,"48":0.001211,"49":0.001211,"50":0.001211,"51":0,"52":0.004844,"53":0.001211,"54":0.001211,"55":0.001211,"56":0.001211,"57":0.001211,"58":0,"59":0.001211,"60":0.003633,"61":0.003633,"62":0.032697,"63":0.161063,"64":0.002422,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.007266,"21":0,"22":0,"23":0.01211,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.002422,"34":0.001211,"35":0,"36":0.001211,"37":0.002422,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.002422,"44":0.001211,"45":0.001211,"46":0,"47":0,"48":0.002422,"49":0.001211,"50":0,"51":0,"52":0,"53":0,"54":0.001211,"55":0,"56":0.070238,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.019376},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.001211,"11":0.006055,"12":0.018165,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.001211,"10.1":0.006055,"11.1":0.019376},G:{"8":0.046703256079255,"3.2":0.00028829170419294,"4.0-4.1":0,"4.2-4.3":0.00028829170419294,"5.0-5.1":0.0034595004503152,"6.0-6.1":0.0017297502251576,"7.0-7.1":0.0066307091964375,"8.1-8.4":0.016144335434804,"9.0-9.2":0.0092253345341739,"9.3":0.066595383668568,"10.0-10.2":0.078127051836285,"10.3":0.10090209646753,"11.0-11.2":0.18220035704993,"11.3-11.4":0.48490664645252,"12-12.1":1.8836979951966},I:{"3":0.0019586406080347,"4":0.24483007600434,_:"67","2.1":0,"2.2":0.0019586406080347,"2.3":0.054841937024973,"4.1":0.095973389793702,"4.2-4.3":0.46419782410423,"4.4":0,"4.4.3-4.4.4":0.94014749185668},A:{"6":0,"7":0,"8":0.018165,"9":0.002422,"10":0.003633,"11":0.047229,"5.5":0},B:{"12":0.008477,"13":0.01211,"14":0.003633,"15":0.002422,"16":0.006055,"17":0.030275,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.48790413913043,"5":0.10164669565217,"6.2":0.050823347826087,_:"7.2"},N:{"10":0.02856425,"11":0.08569275},J:{"7":0.0035156,"10":0.0140624},R:{_:"0"},M:{"0":0.114257},O:{"0":2.917948},Q:{_:"1.2"},H:{"0":25.869545620275},L:{"0":58.276171}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GP.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GP.js new file mode 100644 index 0000000..5ebb08d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GP.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.021717,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.007239,"34":0,"35":0,"36":0,"37":0,"38":0.028956,"39":0.021717,"40":0,"41":0,"42":0,"43":0.007239,"44":0,"45":0.007239,"46":0.007239,"47":0,"48":0,"49":0.571881,"50":0,"51":0.014478,"52":0.094107,"53":0.007239,"54":0.007239,"55":0.007239,"56":0.007239,"57":0.007239,"58":0.050673,"59":0.014478,"60":0,"61":0.007239,"62":0.137541,"63":0.050673,"64":0.021717,"65":0.079629,"66":0.050673,"67":0.296799,"68":0.123063,"69":0.933831,"70":19.827621,"71":0.021717,"72":0.007239,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0.007239,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.021717,"35":0,"36":0,"37":0,"38":0.036195,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.021717,"46":0.007239,"47":0.014478,"48":0.238887,"49":0.007239,"50":0.007239,"51":0.007239,"52":0.152019,"53":0.007239,"54":0,"55":0,"56":0.123063,"57":0.152019,"58":0.007239,"59":0.014478,"60":0.166497,"61":0.021717,"62":0.267843,"63":4.871847,"64":0.014478,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.014478,"32":0,"33":0,"34":0,"35":0,"36":0.007239,"37":0,"38":0,"39":0,"40":0.036195,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0.007239,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.637032,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.007239},E:{"4":0,"5":0.07239,"6":0.028956,"7":0.028956,"8":0.036195,"9":0.028956,"10":0.202692,"11":0.405384,"12":3.728085,_:"0","3.1":0,"3.2":0,"5.1":0.108585,"6.1":0.007239,"7.1":0,"9.1":0.202692,"10.1":0.311277,"11.1":1.114806},G:{"8":0.29011246292405,"3.2":0.0017908176723707,"4.0-4.1":0,"4.2-4.3":0.0017908176723707,"5.0-5.1":0.021489812068448,"6.0-6.1":0.010744906034224,"7.0-7.1":0.041188806464525,"8.1-8.4":0.10028578965276,"9.0-9.2":0.057306165515861,"9.3":0.41367888231762,"10.0-10.2":0.48531158921245,"10.3":0.62678618532973,"11.0-11.2":1.1317967689383,"11.3-11.4":3.0121553249274,"12-12.1":11.70120267127},I:{"3":0.0011506699239957,"4":0.14383374049946,_:"67","2.1":0,"2.2":0.0011506699239957,"2.3":0.032218757871878,"4.1":0.056382826275787,"4.2-4.3":0.27270877198697,"4.4":0,"4.4.3-4.4.4":0.55232156351792},A:{"6":0,"7":0,"8":0.021717,"9":0.021717,"10":0.014478,"11":3.699129,"5.5":0},B:{"12":0.021717,"13":0.108585,"14":0.086868,"15":0.123063,"16":0.209931,"17":3.062097,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.53437235099338,"5":0.032062341059603,"6.2":0.14962425827815,_:"7.2"},N:{"10":0,"11":0.024849},J:{"7":0.0005522,"10":0.0022088},R:{_:"0"},M:{"0":0.107679},O:{"0":0.02761},Q:{_:"1.2"},H:{"0":0.033981173539519},L:{"0":31.572189}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GQ.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GQ.js new file mode 100644 index 0000000..d1fdf25 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GQ.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.005872,"5":0.005872,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.046976,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0.005872,"19":0,"20":0,"21":0.064592,"22":0,"23":0,"24":0,"25":0.005872,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.035232,"33":0.005872,"34":0,"35":0.005872,"36":0,"37":0,"38":0.005872,"39":0.011744,"40":0.041104,"41":0.023488,"42":0,"43":0.017616,"44":0.011744,"45":0.052848,"46":0,"47":0,"48":0.099824,"49":0.152672,"50":0.064592,"51":0.182032,"52":0.005872,"53":0.052848,"54":0,"55":0.011744,"56":0.011744,"57":0.08808,"58":0.017616,"59":0.011744,"60":0.046976,"61":0.035232,"62":0.005872,"63":0.452144,"64":0.23488,"65":0.093952,"66":0.252496,"67":0.246624,"68":1.092192,"69":0.598944,"70":14.726976,"71":0.011744,"72":0.082208,"73":0},C:{"2":0.005872,"3":0.005872,"4":0.005872,"5":0.005872,"6":0,"7":0,"8":0.005872,"9":0,"10":0.005872,"11":0.005872,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.005872,"21":0.005872,"22":0.005872,"23":0.005872,"24":0.005872,"25":0,"26":0,"27":0,"28":0.005872,"29":0.005872,"30":0.275984,"31":0.017616,"32":0.011744,"33":0,"34":0,"35":0.011744,"36":0.005872,"37":0.011744,"38":0,"39":0.041104,"40":0,"41":0.005872,"42":0,"43":0.211392,"44":0.011744,"45":0.005872,"46":0.02936,"47":0.105696,"48":0.005872,"49":0.005872,"50":0.129184,"51":0.023488,"52":0.393424,"53":0.017616,"54":0.017616,"55":0.046976,"56":0.217264,"57":0.340576,"58":0.011744,"59":0.011744,"60":0.08808,"61":0.193776,"62":0.240752,"63":2.513216,"64":0.158544,"65":0,"3.5":0.005872,"3.6":0.005872},F:{"9":0,"11":0,"12":0,"15":0.005872,"16":0.064592,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.011744,"34":0.046976,"35":0.011744,"36":0.005872,"37":0.005872,"38":0.005872,"39":0,"40":0.023488,"41":0.011744,"42":0,"43":0,"44":0.005872,"45":0,"46":0,"47":0.023488,"48":0.052848,"49":0.005872,"50":0.005872,"51":0.011744,"52":0.005872,"53":0.017616,"54":0.017616,"55":0.052848,"56":0.358192,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.005872},E:{"4":0,"5":0,"6":0.005872,"7":0.005872,"8":0.011744,"9":0.005872,"10":0.02936,"11":0.017616,"12":1.415152,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0.005872,"7.1":0.005872,"9.1":0.070464,"10.1":0.023488,"11.1":0.246624},G:{"8":0.10871381807265,"3.2":0.00067107295106575,"4.0-4.1":0,"4.2-4.3":0.00067107295106575,"5.0-5.1":0.008052875412789,"6.0-6.1":0.0040264377063945,"7.0-7.1":0.015434677874512,"8.1-8.4":0.037580085259682,"9.0-9.2":0.021474334434104,"9.3":0.15501785169619,"10.0-10.2":0.18186076973882,"10.3":0.23487553287301,"11.0-11.2":0.42411810507355,"11.3-11.4":1.1287447036926,"12-12.1":4.3847906622636},I:{"3":0.0088702888165038,"4":1.108786102063,_:"67","2.1":0,"2.2":0.0088702888165038,"2.3":0.24836808686211,"4.1":0.43464415200869,"4.2-4.3":2.1022584495114,"4.4":0,"4.4.3-4.4.4":4.2577386319218},A:{"6":0,"7":0.011835392996109,"8":0.13610701945525,"9":0.035506178988327,"10":0.1301893229572,"11":2.7280580856031,"5.5":0},B:{"12":0.123312,"13":0.105696,"14":0.123312,"15":0.41104,"16":0.08808,"17":0.874928,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.0077293493976,"5":0.17304443373494,"6.2":0.15268626506024,_:"7.2"},N:{"10":0,"11":0.218784},J:{"7":0.0024768,"10":0.0099072},R:{_:"0"},M:{"0":0.16512},O:{"0":0.974208},Q:{_:"1.2"},H:{"0":1.0551934020619},L:{"0":44.572416}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GR.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GR.js new file mode 100644 index 0000000..b419530 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GR.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.100958,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.256278,"23":0.007766,"24":0,"25":0,"26":0.046596,"27":0,"28":0,"29":0.147554,"30":0,"31":0.007766,"32":0.007766,"33":0,"34":0.062128,"35":0,"36":0.007766,"37":0,"38":0.170852,"39":0.007766,"40":0.015532,"41":0,"42":0.046596,"43":0.015532,"44":0.023298,"45":0,"46":0.015532,"47":0.007766,"48":0.015532,"49":2.516184,"50":0.015532,"51":0.007766,"52":0.007766,"53":0.062128,"54":0.03883,"55":0.023298,"56":0.031064,"57":0.015532,"58":0.07766,"59":0.015532,"60":0.023298,"61":0.186384,"62":0.07766,"63":0.069894,"64":0.054362,"65":0.093192,"66":0.132022,"67":0.163086,"68":0.170852,"69":1.017346,"70":31.18049,"71":0.054362,"72":0.031064,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.007766,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.007766,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.007766,"35":0,"36":0,"37":0,"38":0.015532,"39":0,"40":0,"41":0,"42":0,"43":0.031064,"44":0,"45":0.007766,"46":0,"47":0.03883,"48":0.054362,"49":0.007766,"50":0.015532,"51":0.007766,"52":0.947452,"53":0.007766,"54":0.046596,"55":0.015532,"56":0.03883,"57":0.023298,"58":0.015532,"59":0.023298,"60":0.085426,"61":0.046596,"62":0.186384,"63":7.517488,"64":0.03883,"65":0.007766,"3.5":0,"3.6":0.007766},F:{"9":0,"11":0,"12":0.07766,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0.007766,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.318406,"32":0,"33":0,"34":0,"35":0,"36":0.186384,"37":0.03883,"38":0,"39":0,"40":0.333938,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.007766,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.877558,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.031064},E:{"4":0,"5":0.007766,"6":0,"7":0.007766,"8":0.007766,"9":0.007766,"10":0.015532,"11":0.031064,"12":0.434896,_:"0","3.1":0,"3.2":0,"5.1":0.007766,"6.1":0,"7.1":0,"9.1":0.03883,"10.1":0.085426,"11.1":0.15532},G:{"8":0.12269850495347,"3.2":0.00075739817872511,"4.0-4.1":0,"4.2-4.3":0.00075739817872511,"5.0-5.1":0.0090887781447013,"6.0-6.1":0.0045443890723506,"7.0-7.1":0.017420158110677,"8.1-8.4":0.042414298008606,"9.0-9.2":0.024236741719203,"9.3":0.1749589792855,"10.0-10.2":0.2052549064345,"10.3":0.26508936255379,"11.0-11.2":0.47867564895427,"11.3-11.4":1.2739437366156,"12-12.1":4.9488396997899},I:{"3":0.0018946731813246,"4":0.23683414766558,_:"67","2.1":0,"2.2":0.0018946731813246,"2.3":0.05305084907709,"4.1":0.092838985884908,"4.2-4.3":0.44903754397394,"4.4":0,"4.4.3-4.4.4":0.90944312703583},A:{"6":0.023298,"7":0,"8":0.100958,"9":0.062128,"10":0.093192,"11":1.491072,"5.5":0},B:{"12":0.015532,"13":0.007766,"14":0.046596,"15":0.062128,"16":0.069894,"17":1.1649,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.71658780991736,"5":0.031155991735537,"6.2":0.13500929752066,_:"7.2"},N:{"10":0,"11":0.142976},J:{"7":0.0013404,"10":0.0053616},R:{_:"0"},M:{"0":0.104998},O:{"0":0.08936},Q:{_:"1.2"},H:{"0":0.47164653264605},L:{"0":31.124064}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GT.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GT.js new file mode 100644 index 0000000..1bafea9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GT.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006566,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.013132,"23":0,"24":0,"25":0,"26":0.006566,"27":0,"28":0,"29":0,"30":0,"31":0.006566,"32":0,"33":0,"34":0.013132,"35":0,"36":0,"37":0,"38":0.06566,"39":0,"40":0.006566,"41":0,"42":0.006566,"43":0.006566,"44":0,"45":0.03283,"46":0.006566,"47":0,"48":0.006566,"49":0.564676,"50":0.019698,"51":0.006566,"52":0.006566,"53":0.013132,"54":0.006566,"55":0.019698,"56":0.026264,"57":0.019698,"58":0.03283,"59":0.013132,"60":0.026264,"61":0.045962,"62":0.045962,"63":0.052528,"64":0.045962,"65":0.059094,"66":0.111622,"67":0.282338,"68":0.236376,"69":0.676298,"70":25.646796,"71":0.013132,"72":0.013132,"73":0},C:{"2":0,"3":0.006566,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.006566,"44":0,"45":0.006566,"46":0,"47":0.013132,"48":0.052528,"49":0,"50":0.006566,"51":0.006566,"52":0.105056,"53":0.006566,"54":0.006566,"55":0,"56":0.006566,"57":0.019698,"58":0.013132,"59":0.019698,"60":0.026264,"61":0.045962,"62":0.085358,"63":2.245572,"64":0.026264,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.006566,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.006566,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.006566,"37":0.006566,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006566,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.006566,"56":0.650034,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.013132},E:{"4":0,"5":0.006566,"6":0,"7":0,"8":0.013132,"9":0.045962,"10":0.06566,"11":0.19698,"12":1.792518,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0.006566,"7.1":0,"9.1":0.105056,"10.1":0.22981,"11.1":0.604072},G:{"8":0.11782508195737,"3.2":0.00072731532072451,"4.0-4.1":0,"4.2-4.3":0.00072731532072451,"5.0-5.1":0.0087277838486941,"6.0-6.1":0.004363891924347,"7.0-7.1":0.016728252376664,"8.1-8.4":0.040729657960572,"9.0-9.2":0.023274090263184,"9.3":0.16800983908736,"10.0-10.2":0.19710245191634,"10.3":0.25456036225358,"11.0-11.2":0.45966328269789,"11.3-11.4":1.2233443694586,"12-12.1":4.7522783056139},I:{"3":0.0011567035830619,"4":0.14458794788274,_:"67","2.1":0,"2.2":0.0011567035830619,"2.3":0.032387700325733,"4.1":0.056678475570033,"4.2-4.3":0.27413874918567,"4.4":0,"4.4.3-4.4.4":0.55521771986971},A:{"6":0.006566,"7":0,"8":0.072226,"9":0.013132,"10":0.013132,"11":1.470784,"5.5":0},B:{"12":0.026264,"13":0.019698,"14":0.03283,"15":0.059094,"16":0.06566,"17":0.499016,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.09072425,"5":0.11109228472222,"6.2":0.17168807638889,_:"7.2"},N:{"10":0.0128775,"11":0.0901425},J:{"7":0.0054944,"10":0.0219776},R:{_:"0"},M:{"0":0.133926},O:{"0":0.46359},Q:{_:"1.2"},H:{"0":0.96557353608247},L:{"0":46.806906}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GU.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GU.js new file mode 100644 index 0000000..f7b3298 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GU.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.011396,"38":0.005698,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0.011396,"45":0,"46":0,"47":0,"48":0,"49":0.233618,"50":0,"51":0,"52":0.005698,"53":0.074074,"54":0.017094,"55":0.011396,"56":0.005698,"57":0.011396,"58":0.005698,"59":0.011396,"60":0.005698,"61":0,"62":0.011396,"63":0.250712,"64":0.068376,"65":0.131054,"66":0.034188,"67":0.11396,"68":0.131054,"69":0.615384,"70":15.715084,"71":0.02849,"72":0.022792,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.005698,"34":0,"35":0,"36":0,"37":0,"38":0.005698,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.02849,"49":0,"50":0.011396,"51":0,"52":0.02849,"53":0,"54":0,"55":0,"56":0.017094,"57":0.005698,"58":0,"59":0,"60":0.011396,"61":0.017094,"62":0.045584,"63":1.487178,"64":0.051282,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.017094,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.210826,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0.005698,"6":0,"7":0.005698,"8":0.005698,"9":0.005698,"10":0.022792,"11":0.119658,"12":1.1396,_:"0","3.1":0,"3.2":0,"5.1":0.005698,"6.1":0,"7.1":0,"9.1":0.22792,"10.1":0.239316,"11.1":0.490028},G:{"8":0.67372306454518,"3.2":0.0041587843490443,"4.0-4.1":0,"4.2-4.3":0.0041587843490443,"5.0-5.1":0.049905412188532,"6.0-6.1":0.024952706094266,"7.0-7.1":0.09565204002802,"8.1-8.4":0.23289192354648,"9.0-9.2":0.13308109916942,"9.3":0.96067918462924,"10.0-10.2":1.127030558591,"10.3":1.4555745221655,"11.0-11.2":2.628351708596,"11.3-11.4":6.9950752750926,"12-12.1":27.173496936656},I:{"3":0.00065904451682953,"4":0.082380564603692,_:"67","2.1":0,"2.2":0.00065904451682953,"2.3":0.018453246471227,"4.1":0.032293181324647,"4.2-4.3":0.1561935504886,"4.4":0,"4.4.3-4.4.4":0.31634136807818},A:{"6":0,"7":0,"8":0.011396,"9":0.011396,"10":0.011396,"11":1.413104,"5.5":0},B:{"12":0.005698,"13":0.039886,"14":0.022792,"15":0.034188,"16":0.08547,"17":2.02279,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.21146694369973,"5":0.14468790884719,"6.2":0.11129839142091,_:"7.2"},N:{"10":0,"11":0},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.228006},O:{"0":0.167778},Q:{_:"1.2"},H:{"0":0.24029848453608},L:{"0":24.57317}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GW.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GW.js new file mode 100644 index 0000000..9729b4c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GW.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.010232,"21":0,"22":0,"23":0,"24":0,"25":0.002558,"26":0.01279,"27":0,"28":0,"29":0.002558,"30":0.007674,"31":0,"32":0,"33":0.046044,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0.010232,"41":0.005116,"42":0,"43":0.084414,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.007674,"50":0.002558,"51":0.005116,"52":0,"53":0,"54":0,"55":0,"56":0.002558,"57":0,"58":0.010232,"59":0,"60":0.002558,"61":0,"62":0,"63":0.035812,"64":0.030696,"65":0.084414,"66":0.010232,"67":0.017906,"68":0.007674,"69":0.084414,"70":1.836644,"71":0,"72":0,"73":0},C:{"2":0,"3":0.005116,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.005116,"12":0,"13":0.079298,"14":0,"15":0,"16":0.002558,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.040928,"33":0,"34":0.002558,"35":0,"36":0,"37":0.002558,"38":0,"39":0,"40":0.002558,"41":0,"42":0.002558,"43":0,"44":0,"45":0.005116,"46":0,"47":0.007674,"48":0.017906,"49":0,"50":0,"51":0,"52":0.002558,"53":0,"54":0,"55":0,"56":0.010232,"57":0,"58":0.005116,"59":0,"60":0,"61":0.040928,"62":0.017906,"63":1.440154,"64":0.058834,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.005116,"21":0,"22":0.002558,"23":0.002558,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.01279,"56":0.570434,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.007674},E:{"4":0,"5":0,"6":0,"7":0.002558,"8":0,"9":0.002558,"10":0,"11":0,"12":0.020464,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0.002558,"9.1":0.007674,"10.1":0.002558,"11.1":0.069066},G:{"8":0.04297887721405,"3.2":0.00026530171119784,"4.0-4.1":0,"4.2-4.3":0.00026530171119784,"5.0-5.1":0.0031836205343741,"6.0-6.1":0.001591810267187,"7.0-7.1":0.0061019393575503,"8.1-8.4":0.014856895827079,"9.0-9.2":0.0084896547583308,"9.3":0.061284695286701,"10.0-10.2":0.071896763734614,"10.3":0.092855598919243,"11.0-11.2":0.16767068147703,"11.3-11.4":0.44623747823476,"12-12.1":1.7334813809667},I:{"3":0.0039236959826276,"4":0.49046199782845,_:"67","2.1":0,"2.2":0.0039236959826276,"2.3":0.10986348751357,"4.1":0.19226110314875,"4.2-4.3":0.92991594788274,"4.4":0,"4.4.3-4.4.4":1.8833740716612},A:{"6":0,"7":0,"8":0.010232,"9":0,"10":0.010232,"11":0.721356,"5.5":0},B:{"12":0.03837,"13":0.005116,"14":0.002558,"15":0.010232,"16":0.017906,"17":0.048602,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":2.1833105519288,"5":0.15303578635015,"6.2":0.3060715727003,_:"7.2"},N:{"10":0.20303302564103,"11":0.21371897435897},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.163724},O:{"0":0.848388},Q:{_:"1.2"},H:{"0":18.600396701031},L:{"0":56.967854}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GY.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GY.js new file mode 100644 index 0000000..07e1803 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/GY.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.004828,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.019312,"32":0,"33":0.057936,"34":0.014484,"35":0,"36":0,"37":0,"38":0.057936,"39":0,"40":0.004828,"41":0,"42":0,"43":0.009656,"44":0,"45":0.004828,"46":0.009656,"47":0,"48":0,"49":0.057936,"50":0.004828,"51":0.004828,"52":0,"53":0.009656,"54":0,"55":0.057936,"56":0.004828,"57":0.009656,"58":0.028968,"59":0.004828,"60":0.033796,"61":0.057936,"62":0.033796,"63":0.082076,"64":0.033796,"65":0.19312,"66":0.038624,"67":0.101388,"68":0.04828,"69":0.429692,"70":11.73204,"71":0.038624,"72":0.014484,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0.009656,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0.004828,"48":0,"49":0.004828,"50":0,"51":0,"52":0.038624,"53":0,"54":0,"55":0,"56":0.004828,"57":0,"58":0,"59":0.004828,"60":0.009656,"61":0.004828,"62":0.04828,"63":1.347012,"64":0.043452,"65":0.004828,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0.014484,"15":0,"16":0,"17":0.019312,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0.004828,"28":0,"29":0.009656,"30":0.004828,"31":0,"32":0.004828,"33":0.009656,"34":0,"35":0.02414,"36":0,"37":0.004828,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.009656,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.014484,"56":0.598672,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.009656},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.004828,"10":0.009656,"11":0.004828,"12":0.159324,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0.004828,"7.1":0,"9.1":0.004828,"10.1":0.028968,"11.1":0.07242},G:{"8":0.18500759891924,"3.2":0.0011420222155509,"4.0-4.1":0,"4.2-4.3":0.0011420222155509,"5.0-5.1":0.013704266586611,"6.0-6.1":0.0068521332933053,"7.0-7.1":0.02626651095767,"8.1-8.4":0.06395324407085,"9.0-9.2":0.036544710897628,"9.3":0.26380713179225,"10.0-10.2":0.30948802041429,"10.3":0.39970777544281,"11.0-11.2":0.72175804022816,"11.3-11.4":1.9208813665566,"12-12.1":7.4619731564095},I:{"3":0.0026853203040174,"4":0.33566503800217,_:"67","2.1":0,"2.2":0.0026853203040174,"2.3":0.075188968512486,"4.1":0.13158069489685,"4.2-4.3":0.63642091205212,"4.4":0,"4.4.3-4.4.4":1.2889537459283},A:{"6":0,"7":0,"8":0.019312,"9":0.004828,"10":0.014484,"11":0.357272,"5.5":0},B:{"12":0.028968,"13":0.07242,"14":0.033796,"15":0.106216,"16":0.125528,"17":1.057332,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.75418895184136,"5":0.095601416430595,"6.2":0.38240566572238,_:"7.2"},N:{"10":0.011754545454545,"11":0.11754545454545},J:{"7":0.0227568,"10":0.0910272},R:{_:"0"},M:{"0":0.15516},O:{"0":1.122324},Q:{_:"1.2"},H:{"0":1.248611443299},L:{"0":58.774732}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/HK.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/HK.js new file mode 100644 index 0000000..4f4e0b0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/HK.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.007035,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.007035,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.007035,"23":0,"24":0,"25":0,"26":0.01407,"27":0,"28":0,"29":0.091455,"30":0,"31":0.007035,"32":0,"33":0,"34":0.021105,"35":0.02814,"36":0.007035,"37":0,"38":0.05628,"39":0.007035,"40":0.007035,"41":0,"42":0.007035,"43":0.007035,"44":0.007035,"45":0.021105,"46":0.007035,"47":0.01407,"48":0.035175,"49":0.59094,"50":0.01407,"51":0.021105,"52":0.01407,"53":0.01407,"54":0.02814,"55":0.077385,"56":0.07035,"57":0.19698,"58":0.133665,"59":0.035175,"60":0.04221,"61":0.07035,"62":0.09849,"63":0.696465,"64":0.133665,"65":0.161805,"66":0.16884,"67":0.54873,"68":0.682395,"69":1.653225,"70":25.121985,"71":0.077385,"72":0.035175,"73":0},C:{"2":0,"3":0,"4":0.007035,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.007035,"34":0.007035,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.01407,"44":0,"45":0.01407,"46":0.007035,"47":0.01407,"48":0.077385,"49":0.007035,"50":0.01407,"51":0.007035,"52":0.12663,"53":0.007035,"54":0.01407,"55":0.01407,"56":0.035175,"57":0.02814,"58":0.021105,"59":0.021105,"60":0.063315,"61":0.05628,"62":0.11256,"63":1.906485,"64":0.01407,"65":0,"3.5":0,"3.6":0.007035},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.007035,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.21105,"9.5-9.6":0.007035,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0.007035,"5":0.007035,"6":0,"7":0.007035,"8":0.02814,"9":0.01407,"10":0.077385,"11":0.22512,"12":1.95573,_:"0","3.1":0,"3.2":0,"5.1":0.021105,"6.1":0.007035,"7.1":0,"9.1":0.11256,"10.1":0.36582,"11.1":0.64722},G:{"8":0.51155800060042,"3.2":0.0031577654358051,"4.0-4.1":0,"4.2-4.3":0.0031577654358051,"5.0-5.1":0.037893185229661,"6.0-6.1":0.01894659261483,"7.0-7.1":0.072628605023516,"8.1-8.4":0.17683486440508,"9.0-9.2":0.10104849394576,"9.3":0.72944381567097,"10.0-10.2":0.85575443310317,"10.3":1.1052179025318,"11.0-11.2":1.9957077554288,"11.3-11.4":5.3113614630241,"12-12.1":20.63283935755},I:{"3":0.00070467426710098,"4":0.088084283387622,_:"67","2.1":0,"2.2":0.00070467426710098,"2.3":0.019730879478827,"4.1":0.034529039087948,"4.2-4.3":0.16700780130293,"4.4":0,"4.4.3-4.4.4":0.33824364820847},A:{"6":0.014628333333333,"7":0.0073141666666667,"8":0.073141666666667,"9":0.073141666666667,"10":0.051199166666667,"11":2.54533,"5.5":0},B:{"12":0.01407,"13":0.007035,"14":0.02814,"15":0.02814,"16":0.08442,"17":1.25223,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.3627081443299,"5":0.053339432989691,"6.2":0.074675206185567,_:"7.2"},N:{"10":0,"11":0.014825},J:{"7":0.000593,"10":0.002372},R:{_:"0"},M:{"0":0.115635},O:{"0":0.34394},Q:{_:"1.2"},H:{"0":0.092633324742268},L:{"0":19.020205}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/HN.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/HN.js new file mode 100644 index 0000000..d99cd5b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/HN.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.01338,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.01338,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.01338,"35":0,"36":0,"37":0.00669,"38":0.06021,"39":0.00669,"40":0.01338,"41":0,"42":0,"43":0.00669,"44":0.00669,"45":0.00669,"46":0,"47":0.01338,"48":0,"49":0.31443,"50":0.00669,"51":0.02007,"52":0.01338,"53":0.01338,"54":0,"55":0.02007,"56":0.02007,"57":0.03345,"58":0.04014,"59":0.02676,"60":0.06021,"61":0.02676,"62":0.11373,"63":0.09366,"64":0.02676,"65":0.10704,"66":0.08028,"67":0.22077,"68":0.23415,"69":0.78942,"70":27.64308,"71":0.05352,"72":0.03345,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0.00669,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0.05352,"41":0,"42":0,"43":0.00669,"44":0,"45":0.00669,"46":0,"47":0.01338,"48":0.07359,"49":0,"50":0,"51":0,"52":0.10704,"53":0.00669,"54":0.00669,"55":0.00669,"56":0.01338,"57":0.01338,"58":0.02007,"59":0.02676,"60":0.04014,"61":0.04683,"62":0.11373,"63":2.12073,"64":0.01338,"65":0,"3.5":0,"3.6":0.00669},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0.02007,"18":0,"19":0,"20":0,"21":0,"22":0.00669,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.01338,"30":0,"31":0,"32":0,"33":0.00669,"34":0,"35":0,"36":0,"37":0.00669,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.00669,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":1.11723,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.00669},E:{"4":0,"5":0,"6":0,"7":0,"8":0.02676,"9":0.04683,"10":0.05352,"11":0.25422,"12":1.38483,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.08697,"10.1":0.15387,"11.1":0.38133},G:{"8":0.12321807865506,"3.2":0.00076060542379666,"4.0-4.1":0,"4.2-4.3":0.00076060542379666,"5.0-5.1":0.0091272650855599,"6.0-6.1":0.0045636325427799,"7.0-7.1":0.017493924747323,"8.1-8.4":0.042593903732613,"9.0-9.2":0.024339373561493,"9.3":0.17569985289703,"10.0-10.2":0.20612406984889,"10.3":0.26621189832883,"11.0-11.2":0.48070262783949,"11.3-11.4":1.279338322826,"12-12.1":4.9697958390874},I:{"3":0.0020340173724213,"4":0.25425217155266,_:"67","2.1":0,"2.2":0.0020340173724213,"2.3":0.056952486427796,"4.1":0.099666851248643,"4.2-4.3":0.48206211726384,"4.4":0,"4.4.3-4.4.4":0.97632833876221},A:{"6":0,"7":0,"8":0.04683,"9":0.01338,"10":0.02676,"11":0.41478,"5.5":0},B:{"12":0.02007,"13":0.02676,"14":0.04683,"15":0.06021,"16":0.08697,"17":0.7359,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.81750981818182,"5":0.10218872727273,"6.2":0.14306421818182,_:"7.2"},N:{"10":0.01034375,"11":0.07240625},J:{"7":0.011254,"10":0.045016},R:{_:"0"},M:{"0":0.0993},O:{"0":0.37734},Q:{_:"1.2"},H:{"0":0.64867469072165},L:{"0":45.16881}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/HR.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/HR.js new file mode 100644 index 0000000..d6648f2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/HR.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006845,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.01369,"23":0,"24":0,"25":0,"26":0.006845,"27":0,"28":0,"29":0.16428,"30":0,"31":0.01369,"32":0,"33":0,"34":0.020535,"35":0.020535,"36":0,"37":0,"38":0.034225,"39":0.01369,"40":0.006845,"41":0,"42":0.006845,"43":0.061605,"44":0.006845,"45":0.006845,"46":0.020535,"47":0.01369,"48":0.006845,"49":0.636585,"50":0.01369,"51":0.01369,"52":0.006845,"53":0.020535,"54":0.01369,"55":0.02738,"56":0.020535,"57":0.020535,"58":0.05476,"59":0.01369,"60":0.034225,"61":0.020535,"62":0.06845,"63":0.075295,"64":0.1369,"65":0.09583,"66":0.10952,"67":0.15059,"68":0.23273,"69":0.732415,"70":23.47835,"71":0.047915,"72":0.034225,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0.01369,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.006845,"38":0.006845,"39":0.006845,"40":0.006845,"41":0.006845,"42":0.006845,"43":0.01369,"44":0,"45":0.006845,"46":0,"47":0.020535,"48":0.061605,"49":0.006845,"50":0.01369,"51":0.006845,"52":0.36963,"53":0.006845,"54":0.01369,"55":0.006845,"56":0.047915,"57":0.02738,"58":0.020535,"59":0.04107,"60":0.088985,"61":0.06845,"62":0.20535,"63":5.31172,"64":0.061605,"65":0,"3.5":0,"3.6":0.006845},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0.006845,"31":0.006845,"32":0.01369,"33":0,"34":0,"35":0.006845,"36":0.02738,"37":0,"38":0,"39":0,"40":0.006845,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006845,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.006845,"56":1.2321,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.006845},E:{"4":0,"5":0,"6":0,"7":0,"8":0.006845,"9":0.006845,"10":0.006845,"11":0.05476,"12":0.61605,_:"0","3.1":0,"3.2":0,"5.1":0.006845,"6.1":0,"7.1":0,"9.1":0.04107,"10.1":0.08214,"11.1":0.184815},G:{"8":0.16493133593515,"3.2":0.0010180946662664,"4.0-4.1":0,"4.2-4.3":0.0010180946662664,"5.0-5.1":0.012217135995197,"6.0-6.1":0.0061085679975983,"7.0-7.1":0.023416177324127,"8.1-8.4":0.057013301310918,"9.0-9.2":0.032579029320524,"9.3":0.23517986790754,"10.0-10.2":0.27590365455819,"10.3":0.35633313319324,"11.0-11.2":0.64343582908036,"11.3-11.4":1.7124352286601,"12-12.1":6.6522305493846},I:{"3":0.00098961997828447,"4":0.12370249728556,_:"67","2.1":0,"2.2":0.00098961997828447,"2.3":0.027709359391965,"4.1":0.048491378935939,"4.2-4.3":0.23453993485342,"4.4":0,"4.4.3-4.4.4":0.47501758957655},A:{"6":0,"7":0,"8":0.04107,"9":0.020535,"10":0.020535,"11":1.79339,"5.5":0},B:{"12":0.006845,"13":0.020535,"14":0.061605,"15":0.19166,"16":0.08214,"17":1.074665,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.42883495145631,"5":0.091893203883495,"6.2":0.16336569579288,_:"7.2"},N:{"10":0.010799807692308,"11":0.26999519230769},J:{"7":0.001893,"10":0.007572},R:{_:"0"},M:{"0":0.217695},O:{"0":0.072565},Q:{_:"1.2"},H:{"0":0.33752536941581},L:{"0":42.85324}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/HT.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/HT.js new file mode 100644 index 0000000..a3f961d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/HT.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.005242,"12":0,"13":0,"14":0.002621,"15":0,"16":0,"17":0.002621,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.002621,"32":0,"33":0,"34":0.002621,"35":0,"36":0,"37":0,"38":0.002621,"39":0.002621,"40":0,"41":0.002621,"42":0.002621,"43":0.005242,"44":0,"45":0.005242,"46":0.007863,"47":0,"48":0,"49":0.070767,"50":0.010484,"51":0,"52":0.005242,"53":0.005242,"54":0.002621,"55":0.005242,"56":0.005242,"57":0.007863,"58":0.020968,"59":0.002621,"60":0.015726,"61":0.010484,"62":0.002621,"63":0.013105,"64":0.028831,"65":0.128429,"66":0.018347,"67":0.020968,"68":0.034073,"69":0.217543,"70":3.037739,"71":0.007863,"72":0.002621,"73":0},C:{"2":0,"3":0.015726,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0.002621,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0.002621,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.005242,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.002621,"44":0,"45":0.002621,"46":0,"47":0.005242,"48":0.005242,"49":0.005242,"50":0.010484,"51":0,"52":0.015726,"53":0,"54":0.002621,"55":0,"56":0.002621,"57":0.010484,"58":0,"59":0.002621,"60":0.010484,"61":0.018347,"62":0.028831,"63":0.579241,"64":0.007863,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0.007863,"18":0,"19":0,"20":0.002621,"21":0.002621,"22":0.002621,"23":0,"24":0,"25":0,"26":0,"27":0.002621,"28":0.002621,"29":0.005242,"30":0,"31":0.005242,"32":0,"33":0.010484,"34":0,"35":0,"36":0,"37":0.002621,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.013105,"49":0,"50":0,"51":0,"52":0.002621,"53":0,"54":0.005242,"55":0.002621,"56":0.369561,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.013105},E:{"4":0,"5":0,"6":0,"7":0,"8":0.002621,"9":0.002621,"10":0.002621,"11":0.062904,"12":0.20968,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0.002621,"7.1":0,"9.1":0.018347,"10.1":0.044557,"11.1":0.060283},G:{"8":0.13374614950465,"3.2":0.00082559351546082,"4.0-4.1":0,"4.2-4.3":0.00082559351546082,"5.0-5.1":0.0099071221855299,"6.0-6.1":0.0049535610927649,"7.0-7.1":0.018988650855599,"8.1-8.4":0.046233236865806,"9.0-9.2":0.026418992494746,"9.3":0.19071210207145,"10.0-10.2":0.22373584268988,"10.3":0.28895773041129,"11.0-11.2":0.52177510177124,"11.3-11.4":1.3886482930051,"12-12.1":5.394428030021},I:{"3":0.0029571194353963,"4":0.36963992942454,_:"67","2.1":0,"2.2":0.0029571194353963,"2.3":0.082799344191097,"4.1":0.14489885233442,"4.2-4.3":0.70083730618893,"4.4":0,"4.4.3-4.4.4":1.4194173289902},A:{"6":0,"7":0,"8":0.023589,"9":0.005242,"10":0.018347,"11":0.199196,"5.5":0},B:{"12":0.02621,"13":0.023589,"14":0.018347,"15":0.023589,"16":0.031452,"17":0.267342,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.76024083977901,"5":0.12328229834254,"6.2":0.16437639779006,_:"7.2"},N:{"10":0.021785619047619,"11":0.20696338095238},J:{"7":0.022137,"10":0.088548},R:{_:"0"},M:{"0":0.22137},O:{"0":0.944512},Q:{_:"1.2"},H:{"0":5.7145156735395},L:{"0":71.160912}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/HU.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/HU.js new file mode 100644 index 0000000..5081968 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/HU.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0.007025,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.021075,"23":0,"24":0,"25":0,"26":0.01405,"27":0,"28":0,"29":0,"30":0,"31":0.007025,"32":0,"33":0,"34":0.0281,"35":0,"36":0.007025,"37":0.007025,"38":0.0843,"39":0.007025,"40":0.007025,"41":0,"42":0,"43":0.01405,"44":0.007025,"45":0,"46":0.007025,"47":0.007025,"48":0.01405,"49":0.6744,"50":0.007025,"51":0.007025,"52":0.007025,"53":0.0281,"54":0.01405,"55":0.01405,"56":0.021075,"57":0.01405,"58":0.077275,"59":0.01405,"60":0.021075,"61":0.035125,"62":0.049175,"63":0.091325,"64":0.049175,"65":0.07025,"66":0.077275,"67":0.12645,"68":0.15455,"69":0.74465,"70":25.2619,"71":0.04215,"72":0.021075,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.007025,"32":0,"33":0,"34":0.007025,"35":0.007025,"36":0,"37":0,"38":0.007025,"39":0,"40":0.007025,"41":0.007025,"42":0.007025,"43":0.021075,"44":0,"45":0.0281,"46":0.007025,"47":0.035125,"48":0.035125,"49":0.01405,"50":0.01405,"51":0.021075,"52":0.414475,"53":0.01405,"54":0.01405,"55":0.021075,"56":0.0562,"57":0.049175,"58":0.035125,"59":0.035125,"60":0.161575,"61":0.09835,"62":0.29505,"63":6.7159,"64":0.0281,"65":0,"3.5":0,"3.6":0.021075},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.007025,"33":0,"34":0,"35":0,"36":0.035125,"37":0.0281,"38":0.007025,"39":0,"40":0.007025,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.01405,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0.007025,"55":0.007025,"56":1.6017,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.021075},E:{"4":0.007025,"5":0,"6":0,"7":0,"8":0.007025,"9":0.007025,"10":0.01405,"11":0.04215,"12":0.779775,_:"0","3.1":0,"3.2":0,"5.1":0.007025,"6.1":0,"7.1":0,"9.1":0.0281,"10.1":0.063225,"11.1":0.175625},G:{"8":0.22484491143801,"3.2":0.0013879315520865,"4.0-4.1":0,"4.2-4.3":0.0013879315520865,"5.0-5.1":0.016655178625038,"6.0-6.1":0.0083275893125188,"7.0-7.1":0.031922425697989,"8.1-8.4":0.077724166916842,"9.0-9.2":0.044413809666767,"9.3":0.32061218853197,"10.0-10.2":0.37612945061543,"10.3":0.48577604323026,"11.0-11.2":0.87717274091864,"11.3-11.4":2.3345008706094,"12-12.1":9.0687447613329},I:{"3":0.00077600434310532,"4":0.097000542888165,_:"67","2.1":0,"2.2":0.00077600434310532,"2.3":0.021728121606949,"4.1":0.038024212812161,"4.2-4.3":0.18391302931596,"4.4":0,"4.4.3-4.4.4":0.37248208469055},A:{"6":0.028548404255319,"7":0.0071371010638298,"8":0.042822606382979,"9":0.035685505319149,"10":0.028548404255319,"11":1.1990329787234,"5.5":0},B:{"12":0.007025,"13":0.01405,"14":0.063225,"15":0.119425,"16":0.07025,"17":1.201275,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.4786167539267,"5":0.02080942408377,"6.2":0.062428272251309,_:"7.2"},N:{"10":0.010984615384615,"11":0.27461538461538},J:{"7":0.002975,"10":0.0119},R:{_:"0"},M:{"0":0.2023},O:{"0":0.068425},Q:{_:"1.2"},H:{"0":0.43374682130584},L:{"0":37.904375}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ID.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ID.js new file mode 100644 index 0000000..050bcc0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ID.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.004784,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0.004784,"19":0.004784,"20":0.004784,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.004784,"27":0.004784,"28":0.004784,"29":0.009568,"30":0.004784,"31":0.009568,"32":0.004784,"33":0.009568,"34":0.004784,"35":0,"36":0.004784,"37":0.004784,"38":0.004784,"39":0.004784,"40":0.009568,"41":0,"42":0.004784,"43":0.028704,"44":0.004784,"45":0.004784,"46":0.009568,"47":0.004784,"48":0.009568,"49":0.16744,"50":0.009568,"51":0.02392,"52":0.004784,"53":0.009568,"54":0.009568,"55":0.009568,"56":0.043056,"57":0.110032,"58":0.45448,"59":0.014352,"60":0.02392,"61":0.1196,"62":0.038272,"63":0.07176,"64":0.038272,"65":0.07176,"66":0.062192,"67":0.172224,"68":0.153088,"69":0.521456,"70":10.510448,"71":0.02392,"72":0.019136,"73":0},C:{"2":0,"3":0.004784,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.004784,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.004784,"30":0.004784,"31":0.004784,"32":0.004784,"33":0.004784,"34":0.009568,"35":0.004784,"36":0.014352,"37":0.009568,"38":0.009568,"39":0.009568,"40":0.009568,"41":0.014352,"42":0.009568,"43":0.04784,"44":0.019136,"45":0.014352,"46":0.009568,"47":0.07176,"48":0.043056,"49":0.02392,"50":0.028704,"51":0.014352,"52":0.14352,"53":0.019136,"54":0.014352,"55":0.019136,"56":0.057408,"57":0.038272,"58":0.028704,"59":0.038272,"60":0.057408,"61":0.076544,"62":0.16744,"63":2.392,"64":0.186576,"65":0,"3.5":0,"3.6":0.004784},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.004784,"21":0.004784,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.009568,"35":0,"36":0.004784,"37":0.325312,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.004784,"44":0,"45":0,"46":0,"47":0,"48":0.004784,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.004784,"56":0.3588,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.014352},E:{"4":0,"5":0,"6":0,"7":0.004784,"8":0.004784,"9":0.004784,"10":0.019136,"11":0.043056,"12":0.224848,_:"0","3.1":0,"3.2":0,"5.1":0.133952,"6.1":0,"7.1":0,"9.1":0.02392,"10.1":0.04784,"11.1":0.090896},G:{"8":0.065834932452717,"3.2":0.00040638847193035,"4.0-4.1":0,"4.2-4.3":0.00040638847193035,"5.0-5.1":0.0048766616631642,"6.0-6.1":0.0024383308315821,"7.0-7.1":0.0093469348543981,"8.1-8.4":0.0227577544281,"9.0-9.2":0.013004431101771,"9.3":0.093875737015911,"10.0-10.2":0.11013127589313,"10.3":0.14223596517562,"11.0-11.2":0.25683751425998,"11.3-11.4":0.68354540978685,"12-12.1":2.6553422755929},I:{"3":0.0050125863192182,"4":0.62657328990228,_:"67","2.1":0,"2.2":0.0050125863192182,"2.3":0.14035241693811,"4.1":0.24561672964169,"4.2-4.3":1.1879829576547,"4.4":0,"4.4.3-4.4.4":2.4060414332248},A:{"6":0.004784,"7":0,"8":0.090896,"9":0.009568,"10":0.019136,"11":0.114816,"5.5":0},B:{"12":0.009568,"13":0.004784,"14":0.019136,"15":0.014352,"16":0.028704,"17":0.19136,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.5951445472313,"5":0.081281250814332,"6.2":0.18288281433225,_:"7.2"},N:{"10":0,"11":0.067808},J:{"7":0.0166912,"10":0.0667648},R:{_:"0"},M:{"0":0.15648},O:{"0":7.172},Q:{_:"1.2"},H:{"0":4.6418815120275},L:{"0":48.37104}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IE.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IE.js new file mode 100644 index 0000000..0ba84f6 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IE.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.005587,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.005587,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.005587,"30":0,"31":0.005587,"32":0,"33":0,"34":0.005587,"35":0,"36":0,"37":0,"38":0.016761,"39":0.005587,"40":0.648092,"41":0.156436,"42":0,"43":0.005587,"44":0.005587,"45":0.011174,"46":0.005587,"47":0.027935,"48":0.201132,"49":0.262589,"50":0.005587,"51":0.005587,"52":0.005587,"53":0.022348,"54":0.011174,"55":0.033522,"56":0.011174,"57":0.022348,"58":0.027935,"59":0.078218,"60":0.016761,"61":0.039109,"62":0.027935,"63":0.106153,"64":0.044696,"65":0.078218,"66":0.05587,"67":0.139675,"68":0.229067,"69":0.927442,"70":13.63228,"71":0.027935,"72":0.005587,"73":0},C:{"2":0,"3":0.016761,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.011174,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.022348,"39":0,"40":0,"41":0,"42":0,"43":0.022348,"44":0.078218,"45":0.027935,"46":0.027935,"47":0.005587,"48":0.027935,"49":0,"50":0.011174,"51":0.005587,"52":0.061457,"53":0.005587,"54":0.027935,"55":0,"56":0.011174,"57":0.005587,"58":0.005587,"59":0.005587,"60":0.05587,"61":0.027935,"62":0.106153,"63":1.542012,"64":0.011174,"65":0,"3.5":0,"3.6":0.005587},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.005587,"37":0,"38":0,"39":0,"40":0.005587,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.229067,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0.005587,"5":0.005587,"6":0,"7":0,"8":0.011174,"9":0.044696,"10":0.039109,"11":0.061457,"12":0.804528,_:"0","3.1":0,"3.2":0,"5.1":0.011174,"6.1":0.005587,"7.1":0,"9.1":0.05587,"10.1":0.134088,"11.1":0.240241},G:{"8":0.62931645391774,"3.2":0.003884669468628,"4.0-4.1":0,"4.2-4.3":0.003884669468628,"5.0-5.1":0.046616033623536,"6.0-6.1":0.023308016811768,"7.0-7.1":0.089347397778445,"8.1-8.4":0.21754149024317,"9.0-9.2":0.1243094229961,"9.3":0.89735864725308,"10.0-10.2":1.0527454259982,"10.3":1.3596343140198,"11.0-11.2":2.4551111041729,"11.3-11.4":6.5340140462324,"12-12.1":25.382430308016},I:{"3":0.0006664549402823,"4":0.083306867535288,_:"67","2.1":0,"2.2":0.0006664549402823,"2.3":0.018660738327904,"4.1":0.032656292073833,"4.2-4.3":0.15794982084691,"4.4":0,"4.4.3-4.4.4":0.3198983713355},A:{"6":0,"7":0,"8":0.039941106382979,"9":0.78741038297872,"10":0.05135285106383,"11":1.2667036595745,"5.5":0},B:{"12":0.016761,"13":0.016761,"14":0.050283,"15":0.05587,"16":0.094979,"17":1.821362,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.23688984,"5":0.08614176,"6.2":0.08614176,_:"7.2"},N:{"10":0,"11":0.075021},J:{"7":0.0008826,"10":0.0035304},R:{_:"0"},M:{"0":0.158868},O:{"0":0.039717},Q:{_:"1.2"},H:{"0":0.096092695876289},L:{"0":29.926387}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IL.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IL.js new file mode 100644 index 0000000..aaeda4e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IL.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0.006596,"6":0,"7":0.006596,"8":0,"9":0.006596,"10":0,"11":0.006596,"12":0,"13":0,"14":0,"15":0,"16":0.013192,"17":0.006596,"18":0.006596,"19":0,"20":0.006596,"21":0.013192,"22":0.019788,"23":0.006596,"24":0.006596,"25":0.006596,"26":0.013192,"27":0,"28":0,"29":0.125324,"30":0,"31":0.039576,"32":0.006596,"33":0,"34":0.006596,"35":0.013192,"36":0.006596,"37":0.006596,"38":0.03298,"39":0.013192,"40":0.013192,"41":0.006596,"42":0.006596,"43":0.006596,"44":0.013192,"45":0.013192,"46":0.006596,"47":0.006596,"48":0.006596,"49":0.474912,"50":0.013192,"51":0.013192,"52":0.006596,"53":0.013192,"54":0.013192,"55":0.013192,"56":0.019788,"57":0.03298,"58":0.026384,"59":0.019788,"60":0.026384,"61":0.112132,"62":0.06596,"63":0.138516,"64":0.092344,"65":0.125324,"66":0.09894,"67":0.23086,"68":0.23086,"69":1.312604,"70":25.5595,"71":0.046172,"72":0.03298,"73":0},C:{"2":0,"3":0.013192,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.006596,"21":0,"22":0,"23":0,"24":0.006596,"25":0.013192,"26":0.03298,"27":0.006596,"28":0.006596,"29":0,"30":0,"31":0.006596,"32":0,"33":0,"34":0.006596,"35":0,"36":0.006596,"37":0,"38":0.006596,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.006596,"46":0,"47":0.006596,"48":0.052768,"49":0,"50":0,"51":0,"52":0.09894,"53":0.006596,"54":0.006596,"55":0.006596,"56":0.026384,"57":0.046172,"58":0.013192,"59":0.019788,"60":0.03298,"61":0.03298,"62":0.079152,"63":1.563252,"64":0.019788,"65":0,"3.5":0.019788,"3.6":0.085748},F:{"9":0,"11":0.006596,"12":0.013192,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0.006596,"26":0,"27":0.006596,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.006596,"37":0.006596,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006596,"49":0.006596,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.303416,"9.5-9.6":0,"10.0-10.1":0.006596,"10.5":0,"10.6":0.006596,"11.1":0,"11.5":0,"11.6":0.013192,"12.1":0.019788},E:{"4":0.006596,"5":0.013192,"6":0.006596,"7":0.013192,"8":0.105536,"9":0.006596,"10":0.013192,"11":0.046172,"12":0.540872,_:"0","3.1":0.006596,"3.2":0,"5.1":0.013192,"6.1":0.013192,"7.1":0,"9.1":0.03298,"10.1":0.085748,"11.1":0.158304},G:{"8":0.25386024136896,"3.2":0.0015670385269689,"4.0-4.1":0,"4.2-4.3":0.0015670385269689,"5.0-5.1":0.018804462323627,"6.0-6.1":0.0094022311618133,"7.0-7.1":0.036041886120284,"8.1-8.4":0.087754157510257,"9.0-9.2":0.050145232863004,"9.3":0.36198589972981,"10.0-10.2":0.42466744080857,"10.3":0.54846348443911,"11.0-11.2":0.99036834904433,"11.3-11.4":2.6357588023617,"12-12.1":10.239029735215},I:{"3":0.00051954831704669,"4":0.064943539630836,_:"67","2.1":0,"2.2":0.00051954831704669,"2.3":0.014547352877307,"4.1":0.025457867535288,"4.2-4.3":0.12313295114007,"4.4":0,"4.4.3-4.4.4":0.24938319218241},A:{"6":0,"7":0,"8":0.05307213832853,"9":0.033170086455331,"10":0.059706155619597,"11":2.1560556195965,"5.5":0},B:{"12":0.006596,"13":0.006596,"14":0.026384,"15":0.026384,"16":0.06596,"17":1.081744,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.47104608264463,"5":0.14336185123967,"6.2":0.12288158677686,_:"7.2"},N:{"10":0,"11":0.01702},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.10212},O:{"0":0.108928},Q:{_:"1.2"},H:{"0":0.13213017869416},L:{"0":40.215756}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IM.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IM.js new file mode 100644 index 0000000..d825f8c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IM.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.006887,"39":0,"40":0.006887,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0.055096,"48":0,"49":0.179062,"50":0,"51":0.006887,"52":0,"53":0.103305,"54":0,"55":0.020661,"56":0.027548,"57":0,"58":0.020661,"59":0.041322,"60":0.020661,"61":0.034435,"62":0.006887,"63":0.41322,"64":0.020661,"65":0.027548,"66":0.041322,"67":1.122581,"68":0.351237,"69":0.977954,"70":22.775309,"71":0.048209,"72":0,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0.013774,"25":0,"26":0.006887,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0.006887,"40":0,"41":0,"42":0.006887,"43":0,"44":0,"45":0,"46":0,"47":0.006887,"48":0.006887,"49":0.075757,"50":0,"51":0,"52":0.048209,"53":0,"54":0,"55":0,"56":0.006887,"57":0.006887,"58":0,"59":0,"60":0.041322,"61":0.020661,"62":0.103305,"63":1.51514,"64":0.006887,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0.006887,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.743796,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0.020661,"6":0,"7":0.006887,"8":0.13774,"9":0.013774,"10":0.034435,"11":0.089531,"12":1.776846,_:"0","3.1":0,"3.2":0,"5.1":0.013774,"6.1":0.041322,"7.1":0,"9.1":0.158401,"10.1":0.303028,"11.1":0.523412},G:{"8":0.64517360012008,"3.2":0.003982553087161,"4.0-4.1":0,"4.2-4.3":0.003982553087161,"5.0-5.1":0.047790637045932,"6.0-6.1":0.023895318522966,"7.0-7.1":0.091598721004703,"8.1-8.4":0.22302297288102,"9.0-9.2":0.12744169878915,"9.3":0.91996976313419,"10.0-10.2":1.0792718866206,"10.3":1.3938935805064,"11.0-11.2":2.5169735510858,"11.3-11.4":6.6986542926048,"12-12.1":26.02200187151},I:{"3":0.0012658675352877,"4":0.15823344191097,_:"67","2.1":0,"2.2":0.0012658675352877,"2.3":0.035444290988056,"4.1":0.062027509229099,"4.2-4.3":0.30001060586319,"4.4":0,"4.4.3-4.4.4":0.60761641693811},A:{"6":0,"7":0,"8":0.034648881987578,"9":0.38806747826087,"10":0.048508434782609,"11":2.8758572049689,"5.5":0},B:{"12":0,"13":0.027548,"14":0.06887,"15":0.13774,"16":0.268593,"17":3.436613,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.13722612244898,"5":0.034306530612245,"6.2":0.06861306122449,_:"7.2"},N:{"10":0,"11":0.133859},J:{"7":0.0018678,"10":0.0074712},R:{_:"0"},M:{"0":0.270831},O:{"0":0.012452},Q:{_:"1.2"},H:{"0":0.070732494845361},L:{"0":14.970715}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IN.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IN.js new file mode 100644 index 0000000..bcf7f71 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IN.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.00239,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0.00239,"26":0,"27":0,"28":0.00239,"29":0.00717,"30":0.00239,"31":0.00239,"32":0,"33":0.00478,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.00239,"44":0,"45":0,"46":0.00239,"47":0,"48":0.01912,"49":0.05019,"50":0.00239,"51":0.00478,"52":0,"53":0.00239,"54":0.00239,"55":0.00478,"56":0.00239,"57":0.00239,"58":0.01673,"59":0.00239,"60":0.00478,"61":0.00717,"62":0.00478,"63":0.01195,"64":0.00956,"65":0.01195,"66":0.01434,"67":0.02868,"68":0.03107,"69":0.10277,"70":2.90863,"71":0.01434,"72":0.00956,"73":0},C:{"2":0,"3":0,"4":0.00239,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.00239,"32":0,"33":0,"34":0,"35":0.01673,"36":0,"37":0,"38":0,"39":0,"40":0.00239,"41":0,"42":0,"43":0.00478,"44":0.00239,"45":0.00239,"46":0,"47":0.0478,"48":0.00478,"49":0.00239,"50":0.00239,"51":0.00239,"52":0.02151,"53":0.00239,"54":0.00239,"55":0.00239,"56":0.00717,"57":0.00478,"58":0.00239,"59":0.00717,"60":0.00956,"61":0.00956,"62":0.0239,"63":0.2868,"64":0.04541,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.00239,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.05258,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.00239,"46":0,"47":0,"48":0.00956,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.0717,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.00239},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.00239,"11":0.00478,"12":0.03585,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.00239,"10.1":0.00478,"11.1":0.01195},G:{"8":0.039528129690784,"3.2":0.00024400080056039,"4.0-4.1":0,"4.2-4.3":0.00024400080056039,"5.0-5.1":0.0029280096067247,"6.0-6.1":0.0014640048033624,"7.0-7.1":0.005612018412889,"8.1-8.4":0.013664044831382,"9.0-9.2":0.0078080256179326,"9.3":0.056364184929451,"10.0-10.2":0.066124216951866,"10.3":0.085400280196137,"11.0-11.2":0.15420850595417,"11.3-11.4":0.41040934654258,"12-12.1":1.5943012308616},I:{"3":0.00080750271444083,"4":0.1009378393051,_:"67","2.1":0,"2.2":0.00080750271444083,"2.3":0.022610076004343,"4.1":0.0395676330076,"4.2-4.3":0.19137814332248,"4.4":0,"4.4.3-4.4.4":0.3876013029316},A:{"6":0,"7":0,"8":0.00956,"9":0.00239,"10":0.00239,"11":0.04063,"5.5":0},B:{"12":0.00239,"13":0.00239,"14":0.00956,"15":0.00717,"16":0.00956,"17":0.05019,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.0200638297872,"5":0.061203829787234,"6.2":0.10200638297872,_:"7.2"},N:{"10":0.010536923076923,"11":0.12644307692308},J:{"7":0.003044,"10":0.012176},R:{_:"0"},M:{"0":0.10654},O:{"0":19.7099},Q:{_:"1.2"},H:{"0":5.8141576804124},L:{"0":51.81492}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IQ.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IQ.js new file mode 100644 index 0000000..32b7301 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IQ.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.003407,"12":0,"13":0.003407,"14":0.003407,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.003407,"23":0.003407,"24":0.003407,"25":0.003407,"26":0.003407,"27":0.003407,"28":0.003407,"29":0.074954,"30":0.003407,"31":0.010221,"32":0.003407,"33":0.010221,"34":0.010221,"35":0.006814,"36":0,"37":0,"38":0.023849,"39":0.003407,"40":0.017035,"41":0,"42":0.003407,"43":0.143094,"44":0,"45":0.003407,"46":0.003407,"47":0.003407,"48":0,"49":0.027256,"50":0,"51":0.003407,"52":0.003407,"53":0.003407,"54":0,"55":0.010221,"56":0.006814,"57":0.017035,"58":0.020442,"59":0.003407,"60":0.020442,"61":0.040884,"62":0.010221,"63":0.040884,"64":0.023849,"65":0.105617,"66":0.017035,"67":0.040884,"68":0.061326,"69":0.197606,"70":4.960592,"71":0.013628,"72":0.006814,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0.003407,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.003407,"44":0,"45":0,"46":0,"47":0.006814,"48":0.003407,"49":0,"50":0,"51":0,"52":0.013628,"53":0.003407,"54":0.003407,"55":0.003407,"56":0.006814,"57":0.006814,"58":0.003407,"59":0.006814,"60":0.013628,"61":0.010221,"62":0.030663,"63":0.470166,"64":0.023849,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0.006814,"19":0.003407,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.003407,"49":0,"50":0,"51":0,"52":0.006814,"53":0,"54":0,"55":0.003407,"56":0.252118,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.003407,"11":0.006814,"12":0.081768,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.003407,"10.1":0.006814,"11.1":0.013628},G:{"8":0.32001468327829,"3.2":0.0019753992794956,"4.0-4.1":0,"4.2-4.3":0.0019753992794956,"5.0-5.1":0.023704791353948,"6.0-6.1":0.011852395676974,"7.0-7.1":0.0454341834284,"8.1-8.4":0.11062235965176,"9.0-9.2":0.063212776943861,"9.3":0.45631723356349,"10.0-10.2":0.53533320474332,"10.3":0.69138974782348,"11.0-11.2":1.2484523446412,"11.3-11.4":3.3226215881117,"12-12.1":12.907258892225},I:{"3":0.0036502280130293,"4":0.45627850162866,_:"67","2.1":0,"2.2":0.0036502280130293,"2.3":0.10220638436482,"4.1":0.17886117263844,"4.2-4.3":0.86510403908795,"4.4":0,"4.4.3-4.4.4":1.7521094462541},A:{"6":0,"7":0,"8":0.045792389830508,"9":0.010567474576271,"10":0.0070449830508475,"11":0.14442215254237,"5.5":0},B:{"12":0.003407,"13":0.003407,"14":0.006814,"15":0.010221,"16":0.017035,"17":0.129466,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.4193787142857,"5":0.16576685714286,"6.2":0.30045242857143,_:"7.2"},N:{"10":0.0098895,"11":0.0296685},J:{"7":0.0026372,"10":0.0105488},R:{_:"0"},M:{"0":0.098895},O:{"0":0.494475},Q:{_:"1.2"},H:{"0":0.31209132302406},L:{"0":58.515283}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IR.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IR.js new file mode 100644 index 0000000..0505ca4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IR.js @@ -0,0 +1 @@ +module.exports={D:{"6":0.00612,"11":0.01836,"13":0.03672,"14":0.00612,"20":0.01224,"21":0.00612,"22":0.01224,"23":0.00612,"24":0.01224,"29":0.63648,"30":0.01224,"31":0.01836,"32":0.00612,"33":0.02448,"34":0.01224,"35":0.01224,"36":0.01224,"37":0.00612,"38":0.03672,"39":0.00612,"40":0.01224,"42":0.00612,"43":0.01836,"44":0.01224,"45":0.01224,"46":0.02448,"47":0.01836,"48":0.01224,"49":0.47736,"50":0.01836,"51":0.02448,"52":0.01836,"53":0.02448,"54":0.02448,"55":0.04896,"56":0.02448,"57":0.05508,"58":0.0918,"59":0.0306,"60":0.0612,"61":0.12852,"62":0.20196,"63":0.26316,"64":0.153,"65":0.17748,"66":0.10404,"67":0.22032,"68":0.22644,"69":1.11384,"70":27.39312,"71":0.03672,"72":0.04284,_:"4 5 7 8 9 10 12 15 16 17 18 19 25 26 27 28 41 73"},C:{"4":0.00612,"12":0.01836,"14":0.00612,"15":0.00612,"24":0.00612,"25":0.00612,"26":0.00612,"27":0.00612,"29":0.01224,"30":0.01224,"31":0.00612,"32":0.00612,"33":0.01836,"35":0.01224,"37":0.01836,"38":0.01836,"39":0.01836,"40":0.01836,"41":0.02448,"42":0.01836,"43":0.0918,"44":0.0306,"45":0.03672,"46":0.01836,"47":0.2142,"48":0.08568,"49":0.04284,"50":0.04284,"51":0.01836,"52":1.0404,"53":0.0306,"54":0.03672,"55":0.0306,"56":0.12852,"57":0.1224,"58":0.08568,"59":0.09792,"60":0.25704,"61":0.19584,"62":0.5202,"63":9.75528,"64":0.3366,_:"2 3 5 6 7 8 9 10 11 13 16 17 18 19 20 21 22 23 28 34 36 65 3.5","3.6":0.01224},F:{"36":0.01836,"48":0.01224,"49":0.01836,"50":0.00612,"51":0.01224,"52":0.00612,"54":0.01224,"55":0.01224,"56":0.81396,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 46 47 53 9.5-9.6 10.5 10.6 11.1 11.5 11.6 12.1","10.0-10.1":0},E:{"4":0,"8":0.01224,"9":0.00612,"10":0.01836,"11":0.06732,"12":0.26928,_:"0 5 6 7 3.1 3.2 5.1 6.1 7.1","9.1":0.01224,"10.1":0.04284,"11.1":0.09792},G:{"8":0.069675271089763,"3.2":0.00043009426598619,"4.0-4.1":0,"4.2-4.3":0.00043009426598619,"5.0-5.1":0.0051611311918343,"6.0-6.1":0.0025805655959171,"7.0-7.1":0.0098921681176824,"8.1-8.4":0.024085278895227,"9.0-9.2":0.013763016511558,"9.3":0.09935177544281,"10.0-10.2":0.11655554608226,"10.3":0.15053299309517,"11.0-11.2":0.27181957610327,"11.3-11.4":0.72341855538877,"12-12.1":2.8102359339538},I:{"3":0.0022911791530945,"4":0.28639739413681,_:"67","2.1":0,"2.2":0.0022911791530945,"2.3":0.064153016286645,"4.1":0.11226777850163,"4.2-4.3":0.54300945928339,"4.4":0,"4.4.3-4.4.4":1.0997659934853},A:{"6":0.28304896130346,"7":0.36919429735234,"8":2.2151657841141,"9":0.81838069246436,"10":0.59686411405295,"11":4.7810661507128,_:"5.5"},B:{"12":0.03672,"13":0.04284,"14":0.06732,"15":0.04896,"16":0.09792,"17":0.47124,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":2.8702348337731,"5":0.76607691292876,"6.2":0.53114665963061,_:"7.2"},N:{"10":0,"11":0.031032},J:{"7":0.003879,"10":0.015516},R:{_:"0"},M:{"0":0.888291},O:{"0":0.283167},Q:{_:"1.2"},H:{"0":0.90707948969072},L:{"0":26.221914}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IS.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IS.js new file mode 100644 index 0000000..808d774 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IS.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.007515,"35":0,"36":0,"37":0,"38":0.07515,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0.022545,"48":0,"49":0.33066,"50":0.007515,"51":0.01503,"52":0.01503,"53":0.007515,"54":0.01503,"55":0.007515,"56":0.022545,"57":0.022545,"58":0.07515,"59":0.007515,"60":0.09018,"61":0.022545,"62":0.04509,"63":0.07515,"64":0.082665,"65":0.067635,"66":0.07515,"67":0.247995,"68":0.19539,"69":2.382255,"70":30.097575,"71":0.06012,"72":0.01503,"73":0},C:{"2":0,"3":0,"4":0.157815,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.007515,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.007515,"32":0.007515,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0.007515,"43":0.022545,"44":0,"45":0.007515,"46":0,"47":0.007515,"48":0.04509,"49":0.007515,"50":0.007515,"51":0.007515,"52":0.082665,"53":0,"54":0,"55":0,"56":0.01503,"57":0.01503,"58":0.01503,"59":0.01503,"60":0.082665,"61":0.06012,"62":0.187875,"63":5.09517,"64":0.03006,"65":0.007515,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.007515,"29":0,"30":0,"31":0,"32":0.007515,"33":0,"34":0,"35":0,"36":0.007515,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0.01503,"53":0,"54":0,"55":0.007515,"56":0.72144,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.007515},E:{"4":0,"5":0.007515,"6":0,"7":0,"8":0.007515,"9":0.007515,"10":0.12024,"11":0.18036,"12":3.389265,_:"0","3.1":0,"3.2":0,"5.1":0.007515,"6.1":0.03006,"7.1":0.007515,"9.1":0.1503,"10.1":0.31563,"11.1":0.76653},G:{"8":0.40583456019213,"3.2":0.0025051516061243,"4.0-4.1":0,"4.2-4.3":0.0025051516061243,"5.0-5.1":0.030061819273491,"6.0-6.1":0.015030909636746,"7.0-7.1":0.057618486940859,"8.1-8.4":0.14028848994296,"9.0-9.2":0.080164851395977,"9.3":0.57869002101471,"10.0-10.2":0.67889608525968,"10.3":0.8768030621435,"11.0-11.2":1.5832558150705,"11.3-11.4":4.2136650015011,"12-12.1":16.368660594416},I:{"3":0.00026302388707926,"4":0.032877985884908,_:"67","2.1":0,"2.2":0.00026302388707926,"2.3":0.0073646688382193,"4.1":0.012888170466884,"4.2-4.3":0.062336661237785,"4.4":0,"4.4.3-4.4.4":0.12625146579805},A:{"6":0,"7":0,"8":0.0075581896551724,"9":0.015116379310345,"10":0.0075581896551724,"11":1.2848922413793,"5.5":0},B:{"12":0,"13":0.01503,"14":0.07515,"15":0.06012,"16":0.10521,"17":2.13426,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.12749456603774,"5":0.031873641509434,"6.2":0.12749456603774,_:"7.2"},N:{"10":0,"11":0.00994},J:{"7":0.000497,"10":0.001988},R:{_:"0"},M:{"0":0.14413},O:{"0":0.02485},Q:{_:"1.2"},H:{"0":0.044700111683849},L:{"0":19.6613}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IT.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IT.js new file mode 100644 index 0000000..2bdabd3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/IT.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006698,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.020094,"23":0,"24":0,"25":0,"26":0.006698,"27":0,"28":0,"29":0.107168,"30":0,"31":0,"32":0,"33":0,"34":0.026792,"35":0.006698,"36":0.006698,"37":0.006698,"38":0.046886,"39":0.006698,"40":0.020094,"41":0.013396,"42":0.006698,"43":0.006698,"44":0.006698,"45":0.006698,"46":0.013396,"47":0.026792,"48":0.013396,"49":0.756874,"50":0.073678,"51":0.03349,"52":0.006698,"53":0.03349,"54":0.107168,"55":0.120564,"56":0.020094,"57":0.020094,"58":0.053584,"59":0.020094,"60":0.020094,"61":0.107168,"62":0.040188,"63":0.120564,"64":0.060282,"65":0.06698,"66":0.093772,"67":0.187544,"68":0.194242,"69":0.80376,"70":20.670028,"71":0.040188,"72":0.020094,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0.006698,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.006698,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.006698,"30":0,"31":0.006698,"32":0,"33":0.006698,"34":0.006698,"35":0.006698,"36":0.006698,"37":0.03349,"38":0.006698,"39":0.006698,"40":0.006698,"41":0.006698,"42":0.006698,"43":0.006698,"44":0.006698,"45":0.020094,"46":0.006698,"47":0.020094,"48":0.341598,"49":0.013396,"50":0.013396,"51":0.020094,"52":0.241128,"53":0.073678,"54":0.020094,"55":0.020094,"56":0.053584,"57":0.03349,"58":0.020094,"59":0.040188,"60":0.113866,"61":0.06698,"62":0.214336,"63":3.690598,"64":0.020094,"65":0,"3.5":0,"3.6":0.013396},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.006698,"33":0,"34":0,"35":0,"36":0.020094,"37":0.006698,"38":0,"39":0,"40":0.006698,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006698,"49":0.006698,"50":0,"51":0.006698,"52":0,"53":0,"54":0,"55":0,"56":0.555934,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.006698},E:{"4":0.006698,"5":0.020094,"6":0,"7":0.006698,"8":0.020094,"9":0.040188,"10":0.060282,"11":0.16745,"12":2.27732,_:"0","3.1":0,"3.2":0,"5.1":0.026792,"6.1":0.013396,"7.1":0,"9.1":0.127262,"10.1":0.241128,"11.1":0.596122},G:{"8":0.2895621687181,"3.2":0.0017874207945562,"4.0-4.1":0,"4.2-4.3":0.0017874207945562,"5.0-5.1":0.021449049534674,"6.0-6.1":0.010724524767337,"7.0-7.1":0.041110678274792,"8.1-8.4":0.10009556449515,"9.0-9.2":0.057197465425798,"9.3":0.41289420354248,"10.0-10.2":0.48439103532473,"10.3":0.62559727809467,"11.0-11.2":1.1296499421595,"11.3-11.4":3.0064417764435,"12-12.1":11.67900747163},I:{"3":0.00097576981541802,"4":0.12197122692725,_:"67","2.1":0,"2.2":0.00097576981541802,"2.3":0.027321554831705,"4.1":0.047812720955483,"4.2-4.3":0.23125744625407,"4.4":0,"4.4.3-4.4.4":0.46836951140065},A:{"6":0,"7":0.0067429530201342,"8":0.087658389261745,"9":0.053943624161074,"10":0.16183087248322,"11":1.6992241610738,"5.5":0},B:{"12":0.026792,"13":0.020094,"14":0.046886,"15":0.093772,"16":0.107168,"17":1.413278,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.5107957337884,"5":0.093819624573379,"6.2":0.12509283276451,_:"7.2"},N:{"10":0.023414181818182,"11":0.23414181818182},J:{"7":0.0013208,"10":0.0052832},R:{_:"0"},M:{"0":0.211328},O:{"0":0.257556},Q:{_:"1.2"},H:{"0":0.20632393814433},L:{"0":36.831382}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/JE.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/JE.js new file mode 100644 index 0000000..f486b40 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/JE.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.0221,"39":0.18785,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0.005525,"48":0,"49":0.182325,"50":0,"51":0.005525,"52":0,"53":0.049725,"54":0,"55":0,"56":0.005525,"57":0.005525,"58":0.016575,"59":0,"60":0.005525,"61":0.016575,"62":0.027625,"63":0.0442,"64":0.016575,"65":0.038675,"66":0.0221,"67":0.221,"68":0.0663,"69":0.65195,"70":10.867675,"71":0.0221,"72":0.01105,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0.005525,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.005525,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.005525,"49":0,"50":0,"51":0,"52":0.0221,"53":0.005525,"54":0,"55":0,"56":0.0442,"57":0,"58":0.016575,"59":0.01105,"60":0.016575,"61":0.01105,"62":0.0442,"63":0.944775,"64":0.1105,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.359125,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.03315,"9":0.0221,"10":0.060775,"11":0.104975,"12":2.005575,_:"0","3.1":0,"3.2":0,"5.1":0.01105,"6.1":0.005525,"7.1":0,"9.1":0.193375,"10.1":0.40885,"11.1":0.8398},G:{"8":0.85998282797959,"3.2":0.0053085359751826,"4.0-4.1":0,"4.2-4.3":0.0053085359751826,"5.0-5.1":0.063702431702192,"6.0-6.1":0.031851215851096,"7.0-7.1":0.1220963274292,"8.1-8.4":0.29727801461023,"9.0-9.2":0.16987315120584,"9.3":1.2262718102672,"10.0-10.2":1.4386132492745,"10.3":1.8579875913139,"11.0-11.2":3.3549947363154,"11.3-11.4":8.9289575102572,"12-12.1":34.685974061843},I:{"3":0.0021150922909881,"4":0.26438653637351,_:"67","2.1":0,"2.2":0.0021150922909881,"2.3":0.059222584147666,"4.1":0.10363952225841,"4.2-4.3":0.50127687296417,"4.4":0,"4.4.3-4.4.4":1.0152442996743},A:{"6":0,"7":0,"8":0.005525,"9":0.005525,"10":0.01105,"11":3.077425,"5.5":0},B:{"12":0.01105,"13":0.005525,"14":0.049725,"15":0.104975,"16":0.0884,"17":1.773525,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.38737435897436,"5":0.09684358974359,"6.2":0.060527243589744,_:"7.2"},N:{"10":0,"11":0.156625},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.102925},O:{"0":0.00895},Q:{_:"1.2"},H:{"0":0.059312972508591},L:{"0":16.9919}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/JM.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/JM.js new file mode 100644 index 0000000..c0e9a49 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/JM.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006071,"12":0.006071,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.012142,"23":0,"24":0,"25":0,"26":0.006071,"27":0,"28":0,"29":0.291408,"30":0,"31":0,"32":0,"33":0,"34":0.006071,"35":0,"36":0,"37":0.006071,"38":0.012142,"39":0.006071,"40":0.012142,"41":0.006071,"42":0,"43":0.006071,"44":0,"45":0,"46":0.006071,"47":0.006071,"48":0,"49":0.285337,"50":0.006071,"51":0.006071,"52":0.012142,"53":0.024284,"54":0.006071,"55":0.024284,"56":0.012142,"57":0.048568,"58":0.06071,"59":0.018213,"60":0.163917,"61":0.024284,"62":0.036426,"63":0.048568,"64":0.036426,"65":0.212485,"66":0.06071,"67":0.194272,"68":0.127491,"69":0.892437,"70":18.722964,"71":0.048568,"72":0.048568,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0.006071,"41":0,"42":0,"43":0.006071,"44":0,"45":0.006071,"46":0,"47":0.012142,"48":0.06071,"49":0.006071,"50":0.006071,"51":0.006071,"52":0.06071,"53":0.006071,"54":0.012142,"55":0.006071,"56":0.024284,"57":0.012142,"58":0.006071,"59":0.012142,"60":0.024284,"61":0.042497,"62":0.084994,"63":1.481324,"64":0.036426,"65":0,"3.5":0,"3.6":0.006071},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0.012142,"18":0,"19":0,"20":0.012142,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.006071,"30":0,"31":0,"32":0.006071,"33":0.006071,"34":0,"35":0,"36":0.006071,"37":0.006071,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0.006071,"45":0,"46":0,"47":0,"48":0.012142,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.006071,"56":0.576745,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.024284},E:{"4":0,"5":0,"6":0.006071,"7":0,"8":0.006071,"9":0.012142,"10":0.036426,"11":0.066781,"12":1.165632,_:"0","3.1":0,"3.2":0,"5.1":0.006071,"6.1":0,"7.1":0,"9.1":0.036426,"10.1":0.091065,"11.1":0.254982},G:{"8":0.22330632482738,"3.2":0.0013784341038727,"4.0-4.1":0,"4.2-4.3":0.0013784341038727,"5.0-5.1":0.016541209246473,"6.0-6.1":0.0082706046232363,"7.0-7.1":0.031703984389072,"8.1-8.4":0.077192309816872,"9.0-9.2":0.044109891323927,"9.3":0.3184182779946,"10.0-10.2":0.3735556421495,"10.3":0.48245193635545,"11.0-11.2":0.87117035364755,"11.3-11.4":2.3185261627139,"12-12.1":9.0066884347043},I:{"3":0.0028381422366992,"4":0.3547677795874,_:"67","2.1":0,"2.2":0.0028381422366992,"2.3":0.079467982627579,"4.1":0.13906896959826,"4.2-4.3":0.67263971009772,"4.4":0,"4.4.3-4.4.4":1.3623082736156},A:{"6":0,"7":0,"8":0.03727311627907,"9":0.031060930232558,"10":0.024848744186047,"11":0.70818920930233,"5.5":0},B:{"12":0.030355,"13":0.054639,"14":0.072852,"15":0.078923,"16":0.285337,"17":1.584531,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.838328771261,"5":0.43508202052786,"6.2":0.1061175659824,_:"7.2"},N:{"10":0.010959842105263,"11":0.19727715789474},J:{"7":0.0165018,"10":0.0660072},R:{_:"0"},M:{"0":0.161089},O:{"0":0.836877},Q:{_:"1.2"},H:{"0":0.85925609793814},L:{"0":45.04694}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/JO.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/JO.js new file mode 100644 index 0000000..24d661f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/JO.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":1.194752,"25":0,"26":0,"27":0,"28":0,"29":0.11488,"30":0.597376,"31":0.005744,"32":0.005744,"33":0.005744,"34":0,"35":1.189008,"36":0,"37":0,"38":0.005744,"39":0,"40":0.005744,"41":0,"42":0,"43":0.022976,"44":0,"45":0.005744,"46":0.005744,"47":0.017232,"48":0.005744,"49":0.4308,"50":0.011488,"51":0,"52":0.005744,"53":0.017232,"54":0.02872,"55":0.017232,"56":0.005744,"57":0.02872,"58":0.034464,"59":0.005744,"60":0.011488,"61":0.02872,"62":0.040208,"63":0.05744,"64":0.063184,"65":0.137856,"66":0.074672,"67":0.189552,"68":0.120624,"69":0.80416,"70":15.818976,"71":0.040208,"72":0.017232,"73":0},C:{"2":0.585888,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0.597376,"16":0.005744,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0.60312,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0.02872,"41":0,"42":0,"43":0.005744,"44":0.005744,"45":0,"46":0,"47":0.011488,"48":0.063184,"49":0.005744,"50":0,"51":0.005744,"52":0.02872,"53":0.005744,"54":0.005744,"55":0,"56":0.017232,"57":0.022976,"58":0.011488,"59":0.005744,"60":0.022976,"61":0.022976,"62":0.068928,"63":1.211984,"64":0.017232,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.005744,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.005744,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.465264,"9.5-9.6":0,"10.0-10.1":0.591632,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.011488,"9":0.005744,"10":0.022976,"11":0.040208,"12":0.528448,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.040208,"10.1":0.103392,"11.1":0.166576},G:{"8":0.1823449822876,"3.2":0.0011255863104173,"4.0-4.1":0,"4.2-4.3":0.0011255863104173,"5.0-5.1":0.013507035725008,"6.0-6.1":0.0067535178625038,"7.0-7.1":0.025888485139598,"8.1-8.4":0.063032833383368,"9.0-9.2":0.036018761933353,"9.3":0.26001043770639,"10.0-10.2":0.30503389012309,"10.3":0.39395520864605,"11.0-11.2":0.71137054818373,"11.3-11.4":1.8932361741219,"12-12.1":7.3545809522666},I:{"3":0.0011038436482085,"4":0.13798045602606,_:"67","2.1":0,"2.2":0.0011038436482085,"2.3":0.030907622149837,"4.1":0.054088338762215,"4.2-4.3":0.26161094462541,"4.4":0,"4.4.3-4.4.4":0.52984495114007},A:{"6":0.034464,"7":0,"8":0.045952,"9":0.63184,"10":0.022976,"11":0.396336,"5.5":0},B:{"12":0.017232,"13":0.011488,"14":0.02872,"15":0.02872,"16":0.063184,"17":0.511216,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.71308478661088,"5":0.090391029288703,"6.2":0.13056482008368,_:"7.2"},N:{"10":0,"11":0.06384},J:{"7":0.0008512,"10":0.0034048},R:{_:"0"},M:{"0":0.093632},O:{"0":1.059744},Q:{_:"1.2"},H:{"0":0.56813212371134},L:{"0":51.873536}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/JP.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/JP.js new file mode 100644 index 0000000..3089d3c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/JP.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006713,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.006713,"30":0,"31":0.046991,"32":0,"33":0,"34":0.006713,"35":0.013426,"36":0.006713,"37":0.006713,"38":0.006713,"39":0.006713,"40":0.006713,"41":0,"42":0.006713,"43":0.013426,"44":0.006713,"45":0.013426,"46":0.013426,"47":0.013426,"48":0.013426,"49":0.651161,"50":0.006713,"51":0.013426,"52":0.006713,"53":0.013426,"54":0.013426,"55":0.060417,"56":0.026852,"57":0.040278,"58":0.046991,"59":0.026852,"60":0.033565,"61":0.033565,"62":0.033565,"63":0.349076,"64":0.073843,"65":0.080556,"66":0.060417,"67":0.33565,"68":0.255094,"69":0.933107,"70":17.218845,"71":0.040278,"72":0.033565,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0.006713,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.006713,"35":0,"36":0.006713,"37":0,"38":0.006713,"39":0,"40":0,"41":0,"42":0,"43":0.006713,"44":0,"45":0.013426,"46":0,"47":0.013426,"48":0.221529,"49":0.006713,"50":0.006713,"51":0.006713,"52":0.13426,"53":0.006713,"54":0.013426,"55":0.020139,"56":0.120834,"57":0.046991,"58":0.026852,"59":0.020139,"60":0.073843,"61":0.040278,"62":0.13426,"63":3.148397,"64":0.040278,"65":0,"3.5":0,"3.6":0.006713},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.006713,"37":0.006713,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006713,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.228242,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.006713},E:{"4":0.006713,"5":0.046991,"6":0.006713,"7":0.013426,"8":0.026852,"9":0.026852,"10":0.073843,"11":0.214816,"12":1.973622,_:"0","3.1":0,"3.2":0,"5.1":0.033565,"6.1":0.026852,"7.1":0,"9.1":0.241668,"10.1":0.422919,"11.1":0.711578},G:{"8":0.6977816775743,"3.2":0.0043072943060142,"4.0-4.1":0,"4.2-4.3":0.0043072943060142,"5.0-5.1":0.051687531672171,"6.0-6.1":0.025843765836085,"7.0-7.1":0.099067769038327,"8.1-8.4":0.2412084811368,"9.0-9.2":0.13783341779245,"9.3":0.99498498468928,"10.0-10.2":1.1672767569299,"10.3":1.507553007105,"11.0-11.2":2.722210001401,"11.3-11.4":7.2448690227159,"12-12.1":28.143860995497},I:{"3":0.00090265038002172,"4":0.11283129750271,_:"67","2.1":0,"2.2":0.00090265038002172,"2.3":0.025274210640608,"4.1":0.044229868621064,"4.2-4.3":0.21392814006515,"4.4":0,"4.4.3-4.4.4":0.43327218241042},A:{"6":0.0067836631578947,"7":0.0067836631578947,"8":0.16280791578947,"9":0.074620294736842,"10":0.061052968421053,"11":6.1324314947368,"5.5":0},B:{"12":0.006713,"13":0.013426,"14":0.020139,"15":0.026852,"16":0.147686,"17":2.517375,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.041965534246575,"5":0.020982767123288,"6.2":0.010491383561644,_:"7.2"},N:{"10":0,"11":0},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.101897},O:{"0":0.239951},Q:{_:"1.2"},H:{"0":0.10891717353952},L:{"0":15.074138}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KE.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KE.js new file mode 100644 index 0000000..aa1f814 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KE.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.003518,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.003518,"30":0,"31":0.003518,"32":0,"33":0.003518,"34":0.003518,"35":0,"36":0.003518,"37":0.003518,"38":0.014072,"39":0.003518,"40":0.007036,"41":0,"42":0,"43":0.007036,"44":0,"45":0,"46":0.003518,"47":0.003518,"48":0,"49":0.10554,"50":0.007036,"51":0.007036,"52":0.003518,"53":0.003518,"54":0.003518,"55":0.007036,"56":0.010554,"57":0.003518,"58":0.01759,"59":0.007036,"60":0.010554,"61":0.007036,"62":0.007036,"63":0.031662,"64":0.01759,"65":0.073878,"66":0.031662,"67":0.077396,"68":0.05277,"69":0.225152,"70":5.758966,"71":0.024626,"72":0.014072,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.003518,"30":0.003518,"31":0.014072,"32":0.007036,"33":0.003518,"34":0.003518,"35":0.003518,"36":0.003518,"37":0.003518,"38":0.003518,"39":0.003518,"40":0.003518,"41":0.003518,"42":0.003518,"43":0.01759,"44":0.007036,"45":0.007036,"46":0.007036,"47":0.031662,"48":0.01759,"49":0.007036,"50":0.007036,"51":0.003518,"52":0.109058,"53":0.007036,"54":0.003518,"55":0.010554,"56":0.021108,"57":0.014072,"58":0.007036,"59":0.010554,"60":0.063324,"61":0.045734,"62":0.08795,"63":1.576064,"64":0.172382,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0.003518,"12":0.007036,"15":0.01759,"16":0.014072,"17":0.003518,"18":0.007036,"19":0.010554,"20":0.049252,"21":0.007036,"22":0.010554,"23":0.08795,"24":0.007036,"25":0,"26":0.007036,"27":0.007036,"28":0.021108,"29":0.010554,"30":0.01759,"31":0.003518,"32":0.024626,"33":0.014072,"34":0,"35":0.007036,"36":0.007036,"37":0.049252,"38":0.003518,"39":0,"40":0,"41":0,"42":0,"43":0.003518,"44":0,"45":0.007036,"46":0.003518,"47":0.003518,"48":0.01759,"49":0.003518,"50":0,"51":0,"52":0,"53":0,"54":0.003518,"55":0.003518,"56":0.471412,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.24626},E:{"4":0,"5":0,"6":0,"7":0,"8":0.007036,"9":0,"10":0.003518,"11":0.021108,"12":0.186454,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.010554,"10.1":0.024626,"11.1":0.049252},G:{"8":0.034055956769739,"3.2":0.00021022195536876,"4.0-4.1":0,"4.2-4.3":0.00021022195536876,"5.0-5.1":0.0025226634644251,"6.0-6.1":0.0012613317322125,"7.0-7.1":0.0048351049734814,"8.1-8.4":0.01177242950065,"9.0-9.2":0.0067271025718003,"9.3":0.048561271690183,"10.0-10.2":0.056970149904933,"10.3":0.073577684379065,"11.0-11.2":0.13286027579306,"11.3-11.4":0.35359332893025,"12-12.1":1.3735902563795},I:{"3":0.0016129945711183,"4":0.20162432138979,_:"67","2.1":0,"2.2":0.0016129945711183,"2.3":0.045163847991314,"4.1":0.079036733984799,"4.2-4.3":0.38227971335505,"4.4":0,"4.4.3-4.4.4":0.77423739413681},A:{"6":0,"7":0,"8":0.018737173913043,"9":0.0037474347826087,"10":0.0074948695652174,"11":0.14240252173913,"5.5":0},B:{"12":0.01759,"13":0.021108,"14":0.024626,"15":0.021108,"16":0.028144,"17":0.207562,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.52165233027523,"5":0.051142385321101,"6.2":0.040913908256881,_:"7.2"},N:{"10":0.091064195121951,"11":0.37563980487805},J:{"7":0.0246316,"10":0.0985264},R:{_:"0"},M:{"0":0.239834},O:{"0":1.42604},Q:{_:"1.2"},H:{"0":35.482623924399},L:{"0":30.412358}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KG.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KG.js new file mode 100644 index 0000000..23bd066 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KG.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.021993,"5":0,"6":0.07331,"7":0.029324,"8":0.043986,"9":0.014662,"10":0.065979,"11":0.021993,"12":0.131958,"13":0.036655,"14":0.029324,"15":0.043986,"16":0.029324,"17":0.051317,"18":0.095303,"19":0.14662,"20":0.14662,"21":0.153951,"22":0.095303,"23":0.021993,"24":0.102634,"25":0.065979,"26":0.051317,"27":0.227261,"28":0.014662,"29":0.007331,"30":0,"31":0.007331,"32":0,"33":0.029324,"34":0.007331,"35":0.109965,"36":0.043986,"37":0.021993,"38":0.014662,"39":0.168613,"40":0.161282,"41":0.043986,"42":0.007331,"43":0.029324,"44":0,"45":0.029324,"46":0,"47":0.007331,"48":0,"49":0.432529,"50":0.007331,"51":0.043986,"52":0.036655,"53":0.007331,"54":0.007331,"55":0.021993,"56":0.036655,"57":0.036655,"58":0.036655,"59":0.014662,"60":0.051317,"61":0.029324,"62":0.021993,"63":0.14662,"64":0.043986,"65":0.315233,"66":0.051317,"67":0.329895,"68":0.329895,"69":4.317959,"70":28.092392,"71":0.007331,"72":0.058648,"73":0},C:{"2":0.139289,"3":0.175944,"4":0.007331,"5":0,"6":0.007331,"7":0,"8":0,"9":0.007331,"10":0.021993,"11":0.021993,"12":0,"13":0,"14":0.007331,"15":0.102634,"16":0.021993,"17":0.014662,"18":0.007331,"19":0.014662,"20":0.051317,"21":0.021993,"22":0.014662,"23":0,"24":0.029324,"25":0.007331,"26":0.007331,"27":0,"28":0.007331,"29":0,"30":0,"31":0.058648,"32":0,"33":0,"34":0,"35":0.014662,"36":0.029324,"37":0.021993,"38":0.021993,"39":0,"40":0,"41":0.007331,"42":0,"43":0.007331,"44":0,"45":0,"46":0,"47":0.007331,"48":0.007331,"49":0,"50":0,"51":0,"52":0.175944,"53":0.007331,"54":0.007331,"55":0.007331,"56":0.007331,"57":0.007331,"58":0.036655,"59":0.007331,"60":0.029324,"61":0.065979,"62":0.07331,"63":0.725769,"64":0.021993,"65":0.007331,"3.5":0.43986,"3.6":1.128974},F:{"9":0,"11":0.043986,"12":0.322564,"15":0.014662,"16":0.007331,"17":0,"18":0.058648,"19":0.007331,"20":0.029324,"21":0.036655,"22":0.043986,"23":0.014662,"24":0,"25":0.014662,"26":0.058648,"27":0.432529,"28":0,"29":0.007331,"30":0,"31":0,"32":0,"33":0.007331,"34":0.007331,"35":0,"36":0.014662,"37":0.007331,"38":0.007331,"39":0,"40":0,"41":0,"42":0.007331,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.021993,"49":0.007331,"50":0,"51":0,"52":0,"53":0.014662,"54":0.007331,"55":0.007331,"56":2.221293,"9.5-9.6":0,"10.0-10.1":0.007331,"10.5":0.043986,"10.6":0.07331,"11.1":0.043986,"11.5":0.051317,"11.6":0.14662,"12.1":0.615804},E:{"4":0.058648,"5":0.153951,"6":0.065979,"7":0,"8":0,"9":0.007331,"10":0.014662,"11":0.014662,"12":0.425198,_:"0","3.1":0.051317,"3.2":0.007331,"5.1":0.07331,"6.1":0.036655,"7.1":0,"9.1":0.014662,"10.1":0.021993,"11.1":0.117296},G:{"8":0.089146948063645,"3.2":0.000550289802862,"4.0-4.1":0,"4.2-4.3":0.000550289802862,"5.0-5.1":0.006603477634344,"6.0-6.1":0.003301738817172,"7.0-7.1":0.012656665465826,"8.1-8.4":0.030816228960272,"9.0-9.2":0.017609273691584,"9.3":0.12711694446112,"10.0-10.2":0.1491285365756,"10.3":0.1926014310017,"11.0-11.2":0.34778315540879,"11.3-11.4":0.92558744841389,"12-12.1":3.5955935719003},I:{"3":0.0013460466883822,"4":0.16825583604777,_:"67","2.1":0,"2.2":0.0013460466883822,"2.3":0.037689307274701,"4.1":0.065956287730727,"4.2-4.3":0.31901306514658,"4.4":0,"4.4.3-4.4.4":0.64610241042345},A:{"6":0,"7":0,"8":0.062633786407767,"9":0.10960912621359,"10":0.29751048543689,"11":0.33665660194175,"5.5":0},B:{"12":0.007331,"13":0,"14":0.051317,"15":0.087972,"16":0.036655,"17":0.535163,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.236985416,"5":0.070397544,"6.2":0.170965464,_:"7.2"},N:{"10":0.0112098,"11":0.0448392},J:{"7":0.0005338,"10":0.0021352},R:{_:"0"},M:{"0":0.024021},O:{"0":1.660118},Q:{_:"1.2"},H:{"0":1.0006273608247},L:{"0":33.287691}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KH.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KH.js new file mode 100644 index 0000000..06dc4bd --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KH.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.006811,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006811,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0.006811,"24":0,"25":0.006811,"26":0,"27":0,"28":0,"29":0.531258,"30":0.006811,"31":0.006811,"32":0,"33":0.020433,"34":0.006811,"35":0,"36":0,"37":0,"38":0.006811,"39":0,"40":0.061299,"41":0,"42":0,"43":0.115787,"44":0.006811,"45":0.006811,"46":0.006811,"47":0.020433,"48":0.061299,"49":0.122598,"50":0.013622,"51":0.06811,"52":0.054488,"53":0.013622,"54":0.027244,"55":0.081732,"56":0.027244,"57":0.054488,"58":0.074921,"59":0.034055,"60":0.156653,"61":0.170275,"62":0.510825,"63":0.967162,"64":0.435904,"65":0.905863,"66":0.170275,"67":0.538069,"68":0.245196,"69":0.878619,"70":23.620548,"71":0.20433,"72":0.183897,"73":0},C:{"2":0.006811,"3":0.013622,"4":0.006811,"5":0.006811,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.006811,"30":0.006811,"31":0.006811,"32":0,"33":0.006811,"34":0,"35":0.013622,"36":0.006811,"37":0,"38":0.020433,"39":0.013622,"40":0.013622,"41":0.047677,"42":0.040866,"43":0.040866,"44":0.020433,"45":0.013622,"46":0.006811,"47":0.095354,"48":0.129409,"49":0.020433,"50":0.020433,"51":0.006811,"52":0.156653,"53":0.027244,"54":0.061299,"55":0.061299,"56":0.108976,"57":0.258818,"58":0.163464,"59":0.129409,"60":0.20433,"61":0.245196,"62":0.231574,"63":3.834593,"64":0.490392,"65":0,"3.5":0,"3.6":0.006811},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.143031,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.020433,"49":0.074921,"50":0.047677,"51":0.027244,"52":0.013622,"53":0.013622,"54":0.020433,"55":0,"56":0.933107,"9.5-9.6":0.006811,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.013622},E:{"4":0.013622,"5":0,"6":0,"7":0,"8":0.013622,"9":0.006811,"10":0.047677,"11":0.211141,"12":0.878619,_:"0","3.1":0,"3.2":0,"5.1":0.013622,"6.1":0,"7.1":0,"9.1":0.040866,"10.1":0.129409,"11.1":0.252007},G:{"8":0.31368334133894,"3.2":0.0019363169218453,"4.0-4.1":0,"4.2-4.3":0.0019363169218453,"5.0-5.1":0.023235803062143,"6.0-6.1":0.011617901531072,"7.0-7.1":0.044535289202442,"8.1-8.4":0.10843374762334,"9.0-9.2":0.061962141499049,"9.3":0.44728920894626,"10.0-10.2":0.52474188582007,"10.3":0.67771092264585,"11.0-11.2":1.2237522946062,"11.3-11.4":3.2568850625438,"12-12.1":12.651894767337},I:{"3":0.0015286829533116,"4":0.19108536916395,_:"67","2.1":0,"2.2":0.0015286829533116,"2.3":0.042803122692725,"4.1":0.074905464712269,"4.2-4.3":0.36229785993485,"4.4":0,"4.4.3-4.4.4":0.73376781758958},A:{"6":0.032489739130435,"7":0.040612173913043,"8":0.2761627826087,"9":0.13808139130435,"10":0.10559165217391,"11":0.71477426086957,"5.5":0},B:{"12":0.020433,"13":0.020433,"14":0.06811,"15":0.06811,"16":0.129409,"17":0.721966,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.8057077826087,"5":0.10329586956522,"6.2":0.1446142173913,_:"7.2"},N:{"10":0.01195875,"11":0.03587625},J:{"7":0.0012756,"10":0.0051024},R:{_:"0"},M:{"0":0.105237},O:{"0":0.714336},Q:{_:"1.2"},H:{"0":0.94800970103093},L:{"0":28.736491}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KI.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KI.js new file mode 100644 index 0000000..da7d646 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KI.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.020935,"12":0,"13":0.008374,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0.012561,"42":0.004187,"43":0.020935,"44":0.004187,"45":0,"46":0.004187,"47":0,"48":0,"49":0.016748,"50":0,"51":0.016748,"52":0.016748,"53":0.020935,"54":0.004187,"55":0,"56":0.033496,"57":0,"58":0.012561,"59":0.008374,"60":0,"61":0,"62":0.008374,"63":0.037683,"64":0,"65":0.016748,"66":0.075366,"67":0.020935,"68":0.025122,"69":0.163293,"70":6.150703,"71":0,"72":0,"73":0},C:{"2":0,"3":0.008374,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.004187,"13":0,"14":0,"15":0,"16":0.016748,"17":0,"18":0.004187,"19":0,"20":0,"21":0.004187,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.004187,"32":0,"33":0,"34":0,"35":0.008374,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.008374,"44":0.008374,"45":0.004187,"46":0.004187,"47":0.004187,"48":0,"49":0.004187,"50":0,"51":0.004187,"52":0.004187,"53":0,"54":0.025122,"55":0,"56":0.004187,"57":0.004187,"58":0.012561,"59":0.037683,"60":0.205163,"61":0.087927,"62":0.079553,"63":2.487078,"64":0.129797,"65":0,"3.5":0.004187,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0.008374,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.012561,"38":0,"39":0.004187,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0.025122,"55":0.004187,"56":0.104675,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.004187,"12":0.037683,_:"0","3.1":0,"3.2":0,"5.1":0.008374,"6.1":0,"7.1":0,"9.1":0.004187,"10.1":0.025122,"11.1":0.004187},G:{"8":0.092412659261483,"3.2":0.00057044851395977,"4.0-4.1":0,"4.2-4.3":0.00057044851395977,"5.0-5.1":0.0068453821675173,"6.0-6.1":0.0034226910837586,"7.0-7.1":0.013120315821075,"8.1-8.4":0.031945116781747,"9.0-9.2":0.018254352446713,"9.3":0.13177360672471,"10.0-10.2":0.1545915472831,"10.3":0.19965697988592,"11.0-11.2":0.36052346082258,"11.3-11.4":0.95949440048034,"12-12.1":3.7273105902131},I:{"3":0.0014529989142237,"4":0.18162486427796,_:"67","2.1":0,"2.2":0.0014529989142237,"2.3":0.040683969598263,"4.1":0.07119694679696,"4.2-4.3":0.34436074267101,"4.4":0,"4.4.3-4.4.4":0.69743947882736},A:{"6":0,"7":0,"8":0.020935,"9":0,"10":0.033496,"11":0.242846,"5.5":0},B:{"12":0.062805,"13":0.08374,"14":0.092114,"15":0.221911,"16":0.297277,"17":1.364962,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":6.1770094668367,"5":0.47600610586735,"6.2":1.6715563252551,_:"7.2"},N:{"10":0,"11":0.023252},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.069756},O:{"0":3.383166},Q:{_:"1.2"},H:{"0":0.43476645532646},L:{"0":62.598516}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KM.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KM.js new file mode 100644 index 0000000..1e82a47 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KM.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.002926,"10":0,"11":0.002926,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0.002926,"18":0.002926,"19":0,"20":0,"21":0.002926,"22":0,"23":0.002926,"24":0,"25":0,"26":0.002926,"27":0.002926,"28":0,"29":0.002926,"30":0.005852,"31":0,"32":0.011704,"33":0.017556,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0.005852,"41":0,"42":0,"43":0.169708,"44":0.005852,"45":0.008778,"46":0,"47":0,"48":0,"49":0.046816,"50":0,"51":0,"52":0.005852,"53":0.002926,"54":0,"55":0.005852,"56":0.067298,"57":0.008778,"58":0.023408,"59":0,"60":0.026334,"61":0.002926,"62":0.213598,"63":0.005852,"64":0.002926,"65":0.169708,"66":0.005852,"67":0.067298,"68":0.061446,"69":0.178486,"70":4.075918,"71":0,"72":0,"73":0},C:{"2":0,"3":0.002926,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.002926,"13":0,"14":0,"15":0,"16":0.002926,"17":0,"18":0,"19":0,"20":0,"21":0.002926,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.002926,"33":0,"34":0,"35":0,"36":0,"37":0.002926,"38":0.008778,"39":0.002926,"40":0,"41":0,"42":0.002926,"43":0.023408,"44":0,"45":0.002926,"46":0,"47":0.011704,"48":0.005852,"49":0,"50":0.005852,"51":0,"52":0.023408,"53":0.002926,"54":0,"55":0,"56":0.017556,"57":0.008778,"58":0,"59":0.017556,"60":0.017556,"61":0.002926,"62":0.049742,"63":0.945098,"64":0.002926,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0.002926,"15":0.005852,"16":0.002926,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0.008778,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.008778,"56":0.418418,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0.002926,"11.1":0,"11.5":0,"11.6":0,"12.1":0.020482},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.020482,"11":0.005852,"12":0.140448,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.017556,"10.1":0.02926,"11.1":0.008778},G:{"8":0.058630933653557,"3.2":0.00036191934354048,"4.0-4.1":0,"4.2-4.3":0.00036191934354048,"5.0-5.1":0.0043430321224857,"6.0-6.1":0.0021715160612429,"7.0-7.1":0.008324144901431,"8.1-8.4":0.020267483238267,"9.0-9.2":0.011581418993295,"9.3":0.08360336835785,"10.0-10.2":0.09808014209947,"10.3":0.12667177023917,"11.0-11.2":0.22873302511758,"11.3-11.4":0.60874833583508,"12-12.1":2.3647809906935},I:{"3":0.017238833876221,"4":2.1548542345277,_:"67","2.1":0,"2.2":0.017238833876221,"2.3":0.4826873485342,"4.1":0.84470285993485,"4.2-4.3":4.0856036286645,"4.4":0,"4.4.3-4.4.4":8.2746402605863},A:{"6":0,"7":0,"8":0.08778,"9":0.002926,"10":0.02926,"11":0.08778,"5.5":0},B:{"12":0.035112,"13":0.026334,"14":0.02926,"15":0.023408,"16":0.023408,"17":0.20482,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.55222838709677,"5":0.030121548387097,"6.2":0.22089135483871,_:"7.2"},N:{"10":0.03448575,"11":0.14943825},J:{"7":0.007074,"10":0.028296},R:{_:"0"},M:{"0":0.091962},O:{"0":1.796796},Q:{_:"1.2"},H:{"0":3.402180742268},L:{"0":63.742684}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KN.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KN.js new file mode 100644 index 0000000..f3c3bae --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KN.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.006548,"5":0.006548,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.006548,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.006548,"35":0,"36":0.216084,"37":0,"38":0.052384,"39":0,"40":0,"41":0,"42":0,"43":0.013096,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.157152,"50":0.006548,"51":0,"52":0.006548,"53":0.019644,"54":0.006548,"55":0.026192,"56":0,"57":0.006548,"58":0.013096,"59":0.006548,"60":0,"61":0,"62":0.013096,"63":0.052384,"64":0.006548,"65":0.281564,"66":0.013096,"67":0.085124,"68":0.085124,"69":1.519136,"70":18.177248,"71":0.06548,"72":0.019644,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0.006548,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.006548,"46":0,"47":0.006548,"48":0.006548,"49":0.006548,"50":0.006548,"51":0,"52":0.006548,"53":0,"54":0,"55":0,"56":0.006548,"57":0.03274,"58":0,"59":0.006548,"60":0.019644,"61":0,"62":0.19644,"63":1.663192,"64":0.36014,"65":0,"3.5":0,"3.6":0.006548},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.006548,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.438716,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.006548,"9":0.006548,"10":0.013096,"11":0.222632,"12":1.89892,_:"0","3.1":0,"3.2":0.013096,"5.1":0,"6.1":0,"7.1":0,"9.1":0.13096,"10.1":0.111316,"11.1":0.805404},G:{"8":0.33212078294806,"3.2":0.0020501282898029,"4.0-4.1":0,"4.2-4.3":0.0020501282898029,"5.0-5.1":0.024601539477634,"6.0-6.1":0.012300769738817,"7.0-7.1":0.047152950665466,"8.1-8.4":0.11480718422896,"9.0-9.2":0.065604105273692,"9.3":0.47357963494446,"10.0-10.2":0.55558476653658,"10.3":0.717544901431,"11.0-11.2":1.2956810791554,"11.3-11.4":3.4483157834484,"12-12.1":13.395538245572},I:{"3":0.0021156699239957,"4":0.26445874049946,_:"67","2.1":0,"2.2":0.0021156699239957,"2.3":0.059238757871878,"4.1":0.10366782627579,"4.2-4.3":0.50141377198697,"4.4":0,"4.4.3-4.4.4":1.0155215635179},A:{"6":0,"7":0,"8":0.006548,"9":0.006548,"10":0.019644,"11":1.682836,"5.5":0},B:{"12":0.026192,"13":0.045836,"14":0.275016,"15":0.078576,"16":0.104768,"17":2.992436,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.49022883116883,"5":0.021787948051948,"6.2":0.05446987012987,_:"7.2"},N:{"10":0.0110464,"11":0.0441856},J:{"7":0.0193312,"10":0.0773248},R:{_:"0"},M:{"0":0.082848},O:{"0":0.055232},Q:{_:"1.2"},H:{"0":0.41178445360825},L:{"0":39.77134}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KP.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KP.js new file mode 100644 index 0000000..65c22f4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KP.js @@ -0,0 +1 @@ +module.exports={D:{"23":0.031332,"28":0.54831,"31":0.603141,"47":3.360357,"48":3.634512,"49":0.493479,"51":2.342067,"53":0.054831,"54":0.360318,"55":0.328986,"56":0.164493,"57":0.031332,"58":0.109662,"59":0.524811,"61":0.031332,"62":0.140994,"63":0.46998,"64":0.031332,"65":0.031332,"67":0.164493,"68":0.274155,"69":1.762425,"70":48.940584,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 24 25 26 27 29 30 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 50 52 60 66 71 72 73"},C:{"45":3.086202,"47":0.219324,"52":1.652763,"57":0.031332,"59":0.493479,"61":0.195825,"62":0.140994,"63":1.903419,"64":0.219324,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 46 48 49 50 51 53 54 55 56 58 60 65 3.5 3.6"},F:{"36":0.054831,"54":0.054831,"56":0.250656,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 55 9.5-9.6 10.5 10.6 11.1 11.5 11.6 12.1","10.0-10.1":0},E:{"4":0,"11":0.109662,"12":0.086163,_:"0 5 6 7 8 9 10 3.1 3.2 6.1 7.1 10.1","5.1":0.250656,"9.1":0.054831,"11.1":0.031332},G:{"8":0.0638957958571,"3.2":0.00039441849294506,"4.0-4.1":0,"4.2-4.3":0.00039441849294506,"5.0-5.1":0.0047330219153407,"6.0-6.1":0.0023665109576704,"7.0-7.1":0.0090716253377364,"8.1-8.4":0.022087435604923,"9.0-9.2":0.012621391774242,"9.3":0.091110671870309,"10.0-10.2":0.10688741158811,"10.3":0.13804647253077,"11.0-11.2":0.24927248754128,"11.3-11.4":0.66341190513359,"12-12.1":2.577130432903},I:{"3":0.00017890119435396,"4":0.022362649294245,_:"67","2.1":0,"2.2":0.00017890119435396,"2.3":0.005009233441911,"4.1":0.0087661585233442,"4.2-4.3":0.042399583061889,"4.4":0,"4.4.3-4.4.4":0.085872573289902},A:{"8":1.7466566078431,"10":0.032048745098039,"11":0.67302364705882,_:"6 7 9 5.5"},B:{"12":0.054831,"13":0.031332,"15":0.164493,"16":0.031332,"17":0.634473,_:"14 18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{_:"4 5 6.2 7.2"},N:{"10":0,"11":0.023252},J:{"7":0,"10":0},R:{_:"0"},M:{_:"0"},O:{"0":0.132248},Q:{_:"1.2"},H:{"0":0.030787835051546},L:{"0":17.387677}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KR.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KR.js new file mode 100644 index 0000000..32aabd7 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KR.js @@ -0,0 +1 @@ +module.exports={D:{"31":0.40128,"42":0.0304,"43":0.00608,"46":0.01216,"47":0.01824,"48":0.01216,"49":0.35264,"50":0.03648,"51":0.01216,"53":0.01824,"54":0.01216,"55":0.02432,"56":0.01824,"57":0.06688,"58":0.01824,"59":0.13376,"60":0.01824,"61":0.0304,"62":0.0608,"63":0.18848,"64":0.0608,"65":0.07296,"66":0.04864,"67":0.19456,"68":0.12768,"69":0.58976,"70":25.94336,"71":0.02432,"72":0.02432,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 32 33 34 35 36 37 38 39 40 41 44 45 52 73"},C:{"48":0.02432,"51":0.00608,"52":0.0304,"53":0.00608,"54":0.00608,"55":0.00608,"56":0.02432,"57":0.01824,"58":0.01216,"59":0.01216,"61":0.00608,"62":0.01824,"63":0.41344,"64":0.00608,"65":0.00608,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 60 3.5 3.6"},F:{"56":0.27968,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 9.5-9.6 10.5 10.6 11.1 11.5 11.6 12.1","10.0-10.1":0},E:{"4":0,"8":0.02432,"9":0.01824,"10":0.0304,"11":0.07904,"12":0.71744,_:"0 5 6 7 3.1 3.2 6.1 7.1","5.1":0.00608,"9.1":0.04864,"10.1":0.10944,"11.1":0.20672},G:{"8":0.21409484238967,"3.2":0.0013215731011708,"4.0-4.1":0,"4.2-4.3":0.0013215731011708,"5.0-5.1":0.01585887721405,"6.0-6.1":0.0079294386070249,"7.0-7.1":0.030396181326929,"8.1-8.4":0.074008093665566,"9.0-9.2":0.042290339237466,"9.3":0.30528338637046,"10.0-10.2":0.35814631041729,"10.3":0.46255058540979,"11.0-11.2":0.83523419993996,"11.3-11.4":2.2228859561693,"12-12.1":8.6351586430501},I:{"3":0.00022983713355049,"4":0.028729641693811,_:"67","2.1":0,"2.2":0.00022983713355049,"2.3":0.0064354397394137,"4.1":0.011262019543974,"4.2-4.3":0.054471400651466,"4.4":0,"4.4.3-4.4.4":0.11032182410423},A:{"8":0.15832060882801,"9":0.10960657534247,"10":0.25574867579909,"11":15.47888414003,_:"6 7 5.5"},B:{"12":0.01216,"13":0.01216,"14":0.02432,"15":0.02432,"16":0.07904,"17":1.65984,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.38692819753086,"5":0.23419338271605,"6.2":0.16291713580247,_:"7.2"},N:{"10":0,"11":0.02352},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.06272},O:{"0":0.07448},Q:{_:"1.2"},H:{"0":0.070512852233677},L:{"0":27.85712}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KW.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KW.js new file mode 100644 index 0000000..67bd397 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KW.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.003967,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.007934,"23":0,"24":0,"25":0,"26":0.003967,"27":0,"28":0,"29":0,"30":0.003967,"31":0.003967,"32":0,"33":0,"34":0.003967,"35":0,"36":0,"37":0.003967,"38":0.023802,"39":0.003967,"40":0.003967,"41":0,"42":0,"43":0.023802,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.11901,"50":0.007934,"51":0,"52":0,"53":0.003967,"54":0.015868,"55":0.011901,"56":0.003967,"57":0.007934,"58":0.015868,"59":0.003967,"60":0.003967,"61":0.019835,"62":0.011901,"63":0.03967,"64":0.035703,"65":0.035703,"66":0.027769,"67":0.075373,"68":0.063472,"69":0.384799,"70":7.727716,"71":0.007934,"72":0.023802,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.003967,"46":0,"47":0.011901,"48":0.055538,"49":0,"50":0,"51":0.003967,"52":0.047604,"53":0.003967,"54":0.003967,"55":0.003967,"56":0.007934,"57":0.003967,"58":0,"59":0.007934,"60":0.027769,"61":0.015868,"62":0.059505,"63":0.83307,"64":0.031736,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.015868,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.003967,"44":0,"45":0,"46":0,"47":0,"48":0.011901,"49":0.003967,"50":0,"51":0,"52":0.003967,"53":0,"54":0,"55":0,"56":0.210251,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.011901,"9":0.015868,"10":0.019835,"11":0.067439,"12":0.638687,_:"0","3.1":0,"3.2":0,"5.1":0.007934,"6.1":0.003967,"7.1":0,"9.1":0.055538,"10.1":0.130911,"11.1":0.23802},G:{"8":0.42750047553287,"3.2":0.002638891824277,"4.0-4.1":0,"4.2-4.3":0.002638891824277,"5.0-5.1":0.031666701891324,"6.0-6.1":0.015833350945662,"7.0-7.1":0.060694511958371,"8.1-8.4":0.14777794215951,"9.0-9.2":0.084444538376864,"9.3":0.60958401140799,"10.0-10.2":0.71513968437907,"10.3":0.92361213849695,"11.0-11.2":1.6677796329431,"11.3-11.4":4.4386160484339,"12-12.1":17.242519179826},I:{"3":0.00053014549402823,"4":0.066268186753529,_:"67","2.1":0,"2.2":0.00053014549402823,"2.3":0.01484407383279,"4.1":0.025977129207383,"4.2-4.3":0.12564448208469,"4.4":0,"4.4.3-4.4.4":0.25446983713355},A:{"6":0,"7":0,"8":0.024090509090909,"9":0.012045254545455,"10":0.024090509090909,"11":0.60226272727273,"5.5":0},B:{"12":0.003967,"13":0.003967,"14":0.027769,"15":0.019835,"16":0.047604,"17":0.464139,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.0638236336406,"5":0.12394061751152,"6.2":0.34083669815668,_:"7.2"},N:{"10":0,"11":0.018099},J:{"7":0.0012066,"10":0.0048264},R:{_:"0"},M:{"0":0.114627},O:{"0":8.699586},Q:{_:"1.2"},H:{"0":3.5126676030928},L:{"0":36.337125}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KY.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KY.js new file mode 100644 index 0000000..aab9adc --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KY.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.01998,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.27972,"50":0,"51":0.00666,"52":0.01332,"53":0.07992,"54":0.07326,"55":0.01332,"56":0.00666,"57":0.03996,"58":0.00666,"59":0,"60":0.00666,"61":0.00666,"62":0.01998,"63":0.01332,"64":0.01998,"65":0.05994,"66":0.00666,"67":0.38628,"68":0.22644,"69":1.14552,"70":20.13318,"71":0.04662,"72":0.00666,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0.00666,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.01332,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0.00666,"47":0.01998,"48":0.00666,"49":0,"50":0.00666,"51":0,"52":0.0333,"53":0,"54":0,"55":0,"56":0.01332,"57":0.00666,"58":0,"59":0.01332,"60":0.01998,"61":0.08658,"62":0.11988,"63":1.98468,"64":0.00666,"65":0,"3.5":0,"3.6":0.00666},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0.00666,"54":0,"55":0,"56":0.18648,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.10656,"9":0.00666,"10":0.0333,"11":0.15984,"12":3.01698,_:"0","3.1":0,"3.2":0,"5.1":0.00666,"6.1":0.01332,"7.1":0,"9.1":0.1332,"10.1":0.27306,"11.1":0.3996},G:{"8":0.51751032122486,"3.2":0.003194508155709,"4.0-4.1":0,"4.2-4.3":0.003194508155709,"5.0-5.1":0.038334097868508,"6.0-6.1":0.019167048934254,"7.0-7.1":0.073473687581307,"8.1-8.4":0.1788924567197,"9.0-9.2":0.10222426098269,"9.3":0.73793138396878,"10.0-10.2":0.86571171019714,"10.3":1.1180778544981,"11.0-11.2":2.0189291544081,"11.3-11.4":5.3731627179025,"12-12.1":20.872916289403},I:{"3":0.0008357003257329,"4":0.10446254071661,_:"67","2.1":0,"2.2":0.0008357003257329,"2.3":0.023399609120521,"4.1":0.040949315960912,"4.2-4.3":0.1980609771987,"4.4":0,"4.4.3-4.4.4":0.40113615635179},A:{"6":0,"7":0,"8":0.08658,"9":0.01332,"10":0.00666,"11":2.02464,"5.5":0},B:{"12":0.01332,"13":0.01332,"14":0.24642,"15":0.34632,"16":0.2331,"17":2.85048,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.32192461538462,"5":0.16651273209549,"6.2":0.17761358090186,_:"7.2"},N:{"10":0,"11":0.03674},J:{"7":0.004008,"10":0.016032},R:{_:"0"},M:{"0":0.08684},O:{"0":0.92852},Q:{_:"1.2"},H:{"0":0.0505935395189},L:{"0":23.23236}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KZ.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KZ.js new file mode 100644 index 0000000..67fa42c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/KZ.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.070272,"5":0.023424,"6":0.023424,"7":0.007808,"8":0.015616,"9":0.007808,"10":0.031232,"11":0.03904,"12":0.062464,"13":0.046848,"14":0.07808,"15":0.046848,"16":0.07808,"17":0.109312,"18":0.093696,"19":0.070272,"20":0.07808,"21":0.179584,"22":0.085888,"23":0.101504,"24":0.124928,"25":0.070272,"26":0.07808,"27":0.093696,"28":0.031232,"29":0.015616,"30":0.015616,"31":0.031232,"32":0.015616,"33":0.03904,"34":0.015616,"35":0.046848,"36":0.015616,"37":0.046848,"38":0.054656,"39":0.093696,"40":0.124928,"41":0.070272,"42":0.07808,"43":0.031232,"44":0,"45":0.007808,"46":0.007808,"47":0.015616,"48":0.015616,"49":0.577792,"50":0.007808,"51":0.03904,"52":0.007808,"53":0.007808,"54":0.015616,"55":0.03904,"56":0.101504,"57":0.210816,"58":0.031232,"59":0.062464,"60":0.054656,"61":0.085888,"62":0.070272,"63":0.421632,"64":0.148352,"65":0.15616,"66":0.109312,"67":0.327936,"68":0.437248,"69":1.030656,"70":30.576128,"71":0.015616,"72":0.109312,"73":0},C:{"2":0.023424,"3":0.11712,"4":0.046848,"5":0.015616,"6":0.007808,"7":0,"8":0.023424,"9":0.031232,"10":0.023424,"11":0.015616,"12":0.007808,"13":0.015616,"14":0.023424,"15":0.015616,"16":0,"17":0.007808,"18":0.007808,"19":0.015616,"20":0.03904,"21":0.015616,"22":0.007808,"23":0.007808,"24":0.015616,"25":0.015616,"26":0.015616,"27":0.007808,"28":0.007808,"29":0.007808,"30":0.007808,"31":0.015616,"32":0.015616,"33":0.015616,"34":0.023424,"35":0.031232,"36":0.03904,"37":0.023424,"38":0,"39":0.007808,"40":0.007808,"41":0.007808,"42":0,"43":0.023424,"44":0,"45":0.007808,"46":0.007808,"47":0.015616,"48":0.288896,"49":0.007808,"50":0.031232,"51":0.015616,"52":0.23424,"53":0.007808,"54":0.007808,"55":0.015616,"56":0.046848,"57":0.03904,"58":0.054656,"59":0.046848,"60":0.093696,"61":0.07808,"62":0.11712,"63":2.334592,"64":0.015616,"65":0,"3.5":0.335744,"3.6":0.827648},F:{"9":0,"11":0.03904,"12":0.320128,"15":0.015616,"16":0.007808,"17":0.031232,"18":0.031232,"19":0.007808,"20":0.03904,"21":0.007808,"22":0.007808,"23":0.015616,"24":0.023424,"25":0.031232,"26":0.015616,"27":0.203008,"28":0.007808,"29":0.007808,"30":0.023424,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.046848,"37":0.015616,"38":0,"39":0,"40":0.007808,"41":0,"42":0.015616,"43":0.007808,"44":0.007808,"45":0.007808,"46":0.007808,"47":0,"48":0.007808,"49":0.015616,"50":0.03904,"51":0.007808,"52":0.015616,"53":0.007808,"54":0.007808,"55":0.031232,"56":3.5136,"9.5-9.6":0,"10.0-10.1":0.031232,"10.5":0.03904,"10.6":0.109312,"11.1":0.046848,"11.5":0.085888,"11.6":0.31232,"12.1":0.554368},E:{"4":0.124928,"5":0.15616,"6":0.023424,"7":0.015616,"8":0.023424,"9":0,"10":0.007808,"11":0.062464,"12":0.913536,_:"0","3.1":0.015616,"3.2":0.015616,"5.1":0.085888,"6.1":0.007808,"7.1":0,"9.1":0.03904,"10.1":0.070272,"11.1":0.218624},G:{"8":0.14933452776944,"3.2":0.00092181807265086,"4.0-4.1":0,"4.2-4.3":0.00092181807265086,"5.0-5.1":0.01106181687181,"6.0-6.1":0.0055309084359051,"7.0-7.1":0.02120181567097,"8.1-8.4":0.051621812068448,"9.0-9.2":0.029498178324827,"9.3":0.21293997478235,"10.0-10.2":0.24981269768838,"10.3":0.3226363254278,"11.0-11.2":0.58258902191534,"11.3-11.4":1.5504979981987,"12-12.1":6.0231592867007},I:{"3":0.0011247774158523,"4":0.14059717698154,_:"67","2.1":0,"2.2":0.0011247774158523,"2.3":0.031493767643865,"4.1":0.055114093376764,"4.2-4.3":0.266572247557,"4.4":0,"4.4.3-4.4.4":0.53989315960912},A:{"6":0.017057476923077,"7":0.017057476923077,"8":0.1108736,"9":0.085287384615385,"10":0.20468972307692,"11":0.67377033846154,"5.5":0},B:{"12":0.007808,"13":0.007808,"14":0.03904,"15":0.03904,"16":0.085888,"17":0.562176,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.41676905494505,"5":0.050825494505494,"6.2":0.11181608791209,_:"7.2"},N:{"10":0.014613333333333,"11":0.029226666666667},J:{"7":0.0008768,"10":0.0035072},R:{_:"0"},M:{"0":0.0548},O:{"0":0.837344},Q:{_:"1.2"},H:{"0":0.32996379381443},L:{"0":25.977776}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LA.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LA.js new file mode 100644 index 0000000..f98780b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LA.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.012528,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.002088,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.002088,"27":0,"28":0.002088,"29":0.012528,"30":0.01044,"31":0.004176,"32":0.004176,"33":0.012528,"34":0,"35":0.002088,"36":0.012528,"37":0.02088,"38":0.01044,"39":0.002088,"40":0.014616,"41":0.004176,"42":0.002088,"43":0.085608,"44":0.006264,"45":0.004176,"46":0.004176,"47":0.006264,"48":0.004176,"49":0.014616,"50":0.006264,"51":0.014616,"52":0.002088,"53":0.004176,"54":0.004176,"55":0.006264,"56":0.006264,"57":0.022968,"58":0.008352,"59":0.004176,"60":0.006264,"61":0.006264,"62":0.006264,"63":0.018792,"64":0.008352,"65":0.01044,"66":0.006264,"67":0.022968,"68":0.027144,"69":0.058464,"70":1.59732,"71":0.004176,"72":0.004176,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.002088,"11":0,"12":0,"13":0,"14":0.002088,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0.002088,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.004176,"30":0.002088,"31":0.002088,"32":0,"33":0.002088,"34":0.006264,"35":0.002088,"36":0,"37":0.002088,"38":0.002088,"39":0.002088,"40":0.002088,"41":0.002088,"42":0.002088,"43":0.002088,"44":0.004176,"45":0.002088,"46":0.002088,"47":0.012528,"48":0.008352,"49":0.002088,"50":0.004176,"51":0.006264,"52":0.006264,"53":0.006264,"54":0.004176,"55":0.004176,"56":0.006264,"57":0.006264,"58":0.002088,"59":0.002088,"60":0.006264,"61":0.004176,"62":0.025056,"63":0.25056,"64":0.02088,"65":0,"3.5":0,"3.6":0.002088},F:{"9":0,"11":0,"12":0.002088,"15":0.002088,"16":0,"17":0,"18":0.002088,"19":0.002088,"20":0.002088,"21":0,"22":0.002088,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.002088,"29":0,"30":0,"31":0,"32":0.002088,"33":0,"34":0.002088,"35":0,"36":0,"37":0.09396,"38":0,"39":0,"40":0,"41":0.002088,"42":0.002088,"43":0,"44":0,"45":0,"46":0.002088,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.045936,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.004176},E:{"4":0,"5":0,"6":0,"7":0.002088,"8":0.002088,"9":0.002088,"10":0.004176,"11":0.008352,"12":0.054288,_:"0","3.1":0,"3.2":0,"5.1":0.002088,"6.1":0,"7.1":0,"9.1":0.004176,"10.1":0.008352,"11.1":0.016704},G:{"8":0.27383793935755,"3.2":0.0016903576503552,"4.0-4.1":0,"4.2-4.3":0.0016903576503552,"5.0-5.1":0.020284291804263,"6.0-6.1":0.010142145902131,"7.0-7.1":0.038878225958171,"8.1-8.4":0.094660028419894,"9.0-9.2":0.054091444811368,"9.3":0.39047261723206,"10.0-10.2":0.45808692324627,"10.3":0.59162517762434,"11.0-11.2":1.0683060350245,"11.3-11.4":2.8431815678975,"12-12.1":11.044796887421},I:{"3":0.0024740152008686,"4":0.30925190010858,_:"67","2.1":0,"2.2":0.0024740152008686,"2.3":0.069272425624321,"4.1":0.12122674484256,"4.2-4.3":0.58634160260586,"4.4":0,"4.4.3-4.4.4":1.1875272964169},A:{"6":0,"7":0,"8":0.01770624,"9":0.01549296,"10":0.0110664,"11":0.0663984,"5.5":0},B:{"12":0.006264,"13":0.006264,"14":0.004176,"15":0.004176,"16":0.014616,"17":0.108576,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":9.740858533961,"5":0.35513546738399,"6.2":0.9030587599193,_:"7.2"},N:{"10":0.076859428571429,"11":0.19214857142857},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.126592},O:{"0":1.30548},Q:{_:"1.2"},H:{"0":0.96628358762887},L:{"0":56.164}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LB.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LB.js new file mode 100644 index 0000000..d4fd986 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LB.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.006477,"23":0,"24":0,"25":0,"26":0.006477,"27":0,"28":0,"29":0,"30":0.006477,"31":0.012954,"32":0.006477,"33":0.006477,"34":0.012954,"35":0,"36":0,"37":0,"38":0.012954,"39":0,"40":0.006477,"41":0,"42":0,"43":0.019431,"44":0.006477,"45":0.006477,"46":0.019431,"47":0.006477,"48":1.010412,"49":0.401574,"50":0,"51":0.012954,"52":0.006477,"53":0.006477,"54":0.012954,"55":0.019431,"56":0.012954,"57":0.019431,"58":0.038862,"59":0.019431,"60":0.025908,"61":0.019431,"62":0.071247,"63":0.045339,"64":0.032385,"65":0.123063,"66":0.090678,"67":0.330327,"68":0.181356,"69":0.926211,"70":23.25243,"71":0.058293,"72":0.025908,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0.012954,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.006477,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0.019431,"36":0,"37":0,"38":0,"39":0,"40":0.006477,"41":0,"42":0.006477,"43":0.006477,"44":0,"45":0,"46":0.006477,"47":0.019431,"48":0.142494,"49":0.006477,"50":0.006477,"51":0.006477,"52":0.045339,"53":0.006477,"54":0.019431,"55":0.006477,"56":0.058293,"57":0.019431,"58":0.019431,"59":0.012954,"60":0.058293,"61":0.136017,"62":0.155448,"63":2.454783,"64":0.071247,"65":0,"3.5":0,"3.6":0.006477},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.006477,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006477,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0.012954,"55":0.006477,"56":0.492252,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.006477},E:{"4":0.006477,"5":0.006477,"6":0,"7":0.006477,"8":0.038862,"9":0.025908,"10":0.187833,"11":0.246126,"12":1.191768,_:"0","3.1":0,"3.2":0,"5.1":0.006477,"6.1":0.019431,"7.1":0,"9.1":0.207264,"10.1":0.401574,"11.1":0.628269},G:{"8":0.24105052056439,"3.2":0.0014879661763234,"4.0-4.1":0,"4.2-4.3":0.0014879661763234,"5.0-5.1":0.017855594115881,"6.0-6.1":0.0089277970579406,"7.0-7.1":0.034223222055439,"8.1-8.4":0.083326105874112,"9.0-9.2":0.04761491764235,"9.3":0.34372018673071,"10.0-10.2":0.40323883378365,"10.3":0.5207881617132,"11.0-11.2":0.94039462343641,"11.3-11.4":2.502759108576,"12-12.1":9.7223709960973},I:{"3":0.0016858317046688,"4":0.2107289630836,_:"67","2.1":0,"2.2":0.0016858317046688,"2.3":0.047203287730727,"4.1":0.082605753528773,"4.2-4.3":0.39954211400651,"4.4":0,"4.4.3-4.4.4":0.80919921824104},A:{"6":0.0065198940397351,"7":0,"8":0.1108381986755,"9":0.032599470198675,"10":0.02607957615894,"11":0.80846686092715,"5.5":0},B:{"12":0.032385,"13":0.032385,"14":0.058293,"15":0.051816,"16":0.136017,"17":0.97155,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.95636285765125,"5":0.15261109430605,"6.2":0.22382960498221,_:"7.2"},N:{"10":0,"11":0},J:{"7":0.0007046,"10":0.0028184},R:{_:"0"},M:{"0":0.17615},O:{"0":1.12736},Q:{_:"1.2"},H:{"0":0.49696697079038},L:{"0":35.00503}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LC.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LC.js new file mode 100644 index 0000000..0bad07f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LC.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.0302,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.01208,"35":0,"36":0,"37":0.01208,"38":0.01208,"39":0,"40":0,"41":0,"42":0,"43":0.01812,"44":0,"45":0,"46":0.00604,"47":0.00604,"48":0.00604,"49":0.19932,"50":0.00604,"51":0,"52":0.00604,"53":0.35032,"54":0,"55":0.01812,"56":0.01208,"57":0,"58":0.10872,"59":0.00604,"60":0,"61":0.01208,"62":0,"63":0.04832,"64":0.01208,"65":0.13288,"66":0.02416,"67":0.151,"68":0.1208,"69":1.06304,"70":17.79988,"71":0.05436,"72":0.00604,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0.00604,"40":0,"41":0,"42":0.01208,"43":0,"44":0,"45":0,"46":0.00604,"47":0.00604,"48":0.01208,"49":0,"50":0,"51":0,"52":0.01208,"53":0.01208,"54":0,"55":0,"56":0.00604,"57":0.00604,"58":0,"59":0.00604,"60":0.03624,"61":0.03624,"62":0.10872,"63":1.48584,"64":0.03624,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.00604,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.51944,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0.00604,"8":0,"9":0,"10":0.00604,"11":0.03624,"12":1.15968,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.02416,"10.1":0.30804,"11.1":0.12684},G:{"8":0.15872790153107,"3.2":0.00097980186130291,"4.0-4.1":0,"4.2-4.3":0.00097980186130291,"5.0-5.1":0.011757622335635,"6.0-6.1":0.0058788111678175,"7.0-7.1":0.022535442809967,"8.1-8.4":0.054868904232963,"9.0-9.2":0.031353659561693,"9.3":0.22633422996097,"10.0-10.2":0.26552630441309,"10.3":0.34293065145602,"11.0-11.2":0.61923477634344,"11.3-11.4":1.6480267307115,"12-12.1":6.4020253617532},I:{"3":0.0026095982627579,"4":0.32619978284473,_:"67","2.1":0,"2.2":0.0026095982627579,"2.3":0.07306875135722,"4.1":0.12787031487514,"4.2-4.3":0.61847478827362,"4.4":0,"4.4.3-4.4.4":1.2526071661238},A:{"6":0,"7":0,"8":0.00604,"9":0.01208,"10":0.01208,"11":0.83956,"5.5":0},B:{"12":0.0302,"13":0.06644,"14":0.04832,"15":0.10872,"16":0.16308,"17":1.80596,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.54474244897959,"5":0.064087346938775,"6.2":0.10681224489796,_:"7.2"},N:{"10":0,"11":0.32868},J:{"7":0.020592,"10":0.082368},R:{_:"0"},M:{"0":0.22572},O:{"0":0.59796},Q:{_:"1.2"},H:{"0":0.41989608247423},L:{"0":52.29808}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LI.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LI.js new file mode 100644 index 0000000..955ca5a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LI.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.03074,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.03074,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.04611,"49":0.438045,"50":0.207495,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0,"59":0.03074,"60":0.007685,"61":0.007685,"62":0.07685,"63":0.023055,"64":0.07685,"65":0.10759,"66":0.053795,"67":0.038425,"68":0.07685,"69":1.652275,"70":14.89353,"71":0.13833,"72":0,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.007685,"35":0,"36":0,"37":0,"38":0.09222,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.007685,"46":0,"47":0,"48":0.1537,"49":0.023055,"50":0.007685,"51":0,"52":0.1537,"53":0.007685,"54":0.023055,"55":0.01537,"56":0.007685,"57":0.36888,"58":0.09222,"59":0.03074,"60":0.422675,"61":0.069165,"62":1.0759,"63":6.3017,"64":0.03074,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.007685,"37":0,"38":0.007685,"39":0.007685,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.284345,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.27666,"10":0.023055,"11":0.330455,"12":5.248855,_:"0","3.1":0,"3.2":0,"5.1":0.053795,"6.1":0.007685,"7.1":0,"9.1":0.315085,"10.1":0.41499,"11.1":2.3055},G:{"8":0.50870042629841,"3.2":0.0031401260882618,"4.0-4.1":0,"4.2-4.3":0.0031401260882618,"5.0-5.1":0.037681513059141,"6.0-6.1":0.018840756529571,"7.0-7.1":0.072222900030021,"8.1-8.4":0.17584706094266,"9.0-9.2":0.10048403482438,"9.3":0.72536912638847,"10.0-10.2":0.85097416991894,"10.3":1.0990441308916,"11.0-11.2":1.9845596877814,"11.3-11.4":5.2816920804563,"12-12.1":20.517583860702},I:{"3":0.00036232356134636,"4":0.045290445168295,_:"67","2.1":0,"2.2":0.00036232356134636,"2.3":0.010145059717698,"4.1":0.017753854505972,"4.2-4.3":0.085870684039088,"4.4":0,"4.4.3-4.4.4":0.17391530944625},A:{"6":0,"7":0,"8":0.007685,"9":0.069165,"10":0,"11":9.54477,"5.5":0},B:{"12":0.007685,"13":0.007685,"14":0.07685,"15":0.06148,"16":0.284345,"17":4.48804,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.33133022922636,"5":0.044177363896848,"6.2":0.044177363896848,_:"7.2"},N:{"10":0,"11":0},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.10649},O:{"0":0.02778},Q:{_:"1.2"},H:{"0":0.094242774914089},L:{"0":9.614945}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LK.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LK.js new file mode 100644 index 0000000..b3e6a4e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LK.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.008408,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0.004204,"19":0,"20":0.004204,"21":0.004204,"22":0.004204,"23":0.004204,"24":0,"25":0.004204,"26":0.004204,"27":0,"28":0.004204,"29":0.004204,"30":0.008408,"31":0.008408,"32":0.004204,"33":0.008408,"34":0,"35":0.004204,"36":0.004204,"37":0,"38":0.008408,"39":0.004204,"40":0.02102,"41":0,"42":0.004204,"43":0.008408,"44":0.004204,"45":0,"46":0.004204,"47":0.004204,"48":0,"49":0.08408,"50":0.004204,"51":0.004204,"52":0.004204,"53":0.004204,"54":0.004204,"55":0.016816,"56":0.008408,"57":0.008408,"58":0.037836,"59":0.016816,"60":0.02102,"61":0.029428,"62":0.016816,"63":0.050448,"64":0.025224,"65":0.113508,"66":0.033632,"67":0.096692,"68":0.1051,"69":0.340524,"70":10.451144,"71":0.029428,"72":0.025224,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.004204,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0.004204,"31":0.004204,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.004204,"38":0.004204,"39":0,"40":0.004204,"41":0.004204,"42":0,"43":0.016816,"44":0.004204,"45":0.004204,"46":0.004204,"47":0.02102,"48":0.012612,"49":0.004204,"50":0.004204,"51":0.004204,"52":0.033632,"53":0.004204,"54":0.004204,"55":0.004204,"56":0.016816,"57":0.02102,"58":0.008408,"59":0.012612,"60":0.033632,"61":0.029428,"62":0.088284,"63":1.3663,"64":0.058856,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.008408,"23":0,"24":0.04204,"25":0,"26":0,"27":0,"28":0.004204,"29":0,"30":0,"31":0,"32":0.004204,"33":0,"34":0.012612,"35":0.004204,"36":0.004204,"37":0.142936,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.004204,"44":0,"45":0.004204,"46":0,"47":0.004204,"48":0.02102,"49":0.004204,"50":0,"51":0,"52":0,"53":0,"54":0.004204,"55":0.004204,"56":0.554928,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.008408},E:{"4":0,"5":0,"6":0,"7":0,"8":0.004204,"9":0,"10":0.008408,"11":0.02102,"12":0.197588,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.008408,"10.1":0.033632,"11.1":0.058856},G:{"8":0.098481863704593,"3.2":0.00060791273891724,"4.0-4.1":0,"4.2-4.3":0.00060791273891724,"5.0-5.1":0.0072949528670069,"6.0-6.1":0.0036474764335035,"7.0-7.1":0.013981992995097,"8.1-8.4":0.034043113379366,"9.0-9.2":0.019453207645352,"9.3":0.14042784268988,"10.0-10.2":0.16474435224657,"10.3":0.21276945862103,"11.0-11.2":0.3842008509957,"11.3-11.4":1.0225092268588,"12-12.1":3.9721018360853},I:{"3":0.0032576503800217,"4":0.40720629750271,_:"67","2.1":0,"2.2":0.0032576503800217,"2.3":0.091214210640608,"4.1":0.15962486862106,"4.2-4.3":0.77206314006515,"4.4":0,"4.4.3-4.4.4":1.5636721824104},A:{"6":0,"7":0,"8":0.072791481481481,"9":0.0042818518518519,"10":0.0085637037037037,"11":0.14558296296296,"5.5":0},B:{"12":0.02102,"13":0.037836,"14":0.054652,"15":0.033632,"16":0.04204,"17":0.260648,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":4.0904304,"5":0.2442048,"6.2":0.3459568,_:"7.2"},N:{"10":0.032945684210526,"11":0.59302231578947},J:{"7":0.0046368,"10":0.0185472},R:{_:"0"},M:{"0":0.127512},O:{"0":4.532472},Q:{_:"1.2"},H:{"0":5.8220023298969},L:{"0":49.604364}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LR.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LR.js new file mode 100644 index 0000000..7437877 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LR.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0.004615,"8":0,"9":0.004615,"10":0.004615,"11":0.00923,"12":0,"13":0,"14":0,"15":0.004615,"16":0,"17":0,"18":0,"19":0,"20":0.004615,"21":0,"22":0.004615,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.004615,"29":0.004615,"30":0.00923,"31":0,"32":0,"33":0,"34":0.004615,"35":0,"36":0.004615,"37":0.004615,"38":0.004615,"39":0.004615,"40":0.004615,"41":0.004615,"42":0,"43":0.0923,"44":0.013845,"45":0,"46":0.004615,"47":0.004615,"48":0.00923,"49":0.28613,"50":0.013845,"51":0.004615,"52":0.004615,"53":0.013845,"54":0,"55":0.00923,"56":0.00923,"57":0.013845,"58":0.032305,"59":0.01846,"60":0.059995,"61":0.06461,"62":0.004615,"63":0.04615,"64":0.023075,"65":0.14768,"66":0.01846,"67":0.050765,"68":0.05538,"69":0.25844,"70":4.222725,"71":0.01846,"72":0.023075,"73":0},C:{"2":0.004615,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.00923,"11":0,"12":0.004615,"13":0,"14":0,"15":0,"16":0.004615,"17":0.00923,"18":0,"19":0,"20":0,"21":0.00923,"22":0,"23":0.004615,"24":0.069225,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.05538,"32":0.00923,"33":0.004615,"34":0.00923,"35":0,"36":0.004615,"37":0,"38":0.235365,"39":0,"40":0,"41":0.004615,"42":0,"43":0.013845,"44":0.004615,"45":0.23075,"46":0.004615,"47":0.01846,"48":0.013845,"49":0.00923,"50":0.004615,"51":0,"52":1.564485,"53":0,"54":0.00923,"55":0.013845,"56":0.01846,"57":0.004615,"58":0.00923,"59":0.004615,"60":8.431605,"61":0.032305,"62":0.11076,"63":1.056835,"64":0.07384,"65":0,"3.5":0,"3.6":0.004615},F:{"9":0,"11":0.00923,"12":0.00923,"15":0,"16":0.00923,"17":0.00923,"18":0,"19":0.00923,"20":0.059995,"21":0,"22":0.00923,"23":0.05538,"24":0,"25":0,"26":0,"27":0.004615,"28":0.00923,"29":0.004615,"30":0.004615,"31":0,"32":0.00923,"33":0.023075,"34":0,"35":0.023075,"36":0,"37":0.00923,"38":0,"39":0,"40":0.004615,"41":0,"42":0.004615,"43":0.00923,"44":0,"45":0.004615,"46":0.004615,"47":0.004615,"48":0.041535,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.004615,"56":0.466115,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.318435},E:{"4":0,"5":0,"6":0,"7":0,"8":0.004615,"9":0.004615,"10":0,"11":0.013845,"12":0.096915,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.032305,"10.1":0.004615,"11.1":0.023075},G:{"8":0.066242972080456,"3.2":0.00040890723506455,"4.0-4.1":0,"4.2-4.3":0.00040890723506455,"5.0-5.1":0.0049068868207745,"6.0-6.1":0.0024534434103873,"7.0-7.1":0.0094048664064845,"8.1-8.4":0.022898805163615,"9.0-9.2":0.013085031522065,"9.3":0.09445757129991,"10.0-10.2":0.11081386070249,"10.3":0.14311753227259,"11.0-11.2":0.25842937256079,"11.3-11.4":0.68778196937856,"12-12.1":2.6717998739117},I:{"3":0.0018792345276873,"4":0.23490431596091,_:"67","2.1":0,"2.2":0.0018792345276873,"2.3":0.052618566775244,"4.1":0.092082491856678,"4.2-4.3":0.44537858306189,"4.4":0,"4.4.3-4.4.4":0.9020325732899},A:{"6":0.0046466095890411,"7":0.0046466095890411,"8":0.032526267123288,"9":0.16263133561644,"10":0.046466095890411,"11":0.42748808219178,"5.5":0},B:{"12":0.0923,"13":0.07384,"14":0.032305,"15":0.05538,"16":0.059995,"17":0.355355,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.61116010416667,"5":0.17609697916667,"6.2":0.062151875,_:"7.2"},N:{"10":0.023559375,"11":0.164915625},J:{"7":0.003231,"10":0.012924},R:{_:"0"},M:{"0":2.20785},O:{"0":4.07106},Q:{_:"1.2"},H:{"0":11.236366907216},L:{"0":45.9324}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LS.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LS.js new file mode 100644 index 0000000..70ef58a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LS.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.011508,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.002877,"34":0,"35":0.002877,"36":0.008631,"37":0,"38":0,"39":0.002877,"40":0.014385,"41":0.002877,"42":0,"43":0.005754,"44":0,"45":0,"46":0.054663,"47":0,"48":0,"49":0.025893,"50":0.14385,"51":0.002877,"52":0,"53":0.014385,"54":0.002877,"55":0.034524,"56":0.002877,"57":0.002877,"58":0.046032,"59":0.002877,"60":0.020139,"61":0.005754,"62":0.008631,"63":0.014385,"64":0.008631,"65":0.069048,"66":0.034524,"67":0.037401,"68":0.060417,"69":0.207144,"70":2.902893,"71":0.005754,"72":0.002877,"73":0},C:{"2":0,"3":0.002877,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.002877,"12":0,"13":0,"14":0.005754,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0.002877,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0.002877,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0.002877,"43":0.011508,"44":0.002877,"45":0.002877,"46":0,"47":0.002877,"48":0.002877,"49":0.002877,"50":0.002877,"51":0,"52":0.008631,"53":0,"54":0,"55":0.005754,"56":0.005754,"57":0.002877,"58":0.002877,"59":0.002877,"60":0.08631,"61":0.011508,"62":0.040278,"63":0.888993,"64":0.02877,"65":0,"3.5":0,"3.6":0.002877},F:{"9":0,"11":0,"12":0,"15":0.002877,"16":0.005754,"17":0.002877,"18":0.005754,"19":0,"20":0.005754,"21":0.048909,"22":0.005754,"23":0,"24":0.002877,"25":0,"26":0.005754,"27":0.002877,"28":0.014385,"29":0.005754,"30":0.005754,"31":0.002877,"32":0.005754,"33":0.017262,"34":0,"35":0.020139,"36":0.002877,"37":0.002877,"38":0,"39":0,"40":0.002877,"41":0,"42":0,"43":0,"44":0,"45":0.002877,"46":0,"47":0.002877,"48":0.002877,"49":0,"50":0,"51":0,"52":0,"53":0.002877,"54":0.011508,"55":0.008631,"56":0.359625,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.140973},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.002877,"10":0.002877,"11":0.002877,"12":0.05754,_:"0","3.1":0,"3.2":0,"5.1":0.002877,"6.1":0,"7.1":0.002877,"9.1":0.002877,"10.1":0.011508,"11.1":0.020139},G:{"8":0.036715152806965,"3.2":0.00022663674572201,"4.0-4.1":0,"4.2-4.3":0.00022663674572201,"5.0-5.1":0.0027196409486641,"6.0-6.1":0.001359820474332,"7.0-7.1":0.0052126451516061,"8.1-8.4":0.012691657760432,"9.0-9.2":0.0072523758631042,"9.3":0.052353088261783,"10.0-10.2":0.061418558090663,"10.3":0.079322861002702,"11.0-11.2":0.14323442329631,"11.3-11.4":0.38120300630441,"12-12.1":1.4808444965476},I:{"3":0.0012116102062975,"4":0.15145127578719,_:"67","2.1":0,"2.2":0.0012116102062975,"2.3":0.03392508577633,"4.1":0.059368900108578,"4.2-4.3":0.28715161889251,"4.4":0,"4.4.3-4.4.4":0.5815728990228},A:{"6":0,"7":0,"8":0.048909,"9":0.034524,"10":0.034524,"11":0.43155,"5.5":0},B:{"12":0.11508,"13":0.046032,"14":0.034524,"15":0.034524,"16":0.155358,"17":0.468951,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":2.545916015625,"5":0.0712856484375,"6.2":0.2953262578125,_:"7.2"},N:{"10":0.24294066272189,"11":1.6232853372781},J:{"7":0.0968728,"10":0.3874912},R:{_:"0"},M:{"0":0.299166},O:{"0":3.682591},Q:{_:"1.2"},H:{"0":29.267207594502},L:{"0":36.47856}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LT.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LT.js new file mode 100644 index 0000000..0fd6553 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LT.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0.007629,"15":0,"16":0,"17":0.015258,"18":0,"19":0.007629,"20":0,"21":0.007629,"22":0.022887,"23":0.007629,"24":0,"25":0.007629,"26":0.007629,"27":0,"28":0.007629,"29":0.984141,"30":0,"31":0,"32":0,"33":0,"34":0.022887,"35":0,"36":0.007629,"37":0.007629,"38":0.053403,"39":0.007629,"40":0.015258,"41":0.030516,"42":0,"43":0.022887,"44":0,"45":0,"46":0.007629,"47":0.030516,"48":0.015258,"49":0.617949,"50":0.007629,"51":0.022887,"52":0.007629,"53":0.030516,"54":0.015258,"55":0.015258,"56":0.053403,"57":0.015258,"58":0.068661,"59":0.030516,"60":0.030516,"61":0.564546,"62":0.061032,"63":0.091548,"64":0.061032,"65":0.091548,"66":0.07629,"67":0.167838,"68":0.213612,"69":1.251156,"70":29.226699,"71":0.061032,"72":0.015258,"73":0},C:{"2":0,"3":0.015258,"4":0.007629,"5":0,"6":0.007629,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.007629,"29":0,"30":0,"31":0.007629,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.007629,"38":0.015258,"39":0,"40":0,"41":0.007629,"42":0,"43":0.038145,"44":0,"45":0.015258,"46":0.007629,"47":0.022887,"48":0.053403,"49":0.015258,"50":0.022887,"51":0.061032,"52":0.328047,"53":0.015258,"54":0.015258,"55":0.015258,"56":0.061032,"57":0.045774,"58":0.015258,"59":0.022887,"60":0.297531,"61":0.740013,"62":0.274644,"63":6.309183,"64":0.07629,"65":0.007629,"3.5":0.007629,"3.6":0.045774},F:{"9":0,"11":0,"12":0.007629,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.007629,"33":0,"34":0,"35":0,"36":0.038145,"37":0,"38":0,"39":0,"40":0.007629,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.015258,"49":0.007629,"50":0,"51":0,"52":0.007629,"53":0.007629,"54":0.007629,"55":0.022887,"56":2.906649,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0.007629,"12.1":0.022887},E:{"4":0.015258,"5":0.007629,"6":0,"7":0,"8":0.007629,"9":0.015258,"10":0.030516,"11":0.099177,"12":1.418994,_:"0","3.1":0,"3.2":0,"5.1":0.015258,"6.1":0.007629,"7.1":0,"9.1":0.045774,"10.1":0.15258,"11.1":0.320418},G:{"8":0.16642702731912,"3.2":0.0010273273291304,"4.0-4.1":0,"4.2-4.3":0.0010273273291304,"5.0-5.1":0.012327927949565,"6.0-6.1":0.0061639639747823,"7.0-7.1":0.023628528569999,"8.1-8.4":0.057530330431302,"9.0-9.2":0.032874474532173,"9.3":0.23731261302912,"10.0-10.2":0.27840570619434,"10.3":0.35956456519564,"11.0-11.2":0.64927087201041,"11.3-11.4":1.7279645675973,"12-12.1":6.712556768538},I:{"3":0.0006358990228013,"4":0.079487377850163,_:"67","2.1":0,"2.2":0.0006358990228013,"2.3":0.017805172638436,"4.1":0.031159052117264,"4.2-4.3":0.15070806840391,"4.4":0,"4.4.3-4.4.4":0.30523153094463},A:{"6":0.0082496644067797,"7":0.0082496644067797,"8":0.21449127457627,"9":0.065997315254237,"10":0.098995972881356,"11":2.0376671084746,"5.5":0},B:{"12":0.022887,"13":0.007629,"14":0.061032,"15":0.068661,"16":0.106806,"17":1.922508,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.36335818930041,"5":0.041526650205761,"6.2":0.062289975308642,_:"7.2"},N:{"10":0.011064666666667,"11":0.055323333333333},J:{"7":0.0004742,"10":0.0018968},R:{_:"0"},M:{"0":0.203906},O:{"0":0.277407},Q:{_:"1.2"},H:{"0":0.24242863917526},L:{"0":30.161701}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LU.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LU.js new file mode 100644 index 0000000..242e394 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LU.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006838,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0.006838,"24":0,"25":0.006838,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.006838,"38":0.013676,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0.006838,"45":0,"46":0,"47":0,"48":0,"49":0.328224,"50":0,"51":0.013676,"52":0.006838,"53":0.027352,"54":0.013676,"55":0.020514,"56":0.06838,"57":0.041028,"58":0.095732,"59":0.03419,"60":0.03419,"61":0.253006,"62":0.061542,"63":0.143598,"64":0.082056,"65":0.17095,"66":0.054704,"67":0.150436,"68":0.157274,"69":1.107756,"70":14.763242,"71":0.027352,"72":0.013676,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0.006838,"22":0,"23":0,"24":0.006838,"25":0.006838,"26":0,"27":0,"28":0,"29":0.006838,"30":0,"31":0.006838,"32":0.006838,"33":0,"34":0.006838,"35":0,"36":0,"37":0,"38":0.17095,"39":0,"40":0,"41":0,"42":0.006838,"43":0.006838,"44":0,"45":0.075218,"46":0.027352,"47":0.013676,"48":0.10257,"49":0.006838,"50":0.03419,"51":0.020514,"52":0.64961,"53":0.006838,"54":0.027352,"55":0.006838,"56":0.082056,"57":0.041028,"58":0.027352,"59":0.020514,"60":1.066728,"61":0.082056,"62":0.30771,"63":5.497752,"64":0.075218,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.006838,"37":0,"38":0,"39":0,"40":0.006838,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006838,"49":0,"50":0,"51":0,"52":0.006838,"53":0,"54":0,"55":0.006838,"56":0.54704,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.006838},E:{"4":0,"5":0.006838,"6":0,"7":0,"8":0.013676,"9":0.03419,"10":0.03419,"11":0.164112,"12":4.629326,_:"0","3.1":0,"3.2":0,"5.1":0.027352,"6.1":0.020514,"7.1":0.006838,"9.1":0.17095,"10.1":0.417118,"11.1":0.82056},G:{"8":0.50168849954968,"3.2":0.0030968425898129,"4.0-4.1":0,"4.2-4.3":0.0030968425898129,"5.0-5.1":0.037162111077754,"6.0-6.1":0.018581055538877,"7.0-7.1":0.071227379565696,"8.1-8.4":0.17342318502952,"9.0-9.2":0.099098962874012,"9.3":0.71537063824677,"10.0-10.2":0.83924434183929,"10.3":1.0838949064345,"11.0-11.2":1.9572045167617,"11.3-11.4":5.2088892360652,"12-12.1":20.234769481837},I:{"3":0.00066760043431053,"4":0.083450054288816,_:"67","2.1":0,"2.2":0.00066760043431053,"2.3":0.018692812160695,"4.1":0.032712421281216,"4.2-4.3":0.1582213029316,"4.4":0,"4.4.3-4.4.4":0.32044820846906},A:{"6":0,"7":0.79417063106796,"8":1.7526524271845,"9":0.061616686893204,"10":0.020538895631068,"11":3.0123713592233,"5.5":0},B:{"12":0.006838,"13":0.027352,"14":0.041028,"15":0.177788,"16":0.17095,"17":1.702662,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.38775281978799,"5":0.064625469964664,"6.2":0.04308364664311,_:"7.2"},N:{"10":0,"11":0.050592},J:{"7":0.003162,"10":0.012648},R:{_:"0"},M:{"0":0.392088},O:{"0":0.354144},Q:{_:"1.2"},H:{"0":0.25146049484536},L:{"0":20.171866}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LV.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LV.js new file mode 100644 index 0000000..eb727e6 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LV.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0.007686,"7":0,"8":0,"9":0,"10":0,"11":0.023058,"12":0,"13":0,"14":0,"15":0.007686,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.023058,"23":0.007686,"24":0.007686,"25":0.007686,"26":0.015372,"27":0,"28":0,"29":0,"30":0,"31":0.007686,"32":0,"33":0,"34":0.015372,"35":0,"36":0.007686,"37":0.007686,"38":0.046116,"39":0.007686,"40":0.023058,"41":0.007686,"42":0,"43":0.015372,"44":0.030744,"45":0,"46":0.023058,"47":0.007686,"48":0.007686,"49":0.630252,"50":0.007686,"51":0.015372,"52":0.015372,"53":0.015372,"54":0.030744,"55":0.015372,"56":0.030744,"57":0.030744,"58":0.084546,"59":0.061488,"60":0.146034,"61":0.046116,"62":0.069174,"63":0.207522,"64":0.176778,"65":0.184464,"66":0.176778,"67":0.245952,"68":0.253638,"69":1.360422,"70":31.174416,"71":0.092232,"72":0.069174,"73":0},C:{"2":0,"3":0.007686,"4":0,"5":0,"6":0.007686,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.007686,"13":0.007686,"14":0,"15":0,"16":0.007686,"17":0.007686,"18":0,"19":0.007686,"20":0,"21":0.007686,"22":0.007686,"23":0.007686,"24":0.007686,"25":0.007686,"26":0.007686,"27":0.007686,"28":0.023058,"29":0.007686,"30":0.007686,"31":0.015372,"32":0.015372,"33":0.007686,"34":0.007686,"35":0.007686,"36":0.007686,"37":0.046116,"38":0.023058,"39":0,"40":0.007686,"41":0.007686,"42":0.007686,"43":0.015372,"44":0,"45":0.046116,"46":0.007686,"47":0.030744,"48":0.222894,"49":0.007686,"50":0.030744,"51":0.023058,"52":0.415044,"53":0.015372,"54":0.046116,"55":0.023058,"56":0.061488,"57":0.03843,"58":0.023058,"59":0.069174,"60":0.138348,"61":0.107604,"62":0.292068,"63":6.271776,"64":0.07686,"65":0.007686,"3.5":0.015372,"3.6":0.03843},F:{"9":0,"11":0,"12":0.023058,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0.015372,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.046116,"37":0.007686,"38":0,"39":0,"40":0,"41":0,"42":0.007686,"43":0.007686,"44":0,"45":0.007686,"46":0,"47":0,"48":0.007686,"49":0.007686,"50":0,"51":0,"52":0,"53":0.007686,"54":0.015372,"55":0.015372,"56":2.444148,"9.5-9.6":0,"10.0-10.1":0,"10.5":0.007686,"10.6":0,"11.1":0,"11.5":0.007686,"11.6":0.007686,"12.1":0.046116},E:{"4":0,"5":0.007686,"6":0,"7":0,"8":0.007686,"9":0.007686,"10":0.03843,"11":0.107604,"12":1.906128,_:"0","3.1":0,"3.2":0,"5.1":0.015372,"6.1":0.007686,"7.1":0,"9.1":0.084546,"10.1":0.238266,"11.1":0.49959},G:{"8":0.22145732332633,"3.2":0.0013670205143601,"4.0-4.1":0,"4.2-4.3":0.0013670205143601,"5.0-5.1":0.016404246172321,"6.0-6.1":0.0082021230861603,"7.0-7.1":0.031441471830281,"8.1-8.4":0.076553148804163,"9.0-9.2":0.043744656459522,"9.3":0.31578173881717,"10.0-10.2":0.37046255939157,"10.3":0.47845718002602,"11.0-11.2":0.86395696507555,"11.3-11.4":2.2993285051536,"12-12.1":8.9321120408286},I:{"3":0.00065514223669924,"4":0.081892779587405,_:"67","2.1":0,"2.2":0.00065514223669924,"2.3":0.018343982627579,"4.1":0.032101969598263,"4.2-4.3":0.15526871009772,"4.4":0,"4.4.3-4.4.4":0.31446827361564},A:{"6":0,"7":0.0078251131221719,"8":0.078251131221719,"9":0.070426018099548,"10":0.078251131221719,"11":1.4945966063348,"5.5":0},B:{"12":0.007686,"13":0.015372,"14":0.053802,"15":0.084546,"16":0.130662,"17":1.591002,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.24476047058824,"5":0.030595058823529,"6.2":0.10198352941176,_:"7.2"},N:{"10":0,"11":0.067106},J:{"7":0.0004628,"10":0.0018512},R:{_:"0"},M:{"0":0.159666},O:{"0":0.148096},Q:{_:"1.2"},H:{"0":0.19716711340206},L:{"0":26.801384}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LY.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LY.js new file mode 100644 index 0000000..7fc9c04 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/LY.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.003228,"12":0,"13":0.003228,"14":0.006456,"15":0,"16":0,"17":0,"18":0,"19":0.012912,"20":0,"21":0,"22":0,"23":0.003228,"24":0.035508,"25":0,"26":0.022596,"27":0.003228,"28":0,"29":0,"30":0.01614,"31":0.009684,"32":0.003228,"33":0.03228,"34":0,"35":0.022596,"36":0,"37":0,"38":0.003228,"39":0.003228,"40":0.009684,"41":0,"42":0,"43":0.0807,"44":0.003228,"45":0.003228,"46":0,"47":0.006456,"48":0.003228,"49":0.074244,"50":0.003228,"51":0.006456,"52":0.003228,"53":0.003228,"54":0.012912,"55":0.019368,"56":0.074244,"57":0.058104,"58":0.029052,"59":0.012912,"60":0.025824,"61":0.003228,"62":0.006456,"63":0.045192,"64":0.061332,"65":0.06456,"66":0.022596,"67":0.077472,"68":0.067788,"69":0.29052,"70":5.419812,"71":0.003228,"72":0.025824,"73":0},C:{"2":0.012912,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0.003228,"9":0,"10":0,"11":0,"12":0.003228,"13":0,"14":0,"15":0.009684,"16":0,"17":0,"18":0.012912,"19":0,"20":0,"21":0.012912,"22":0,"23":0.012912,"24":0,"25":0.022596,"26":0.003228,"27":0,"28":0,"29":0.003228,"30":0.012912,"31":0,"32":0,"33":0,"34":0,"35":0.003228,"36":0,"37":0.003228,"38":0,"39":0,"40":0,"41":0.003228,"42":0,"43":0.006456,"44":0.003228,"45":0.003228,"46":0,"47":0.01614,"48":0.003228,"49":0.009684,"50":0.003228,"51":0.012912,"52":0.025824,"53":0.006456,"54":0.003228,"55":0,"56":0.009684,"57":0.022596,"58":0.006456,"59":0.012912,"60":0.019368,"61":0.01614,"62":0.038736,"63":0.66174,"64":0.022596,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0.003228,"15":0,"16":0,"17":0.009684,"18":0.003228,"19":0.006456,"20":0.003228,"21":0,"22":0.006456,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.01614,"29":0,"30":0.01614,"31":0,"32":0,"33":0.003228,"34":0,"35":0,"36":0.003228,"37":0.006456,"38":0,"39":0,"40":0.006456,"41":0,"42":0.003228,"43":0.01614,"44":0,"45":0.003228,"46":0.003228,"47":0,"48":0.003228,"49":0,"50":0,"51":0,"52":0,"53":0.003228,"54":0.003228,"55":0.01614,"56":0.380904,"9.5-9.6":0,"10.0-10.1":0.012912,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.022596},E:{"4":0,"5":0.012912,"6":0,"7":0,"8":0.003228,"9":0,"10":0.006456,"11":0.009684,"12":0.061332,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.051648,"10.1":0.006456,"11.1":0.022596},G:{"8":0.099147566496548,"3.2":0.00061202201541079,"4.0-4.1":0,"4.2-4.3":0.00061202201541079,"5.0-5.1":0.0073442641849294,"6.0-6.1":0.0036721320924647,"7.0-7.1":0.014076506354448,"8.1-8.4":0.034273232863004,"9.0-9.2":0.019584704493145,"9.3":0.14137708555989,"10.0-10.2":0.16585796617632,"10.3":0.21420770539378,"11.0-11.2":0.38679791373962,"11.3-11.4":1.0294210299209,"12-12.1":3.9989518486941},I:{"3":0.00654088165038,"4":0.8176102062975,_:"67","2.1":0,"2.2":0.00654088165038,"2.3":0.18314468621064,"4.1":0.32050320086862,"4.2-4.3":1.5501889511401,"4.4":0,"4.4.3-4.4.4":3.1396231921824},A:{"6":0,"7":0,"8":0.051648,"9":0.03228,"10":0.058104,"11":0.174312,"5.5":0},B:{"12":0.019368,"13":0.003228,"14":0.01614,"15":0.006456,"16":0.01614,"17":0.083928,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.0417073552632,"5":0.10313934210526,"6.2":0.33004589473684,_:"7.2"},N:{"10":0,"11":0.047404},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.081264},O:{"0":0.961624},Q:{_:"1.2"},H:{"0":4.7764126116838},L:{"0":66.266956}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MA.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MA.js new file mode 100644 index 0000000..9c4e433 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MA.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.005819,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0.093104,"20":0,"21":0.005819,"22":0.005819,"23":0,"24":0.279312,"25":0,"26":0.005819,"27":0,"28":0.005819,"29":0.17457,"30":0.098923,"31":0.011638,"32":0.005819,"33":0.104742,"34":0.011638,"35":0.192027,"36":0.005819,"37":0.005819,"38":0.011638,"39":0.005819,"40":0.017457,"41":0.005819,"42":0.005819,"43":0.069828,"44":0.011638,"45":0.005819,"46":0.017457,"47":0.017457,"48":0.011638,"49":0.925221,"50":0.005819,"51":0.011638,"52":0.005819,"53":0.011638,"54":0.128018,"55":0.157113,"56":0.482977,"57":0.029095,"58":0.064009,"59":0.011638,"60":0.029095,"61":0.075647,"62":0.069828,"63":0.122199,"64":0.087285,"65":0.11638,"66":0.069828,"67":0.273493,"68":0.162932,"69":0.773927,"70":15.833499,"71":0.034914,"72":0.011638,"73":0},C:{"2":0.098923,"3":0.005819,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0.093104,"16":0,"17":0,"18":0.093104,"19":0,"20":0,"21":0.093104,"22":0,"23":0.093104,"24":0,"25":0.192027,"26":0,"27":0,"28":0,"29":0,"30":0.098923,"31":0,"32":0.023276,"33":0.005819,"34":0,"35":0.005819,"36":0,"37":0.005819,"38":0.005819,"39":0,"40":0.005819,"41":0.005819,"42":0.005819,"43":0.029095,"44":0.005819,"45":0.005819,"46":0,"47":0.023276,"48":0.133837,"49":0.011638,"50":0.011638,"51":0.098923,"52":0.215303,"53":0.005819,"54":0.011638,"55":0.005819,"56":0.023276,"57":0.029095,"58":0.029095,"59":0.023276,"60":0.05819,"61":0.052371,"62":0.139656,"63":2.228677,"64":0.040733,"65":0,"3.5":0,"3.6":0.005819},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.017457,"37":0.05819,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.093104,"44":0,"45":0,"46":0,"47":0,"48":0.005819,"49":0.005819,"50":0.005819,"51":0,"52":0.005819,"53":0,"54":0.005819,"55":0.005819,"56":1.128886,"9.5-9.6":0,"10.0-10.1":0.093104,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.005819},E:{"4":0,"5":0.104742,"6":0.005819,"7":0,"8":0.017457,"9":0.023276,"10":0.029095,"11":0.069828,"12":0.389873,_:"0","3.1":0,"3.2":0,"5.1":0.005819,"6.1":0,"7.1":0,"9.1":0.05819,"10.1":0.104742,"11.1":0.17457},G:{"8":0.18042839567697,"3.2":0.0011137555288702,"4.0-4.1":0,"4.2-4.3":0.0011137555288702,"5.0-5.1":0.013365066346443,"6.0-6.1":0.0066825331732213,"7.0-7.1":0.025616377164015,"8.1-8.4":0.062370309616732,"9.0-9.2":0.035640176923847,"9.3":0.25727752716902,"10.0-10.2":0.30182774832383,"10.3":0.38981443510457,"11.0-11.2":0.70389349424597,"11.3-11.4":1.8733367995597,"12-12.1":7.2772786256379},I:{"3":0.0042684484256243,"4":0.53355605320304,_:"67","2.1":0,"2.2":0.0042684484256243,"2.3":0.11951655591748,"4.1":0.20915397285559,"4.2-4.3":1.011622276873,"4.4":0,"4.4.3-4.4.4":2.0488552442997},A:{"6":0.0059241626506024,"7":0.0059241626506024,"8":0.26658731927711,"9":0.20734569277108,"10":0.2369665060241,"11":0.26066315662651,"5.5":0},B:{"12":0.017457,"13":0.011638,"14":0.023276,"15":0.034914,"16":0.029095,"17":0.197846,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":2.0950641873727,"5":0.14448718533605,"6.2":0.31993591038697,_:"7.2"},N:{"10":0.0246679,"11":0.2220111},J:{"7":0.0058534,"10":0.0234136},R:{_:"0"},M:{"0":0.175602},O:{"0":0.338661},Q:{_:"1.2"},H:{"0":0.73228562714777},L:{"0":45.309552}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MC.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MC.js new file mode 100644 index 0000000..e9d0a53 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MC.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.008063,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0.008063,"45":0,"46":0,"47":0.008063,"48":0,"49":0.249953,"50":0,"51":0,"52":0,"53":0,"54":0.008063,"55":0.024189,"56":0.137071,"57":0.024189,"58":0.016126,"59":0.032252,"60":0,"61":0.016126,"62":0.008063,"63":0.008063,"64":0.016126,"65":0.370898,"66":0.048378,"67":0.830489,"68":0.604725,"69":1.169135,"70":26.357947,"71":0.32252,"72":0.016126,"73":0},C:{"2":0,"3":0.008063,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.016126,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.008063,"44":0,"45":0.008063,"46":0,"47":0.040315,"48":0.435402,"49":0,"50":0.024189,"51":0,"52":0.56441,"53":0,"54":0,"55":0,"56":0.016126,"57":0,"58":0,"59":0.008063,"60":0.919182,"61":0.024189,"62":0.467654,"63":5.378021,"64":0.024189,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.008063,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0.008063,"41":0,"42":0.008063,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.298331,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.024189,"9":0,"10":0.459591,"11":0.612788,"12":5.837612,_:"0","3.1":0,"3.2":0,"5.1":0.129008,"6.1":0.362835,"7.1":0,"9.1":0.64504,"10.1":0.48378,"11.1":2.959121},G:{"8":0.471708497148,"3.2":0.0029117808465926,"4.0-4.1":0,"4.2-4.3":0.0029117808465926,"5.0-5.1":0.034941370159111,"6.0-6.1":0.017470685079556,"7.0-7.1":0.06697095947163,"8.1-8.4":0.16305972740919,"9.0-9.2":0.093176987090964,"9.3":0.67262137556289,"10.0-10.2":0.7890926094266,"10.3":1.0191232963074,"11.0-11.2":1.8402454950465,"11.3-11.4":4.8976153839688,"12-12.1":19.025576051636},I:{"3":0.00019265255157438,"4":0.024081568946797,_:"67","2.1":0,"2.2":0.00019265255157438,"2.3":0.0053942714440825,"4.1":0.0094399750271444,"4.2-4.3":0.045658654723127,"4.4":0,"4.4.3-4.4.4":0.0924732247557},A:{"6":0,"7":0,"8":0.008063,"9":0.024189,"10":0,"11":3.70898,"5.5":0},B:{"12":0,"13":0.016126,"14":0.040315,"15":0.088693,"16":0.306394,"17":3.958933,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.076180171052632,"5":0.021765763157895,"6.2":0.021765763157895,_:"7.2"},N:{"10":0,"11":0.013559},J:{"7":0.0027118,"10":0.0108472},R:{_:"0"},M:{"0":0.280865},O:{"0":0.029055},Q:{_:"1.2"},H:{"0":0.042178008591065},L:{"0":9.709891}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MD.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MD.js new file mode 100644 index 0000000..63634ae --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MD.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.013802,"5":0.055208,"6":0.041406,"7":0.020703,"8":0.034505,"9":0.06901,"10":0.062109,"11":0.131119,"12":0.13802,"13":0.06901,"14":0.048307,"15":0.124218,"16":0.034505,"17":0.096614,"18":0.089713,"19":0.200129,"20":0.048307,"21":0.165624,"22":0.103515,"23":0.158723,"24":0.124218,"25":0.082812,"26":0.117317,"27":0.131119,"28":0.027604,"29":0.241535,"30":0.055208,"31":0.027604,"32":0.048307,"33":0.034505,"34":0.034505,"35":0.075911,"36":0.055208,"37":0.006901,"38":0.186327,"39":0.165624,"40":0.269139,"41":0.075911,"42":0.041406,"43":0.034505,"46":0.006901,"47":0.020703,"48":0.006901,"49":0.876427,"50":0.020703,"51":0.020703,"52":0.041406,"53":0.027604,"54":0.020703,"55":0.041406,"56":0.048307,"57":0.048307,"58":0.248436,"59":0.075911,"60":0.082812,"61":0.420961,"62":0.06901,"63":0.165624,"64":0.13802,"65":0.165624,"66":0.103515,"67":0.317446,"68":0.448565,"69":1.235279,"70":33.925316,"71":0.082812,"72":0.062109,_:"44 45 73"},C:{"2":0.110416,"3":0.131119,"4":0.027604,"5":0.020703,"6":0.027604,"9":0.013802,"10":0.013802,"11":0.034505,"12":0.020703,"13":0.103515,"14":0.006901,"15":0.020703,"16":0.034505,"17":0.006901,"19":0.055208,"20":0.027604,"21":0.013802,"22":0.082812,"24":0.027604,"25":0.055208,"26":0.075911,"27":0.020703,"28":0.006901,"30":0.006901,"32":0.041406,"33":0.034505,"35":0.034505,"36":0.055208,"38":0.013802,"39":0.006901,"43":0.06901,"44":0.006901,"45":0.013802,"47":0.048307,"48":0.027604,"49":0.034505,"50":0.013802,"51":0.006901,"52":0.303644,"53":0.027604,"54":0.020703,"55":0.020703,"56":0.062109,"57":0.082812,"58":0.034505,"59":0.048307,"60":0.351951,"61":0.096614,"62":0.165624,"63":2.767301,"64":0.034505,_:"7 8 18 23 29 31 34 37 40 41 42 46 65","3.5":0.303644,"3.6":1.318091},F:{"11":0.013802,"12":0.496872,"16":0.006901,"17":0.027604,"18":0.110416,"19":0.034505,"20":0.034505,"21":0.013802,"24":0.096614,"25":0.027604,"26":0.055208,"27":0.324347,"28":0.013802,"29":0.034505,"32":0.006901,"36":0.041406,"38":0.034505,"54":0.006901,"56":1.79426,_:"9 15 22 23 30 31 33 34 35 37 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 55 9.5-9.6","10.0-10.1":0.006901,"10.5":0.075911,"10.6":0.193228,"11.1":0.013802,"11.5":0.131119,"11.6":0.41406,"12.1":0.862625},E:{"4":0.124218,"5":0.213931,"6":0.041406,"7":0.013802,"8":0.06901,"10":0.013802,"11":0.055208,"12":0.883328,_:"0 9 3.1 6.1 7.1","3.2":0.013802,"5.1":0.089713,"9.1":0.020703,"10.1":0.089713,"11.1":0.27604},G:{"8":0.064866855598919,"3.2":0.00040041268888222,"4.0-4.1":0,"4.2-4.3":0.00040041268888222,"5.0-5.1":0.0048049522665866,"6.0-6.1":0.0024024761332933,"7.0-7.1":0.009209491844291,"8.1-8.4":0.022423110577404,"9.0-9.2":0.012813206044231,"9.3":0.092495331131792,"10.0-10.2":0.10851183868708,"10.3":0.14014444110878,"11.0-11.2":0.25306081937356,"11.3-11.4":0.67349414269989,"12-12.1":2.6162965091564},I:{"3":0.0038435081433225,"4":0.48043851791531,_:"67","2.1":0,"2.2":0.0038435081433225,"2.3":0.10761822801303,"4.1":0.1883318990228,"4.2-4.3":0.91091142996743,"4.4":0,"4.4.3-4.4.4":1.8448839087948},A:{"7":0.0071063869047619,"8":0.099489416666667,"9":0.149234125,"10":0.33400018452381,"11":0.60404288690476,_:"6 5.5"},B:{"13":0.006901,"14":0.041406,"15":0.034505,"16":0.055208,"17":0.869526,_:"12 18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.45853213270142,"5":0.072948293838863,"6.2":0.12505421800948,_:"7.2"},N:{"10":0.011355666666667,"11":0.12491233333333},J:{"7":0.0012388,"10":0.0049552},R:{_:"0"},M:{"0":0.099104},O:{"0":0.365446},Q:{_:"1.2"},H:{"0":0.18178645017182},L:{"0":27.745062}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ME.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ME.js new file mode 100644 index 0000000..82dab14 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ME.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0.017184,"9":0,"10":0.011456,"11":0.005728,"12":0.005728,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0.005728,"19":0,"20":0,"21":0,"22":0.02864,"23":0,"24":0,"25":0,"26":0.02864,"27":0,"28":0,"29":0.435328,"30":0.005728,"31":0.005728,"32":0,"33":0.011456,"34":0.022912,"35":0.005728,"36":0,"37":0,"38":0.045824,"39":0.005728,"40":0.017184,"41":0,"42":0.005728,"43":0.022912,"44":0.005728,"45":0,"46":0.045824,"47":0.005728,"48":0,"49":0.864928,"50":0.017184,"51":0.005728,"52":0.011456,"53":0.017184,"54":0,"55":0.011456,"56":0.022912,"57":0.011456,"58":0.063008,"59":0.02864,"60":0.017184,"61":0.022912,"62":0.022912,"63":0.051552,"64":0.017184,"65":0.063008,"66":0.074464,"67":0.097376,"68":0.154656,"69":0.435328,"70":16.479456,"71":0.02864,"72":0.022912,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0.005728,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.005728,"32":0.034368,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.005728,"39":0.011456,"40":0.005728,"41":0.005728,"42":0,"43":0.005728,"44":0,"45":0.005728,"46":0,"47":0.005728,"48":0.022912,"49":0.005728,"50":0.005728,"51":0,"52":0.274944,"53":0.005728,"54":0,"55":0,"56":0.034368,"57":0.034368,"58":0.011456,"59":0.005728,"60":0.051552,"61":0.022912,"62":0.137472,"63":2.308384,"64":0.051552,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.011456,"32":0,"33":0,"34":0,"35":0,"36":0.02864,"37":0,"38":0,"39":0,"40":0.017184,"41":0,"42":0.005728,"43":0,"44":0,"45":0.005728,"46":0,"47":0,"48":0.005728,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.005728,"56":1.26016,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.011456},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.005728,"10":0.011456,"11":0.02864,"12":0.234848,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.022912,"10.1":0.017184,"11.1":0.074464},G:{"8":0.20188367697388,"3.2":0.0012461955368758,"4.0-4.1":0,"4.2-4.3":0.0012461955368758,"5.0-5.1":0.01495434644251,"6.0-6.1":0.0074771732212549,"7.0-7.1":0.028662497348144,"8.1-8.4":0.069786950065046,"9.0-9.2":0.039878257180026,"9.3":0.28787116901831,"10.0-10.2":0.33771899049335,"10.3":0.43616843790653,"11.0-11.2":0.78759557930551,"11.3-11.4":2.0961008930251,"12-12.1":8.1426416379466},I:{"3":0.0013779978284473,"4":0.17224972855592,_:"67","2.1":0,"2.2":0.0013779978284473,"2.3":0.038583939196526,"4.1":0.06752189359392,"4.2-4.3":0.32658548534202,"4.4":0,"4.4.3-4.4.4":0.66143895765472},A:{"6":0,"7":0,"8":0.091648,"9":0.022912,"10":0.005728,"11":0.492608,"5.5":0},B:{"12":0,"13":0.011456,"14":0.017184,"15":0.045824,"16":0.02864,"17":0.31504,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.92943982532751,"5":0.071495371179039,"6.2":0.22469973799127,_:"7.2"},N:{"10":0,"11":0.1068},J:{"7":0.0017088,"10":0.0068352},R:{_:"0"},M:{"0":0.209328},O:{"0":0.051264},Q:{_:"1.2"},H:{"0":0.42466762886598},L:{"0":52.075184}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MG.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MG.js new file mode 100644 index 0000000..e374ef9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MG.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0.001913,"8":0,"9":0,"10":0,"11":0.005739,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.005739,"32":0,"33":0,"34":0,"35":0,"36":0.001913,"37":0,"38":0,"39":0,"40":0.001913,"41":0,"42":0,"43":0.003826,"44":0,"45":0,"46":0,"47":0,"48":0.001913,"49":0.049738,"50":0,"51":0.003826,"52":0,"53":0,"54":0,"55":0.001913,"56":0.003826,"57":0,"58":0.005739,"59":0.001913,"60":0.003826,"61":0.001913,"62":0.003826,"63":0.007652,"64":0.003826,"65":0.011478,"66":0.003826,"67":0.028695,"68":0.021043,"69":0.053564,"70":1.509357,"71":0.005739,"72":0.005739,"73":0},C:{"2":0,"3":0.015304,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0.003826,"15":0,"16":0.003826,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.001913,"30":0.003826,"31":0.001913,"32":0.017217,"33":0.001913,"34":0,"35":0.001913,"36":0.001913,"37":0.001913,"38":0.003826,"39":0.001913,"40":0.003826,"41":0.001913,"42":0.001913,"43":0.011478,"44":0.001913,"45":0.001913,"46":0.001913,"47":0.024869,"48":0.022956,"49":0.007652,"50":0.003826,"51":0.001913,"52":0.03826,"53":0.005739,"54":0.001913,"55":0.001913,"56":0.009565,"57":0.009565,"58":0.007652,"59":0.011478,"60":0.043999,"61":0.017217,"62":0.045912,"63":0.614073,"64":0.022956,"65":0,"3.5":0,"3.6":0.001913},F:{"9":0,"11":0,"12":0.001913,"15":0.001913,"16":0.003826,"17":0.001913,"18":0.005739,"19":0.009565,"20":0.005739,"21":0.022956,"22":0,"23":0.001913,"24":0,"25":0,"26":0,"27":0,"28":0.003826,"29":0.003826,"30":0.001913,"31":0,"32":0.001913,"33":0.003826,"34":0,"35":0.007652,"36":0.007652,"37":0.007652,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.001913,"44":0,"45":0.001913,"46":0,"47":0.001913,"48":0.003826,"49":0,"50":0,"51":0,"52":0,"53":0.003826,"54":0,"55":0.001913,"56":0.149214,"9.5-9.6":0,"10.0-10.1":0.001913,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0.001913,"12.1":0.013391},E:{"4":0,"5":0.001913,"6":0.001913,"7":0,"8":0,"9":0,"10":0.001913,"11":0.007652,"12":0.032521,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.003826,"10.1":0.003826,"11.1":0.017217},G:{"8":0.012582826778745,"3.2":0.000077671770239167,"4.0-4.1":0,"4.2-4.3":0.000077671770239167,"5.0-5.1":0.00093206124287001,"6.0-6.1":0.000466030621435,"7.0-7.1":0.0017864507155009,"8.1-8.4":0.0043496191333934,"9.0-9.2":0.0024854966476534,"9.3":0.017942178925248,"10.0-10.2":0.021049049734814,"10.3":0.027185119583709,"11.0-11.2":0.049088558791154,"11.3-11.4":0.13064391754228,"12-12.1":0.50750734674272},I:{"3":0.007784549402823,"4":0.97306867535288,_:"67","2.1":0,"2.2":0.007784549402823,"2.3":0.21796738327904,"4.1":0.38144292073833,"4.2-4.3":1.8449382084691,"4.4":0,"4.4.3-4.4.4":3.736583713355},A:{"6":0,"7":0.001913,"8":0.01913,"9":0.001913,"10":0.001913,"11":0.024869,"5.5":0},B:{"12":0.001913,"13":0.005739,"14":0.009565,"15":0.009565,"16":0.001913,"17":0.032521,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.30697591836735,"5":0.02046506122449,"6.2":0.010232530612245,_:"7.2"},N:{"10":0.022731027027027,"11":0.39779297297297},J:{"7":0.0226436,"10":0.0905744},R:{_:"0"},M:{"0":0.258784},O:{"0":14.176511},Q:{_:"1.2"},H:{"0":46.159526070447},L:{"0":7.605734}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MH.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MH.js new file mode 100644 index 0000000..778dc39 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MH.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.100155,"50":0,"51":0,"52":0,"53":0,"54":0,"55":1.348754,"56":0.006677,"57":0.060093,"58":0.006677,"59":0.033385,"60":0,"61":0,"62":0.006677,"63":0.040062,"64":0,"65":0.033385,"66":0.033385,"67":0.073447,"68":0.60093,"69":2.236795,"70":22.982234,"71":0,"72":0.060093,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":1.515679,"45":0.006677,"46":0,"47":0.006677,"48":0.006677,"49":0,"50":0,"51":0,"52":0.006677,"53":0,"54":0,"55":0,"56":0.013354,"57":0,"58":0,"59":0,"60":0.006677,"61":0.020031,"62":0.026708,"63":0.881364,"64":0.086801,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.113509,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.026708,"10":0,"11":0.013354,"12":0.640992,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.020031,"10.1":0.100155,"11.1":0.781209},G:{"8":0.37623803722606,"3.2":0.0023224570199139,"4.0-4.1":0,"4.2-4.3":0.0023224570199139,"5.0-5.1":0.027869484238967,"6.0-6.1":0.013934742119484,"7.0-7.1":0.053416511458021,"8.1-8.4":0.13005759311518,"9.0-9.2":0.074318624637246,"9.3":0.53648757160012,"10.0-10.2":0.62938585239668,"10.3":0.81285995696988,"11.0-11.2":1.4677928365856,"11.3-11.4":3.9063727074952,"12-12.1":15.174934168118},I:{"3":0.0026079163952226,"4":0.32598954940282,_:"67","2.1":0,"2.2":0.0026079163952226,"2.3":0.073021659066232,"4.1":0.12778790336591,"4.2-4.3":0.61807618566775,"4.4":0,"4.4.3-4.4.4":1.2517998697068},A:{"6":0,"7":0,"8":0.060490966887417,"9":0,"10":0.20163655629139,"11":0.75277647682119,"5.5":0},B:{"12":0.006677,"13":0.40062,"14":0.06677,"15":0.033385,"16":0.253726,"17":0.888041,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.6240594,"5":0.1040099,"6.2":0.092453244444444,_:"7.2"},N:{"10":0,"11":0.156181},J:{"7":0.0059814,"10":0.0239256},R:{_:"0"},M:{"0":0},O:{"0":0.53168},Q:{_:"1.2"},H:{"0":0.059774032646048},L:{"0":35.985565}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MK.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MK.js new file mode 100644 index 0000000..41975e4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MK.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.019869,"23":0,"24":0,"25":0,"26":0.013246,"27":0,"28":0.006623,"29":0,"30":0,"31":0.006623,"32":0.006623,"33":0,"34":0.019869,"35":0,"36":0,"37":0,"38":0.059607,"39":0.013246,"40":0,"41":0,"42":0.013246,"43":0.006623,"44":0,"45":0.006623,"46":0.006623,"47":0.052984,"48":0.006623,"49":1.377584,"50":0.019869,"51":0.013246,"52":0.026492,"53":0.026492,"54":0.013246,"55":0.059607,"56":0.019869,"57":0.013246,"58":0.052984,"59":0.033115,"60":0.059607,"61":0.152329,"62":0.370888,"63":0.668923,"64":0.370888,"65":0.496725,"66":0.105968,"67":0.099345,"68":0.139083,"69":0.609316,"70":25.03494,"71":0.072853,"72":0.033115,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0.026492,"14":0,"15":0,"16":0,"17":0.006623,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0.006623,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.006623,"39":0,"40":0,"41":0.006623,"42":0,"43":0.033115,"44":0.006623,"45":0.006623,"46":0,"47":0.026492,"48":0.019869,"49":0.026492,"50":0.013246,"51":0.059607,"52":0.556332,"53":0.006623,"54":0.006623,"55":0.013246,"56":0.046361,"57":0.099345,"58":0.145706,"59":0.086099,"60":0.072853,"61":0.033115,"62":0.139083,"63":3.265139,"64":0.039738,"65":0,"3.5":0,"3.6":0.026492},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0.013246,"31":0.006623,"32":0.006623,"33":0,"34":0,"35":0,"36":0.079476,"37":0,"38":0,"39":0,"40":0.013246,"41":0,"42":0,"43":0.006623,"44":0,"45":0.006623,"46":0,"47":0,"48":0.026492,"49":0.033115,"50":0.019869,"51":0.019869,"52":0.006623,"53":0,"54":0,"55":0,"56":0.920597,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0.006623,"11.6":0,"12.1":0.006623},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.006623,"10":0.006623,"11":0.039738,"12":0.370888,_:"0","3.1":0,"3.2":0,"5.1":0.006623,"6.1":0,"7.1":0,"9.1":0.006623,"10.1":0.026492,"11.1":0.052984},G:{"8":0.16533472290603,"3.2":0.0010205847092965,"4.0-4.1":0,"4.2-4.3":0.0010205847092965,"5.0-5.1":0.012247016511558,"6.0-6.1":0.006123508255779,"7.0-7.1":0.02347344831382,"8.1-8.4":0.057152743720604,"9.0-9.2":0.032658710697488,"9.3":0.23575506784749,"10.0-10.2":0.27657845621935,"10.3":0.35720464825378,"11.0-11.2":0.64500953627539,"11.3-11.4":1.7166234810367,"12-12.1":6.6685004905434},I:{"3":0.00081251465798046,"4":0.10156433224756,_:"67","2.1":0,"2.2":0.00081251465798046,"2.3":0.022750410423453,"4.1":0.039813218241042,"4.2-4.3":0.19256597394137,"4.4":0,"4.4.3-4.4.4":0.39000703583062},A:{"6":0,"7":0.006623,"8":0.105968,"9":0.026492,"10":0.033115,"11":0.46361,"5.5":0},B:{"12":0.006623,"13":0.019869,"14":0.033115,"15":0.059607,"16":0.079476,"17":0.503348,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.31620842564103,"5":0.040801087179487,"6.2":0.21420570769231,_:"7.2"},N:{"10":0,"11":0.06754},J:{"7":0.0013508,"10":0.0054032},R:{_:"0"},M:{"0":0.111441},O:{"0":0.064163},Q:{_:"1.2"},H:{"0":0.1918275257732},L:{"0":46.509237}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ML.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ML.js new file mode 100644 index 0000000..3b15192 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ML.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0.00858,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.002145,"34":0,"35":0,"36":0,"37":0.002145,"38":0.002145,"39":0,"40":0,"41":0,"42":0,"43":0.002145,"44":0,"45":0.002145,"46":0,"47":0,"48":0.002145,"49":0.03861,"50":0,"51":0.002145,"52":0,"53":0,"54":0,"55":0.002145,"56":0,"57":0,"58":0.00858,"59":0.002145,"60":0.00429,"61":0.049335,"62":0,"63":0.045045,"64":0.002145,"65":0.01716,"66":0.00429,"67":0.01287,"68":0.010725,"69":0.057915,"70":1.46289,"71":0.00429,"72":0,"73":0},C:{"2":0,"3":0.16302,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.002145,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.002145,"23":0,"24":0,"25":0,"26":0,"27":0.002145,"28":0,"29":0,"30":0.002145,"31":0,"32":0.00429,"33":0,"34":0.002145,"35":0.002145,"36":0,"37":0,"38":0.002145,"39":0.002145,"40":0.00429,"41":0.00858,"42":0.002145,"43":0.006435,"44":0.002145,"45":0,"46":0,"47":0.006435,"48":0.00429,"49":0.015015,"50":0.002145,"51":0.002145,"52":0.01287,"53":0.002145,"54":0,"55":0,"56":0.006435,"57":0.019305,"58":0.002145,"59":0.006435,"60":0.006435,"61":0.00858,"62":0.03861,"63":0.941655,"64":0.02145,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0.006435,"16":0.002145,"17":0,"18":0,"19":0,"20":0.010725,"21":0,"22":0,"23":0.015015,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0.002145,"31":0,"32":0,"33":0,"34":0,"35":0.019305,"36":0,"37":0,"38":0.002145,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0.00429,"53":0,"54":0,"55":0.002145,"56":0.14157,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.006435},E:{"4":0,"5":0.002145,"6":0,"7":0,"8":0.00429,"9":0.002145,"10":0.027885,"11":0.019305,"12":0.075075,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.00429,"10.1":0.062205,"11.1":0.032175},G:{"8":0.067853569498649,"3.2":0.00041884919443611,"4.0-4.1":0,"4.2-4.3":0.00041884919443611,"5.0-5.1":0.0050261903332333,"6.0-6.1":0.0025130951666166,"7.0-7.1":0.0096335314720304,"8.1-8.4":0.023455554888422,"9.0-9.2":0.013403174221955,"9.3":0.09675416391474,"10.0-10.2":0.11350813169218,"10.3":0.14659721805264,"11.0-11.2":0.26471269088362,"11.3-11.4":0.70450434504153,"12-12.1":2.7367606364455},I:{"3":0.0020947285559175,"4":0.26184106948969,_:"67","2.1":0,"2.2":0.0020947285559175,"2.3":0.058652399565689,"4.1":0.10264169923996,"4.2-4.3":0.49645066775244,"4.4":0,"4.4.3-4.4.4":1.0054697068404},A:{"6":0,"7":0,"8":0.015219285714286,"9":0.023916020408163,"10":0.021741836734694,"11":0.25872785714286,"5.5":0},B:{"12":0.01287,"13":0.006435,"14":0.023595,"15":0.00858,"16":0.019305,"17":0.117975,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.9286181,"5":0.1614988,"6.2":0.151405125,_:"7.2"},N:{"10":0.045080869565217,"11":0.21413413043478},J:{"7":0.003142,"10":0.012568},R:{_:"0"},M:{"0":0.117825},O:{"0":17.870125},Q:{_:"1.2"},H:{"0":9.0206037199313},L:{"0":52.761585}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MM.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MM.js new file mode 100644 index 0000000..6772161 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MM.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.007142,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.017855,"23":0,"24":0.003571,"25":0,"26":0,"27":0,"28":0,"29":0.007142,"30":0.003571,"31":0.010713,"32":0.014284,"33":0.003571,"34":0,"35":0.003571,"36":0,"37":0.024997,"38":0.010713,"39":0.003571,"40":0.010713,"41":0,"42":0,"43":0.003571,"44":0,"45":0,"46":0.003571,"47":0,"48":0,"49":0.007142,"50":0.003571,"51":0.003571,"52":0,"53":0.003571,"54":0,"55":0.017855,"56":0.003571,"57":0.010713,"58":0.032139,"59":0.017855,"60":0.028568,"61":0.053565,"62":0.021426,"63":0.028568,"64":0.014284,"65":0.017855,"66":0.017855,"67":0.078562,"68":0.067849,"69":0.167837,"70":4.660155,"71":0.014284,"72":0.007142,"73":0},C:{"2":0.003571,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.003571,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0.003571,"19":0.003571,"20":0,"21":0.003571,"22":0,"23":0.003571,"24":0.003571,"25":0.003571,"26":0.007142,"27":0.003571,"28":0.003571,"29":0.007142,"30":0.010713,"31":0.003571,"32":0.003571,"33":0.003571,"34":0.010713,"35":0.014284,"36":0.017855,"37":0.021426,"38":0.021426,"39":0.014284,"40":0.014284,"41":0.032139,"42":0.024997,"43":0.064278,"44":0.049994,"45":0.021426,"46":0.010713,"47":0.103559,"48":0.060707,"49":0.028568,"50":0.03571,"51":0.007142,"52":0.039281,"53":0.028568,"54":0.017855,"55":0.021426,"56":0.074991,"57":0.074991,"58":0.049994,"59":0.049994,"60":0.089275,"61":0.135698,"62":0.264254,"63":2.838945,"64":0.496369,"65":0.003571,"3.5":0,"3.6":0.003571},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.007142,"35":0,"36":0,"37":0.171408,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.003571,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.196405,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0.003571,"8":0.003571,"9":0.007142,"10":0.007142,"11":0.032139,"12":0.217831,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.010713,"10.1":0.028568,"11.1":0.053565},G:{"8":0.11035411468028,"3.2":0.00068119823876714,"4.0-4.1":0,"4.2-4.3":0.00068119823876714,"5.0-5.1":0.0081743788652056,"6.0-6.1":0.0040871894326028,"7.0-7.1":0.015667559491644,"8.1-8.4":0.03814710137096,"9.0-9.2":0.021798343640548,"9.3":0.15735679315521,"10.0-10.2":0.18460472270589,"10.3":0.2384193835685,"11.0-11.2":0.43051728690083,"11.3-11.4":1.1457754376063,"12-12.1":4.4509492921045},I:{"3":0.0057415190010858,"4":0.71768987513572,_:"67","2.1":0,"2.2":0.0057415190010858,"2.3":0.1607625320304,"4.1":0.2813344310532,"4.2-4.3":1.3607400032573,"4.4":0,"4.4.3-4.4.4":2.7559291205212},A:{"6":0,"7":0,"8":0.0073460571428571,"9":0,"10":0.0036730285714286,"11":0.11753691428571,"5.5":0},B:{"12":0.014284,"13":0.003571,"14":0.007142,"15":0.014284,"16":0.028568,"17":0.164266,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.87243730038023,"5":0.14202467680608,"6.2":0.13188005703422,_:"7.2"},N:{"10":0,"11":0},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.732906},O:{"0":5.91468},Q:{_:"1.2"},H:{"0":1.4972942164948},L:{"0":61.727347}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MN.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MN.js new file mode 100644 index 0000000..da0d8af --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MN.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.014344,"12":0.014344,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.007172,"23":0.057376,"24":0,"25":0.007172,"26":0.014344,"27":0,"28":0.007172,"29":0,"30":0.014344,"31":0.007172,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.014344,"39":0,"40":0.021516,"41":0,"42":0,"43":0.014344,"44":0.007172,"45":0.007172,"46":0.007172,"47":0,"48":0,"49":0.243848,"50":0.021516,"51":0.021516,"52":0.043032,"53":0.014344,"54":0.057376,"55":0.021516,"56":0.021516,"57":0.28688,"58":0.07172,"59":0.050204,"60":0.100408,"61":0.014344,"62":0.021516,"63":0.086064,"64":0.03586,"65":0.437492,"66":0.093236,"67":0.1793,"68":0.21516,"69":0.781748,"70":35.257552,"71":0.078892,"72":0.043032,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0.007172,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0.007172,"36":0,"37":0,"38":0.007172,"39":0,"40":0,"41":0,"42":0,"43":0.014344,"44":0.007172,"45":0.007172,"46":0,"47":0.043032,"48":0.03586,"49":0.007172,"50":0.007172,"51":0.007172,"52":0.064548,"53":0.007172,"54":0.043032,"55":0.014344,"56":0.028688,"57":0.03586,"58":0.007172,"59":0.014344,"60":0.043032,"61":0.03586,"62":0.129096,"63":3.779644,"64":0.222332,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.007172,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":2.732532,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.014344,"10":0.021516,"11":0.164956,"12":0.50204,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.021516,"10.1":0.057376,"11.1":0.10758},G:{"8":0.20043587391174,"3.2":0.0012372584809367,"4.0-4.1":0,"4.2-4.3":0.0012372584809367,"5.0-5.1":0.01484710177124,"6.0-6.1":0.0074235508856199,"7.0-7.1":0.028456945061543,"8.1-8.4":0.069286474932453,"9.0-9.2":0.039592271389973,"9.3":0.28580670909637,"10.0-10.2":0.33529704833383,"10.3":0.43304046832783,"11.0-11.2":0.78194735995197,"11.3-11.4":2.0810687649355,"12-12.1":8.0842469144401},I:{"3":0.00476976330076,"4":0.59622041259501,_:"67","2.1":0,"2.2":0.00476976330076,"2.3":0.13355337242128,"4.1":0.23371840173724,"4.2-4.3":1.1304339022801,"4.4":0,"4.4.3-4.4.4":2.2894863843648},A:{"6":0,"7":0,"8":0.0552244,"9":0.0157784,"10":0.0078892,"11":0.39446,"5.5":0},B:{"12":0.021516,"13":0.021516,"14":0.021516,"15":0.064548,"16":0.050204,"17":0.666996,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.420350078329,"5":0.202907154047,"6.2":0.202907154047,_:"7.2"},N:{"10":0,"11":0.019796},J:{"7":0.002828,"10":0.011312},R:{_:"0"},M:{"0":0.090496},O:{"0":0.279972},Q:{_:"1.2"},H:{"0":0.091030501718213},L:{"0":27.360332}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MO.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MO.js new file mode 100644 index 0000000..e473b87 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MO.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.006126,"23":0,"24":0,"25":0,"26":0.006126,"27":0,"28":0,"29":0,"30":0,"31":0.012252,"32":0,"33":0,"34":0.03063,"35":0,"36":0.006126,"37":0,"38":0.042882,"39":0,"40":0.03063,"41":0,"42":0.006126,"43":0.006126,"44":0.006126,"45":0.012252,"46":0.024504,"47":0.024504,"48":0.012252,"49":0.33693,"50":0.006126,"51":0.042882,"52":0.012252,"53":0.018378,"54":0.012252,"55":0.159276,"56":0.073512,"57":0.067386,"58":0.024504,"59":0.055134,"60":0.055134,"61":0.079638,"62":0.098016,"63":0.992412,"64":0.159276,"65":0.177654,"66":0.27567,"67":0.330804,"68":1.078176,"69":1.568256,"70":17.036406,"71":0.036756,"72":0.012252,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0.006126,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.006126,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.006126,"44":0,"45":0,"46":0.006126,"47":0.006126,"48":0.006126,"49":0,"50":0.006126,"51":0,"52":0.055134,"53":0,"54":0,"55":0.012252,"56":0.012252,"57":0.036756,"58":0,"59":0.024504,"60":0.018378,"61":0.024504,"62":0.067386,"63":1.182318,"64":0.006126,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.006126,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.116394,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0.006126,"8":0.018378,"9":0.03063,"10":0.067386,"11":0.18378,"12":1.50087,_:"0","3.1":0,"3.2":0,"5.1":0.006126,"6.1":0,"7.1":0,"9.1":0.208284,"10.1":0.189906,"11.1":0.722868},G:{"8":0.77361210567397,"3.2":0.0047753833683579,"4.0-4.1":0,"4.2-4.3":0.0047753833683579,"5.0-5.1":0.057304600420294,"6.0-6.1":0.028652300210147,"7.0-7.1":0.10983381747223,"8.1-8.4":0.26742146862804,"9.0-9.2":0.15281226778745,"9.3":1.1031135580907,"10.0-10.2":1.294128892825,"10.3":1.6713841789252,"11.0-11.2":3.0180422888022,"11.3-11.4":8.0321948255779,"12-12.1":31.20235492885},I:{"3":0.00084710966340934,"4":0.10588870792617,_:"67","2.1":0,"2.2":0.00084710966340934,"2.3":0.023719070575461,"4.1":0.041508373507058,"4.2-4.3":0.20076499022801,"4.4":0,"4.4.3-4.4.4":0.40661263843648},A:{"6":0,"7":0,"8":0.071028486486486,"9":0.071028486486486,"10":0.083942756756757,"11":1.9242262702703,"5.5":0},B:{"12":0.012252,"13":0.006126,"14":0.03063,"15":0.03063,"16":0.128646,"17":0.82701,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.33764968421053,"5":0.033764968421053,"6.2":0.045019957894737,_:"7.2"},N:{"10":0,"11":0.01937},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.120094},O:{"0":0.461006},Q:{_:"1.2"},H:{"0":0.1063619347079},L:{"0":15.5825}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MP.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MP.js new file mode 100644 index 0000000..0f5b85f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MP.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.007535,"38":0.022605,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.18084,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.007535,"56":0,"57":0.01507,"58":0.13563,"59":0,"60":0,"61":0.007535,"62":0,"63":0.745965,"64":0.067815,"65":0,"66":0.007535,"67":0.16577,"68":0.12056,"69":2.448875,"70":30.177675,"71":0.007535,"72":0,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0.022605,"47":0.07535,"48":0,"49":0,"50":0.007535,"51":0,"52":0.007535,"53":0,"54":0.007535,"55":0,"56":0,"57":0,"58":0,"59":0,"60":0,"61":0.007535,"62":0.03014,"63":4.513465,"64":0,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0.007535,"25":0,"26":0,"27":0,"28":0,"29":0.022605,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.067815,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.007535,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.04521,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.007535,"9":0,"10":0.022605,"11":0.04521,"12":0.6028,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.01507,"10.1":0.3014,"11.1":1.26588},G:{"8":0.32271695286701,"3.2":0.0019920799559692,"4.0-4.1":0,"4.2-4.3":0.0019920799559692,"5.0-5.1":0.02390495947163,"6.0-6.1":0.011952479735815,"7.0-7.1":0.045817838987291,"8.1-8.4":0.11155647753427,"9.0-9.2":0.063746558591014,"9.3":0.46017046982888,"10.0-10.2":0.53985366806765,"10.3":0.69722798458921,"11.0-11.2":1.2589945321725,"11.3-11.4":3.3506784859402,"12-12.1":13.016250432303},I:{"3":0.0022666015200869,"4":0.28332519001086,_:"67","2.1":0,"2.2":0.0022666015200869,"2.3":0.063464842562432,"4.1":0.11106347448426,"4.2-4.3":0.53718456026059,"4.4":0,"4.4.3-4.4.4":1.0879687296417},A:{"6":0,"7":0,"8":0,"9":0.007535,"10":0,"11":1.91389,"5.5":0},B:{"12":0.218515,"13":0.007535,"14":0.04521,"15":0,"16":0.03014,"17":2.222825,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.110925,"5":0.3438675,"6.2":0,_:"7.2"},N:{"10":0,"11":0},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.027115},O:{"0":0.45356},Q:{_:"1.2"},H:{"0":0.32205097938144},L:{"0":26.5387}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MQ.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MQ.js new file mode 100644 index 0000000..dbd65f8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MQ.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.01371,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.006855,"32":0,"33":0.006855,"34":0.020565,"35":0,"36":0,"37":0,"38":0.061695,"39":0.034275,"40":0.006855,"41":0,"42":0,"43":0,"44":0,"45":0.006855,"46":0.006855,"47":0,"48":0,"49":0.20565,"50":0,"51":0,"52":0,"53":0.006855,"54":0.020565,"55":0.01371,"56":0.006855,"57":0.01371,"58":0.06855,"59":0.02742,"60":0.006855,"61":0.006855,"62":0.034275,"63":0.1371,"64":0.047985,"65":0.075405,"66":0.130245,"67":0.1371,"68":0.157665,"69":1.062525,"70":20.51016,"71":0.04113,"72":0.034275,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0.09597,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.020565,"35":0,"36":0,"37":0,"38":0.006855,"39":0,"40":0,"41":0,"42":0,"43":0.006855,"44":0.01371,"45":0.006855,"46":0,"47":0.01371,"48":0.157665,"49":0,"50":0,"51":0.006855,"52":0.02742,"53":0,"54":0.006855,"55":0,"56":0.04113,"57":0.034275,"58":0,"59":0.05484,"60":0.05484,"61":0.04113,"62":0.171375,"63":3.283545,"64":0.020565,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.05484,"32":0,"33":0,"34":0,"35":0,"36":0.01371,"37":0,"38":0,"39":0,"40":0.020565,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.01371,"49":0.047985,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.65808,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0.006855,"6":0,"7":0.034275,"8":0,"9":0.020565,"10":0.04113,"11":0.157665,"12":2.927085,_:"0","3.1":0,"3.2":0,"5.1":0.006855,"6.1":0,"7.1":0,"9.1":0.08226,"10.1":0.267345,"11.1":0.651225},G:{"8":0.24415092464725,"3.2":0.0015071044731312,"4.0-4.1":0,"4.2-4.3":0.0015071044731312,"5.0-5.1":0.018085253677574,"6.0-6.1":0.0090426268387872,"7.0-7.1":0.034663402882017,"8.1-8.4":0.084397850495347,"9.0-9.2":0.048227343140198,"9.3":0.34814113329331,"10.0-10.2":0.40842531221855,"10.3":0.52748656559592,"11.0-11.2":0.95249002701891,"11.3-11.4":2.5349497238067,"12-12.1":9.8474206274392},I:{"3":0.00092045602605863,"4":0.11505700325733,_:"67","2.1":0,"2.2":0.00092045602605863,"2.3":0.025772768729642,"4.1":0.045102345276873,"4.2-4.3":0.2181480781759,"4.4":0,"4.4.3-4.4.4":0.44181889250814},A:{"6":0,"7":0,"8":0.006855,"9":0.01371,"10":0.01371,"11":1.473825,"5.5":0},B:{"12":0.02742,"13":0.01371,"14":0.02742,"15":0.12339,"16":0.253635,"17":3.5646,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.79351876430206,"5":0.11795549199085,"6.2":0.16084839816934,_:"7.2"},N:{"10":0,"11":0.0629},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.179265},O:{"0":0.028305},Q:{_:"1.2"},H:{"0":0.071459587628866},L:{"0":36.850875}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MR.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MR.js new file mode 100644 index 0000000..1967cad --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MR.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0.002208,"8":0,"9":0.002208,"10":0.002208,"11":0.002208,"12":0,"13":0,"14":0.002208,"15":0,"16":0.004416,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.002208,"23":0.002208,"24":0,"25":0.002208,"26":0,"27":0,"28":0.002208,"29":0.28704,"30":0,"31":0.002208,"32":0,"33":0.004416,"34":0.002208,"35":0.002208,"36":0,"37":0,"38":0.002208,"39":0.002208,"40":0.015456,"41":0.002208,"42":0,"43":0.061824,"44":0,"45":0.002208,"46":0,"47":0.002208,"48":0,"49":0.068448,"50":0.002208,"51":0.002208,"52":0.002208,"53":0.002208,"54":0,"55":0.004416,"56":0.002208,"57":0.006624,"58":0.01104,"59":0.006624,"60":0.002208,"61":0.015456,"62":0.008832,"63":0.057408,"64":0.017664,"65":0.0552,"66":0.02208,"67":0.035328,"68":0.015456,"69":0.103776,"70":1.991616,"71":0.006624,"72":0.004416,"73":0},C:{"2":0,"3":0.004416,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.01104,"12":0.002208,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.002208,"30":0,"31":0,"32":0,"33":0,"34":0.004416,"35":0,"36":0,"37":0,"38":0.002208,"39":0,"40":0,"41":0,"42":0,"43":0.006624,"44":0.002208,"45":0.004416,"46":0.002208,"47":0.008832,"48":0.004416,"49":0.004416,"50":0.002208,"51":0,"52":0.041952,"53":0,"54":0,"55":0,"56":0.03312,"57":0.002208,"58":0.002208,"59":0,"60":0.015456,"61":0.002208,"62":0.028704,"63":0.448224,"64":0.008832,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0.002208,"15":0,"16":0.004416,"17":0,"18":0,"19":0.002208,"20":0.004416,"21":0,"22":0.004416,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0.008832,"31":0,"32":0,"33":0.002208,"34":0,"35":0,"36":0.002208,"37":0,"38":0,"39":0,"40":0,"41":0.002208,"42":0.004416,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.1104,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.048576},E:{"4":0.004416,"5":0,"6":0,"7":0,"8":0,"9":0.002208,"10":0.004416,"11":0.002208,"12":0.048576,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.004416,"10.1":0.004416,"11.1":0.006624},G:{"8":0.09242569318523,"3.2":0.0005705289702792,"4.0-4.1":0,"4.2-4.3":0.0005705289702792,"5.0-5.1":0.0068463476433503,"6.0-6.1":0.0034231738216752,"7.0-7.1":0.013122166316421,"8.1-8.4":0.031949622335635,"9.0-9.2":0.018256927048934,"9.3":0.13179219213449,"10.0-10.2":0.15461335094566,"10.3":0.19968513959772,"11.0-11.2":0.36057430921645,"11.3-11.4":0.95962972800961,"12-12.1":3.7278362918043},I:{"3":0.0062894419109663,"4":0.78618023887079,_:"67","2.1":0,"2.2":0.0062894419109663,"2.3":0.17610437350706,"4.1":0.30818265363735,"4.2-4.3":1.490597732899,"4.4":0,"4.4.3-4.4.4":3.0189321172638},A:{"6":0.0053091235955056,"7":0,"8":0.076982292134831,"9":0.010618247191011,"10":0.031854741573034,"11":0.11149159550562,"5.5":0},B:{"12":0.006624,"13":0.002208,"14":0.015456,"15":0.004416,"16":0.008832,"17":0.039744,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":2.8094438843931,"5":0.24429946820809,"6.2":0.33591176878613,_:"7.2"},N:{"10":0.012986666666667,"11":0.025973333333333},J:{"7":0.0015584,"10":0.0062336},R:{_:"0"},M:{"0":0.085712},O:{"0":2.797328},Q:{_:"1.2"},H:{"0":3.8876590790378},L:{"0":69.313872}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MS.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MS.js new file mode 100644 index 0000000..a04bc9d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MS.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0.008358,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.117012,"50":0,"51":0.008358,"52":0,"53":0.008358,"54":0,"55":0.025074,"56":0.033432,"57":0,"58":0.016716,"59":0,"60":0.008358,"61":0,"62":0.016716,"63":0.367752,"64":0,"65":2.616054,"66":0.033432,"67":0.16716,"68":0.033432,"69":0.284172,"70":46.17795,"71":0,"72":0.08358,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.016716,"46":0,"47":0,"48":0.008358,"49":0.033432,"50":0.016716,"51":0.008358,"52":0,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0,"59":0,"60":0,"61":0,"62":0.008358,"63":2.457252,"64":0.016716,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.04179,"37":0,"38":0.016716,"39":0.008358,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0.12537,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.401184,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.008358,"9":0,"10":0,"11":0.033432,"12":2.866794,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.033432,"10.1":0.008358,"11.1":1.771896},G:{"8":0.11306766736716,"3.2":0.0006979485639948,"4.0-4.1":0,"4.2-4.3":0.0006979485639948,"5.0-5.1":0.0083753827679376,"6.0-6.1":0.0041876913839688,"7.0-7.1":0.01605281697188,"8.1-8.4":0.039085119583709,"9.0-9.2":0.022334354047833,"9.3":0.1612261182828,"10.0-10.2":0.18914406084259,"10.3":0.24428199739818,"11.0-11.2":0.44110349244471,"11.3-11.4":1.1739494846392,"12-12.1":4.560395917142},I:{"3":0.0021352985884908,"4":0.26691232356135,_:"67","2.1":0,"2.2":0.0021352985884908,"2.3":0.059788360477742,"4.1":0.10462963083605,"4.2-4.3":0.50606576547231,"4.4":0,"4.4.3-4.4.4":1.0249433224756},A:{"6":0,"7":0,"8":0.200592,"9":0.016716,"10":0.04179,"11":1.771896,"5.5":0},B:{"12":0.025074,"13":0.242382,"14":0.091938,"15":0.050148,"16":0.142086,"17":2.875152,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.020746038461538,"5":0.010373019230769,"6.2":0.23857944230769,_:"7.2"},N:{"10":0,"11":0.037766},J:{"7":0.014778,"10":0.059112},R:{_:"0"},M:{"0":0},O:{"0":0.018062},Q:{_:"1.2"},H:{"0":0.14146309621993},L:{"0":24.923502}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MT.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MT.js new file mode 100644 index 0000000..1a29146 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MT.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0.007375,"22":0.007375,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.376125,"30":0,"31":0,"32":0,"33":0,"34":0.007375,"35":0,"36":0,"37":0,"38":0.01475,"39":0,"40":0.04425,"41":0,"42":0,"43":0.007375,"44":0.007375,"45":0,"46":0,"47":0.007375,"48":0,"49":0.5015,"50":0.007375,"51":0.007375,"52":0,"53":0.0295,"54":0.007375,"55":0.022125,"56":0.022125,"57":0.022125,"58":0.0295,"59":0.007375,"60":0.059,"61":0.051625,"62":0.051625,"63":0.0885,"64":0.0295,"65":0.0885,"66":0.081125,"67":0.228625,"68":0.154875,"69":1.46025,"70":30.259625,"71":0.036875,"72":0.022125,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0.01475,"48":0.036875,"49":0.007375,"50":0,"51":0.007375,"52":0.059,"53":0.007375,"54":0.01475,"55":0,"56":0.007375,"57":0.007375,"58":0.007375,"59":0.01475,"60":0.022125,"61":0.066375,"62":0.07375,"63":1.733125,"64":0.059,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.007375,"37":0.007375,"38":0,"39":0,"40":0.007375,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.0295,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.5605,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.01475},E:{"4":0,"5":0,"6":0,"7":0.007375,"8":0.007375,"9":0.007375,"10":0.04425,"11":0.125375,"12":2.160875,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.066375,"10.1":0.154875,"11.1":0.413},G:{"8":0.27754232963074,"3.2":0.0017132242569799,"4.0-4.1":0,"4.2-4.3":0.0017132242569799,"5.0-5.1":0.020558691083759,"6.0-6.1":0.010279345541879,"7.0-7.1":0.039404157910537,"8.1-8.4":0.095940558390874,"9.0-9.2":0.054823176223356,"9.3":0.39575480336235,"10.0-10.2":0.46428377364155,"10.3":0.59962848994296,"11.0-11.2":1.0827577304113,"11.3-11.4":2.8816432002402,"12-12.1":11.194207295107},I:{"3":0.00089725841476656,"4":0.11215730184582,_:"67","2.1":0,"2.2":0.00089725841476656,"2.3":0.025123235613464,"4.1":0.043965662323561,"4.2-4.3":0.21265024429967,"4.4":0,"4.4.3-4.4.4":0.43068403908795},A:{"6":0,"7":0,"8":0.029623949579832,"9":0.014811974789916,"10":0.029623949579832,"11":1.6885651260504,"5.5":0},B:{"12":0.01475,"13":0.036875,"14":0.04425,"15":0.125375,"16":0.125375,"17":1.998625,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.27390597345133,"5":0.021069690265487,"6.2":0.073743915929204,_:"7.2"},N:{"10":0,"11":0.039375},J:{"7":0.000525,"10":0.0021},R:{_:"0"},M:{"0":0.06825},O:{"0":0.144375},Q:{_:"1.2"},H:{"0":0.10934793814433},L:{"0":30.29625}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MU.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MU.js new file mode 100644 index 0000000..1b62cba --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MU.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.006277,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.025108,"23":0,"24":0,"25":0,"26":0.006277,"27":0,"28":0,"29":0,"30":0,"31":0.012554,"32":0,"33":0,"34":0.031385,"35":0,"36":0,"37":0,"38":0.056493,"39":0.006277,"40":0.012554,"41":0.006277,"42":0,"43":0.018831,"44":0.006277,"45":0,"46":0.006277,"47":0,"48":0.006277,"49":0.495883,"50":0.006277,"51":0.012554,"52":0.006277,"53":0.081601,"54":0.012554,"55":0.012554,"56":0.025108,"57":0.018831,"58":0.043939,"59":0.025108,"60":0.018831,"61":0.018831,"62":0.050216,"63":0.150648,"64":0.050216,"65":0.31385,"66":0.06277,"67":0.175756,"68":0.194587,"69":0.75324,"70":21.253922,"71":0.06277,"72":0.056493,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.006277,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0.006277,"42":0.006277,"43":0.006277,"44":0.006277,"45":0.043939,"46":0.006277,"47":0.012554,"48":0.12554,"49":0.012554,"50":0.006277,"51":0.006277,"52":0.112986,"53":0.006277,"54":0.006277,"55":0,"56":0.025108,"57":0.012554,"58":0.006277,"59":0.018831,"60":0.075324,"61":0.043939,"62":0.131817,"63":2.686556,"64":0.150648,"65":0,"3.5":0,"3.6":0.012554},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.006277,"21":0.006277,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.012554,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.012554,"37":0.006277,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.025108,"46":0,"47":0,"48":0.006277,"49":0.037662,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.006277,"56":0.665362,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.006277},E:{"4":0,"5":0.012554,"6":0,"7":0.018831,"8":0.012554,"9":0.006277,"10":0.081601,"11":0.150648,"12":1.186353,_:"0","3.1":0,"3.2":0,"5.1":0.006277,"6.1":0,"7.1":0.006277,"9.1":0.194587,"10.1":0.138094,"11.1":0.746963},G:{"8":0.13880334434104,"3.2":0.00085681076753728,"4.0-4.1":0,"4.2-4.3":0.00085681076753728,"5.0-5.1":0.010281729210447,"6.0-6.1":0.0051408646052237,"7.0-7.1":0.019706647653357,"8.1-8.4":0.047981402982087,"9.0-9.2":0.027417944561193,"9.3":0.19792328730111,"10.0-10.2":0.2321957180026,"10.3":0.29988376863805,"11.0-11.2":0.54150440508356,"11.3-11.4":1.4411557109977,"12-12.1":5.5984015550886},I:{"3":0.0014666948968512,"4":0.18333686210641,_:"67","2.1":0,"2.2":0.0014666948968512,"2.3":0.041067457111835,"4.1":0.071868049945711,"4.2-4.3":0.34760669055375,"4.4":0,"4.4.3-4.4.4":0.7040135504886},A:{"6":0,"7":0,"8":0.031385,"9":0.018831,"10":0.012554,"11":0.772071,"5.5":0},B:{"12":0.018831,"13":0.025108,"14":0.056493,"15":0.075324,"16":0.131817,"17":0.897611,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.96873539130435,"5":0.061834173913043,"6.2":0.32978226086957,_:"7.2"},N:{"10":0.0142715,"11":0.1569865},J:{"7":0.0022338,"10":0.0089352},R:{_:"0"},M:{"0":0.130305},O:{"0":1.176468},Q:{_:"1.2"},H:{"0":1.7447244587629},L:{"0":44.314604}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MV.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MV.js new file mode 100644 index 0000000..66f35f2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MV.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.004929,"30":0.009858,"31":0,"32":0.004929,"33":0.004929,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0.004929,"40":0,"41":0,"42":0.004929,"43":0.004929,"44":0,"45":0.004929,"46":0.004929,"47":0.004929,"48":0,"49":0.04929,"50":0.004929,"51":0,"52":0.004929,"53":0.004929,"54":0.004929,"55":0.044361,"56":0.014787,"57":0.034503,"58":0.014787,"59":0.014787,"60":0.009858,"61":0.009858,"62":0.004929,"63":0.128154,"64":0.088722,"65":0.19716,"66":0.019716,"67":0.088722,"68":0.064077,"69":0.630912,"70":12.987915,"71":0.064077,"72":0.009858,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0.004929,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.004929,"44":0.004929,"45":0.004929,"46":0,"47":0.024645,"48":0.009858,"49":0.014787,"50":0.004929,"51":0.014787,"52":0.029574,"53":0.004929,"54":0.004929,"55":0.014787,"56":0.009858,"57":0.019716,"58":0.034503,"59":0.019716,"60":0.024645,"61":0.039432,"62":0.128154,"63":1.523061,"64":0.167586,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.014787,"33":0,"34":0,"35":0,"36":0,"37":0.078864,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0.004929,"51":0,"52":0.004929,"53":0,"54":0,"55":0,"56":0.167586,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.004929},E:{"4":0,"5":0,"6":0,"7":0,"8":0.004929,"9":0.004929,"10":0.024645,"11":0.019716,"12":0.556977,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.014787,"10.1":0.034503,"11.1":0.103509},G:{"8":0.31130499069349,"3.2":0.0019216357450215,"4.0-4.1":0,"4.2-4.3":0.0019216357450215,"5.0-5.1":0.023059628940258,"6.0-6.1":0.011529814470129,"7.0-7.1":0.044197622135495,"8.1-8.4":0.1076116017212,"9.0-9.2":0.061492343840688,"9.3":0.44389785709997,"10.0-10.2":0.52076328690083,"10.3":0.67257251075753,"11.0-11.2":1.2144737908536,"11.3-11.4":3.2321913231262,"12-12.1":12.555967957971},I:{"3":0.00075041910966341,"4":0.093802388707926,_:"67","2.1":0,"2.2":0.00075041910966341,"2.3":0.021011735070575,"4.1":0.036770536373507,"4.2-4.3":0.17784932899023,"4.4":0,"4.4.3-4.4.4":0.36020117263844},A:{"6":0,"7":0,"8":0.010574945454545,"9":0.021149890909091,"10":0.0052874727272727,"11":0.25379869090909,"5.5":0},B:{"12":0.009858,"13":0.024645,"14":0.019716,"15":0.039432,"16":0.073935,"17":0.418965,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.5803346744186,"5":0.11199441085271,"6.2":0.12217572093023,_:"7.2"},N:{"10":0,"11":0.030426},J:{"7":0.0010142,"10":0.0040568},R:{_:"0"},M:{"0":0.319473},O:{"0":2.368157},Q:{_:"1.2"},H:{"0":1.2194273780069},L:{"0":51.630845}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MW.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MW.js new file mode 100644 index 0000000..92f3dd6 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MW.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.007496,"12":0,"13":0,"14":0.011244,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.003748,"23":0,"24":0.007496,"25":0,"26":0.003748,"27":0,"28":0,"29":0,"30":0,"31":0.003748,"32":0,"33":0.011244,"34":0,"35":0.003748,"36":0.007496,"37":0,"38":0,"39":0,"40":0.01874,"41":0,"42":0.003748,"43":0.014992,"44":0.003748,"45":0.011244,"46":0.026236,"47":0.003748,"48":0.007496,"49":0.029984,"50":0.007496,"51":0.029984,"52":0.026236,"53":0.003748,"54":0.003748,"55":0.026236,"56":0.007496,"57":0.003748,"58":0.029984,"59":0.003748,"60":0.014992,"61":0.007496,"62":0.014992,"63":0.01874,"64":0.011244,"65":0.03748,"66":0.041228,"67":0.138676,"68":0.078708,"69":0.251116,"70":4.79744,"71":0.033732,"72":0.007496,"73":0},C:{"2":0,"3":0.011244,"4":0,"5":0.003748,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.003748,"13":0.003748,"14":0,"15":0.003748,"16":0.003748,"17":0.003748,"18":0.003748,"19":0.003748,"20":0.003748,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.003748,"27":0,"28":0,"29":0.003748,"30":0,"31":0,"32":0.003748,"33":0,"34":0.007496,"35":0.007496,"36":0.003748,"37":0.003748,"38":0.003748,"39":0.007496,"40":0.011244,"41":0.011244,"42":0.003748,"43":0.108692,"44":0.011244,"45":0.007496,"46":0.007496,"47":0.03748,"48":0.007496,"49":0.014992,"50":0.003748,"51":0,"52":0.03748,"53":0.014992,"54":0.022488,"55":0.007496,"56":0.022488,"57":0.07496,"58":0.033732,"59":0.014992,"60":0.052472,"61":0.153668,"62":0.183652,"63":1.562916,"64":0.2811,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0.003748,"16":0.003748,"17":0,"18":0.003748,"19":0.014992,"20":0.014992,"21":0.007496,"22":0.003748,"23":0.007496,"24":0,"25":0,"26":0,"27":0,"28":0.007496,"29":0,"30":0.007496,"31":0,"32":0.011244,"33":0.007496,"34":0.007496,"35":0.011244,"36":0.007496,"37":0.03748,"38":0,"39":0,"40":0,"41":0,"42":0.003748,"43":0.003748,"44":0,"45":0.007496,"46":0.022488,"47":0,"48":0.003748,"49":0,"50":0,"51":0.003748,"52":0,"53":0.026236,"54":0.041228,"55":0.022488,"56":0.475996,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0.003748,"12.1":0.179904},E:{"4":0,"5":0,"6":0,"7":0,"8":0.003748,"9":0.003748,"10":0.026236,"11":0.03748,"12":0.382296,_:"0","3.1":0,"3.2":0,"5.1":0.01874,"6.1":0,"7.1":0.003748,"9.1":0.007496,"10.1":0.041228,"11.1":0.119936},G:{"8":0.049445908135695,"3.2":0.00030522165515861,"4.0-4.1":0,"4.2-4.3":0.00030522165515861,"5.0-5.1":0.0036626598619033,"6.0-6.1":0.0018313299309517,"7.0-7.1":0.0070200980686481,"8.1-8.4":0.017092412688882,"9.0-9.2":0.0097670929650756,"9.3":0.070506202341639,"10.0-10.2":0.082715068547984,"10.3":0.10682757930551,"11.0-11.2":0.19290008606024,"11.3-11.4":0.51338282397678,"12-12.1":1.9943182948064},I:{"3":0.0044248425624321,"4":0.55310532030402,_:"67","2.1":0,"2.2":0.0044248425624321,"2.3":0.1238955917481,"4.1":0.21681728555917,"4.2-4.3":1.0486876872964,"4.4":0,"4.4.3-4.4.4":2.1239244299674},A:{"6":0,"7":0,"8":0.041401957805907,"9":0.011291443037975,"10":0.052693400843882,"11":0.78663719831224,"5.5":0},B:{"12":0.127432,"13":0.097448,"14":0.127432,"15":0.108692,"16":0.161164,"17":0.539712,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.36502,"5":0.08336,"6.2":0.12504,_:"7.2"},N:{"10":0.088123428571429,"11":1.7624685714286},J:{"7":0.118788,"10":0.475152},R:{_:"0"},M:{"0":0.275088},O:{"0":16.023876},Q:{_:"1.2"},H:{"0":16.312735587629},L:{"0":25.784056}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MX.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MX.js new file mode 100644 index 0000000..6e00e13 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MX.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006531,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.019593,"23":0,"24":0,"25":0,"26":0.006531,"27":0,"28":0.006531,"29":0.045717,"30":0,"31":0,"32":0,"33":0,"34":0.006531,"35":0.006531,"36":0.006531,"37":0.006531,"38":0.032655,"39":0,"40":0,"41":0,"42":0,"43":0.006531,"44":0.006531,"45":0.006531,"46":0.013062,"47":0.006531,"48":0.006531,"49":0.483294,"50":0.013062,"51":0.013062,"52":0.006531,"53":0.006531,"54":0.013062,"55":0.013062,"56":0.019593,"57":0.013062,"58":0.06531,"59":0.019593,"60":0.026124,"61":0.097965,"62":0.039186,"63":0.091434,"64":0.045717,"65":0.091434,"66":0.078372,"67":0.287364,"68":0.208992,"69":0.803313,"70":24.719835,"71":0.032655,"72":0.013062,"73":0},C:{"2":0,"3":0,"4":0.228585,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.006531,"35":0,"36":0,"37":0,"38":0.006531,"39":0,"40":0,"41":0,"42":0,"43":0.006531,"44":0,"45":0.006531,"46":0,"47":0.013062,"48":0.045717,"49":0.006531,"50":0.006531,"51":0.006531,"52":0.078372,"53":0.006531,"54":0.006531,"55":0.006531,"56":0.013062,"57":0.013062,"58":0.013062,"59":0.013062,"60":0.039186,"61":0.032655,"62":0.117558,"63":1.743777,"64":0.019593,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.006531,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006531,"49":0.006531,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.581259,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.006531},E:{"4":0,"5":0.006531,"6":0,"7":0.006531,"8":0.267771,"9":0.045717,"10":0.058779,"11":0.156744,"12":1.489068,_:"0","3.1":0,"3.2":0,"5.1":0.006531,"6.1":0.026124,"7.1":0,"9.1":0.104496,"10.1":0.241647,"11.1":0.463701},G:{"8":0.19020573521465,"3.2":0.0011741094766336,"4.0-4.1":0,"4.2-4.3":0.0011741094766336,"5.0-5.1":0.014089313719604,"6.0-6.1":0.0070446568598019,"7.0-7.1":0.027004517962574,"8.1-8.4":0.065750130691484,"9.0-9.2":0.037571503252277,"9.3":0.27121928910237,"10.0-10.2":0.31818366816772,"10.3":0.41093831682178,"11.0-11.2":0.74203718923246,"11.3-11.4":1.9748521396978,"12-12.1":7.6716313203242},I:{"3":0.0010011031487514,"4":0.12513789359392,_:"67","2.1":0,"2.2":0.0010011031487514,"2.3":0.028030888165038,"4.1":0.049054054288816,"4.2-4.3":0.23726144625407,"4.4":0,"4.4.3-4.4.4":0.48052951140065},A:{"6":0,"7":0,"8":0.052548275862069,"9":0.039411206896552,"10":0.04597974137931,"11":1.0049857758621,"5.5":0},B:{"12":0.013062,"13":0.019593,"14":0.045717,"15":0.071841,"16":0.111027,"17":0.966588,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.39364776551724,"5":0.041436606896552,"6.2":0.062154910344828,_:"7.2"},N:{"10":0.011893714285714,"11":0.15461828571429},J:{"7":0.0027752,"10":0.0111008},R:{_:"0"},M:{"0":0.100601},O:{"0":0.145698},Q:{_:"1.2"},H:{"0":0.40395968556701},L:{"0":47.288054}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MY.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MY.js new file mode 100644 index 0000000..fe82692 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MY.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.005718,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.005718,"23":0,"24":0,"25":0,"26":0.005718,"27":0,"28":0,"29":0.011436,"30":0.005718,"31":0.005718,"32":0,"33":0.005718,"34":0.011436,"35":0,"36":0.005718,"37":0.005718,"38":0.034308,"39":0.005718,"40":0.005718,"41":0,"42":0,"43":0.011436,"44":0.02859,"45":0.005718,"46":0.011436,"47":0.005718,"48":0.005718,"49":0.440286,"50":0.005718,"51":0.022872,"52":0.005718,"53":0.011436,"54":0.011436,"55":0.022872,"56":0.022872,"57":0.022872,"58":0.091488,"59":0.022872,"60":0.02859,"61":0.040026,"62":0.05718,"63":0.131514,"64":0.05718,"65":0.120078,"66":0.102924,"67":0.268746,"68":0.651852,"69":0.789084,"70":19.080966,"71":0.051462,"72":0.05718,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0.005718,"16":0.005718,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.005718,"35":0,"36":0,"37":0.005718,"38":0.005718,"39":0.005718,"40":0,"41":0,"42":0,"43":0.011436,"44":0,"45":0.005718,"46":0,"47":0.017154,"48":0.05718,"49":0.005718,"50":0.005718,"51":0.005718,"52":0.097206,"53":0.005718,"54":0.005718,"55":0.005718,"56":0.017154,"57":0.017154,"58":0.011436,"59":0.011436,"60":0.034308,"61":0.040026,"62":0.091488,"63":1.703964,"64":0.091488,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.005718,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.005718,"37":0.188694,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.005718,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.423132,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.005718},E:{"4":0,"5":0,"6":0,"7":0.005718,"8":0.017154,"9":0.005718,"10":0.02859,"11":0.074334,"12":0.583236,_:"0","3.1":0,"3.2":0,"5.1":0.005718,"6.1":0,"7.1":0,"9.1":0.045744,"10.1":0.108642,"11.1":0.223002},G:{"8":0.24444446352447,"3.2":0.0015089164415091,"4.0-4.1":0,"4.2-4.3":0.0015089164415091,"5.0-5.1":0.018106997298109,"6.0-6.1":0.0090534986490543,"7.0-7.1":0.034705078154708,"8.1-8.4":0.084499320724507,"9.0-9.2":0.04828532612829,"9.3":0.34855969798859,"10.0-10.2":0.40891635564895,"10.3":0.52812075452817,"11.0-11.2":0.95363519103372,"11.3-11.4":2.5379974546182,"12-12.1":9.8592600288202},I:{"3":0.0013708859934853,"4":0.17136074918567,_:"67","2.1":0,"2.2":0.0013708859934853,"2.3":0.03838480781759,"4.1":0.067173413680782,"4.2-4.3":0.32489998045603,"4.4":0,"4.4.3-4.4.4":0.65802527687296},A:{"6":0,"7":0,"8":0.058563387096774,"9":0.02342535483871,"10":0.029281693548387,"11":0.61491556451613,"5.5":0},B:{"12":0,"13":0.005718,"14":0.011436,"15":0.017154,"16":0.034308,"17":0.383106,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.75854202666667,"5":0.06234592,"6.2":0.12469184,_:"7.2"},N:{"10":0,"11":0.02141},J:{"7":0.0017128,"10":0.0068512},R:{_:"0"},M:{"0":0.12846},O:{"0":2.74048},Q:{_:"1.2"},H:{"0":1.5931909381443},L:{"0":45.107436}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MZ.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MZ.js new file mode 100644 index 0000000..ab51d3b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/MZ.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.00637,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.003185,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.009555,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.022295,"34":0,"35":0.003185,"36":0,"37":0,"38":0.003185,"39":0,"40":0.041405,"41":0,"42":0,"43":0.17836,"44":0,"45":0,"46":0.00637,"47":0,"48":0,"49":0.0637,"50":0.01274,"51":0.003185,"52":0,"53":0.009555,"54":0.003185,"55":0.073255,"56":0.009555,"57":0.009555,"58":0.03185,"59":0.00637,"60":0.01911,"61":0.003185,"62":0.00637,"63":0.07007,"64":0.00637,"65":0.0637,"66":0.022295,"67":0.092365,"68":0.07644,"69":0.21658,"70":4.61825,"71":0.02548,"72":0.009555,"73":0},C:{"2":0,"3":0.00637,"4":0,"5":0,"6":0.00637,"7":0.00637,"8":0,"9":0,"10":0,"11":0,"12":0.003185,"13":0,"14":0.00637,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.003185,"32":0,"33":0.003185,"34":0,"35":0.003185,"36":0.00637,"37":0,"38":0,"39":0.003185,"40":0.003185,"41":0.003185,"42":0,"43":0.01274,"44":0.003185,"45":0.00637,"46":0,"47":0.02548,"48":0.009555,"49":0.003185,"50":0.003185,"51":0.003185,"52":0.035035,"53":0.003185,"54":0.003185,"55":0.00637,"56":0.05096,"57":0.022295,"58":0.01274,"59":0.00637,"60":0.02548,"61":0.02548,"62":0.041405,"63":0.94913,"64":0.035035,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0.00637,"12":0,"15":0,"16":0.003185,"17":0,"18":0,"19":0.003185,"20":0.00637,"21":0.009555,"22":0.003185,"23":0.01274,"24":0,"25":0,"26":0.003185,"27":0,"28":0.009555,"29":0,"30":0.003185,"31":0,"32":0.00637,"33":0.009555,"34":0,"35":0.003185,"36":0.00637,"37":0.003185,"38":0,"39":0,"40":0,"41":0,"42":0.003185,"43":0.00637,"44":0,"45":0.003185,"46":0.003185,"47":0,"48":0.00637,"49":0,"50":0,"51":0,"52":0,"53":0.003185,"54":0.003185,"55":0.009555,"56":0.684775,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.07644},E:{"4":0,"5":0,"6":0,"7":0,"8":0.009555,"9":0.003185,"10":0.00637,"11":0.05096,"12":0.136955,_:"0","3.1":0,"3.2":0,"5.1":0.003185,"6.1":0.003185,"7.1":0.00637,"9.1":0.015925,"10.1":0.028665,"11.1":0.073255},G:{"8":0.058859351546082,"3.2":0.00036332933053137,"4.0-4.1":0,"4.2-4.3":0.00036332933053137,"5.0-5.1":0.0043599519663765,"6.0-6.1":0.0021799759831882,"7.0-7.1":0.0083565746022216,"8.1-8.4":0.020346442509757,"9.0-9.2":0.011626538577004,"9.3":0.083929075352747,"10.0-10.2":0.098462248574002,"10.3":0.12716526568598,"11.0-11.2":0.22962413689583,"11.3-11.4":0.61111993395377,"12-12.1":2.373993845692},I:{"3":0.0020534907709012,"4":0.25668634636265,_:"67","2.1":0,"2.2":0.0020534907709012,"2.3":0.057497741585233,"4.1":0.10062104777416,"4.2-4.3":0.48667731270358,"4.4":0,"4.4.3-4.4.4":0.98567557003257},A:{"6":0,"7":0,"8":0.083308855421687,"9":0.012816746987952,"10":0.022429307228916,"11":0.41334009036145,"5.5":0},B:{"12":0.02548,"13":0.028665,"14":0.028665,"15":0.022295,"16":0.041405,"17":0.21021,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.6743323552124,"5":0.091884092664093,"6.2":0.071465405405405,_:"7.2"},N:{"10":0.088307042253521,"11":0.69541795774648},J:{"7":0.066787,"10":0.267148},R:{_:"0"},M:{"0":0.061335},O:{"0":1.62197},Q:{_:"1.2"},H:{"0":30.317956073883},L:{"0":31.46542}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NA.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NA.js new file mode 100644 index 0000000..3b45ebd --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NA.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.005434,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.005434,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.02717,"39":0,"40":0.016302,"41":0,"42":0.005434,"43":0.005434,"44":0.005434,"45":0,"46":0.005434,"47":0.038038,"48":0.005434,"49":0.092378,"50":0,"51":0.005434,"52":0,"53":0.010868,"54":0,"55":0.021736,"56":0.005434,"57":0,"58":0.05434,"59":0.010868,"60":0.021736,"61":0.010868,"62":0.016302,"63":0.124982,"64":0.016302,"65":0.152152,"66":0.043472,"67":0.233662,"68":0.10868,"69":0.510796,"70":12.324312,"71":0.010868,"72":0.021736,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.005434,"21":0,"22":0.005434,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.005434,"33":0,"34":0,"35":0.005434,"36":0,"37":0.005434,"38":0,"39":0.005434,"40":0,"41":0.010868,"42":0.005434,"43":0.032604,"44":0.005434,"45":0,"46":0,"47":0.016302,"48":0.048906,"49":0.010868,"50":0.005434,"51":0.005434,"52":0.086944,"53":0.005434,"54":0.010868,"55":0,"56":0.02717,"57":0.016302,"58":0,"59":0.005434,"60":0.092378,"61":0.038038,"62":0.239096,"63":2.206204,"64":0.179322,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.005434,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.005434,"29":0,"30":0.005434,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.043472,"49":0,"50":0,"51":0.005434,"52":0,"53":0,"54":0.005434,"55":0.010868,"56":1.228084,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.043472},E:{"4":0,"5":0.005434,"6":0,"7":0,"8":0.005434,"9":0.010868,"10":0.02717,"11":0.103246,"12":0.635778,_:"0","3.1":0,"3.2":0,"5.1":0.005434,"6.1":0,"7.1":0,"9.1":0.048906,"10.1":0.103246,"11.1":0.141284},G:{"8":0.12816549024317,"3.2":0.00079114500150105,"4.0-4.1":0,"4.2-4.3":0.00079114500150105,"5.0-5.1":0.0094937400180126,"6.0-6.1":0.0047468700090063,"7.0-7.1":0.018196335034524,"8.1-8.4":0.044304120084059,"9.0-9.2":0.025316640048034,"9.3":0.18275449534674,"10.0-10.2":0.21440029540678,"10.3":0.27690075052537,"11.0-11.2":0.50000364094866,"11.3-11.4":1.3307058925248,"12-12.1":5.1693414398079},I:{"3":0.0025148577633008,"4":0.31435722041259,_:"67","2.1":0,"2.2":0.0025148577633008,"2.3":0.070416017372421,"4.1":0.12322803040174,"4.2-4.3":0.59602128990228,"4.4":0,"4.4.3-4.4.4":1.2071317263844},A:{"6":0,"7":0,"8":0.048906,"9":0.059774,"10":0.043472,"11":1.988844,"5.5":0},B:{"12":0.05434,"13":0.097812,"14":0.059774,"15":0.103246,"16":0.233662,"17":1.896466,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.6448860045249,"5":0.081733466063348,"6.2":0.23498371493213,_:"7.2"},N:{"10":0.045225142857143,"11":0.42963885714286},J:{"7":0.0429204,"10":0.1716816},R:{_:"0"},M:{"0":0.168942},O:{"0":1.680288},Q:{_:"1.2"},H:{"0":7.8415479793814},L:{"0":41.665996}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NC.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NC.js new file mode 100644 index 0000000..6e48eda --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NC.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.007291,"23":0,"24":0,"25":0,"26":0.007291,"27":0,"28":0,"29":0,"30":0.007291,"31":0,"32":0,"33":0,"34":0.014582,"35":0,"36":0,"37":0,"38":0.036455,"39":0,"40":0,"41":0,"42":0,"43":0.014582,"44":0.007291,"45":0,"46":0.007291,"47":0,"48":0,"49":0.561407,"50":0,"51":0.007291,"52":0,"53":0.014582,"54":0.007291,"55":0.007291,"56":0.014582,"57":0.087492,"58":0.029164,"59":0,"60":0.07291,"61":0,"62":0.167693,"63":0.029164,"64":0.051037,"65":0.036455,"66":0.036455,"67":0.707227,"68":0.058328,"69":0.736391,"70":21.661561,"71":0.021873,"72":0.007291,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.014582,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0.029164,"41":0.007291,"42":0,"43":0,"44":0,"45":0.204148,"46":0,"47":0.007291,"48":0.466624,"49":0.007291,"50":0.021873,"51":0.036455,"52":0.517661,"53":0,"54":0.007291,"55":0.007291,"56":0.014582,"57":0.014582,"58":0.007291,"59":0.007291,"60":0.247894,"61":0.204148,"62":0.313513,"63":8.501306,"64":0.051037,"65":0,"3.5":0.014582,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.014582,"32":0.014582,"33":0,"34":0,"35":0,"36":0.007291,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.539534,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.036455},E:{"4":0,"5":0.029164,"6":0,"7":0,"8":0.029164,"9":0.014582,"10":0.036455,"11":0.692645,"12":2.311247,_:"0","3.1":0,"3.2":0,"5.1":0.043746,"6.1":0.007291,"7.1":0,"9.1":0.422878,"10.1":0.466624,"11.1":0.87492},G:{"8":0.33560320744521,"3.2":0.0020716247373161,"4.0-4.1":0,"4.2-4.3":0.0020716247373161,"5.0-5.1":0.024859496847793,"6.0-6.1":0.012429748423897,"7.0-7.1":0.047647368958271,"8.1-8.4":0.1160109852897,"9.0-9.2":0.066291991594116,"9.3":0.47854531432002,"10.0-10.2":0.56141030381267,"10.3":0.72506865806064,"11.0-11.2":1.3092668339838,"11.3-11.4":3.4844728081657,"12-12.1":13.535996033624},I:{"3":0.0011407546145494,"4":0.14259432681868,_:"67","2.1":0,"2.2":0.0011407546145494,"2.3":0.031941129207383,"4.1":0.055896976112921,"4.2-4.3":0.27035884364821,"4.4":0,"4.4.3-4.4.4":0.54756221498371},A:{"6":0,"7":0,"8":0.036455,"9":0.014582,"10":0.007291,"11":1.275925,"5.5":0},B:{"12":0.007291,"13":0.021873,"14":0.036455,"15":0.298931,"16":0.07291,"17":2.143554,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.85744556756757,"5":0.10992891891892,"6.2":0.076950243243243,_:"7.2"},N:{"10":0,"11":0.037926},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.176085},O:{"0":0.056889},Q:{_:"1.2"},H:{"0":0.033341180412371},L:{"0":25.184291}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NE.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NE.js new file mode 100644 index 0000000..2336d6b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NE.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.003742,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0.001871,"18":0,"19":0,"20":0,"21":0.001871,"22":0.001871,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0.003742,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0.001871,"41":0,"42":0,"43":0.005613,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.031807,"50":0.001871,"51":0,"52":0,"53":0,"54":0.003742,"55":0.01871,"56":0.001871,"57":0.091679,"58":0.001871,"59":0,"60":0,"61":0,"62":0.003742,"63":0.256327,"64":0,"65":0.005613,"66":0.01871,"67":0.003742,"68":0.014968,"69":0.071098,"70":0.941113,"71":0.003742,"72":0.001871,"73":0},C:{"2":0,"3":0.011226,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0.001871,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0.001871,"26":0,"27":0,"28":0.001871,"29":0.005613,"30":0.01871,"31":0.001871,"32":0.039291,"33":0.001871,"34":0.003742,"35":0.001871,"36":0.001871,"37":0.001871,"38":0,"39":0.007484,"40":0,"41":0.001871,"42":0,"43":0.01871,"44":0.005613,"45":0.003742,"46":0.001871,"47":0.009355,"48":0.014968,"49":0.001871,"50":0.003742,"51":0,"52":0.005613,"53":0.001871,"54":0.001871,"55":0,"56":0.026194,"57":0.001871,"58":0,"59":0.003742,"60":0.020581,"61":0.005613,"62":0.05613,"63":0.507041,"64":0.016839,"65":0,"3.5":0,"3.6":0.003742},F:{"9":0,"11":0,"12":0,"15":0.001871,"16":0.005613,"17":0.001871,"18":0,"19":0.001871,"20":0.016839,"21":0,"22":0,"23":0.013097,"24":0,"25":0,"26":0.001871,"27":0,"28":0.001871,"29":0,"30":0.003742,"31":0,"32":0.001871,"33":0.001871,"34":0.001871,"35":0,"36":0.001871,"37":0.001871,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.001871,"46":0,"47":0.003742,"48":0.001871,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.007484,"56":0.16839,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.028065},E:{"4":0.003742,"5":0,"6":0,"7":0,"8":0,"9":0.001871,"10":0,"11":0.001871,"12":0.033678,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.001871,"10.1":0,"11.1":0.007484},G:{"8":0.03944585709997,"3.2":0.00024349294506154,"4.0-4.1":0,"4.2-4.3":0.00024349294506154,"5.0-5.1":0.0029219153407385,"6.0-6.1":0.0014609576703693,"7.0-7.1":0.0056003377364155,"8.1-8.4":0.013635604923446,"9.0-9.2":0.0077917742419694,"9.3":0.056246870309216,"10.0-10.2":0.065986588111678,"10.3":0.08522253077154,"11.0-11.2":0.1538875412789,"11.3-11.4":0.40955513359352,"12-12.1":1.5909829030321},I:{"3":0.0048135602605863,"4":0.60169503257329,_:"67","2.1":0,"2.2":0.0048135602605863,"2.3":0.13477968729642,"4.1":0.23586445276873,"4.2-4.3":1.140813781759,"4.4":0,"4.4.3-4.4.4":2.3105089250814},A:{"6":0,"7":0.0022946226415094,"8":0.08260641509434,"9":0.018356981132075,"10":0.016062358490566,"11":0.12390962264151,"5.5":0},B:{"12":0.009355,"13":0.031807,"14":0.016839,"15":0.005613,"16":0.007484,"17":0.087937,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.40046021052632,"5":0.090103547368421,"6.2":0.060069031578947,_:"7.2"},N:{"10":0.010683828571429,"11":0.36325017142857},J:{"7":0.0146322,"10":0.0585288},R:{_:"0"},M:{"0":0.276386},O:{"0":6.820231},Q:{_:"1.2"},H:{"0":12.205875075601},L:{"0":64.582806}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NF.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NF.js new file mode 100644 index 0000000..9792889 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NF.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0.018328,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0.018328,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0.018328,"47":0.04582,"48":0,"49":0.04582,"50":0,"51":0.082476,"52":0.036656,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0,"59":0,"60":7.092936,"61":0.018328,"62":0.018328,"63":0,"64":0.018328,"65":0,"66":0,"67":0,"68":0,"69":0.164952,"70":54.20506,"71":0,"72":0,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0.064148,"41":0,"42":0,"43":0,"44":0,"45":0.04582,"46":0,"47":0,"48":0,"49":0.109968,"50":0,"51":0.036656,"52":0.04582,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0,"59":0,"60":0,"61":0,"62":0,"63":3.729748,"64":0,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0.064148,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.210772,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.018328,"10":0.128296,"11":0,"12":0.146624,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0.018328,"7.1":0,"9.1":5.278464,"10.1":0,"11.1":0.064148},G:{"8":0.18750077454218,"3.2":0.001157412188532,"4.0-4.1":0,"4.2-4.3":0.001157412188532,"5.0-5.1":0.013888946262384,"6.0-6.1":0.0069444731311918,"7.0-7.1":0.026620480336235,"8.1-8.4":0.06481508255779,"9.0-9.2":0.037037190033023,"9.3":0.26736221555089,"10.0-10.2":0.31365870309216,"10.3":0.40509426598619,"11.0-11.2":0.73148450315221,"11.3-11.4":1.9467673011108,"12-12.1":7.5625312398679},I:{"3":0.00015920086862106,"4":0.019900108577633,_:"67","2.1":0,"2.2":0.00015920086862106,"2.3":0.0044576243213898,"4.1":0.0078008425624321,"4.2-4.3":0.037730605863192,"4.4":0,"4.4.3-4.4.4":0.076416416938111},A:{"6":0,"7":0,"8":0.064148,"9":0.082476,"10":0,"11":6.011584,"5.5":0},B:{"12":0.100804,"13":0,"14":0.064148,"15":0,"16":0.293248,"17":1.356272,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0,"5":0,"6.2":0,_:"7.2"},N:{"10":0.018392,"11":0},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.219868},O:{"0":0},Q:{_:"1.2"},H:{"0":0},L:{"0":6.89478}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NG.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NG.js new file mode 100644 index 0000000..d0bcef0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NG.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.008163,"5":0.002721,"6":0.002721,"7":0,"8":0,"9":0.002721,"10":0.002721,"11":0.005442,"12":0.002721,"13":0.002721,"14":0.002721,"15":0.002721,"16":0,"17":0.002721,"18":0,"19":0.002721,"20":0,"21":0,"22":0.002721,"23":0.005442,"24":0,"25":0,"26":0.002721,"27":0.002721,"28":0.002721,"29":0.002721,"30":0.002721,"31":0.002721,"32":0,"33":0.002721,"34":0,"35":0,"36":0.002721,"37":0.002721,"38":0.002721,"39":0.002721,"40":0.013605,"41":0,"42":0,"43":0.005442,"44":0,"45":0,"46":0,"47":0.019047,"48":0.002721,"49":0.021768,"50":0.005442,"51":0.002721,"52":0.002721,"53":0,"54":0.002721,"55":0.010884,"56":0.008163,"57":0.005442,"58":0.02721,"59":0.005442,"60":0.013605,"61":0.008163,"62":0.019047,"63":0.040815,"64":0.019047,"65":0.048978,"66":0.021768,"67":0.05442,"68":0.062583,"69":0.193191,"70":2.976774,"71":0.019047,"72":0.013605,"73":0},C:{"2":0,"3":0.002721,"4":0.002721,"5":0.002721,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.002721,"12":0,"13":0.002721,"14":0.002721,"15":0.005442,"16":0,"17":0,"18":0,"19":0.002721,"20":0,"21":0.002721,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.002721,"35":0.002721,"36":0.002721,"37":0.002721,"38":0.002721,"39":0.002721,"40":0.002721,"41":0.002721,"42":0.002721,"43":0.051699,"44":0.008163,"45":0.005442,"46":0.010884,"47":0.029931,"48":0.010884,"49":0.010884,"50":0.008163,"51":0.005442,"52":0.035373,"53":0.008163,"54":0.008163,"55":0.008163,"56":0.032652,"57":0.016326,"58":0.010884,"59":0.016326,"60":0.02721,"61":0.038094,"62":0.087072,"63":0.767322,"64":0.084351,"65":0,"3.5":0,"3.6":0.016326},F:{"9":0,"11":0.002721,"12":0.002721,"15":0.008163,"16":0.008163,"17":0.002721,"18":0.002721,"19":0.016326,"20":0.048978,"21":0.005442,"22":0.005442,"23":0.08163,"24":0.019047,"25":0.002721,"26":0.021768,"27":0.032652,"28":0.057141,"29":0.016326,"30":0.046257,"31":0.019047,"32":0.062583,"33":0.043536,"34":0.002721,"35":0.02721,"36":0.010884,"37":0.008163,"38":0,"39":0,"40":0,"41":0,"42":0.002721,"43":0.005442,"44":0,"45":0.005442,"46":0.002721,"47":0.005442,"48":0.013605,"49":0.002721,"50":0,"51":0,"52":0,"53":0.002721,"54":0.002721,"55":0.002721,"56":0.269379,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.304752},E:{"4":0,"5":0,"6":0,"7":0.002721,"8":0.002721,"9":0,"10":0.005442,"11":0.016326,"12":0.065304,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0.005442,"9.1":0.005442,"10.1":0.010884,"11.1":0.021768},G:{"8":0.057227176823777,"3.2":0.00035325417792455,"4.0-4.1":0,"4.2-4.3":0.00035325417792455,"5.0-5.1":0.0042390501350946,"6.0-6.1":0.0021195250675473,"7.0-7.1":0.0081248460922646,"8.1-8.4":0.019782233963775,"9.0-9.2":0.011304133693586,"9.3":0.08160171510057,"10.0-10.2":0.095731882217552,"10.3":0.12363896227359,"11.0-11.2":0.22325664044831,"11.3-11.4":0.59417352726909,"12-12.1":2.308162798559},I:{"3":0.001256546145494,"4":0.15706826818675,_:"67","2.1":0,"2.2":0.001256546145494,"2.3":0.035183292073833,"4.1":0.061570761129207,"4.2-4.3":0.29780143648208,"4.4":0,"4.4.3-4.4.4":0.60314214983713},A:{"6":0.002951593220339,"7":0,"8":0.041322305084746,"9":0.005903186440678,"10":0.011806372881356,"11":0.10920894915254,"5.5":0},B:{"12":0.016326,"13":0.010884,"14":0.013605,"15":0.021768,"16":0.021768,"17":0.106119,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.25352224390244,"5":0.06338056097561,"6.2":0.052817134146341,_:"7.2"},N:{"10":0.059040777777778,"11":0.47232622222222},J:{"7":0.1193756,"10":0.4775024},R:{_:"0"},M:{"0":0.596878},O:{"0":5.444692},Q:{_:"1.2"},H:{"0":36.172365156357},L:{"0":29.912553}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NI.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NI.js new file mode 100644 index 0000000..b9726be --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NI.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006533,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0.006533,"26":0,"27":0,"28":0,"29":0.006533,"30":0,"31":0.006533,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.006533,"38":0.052264,"39":0,"40":0.019599,"41":0,"42":0,"43":0.006533,"44":0.006533,"45":0.006533,"46":0.006533,"47":0.006533,"48":0.013066,"49":0.254787,"50":0.006533,"51":0.013066,"52":0.006533,"53":0.013066,"54":0.006533,"55":0.039198,"56":0.032665,"57":0.013066,"58":0.026132,"59":0.013066,"60":0.078396,"61":0.045731,"62":0.032665,"63":0.084929,"64":0.091462,"65":0.097995,"66":0.13066,"67":0.248254,"68":0.228655,"69":1.43726,"70":28.098433,"71":0.039198,"72":0.006533,"73":0},C:{"2":0,"3":0.013066,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0.006533,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.006533,"35":0,"36":0,"37":0,"38":0,"39":0.006533,"40":0.006533,"41":0.006533,"42":0,"43":0.019599,"44":0.013066,"45":0.013066,"46":0.006533,"47":0.019599,"48":0.013066,"49":0.006533,"50":0.006533,"51":0.006533,"52":0.078396,"53":0.006533,"54":0.006533,"55":0.006533,"56":0.026132,"57":0.019599,"58":0.019599,"59":0.032665,"60":0.045731,"61":0.097995,"62":0.111061,"63":2.600134,"64":0.026132,"65":0.013066,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0.019599,"18":0,"19":0,"20":0,"21":0,"22":0.013066,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.013066,"30":0,"31":0,"32":0.006533,"33":0.006533,"34":0,"35":0,"36":0,"37":0.013066,"38":0,"39":0,"40":0.006533,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006533,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0.006533,"55":0,"56":0.777427,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.019599},E:{"4":0,"5":0,"6":0,"7":0,"8":0.006533,"9":0.019599,"10":0.026132,"11":0.019599,"12":0.712097,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0.006533,"7.1":0,"9.1":0.026132,"10.1":0.071863,"11.1":0.222122},G:{"8":0.076640800960672,"3.2":0.00047309136395477,"4.0-4.1":0,"4.2-4.3":0.00047309136395477,"5.0-5.1":0.0056770963674572,"6.0-6.1":0.0028385481837286,"7.0-7.1":0.01088110137096,"8.1-8.4":0.026493116381467,"9.0-9.2":0.015138923646553,"9.3":0.10928410507355,"10.0-10.2":0.12820775963174,"10.3":0.16558197738417,"11.0-11.2":0.29899374201941,"11.3-11.4":0.79573967417192,"12-12.1":3.0911789720805},I:{"3":0.0020333496199783,"4":0.25416870249729,_:"67","2.1":0,"2.2":0.0020333496199783,"2.3":0.056933789359392,"4.1":0.099634131378936,"4.2-4.3":0.48190385993485,"4.4":0,"4.4.3-4.4.4":0.97600781758958},A:{"6":0,"7":0.0066539814814815,"8":0.033269907407407,"9":0.019961944444444,"10":0.019961944444444,"11":0.27946722222222,"5.5":0},B:{"12":0.013066,"13":0.026132,"14":0.032665,"15":0.039198,"16":0.091462,"17":0.431178,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.85072200396825,"5":0.11274628968254,"6.2":0.19474359126984,_:"7.2"},N:{"10":0.055306904761905,"11":0.1769820952381},J:{"7":0.0013868,"10":0.0055472},R:{_:"0"},M:{"0":0.100543},O:{"0":1.799373},Q:{_:"1.2"},H:{"0":1.1619453917526},L:{"0":45.827223}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NL.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NL.js new file mode 100644 index 0000000..de38db8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NL.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006816,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.006816,"23":0,"24":0.013632,"25":0,"26":0,"27":0,"28":0,"29":0.184032,"30":0,"31":0,"32":0,"33":0,"34":0.006816,"35":0,"36":0,"37":0.006816,"38":0.013632,"39":0.006816,"40":0.006816,"41":0.013632,"42":0,"43":0.006816,"44":0,"45":0,"46":0.006816,"47":0.006816,"48":0.020448,"49":0.211296,"50":0.006816,"51":0.013632,"52":0.006816,"53":0.013632,"54":0.027264,"55":0.020448,"56":0.020448,"57":0.129504,"58":0.095424,"59":0.020448,"60":0.109056,"61":0.184032,"62":0.061344,"63":0.129504,"64":0.074976,"65":0.115872,"66":0.095424,"67":0.177216,"68":0.224928,"69":1.220064,"70":20.51616,"71":0.047712,"72":0.020448,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0.006816,"24":0.006816,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.006816,"34":0,"35":0,"36":0,"37":0.006816,"38":0.006816,"39":0,"40":0,"41":0.006816,"42":0,"43":0.006816,"44":0,"45":0.013632,"46":0,"47":0.006816,"48":0.061344,"49":0.006816,"50":0.006816,"51":0.006816,"52":0.10224,"53":0.006816,"54":0.006816,"55":0.006816,"56":0.040896,"57":0.06816,"58":0.020448,"59":0.020448,"60":0.115872,"61":0.061344,"62":0.184032,"63":2.79456,"64":0.027264,"65":0.006816,"3.5":0.006816,"3.6":0.006816},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.006816,"37":0.006816,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006816,"49":0.006816,"50":0.006816,"51":0,"52":0,"53":0,"54":0,"55":0.006816,"56":0.368064,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.006816},E:{"4":0,"5":0.013632,"6":0,"7":0.006816,"8":0.013632,"9":0.020448,"10":0.047712,"11":0.163584,"12":2.835456,_:"0","3.1":0,"3.2":0,"5.1":0.006816,"6.1":0.006816,"7.1":0,"9.1":0.095424,"10.1":0.231744,"11.1":0.674784},G:{"8":0.4510497604323,"3.2":0.0027842577804463,"4.0-4.1":0,"4.2-4.3":0.0027842577804463,"5.0-5.1":0.033411093365356,"6.0-6.1":0.016705546682678,"7.0-7.1":0.064037928950265,"8.1-8.4":0.15591843570499,"9.0-9.2":0.089096248974282,"9.3":0.6431635472831,"10.0-10.2":0.75453385850095,"10.3":0.97449022315621,"11.0-11.2":1.7596509172421,"11.3-11.4":4.6831215867107,"12-12.1":18.192340337436},I:{"3":0.00063671661237785,"4":0.079589576547231,_:"67","2.1":0,"2.2":0.00063671661237785,"2.3":0.01782806514658,"4.1":0.031199114006515,"4.2-4.3":0.15090183713355,"4.4":0,"4.4.3-4.4.4":0.30562397394137},A:{"6":0.0069339692307692,"7":0.0069339692307692,"8":0.055471753846154,"9":0.055471753846154,"10":0.041603815384615,"11":3.4392487384615,"5.5":0},B:{"12":0.006816,"13":0.013632,"14":0.054528,"15":0.109056,"16":0.184032,"17":2.917248,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.24929123303835,"5":0.054193746312684,"6.2":0.065032495575221,_:"7.2"},N:{"10":0,"11":0.054128},J:{"7":0.0019104,"10":0.0076416},R:{_:"0"},M:{"0":0.210144},O:{"0":0.375712},Q:{_:"1.2"},H:{"0":0.20497957388316},L:{"0":23.875552}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NO.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NO.js new file mode 100644 index 0000000..6815984 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NO.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.007161,"35":0,"36":0,"37":0,"38":0.014322,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.007161,"46":0,"47":0.007161,"48":0.007161,"49":0.150381,"50":0.007161,"51":0.014322,"52":0.007161,"53":0.014322,"54":0.014322,"55":0.014322,"56":0.021483,"57":0.014322,"58":0.07161,"59":0.028644,"60":0.07161,"61":0.021483,"62":0.050127,"63":0.064449,"64":0.057288,"65":0.085932,"66":0.221991,"67":0.551397,"68":0.35805,"69":2.799951,"70":22.521345,"71":0.042966,"72":0.007161,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.007161,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0.007161,"31":0,"32":0,"33":0.007161,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.007161,"46":0,"47":0,"48":0.021483,"49":0,"50":0,"51":0,"52":0.114576,"53":0,"54":0.007161,"55":0.035805,"56":0.014322,"57":0.014322,"58":0.007161,"59":0.028644,"60":0.064449,"61":0.035805,"62":0.128898,"63":2.749824,"64":0.007161,"65":0,"3.5":0,"3.6":0.028644},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.007161,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.007161,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0.007161,"55":0.21483,"56":0.794871,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.014322,"9":0.014322,"10":0.050127,"11":0.207669,"12":2.43474,_:"0","3.1":0,"3.2":0,"5.1":0.007161,"6.1":0.007161,"7.1":0,"9.1":0.136059,"10.1":0.322245,"11.1":0.665973},G:{"8":0.51056704953467,"3.2":0.0031516484539177,"4.0-4.1":0,"4.2-4.3":0.0031516484539177,"5.0-5.1":0.037819781447013,"6.0-6.1":0.018909890723506,"7.0-7.1":0.072487914440108,"8.1-8.4":0.17649231341939,"9.0-9.2":0.10085275052537,"9.3":0.728030792855,"10.0-10.2":0.85409673101171,"10.3":1.1030769588712,"11.0-11.2":1.991841822876,"11.3-11.4":5.3010726994896,"12-12.1":20.592870997899},I:{"3":0.00024476004343105,"4":0.030595005428882,_:"67","2.1":0,"2.2":0.00024476004343105,"2.3":0.0068532812160695,"4.1":0.011993242128122,"4.2-4.3":0.05800813029316,"4.4":0,"4.4.3-4.4.4":0.11748482084691},A:{"6":0,"7":0,"8":0.014322,"9":0.007161,"10":0.014322,"11":5.914986,"5.5":0},B:{"12":0.007161,"13":0.035805,"14":0.100254,"15":0.107415,"16":0.243474,"17":2.026563,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.11861155399061,"5":0.032348605633803,"6.2":0.021565737089202,_:"7.2"},N:{"10":0,"11":0.019873},J:{"7":0.0005678,"10":0.0022712},R:{_:"0"},M:{"0":0.099365},O:{"0":0.031229},Q:{_:"1.2"},H:{"0":0.1290135257732},L:{"0":19.689102}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NP.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NP.js new file mode 100644 index 0000000..1264ba2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NP.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.003938,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0.003938,"18":0,"19":0.003938,"20":0,"21":0,"22":0.003938,"23":0,"24":0,"25":0.003938,"26":0.003938,"27":0.003938,"28":0,"29":0.007876,"30":0.007876,"31":0.011814,"32":0.031504,"33":0.011814,"34":0,"35":0,"36":0.003938,"37":0.003938,"38":0.003938,"39":0,"40":0.007876,"41":0,"42":0,"43":0.011814,"44":0,"45":0.003938,"46":0.003938,"47":0.003938,"48":0.003938,"49":0.07876,"50":0,"51":0.007876,"52":0.007876,"53":0.003938,"54":0,"55":0.007876,"56":0.007876,"57":0.003938,"58":0.027566,"59":0.003938,"60":0.015752,"61":0.063008,"62":0.011814,"63":0.01969,"64":0.011814,"65":0.074822,"66":0.023628,"67":0.074822,"68":0.066946,"69":0.23628,"70":8.608468,"71":0.070884,"72":0.05907,"73":0},C:{"2":0,"3":0.003938,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.003938,"27":0,"28":0,"29":0,"30":0,"31":0.003938,"32":0.003938,"33":0.003938,"34":0.003938,"35":0.003938,"36":0,"37":0.003938,"38":0.003938,"39":0.003938,"40":0.003938,"41":0.003938,"42":0.003938,"43":0.011814,"44":0.007876,"45":0.003938,"46":0,"47":0.023628,"48":0.015752,"49":0.007876,"50":0.003938,"51":0.003938,"52":0.05907,"53":0.003938,"54":0.003938,"55":0.003938,"56":0.023628,"57":0.011814,"58":0.011814,"59":0.007876,"60":0.035442,"61":0.031504,"62":0.063008,"63":1.118392,"64":0.15752,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.031504,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.003938,"46":0,"47":0,"48":0.007876,"49":0.003938,"50":0,"51":0,"52":0,"53":0,"54":0.003938,"55":0.003938,"56":0.350482,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.023628},E:{"4":0,"5":0,"6":0,"7":0,"8":0.003938,"9":0,"10":0.003938,"11":0.007876,"12":0.086636,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.007876,"10.1":0.011814,"11.1":0.023628},G:{"8":0.093414779945962,"3.2":0.00057663444411088,"4.0-4.1":0,"4.2-4.3":0.00057663444411088,"5.0-5.1":0.0069196133293305,"6.0-6.1":0.0034598066646653,"7.0-7.1":0.01326259221455,"8.1-8.4":0.032291528870209,"9.0-9.2":0.018452302211548,"9.3":0.13320255658961,"10.0-10.2":0.15626793435405,"10.3":0.20182205543881,"11.0-11.2":0.36443296867807,"11.3-11.4":0.9698991349945,"12-12.1":3.7677294578205},I:{"3":0.0019528143322476,"4":0.24410179153094,_:"67","2.1":0,"2.2":0.0019528143322476,"2.3":0.054678801302932,"4.1":0.09568790228013,"4.2-4.3":0.46281699674267,"4.4":0,"4.4.3-4.4.4":0.93735087947883},A:{"6":0,"7":0,"8":0.015752,"9":0.003938,"10":0.003938,"11":0.070884,"5.5":0},B:{"12":0.015752,"13":0.011814,"14":0.015752,"15":0.015752,"16":0.015752,"17":0.200838,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.80495621276596,"5":0.030567957446809,"6.2":0.10189319148936,_:"7.2"},N:{"10":0.011113666666667,"11":0.055568333333333},J:{"7":0.0012124,"10":0.0048496},R:{_:"0"},M:{"0":0.084868},O:{"0":3.406844},Q:{_:"1.2"},H:{"0":4.5625924226804},L:{"0":65.622864}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NR.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NR.js new file mode 100644 index 0000000..10752d9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NR.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":2.281144,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0.138472,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0.029152,"54":0.568464,"55":2.980792,"56":0,"57":0,"58":0,"59":0.029152,"60":0,"61":0,"62":0,"63":0,"64":0,"65":0.21864,"66":0.160336,"67":0.029152,"68":0.10932,"69":0.706936,"70":27.300848,"71":0,"72":0,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.269656,"44":0,"45":0.051016,"46":0,"47":0,"48":0,"49":0,"50":0.757952,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0,"59":0,"60":0,"61":0,"62":0,"63":1.195232,"64":0,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.138472,"35":0,"36":0,"37":0.138472,"38":0.029152,"39":0.029152,"40":0,"41":0,"42":0.189488,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.757952,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.051016,"9":0,"10":0.378976,"11":0.029152,"12":0.080168,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.138472,"10.1":0.080168,"11.1":0},G:{"8":0.12113858420895,"3.2":0.00074776903832683,"4.0-4.1":0,"4.2-4.3":0.00074776903832683,"5.0-5.1":0.0089732284599219,"6.0-6.1":0.004486614229961,"7.0-7.1":0.017198687881517,"8.1-8.4":0.041875066146302,"9.0-9.2":0.023928609226459,"9.3":0.1727346478535,"10.0-10.2":0.20264540938657,"10.3":0.26171916341439,"11.0-11.2":0.47259003222256,"11.3-11.4":1.2577475224657,"12-12.1":4.8859228964275},I:{"3":0.0035282258414767,"4":0.44102823018458,_:"67","2.1":0,"2.2":0.0035282258414767,"2.3":0.098790323561346,"4.1":0.17288306623236,"4.2-4.3":0.83618952442997,"4.4":0,"4.4.3-4.4.4":1.6935484039088},A:{"6":0,"7":0,"8":0.080168,"9":0.32796,"10":0,"11":4.176024,"5.5":0},B:{"12":0,"13":0.10932,"14":0.21864,"15":0.051016,"16":0.32796,"17":2.66012,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.117972,"5":0,"6.2":0,_:"7.2"},N:{"10":0,"11":0},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0},O:{"0":7.422744},Q:{_:"1.2"},H:{"0":0.86012804123711},L:{"0":27.43556}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NU.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NU.js new file mode 100644 index 0000000..d4c8e4d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NU.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.194124,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0.159459,"42":0,"43":0,"44":0.471444,"45":0,"46":0,"47":0,"48":0,"49":0.076263,"50":0,"51":0,"52":0.041598,"53":0.076263,"54":0,"55":0.159459,"56":0.076263,"57":0,"58":0,"59":0,"60":0.159459,"61":0,"62":0,"63":0,"64":0,"65":0,"66":0.471444,"67":0,"68":0.311985,"69":0.388248,"70":19.495596,"71":0,"72":0,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0.62397,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0.041598,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0.27732,"51":0.041598,"52":0,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0,"59":0,"60":0,"61":0,"62":0.041598,"63":2.308689,"64":0.076263,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.041598,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0,"10.1":0,"11.1":0},G:{"8":0.19410475893125,"3.2":0.001198177524267,"4.0-4.1":0,"4.2-4.3":0.001198177524267,"5.0-5.1":0.014378130291204,"6.0-6.1":0.0071890651456019,"7.0-7.1":0.027558083058141,"8.1-8.4":0.067097941358951,"9.0-9.2":0.038341680776544,"9.3":0.27677900810567,"10.0-10.2":0.32470610907635,"10.3":0.41936213349345,"11.0-11.2":0.75724819533674,"11.3-11.4":2.0153345958171,"12-12.1":7.8288919435605},I:{"3":0.0027346199782845,"4":0.34182749728556,_:"67","2.1":0,"2.2":0.0027346199782845,"2.3":0.076569359391965,"4.1":0.13399637893594,"4.2-4.3":0.64810493485342,"4.4":0,"4.4.3-4.4.4":1.3126175895765},A:{"6":0,"7":0,"8":0.159459,"9":0,"10":0,"11":0.589305,"5.5":0},B:{"12":0.041598,"13":0,"14":0.194124,"15":0.041598,"16":0,"17":1.137012,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.33033834146341,"5":0,"6.2":0.17235043902439,_:"7.2"},N:{"10":0,"11":0.251494},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0},O:{"0":0},Q:{_:"1.2"},H:{"0":0},L:{"0":56.592885}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NZ.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NZ.js new file mode 100644 index 0000000..5b6fe12 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/NZ.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.006698,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006698,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.006698,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.020094,"30":0,"31":0,"32":0,"33":0,"34":0.006698,"35":0,"36":0,"37":0,"38":0.020094,"39":0.006698,"40":0.026792,"41":0,"42":0.013396,"43":0.006698,"44":0,"45":0.006698,"46":0.006698,"47":0.006698,"48":0.013396,"49":0.348296,"50":0.006698,"51":0.013396,"52":0.006698,"53":0.013396,"54":0.020094,"55":0.073678,"56":0.03349,"57":0.046886,"58":0.20094,"59":0.06698,"60":0.026792,"61":0.06698,"62":0.113866,"63":0.515746,"64":0.10047,"65":0.093772,"66":0.120564,"67":0.354994,"68":0.616216,"69":1.681198,"70":20.643236,"71":0.073678,"72":0.026792,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.006698,"34":0.006698,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0.006698,"42":0,"43":0.006698,"44":0,"45":0.006698,"46":0,"47":0.006698,"48":0.020094,"49":0,"50":0.006698,"51":0,"52":0.120564,"53":0.006698,"54":0.006698,"55":0.006698,"56":0.03349,"57":0.013396,"58":0.006698,"59":0.020094,"60":0.154054,"61":0.040188,"62":0.127262,"63":2.371092,"64":0.020094,"65":0,"3.5":0,"3.6":0.006698},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.006698,"37":0.020094,"38":0,"39":0,"40":0.006698,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.288014,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0.006698,"6":0,"7":0,"8":0.013396,"9":0.013396,"10":0.040188,"11":0.120564,"12":1.768272,_:"0","3.1":0,"3.2":0,"5.1":0.006698,"6.1":0.006698,"7.1":0,"9.1":0.087074,"10.1":0.221034,"11.1":0.395182},G:{"8":0.57085596637646,"3.2":0.0035238022615831,"4.0-4.1":0,"4.2-4.3":0.0035238022615831,"5.0-5.1":0.042285627138997,"6.0-6.1":0.021142813569499,"7.0-7.1":0.081047452016411,"8.1-8.4":0.19733292664865,"9.0-9.2":0.11276167237066,"9.3":0.8139983224257,"10.0-10.2":0.95495041288902,"10.3":1.2333307915541,"11.0-11.2":2.2270430293205,"11.3-11.4":5.9270354039828,"12-12.1":23.024523977184},I:{"3":0.00083779587404995,"4":0.10472448425624,_:"67","2.1":0,"2.2":0.00083779587404995,"2.3":0.023458284473398,"4.1":0.041051997828447,"4.2-4.3":0.19855762214984,"4.4":0,"4.4.3-4.4.4":0.40214201954397},A:{"6":0,"7":0,"8":0.020522835365854,"9":0.020522835365854,"10":0.041045670731707,"11":2.1617386585366,"5.5":0},B:{"12":0.006698,"13":0.013396,"14":0.03349,"15":0.060282,"16":0.107168,"17":2.04289,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.27656345177665,"5":0.044250152284264,"6.2":0.044250152284264,_:"7.2"},N:{"10":0,"11":0.052832},J:{"7":0.0013208,"10":0.0052832},R:{_:"0"},M:{"0":0.171704},O:{"0":0.52832},Q:{_:"1.2"},H:{"0":0.21257617869416},L:{"0":22.220944}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/OM.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/OM.js new file mode 100644 index 0000000..21fbf6a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/OM.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.030268,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.004324,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.004324,"29":0.004324,"30":0,"31":0.004324,"32":0,"33":0.004324,"34":0.008648,"35":0,"36":0,"37":0,"38":0.017296,"39":0,"40":0.004324,"41":0.004324,"42":0,"43":0.012972,"44":0.004324,"45":0,"46":0.004324,"47":0,"48":0.004324,"49":0.095128,"50":0.004324,"51":0,"52":0,"53":0.004324,"54":0.004324,"55":0.008648,"56":0.012972,"57":0.017296,"58":0.025944,"59":0.004324,"60":0.004324,"61":0.008648,"62":0.017296,"63":0.02162,"64":0.012972,"65":0.034592,"66":0.025944,"67":0.060536,"68":0.04324,"69":0.211876,"70":6.576804,"71":0.030268,"72":0.012972,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.02162,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.004324,"44":0,"45":0.004324,"46":0.004324,"47":0.004324,"48":0.012972,"49":0,"50":0,"51":0.004324,"52":0.017296,"53":0.004324,"54":0.004324,"55":0,"56":0.004324,"57":0.008648,"58":0.004324,"59":0,"60":0.012972,"61":0.008648,"62":0.030268,"63":0.56212,"64":0.034592,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.017296,"38":0,"39":0,"40":0.004324,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.008648,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.19458,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0.004324,"8":0.008648,"9":0.012972,"10":0.02162,"11":0.04324,"12":0.428076,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.038916,"10.1":0.103776,"11.1":0.159988},G:{"8":0.18407557610327,"3.2":0.0011362689882918,"4.0-4.1":0,"4.2-4.3":0.0011362689882918,"5.0-5.1":0.013635227859502,"6.0-6.1":0.0068176139297508,"7.0-7.1":0.026134186730711,"8.1-8.4":0.063631063344341,"9.0-9.2":0.036360607625338,"9.3":0.26247813629541,"10.0-10.2":0.30792889582708,"10.3":0.39769414590213,"11.0-11.2":0.71812200060042,"11.3-11.4":1.9112044383068,"12-12.1":7.4243815694986},I:{"3":0.0016633137893594,"4":0.20791422366992,_:"67","2.1":0,"2.2":0.0016633137893594,"2.3":0.046572786102063,"4.1":0.08150237567861,"4.2-4.3":0.39420536807818,"4.4":0,"4.4.3-4.4.4":0.79839061889251},A:{"6":0,"7":0,"8":0.06486,"9":0.030268,"10":0.034592,"11":1.591232,"5.5":0},B:{"12":0.02162,"13":0.025944,"14":0.025944,"15":0.04324,"16":0.082156,"17":0.466992,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.9619127192982,"5":0.19314166666667,"6.2":0.37611798245614,_:"7.2"},N:{"10":0.009933,"11":0.029799},J:{"7":0.0034056,"10":0.0136224},R:{_:"0"},M:{"0":0.130548},O:{"0":1.436028},Q:{_:"1.2"},H:{"0":0.34928855670103},L:{"0":62.560748}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PA.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PA.js new file mode 100644 index 0000000..2a2e472 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PA.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006959,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0.013918,"22":0.006959,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.995137,"30":0,"31":0.006959,"32":0,"33":0,"34":0.006959,"35":0.006959,"36":0,"37":0,"38":0.041754,"39":0.006959,"40":0.006959,"41":0,"42":0,"43":0.006959,"44":0.006959,"45":0,"46":0.006959,"47":0.006959,"48":0,"49":0.445376,"50":0.006959,"51":0.013918,"52":0.013918,"53":0.020877,"54":0.097426,"55":0.013918,"56":0.020877,"57":0.048713,"58":0.076549,"59":0.013918,"60":0.048713,"61":0.027836,"62":0.104385,"63":0.215729,"64":0.076549,"65":0.111344,"66":0.097426,"67":0.34795,"68":0.201811,"69":0.97426,"70":26.151922,"71":0.020877,"72":0.013918,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.006959,"44":0,"45":0.006959,"46":0,"47":0.006959,"48":0.111344,"49":0,"50":0,"51":0.006959,"52":0.097426,"53":0.006959,"54":0.013918,"55":0.006959,"56":0.034795,"57":0.048713,"58":0.013918,"59":0.013918,"60":0.020877,"61":0.027836,"62":0.118303,"63":1.830217,"64":0.013918,"65":0.006959,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0.006959,"15":0,"16":0,"17":0.006959,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.006959,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006959,"49":0,"50":0.034795,"51":0.020877,"52":0,"53":0,"54":0,"55":0,"56":0.521925,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.006959},E:{"4":0,"5":0,"6":0,"7":0,"8":0.027836,"9":0.090467,"10":0.055672,"11":0.201811,"12":2.567871,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0.020877,"7.1":0,"9.1":0.187893,"10.1":0.403622,"11.1":0.981219},G:{"8":0.17188973281297,"3.2":0.0010610477334134,"4.0-4.1":0,"4.2-4.3":0.0010610477334134,"5.0-5.1":0.012732572800961,"6.0-6.1":0.0063662864004803,"7.0-7.1":0.024404097868508,"8.1-8.4":0.05941867307115,"9.0-9.2":0.033953527469228,"9.3":0.24510202641849,"10.0-10.2":0.28754393575503,"10.3":0.37136670669469,"11.0-11.2":0.67058216751726,"11.3-11.4":1.7846822876013,"12-12.1":6.9328858901231},I:{"3":0.0012606503800217,"4":0.15758129750271,_:"67","2.1":0,"2.2":0.0012606503800217,"2.3":0.035298210640608,"4.1":0.061771868621064,"4.2-4.3":0.29877414006515,"4.4":0,"4.4.3-4.4.4":0.60511218241042},A:{"6":0,"7":0,"8":0.048713,"9":0.027836,"10":0.027836,"11":0.869875,"5.5":0},B:{"12":0.013918,"13":0.034795,"14":0.055672,"15":0.090467,"16":0.132221,"17":1.231743,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.1087200268456,"5":0.11292518791946,"6.2":0.24638222818792,_:"7.2"},N:{"10":0,"11":0.021287},J:{"7":0.0012164,"10":0.0048656},R:{_:"0"},M:{"0":0.100353},O:{"0":0.12164},Q:{_:"1.2"},H:{"0":0.41457921649485},L:{"0":38.520573}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PE.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PE.js new file mode 100644 index 0000000..25c1a34 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PE.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.03892,"23":0,"24":0.007784,"25":0,"26":0.031136,"27":0,"28":0,"29":0.15568,"30":0,"31":0.007784,"32":0,"33":0,"34":0.03892,"35":0,"36":0.007784,"37":0.007784,"38":0.217952,"39":0.27244,"40":0.007784,"41":0,"42":0,"43":0.015568,"44":0.007784,"45":0.007784,"46":0.015568,"47":0.007784,"48":0.007784,"49":0.552664,"50":0.015568,"51":0.031136,"52":0.015568,"53":0.046704,"54":0.015568,"55":0.031136,"56":0.031136,"57":0.031136,"58":0.124544,"59":0.046704,"60":0.054488,"61":0.147896,"62":0.093408,"63":0.210168,"64":0.140112,"65":0.171248,"66":0.186816,"67":0.42812,"68":0.537096,"69":1.307712,"70":44.726864,"71":0.046704,"72":0.023352,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.007784,"32":0,"33":0,"34":0.007784,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0.015568,"42":0,"43":0.007784,"44":0,"45":0.007784,"46":0,"47":0.015568,"48":0.023352,"49":0.007784,"50":0,"51":0.007784,"52":0.070056,"53":0,"54":0.007784,"55":0.007784,"56":0.031136,"57":0.023352,"58":0.015568,"59":0.015568,"60":0.031136,"61":0.031136,"62":0.070056,"63":1.494528,"64":0.015568,"65":0,"3.5":0,"3.6":0.007784},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.007784,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.007784,"49":0.007784,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.793968,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.007784},E:{"4":0,"5":0,"6":0,"7":0,"8":0.023352,"9":0.023352,"10":0.031136,"11":0.07784,"12":0.786184,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.046704,"10.1":0.108976,"11.1":0.27244},G:{"8":0.059782004202942,"3.2":0.00036902471730211,"4.0-4.1":0,"4.2-4.3":0.00036902471730211,"5.0-5.1":0.0044282966076253,"6.0-6.1":0.0022141483038127,"7.0-7.1":0.0084875684979486,"8.1-8.4":0.020665384168918,"9.0-9.2":0.011808790953668,"9.3":0.085244709696788,"10.0-10.2":0.10000569838887,"10.3":0.12915865105574,"11.0-11.2":0.23322362133493,"11.3-11.4":0.62069957450215,"12-12.1":2.411207502852},I:{"3":0.00086184581976113,"4":0.10773072747014,_:"67","2.1":0,"2.2":0.00086184581976113,"2.3":0.024131682953312,"4.1":0.042230445168295,"4.2-4.3":0.20425745928339,"4.4":0,"4.4.3-4.4.4":0.41368599348534},A:{"6":0,"7":0,"8":0.063060253164557,"9":0.015765063291139,"10":0.031530126582278,"11":0.51236455696203,"5.5":0},B:{"12":0.023352,"13":0.023352,"14":0.046704,"15":0.054488,"16":0.062272,"17":0.498176,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.59933975221239,"5":0.040633203539823,"6.2":0.040633203539823,_:"7.2"},N:{"10":0.011420923076923,"11":0.13705107692308},J:{"7":0.0008864,"10":0.0035456},R:{_:"0"},M:{"0":0.059832},O:{"0":0.08864},Q:{_:"1.2"},H:{"0":0.329380604811},L:{"0":36.572688}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PF.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PF.js new file mode 100644 index 0000000..3be6aef --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PF.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.020982,"27":0.013988,"28":0.013988,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.006994,"35":0,"36":0,"37":0,"38":0.097916,"39":0,"40":0.006994,"41":0,"42":0,"43":0.006994,"44":0,"45":0,"46":0,"47":0.006994,"48":0,"49":0.377676,"50":0,"51":0,"52":0.006994,"53":0.06994,"54":0,"55":0.006994,"56":0.006994,"57":0,"58":0.03497,"59":0.006994,"60":0.020982,"61":0.013988,"62":0.090922,"63":0.230802,"64":0.006994,"65":0.132886,"66":0.083928,"67":0.3497,"68":0.13988,"69":0.87425,"70":19.09362,"71":0.006994,"72":0.146874,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.006994,"10":0,"11":0,"12":0.055952,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0.006994,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.006994,"29":0,"30":0.006994,"31":0,"32":0.03497,"33":0,"34":0.041964,"35":0,"36":0,"37":0.006994,"38":0.146874,"39":0,"40":0,"41":0.013988,"42":0.006994,"43":0.041964,"44":0.006994,"45":0.020982,"46":0,"47":0.03497,"48":0.27976,"49":0.083928,"50":0.020982,"51":0,"52":0.090922,"53":0,"54":0.006994,"55":0,"56":0.188838,"57":0.055952,"58":0.020982,"59":0.090922,"60":0.27976,"61":0.062946,"62":0.38467,"63":7.651436,"64":0.146874,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.006994,"56":0.678418,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0.027976,"5":0.013988,"6":0,"7":0.006994,"8":0.041964,"9":0.041964,"10":0.055952,"11":0.643448,"12":1.930344,_:"0","3.1":0,"3.2":0,"5.1":0.013988,"6.1":0.006994,"7.1":0,"9.1":0.10491,"10.1":0.405652,"11.1":0.545532},G:{"8":0.34613471510057,"3.2":0.0021366340438307,"4.0-4.1":0,"4.2-4.3":0.0021366340438307,"5.0-5.1":0.025639608525968,"6.0-6.1":0.012819804262984,"7.0-7.1":0.049142583008106,"8.1-8.4":0.11965150645452,"9.0-9.2":0.068372289402582,"9.3":0.49356246412489,"10.0-10.2":0.57902782587811,"10.3":0.74782191534074,"11.0-11.2":1.350352715701,"11.3-11.4":3.5938184617232,"12-12.1":13.96076684239},I:{"3":0.00098392182410423,"4":0.12299022801303,_:"67","2.1":0,"2.2":0.00098392182410423,"2.3":0.027549811074919,"4.1":0.048212169381107,"4.2-4.3":0.2331894723127,"4.4":0,"4.4.3-4.4.4":0.47228247557003},A:{"6":0,"7":0,"8":0.027976,"9":0.006994,"10":0.013988,"11":0.83928,"5.5":0},B:{"12":0.03497,"13":0.062946,"14":0.020982,"15":0.083928,"16":0.111904,"17":1.370824,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.58793641237113,"5":0.043550845360825,"6.2":0.23952964948454,_:"7.2"},N:{"10":0,"11":0.027054},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.147294},O:{"0":0.207414},Q:{_:"1.2"},H:{"0":0.04553418556701},L:{"0":32.552588}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PG.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PG.js new file mode 100644 index 0000000..6a0906f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PG.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.048622,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.003473,"21":0,"22":0.003473,"23":0,"24":0,"25":0,"26":0.006946,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.010419,"35":0.003473,"36":0,"37":0,"38":0,"39":0,"40":0.048622,"41":0,"42":0,"43":0.003473,"44":0.003473,"45":0.006946,"46":0.024311,"47":0.003473,"48":0.003473,"49":0.065987,"50":0.006946,"51":0.003473,"52":0,"53":0.003473,"54":0.003473,"55":0.017365,"56":0.020838,"57":0.017365,"58":0.010419,"59":0.010419,"60":0.017365,"61":0.024311,"62":0.013892,"63":0.031257,"64":0.013892,"65":0.041676,"66":0.041676,"67":0.142393,"68":0.093771,"69":0.215326,"70":4.077302,"71":0.003473,"72":0,"73":0},C:{"2":0,"3":0,"4":0.03473,"5":0,"6":0.006946,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0.003473,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.006946,"29":0,"30":0,"31":0,"32":0.003473,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.003473,"39":0,"40":0.059041,"41":0,"42":0,"43":0.045149,"44":0.118082,"45":0.006946,"46":0.027784,"47":0.010419,"48":0.010419,"49":0.045149,"50":0.003473,"51":0.003473,"52":0.020838,"53":0.024311,"54":0.006946,"55":0,"56":0.027784,"57":0.131974,"58":0.024311,"59":0.041676,"60":0.093771,"61":0.062514,"62":0.097244,"63":0.72933,"64":0.041676,"65":0.003473,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0.003473,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.006946,"30":0.006946,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.121555,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0.017365,"48":0.06946,"49":0.013892,"50":0,"51":0,"52":0,"53":0,"54":0.003473,"55":0,"56":0.211853,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.013892},E:{"4":0,"5":0.006946,"6":0,"7":0.062514,"8":0,"9":0.003473,"10":0.013892,"11":0.006946,"12":0.079879,_:"0","3.1":0,"3.2":0,"5.1":0.003473,"6.1":0,"7.1":0,"9.1":0.013892,"10.1":0.013892,"11.1":0.052095},G:{"8":0.045981056739718,"3.2":0.0002838336835785,"4.0-4.1":0,"4.2-4.3":0.0002838336835785,"5.0-5.1":0.0034060042029421,"6.0-6.1":0.001703002101471,"7.0-7.1":0.0065281747223056,"8.1-8.4":0.015894686280396,"9.0-9.2":0.0090826778745122,"9.3":0.065565580906635,"10.0-10.2":0.076918928249775,"10.3":0.099341789252477,"11.0-11.2":0.17938288802162,"11.3-11.4":0.47740825577905,"12-12.1":1.854569288502},I:{"3":0.012282363735071,"4":1.5352954668838,_:"67","2.1":0,"2.2":0.012282363735071,"2.3":0.34390618458198,"4.1":0.60183582301846,"4.2-4.3":2.9109202052117,"4.4":0,"4.4.3-4.4.4":5.8955345928339},A:{"6":0,"7":0,"8":0.063008181818182,"9":0.031504090909091,"10":0.038505,"11":0.75259772727273,"5.5":0},B:{"12":0.055568,"13":0.076406,"14":0.090298,"15":0.072933,"16":0.149339,"17":0.257002,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":2.1435710881543,"5":0.17270477961433,"6.2":0.27429582644628,_:"7.2"},N:{"10":0.031499869565217,"11":0.20999913043478},J:{"7":0.0013054,"10":0.0052216},R:{_:"0"},M:{"0":0.189283},O:{"0":4.431833},Q:{_:"1.2"},H:{"0":4.4058707920962},L:{"0":54.75821}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PH.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PH.js new file mode 100644 index 0000000..464fe62 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PH.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.00625,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.00625,"23":0,"24":0,"25":0,"26":0.00625,"27":0,"28":0.00625,"29":0.0375,"30":0.00625,"31":0.0125,"32":0,"33":0.0125,"34":0.00625,"35":0.00625,"36":0.00625,"37":0.00625,"38":0.01875,"39":0.00625,"40":0.0125,"41":0.00625,"42":0,"43":0.0125,"44":0.0125,"45":0.00625,"46":0.01875,"47":0.0125,"48":0.0125,"49":0.33125,"50":0.01875,"51":0.0375,"52":0.01875,"53":0.025,"54":0.03125,"55":0.04375,"56":0.0375,"57":0.05,"58":0.2125,"59":0.0625,"60":0.08125,"61":0.1,"62":0.08125,"63":0.16875,"64":0.1625,"65":0.2375,"66":0.21875,"67":0.4375,"68":0.475,"69":1.21875,"70":23.6375,"71":0.1,"72":0.06875,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.00625,"34":0,"35":0,"36":0,"37":0.00625,"38":0.00625,"39":0.00625,"40":0.00625,"41":0.00625,"42":0,"43":0.0125,"44":0.00625,"45":0.0125,"46":0,"47":0.03125,"48":0.025,"49":0.00625,"50":0.00625,"51":0.0125,"52":0.06875,"53":0.00625,"54":0.00625,"55":0.00625,"56":0.08125,"57":0.01875,"58":0.03125,"59":0.01875,"60":0.05,"61":0.05,"62":0.09375,"63":1.45,"64":0.08125,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.00625,"37":0.23125,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.00625,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0.00625,"55":0.00625,"56":0.36875,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.025},E:{"4":0,"5":0.00625,"6":0,"7":0,"8":0.0125,"9":0.00625,"10":0.03125,"11":0.05625,"12":0.38125,_:"0","3.1":0,"3.2":0,"5.1":0.00625,"6.1":0,"7.1":0,"9.1":0.03125,"10.1":0.06875,"11.1":0.14375},G:{"8":0.19881191834284,"3.2":0.0012272340638447,"4.0-4.1":0,"4.2-4.3":0.0012272340638447,"5.0-5.1":0.014726808766136,"6.0-6.1":0.0073634043830681,"7.0-7.1":0.028226383468428,"8.1-8.4":0.068725107575303,"9.0-9.2":0.03927149004303,"9.3":0.28349106874812,"10.0-10.2":0.33258043130191,"10.3":0.42953192234564,"11.0-11.2":0.77561192834984,"11.3-11.4":2.0642076953868,"12-12.1":8.0187473731612},I:{"3":0.0015431596091205,"4":0.19289495114007,_:"67","2.1":0,"2.2":0.0015431596091205,"2.3":0.043208469055375,"4.1":0.075614820846906,"4.2-4.3":0.36572882736156,"4.4":0,"4.4.3-4.4.4":0.74071661237785},A:{"6":0,"7":0,"8":0.06371359223301,"9":0.044599514563107,"10":0.019114077669903,"11":0.52882281553398,"5.5":0},B:{"12":0.0125,"13":0.01875,"14":0.025,"15":0.0375,"16":0.0625,"17":0.45,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.56066810344828,"5":0.061163793103448,"6.2":0.11213362068966,_:"7.2"},N:{"10":0,"11":0.05625},J:{"7":0.003,"10":0.012},R:{_:"0"},M:{"0":0.10875},O:{"0":1.26},Q:{_:"1.2"},H:{"0":1.892287371134},L:{"0":44.4875}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PK.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PK.js new file mode 100644 index 0000000..d8fcd32 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PK.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.003779,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0.003779,"24":0.003779,"25":0.003779,"26":0.003779,"27":0.003779,"28":0.003779,"29":0.196508,"30":0.003779,"31":0.003779,"32":0.007558,"33":0.011337,"34":0.003779,"35":0.003779,"36":0.003779,"37":0,"38":0.003779,"39":0.003779,"40":0.007558,"41":0,"42":0,"43":0.041569,"44":0.003779,"45":0.003779,"46":0.003779,"47":0.003779,"48":0.003779,"49":0.128486,"50":0.003779,"51":0.003779,"52":0.003779,"53":0.003779,"54":0.003779,"55":0.011337,"56":0.007558,"57":0.007558,"58":0.018895,"59":0.003779,"60":0.011337,"61":0.071801,"62":0.030232,"63":0.056685,"64":0.03779,"65":0.068022,"66":0.030232,"67":0.064243,"68":0.071801,"69":0.245635,"70":7.886773,"71":0.056685,"72":0.045348,"73":0},C:{"2":0,"3":0.003779,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.007558,"12":0.003779,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.003779,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0.003779,"31":0.003779,"32":0.003779,"33":0.003779,"34":0.003779,"35":0,"36":0,"37":0.003779,"38":0.003779,"39":0,"40":0.003779,"41":0.003779,"42":0.003779,"43":0.015116,"44":0.003779,"45":0.007558,"46":0,"47":0.015116,"48":0.018895,"49":0.003779,"50":0.003779,"51":0.003779,"52":0.045348,"53":0.003779,"54":0.003779,"55":0.003779,"56":0.030232,"57":0.015116,"58":0.011337,"59":0.007558,"60":0.018895,"61":0.011337,"62":0.041569,"63":0.581966,"64":0.068022,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0.015116,"19":0,"20":0.003779,"21":0,"22":0.003779,"23":0,"24":0,"25":0,"26":0.003779,"27":0,"28":0.007558,"29":0.003779,"30":0.007558,"31":0.003779,"32":0.011337,"33":0.011337,"34":0,"35":0.007558,"36":0.003779,"37":0.068022,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.003779,"46":0,"47":0,"48":0.007558,"49":0.003779,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.003779,"56":0.351447,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.007558},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.003779,"11":0.007558,"12":0.052906,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.003779,"10.1":0.011337,"11.1":0.015116},G:{"8":0.053291093965776,"3.2":0.00032895737015911,"4.0-4.1":0,"4.2-4.3":0.00032895737015911,"5.0-5.1":0.0039474884419093,"6.0-6.1":0.0019737442209547,"7.0-7.1":0.0075660195136596,"8.1-8.4":0.01842161272891,"9.0-9.2":0.010526635845092,"9.3":0.075989152506755,"10.0-10.2":0.089147447313119,"10.3":0.11513507955569,"11.0-11.2":0.20790105794056,"11.3-11.4":0.55330629660763,"12-12.1":2.1494074566196},I:{"3":0.0039607567861021,"4":0.49509459826276,_:"67","2.1":0,"2.2":0.0039607567861021,"2.3":0.11090119001086,"4.1":0.194077082519,"4.2-4.3":0.93869935830619,"4.4":0,"4.4.3-4.4.4":1.901163257329},A:{"6":0.007697962962963,"7":0,"8":0.061583703703704,"9":0.007697962962963,"10":0.015395925925926,"11":0.11546944444444,"5.5":0},B:{"12":0.015116,"13":0.011337,"14":0.026453,"15":0.015116,"16":0.018895,"17":0.117149,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.89033012987013,"5":0.1023367965368,"6.2":0.12280415584416,_:"7.2"},N:{"10":0.022012769230769,"11":0.26415323076923},J:{"7":0.0087094,"10":0.0348376},R:{_:"0"},M:{"0":0.068431},O:{"0":8.64719},Q:{_:"1.2"},H:{"0":4.6822645103093},L:{"0":58.810883}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PL.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PL.js new file mode 100644 index 0000000..496b978 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PL.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.005193,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0.005193,"19":0,"20":0,"21":0,"22":0.010386,"23":0,"24":0,"25":0,"26":0.005193,"27":0,"28":0,"29":0.031158,"30":0,"31":0.005193,"32":0,"33":0,"34":0.010386,"35":0.005193,"36":0.005193,"37":0.005193,"38":0.015579,"39":0.010386,"40":0.010386,"41":0,"42":0,"43":0.010386,"44":0.005193,"45":0,"46":0.025965,"47":0.005193,"48":0.005193,"49":0.337545,"50":0.005193,"51":0.010386,"52":0.005193,"53":0.005193,"54":0.005193,"55":0.010386,"56":0.015579,"57":0.015579,"58":0.057123,"59":0.015579,"60":0.010386,"61":0.036351,"62":0.025965,"63":0.05193,"64":0.036351,"65":0.036351,"66":0.041544,"67":0.077895,"68":0.145404,"69":0.405054,"70":10.173087,"71":0.015579,"72":0.015579,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.005193,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.005193,"39":0,"40":0,"41":0.010386,"42":0,"43":0.010386,"44":0,"45":0.005193,"46":0,"47":0.015579,"48":0.020772,"49":0.005193,"50":0.005193,"51":0.010386,"52":0.270036,"53":0.005193,"54":0.005193,"55":0.005193,"56":0.020772,"57":0.015579,"58":0.010386,"59":0.020772,"60":0.077895,"61":0.046737,"62":0.145404,"63":3.224853,"64":0.015579,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.005193,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.005193,"33":0,"34":0,"35":0,"36":0.05193,"37":0.005193,"38":0.005193,"39":0,"40":0,"41":0,"42":0,"43":0.005193,"44":0,"45":0.005193,"46":0.005193,"47":0,"48":0.015579,"49":0,"50":0,"51":0,"52":0.005193,"53":0.005193,"54":0.005193,"55":0.031158,"56":1.521549,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.010386},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.005193,"10":0.005193,"11":0.015579,"12":0.275229,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.005193,"10.1":0.020772,"11.1":0.067509},G:{"8":0.042366185529871,"3.2":0.00026151966376464,"4.0-4.1":0,"4.2-4.3":0.00026151966376464,"5.0-5.1":0.0031382359651756,"6.0-6.1":0.0015691179825878,"7.0-7.1":0.0060149522665866,"8.1-8.4":0.01464510117082,"9.0-9.2":0.0083686292404683,"9.3":0.060411042329631,"10.0-10.2":0.070871828880216,"10.3":0.091531882317622,"11.0-11.2":0.16528042749925,"11.3-11.4":0.43987607445212,"12-12.1":1.7087694830381},I:{"3":0.0022798230184582,"4":0.28497787730727,_:"67","2.1":0,"2.2":0.0022798230184582,"2.3":0.06383504451683,"4.1":0.11171132790445,"4.2-4.3":0.54031805537459,"4.4":0,"4.4.3-4.4.4":1.0943150488599},A:{"6":0,"7":0,"8":0.010386,"9":0.010386,"10":0.010386,"11":0.399861,"5.5":0},B:{"12":0.005193,"13":0.015579,"14":0.046737,"15":0.098667,"16":0.067509,"17":0.545265,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.94110736241611,"5":0.21250811409396,"6.2":0.25298585011186,_:"7.2"},N:{"10":0.011216333333333,"11":0.52716766666667},J:{"7":0.004807,"10":0.019228},R:{_:"0"},M:{"0":0.197087},O:{"0":0.038456},Q:{_:"1.2"},H:{"0":0.71905121305842},L:{"0":66.625637}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PM.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PM.js new file mode 100644 index 0000000..1b94d0c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PM.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0.007766,"47":0,"48":0,"49":0.093192,"50":0,"51":0,"52":0,"53":0,"54":0.100958,"55":0,"56":0,"57":0.419364,"58":0.015532,"59":0.03883,"60":0,"61":0,"62":0,"63":0,"64":0.085426,"65":0.046596,"66":0.023298,"67":0.147554,"68":0.015532,"69":1.716286,"70":26.87036,"71":0,"72":0,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0.023298,"41":0,"42":0,"43":0,"44":0,"45":0.132022,"46":0,"47":0,"48":0.124256,"49":0,"50":0,"51":0,"52":0.007766,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0.023298,"59":0,"60":0.458194,"61":0.007766,"62":0.11649,"63":7.424296,"64":0,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":2.13565,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0.054362,"6":0,"7":0,"8":0,"9":0.007766,"10":0.031064,"11":0.015532,"12":1.51437,_:"0","3.1":0,"3.2":0,"5.1":0.007766,"6.1":0,"7.1":0,"9.1":0.085426,"10.1":1.654158,"11.1":1.296922},G:{"8":0.54416336595617,"3.2":0.0033590331231862,"4.0-4.1":0,"4.2-4.3":0.0033590331231862,"5.0-5.1":0.040308397478235,"6.0-6.1":0.020154198739117,"7.0-7.1":0.077257761833283,"8.1-8.4":0.18810585489843,"9.0-9.2":0.10748905994196,"9.3":0.77593665145602,"10.0-10.2":0.91029797638347,"10.3":1.1756615931152,"11.0-11.2":2.1229089338537,"11.3-11.4":5.6498937131992,"12-12.1":21.947922426899},I:{"3":0.00064441910966341,"4":0.080552388707926,_:"67","2.1":0,"2.2":0.00064441910966341,"2.3":0.018043735070575,"4.1":0.031576536373507,"4.2-4.3":0.15272732899023,"4.4":0,"4.4.3-4.4.4":0.30932117263844},A:{"6":0,"7":0,"8":0,"9":0,"10":0,"11":1.211496,"5.5":0},B:{"12":0,"13":0,"14":0.015532,"15":0,"16":0.007766,"17":1.335752,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0,"5":0,"6.2":0,_:"7.2"},N:{"10":0,"11":0.01117},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.035744},O:{"0":0},Q:{_:"1.2"},H:{"0":0},L:{"0":17.548992}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PN.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PN.js new file mode 100644 index 0000000..cda5b26 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PN.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0.258643,"53":0,"54":0,"55":1.034572,"56":0,"57":1.034572,"58":0,"59":0,"60":0,"61":0,"62":0,"63":0,"64":0,"65":0,"66":0,"67":0,"68":0,"69":0,"70":4.134929,"71":0,"72":0,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0.517286,"51":0,"52":0.517286,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0,"59":0,"60":0,"61":0,"62":0.258643,"63":0.517286,"64":0,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0,"10.1":0,"11.1":0},G:{"8":0.45502755508856,"3.2":0.0028088120684479,"4.0-4.1":0,"4.2-4.3":0.0028088120684479,"5.0-5.1":0.033705744821375,"6.0-6.1":0.016852872410687,"7.0-7.1":0.064602677574302,"8.1-8.4":0.15729347583308,"9.0-9.2":0.089881986190333,"9.3":0.64883558781147,"10.0-10.2":0.76118807054938,"10.3":0.98308422395677,"11.0-11.2":1.7751692272591,"11.3-11.4":4.7244218991294,"12-12.1":18.352778055239},I:{"3":0,"4":0,_:"67","2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},A:{"6":0,"7":0,"8":0.775929,"9":0,"10":0,"11":1.807142,"5.5":0},B:{"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0,"5":0,"6.2":0,_:"7.2"},N:{"10":0,"11":0},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0},O:{"0":0},Q:{_:"1.2"},H:{"0":0},L:{"0":60.819969}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PR.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PR.js new file mode 100644 index 0000000..e3a3731 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PR.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.004386,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0.030702,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.008772,"34":0,"35":0,"36":0,"37":0,"38":0.004386,"39":0,"40":0,"41":0,"42":0,"43":0.004386,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.135966,"50":0.004386,"51":0.004386,"52":0,"53":0.06579,"54":0.004386,"55":0.013158,"56":0.004386,"57":0.008772,"58":0.02193,"59":0.004386,"60":0.008772,"61":0.004386,"62":0.008772,"63":0.017544,"64":0.008772,"65":0.039474,"66":0.04386,"67":0.08772,"68":0.074562,"69":0.425442,"70":8.780772,"71":0.017544,"72":0.008772,"73":0},C:{"2":0,"3":0,"4":0.004386,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.004386,"44":0,"45":0.008772,"46":0,"47":0.008772,"48":0.039474,"49":0.008772,"50":0,"51":0.004386,"52":0.070176,"53":0.008772,"54":0.004386,"55":0.004386,"56":0.017544,"57":0.004386,"58":0.004386,"59":0.008772,"60":0.039474,"61":0.017544,"62":0.083334,"63":1.127202,"64":0.008772,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.004386,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.171054,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0.004386,"6":0,"7":0.013158,"8":0.02193,"9":0.057018,"10":0.048246,"11":0.083334,"12":1.372818,_:"0","3.1":0,"3.2":0,"5.1":0.008772,"6.1":0.013158,"7.1":0,"9.1":0.078948,"10.1":0.149124,"11.1":0.355266},G:{"8":0.41945235184629,"3.2":0.0025892120484339,"4.0-4.1":0,"4.2-4.3":0.0025892120484339,"5.0-5.1":0.031070544581207,"6.0-6.1":0.015535272290603,"7.0-7.1":0.05955187711398,"8.1-8.4":0.1449958747123,"9.0-9.2":0.082854785549885,"9.3":0.59810798318823,"10.0-10.2":0.70167646512559,"10.3":0.90622421695187,"11.0-11.2":1.6363820146102,"11.3-11.4":4.3550546654658,"12-12.1":16.917911524467},I:{"3":0.00089243431053203,"4":0.1115542888165,_:"67","2.1":0,"2.2":0.00089243431053203,"2.3":0.024988160694897,"4.1":0.043729281216069,"4.2-4.3":0.21150693159609,"4.4":0,"4.4.3-4.4.4":0.42836846905537},A:{"6":0,"7":0,"8":0.013158,"9":0.026316,"10":0.013158,"11":0.956148,"5.5":0},B:{"12":0.02193,"13":0.017544,"14":0.039474,"15":0.039474,"16":0.105264,"17":1.171062,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.35615968715084,"5":0.14665398882682,"6.2":0.16760455865922,_:"7.2"},N:{"10":0,"11":0.033684},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.202104},O:{"0":0.061754},Q:{_:"1.2"},H:{"0":0.074409615120275},L:{"0":50.943778}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PS.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PS.js new file mode 100644 index 0000000..271f4ad --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PS.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.00683,"23":0,"24":0,"25":0,"26":0.00683,"27":0,"28":0.00683,"29":1.41381,"30":0,"31":0.00683,"32":0.00683,"33":0.00683,"34":0.00683,"35":0,"36":0.00683,"37":0.00683,"38":0.02049,"39":0,"40":0.00683,"41":0.00683,"42":0.02049,"43":0.16392,"44":0.00683,"45":0.01366,"46":0.04098,"47":0.01366,"48":0.01366,"49":0.38931,"50":0.00683,"51":0.02732,"52":0.01366,"53":0.00683,"54":0.01366,"55":0.00683,"56":0.03415,"57":0.02049,"58":0.10928,"59":0.01366,"60":0.04781,"61":0.04098,"62":0.0683,"63":0.2049,"64":0.16392,"65":0.11611,"66":0.12977,"67":0.23905,"68":0.36199,"69":1.09963,"70":30.22958,"71":0.02732,"72":0.02732,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0.00683,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.00683,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.00683,"39":0,"40":0,"41":0.00683,"42":0.00683,"43":0.01366,"44":0,"45":0.00683,"46":0,"47":0.02049,"48":0.02049,"49":0.00683,"50":0,"51":0,"52":0.09562,"53":0.00683,"54":0.00683,"55":0.00683,"56":0.02732,"57":0.04781,"58":0.04781,"59":0.01366,"60":0.04098,"61":0.04781,"62":0.09562,"63":2.22658,"64":0.04098,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0.03415,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.01366,"49":0.00683,"50":0.00683,"51":0.00683,"52":0,"53":0.00683,"54":0.00683,"55":0.02732,"56":1.33185,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.00683,"9":0.00683,"10":0.02732,"11":0.06147,"12":0.81277,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.02732,"10.1":0.06147,"11.1":0.29369},G:{"8":0.10414850795557,"3.2":0.00064289202441709,"4.0-4.1":0,"4.2-4.3":0.00064289202441709,"5.0-5.1":0.0077147042930051,"6.0-6.1":0.0038573521465026,"7.0-7.1":0.014786516561593,"8.1-8.4":0.036001953367357,"9.0-9.2":0.020572544781347,"9.3":0.14850805764035,"10.0-10.2":0.17422373861703,"10.3":0.22501220854598,"11.0-11.2":0.4063077594316,"11.3-11.4":1.0813443850695,"12-12.1":4.2006564875413},I:{"3":0.0022754614549403,"4":0.28443268186754,_:"67","2.1":0,"2.2":0.0022754614549403,"2.3":0.063712920738328,"4.1":0.11149761129207,"4.2-4.3":0.53928436482085,"4.4":0,"4.4.3-4.4.4":1.0922214983713},A:{"6":0,"7":0,"8":0.08452125,"9":0.014086875,"10":0.0211303125,"11":0.3310415625,"5.5":0},B:{"12":0.01366,"13":0.04098,"14":0.03415,"15":0.02732,"16":0.0683,"17":0.64885,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.66016019417476,"5":0.06093786407767,"6.2":0.13203203883495,_:"7.2"},N:{"10":0,"11":0.01902},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.07925},O:{"0":0.19337},Q:{_:"1.2"},H:{"0":0.5131968556701},L:{"0":42.335}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PT.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PT.js new file mode 100644 index 0000000..d2c3072 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PT.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.016322,"23":0,"24":0,"25":0,"26":0.008161,"27":0,"28":0,"29":0.130576,"30":0,"31":0,"32":0.008161,"33":0,"34":0.016322,"35":0.008161,"36":0.008161,"37":0.008161,"38":0.040805,"39":0.048966,"40":0.008161,"41":0.008161,"42":0,"43":0.310118,"44":0.008161,"45":0,"46":0.008161,"47":0.008161,"48":0.008161,"49":0.832422,"50":0.008161,"51":0.016322,"52":0.016322,"53":0.024483,"54":0.048966,"55":0.032644,"56":0.032644,"57":0.016322,"58":0.073449,"59":0.016322,"60":0.040805,"61":0.065288,"62":0.040805,"63":0.106093,"64":0.08161,"65":0.138737,"66":0.122415,"67":0.261152,"68":0.350923,"69":1.240472,"70":39.784875,"71":0.073449,"72":0.032644,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.008161,"34":0,"35":0,"36":0,"37":0,"38":0.008161,"39":0,"40":0,"41":0,"42":0,"43":0.008161,"44":0,"45":0.016322,"46":0.008161,"47":0.024483,"48":0.08161,"49":0.008161,"50":0.008161,"51":0.008161,"52":0.204025,"53":0.008161,"54":0.008161,"55":0.008161,"56":0.024483,"57":0.024483,"58":0.008161,"59":0.040805,"60":0.130576,"61":0.065288,"62":0.179542,"63":4.153949,"64":0.032644,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.024483,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.008161,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.008161,"56":1.118057,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0.008161,"6":0,"7":0,"8":0.008161,"9":0.016322,"10":0.048966,"11":0.138737,"12":2.562554,_:"0","3.1":0,"3.2":0,"5.1":0.008161,"6.1":0.008161,"7.1":0,"9.1":0.08161,"10.1":0.220347,"11.1":0.563109},G:{"8":0.18718231882318,"3.2":0.0011554464124887,"4.0-4.1":0,"4.2-4.3":0.0011554464124887,"5.0-5.1":0.013865356949865,"6.0-6.1":0.0069326784749325,"7.0-7.1":0.026575267487241,"8.1-8.4":0.06470499909937,"9.0-9.2":0.03697428519964,"9.3":0.2669081212849,"10.0-10.2":0.31312597778445,"10.3":0.40440624437106,"11.0-11.2":0.73024213269288,"11.3-11.4":1.9434608658061,"12-12.1":7.5496868592014},I:{"3":0.00059355266015201,"4":0.074194082519001,_:"67","2.1":0,"2.2":0.00059355266015201,"2.3":0.016619474484256,"4.1":0.029084080347448,"4.2-4.3":0.14067198045603,"4.4":0,"4.4.3-4.4.4":0.28490527687296},A:{"6":0,"7":0,"8":0.041059236760125,"9":0.04927108411215,"10":0.024635542056075,"11":2.5210371370717,"5.5":0},B:{"12":0.016322,"13":0.016322,"14":0.065288,"15":0.106093,"16":0.155059,"17":2.276919,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.1534415625,"5":0.020458875,"6.2":0.0306883125,_:"7.2"},N:{"10":0,"11":0.058848},J:{"7":0.0014712,"10":0.0058848},R:{_:"0"},M:{"0":0.119535},O:{"0":0.334698},Q:{_:"1.2"},H:{"0":0.12361429381443},L:{"0":25.121954}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PW.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PW.js new file mode 100644 index 0000000..9de210f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PW.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.091222,"29":0,"30":0,"31":0,"32":0,"33":0.05366,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.021464,"46":0.032196,"47":0.010732,"48":0,"49":0.085856,"50":0.037562,"51":0.016098,"52":0,"53":0.005366,"54":0.010732,"55":0,"56":0,"57":0.085856,"58":0.05366,"59":0,"60":0.091222,"61":0.010732,"62":0.010732,"63":0.05366,"64":0.02683,"65":0.021464,"66":0.091222,"67":0.075124,"68":0.574162,"69":0.311228,"70":16.31264,"71":0,"72":0.005366,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0.005366,"48":0,"49":0,"50":0,"51":0,"52":0.021464,"53":0,"54":0.010732,"55":0,"56":0,"57":0,"58":0,"59":0,"60":0.037562,"61":0,"62":0.13415,"63":0.794168,"64":0.08049,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0.032196,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.037562,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.16098,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.193176,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.005366,"9":0.112686,"10":0,"11":0.112686,"12":0.434646,_:"0","3.1":0,"3.2":0,"5.1":0.005366,"6.1":0,"7.1":0,"9.1":0.010732,"10.1":0.311228,"11.1":0.096588},G:{"8":0.17264193935755,"3.2":0.0010656909836886,"4.0-4.1":0,"4.2-4.3":0.0010656909836886,"5.0-5.1":0.012788291804263,"6.0-6.1":0.0063941459021315,"7.0-7.1":0.024510892624837,"8.1-8.4":0.059678695086561,"9.0-9.2":0.034102111478035,"9.3":0.24617461723206,"10.0-10.2":0.28880225657961,"10.3":0.372991844291,"11.0-11.2":0.67351670169118,"11.3-11.4":1.7924922345642,"12-12.1":6.9632248874212},I:{"3":0.0014234180238871,"4":0.17792725298588,_:"67","2.1":0,"2.2":0.0014234180238871,"2.3":0.039855704668838,"4.1":0.069747483170467,"4.2-4.3":0.33735007166124,"4.4":0,"4.4.3-4.4.4":0.6832406514658},A:{"6":0,"7":0,"8":0.005366,"9":0.021464,"10":0.02683,"11":1.277108,"5.5":0},B:{"12":0.016098,"13":0.005366,"14":0.021464,"15":0.032196,"16":0.284398,"17":1.577604,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.86103663829787,"5":0.042001787234043,"6.2":0.23100982978723,_:"7.2"},N:{"10":0,"11":0.097314},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.125118},O:{"0":0.987042},Q:{_:"1.2"},H:{"0":0.68439880412371},L:{"0":56.797802}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PY.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PY.js new file mode 100644 index 0000000..6256c12 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/PY.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.003875,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.00775,"32":0,"33":0,"34":0,"35":0,"36":0.003875,"37":0,"38":0.003875,"39":0,"40":0.003875,"41":0.003875,"42":0,"43":0,"44":0.003875,"45":0,"46":0.00775,"47":0,"48":0,"49":0.112375,"50":0.003875,"51":0.003875,"52":0.003875,"53":0.003875,"54":0,"55":0.003875,"56":0.00775,"57":0.00775,"58":0.019375,"59":0.00775,"60":0.0155,"61":0.00775,"62":0.011625,"63":0.03875,"64":0.019375,"65":0.031,"66":0.034875,"67":0.08525,"68":0.093,"69":0.298375,"70":9.75725,"71":0.011625,"72":0.00775,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0.003875,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0.00775,"25":0,"26":0,"27":0,"28":0,"29":0.003875,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0.003875,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.011625,"44":0.003875,"45":0,"46":0,"47":0.00775,"48":0.00775,"49":0,"50":0,"51":0,"52":0.06975,"53":0.003875,"54":0.003875,"55":0.003875,"56":0.00775,"57":0.00775,"58":0.011625,"59":0.00775,"60":0.019375,"61":0.019375,"62":0.03875,"63":0.78275,"64":0.00775,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0.003875,"18":0,"19":0,"20":0,"21":0,"22":0.003875,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.003875,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0.003875,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.003875,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.197625,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.081375,"10":0.003875,"11":0.027125,"12":0.220875,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.00775,"10.1":0.034875,"11.1":0.050375},G:{"8":0.061469378564995,"3.2":0.0003794406084259,"4.0-4.1":0,"4.2-4.3":0.0003794406084259,"5.0-5.1":0.0045532873011108,"6.0-6.1":0.0022766436505554,"7.0-7.1":0.0087271339937957,"8.1-8.4":0.02124867407185,"9.0-9.2":0.012142099469629,"9.3":0.087650780546382,"10.0-10.2":0.10282840488342,"10.3":0.13280421294906,"11.0-11.2":0.23980646452517,"11.3-11.4":0.63821910337236,"12-12.1":2.4792649354548},I:{"3":0.0017881378935939,"4":0.22351723669924,_:"67","2.1":0,"2.2":0.0017881378935939,"2.3":0.05006786102063,"4.1":0.087618756786102,"4.2-4.3":0.42378868078176,"4.4":0,"4.4.3-4.4.4":0.85830618892508},A:{"6":0,"7":0,"8":0.011625,"9":0.011625,"10":0.003875,"11":0.1085,"5.5":0},B:{"12":0.003875,"13":0.00775,"14":0.011625,"15":0.011625,"16":0.019375,"17":0.143375,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.9878213917526,"5":0.30271391752577,"6.2":0.30271391752577,_:"7.2"},N:{"10":0.01225,"11":0.0735},J:{"7":0.001225,"10":0.0049},R:{_:"0"},M:{"0":0.06125},O:{"0":0.153125},Q:{_:"1.2"},H:{"0":0.63786297250859},L:{"0":73.62225}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/QA.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/QA.js new file mode 100644 index 0000000..3e550a0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/QA.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.004421,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0.004421,"20":0,"21":0,"22":0.008842,"23":0,"24":0.008842,"25":0,"26":0,"27":0,"28":0,"29":0.415574,"30":0.004421,"31":0,"32":0.004421,"33":0.004421,"34":0.008842,"35":0.004421,"36":0,"37":0.004421,"38":0.026526,"39":0.004421,"40":0,"41":0.004421,"42":0,"43":0.004421,"44":0.004421,"45":0,"46":0.004421,"47":0.004421,"48":0.004421,"49":0.097262,"50":0.004421,"51":0.004421,"52":0.004421,"53":0.004421,"54":0.004421,"55":0.017684,"56":0.022105,"57":0.008842,"58":0.070736,"59":0.013263,"60":0.013263,"61":0.013263,"62":0.017684,"63":0.048631,"64":0.039789,"65":0.079578,"66":0.039789,"67":0.114946,"68":0.057473,"69":0.39789,"70":10.013565,"71":0.026526,"72":0.022105,"73":0},C:{"2":0.004421,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0.004421,"16":0,"17":0,"18":0.004421,"19":0,"20":0,"21":0.004421,"22":0,"23":0.004421,"24":0,"25":0.004421,"26":0,"27":0,"28":0,"29":0,"30":0.004421,"31":0.004421,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.008842,"39":0,"40":0,"41":0,"42":0,"43":0.004421,"44":0.004421,"45":0.004421,"46":0,"47":0.004421,"48":0.008842,"49":0.004421,"50":0.004421,"51":0.004421,"52":0.017684,"53":0.004421,"54":0.008842,"55":0.004421,"56":0.004421,"57":0.017684,"58":0.008842,"59":0.008842,"60":0.013263,"61":0.017684,"62":0.04421,"63":0.658729,"64":0.017684,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.017684,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.004421,"44":0.004421,"45":0,"46":0,"47":0.004421,"48":0.022105,"49":0.004421,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.247576,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.004421},E:{"4":0,"5":0.004421,"6":0,"7":0.008842,"8":0.004421,"9":0.004421,"10":0.017684,"11":0.04421,"12":0.548204,_:"0","3.1":0,"3.2":0,"5.1":0.004421,"6.1":0,"7.1":0.004421,"9.1":0.035368,"10.1":0.070736,"11.1":0.216629},G:{"8":0.2365649378565,"3.2":0.0014602773941759,"4.0-4.1":0,"4.2-4.3":0.0014602773941759,"5.0-5.1":0.017523328730111,"6.0-6.1":0.0087616643650555,"7.0-7.1":0.033586380066046,"8.1-8.4":0.081775534073852,"9.0-9.2":0.04672887661363,"9.3":0.33732407805464,"10.0-10.2":0.39573517382168,"10.3":0.51109708796157,"11.0-11.2":0.92289531311918,"11.3-11.4":2.4561865770039,"12-12.1":9.5414524935455},I:{"3":0.00072438545059718,"4":0.090548181324647,_:"67","2.1":0,"2.2":0.00072438545059718,"2.3":0.020282792616721,"4.1":0.035494887079262,"4.2-4.3":0.17167935179153,"4.4":0,"4.4.3-4.4.4":0.34770501628664},A:{"6":0,"7":0,"8":0.044407366071429,"9":0.048848102678571,"10":0.035525892857143,"11":0.86150290178571,"5.5":0},B:{"12":0.008842,"13":0.008842,"14":0.030947,"15":0.04421,"16":0.057473,"17":0.548204,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.73916057142857,"5":0.041064476190476,"6.2":0.17452402380952,_:"7.2"},N:{"10":0,"11":0.044632},J:{"7":0.0022316,"10":0.0089264},R:{_:"0"},M:{"0":0.083685},O:{"0":18.890494},Q:{_:"1.2"},H:{"0":1.3891230704467},L:{"0":35.309427}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/RE.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/RE.js new file mode 100644 index 0000000..9527dbc --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/RE.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.013786,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.020679,"23":0,"24":0,"25":0,"26":0.006893,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.096502,"35":0,"36":0,"37":0.027572,"38":0.075823,"39":0,"40":0.006893,"41":0,"42":0,"43":0.013786,"44":0.006893,"45":0.013786,"46":0.006893,"47":0.006893,"48":0.041358,"49":0.406687,"50":0,"51":0.006893,"52":0.013786,"53":0.041358,"54":0.20679,"55":0.165432,"56":0.013786,"57":0.020679,"58":0.055144,"59":0.06893,"60":0.020679,"61":0.130967,"62":0.055144,"63":0.082716,"64":0.062037,"65":0.082716,"66":0.089609,"67":0.151646,"68":0.234362,"69":1.006378,"70":20.968506,"71":0.020679,"72":0.020679,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0.006893,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0.006893,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0.013786,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.013786,"32":0.020679,"33":0,"34":0.027572,"35":0.006893,"36":0,"37":0,"38":0.013786,"39":0,"40":0.027572,"41":0.034465,"42":0.013786,"43":0.013786,"44":0.006893,"45":0.013786,"46":0.027572,"47":0.027572,"48":0.179218,"49":0.110288,"50":0.020679,"51":0.020679,"52":0.530761,"53":0.013786,"54":0.034465,"55":0.130967,"56":0.075823,"57":0.048251,"58":0.013786,"59":0.013786,"60":0.144753,"61":0.075823,"62":0.213683,"63":5.369647,"64":0.006893,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.020679,"32":0,"33":0,"34":0,"35":0,"36":0.020679,"37":0,"38":0,"39":0,"40":0.013786,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006893,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.751337,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0.013786,"5":0.020679,"6":0,"7":0,"8":0.082716,"9":0.013786,"10":0.048251,"11":0.117181,"12":1.868003,_:"0","3.1":0,"3.2":0,"5.1":0.103395,"6.1":0.006893,"7.1":0,"9.1":0.103395,"10.1":0.213683,"11.1":0.661728},G:{"8":0.25253387751426,"3.2":0.001558851095767,"4.0-4.1":0,"4.2-4.3":0.001558851095767,"5.0-5.1":0.018706213149204,"6.0-6.1":0.0093531065746022,"7.0-7.1":0.035853575202642,"8.1-8.4":0.087295661362954,"9.0-9.2":0.049883235064545,"9.3":0.36009460312219,"10.0-10.2":0.42244864695287,"10.3":0.54559788351846,"11.0-11.2":0.98519389252477,"11.3-11.4":2.6219875430802,"12-12.1":10.185533059742},I:{"3":0.00085132899022801,"4":0.1064161237785,_:"67","2.1":0,"2.2":0.00085132899022801,"2.3":0.023837211726384,"4.1":0.041715120521173,"4.2-4.3":0.20176497068404,"4.4":0,"4.4.3-4.4.4":0.40863791530945},A:{"6":0,"7":0,"8":0.013786,"9":0.006893,"10":0.027572,"11":1.020164,"5.5":0},B:{"12":0.020679,"13":0.027572,"14":0.082716,"15":0.130967,"16":0.165432,"17":2.157509,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.69849097744361,"5":0.075222105263158,"6.2":0.12895218045113,_:"7.2"},N:{"10":0,"11":0.040391},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.18642},O:{"0":0.052819},Q:{_:"1.2"},H:{"0":0.2029639742268},L:{"0":37.667319}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/RO.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/RO.js new file mode 100644 index 0000000..7b83e7b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/RO.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.006552,"23":0,"24":0,"25":0,"26":0.006552,"27":0,"28":0.006552,"29":0.530712,"30":0.006552,"31":0.006552,"32":0,"33":0,"34":0.013104,"35":0,"36":0,"37":0.006552,"38":0.026208,"39":0.006552,"40":0.006552,"41":0.006552,"42":0,"43":0.006552,"44":0,"45":0,"46":0.013104,"47":0.13104,"48":0.006552,"49":0.799344,"50":0.006552,"51":0.019656,"52":0.006552,"53":0.013104,"54":0.006552,"55":0.039312,"56":0.013104,"57":0.013104,"58":0.078624,"59":0.013104,"60":0.019656,"61":0.190008,"62":0.091728,"63":0.183456,"64":0.117936,"65":0.124488,"66":0.091728,"67":0.137592,"68":0.1638,"69":0.681408,"70":21.824712,"71":0.039312,"72":0.019656,"73":0},C:{"2":0,"3":0.006552,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0.006552,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.006552,"33":0.006552,"34":0.006552,"35":0,"36":0,"37":0,"38":0.006552,"39":0,"40":0,"41":0,"42":0,"43":0.013104,"44":0,"45":0.019656,"46":0,"47":0.026208,"48":0.06552,"49":0.006552,"50":0.013104,"51":0.013104,"52":0.340704,"53":0.006552,"54":0.013104,"55":0.013104,"56":0.039312,"57":0.052416,"58":0.039312,"59":0.026208,"60":0.078624,"61":0.052416,"62":0.1638,"63":3.852576,"64":0.039312,"65":0.006552,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.006552,"32":0,"33":0,"34":0,"35":0,"36":0.03276,"37":0,"38":0,"39":0,"40":0.006552,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.013104,"49":0.006552,"50":0.006552,"51":0.006552,"52":0.006552,"53":0,"54":0,"55":0.006552,"56":1.631448,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.013104},E:{"4":0,"5":0,"6":0,"7":0,"8":0.006552,"9":0.006552,"10":0.006552,"11":0.03276,"12":0.445536,_:"0","3.1":0,"3.2":0,"5.1":0.006552,"6.1":0,"7.1":0,"9.1":0.013104,"10.1":0.039312,"11.1":0.078624},G:{"8":0.20989778925248,"3.2":0.001295665365756,"4.0-4.1":0,"4.2-4.3":0.001295665365756,"5.0-5.1":0.015547984389072,"6.0-6.1":0.0077739921945362,"7.0-7.1":0.029800303412389,"8.1-8.4":0.072557260482338,"9.0-9.2":0.041461291704193,"9.3":0.29929869948964,"10.0-10.2":0.35112531411988,"10.3":0.45348287801461,"11.0-11.2":0.81886051115781,"11.3-11.4":2.1793091452016,"12-12.1":8.4658774998499},I:{"3":0.00090005646036916,"4":0.11250705754615,_:"67","2.1":0,"2.2":0.00090005646036916,"2.3":0.025201580890337,"4.1":0.044102766558089,"4.2-4.3":0.21331338110749,"4.4":0,"4.4.3-4.4.4":0.4320271009772},A:{"6":0,"7":0.0067043720930233,"8":0.10056558139535,"9":0.026817488372093,"10":0.04022623255814,"11":0.9788383255814,"5.5":0},B:{"12":0.013104,"13":0.471744,"14":0.03276,"15":0.072072,"16":0.078624,"17":0.943488,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.54074249180328,"5":0.071418819672131,"6.2":0.17344570491803,_:"7.2"},N:{"10":0.010344,"11":0.144816},J:{"7":0.003448,"10":0.013792},R:{_:"0"},M:{"0":0.20688},O:{"0":0.065512},Q:{_:"1.2"},H:{"0":0.26767617869416},L:{"0":42.777024}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/RS.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/RS.js new file mode 100644 index 0000000..4b1f4e7 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/RS.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006664,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.026656,"23":0,"24":0,"25":0.006664,"26":0.019992,"27":0,"28":0,"29":0.053312,"30":0,"31":0.013328,"32":0,"33":0.006664,"34":0.019992,"35":0.006664,"36":0,"37":0.006664,"38":0.03332,"39":0.006664,"40":0.006664,"41":0,"42":0,"43":0.019992,"44":0,"45":0,"46":0.019992,"47":0.006664,"48":0.013328,"49":1.272824,"50":0.013328,"51":0.006664,"52":0.006664,"53":0.013328,"54":0.006664,"55":0.013328,"56":0.019992,"57":0.019992,"58":0.253232,"59":0.019992,"60":0.026656,"61":0.046648,"62":0.053312,"63":0.093296,"64":0.059976,"65":0.106624,"66":0.073304,"67":0.173264,"68":0.206584,"69":0.626416,"70":22.111152,"71":0.059976,"72":0.053312,"73":0},C:{"2":0.006664,"3":0.006664,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.006664,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.006664,"32":0,"33":0.006664,"34":0.006664,"35":0.006664,"36":0.006664,"37":0,"38":0.013328,"39":0.006664,"40":0.006664,"41":0.013328,"42":0.006664,"43":0.026656,"44":0.006664,"45":0.013328,"46":0,"47":0.039984,"48":0.06664,"49":0.06664,"50":0.039984,"51":0.019992,"52":0.593096,"53":0.019992,"54":0.013328,"55":0.019992,"56":0.09996,"57":0.03332,"58":0.026656,"59":0.086632,"60":0.086632,"61":0.073304,"62":0.153272,"63":4.904704,"64":0.09996,"65":0.006664,"3.5":0,"3.6":0.006664},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.006664,"32":0,"33":0,"34":0,"35":0,"36":0.093296,"37":0.006664,"38":0,"39":0,"40":0.006664,"41":0,"42":0,"43":0.006664,"44":0,"45":0,"46":0,"47":0,"48":0.026656,"49":0.006664,"50":0,"51":0,"52":0,"53":0,"54":0.006664,"55":0.006664,"56":1.972544,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0.006664,"12.1":0.03332},E:{"4":0,"5":0,"6":0,"7":0,"8":0.006664,"9":0,"10":0.006664,"11":0.013328,"12":0.319872,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.019992,"10.1":0.03332,"11.1":0.086632},G:{"8":0.1093464497148,"3.2":0.00067497808465926,"4.0-4.1":0,"4.2-4.3":0.00067497808465926,"5.0-5.1":0.0080997370159111,"6.0-6.1":0.0040498685079556,"7.0-7.1":0.015524495947163,"8.1-8.4":0.037798772740919,"9.0-9.2":0.021599298709096,"9.3":0.15591993755629,"10.0-10.2":0.18291906094266,"10.3":0.23624232963074,"11.0-11.2":0.42658614950465,"11.3-11.4":1.1353131383969,"12-12.1":4.4103068051636},I:{"3":0.0014334940282302,"4":0.17918675352877,_:"67","2.1":0,"2.2":0.0014334940282302,"2.3":0.040137832790445,"4.1":0.070241207383279,"4.2-4.3":0.33973808469055,"4.4":0,"4.4.3-4.4.4":0.68807713355049},A:{"6":0.081402403587444,"7":0,"8":0.35274374887892,"9":0.10853653811659,"10":0.027134134529148,"11":0.94291117488789,"5.5":0},B:{"12":0.006664,"13":0.013328,"14":0.06664,"15":0.126616,"16":0.053312,"17":0.53312,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.45195547826087,"5":0.030815146245059,"6.2":0.11298886956522,_:"7.2"},N:{"10":0.021922285714286,"11":0.28498971428571},J:{"7":0.0040032,"10":0.0160128},R:{_:"0"},M:{"0":0.140112},O:{"0":0.056712},Q:{_:"1.2"},H:{"0":0.54638750515464},L:{"0":47.827528}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/RU.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/RU.js new file mode 100644 index 0000000..6fc0881 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/RU.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.008,"5":0.008,"6":0.008,"7":0,"8":0,"9":0.008,"10":0.008,"11":0.016,"12":0.008,"13":0.008,"14":0.008,"15":0.008,"16":0.008,"17":0.016,"18":0.016,"19":0.008,"20":0.008,"21":0.024,"22":0.024,"23":0.008,"24":0.016,"25":0.008,"26":0.016,"27":0.016,"28":0.016,"29":0.624,"30":0.008,"31":0.024,"32":0.008,"33":0.008,"34":0.008,"35":0.008,"36":0.016,"37":0.016,"38":0.024,"39":0.024,"40":0.04,"41":0.024,"42":0.008,"43":0.024,"44":0.016,"45":0.024,"46":0.016,"47":0.024,"48":0.048,"49":0.68,"50":0.016,"51":0.16,"52":0.024,"53":0.024,"54":0.048,"55":0.064,"56":0.104,"57":0.104,"58":0.08,"59":0.064,"60":0.088,"61":0.232,"62":0.168,"63":0.336,"64":0.2,"65":0.264,"66":0.168,"67":0.352,"68":0.44,"69":1.312,"70":28.192,"71":0.048,"72":0.088,"73":0},C:{"2":0.008,"3":0.016,"4":0.008,"5":0.008,"6":0,"7":0,"8":0,"9":0,"10":0.008,"11":0,"12":0.008,"13":0.008,"14":0.008,"15":0.008,"16":0.008,"17":0.008,"18":0,"19":0.008,"20":0.008,"21":0.008,"22":0.008,"23":0.008,"24":0.008,"25":0.016,"26":0.008,"27":0.008,"28":0.008,"29":0.008,"30":0.008,"31":0.016,"32":0.008,"33":0.008,"34":0.008,"35":0.008,"36":0.008,"37":0.016,"38":0.008,"39":0.008,"40":0.024,"41":0.008,"42":0.008,"43":0.016,"44":0.008,"45":0.04,"46":0.008,"47":0.032,"48":0.104,"49":0.024,"50":0.048,"51":0.04,"52":0.44,"53":0.04,"54":0.048,"55":0.04,"56":0.136,"57":0.104,"58":0.064,"59":0.064,"60":0.152,"61":0.136,"62":0.224,"63":3.208,"64":0.032,"65":0,"3.5":0.024,"3.6":0.096},F:{"9":0,"11":0.008,"12":0.032,"15":0,"16":0,"17":0,"18":0.008,"19":0,"20":0.008,"21":0.008,"22":0,"23":0,"24":0,"25":0.008,"26":0.008,"27":0.016,"28":0.008,"29":0,"30":0,"31":0,"32":0.008,"33":0.008,"34":0.008,"35":0.008,"36":0.16,"37":0.024,"38":0.008,"39":0.008,"40":0,"41":0,"42":0.016,"43":0.016,"44":0,"45":0.016,"46":0.008,"47":0.008,"48":0.032,"49":0.016,"50":0.016,"51":0.016,"52":0.024,"53":0.032,"54":0.032,"55":0.056,"56":4.296,"9.5-9.6":0,"10.0-10.1":0,"10.5":0.008,"10.6":0.016,"11.1":0.008,"11.5":0.008,"11.6":0.024,"12.1":0.152},E:{"4":0.016,"5":0.016,"6":0,"7":0.008,"8":0.008,"9":0.008,"10":0.024,"11":0.12,"12":1.568,_:"0","3.1":0,"3.2":0,"5.1":0.016,"6.1":0.008,"7.1":0,"9.1":0.056,"10.1":0.112,"11.1":0.352},G:{"8":0.17090003002101,"3.2":0.0010549384569198,"4.0-4.1":0,"4.2-4.3":0.0010549384569198,"5.0-5.1":0.012659261483038,"6.0-6.1":0.0063296307415191,"7.0-7.1":0.024263584509156,"8.1-8.4":0.059076553587511,"9.0-9.2":0.033758030621435,"9.3":0.24369078354848,"10.0-10.2":0.28588832182528,"10.3":0.36922845992195,"11.0-11.2":0.66672110477334,"11.3-11.4":1.7744064845392,"12-12.1":6.8929678775143},I:{"3":0.0010380021715527,"4":0.12975027144408,_:"67","2.1":0,"2.2":0.0010380021715527,"2.3":0.029064060803474,"4.1":0.05086210640608,"4.2-4.3":0.24600651465798,"4.4":0,"4.4.3-4.4.4":0.49824104234528},A:{"6":0.016692307692308,"7":0.025038461538462,"8":0.20865384615385,"9":0.083461538461538,"10":0.13353846153846,"11":1.2686153846154,"5.5":0},B:{"12":0.008,"13":0.024,"14":0.064,"15":0.064,"16":0.128,"17":0.976,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.21519587628866,"5":0.040989690721649,"6.2":0.071731958762887,_:"7.2"},N:{"10":0.011636363636364,"11":0.11636363636364},J:{"7":0.0008,"10":0.0032},R:{_:"0"},M:{"0":0.222},O:{"0":0.638},Q:{_:"1.2"},H:{"0":0.54153264604811},L:{"0":19.99}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/RW.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/RW.js new file mode 100644 index 0000000..60939c3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/RW.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.008458,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.008458,"23":0.004229,"24":0,"25":0.004229,"26":0,"27":0,"28":0.004229,"29":0,"30":0,"31":0,"32":0,"33":0.008458,"34":0.004229,"35":0,"36":0.004229,"37":0,"38":0.008458,"39":0.008458,"40":0.012687,"41":0,"42":0,"43":0.080351,"44":0,"45":0.008458,"46":0.008458,"47":0,"48":0.004229,"49":0.033832,"50":0.008458,"51":0.004229,"52":0.016916,"53":0,"54":0,"55":0.012687,"56":0.033832,"57":0.021145,"58":0.059206,"59":0.021145,"60":0.08458,"61":0.004229,"62":0.021145,"63":0.04229,"64":0.025374,"65":0.198763,"66":0.038061,"67":0.067664,"68":0.080351,"69":0.372152,"70":8.597557,"71":0.046519,"72":0.016916,"73":0},C:{"2":0,"3":0.016916,"4":0.008458,"5":0,"6":0.004229,"7":0,"8":0,"9":0,"10":0,"11":0.004229,"12":0.004229,"13":0.004229,"14":0.004229,"15":0,"16":0.004229,"17":0,"18":0,"19":0,"20":0.012687,"21":0.008458,"22":0,"23":0,"24":0.004229,"25":0.004229,"26":0,"27":0.004229,"28":0.004229,"29":0.004229,"30":0.008458,"31":0.025374,"32":0,"33":0,"34":0.004229,"35":0.008458,"36":0.012687,"37":0.004229,"38":0,"39":0.004229,"40":0.021145,"41":0.008458,"42":0,"43":0.025374,"44":0.021145,"45":0.008458,"46":0.004229,"47":0.088809,"48":0.025374,"49":0.008458,"50":0.016916,"51":0.004229,"52":0.033832,"53":0.008458,"54":0.016916,"55":0.012687,"56":0.038061,"57":0.021145,"58":0.021145,"59":0.029603,"60":0.050748,"61":0.059206,"62":0.160702,"63":2.173706,"64":0.236824,"65":0,"3.5":0,"3.6":0.004229},F:{"9":0,"11":0.004229,"12":0.004229,"15":0.008458,"16":0.025374,"17":0,"18":0.004229,"19":0.021145,"20":0.101496,"21":0.004229,"22":0.008458,"23":0.08458,"24":0,"25":0,"26":0,"27":0,"28":0.012687,"29":0,"30":0.004229,"31":0,"32":0.012687,"33":0.016916,"34":0.004229,"35":0.008458,"36":0.004229,"37":0.067664,"38":0,"39":0,"40":0,"41":0,"42":0.004229,"43":0.004229,"44":0,"45":0.012687,"46":0.004229,"47":0,"48":0.012687,"49":0.004229,"50":0,"51":0,"52":0,"53":0.004229,"54":0.012687,"55":0.004229,"56":0.71893,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0.004229,"12.1":0.148015},E:{"4":0,"5":0,"6":0,"7":0,"8":0.004229,"9":0.004229,"10":0.063435,"11":0.046519,"12":0.270656,_:"0","3.1":0,"3.2":0,"5.1":0.012687,"6.1":0,"7.1":0,"9.1":0.029603,"10.1":0.266427,"11.1":0.097267},G:{"8":0.053400439507655,"3.2":0.00032963234263985,"4.0-4.1":0,"4.2-4.3":0.00032963234263985,"5.0-5.1":0.0039555881116782,"6.0-6.1":0.0019777940558391,"7.0-7.1":0.0075815438807165,"8.1-8.4":0.018459411187831,"9.0-9.2":0.010548234964475,"9.3":0.076145071149805,"10.0-10.2":0.089330364855399,"10.3":0.11537131992395,"11.0-11.2":0.20832764054838,"11.3-11.4":0.55444160032022,"12-12.1":2.1538177268088},I:{"3":0.0021620380021716,"4":0.27025475027144,_:"67","2.1":0,"2.2":0.0021620380021716,"2.3":0.060537064060803,"4.1":0.10593986210641,"4.2-4.3":0.51240300651466,"4.4":0,"4.4.3-4.4.4":1.0377782410423},A:{"6":0,"7":0,"8":0.029603,"9":0.004229,"10":0.054977,"11":0.329862,"5.5":0},B:{"12":0.093038,"13":0.114183,"14":0.097267,"15":0.029603,"16":0.139557,"17":0.372152,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.50118554471545,"5":0.07159793495935,"6.2":0.081826211382114,_:"7.2"},N:{"10":0.046168,"11":0.219298},J:{"7":0.0334718,"10":0.1338872},R:{_:"0"},M:{"0":0.23084},O:{"0":4.276311},Q:{_:"1.2"},H:{"0":26.585926092784},L:{"0":29.344711}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SA.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SA.js new file mode 100644 index 0000000..aa94e3c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SA.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.004861,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0.034027,"20":0,"21":0,"22":0,"23":0,"24":0.09722,"25":0,"26":0,"27":0,"28":0,"29":0.038888,"30":0.034027,"31":0,"32":0,"33":0.038888,"34":0.004861,"35":0.068054,"36":0,"37":0,"38":0.009722,"39":0,"40":0.009722,"41":0,"42":0,"43":0.038888,"44":0,"45":0.004861,"46":0.004861,"47":0.004861,"48":0.004861,"49":0.14583,"50":0,"51":0.004861,"52":0.019444,"53":0.009722,"54":0.034027,"55":0.038888,"56":0.170135,"57":0.009722,"58":0.024305,"59":0.004861,"60":0.009722,"61":0.014583,"62":0.029166,"63":0.063193,"64":0.038888,"65":0.068054,"66":0.043749,"67":0.09722,"68":0.102081,"69":0.593042,"70":12.818457,"71":0.034027,"72":0.038888,"73":0},C:{"2":0.034027,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0.034027,"16":0,"17":0,"18":0.034027,"19":0,"20":0,"21":0.034027,"22":0,"23":0.034027,"24":0,"25":0.063193,"26":0,"27":0,"28":0,"29":0,"30":0.034027,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0.004861,"41":0,"42":0,"43":0.004861,"44":0,"45":0,"46":0,"47":0.009722,"48":0.014583,"49":0.004861,"50":0.004861,"51":0.034027,"52":0.034027,"53":0.004861,"54":0.004861,"55":0.004861,"56":0.014583,"57":0.009722,"58":0.004861,"59":0.004861,"60":0.014583,"61":0.019444,"62":0.053471,"63":0.991644,"64":0.024305,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.004861,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.034027,"44":0,"45":0,"46":0,"47":0,"48":0.009722,"49":0.004861,"50":0.004861,"51":0.009722,"52":0.004861,"53":0.009722,"54":0.009722,"55":0.009722,"56":0.043749,"9.5-9.6":0,"10.0-10.1":0.034027,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0.034027,"6":0,"7":0.004861,"8":0.009722,"9":0.004861,"10":0.024305,"11":0.072915,"12":0.704845,_:"0","3.1":0,"3.2":0,"5.1":0.004861,"6.1":0,"7.1":0,"9.1":0.034027,"10.1":0.09722,"11.1":0.204162},G:{"8":0.43543708135695,"3.2":0.0026878832182528,"4.0-4.1":0,"4.2-4.3":0.0026878832182528,"5.0-5.1":0.032254598619033,"6.0-6.1":0.016127299309517,"7.0-7.1":0.061821314019814,"8.1-8.4":0.15052146022216,"9.0-9.2":0.086012262984089,"9.3":0.62090102341639,"10.0-10.2":0.7284163521465,"10.3":0.94075912638847,"11.0-11.2":1.6987421939358,"11.3-11.4":4.5210195731012,"12-12.1":17.562628948064},I:{"3":0.0013086666666667,"4":0.16358333333333,_:"67","2.1":0,"2.2":0.0013086666666667,"2.3":0.036642666666667,"4.1":0.064124666666667,"4.2-4.3":0.310154,"4.4":0,"4.4.3-4.4.4":0.62816},A:{"6":0,"7":0,"8":0.092359,"9":0.077776,"10":0.092359,"11":0.772899,"5.5":0},B:{"12":0.014583,"13":0.014583,"14":0.034027,"15":0.029166,"16":0.092359,"17":0.554154,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.71139819375,"5":0.1031011875,"6.2":0.1855821375,_:"7.2"},N:{"10":0,"11":0.015417},J:{"7":0.0020556,"10":0.0082224},R:{_:"0"},M:{"0":0.082224},O:{"0":3.335211},Q:{_:"1.2"},H:{"0":0.087574917525773},L:{"0":41.776745}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SB.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SB.js new file mode 100644 index 0000000..3de73ba --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SB.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0.005666,"9":0,"10":0,"11":0.002833,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0.002833,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.099155,"33":0,"34":0.002833,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0.005666,"41":0,"42":0,"43":0.008499,"44":0,"45":0,"46":0,"47":0.002833,"48":0,"49":0.031163,"50":0.002833,"51":0.005666,"52":0.011332,"53":0,"54":0,"55":0,"56":0.002833,"57":0.005666,"58":0.005666,"59":0.005666,"60":0.025497,"61":0.025497,"62":0.002833,"63":0.002833,"64":0.002833,"65":0.014165,"66":0.005666,"67":0.019831,"68":0.031163,"69":0.186978,"70":3.563914,"71":0.022664,"72":0.002833,"73":0},C:{"2":0,"3":0.011332,"4":0.002833,"5":0,"6":0,"7":0.002833,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.008499,"44":0,"45":0,"46":0,"47":0,"48":0.002833,"49":0.002833,"50":0.002833,"51":0,"52":0.014165,"53":0,"54":0,"55":0.002833,"56":0.002833,"57":0.002833,"58":0.008499,"59":0,"60":0.008499,"61":0.022664,"62":0.014165,"63":0.447614,"64":0.076491,"65":0,"3.5":0,"3.6":0.005666},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0.002833,"18":0,"19":0.008499,"20":0.002833,"21":0.002833,"22":0.002833,"23":0,"24":0,"25":0,"26":0,"27":0.002833,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.025497,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.002833,"46":0,"47":0.002833,"48":0.002833,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.02833,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.053827},E:{"4":0,"5":0,"6":0,"7":0,"8":0.039662,"9":0.048161,"10":0.022664,"11":0.002833,"12":0.062326,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0.002833,"7.1":0,"9.1":0.002833,"10.1":0.005666,"11.1":0.031163},G:{"8":0.060517318522966,"3.2":0.00037356369458621,"4.0-4.1":0,"4.2-4.3":0.00037356369458621,"5.0-5.1":0.0044827643350345,"6.0-6.1":0.0022413821675173,"7.0-7.1":0.0085919649754828,"8.1-8.4":0.020919566896828,"9.0-9.2":0.011954038226759,"9.3":0.086293213449415,"10.0-10.2":0.10123576123286,"10.3":0.13074729310517,"11.0-11.2":0.23609225497848,"11.3-11.4":0.62833413429401,"12-12.1":2.4408651804263},I:{"3":0.0046369989142237,"4":0.57962486427796,_:"67","2.1":0,"2.2":0.0046369989142237,"2.3":0.12983596959826,"4.1":0.22721294679696,"4.2-4.3":1.098968742671,"4.4":0,"4.4.3-4.4.4":2.2257594788274},A:{"6":0,"7":0,"8":0.014165,"9":0.019831,"10":0.022664,"11":1.362673,"5.5":0},B:{"12":0.008499,"13":0.033996,"14":0.025497,"15":0.08499,"16":0.05666,"17":0.099155,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.7726031240876,"5":0.2679516350365,"6.2":0.2679516350365,_:"7.2"},N:{"10":0.010373289473684,"11":0.38381171052632},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.028668},O:{"0":17.939001},Q:{_:"1.2"},H:{"0":7.2127234896907},L:{"0":47.143213}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SC.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SC.js new file mode 100644 index 0000000..8d6cbf3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SC.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.007151,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.042906,"13":0.007151,"14":0,"15":0.007151,"16":0.007151,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0.007151,"25":0,"26":0,"27":0,"28":0,"29":0.007151,"30":0.007151,"31":0.014302,"32":0.007151,"33":0.007151,"34":0.035755,"35":0,"36":0.007151,"37":0,"38":0.007151,"39":0.007151,"40":0.014302,"41":0.021453,"42":0,"43":0.007151,"44":0,"45":0,"46":0.007151,"47":0.014302,"48":0,"49":1.809203,"50":0.007151,"51":0.042906,"52":0.007151,"53":0.035755,"54":0,"55":0.21453,"56":0.057208,"57":0.021453,"58":0.107265,"59":0.128718,"60":0.243134,"61":0.371852,"62":1.21567,"63":2.030884,"64":1.64473,"65":1.094103,"66":0.207379,"67":0.164473,"68":0.078661,"69":0.622137,"70":15.560576,"71":0.035755,"72":0.064359,"73":0},C:{"2":0.007151,"3":0.007151,"4":0.135869,"5":0.150171,"6":0.135869,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0.014302,"16":0.035755,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0.014302,"25":0,"26":0,"27":0,"28":0,"29":0.014302,"30":0,"31":0.028604,"32":0,"33":0,"34":0.007151,"35":0.007151,"36":0.178775,"37":0.007151,"38":0.164473,"39":0.007151,"40":0,"41":0,"42":0,"43":0.007151,"44":0.042906,"45":0.200228,"46":0.035755,"47":0.028604,"48":0.021453,"49":0.014302,"50":0.014302,"51":0.007151,"52":1.108405,"53":0.014302,"54":0.057208,"55":0.042906,"56":0.100114,"57":0.107265,"58":0.314644,"59":0.07151,"60":7.065188,"61":0.07151,"62":0.193077,"63":3.21795,"64":0.371852,"65":0,"3.5":0.007151,"3.6":0.007151},F:{"9":0,"11":0,"12":0.007151,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.007151,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.014302,"37":0.007151,"38":0,"39":0,"40":0.014302,"41":0,"42":0.007151,"43":0,"44":0,"45":0.007151,"46":0.007151,"47":0.035755,"48":0.014302,"49":0.264587,"50":0.150171,"51":0,"52":0,"53":0.007151,"54":0,"55":0.014302,"56":0.471966,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0.007151,"12.1":0.035755},E:{"4":0,"5":0,"6":0,"7":0,"8":0.014302,"9":0.014302,"10":0.078661,"11":0.193077,"12":0.557778,_:"0","3.1":0,"3.2":0,"5.1":0.057208,"6.1":0,"7.1":0,"9.1":0.014302,"10.1":0.064359,"11.1":0.228832},G:{"8":0.13214646232363,"3.2":0.00081571890323226,"4.0-4.1":0,"4.2-4.3":0.00081571890323226,"5.0-5.1":0.0097886268387871,"6.0-6.1":0.0048943134193936,"7.0-7.1":0.018761534774342,"8.1-8.4":0.045680258581007,"9.0-9.2":0.026103004903432,"9.3":0.18843106664665,"10.0-10.2":0.22105982277594,"10.3":0.28550161613129,"11.0-11.2":0.51553434684279,"11.3-11.4":1.3720391952367,"12-12.1":5.3299073137196},I:{"3":0.0010197014115092,"4":0.12746267643865,_:"67","2.1":0,"2.2":0.0010197014115092,"2.3":0.028551639522258,"4.1":0.049965369163952,"4.2-4.3":0.24166923452769,"4.4":0,"4.4.3-4.4.4":0.48945667752443},A:{"6":0.021581846846847,"7":0.064745540540541,"8":0.40286114114114,"9":0.42444298798799,"10":0.093521336336336,"11":1.3884321471471,"5.5":0},B:{"12":0.057208,"13":0.121567,"14":0.14302,"15":0.050057,"16":0.328946,"17":0.936781,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.5793895362776,"5":0.10164728706625,"6.2":0.50823643533123,_:"7.2"},N:{"10":0.009615375,"11":0.067307625},J:{"7":0.0039886,"10":0.0159544},R:{_:"0"},M:{"0":0.925925},O:{"0":1.831907},Q:{_:"1.2"},H:{"0":0.94403719931271},L:{"0":30.936428}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SD.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SD.js new file mode 100644 index 0000000..cc24855 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SD.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.002169,"10":0,"11":0.006507,"12":0.002169,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0.002169,"22":0.002169,"23":0.002169,"24":0,"25":0,"26":0.006507,"27":0.002169,"28":0.002169,"29":0.015183,"30":0.002169,"31":0.002169,"32":0.004338,"33":0.017352,"34":0.002169,"35":0.002169,"36":0.002169,"37":0.002169,"38":0.002169,"39":0.002169,"40":0.02169,"41":0,"42":0.002169,"43":0.071577,"44":0.002169,"45":0.004338,"46":0.006507,"47":0.004338,"48":0.006507,"49":0.010845,"50":0.002169,"51":0.004338,"52":0.004338,"53":0.002169,"54":0.002169,"55":0.010845,"56":0.006507,"57":0.017352,"58":0.015183,"59":0.004338,"60":0.015183,"61":0.002169,"62":0.002169,"63":0.052056,"64":0.006507,"65":0.045549,"66":0.008676,"67":0.028197,"68":0.026028,"69":0.071577,"70":1.203795,"71":0.004338,"72":0.002169,"73":0},C:{"2":0,"3":0.004338,"4":0,"5":0,"6":0,"7":0,"8":0.002169,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0.002169,"17":0,"18":0,"19":0,"20":0.002169,"21":0.002169,"22":0,"23":0.004338,"24":0,"25":0.002169,"26":0.002169,"27":0.002169,"28":0,"29":0.002169,"30":0.008676,"31":0,"32":0,"33":0.002169,"34":0.002169,"35":0.004338,"36":0.002169,"37":0.004338,"38":0.002169,"39":0.002169,"40":0.004338,"41":0.004338,"42":0.002169,"43":0.013014,"44":0.015183,"45":0.006507,"46":0.002169,"47":0.028197,"48":0.019521,"49":0.004338,"50":0.006507,"51":0.006507,"52":0.034704,"53":0.002169,"54":0.002169,"55":0.004338,"56":0.013014,"57":0.004338,"58":0.004338,"59":0.008676,"60":0.056394,"61":0.019521,"62":0.069408,"63":0.963036,"64":0.047718,"65":0,"3.5":0,"3.6":0.002169},F:{"9":0,"11":0.002169,"12":0,"15":0.006507,"16":0.04338,"17":0.002169,"18":0.002169,"19":0.010845,"20":0.017352,"21":0.002169,"22":0.008676,"23":0.017352,"24":0,"25":0,"26":0.002169,"27":0,"28":0.004338,"29":0.002169,"30":0.004338,"31":0.002169,"32":0.004338,"33":0.004338,"34":0.002169,"35":0.004338,"36":0.010845,"37":0.010845,"38":0,"39":0,"40":0,"41":0,"42":0.002169,"43":0.002169,"44":0,"45":0.004338,"46":0,"47":0,"48":0.004338,"49":0,"50":0.002169,"51":0,"52":0,"53":0.002169,"54":0.002169,"55":0.004338,"56":0.314505,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0.002169,"11.1":0,"11.5":0.008676,"11.6":0,"12.1":0.047718},E:{"4":0,"5":0.002169,"6":0,"7":0.002169,"8":0.002169,"9":0,"10":0.02169,"11":0.013014,"12":0.054225,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.028197,"10.1":0.028197,"11.1":0.026028},G:{"8":0.068634291804263,"3.2":0.00042366846792755,"4.0-4.1":0,"4.2-4.3":0.00042366846792755,"5.0-5.1":0.0050840216151306,"6.0-6.1":0.0025420108075653,"7.0-7.1":0.0097443747623336,"8.1-8.4":0.023725434203943,"9.0-9.2":0.013557390973682,"9.3":0.097867416091264,"10.0-10.2":0.11481415480837,"10.3":0.14828396377464,"11.0-11.2":0.26775847173021,"11.3-11.4":0.71261036305414,"12-12.1":2.7682497694386},I:{"3":0.0068268740499457,"4":0.85335925624321,_:"67","2.1":0,"2.2":0.0068268740499457,"2.3":0.19115247339848,"4.1":0.33451682844734,"4.2-4.3":1.6179691498371,"4.4":0,"4.4.3-4.4.4":3.2768995439739},A:{"6":0.0022057627118644,"7":0,"8":0.079407457627119,"9":0.0044115254237288,"10":0.0066172881355932,"11":0.16763796610169,"5.5":0},B:{"12":0.015183,"13":0.013014,"14":0.010845,"15":0.010845,"16":0.015183,"17":0.080253,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":4.2332907963576,"5":0.31470507119205,"6.2":0.30455329470199,_:"7.2"},N:{"10":0.020882666666667,"11":0.073089333333333},J:{"7":0.0031324,"10":0.0125296},R:{_:"0"},M:{"0":0.305409},O:{"0":13.414503},Q:{_:"1.2"},H:{"0":14.657250407216},L:{"0":41.752771}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SE.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SE.js new file mode 100644 index 0000000..0985a30 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SE.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0.012526,"17":0,"18":0,"19":0,"20":0,"21":0.006263,"22":0.006263,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.018789,"30":0,"31":0,"32":0,"33":0,"34":0.006263,"35":0.025052,"36":0,"37":0,"38":0.025052,"39":0.018789,"40":0,"41":0,"42":0,"43":0.006263,"44":0,"45":0,"46":0.006263,"47":0.031315,"48":0,"49":0.181627,"50":0.006263,"51":0.018789,"52":0.012526,"53":0.012526,"54":0.012526,"55":0.025052,"56":0.068893,"57":0.012526,"58":0.043841,"59":0.025052,"60":0.306887,"61":0.018789,"62":0.025052,"63":0.056367,"64":0.037578,"65":0.056367,"66":0.144049,"67":0.181627,"68":0.237994,"69":1.784955,"70":16.03328,"71":0.093945,"72":0.006263,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.006263,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.006263,"35":0,"36":0,"37":0,"38":0.006263,"39":0,"40":0,"41":0.006263,"42":0,"43":0.006263,"44":0,"45":0.006263,"46":0,"47":0.006263,"48":0.025052,"49":0,"50":0.006263,"51":0.006263,"52":0.056367,"53":0.006263,"54":0.006263,"55":0.006263,"56":0.025052,"57":0.006263,"58":0.006263,"59":0.012526,"60":0.112734,"61":0.037578,"62":0.137786,"63":1.841322,"64":0.012526,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.006263,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006263,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.269309,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.006263},E:{"4":0,"5":0.006263,"6":0,"7":0,"8":0.043841,"9":0.037578,"10":0.137786,"11":0.206679,"12":2.749457,_:"0","3.1":0,"3.2":0,"5.1":0.018789,"6.1":0.018789,"7.1":0,"9.1":0.331939,"10.1":0.845505,"11.1":0.695193},G:{"8":0.74033043530471,"3.2":0.0045699409586711,"4.0-4.1":0,"4.2-4.3":0.0045699409586711,"5.0-5.1":0.054839291504053,"6.0-6.1":0.027419645752026,"7.0-7.1":0.10510864204943,"8.1-8.4":0.25591669368558,"9.0-9.2":0.14623811067747,"9.3":1.055656361453,"10.0-10.2":1.2384539997999,"10.3":1.5994793355349,"11.0-11.2":2.8882026858801,"11.3-11.4":7.6866406924847,"12-12.1":29.859994223957},I:{"3":0.00028624647122693,"4":0.035780808903366,_:"67","2.1":0,"2.2":0.00028624647122693,"2.3":0.008014901194354,"4.1":0.014026077090119,"4.2-4.3":0.067840413680782,"4.4":0,"4.4.3-4.4.4":0.13739830618893},A:{"6":0,"7":0,"8":0.012526,"9":0.018789,"10":0.012526,"11":2.285995,"5.5":0},B:{"12":0.006263,"13":0.018789,"14":0.068893,"15":0.194153,"16":0.407095,"17":2.862191,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.19609749152542,"5":0.054471525423729,"6.2":0.043577220338983,_:"7.2"},N:{"10":0,"11":0.018685},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.160691},O:{"0":0.029896},Q:{_:"1.2"},H:{"0":0.088448754295533},L:{"0":16.13018}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SG.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SG.js new file mode 100644 index 0000000..f1deae8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SG.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006013,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.006013,"23":0,"24":0,"25":0,"26":0.006013,"27":0,"28":0.006013,"29":0.456988,"30":0,"31":0,"32":0,"33":0,"34":0.030065,"35":0,"36":0.006013,"37":0.006013,"38":0.054117,"39":0.006013,"40":0.006013,"41":0.006013,"42":0,"43":0.006013,"44":0.006013,"45":0.006013,"46":0.006013,"47":0.012026,"48":0.006013,"49":0.228494,"50":0.006013,"51":0.024052,"52":0.006013,"53":0.024052,"54":0.042091,"55":0.054117,"56":0.018039,"57":0.252546,"58":0.042091,"59":0.024052,"60":0.042091,"61":0.066143,"62":0.066143,"63":0.204442,"64":0.12026,"65":0.108234,"66":0.096208,"67":0.264572,"68":0.282611,"69":1.160509,"70":17.449726,"71":0.030065,"72":0.018039,"73":0},C:{"2":0.006013,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.012026,"11":0,"12":0,"13":0,"14":0.006013,"15":0,"16":0,"17":0.006013,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.006013,"35":0,"36":0.012026,"37":0,"38":0.006013,"39":0,"40":0,"41":0,"42":0,"43":0.006013,"44":0.006013,"45":0.006013,"46":0.006013,"47":0.006013,"48":0.072156,"49":0.006013,"50":0.006013,"51":0.012026,"52":0.048104,"53":0.012026,"54":0.018039,"55":0.012026,"56":0.030065,"57":0.024052,"58":0.012026,"59":0.024052,"60":0.048104,"61":0.036078,"62":0.114247,"63":1.617497,"64":0.072156,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.006013,"34":0.006013,"35":0,"36":0.006013,"37":0.168364,"38":0.006013,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006013,"49":0.006013,"50":0,"51":0,"52":0,"53":0,"54":0.018039,"55":0,"56":0.228494,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.012026},E:{"4":0.006013,"5":0.006013,"6":0,"7":0.006013,"8":0.024052,"9":0.018039,"10":0.042091,"11":0.102221,"12":1.172535,_:"0","3.1":0,"3.2":0,"5.1":0.012026,"6.1":0.006013,"7.1":0,"9.1":0.066143,"10.1":0.156338,"11.1":0.348754},G:{"8":0.48172190633443,"3.2":0.0029735920144101,"4.0-4.1":0,"4.2-4.3":0.0029735920144101,"5.0-5.1":0.035683104172921,"6.0-6.1":0.017841552086461,"7.0-7.1":0.068392616331432,"8.1-8.4":0.16652115280696,"9.0-9.2":0.095154944461123,"9.3":0.68689975532873,"10.0-10.2":0.80584343590513,"10.3":1.0407572050435,"11.0-11.2":1.8793101531072,"11.3-11.4":5.0015817682378,"12-12.1":19.429450222156},I:{"3":0.00053820629750271,"4":0.067275787187839,_:"67","2.1":0,"2.2":0.00053820629750271,"2.3":0.015069776330076,"4.1":0.026372108577633,"4.2-4.3":0.12755489250814,"4.4":0,"4.4.3-4.4.4":0.2583390228013},A:{"6":0,"7":0.0061461291512915,"8":0.030730645756458,"9":0.055315162361624,"10":0.067607420664207,"11":1.5058016420664,"5.5":0},B:{"12":0.006013,"13":0.006013,"14":0.024052,"15":0.030065,"16":0.066143,"17":0.998158,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.38559421782178,"5":0.053554752475248,"6.2":0.053554752475248,_:"7.2"},N:{"10":0,"11":0.031896},J:{"7":0.0821322,"10":0.3285288},R:{_:"0"},M:{"0":0.27909},O:{"0":1.654605},Q:{_:"1.2"},H:{"0":1.2154321546392},L:{"0":26.229124}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SH.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SH.js new file mode 100644 index 0000000..943251d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SH.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0.147951,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.034812,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0.147951,"42":0.034812,"43":0.60921,"44":0,"45":0,"46":0,"47":0,"48":0,"49":2.193156,"50":0,"51":0,"52":0.034812,"53":0,"54":0.147951,"55":0,"56":0.069624,"57":0,"58":0,"59":0.147951,"60":0,"61":0,"62":0,"63":0,"64":2.227968,"65":0,"66":0,"67":0.504774,"68":3.167892,"69":0.896409,"70":42.366204,"71":0,"72":0,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":1.435995,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0.069624,"52":0.034812,"53":0,"54":0,"55":0,"56":0.60921,"57":0,"58":0,"59":0,"60":0.034812,"61":0,"62":0.104436,"63":2.053908,"64":0.504774,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0.034812,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.252387,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.034812,"9":0,"10":0.069624,"11":0,"12":0,_:"0","3.1":0,"3.2":0,"5.1":0.034812,"6.1":0,"7.1":0,"9.1":0.104436,"10.1":0.034812,"11.1":0},G:{"8":0.11080629780847,"3.2":0.00068398949264485,"4.0-4.1":0,"4.2-4.3":0.00068398949264485,"5.0-5.1":0.0082078739117382,"6.0-6.1":0.0041039369558691,"7.0-7.1":0.015731758330832,"8.1-8.4":0.038303411588112,"9.0-9.2":0.021887663764635,"9.3":0.15800157280096,"10.0-10.2":0.18536115250675,"10.3":0.2393963224257,"11.0-11.2":0.43228135935155,"11.3-11.4":1.1504703266286,"12-12.1":4.4691873449415},I:{"3":0.00047247557003257,"4":0.059059446254072,_:"67","2.1":0,"2.2":0.00047247557003257,"2.3":0.013229315960912,"4.1":0.023151302931596,"4.2-4.3":0.11197671009772,"4.4":0,"4.4.3-4.4.4":0.22678827361564},A:{"6":0,"7":0,"8":0.826785,"9":0.931221,"10":0.974736,"11":10.826532,"5.5":0},B:{"12":0.43515,"13":0.217575,"14":0.069624,"15":0.069624,"16":0.469962,"17":0.469962,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.12743025,"5":0,"6.2":0.04247675,_:"7.2"},N:{"10":0,"11":0},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0},O:{"0":0},Q:{_:"1.2"},H:{"0":0.72201449484536},L:{"0":17.423373}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SI.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SI.js new file mode 100644 index 0000000..dd46495 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SI.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.007386,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":1.041426,"30":0,"31":0,"32":0,"33":0,"34":0.007386,"35":0,"36":0,"37":0.007386,"38":0.007386,"39":0.007386,"40":0.007386,"41":0,"42":0,"43":0.029544,"44":0.007386,"45":0.007386,"46":0.007386,"47":0.007386,"48":0.007386,"49":0.55395,"50":0.007386,"51":0.007386,"52":0.014772,"53":0.007386,"54":0.014772,"55":0.022158,"56":0.022158,"57":0.007386,"58":0.059088,"59":0.022158,"60":0.03693,"61":0.029544,"62":0.029544,"63":0.029544,"64":0.03693,"65":0.162492,"66":0.051702,"67":0.132948,"68":0.29544,"69":1.159602,"70":25.681122,"71":0.059088,"72":0.029544,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.029544,"29":0,"30":0.007386,"31":0.014772,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.007386,"39":0,"40":0,"41":0.007386,"42":0.007386,"43":0.007386,"44":0.007386,"45":0.014772,"46":0,"47":0.081246,"48":0.051702,"49":0.007386,"50":0.059088,"51":0.022158,"52":0.339756,"53":0.007386,"54":0.014772,"55":0.014772,"56":0.03693,"57":0.03693,"58":0.03693,"59":0.044316,"60":0.125562,"61":0.096018,"62":0.25851,"63":8.035968,"64":0.051702,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.014772,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.022158,"49":0,"50":0,"51":0.007386,"52":0,"53":0,"54":0.007386,"55":0.007386,"56":1.174374,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.007386},E:{"4":0,"5":0.007386,"6":0,"7":0,"8":0.014772,"9":0.007386,"10":0.044316,"11":0.125562,"12":1.432884,_:"0","3.1":0,"3.2":0,"5.1":0.007386,"6.1":0.007386,"7.1":0,"9.1":0.07386,"10.1":0.140334,"11.1":0.317598},G:{"8":0.18771259201441,"3.2":0.0011587197037927,"4.0-4.1":0,"4.2-4.3":0.0011587197037927,"5.0-5.1":0.013904636445512,"6.0-6.1":0.0069523182227559,"7.0-7.1":0.026650553187231,"8.1-8.4":0.064888303412389,"9.0-9.2":0.037079030521365,"9.3":0.2676642515761,"10.0-10.2":0.31401303972781,"10.3":0.40555189632743,"11.0-11.2":0.73231085279696,"11.3-11.4":1.9489665417792,"12-12.1":7.5710745445812},I:{"3":0.0013959022801303,"4":0.17448778501629,_:"67","2.1":0,"2.2":0.0013959022801303,"2.3":0.039085263843648,"4.1":0.068399211726384,"4.2-4.3":0.33082884039088,"4.4":0,"4.4.3-4.4.4":0.67003309446254},A:{"6":0.014772,"7":0,"8":0.029544,"9":0.022158,"10":0.059088,"11":3.589596,"5.5":0},B:{"12":0.007386,"13":0.014772,"14":0.059088,"15":0.103404,"16":0.11079,"17":1.743096,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.24641976923077,"5":0.051337451923077,"6.2":0.082139923076923,_:"7.2"},N:{"10":0,"11":0.099332},J:{"7":0.0031368,"10":0.0125472},R:{_:"0"},M:{"0":0.159454},O:{"0":0.02614},Q:{_:"1.2"},H:{"0":0.15096074570447},L:{"0":34.03898}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SK.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SK.js new file mode 100644 index 0000000..ca65f05 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SK.js @@ -0,0 +1 @@ +module.exports={D:{"11":0.04314,"22":0.02157,"26":0.00719,"29":0.18694,"34":0.02876,"37":0.05033,"38":0.10066,"39":0.01438,"41":0.01438,"43":0.02157,"44":0.00719,"46":0.02157,"47":0.02157,"48":0.02876,"49":1.04974,"50":0.01438,"51":0.01438,"52":0.01438,"53":0.04314,"54":0.00719,"55":0.02157,"56":0.03595,"57":0.01438,"58":0.37388,"59":0.02157,"60":0.04314,"61":0.04314,"62":0.07909,"63":0.11504,"64":0.06471,"65":0.11504,"66":0.10785,"67":0.18694,"68":0.23727,"69":1.30139,"70":36.69057,"71":0.04314,"72":0.02876,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 23 24 25 27 28 30 31 32 33 35 36 40 42 45 73"},C:{"2":0.01438,"33":0.05033,"38":0.02157,"39":0.00719,"42":0.00719,"43":0.02157,"45":0.02157,"47":0.05033,"48":0.1438,"49":0.00719,"50":0.02876,"51":0.01438,"52":0.53206,"53":0.03595,"54":0.02157,"55":0.05752,"56":0.08628,"57":0.05033,"58":0.05033,"59":0.06471,"60":0.25884,"61":0.11504,"62":0.2876,"63":9.02345,"64":0.05033,_:"3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 34 35 36 37 40 41 44 46 65 3.5 3.6"},F:{"36":0.0719,"37":0.00719,"48":0.01438,"55":0.00719,"56":3.38649,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 38 39 40 41 42 43 44 45 46 47 49 50 51 52 53 54 9.5-9.6 10.5 10.6 11.1 11.5 11.6","10.0-10.1":0,"12.1":0.06471},E:{"4":0,"8":0.02876,"9":0.02157,"10":0.02876,"11":0.12223,"12":2.19295,_:"0 5 6 7 3.1 3.2 6.1 7.1","5.1":0.01438,"9.1":0.05033,"10.1":0.18694,"11.1":0.39545},G:{"8":0.10003633743621,"3.2":0.00061750825577905,"4.0-4.1":0,"4.2-4.3":0.00061750825577905,"5.0-5.1":0.0074100990693485,"6.0-6.1":0.0037050495346743,"7.0-7.1":0.014202689882918,"8.1-8.4":0.034580462323627,"9.0-9.2":0.019760264184929,"9.3":0.14264440708496,"10.0-10.2":0.16734473731612,"10.3":0.21612788952267,"11.0-11.2":0.39026521765236,"11.3-11.4":1.0386488862204,"12-12.1":4.0347989432603},I:{"3":0.0005613897937025,"4":0.070173724212812,_:"67","2.1":0,"2.2":0.0005613897937025,"2.3":0.01571891422367,"4.1":0.027508099891422,"4.2-4.3":0.13304938110749,"4.4":0,"4.4.3-4.4.4":0.2694671009772},A:{"7":0.0072286559139785,"8":0.09397252688172,"9":0.057829247311828,"10":0.065057903225806,"11":2.4649716666667,_:"6 5.5"},B:{"12":0.01438,"13":0.02157,"14":0.05033,"15":0.05752,"16":0.18694,"17":1.7975,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.36852988505747,"5":0.042117701149425,"6.2":0.063176551724138,_:"7.2"},N:{"10":0.012845714285714,"11":0.077074285714286},J:{"7":0.003372,"10":0.013488},R:{_:"0"},M:{"0":0.20794},O:{"0":0.06463},Q:{_:"1.2"},H:{"0":0.43895386597938},L:{"0":25.94162}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SL.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SL.js new file mode 100644 index 0000000..3f5674d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SL.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.00322,"23":0,"24":0.01932,"25":0,"26":0.00644,"27":0,"28":0,"29":0.00322,"30":0.00322,"31":0,"32":0,"33":0.03542,"34":0,"35":0,"36":0.00322,"37":0,"38":0.00322,"39":0,"40":0.03542,"41":0,"42":0,"43":0.0483,"44":0,"45":0,"46":0.00644,"47":0.00322,"48":0.00322,"49":0.00966,"50":0.00322,"51":0.00644,"52":0.00322,"53":0.00322,"54":0,"55":0.00644,"56":0.00322,"57":0.00322,"58":0.01288,"59":0.00322,"60":0.0322,"61":0.00322,"62":0.00322,"63":0.20286,"64":0.00644,"65":0.13524,"66":0.03864,"67":0.09016,"68":0.04508,"69":0.17066,"70":3.86722,"71":0.0161,"72":0.01288,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0.00322,"8":0,"9":0,"10":0,"11":0.00322,"12":0.00644,"13":0.00644,"14":0,"15":0,"16":0.02254,"17":0.00322,"18":0,"19":0,"20":0.00322,"21":0,"22":0.00322,"23":0,"24":0.00322,"25":0,"26":0,"27":0,"28":0,"29":0.00322,"30":0,"31":0,"32":0,"33":0,"34":0.0161,"35":0,"36":0.00322,"37":0.00322,"38":0.00322,"39":0,"40":0.00966,"41":0.00644,"42":0,"43":0.02254,"44":0.02576,"45":0.00966,"46":0.00322,"47":0.01288,"48":0.00966,"49":0.00644,"50":0.00322,"51":0.00322,"52":0.00644,"53":0.00322,"54":0.00966,"55":0.00322,"56":0.00644,"57":0.00966,"58":0.00644,"59":0.00644,"60":0.01288,"61":0.0161,"62":0.17066,"63":1.0787,"64":0.13846,"65":0,"3.5":0,"3.6":0.00322},F:{"9":0,"11":0.00322,"12":0.00322,"15":0.00322,"16":0.0161,"17":0.00966,"18":0,"19":0.00322,"20":0.1288,"21":0,"22":0,"23":0.13846,"24":0.00322,"25":0,"26":0,"27":0,"28":0.00644,"29":0.00322,"30":0.00322,"31":0,"32":0.02254,"33":0.00322,"34":0.00322,"35":0,"36":0.00322,"37":0.00644,"38":0,"39":0,"40":0,"41":0,"42":0.0161,"43":0,"44":0,"45":0.00644,"46":0,"47":0,"48":0.00322,"49":0,"50":0,"51":0,"52":0.00322,"53":0,"54":0.03864,"55":0.0161,"56":0.6601,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.6601},E:{"4":0,"5":0,"6":0,"7":0,"8":0.00322,"9":0,"10":0,"11":0.01932,"12":0.1932,_:"0","3.1":0,"3.2":0,"5.1":0.00322,"6.1":0,"7.1":0.00322,"9.1":0.01288,"10.1":0.02254,"11.1":0.0161},G:{"8":0.052052368658061,"3.2":0.00032131091764235,"4.0-4.1":0,"4.2-4.3":0.00032131091764235,"5.0-5.1":0.0038557310117082,"6.0-6.1":0.0019278655058541,"7.0-7.1":0.007390151105774,"8.1-8.4":0.017993411387972,"9.0-9.2":0.010281949364555,"9.3":0.074222821975383,"10.0-10.2":0.087075258681077,"10.3":0.11245882117482,"11.0-11.2":0.20306849994996,"11.3-11.4":0.54044496347443,"12-12.1":2.0994455358751},I:{"3":0.0023846688382193,"4":0.29808360477742,_:"67","2.1":0,"2.2":0.0023846688382193,"2.3":0.066770727470141,"4.1":0.11684877307275,"4.2-4.3":0.56516651465798,"4.4":0,"4.4.3-4.4.4":1.1446410423453},A:{"6":0,"7":0,"8":0.02898,"9":0.00322,"10":0.02576,"11":0.36386,"5.5":0},B:{"12":0.0805,"13":0.09016,"14":0.03864,"15":0.04186,"16":0.06762,"17":0.5474,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.26986074074074,"5":0.010379259259259,"6.2":0.051896296296296,_:"7.2"},N:{"10":0.03432375,"11":0.14873625},J:{"7":0.002712,"10":0.010848},R:{_:"0"},M:{"0":0.08814},O:{"0":4.43412},Q:{_:"1.2"},H:{"0":40.169263298969},L:{"0":21.85202}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SM.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SM.js new file mode 100644 index 0000000..e6c781b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SM.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.008446,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.008446,"35":0,"36":0.04223,"37":0,"38":0.008446,"39":0.016892,"40":0,"41":0,"42":0.008446,"43":0,"44":0.008446,"45":0,"46":0,"47":0,"48":0,"49":0.827708,"50":0.008446,"51":0,"52":0.008446,"53":0.016892,"54":0,"55":0,"56":0.008446,"57":0,"58":0,"59":0.025338,"60":0.016892,"61":0.008446,"62":0.008446,"63":0.059122,"64":0.016892,"65":0.312502,"66":0.008446,"67":0.244934,"68":0.21115,"69":0.743248,"70":37.128616,"71":0.016892,"72":0.008446,"73":0},C:{"2":0,"3":0.008446,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.04223,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0.016892,"47":0,"48":0.04223,"49":0,"50":0.008446,"51":0.008446,"52":0.076014,"53":0,"54":0,"55":0.219596,"56":0.008446,"57":0,"58":0.008446,"59":0,"60":0.076014,"61":0.025338,"62":0.143582,"63":4.670638,"64":0.08446,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.143582,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0.008446,"6":0,"7":0,"8":0.025338,"9":0,"10":0.008446,"11":1.157102,"12":4.98314,_:"0","3.1":0,"3.2":0,"5.1":0.016892,"6.1":0,"7.1":0,"9.1":0.354732,"10.1":0.793924,"11.1":2.19596},G:{"8":0.25221686460522,"3.2":0.0015568942259582,"4.0-4.1":0,"4.2-4.3":0.0015568942259582,"5.0-5.1":0.018682730711498,"6.0-6.1":0.009341365355749,"7.0-7.1":0.035808567197038,"8.1-8.4":0.087186076653658,"9.0-9.2":0.049820615230661,"9.3":0.35964256619634,"10.0-10.2":0.42191833523466,"10.3":0.54491297908536,"11.0-11.2":0.98395715080556,"11.3-11.4":2.6186960880616,"12-12.1":10.172746872411},I:{"3":0.00028031921824104,"4":0.03503990228013,_:"67","2.1":0,"2.2":0.00028031921824104,"2.3":0.0078489381107492,"4.1":0.013735641693811,"4.2-4.3":0.066435654723127,"4.4":0,"4.4.3-4.4.4":0.1345532247557},A:{"6":0,"7":0.008446,"8":0.405408,"9":0.033784,"10":0.08446,"11":1.613186,"5.5":0},B:{"12":0.008446,"13":0,"14":0.016892,"15":0.008446,"16":0.050676,"17":7.592954,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.152971875,"5":0.010198125,"6.2":0.010198125,_:"7.2"},N:{"10":0,"11":0.020202},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.06216},O:{"0":0.003108},Q:{_:"1.2"},H:{"0":0.0073561340206186},L:{"0":17.227858}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SN.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SN.js new file mode 100644 index 0000000..672ac51 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SN.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.013146,"12":0.004382,"13":0.004382,"14":0,"15":0.004382,"16":0.008764,"17":0.004382,"18":0,"19":0.004382,"20":0,"21":0,"22":0.004382,"23":0,"24":0,"25":0,"26":0.004382,"27":0,"28":0.004382,"29":0,"30":0.008764,"31":0.013146,"32":0.004382,"33":0.004382,"34":0.004382,"35":0,"36":0,"37":0,"38":0.004382,"39":0,"40":0.008764,"41":0,"42":0,"43":0.02191,"44":0,"45":0.004382,"46":0.004382,"47":0.078876,"48":0,"49":0.258538,"50":0.008764,"51":0.004382,"52":0.004382,"53":0.004382,"54":0,"55":0.008764,"56":0.026292,"57":0.013146,"58":0.04382,"59":0.008764,"60":0.039438,"61":0.052584,"62":0.008764,"63":0.078876,"64":0.02191,"65":0.201572,"66":0.039438,"67":0.162134,"68":0.100786,"69":0.297976,"70":8.803438,"71":0.017528,"72":0.008764,"73":0},C:{"2":0,"3":0.004382,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0.004382,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.013146,"33":0,"34":0,"35":0,"36":0.004382,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.013146,"44":0,"45":0.004382,"46":0,"47":0.035056,"48":0.039438,"49":0.008764,"50":0.008764,"51":0.02191,"52":0.070112,"53":0.008764,"54":0.008764,"55":0.008764,"56":0.030674,"57":0.02191,"58":0.013146,"59":0.026292,"60":0.04382,"61":0.092022,"62":0.08764,"63":2.173472,"64":0.048202,"65":0.004382,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.004382,"21":0,"22":0.004382,"23":0.004382,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.02191,"35":0,"36":0.004382,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0.004382,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.004382,"49":0.004382,"50":0,"51":0,"52":0,"53":0.004382,"54":0.004382,"55":0.004382,"56":0.552132,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.004382},E:{"4":0,"5":0,"6":0,"7":0.004382,"8":0.013146,"9":0.004382,"10":0.035056,"11":0.04382,"12":0.354942,_:"0","3.1":0,"3.2":0,"5.1":0.004382,"6.1":0.004382,"7.1":0,"9.1":0.052584,"10.1":0.070112,"11.1":0.113932},G:{"8":0.16820291564095,"3.2":0.0010382896027219,"4.0-4.1":0,"4.2-4.3":0.0010382896027219,"5.0-5.1":0.012459475232663,"6.0-6.1":0.0062297376163314,"7.0-7.1":0.023880660862604,"8.1-8.4":0.058144217752427,"9.0-9.2":0.033225267287101,"9.3":0.23984489822876,"10.0-10.2":0.28137648233764,"10.3":0.36340136095267,"11.0-11.2":0.65619902892024,"11.3-11.4":1.7464031117782,"12-12.1":6.7841842641849},I:{"3":0.002993328990228,"4":0.3741661237785,_:"67","2.1":0,"2.2":0.002993328990228,"2.3":0.083813211726384,"4.1":0.14667312052117,"4.2-4.3":0.70941897068404,"4.4":0,"4.4.3-4.4.4":1.4367979153094},A:{"6":0,"7":0,"8":0.02191,"9":0.008764,"10":0.039438,"11":0.52584,"5.5":0},B:{"12":0.048202,"13":0.035056,"14":0.08764,"15":0.078876,"16":0.04382,"17":0.420672,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.3683591339031,"5":0.13275125925926,"6.2":0.21444434188034,_:"7.2"},N:{"10":0.068729298701299,"11":0.8132967012987},J:{"7":0.005618,"10":0.022472},R:{_:"0"},M:{"0":0.14045},O:{"0":0.370788},Q:{_:"1.2"},H:{"0":1.0318393333333},L:{"0":61.688372}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SO.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SO.js new file mode 100644 index 0000000..3b2f415 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SO.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006338,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.006338,"21":0.006338,"22":0,"23":0.003169,"24":0,"25":0,"26":0.038028,"27":0,"28":0,"29":0.003169,"30":0,"31":0.003169,"32":0,"33":0.053873,"34":0.003169,"35":0,"36":0,"37":0.003169,"38":0,"39":0,"40":0.015845,"41":0.006338,"42":0,"43":0.364435,"44":0,"45":0.003169,"46":0.003169,"47":0.003169,"48":0.003169,"49":0.012676,"50":0.003169,"51":0.009507,"52":0,"53":0,"54":0.003169,"55":0.006338,"56":0.142605,"57":0.009507,"58":0.041197,"59":0.009507,"60":0.019014,"61":0.003169,"62":0.006338,"63":0.015845,"64":0.006338,"65":0.03169,"66":0.012676,"67":0.03169,"68":0.041197,"69":0.244013,"70":5.067231,"71":0.069718,"72":0.012676,"73":0},C:{"2":0,"3":0.009507,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.003169,"33":0,"34":0,"35":0,"36":0.003169,"37":0.009507,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.009507,"44":0.006338,"45":0,"46":0,"47":0.019014,"48":0.006338,"49":0,"50":0,"51":0,"52":0.009507,"53":0.003169,"54":0.003169,"55":0.003169,"56":0.003169,"57":0.006338,"58":0.003169,"59":0.003169,"60":0.009507,"61":0.012676,"62":0.050704,"63":0.383449,"64":0.072887,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0.009507,"17":0,"18":0,"19":0.006338,"20":0.019014,"21":0,"22":0,"23":0.015845,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.003169,"30":0.003169,"31":0,"32":0.003169,"33":0.003169,"34":0.003169,"35":0.003169,"36":0,"37":0.003169,"38":0.006338,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.012676,"46":0,"47":0,"48":0.012676,"49":0.006338,"50":0,"51":0,"52":0,"53":0.003169,"54":0.006338,"55":0.006338,"56":0.266196,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.034859},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.006338,"10":0,"11":0.006338,"12":0.053873,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0.003169,"7.1":0,"9.1":0.003169,"10.1":0.041197,"11.1":0.019014},G:{"8":0.039809137196037,"3.2":0.00024573541479035,"4.0-4.1":0,"4.2-4.3":0.00024573541479035,"5.0-5.1":0.0029488249774842,"6.0-6.1":0.0014744124887421,"7.0-7.1":0.0056519145401781,"8.1-8.4":0.01376118322826,"9.0-9.2":0.0078635332732913,"9.3":0.056764880816572,"10.0-10.2":0.066594297408186,"10.3":0.086007395176624,"11.0-11.2":0.1553047821475,"11.3-11.4":0.41332696767737,"12-12.1":1.6056352002402},I:{"3":0.002541328990228,"4":0.3176661237785,_:"67","2.1":0,"2.2":0.002541328990228,"2.3":0.071157211726384,"4.1":0.12452512052117,"4.2-4.3":0.60229497068404,"4.4":0,"4.4.3-4.4.4":1.2198379153094},A:{"6":0,"7":0,"8":0.006338,"9":0,"10":0.015845,"11":0.088732,"5.5":0},B:{"12":0.041197,"13":0.015845,"14":0.009507,"15":0.022183,"16":0.034859,"17":0.171126,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.7854548200514,"5":0.2754701722365,"6.2":0.24486237532134,_:"7.2"},N:{"10":0.0926454375,"11":0.1191155625},J:{"7":0.0355212,"10":0.1420848},R:{_:"0"},M:{"0":0.225423},O:{"0":10.99791},Q:{_:"1.2"},H:{"0":10.709599546392},L:{"0":51.279876}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SR.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SR.js new file mode 100644 index 0000000..35ee3a9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SR.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.012486,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0.006243,"22":0.006243,"23":0,"24":0,"25":0,"26":0.006243,"27":0,"28":0,"29":0.006243,"30":0,"31":0,"32":0,"33":0,"34":0.006243,"35":0,"36":0,"37":0,"38":0.006243,"39":0,"40":0,"41":0,"42":0,"43":0.018729,"44":0.006243,"45":0.006243,"46":0,"47":0,"48":0.006243,"49":0.193533,"50":0,"51":0,"52":0.006243,"53":0,"54":0.024972,"55":0.012486,"56":0.006243,"57":0.006243,"58":0.024972,"59":0.006243,"60":0.024972,"61":1.229871,"62":0.012486,"63":0.199776,"64":0.043701,"65":0.330879,"66":0.137346,"67":0.230991,"68":0.137346,"69":0.742917,"70":18.972477,"71":0.049944,"72":0.018729,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0.012486,"40":0,"41":0,"42":0,"43":0.006243,"44":0,"45":0,"46":0,"47":0.006243,"48":0.031215,"49":0.006243,"50":0,"51":0,"52":0.106131,"53":0.006243,"54":0.006243,"55":0,"56":0.024972,"57":0.006243,"58":0.056187,"59":0.056187,"60":0.012486,"61":0.099888,"62":0.056187,"63":2.341125,"64":0.636786,"65":0.087402,"3.5":0,"3.6":0.006243},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0.018729,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.006243,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.006243,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0.006243,"55":0,"56":0.742917,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.006243},E:{"4":0.031215,"5":0,"6":0,"7":0,"8":0.006243,"9":0,"10":0.006243,"11":0.137346,"12":0.568113,_:"0","3.1":0,"3.2":0,"5.1":0.012486,"6.1":0,"7.1":0,"9.1":0.049944,"10.1":0.099888,"11.1":0.043701},G:{"8":0.17671114980486,"3.2":0.0010908095666967,"4.0-4.1":0,"4.2-4.3":0.0010908095666967,"5.0-5.1":0.01308971480036,"6.0-6.1":0.0065448574001801,"7.0-7.1":0.025088620034024,"8.1-8.4":0.061085335735015,"9.0-9.2":0.034905906134294,"9.3":0.25197700990693,"10.0-10.2":0.2956093925748,"10.3":0.38178334834384,"11.0-11.2":0.68939164615231,"11.3-11.4":1.8347416911838,"12-12.1":7.1273497087962},I:{"3":0.0024856558089034,"4":0.31070697611292,_:"67","2.1":0,"2.2":0.0024856558089034,"2.3":0.069598362649294,"4.1":0.12179713463626,"4.2-4.3":0.5891004267101,"4.4":0,"4.4.3-4.4.4":1.1931147882736},A:{"6":0,"7":0,"8":0.025113886363636,"9":0.018835414772727,"10":0.0690631875,"11":0.99199851136364,"5.5":0},B:{"12":0.031215,"13":0.068673,"14":0.099888,"15":0.330879,"16":0.156075,"17":1.829199,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.9390278868159,"5":0.17627526243781,"6.2":0.40439619029851,_:"7.2"},N:{"10":0,"11":0.157794},J:{"7":0.0668746,"10":0.2674984},R:{_:"0"},M:{"0":0.07514},O:{"0":0.695045},Q:{_:"1.2"},H:{"0":0.31300586941581},L:{"0":38.666313}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ST.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ST.js new file mode 100644 index 0000000..6ddb709 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ST.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.066014,"12":0,"13":0,"14":0,"15":0,"16":0.010156,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.020312,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.071092,"34":0,"35":0,"36":0,"37":0,"38":0.010156,"39":0,"40":0.238666,"41":0,"42":0.005078,"43":0.705842,"44":0,"45":0,"46":0.340226,"47":0,"48":0,"49":0.081248,"50":0,"51":0,"52":0.005078,"53":0,"54":0.086326,"55":0.182808,"56":0.010156,"57":0.02539,"58":0.060936,"59":0,"60":0.066014,"61":0.005078,"62":0,"63":0.010156,"64":0.010156,"65":0.78709,"66":0.258978,"67":0.111716,"68":0.172652,"69":0.370694,"70":11.669244,"71":0.020312,"72":0,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.005078,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0.091404,"42":0.060936,"43":0.010156,"44":0,"45":0.02539,"46":0,"47":0,"48":0,"49":0,"50":0.132028,"51":0,"52":0.045702,"53":0,"54":0,"55":0,"56":0.005078,"57":0,"58":0.005078,"59":0,"60":0.015234,"61":0.07617,"62":0.17773,"63":0.91404,"64":0.005078,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.020312,"35":0.005078,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0.020312,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0.005078,"54":0,"55":0,"56":0.649984,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.02539},E:{"4":0,"5":0,"6":0,"7":0,"8":0.015234,"9":0,"10":0.035546,"11":0.335148,"12":0.690608,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.015234,"10.1":0.248822,"11.1":0.010156},G:{"8":0.093538602221555,"3.2":0.0005773987791454,"4.0-4.1":0,"4.2-4.3":0.0005773987791454,"5.0-5.1":0.0069287853497448,"6.0-6.1":0.0034643926748724,"7.0-7.1":0.013280171920344,"8.1-8.4":0.032334331632143,"9.0-9.2":0.018476760932653,"9.3":0.13337911798259,"10.0-10.2":0.1564750691484,"10.3":0.20208957270089,"11.0-11.2":0.36491602841989,"11.3-11.4":0.97118474652257,"12-12.1":3.7727236229361},I:{"3":0.0064446340933768,"4":0.8055792616721,_:"67","2.1":0,"2.2":0.0064446340933768,"2.3":0.18044975461455,"4.1":0.31578707057546,"4.2-4.3":1.5273782801303,"4.4":0,"4.4.3-4.4.4":3.0934243648208},A:{"6":0,"7":0,"8":0.035546,"9":0.02539,"10":0.07617,"11":1.122238,"5.5":0},B:{"12":0.020312,"13":0.05078,"14":0.045702,"15":0.121872,"16":0.553502,"17":1.360904,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.2520064,"5":0.084002133333333,"6.2":0.1260032,_:"7.2"},N:{"10":0.011581176470588,"11":0.18529882352941},J:{"7":0.0127972,"10":0.0511888},R:{_:"0"},M:{"0":0.093518},O:{"0":7.033538},Q:{_:"1.2"},H:{"0":4.9906796597938},L:{"0":44.572972}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SV.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SV.js new file mode 100644 index 0000000..19d4d87 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SV.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.007254,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.014508,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.369954,"30":0,"31":0,"32":0,"33":0,"34":0.007254,"35":0,"36":0,"37":0,"38":0.07254,"39":0.007254,"40":0.014508,"41":0,"42":0.007254,"43":0.014508,"44":0,"45":0,"46":0.007254,"47":0.007254,"48":0.014508,"49":0.529542,"50":0.007254,"51":0.007254,"52":0.007254,"53":0.007254,"54":0.021762,"55":0.050778,"56":0.043524,"57":0.021762,"58":0.043524,"59":0.03627,"60":0.050778,"61":0.449748,"62":0.050778,"63":0.116064,"64":0.058032,"65":0.07254,"66":0.094302,"67":0.304668,"68":0.203112,"69":0.928512,"70":33.22332,"71":0.043524,"72":0.021762,"73":0},C:{"2":0,"3":0.007254,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.014508,"44":0,"45":0.014508,"46":0.007254,"47":0.021762,"48":0.094302,"49":0.007254,"50":0.007254,"51":0.007254,"52":0.10881,"53":0.007254,"54":0.007254,"55":0.007254,"56":0.021762,"57":0.029016,"58":0.029016,"59":0.014508,"60":0.043524,"61":0.058032,"62":0.130572,"63":2.778282,"64":0.029016,"65":0,"3.5":0.007254,"3.6":0.007254},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.007254,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.014508,"37":0.007254,"38":0,"39":0,"40":0.007254,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0.007254,"48":0.014508,"49":0.007254,"50":0,"51":0.007254,"52":0.007254,"53":0.007254,"54":0,"55":0,"56":0.90675,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.014508},E:{"4":0,"5":0,"6":0,"7":0,"8":0.25389,"9":0.123318,"10":0.10881,"11":0.21762,"12":1.34199,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0.007254,"7.1":0,"9.1":0.10881,"10.1":0.188604,"11.1":0.43524},G:{"8":0.077905026718703,"3.2":0.00048089522665866,"4.0-4.1":0,"4.2-4.3":0.00048089522665866,"5.0-5.1":0.0057707427199039,"6.0-6.1":0.002885371359952,"7.0-7.1":0.011060590213149,"8.1-8.4":0.026930132692885,"9.0-9.2":0.015388647253077,"9.3":0.11108679735815,"10.0-10.2":0.1303226064245,"10.3":0.16831332933053,"11.0-11.2":0.30392578324827,"11.3-11.4":0.80886577123987,"12-12.1":3.1421694109877},I:{"3":0.0017812703583062,"4":0.22265879478827,_:"67","2.1":0,"2.2":0.0017812703583062,"2.3":0.049875570032573,"4.1":0.087282247557003,"4.2-4.3":0.42216107491857,"4.4":0,"4.4.3-4.4.4":0.85500977198697},A:{"6":0.0074612571428571,"7":0.0074612571428571,"8":0.037306285714286,"9":0.022383771428571,"10":0.044767542857143,"11":0.40290788571429,"5.5":0},B:{"12":0.021762,"13":0.014508,"14":0.03627,"15":0.03627,"16":0.159588,"17":0.565812,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.63537344329897,"5":0.071735711340206,"6.2":0.092231628865979,_:"7.2"},N:{"10":0.010984,"11":0.076888},J:{"7":0.0021968,"10":0.0087872},R:{_:"0"},M:{"0":0.118078},O:{"0":0.568422},Q:{_:"1.2"},H:{"0":0.57194178694158},L:{"0":41.741486}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SY.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SY.js new file mode 100644 index 0000000..108f264 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SY.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.003092,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.003092,"27":0,"28":0,"29":0.074208,"30":0.003092,"31":0,"32":0.003092,"33":0.009276,"34":0,"35":0,"36":0.003092,"37":0,"38":0.006184,"39":0,"40":0.009276,"41":0,"42":0,"43":0.040196,"44":0.003092,"45":0,"46":0.003092,"47":0.003092,"48":0.003092,"49":0.06184,"50":0.003092,"51":0.012368,"52":0.003092,"53":0.003092,"54":0.01546,"55":0.012368,"56":0.009276,"57":0.009276,"58":0.01546,"59":0.006184,"60":0.009276,"61":0.012368,"62":0.012368,"63":0.012368,"64":0.012368,"65":0.040196,"66":0.03092,"67":0.0773,"68":0.114404,"69":0.228808,"70":4.83898,"71":0.006184,"72":0.003092,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.003092,"32":0,"33":0,"34":0,"35":0.003092,"36":0.003092,"37":0,"38":0.003092,"39":0,"40":0,"41":0.003092,"42":0,"43":0.012368,"44":0.003092,"45":0.003092,"46":0,"47":0.024736,"48":0.027828,"49":0.003092,"50":0.003092,"51":0.003092,"52":0.09276,"53":0.006184,"54":0.003092,"55":0.003092,"56":0.01546,"57":0.012368,"58":0.012368,"59":0.01546,"60":0.040196,"61":0.024736,"62":0.06184,"63":1.261536,"64":0.03092,"65":0,"3.5":0,"3.6":0.003092},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.003092,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0.003092,"36":0.003092,"37":0.009276,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.003092,"49":0.006184,"50":0,"51":0,"52":0,"53":0,"54":0.003092,"55":0.003092,"56":0.250452,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.009276},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.003092,"10":0.003092,"11":0.003092,"12":0.034012,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0,"10.1":0.003092,"11.1":0.021644},G:{"8":0.027267098168718,"3.2":0.00016831542079456,"4.0-4.1":0,"4.2-4.3":0.00016831542079456,"5.0-5.1":0.0020197850495347,"6.0-6.1":0.0010098925247673,"7.0-7.1":0.0038712546782748,"8.1-8.4":0.0094256635644951,"9.0-9.2":0.0053860934654258,"9.3":0.038880862203542,"10.0-10.2":0.045613479035325,"10.3":0.058910397278095,"11.0-11.2":0.10637534594216,"11.3-11.4":0.28310653777644,"12-12.1":1.0997729594716},I:{"3":0.016120686210641,"4":2.0150857763301,_:"67","2.1":0,"2.2":0.016120686210641,"2.3":0.45137921389794,"4.1":0.78991362432139,"4.2-4.3":3.8206026319218,"4.4":0,"4.4.3-4.4.4":7.7379293811075},A:{"6":0.003092,"7":0,"8":0.037104,"9":0.006184,"10":0.006184,"11":0.098944,"5.5":0},B:{"12":0.003092,"13":0,"14":0.024736,"15":0.009276,"16":0.027828,"17":0.09276,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":2.6278032,"5":0.29310112615385,"6.2":0.44470515692308,_:"7.2"},N:{"10":0,"11":0.020724},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.10362},O:{"0":1.505944},Q:{_:"1.2"},H:{"0":1.6023117869416},L:{"0":62.274128}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SZ.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SZ.js new file mode 100644 index 0000000..a8c47a7 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/SZ.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.003973,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.003973,"27":0.007946,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.003973,"34":0,"35":0,"36":0.003973,"37":0,"38":0,"39":0,"40":0.007946,"41":0,"42":0,"43":0.015892,"44":0,"45":0,"46":0,"47":0,"48":0.003973,"49":0.055622,"50":0.003973,"51":0.015892,"52":0.003973,"53":0.003973,"54":0.003973,"55":0.019865,"56":0.015892,"57":0.003973,"58":0.003973,"59":0.007946,"60":0.023838,"61":0.003973,"62":0.035757,"63":0.047676,"64":0.019865,"65":0.023838,"66":0.015892,"67":0.107271,"68":0.139055,"69":0.27811,"70":6.758073,"71":0.003973,"72":0.003973,"73":0},C:{"2":0,"3":0.003973,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0.003973,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.011919,"27":0,"28":0,"29":0,"30":0,"31":0.03973,"32":0,"33":0,"34":0,"35":0.003973,"36":0,"37":0,"38":0.047676,"39":0,"40":0,"41":0,"42":0,"43":0.011919,"44":0.003973,"45":0.015892,"46":0,"47":0.011919,"48":0.015892,"49":0.003973,"50":0.003973,"51":0.003973,"52":0.027811,"53":0,"54":0.027811,"55":0.003973,"56":0.011919,"57":0.003973,"58":0,"59":0.003973,"60":0.143028,"61":0.035757,"62":0.091379,"63":1.370685,"64":0.282083,"65":0,"3.5":0,"3.6":0.007946},F:{"9":0,"11":0,"12":0,"15":0.003973,"16":0,"17":0.007946,"18":0.003973,"19":0.007946,"20":0.015892,"21":0.011919,"22":0.015892,"23":0,"24":0.003973,"25":0,"26":0.007946,"27":0.027811,"28":0.027811,"29":0.003973,"30":0.007946,"31":0,"32":0.023838,"33":0.063568,"34":0.023838,"35":0.007946,"36":0.011919,"37":0.03973,"38":0.003973,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0.003973,"45":0.007946,"46":0,"47":0,"48":0.011919,"49":0,"50":0,"51":0,"52":0.019865,"53":0,"54":0.015892,"55":0.007946,"56":1.47001,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.536355},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.019865,"11":0.007946,"12":0.258245,_:"0","3.1":0,"3.2":0,"5.1":0.007946,"6.1":0.007946,"7.1":0,"9.1":0.019865,"10.1":0.007946,"11.1":0.095352},G:{"8":0.035651364154908,"3.2":0.00022007014910437,"4.0-4.1":0,"4.2-4.3":0.00022007014910437,"5.0-5.1":0.0026408417892525,"6.0-6.1":0.0013204208946262,"7.0-7.1":0.0050616134294006,"8.1-8.4":0.012323928349845,"9.0-9.2":0.0070422447713399,"9.3":0.05083620444311,"10.0-10.2":0.059639010407285,"10.3":0.077024552186531,"11.0-11.2":0.13908433423396,"11.3-11.4":0.37015799079356,"12-12.1":1.437938354248},I:{"3":0.0010988642779587,"4":0.13735803474484,_:"67","2.1":0,"2.2":0.0010988642779587,"2.3":0.030768199782845,"4.1":0.053844349619978,"4.2-4.3":0.26043083387622,"4.4":0,"4.4.3-4.4.4":0.5274548534202},A:{"6":0,"7":0,"8":0.063568,"9":0.03973,"10":0.031784,"11":0.91379,"5.5":0},B:{"12":0.083433,"13":0.047676,"14":0.059595,"15":0.055622,"16":0.099325,"17":0.508544,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.0032890958904,"5":0.071663506849315,"6.2":0.040950575342466,_:"7.2"},N:{"10":0.0475272,"11":0.3683358},J:{"7":0.0204918,"10":0.0819672},R:{_:"0"},M:{"0":0.066297},O:{"0":2.04918},Q:{_:"1.2"},H:{"0":37.22577585567},L:{"0":19.750877}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TC.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TC.js new file mode 100644 index 0000000..f1baece --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TC.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.038856,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.006476,"46":0.012952,"47":0.006476,"48":0,"49":0.09714,"50":0.006476,"51":0,"52":0,"53":0.03238,"54":0.006476,"55":0.012952,"56":0,"57":0.012952,"58":0.03238,"59":0,"60":0,"61":0.006476,"62":0.006476,"63":0.006476,"64":0.012952,"65":0.084188,"66":0.019428,"67":0.03238,"68":0.058284,"69":0.71236,"70":17.03188,"71":0.051808,"72":0.019428,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0.006476,"8":0,"9":0,"10":0,"11":0.148948,"12":0,"13":0,"14":0.006476,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.006476,"44":0,"45":0,"46":0,"47":0.019428,"48":0,"49":0,"50":0,"51":0,"52":0.012952,"53":0,"54":0.006476,"55":0,"56":0.012952,"57":0.051808,"58":0,"59":0,"60":0,"61":0.006476,"62":0.038856,"63":1.547764,"64":0,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.200756,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.019428,"10":0.006476,"11":0.038856,"12":2.402596,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0.278468,"7.1":0,"9.1":0.123044,"10.1":0.168376,"11.1":0.51808},G:{"8":0.48704621555089,"3.2":0.0030064581206845,"4.0-4.1":0,"4.2-4.3":0.0030064581206845,"5.0-5.1":0.036077497448214,"6.0-6.1":0.018038748724107,"7.0-7.1":0.069148536775743,"8.1-8.4":0.16836165475833,"9.0-9.2":0.096206659861903,"9.3":0.69449182587811,"10.0-10.2":0.81475015070549,"10.3":1.0522603422396,"11.0-11.2":1.9000815322726,"11.3-11.4":5.0568625589913,"12-12.1":19.644197360552},I:{"3":0.0016471748099891,"4":0.20589685124864,_:"67","2.1":0,"2.2":0.0016471748099891,"2.3":0.046120894679696,"4.1":0.080711565689468,"4.2-4.3":0.39038042996743,"4.4":0,"4.4.3-4.4.4":0.79064390879479},A:{"6":0,"7":0,"8":0.006476,"9":0.006476,"10":0.077712,"11":2.124128,"5.5":0},B:{"12":0.019428,"13":0.168376,"14":0.174852,"15":0.06476,"16":0.200756,"17":5.912588,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.19938220540541,"5":0.077537524324324,"6.2":0.12184468108108,_:"7.2"},N:{"10":0.007048,"11":0.007048},J:{"7":0.0098672,"10":0.0394688},R:{_:"0"},M:{"0":0.066956},O:{"0":0.151532},Q:{_:"1.2"},H:{"0":0.14012441237113},L:{"0":28.2185}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TD.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TD.js new file mode 100644 index 0000000..c789c4e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TD.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.003846,"5":0,"6":0.003846,"7":0,"8":0,"9":0,"10":0,"11":0.003846,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.003846,"21":0,"22":0,"23":0.007692,"24":0,"25":0.003846,"26":0.003846,"27":0,"28":0,"29":0.003846,"30":0,"31":0,"32":0.003846,"33":0.011538,"34":0,"35":0,"36":0,"37":0.003846,"38":0,"39":0,"40":0.003846,"41":0.003846,"42":0,"43":0.05769,"44":0.003846,"45":0,"46":0.003846,"47":0.015384,"48":0.130764,"49":0.065382,"50":0,"51":0.007692,"52":0.007692,"53":0,"54":0,"55":0.065382,"56":0.003846,"57":0.026922,"58":0.069228,"59":0.003846,"60":0.046152,"61":0.003846,"62":0.011538,"63":0.915348,"64":0.003846,"65":0.011538,"66":0.023076,"67":0.026922,"68":0.103842,"69":0.111534,"70":4.588278,"71":0.007692,"72":0.003846,"73":0},C:{"2":0,"3":0.315372,"4":0.003846,"5":0,"6":0.007692,"7":0.023076,"8":0,"9":0.003846,"10":0,"11":0,"12":0,"13":0,"14":0.003846,"15":0.007692,"16":0.023076,"17":0,"18":0.007692,"19":0,"20":0.003846,"21":0.003846,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.015384,"30":0.003846,"31":0.003846,"32":0.003846,"33":0.011538,"34":0,"35":0,"36":0.003846,"37":0.003846,"38":0.007692,"39":0,"40":0.015384,"41":0.061536,"42":0.007692,"43":0.023076,"44":0.007692,"45":0.003846,"46":0.003846,"47":0.03846,"48":0.023076,"49":0,"50":0.011538,"51":0,"52":0.042306,"53":0.003846,"54":0.007692,"55":0,"56":0.030768,"57":0.046152,"58":0,"59":0.003846,"60":0.07692,"61":0.149994,"62":0.099996,"63":1.949922,"64":0.549978,"65":0.003846,"3.5":0,"3.6":0.007692},F:{"9":0,"11":0,"12":0,"15":0.003846,"16":0.023076,"17":0,"18":0,"19":0.003846,"20":0.338448,"21":0.003846,"22":0,"23":0.092304,"24":0.003846,"25":0.003846,"26":0.003846,"27":0,"28":0.011538,"29":0,"30":0.042306,"31":0,"32":0.003846,"33":0,"34":0.011538,"35":0.007692,"36":0,"37":0.007692,"38":0,"39":0.003846,"40":0,"41":0,"42":0.007692,"43":0,"44":0,"45":0.01923,"46":0,"47":0.003846,"48":0.015384,"49":0.003846,"50":0,"51":0,"52":0.126918,"53":0.003846,"54":0.080766,"55":0,"56":0.803814,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.30768},E:{"4":0.007692,"5":0,"6":0,"7":0,"8":0.003846,"9":0.011538,"10":0.015384,"11":0.11538,"12":0.065382,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.01923,"10.1":0.223068,"11.1":0.09615},G:{"8":0.023668600420294,"3.2":0.00014610247173021,"4.0-4.1":0,"4.2-4.3":0.00014610247173021,"5.0-5.1":0.0017532296607625,"6.0-6.1":0.00087661483038127,"7.0-7.1":0.0033603568497949,"8.1-8.4":0.0081817384168918,"9.0-9.2":0.0046752790953668,"9.3":0.033749670969679,"10.0-10.2":0.039593769838887,"10.3":0.051135865105574,"11.0-11.2":0.092336762133493,"11.3-11.4":0.24574435745022,"12-12.1":0.9546335502852},I:{"3":0.004161891422367,"4":0.52023642779587,_:"67","2.1":0,"2.2":0.004161891422367,"2.3":0.11653295982628,"4.1":0.20393267969598,"4.2-4.3":0.98636826710098,"4.4":0,"4.4.3-4.4.4":1.9977078827362},A:{"6":0,"7":0,"8":0.20564205154639,"9":0.044704793814433,"10":0.062586711340206,"11":1.421612443299,"5.5":0},B:{"12":0.065382,"13":0.03846,"14":0.011538,"15":0.023076,"16":0.023076,"17":0.184608,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.9216688372093,"5":0.77139674418605,"6.2":0.08014511627907,_:"7.2"},N:{"10":0.0600015,"11":0.1800045},J:{"7":0.018462,"10":0.073848},R:{_:"0"},M:{"0":0.258468},O:{"0":9.231},Q:{_:"1.2"},H:{"0":30.966304140893},L:{"0":17.27932}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TG.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TG.js new file mode 100644 index 0000000..96077d6 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TG.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.00509,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0.00509,"19":0.00509,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.01018,"27":0.01527,"28":0.00509,"29":0.01527,"30":0,"31":0.23414,"32":0,"33":0.02036,"34":0.00509,"35":0,"36":0,"37":0.01527,"38":0,"39":0.00509,"40":0.04072,"41":0,"42":0,"43":0.11198,"44":0.00509,"45":0.04581,"46":0.00509,"47":0.00509,"48":0.03054,"49":0.2036,"50":0.34612,"51":0.00509,"52":0.00509,"53":0.00509,"54":0.00509,"55":0.01018,"56":0.01018,"57":0.00509,"58":0.08653,"59":0.08653,"60":0.02036,"61":0.04072,"62":0.17815,"63":0.09671,"64":0.02545,"65":0.27995,"66":0.04581,"67":0.14252,"68":0.11198,"69":0.61589,"70":9.84406,"71":0.04581,"72":0.01018,"73":0},C:{"2":0,"3":0.05599,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.00509,"23":0.00509,"24":0,"25":0,"26":0,"27":0.00509,"28":0,"29":0,"30":0.00509,"31":0,"32":0.00509,"33":0.00509,"34":0.00509,"35":0.00509,"36":0.00509,"37":0.00509,"38":0.01527,"39":0.01527,"40":0.01527,"41":0.02036,"42":0.01018,"43":0.09671,"44":0.01527,"45":0.02545,"46":0.00509,"47":0.15779,"48":0.01527,"49":0.04581,"50":0.03054,"51":0.00509,"52":0.37666,"53":0.07635,"54":0.01527,"55":0.01018,"56":0.0509,"57":0.07635,"58":0.04072,"59":0.02545,"60":0.24941,"61":0.22396,"62":0.41738,"63":5.17653,"64":0.29013,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0.01018,"16":0.00509,"17":0,"18":0.00509,"19":0.00509,"20":0.01018,"21":0,"22":0,"23":0.01018,"24":0,"25":0,"26":0,"27":0.00509,"28":0.01018,"29":0.00509,"30":0.01527,"31":0,"32":0,"33":0.00509,"34":0,"35":0,"36":0.02036,"37":0.00509,"38":0,"39":0.00509,"40":0,"41":0,"42":0.01018,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.01018,"49":0,"50":0,"51":0.00509,"52":0,"53":0.01018,"54":0.00509,"55":0.01018,"56":1.39466,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.1018},E:{"4":0,"5":0,"6":0,"7":0.02545,"8":0.09671,"9":0,"10":0.02036,"11":0,"12":0.21378,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0.01018,"7.1":0,"9.1":0.00509,"10.1":0.03563,"11.1":0.10689},G:{"8":0.038245812068448,"3.2":0.00023608525968178,"4.0-4.1":0,"4.2-4.3":0.00023608525968178,"5.0-5.1":0.0028330231161813,"6.0-6.1":0.0014165115580907,"7.0-7.1":0.0054299609726809,"8.1-8.4":0.01322077454218,"9.0-9.2":0.0075547283098169,"9.3":0.054535694986491,"10.0-10.2":0.063979105373762,"10.3":0.082629840888622,"11.0-11.2":0.14920588411888,"11.3-11.4":0.39709540678475,"12-12.1":1.5425810867607},I:{"3":0.0050599891422367,"4":0.63249864277959,_:"67","2.1":0,"2.2":0.0050599891422367,"2.3":0.14167969598263,"4.1":0.2479394679696,"4.2-4.3":1.1992174267101,"4.4":0,"4.4.3-4.4.4":2.4287947882736},A:{"6":0.00521725,"7":0,"8":0.09912775,"9":0.00521725,"10":0.04695525,"11":0.2608625,"5.5":0},B:{"12":0.03054,"13":0.0509,"14":0.06108,"15":0.14761,"16":0.04072,"17":0.42247,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.27137858823529,"5":0.030153176470588,"6.2":0.040204235294118,_:"7.2"},N:{"10":0.046131162790698,"11":0.4497788372093},J:{"7":0.036334,"10":0.145336},R:{_:"0"},M:{"0":0.33388},O:{"0":3.56466},Q:{_:"1.2"},H:{"0":12.397471597938},L:{"0":40.78174}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TH.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TH.js new file mode 100644 index 0000000..be1caef --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TH.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.008656,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.004328,"23":0,"24":0,"25":0.004328,"26":0.004328,"27":0,"28":0,"29":0.02164,"30":0.004328,"31":0.004328,"32":0.004328,"33":0.004328,"34":0.004328,"35":0,"36":0.004328,"37":0.004328,"38":0.017312,"39":0.004328,"40":0.004328,"41":0,"42":0,"43":0.073576,"44":0.004328,"45":0.004328,"46":0.004328,"47":0.004328,"48":0.004328,"49":0.164464,"50":0.004328,"51":0.012984,"52":0.004328,"53":0.012984,"54":0.008656,"55":0.008656,"56":0.012984,"57":0.017312,"58":0.04328,"59":0.012984,"60":0.02164,"61":0.017312,"62":0.017312,"63":0.034624,"64":0.017312,"65":0.04328,"66":0.038952,"67":0.095216,"68":0.090888,"69":0.264008,"70":9.612488,"71":0.038952,"72":0.02164,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0.004328,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0.004328,"31":0,"32":0,"33":0,"34":0.004328,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.004328,"44":0,"45":0,"46":0.004328,"47":0.012984,"48":0.017312,"49":0.012984,"50":0.004328,"51":0.004328,"52":0.034624,"53":0.012984,"54":0.017312,"55":0.04328,"56":0.099544,"57":0.008656,"58":0.008656,"59":0.008656,"60":0.012984,"61":0.017312,"62":0.038952,"63":0.62756,"64":0.012984,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.212072,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.004328,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.1082,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.004328},E:{"4":0,"5":0,"6":0,"7":0,"8":0.004328,"9":0.004328,"10":0.017312,"11":0.034624,"12":0.285648,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.017312,"10.1":0.04328,"11.1":0.099544},G:{"8":0.25915940678475,"3.2":0.0015997494245972,"4.0-4.1":0,"4.2-4.3":0.0015997494245972,"5.0-5.1":0.019196993095167,"6.0-6.1":0.0095984965475833,"7.0-7.1":0.036794236765736,"8.1-8.4":0.089585967777444,"9.0-9.2":0.051191981587111,"9.3":0.36954211708196,"10.0-10.2":0.43353209406585,"10.3":0.55991229860903,"11.0-11.2":1.0110416363454,"11.3-11.4":2.6907785321725,"12-12.1":10.452762740318},I:{"3":0.00092048642779587,"4":0.11506080347448,_:"67","2.1":0,"2.2":0.00092048642779587,"2.3":0.025773619978284,"4.1":0.045103834961998,"4.2-4.3":0.21815528338762,"4.4":0,"4.4.3-4.4.4":0.44183348534202},A:{"6":0,"7":0,"8":0.030665463414634,"9":0.026284682926829,"10":0.021903902439024,"11":0.28036995121951,"5.5":0},B:{"12":0.004328,"13":0.008656,"14":0.008656,"15":0.008656,"16":0.02164,"17":0.2164,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.3803390629723,"5":0.11331141561713,"6.2":0.20602075566751,_:"7.2"},N:{"10":0.024308571428571,"11":0.060771428571429},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.102096},O:{"0":1.185448},Q:{_:"1.2"},H:{"0":1.0041681512027},L:{"0":60.572064}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TJ.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TJ.js new file mode 100644 index 0000000..9411371 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TJ.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0.003853,"9":0,"10":0,"11":0.034677,"12":0.003853,"13":0,"14":0.003853,"15":0,"16":0.007706,"17":0,"18":0.007706,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0.003853,"25":0,"26":0,"27":0.003853,"28":0,"29":0,"30":0.019265,"31":0.042383,"32":0,"33":0,"34":0.003853,"35":0.007706,"36":0.003853,"37":0,"38":0.003853,"39":0,"40":0.019265,"41":0.003853,"42":0.003853,"43":0.003853,"44":0.034677,"45":0.003853,"46":0.003853,"47":0.011559,"48":0,"49":0.204209,"50":0.007706,"51":0.007706,"52":0,"53":0.007706,"54":0.003853,"55":0.003853,"56":0.084766,"57":0.050089,"58":0.019265,"59":0.034677,"60":0.007706,"61":0.007706,"62":0.03853,"63":0.119443,"64":0.011559,"65":0.007706,"66":0.200356,"67":0.104031,"68":0.304387,"69":0.227327,"70":7.852414,"71":0,"72":0.003853,"73":0},C:{"2":0,"3":0,"4":0,"5":0.003853,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0.080913,"31":0,"32":0,"33":0,"34":0,"35":0.003853,"36":0,"37":0,"38":0,"39":0,"40":0.007706,"41":0,"42":0,"43":0.007706,"44":0.023118,"45":0,"46":0.011559,"47":0.015412,"48":0.030824,"49":0,"50":0,"51":0.003853,"52":0.061648,"53":0.003853,"54":0,"55":0,"56":0.003853,"57":0.003853,"58":0.007706,"59":0.003853,"60":0.023118,"61":0.019265,"62":0.046236,"63":0.593362,"64":0,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0.007706,"15":0,"16":0.003853,"17":0.003853,"18":0.007706,"19":0.003853,"20":0.007706,"21":0.007706,"22":0.003853,"23":0,"24":0,"25":0.007706,"26":0,"27":0,"28":0.011559,"29":0.003853,"30":0.015412,"31":0,"32":0,"33":0.003853,"34":0,"35":0.023118,"36":0.011559,"37":0.023118,"38":0,"39":0.003853,"40":0,"41":0,"42":0.003853,"43":0.003853,"44":0,"45":0.003853,"46":0.003853,"47":0,"48":0.003853,"49":0,"50":0,"51":0,"52":0.003853,"53":0.007706,"54":0.007706,"55":0.003853,"56":0.890043,"9.5-9.6":0,"10.0-10.1":0.003853,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0.034677,"12.1":0.061648},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.003853,"11":0.03853,"12":0.050089,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.003853,"10.1":0.046236,"11.1":0.015412},G:{"8":0.064582557190033,"3.2":0.0003986577604323,"4.0-4.1":0,"4.2-4.3":0.0003986577604323,"5.0-5.1":0.0047838931251876,"6.0-6.1":0.0023919465625938,"7.0-7.1":0.009169128489943,"8.1-8.4":0.022324834584209,"9.0-9.2":0.012757048333834,"9.3":0.092089942659862,"10.0-10.2":0.10803625307715,"10.3":0.13953021615131,"11.0-11.2":0.25195170459322,"11.3-11.4":0.67054235304713,"12-12.1":2.6048298066647},I:{"3":0.0042819739413681,"4":0.53524674267101,_:"67","2.1":0,"2.2":0.0042819739413681,"2.3":0.11989527035831,"4.1":0.20981672312704,"4.2-4.3":1.0148278241042,"4.4":0,"4.4.3-4.4.4":2.0553474918567},A:{"6":0,"7":0,"8":0.019265,"9":0.050089,"10":0.007706,"11":0.104031,"5.5":0},B:{"12":0.003853,"13":0.003853,"14":0.061648,"15":0.007706,"16":0.007706,"17":0.127149,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":3.3283845243243,"5":0.38678474594595,"6.2":0.47839165945946,_:"7.2"},N:{"10":0.048005142857143,"11":0.20402185714286},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.024588},O:{"0":5.765886},Q:{_:"1.2"},H:{"0":20.874842335052},L:{"0":30.948292}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TK.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TK.js new file mode 100644 index 0000000..671131c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TK.js @@ -0,0 +1 @@ +module.exports={D:{"70":43.079105,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 71 72 73"},C:{"62":2.307393,"63":8.460441,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 64 65 3.5 3.6"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 9.5-9.6 10.5 10.6 11.1 11.5 11.6 12.1","10.0-10.1":0},E:{"4":0,"10":1.538262,_:"0 5 6 7 8 9 11 12 3.1 3.2 5.1 6.1 7.1 9.1 11.1","10.1":15.38262},G:{"8":0.022604698288802,"3.2":0.00013953517462224,"4.0-4.1":0,"4.2-4.3":0.00013953517462224,"5.0-5.1":0.0016744220954668,"6.0-6.1":0.00083721104773341,"7.0-7.1":0.0032093090163114,"8.1-8.4":0.0078139697788452,"9.0-9.2":0.0044651255879115,"9.3":0.032232625337736,"10.0-10.2":0.037814032322626,"10.3":0.048837311117782,"11.0-11.2":0.088186230361253,"11.3-11.4":0.2346981637146,"12-12.1":0.91172283098169},I:{"3":0,"4":0,_:"67","2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},A:{_:"6 7 8 9 10 11 5.5"},B:{_:"12 13 14 15 16 17 18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{_:"4 5 7.2","6.2":5.5775},N:{"10":0.046131162790698,"11":0.4497788372093},J:{"7":0,"10":0},R:{_:"0"},M:{_:"0"},O:{_:"0"},Q:{_:"1.2"},H:{"0":0},L:{"0":22.260304}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TL.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TL.js new file mode 100644 index 0000000..3a1ba2d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TL.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.020316,"5":0.003386,"6":0.010158,"7":0,"8":0,"9":0.006772,"10":0.003386,"11":0.003386,"12":0,"13":0.003386,"14":0.003386,"15":0.003386,"16":0,"17":0.003386,"18":0,"19":0.006772,"20":0,"21":0.071106,"22":0,"23":0,"24":0,"25":0,"26":0.006772,"27":0.003386,"28":0,"29":0.006772,"30":0,"31":0.003386,"32":0,"33":0.057562,"34":0,"35":0,"36":0,"37":0,"38":0.003386,"39":0,"40":0.172686,"41":0,"42":0.027088,"43":0.216704,"44":0,"45":0,"46":0.003386,"47":0.006772,"48":0.010158,"49":0.05079,"50":0.003386,"51":0.006772,"52":0.003386,"53":0.003386,"54":0,"55":0.03386,"56":0,"57":0.010158,"58":0.01693,"59":0.010158,"60":0.064334,"61":0.006772,"62":0.013544,"63":0.13544,"64":0.020316,"65":0.010158,"66":0.01693,"67":0.037246,"68":0.030474,"69":0.193002,"70":3.954848,"71":0.006772,"72":0.037246,"73":0},C:{"2":0,"3":0,"4":0.047404,"5":0.006772,"6":0.020316,"7":0.010158,"8":0.013544,"9":0,"10":0.040632,"11":0.013544,"12":0.030474,"13":0.013544,"14":0.003386,"15":0.013544,"16":0.006772,"17":0.006772,"18":0.047404,"19":0.013544,"20":0.003386,"21":0.020316,"22":0,"23":0.003386,"24":0.006772,"25":0.003386,"26":0.006772,"27":0.013544,"28":0.003386,"29":0.01693,"30":0.010158,"31":0.006772,"32":0.01693,"33":0.006772,"34":0.01693,"35":0.013544,"36":0.010158,"37":0.003386,"38":0.01693,"39":0,"40":0.037246,"41":0.03386,"42":0.003386,"43":0.064334,"44":0.037246,"45":0.020316,"46":0.003386,"47":0.098194,"48":0.054176,"49":0.006772,"50":0.003386,"51":0.003386,"52":0.027088,"53":0.003386,"54":0.01693,"55":0.01693,"56":0.027088,"57":0.01693,"58":0.010158,"59":0.010158,"60":0.074492,"61":0.06772,"62":0.115124,"63":1.560946,"64":0.189616,"65":0.003386,"3.5":0.040632,"3.6":0.030474},F:{"9":0,"11":0.003386,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.003386,"29":0,"30":0.013544,"31":0,"32":0,"33":0,"34":0.013544,"35":0,"36":0,"37":0.176072,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.003386,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0.003386,"55":0.006772,"56":0.145598,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0.003386,"11.1":0,"11.5":0.006772,"11.6":0,"12.1":0.030474},E:{"4":0,"5":0,"6":0.01693,"7":0.003386,"8":0.003386,"9":0.003386,"10":0.010158,"11":0.010158,"12":0.094808,_:"0","3.1":0,"3.2":0,"5.1":0.006772,"6.1":0,"7.1":0,"9.1":0.03386,"10.1":0.094808,"11.1":0.094808},G:{"8":0.046786760732513,"3.2":0.00028880716501551,"4.0-4.1":0,"4.2-4.3":0.00028880716501551,"5.0-5.1":0.0034656859801861,"6.0-6.1":0.0017328429900931,"7.0-7.1":0.0066425647953567,"8.1-8.4":0.016173201240869,"9.0-9.2":0.0092418292804963,"9.3":0.066714455118583,"10.0-10.2":0.078266741719203,"10.3":0.10108250775543,"11.0-11.2":0.1825261282898,"11.3-11.4":0.48577365155609,"12-12.1":1.8870660162113},I:{"3":0.0058709381107492,"4":0.73386726384365,_:"67","2.1":0,"2.2":0.0058709381107492,"2.3":0.16438626710098,"4.1":0.28767596742671,"4.2-4.3":1.3914123322476,"4.4":0,"4.4.3-4.4.4":2.8180502931596},A:{"6":0,"7":0,"8":0.111738,"9":0.013544,"10":0.044018,"11":0.430022,"5.5":0},B:{"12":0.071106,"13":0.111738,"14":0.03386,"15":0.020316,"16":0.030474,"17":0.369074,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":2.3448575294118,"5":0.19286706951872,"6.2":0.18271617112299,_:"7.2"},N:{"10":0,"11":0.138894},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.09921},O:{"0":2.486864},Q:{_:"1.2"},H:{"0":6.9317106494845},L:{"0":62.54396}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TM.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TM.js new file mode 100644 index 0000000..d196024 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TM.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0.004267,"6":0,"7":0,"8":0.550443,"9":0.004267,"10":0,"11":0.008534,"12":0.110942,"13":0.004267,"14":0,"15":0.008534,"16":0.004267,"17":0,"18":0.004267,"19":0,"20":0.008534,"21":0,"22":0.008534,"23":0.008534,"24":0,"25":0,"26":0,"27":0.012801,"28":0,"29":0.012801,"30":0.004267,"31":0.004267,"32":0.004267,"33":0.004267,"34":0,"35":0,"36":0,"37":0,"38":0.008534,"39":0.029869,"40":0.012801,"41":0,"42":0,"43":0.004267,"44":0,"45":0.004267,"46":0.029869,"47":0.012801,"48":0.004267,"49":0.136544,"50":0.004267,"51":0.004267,"52":0.017068,"53":0.004267,"54":0.004267,"55":0.008534,"56":0.021335,"57":0.076806,"58":0.021335,"59":0.008534,"60":0.012801,"61":0.081073,"62":0.008534,"63":0.315758,"64":0.012801,"65":0.025602,"66":0.029869,"67":0.68272,"68":0.072539,"69":0.285889,"70":5.564168,"71":0.017068,"72":0.008534,"73":0},C:{"2":0,"3":0.004267,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.004267,"13":0,"14":0.012801,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.008534,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.004267,"44":0,"45":0,"46":0,"47":0.004267,"48":0.008534,"49":0.004267,"50":0,"51":0,"52":0.051204,"53":0,"54":0.004267,"55":0,"56":0,"57":0.008534,"58":0.004267,"59":0.132277,"60":0.012801,"61":0.008534,"62":0.08534,"63":0.29869,"64":0,"65":0,"3.5":0,"3.6":0.004267},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0.004267,"19":0,"20":0,"21":0,"22":0.004267,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.025602,"30":0,"31":0,"32":0.004267,"33":0.004267,"34":0,"35":0.008534,"36":0.008534,"37":0.004267,"38":0,"39":0,"40":0,"41":0,"42":0.004267,"43":0,"44":0,"45":0.008534,"46":0,"47":0.008534,"48":0,"49":0.004267,"50":0.017068,"51":0.017068,"52":0.034136,"53":0.017068,"54":0.004267,"55":0.008534,"56":0.149345,"9.5-9.6":0,"10.0-10.1":0.004267,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0.004267,"12.1":0.021335},E:{"4":0.004267,"5":0,"6":0,"7":0,"8":0.004267,"9":0,"10":0,"11":0.008534,"12":0.038403,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0,"10.1":0,"11.1":0.004267},G:{"8":0.089420498348844,"3.2":0.00055197838486941,"4.0-4.1":0,"4.2-4.3":0.00055197838486941,"5.0-5.1":0.0066237406184329,"6.0-6.1":0.0033118703092165,"7.0-7.1":0.012695502851996,"8.1-8.4":0.030910789552687,"9.0-9.2":0.017663308315821,"9.3":0.12750700690483,"10.0-10.2":0.14958614229961,"10.3":0.19319243470429,"11.0-11.2":0.34885033923747,"11.3-11.4":0.92842764335035,"12-12.1":3.6066267667367},I:{"3":0.0077775179153094,"4":0.97218973941368,_:"67","2.1":0,"2.2":0.0077775179153094,"2.3":0.21777050162866,"4.1":0.38109837785016,"4.2-4.3":1.8432717459283,"4.4":0,"4.4.3-4.4.4":3.7332085993485},A:{"6":0,"7":0,"8":0.19094825,"9":0.039965912790698,"10":0.24867679069767,"11":1.0479950465116,"5.5":0},B:{"12":0.012801,"13":0.008534,"14":0.008534,"15":0.004267,"16":0.004267,"17":0.059738,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":6.3325738492462,"5":0.28878186934673,"6.2":1.0313638190955,_:"7.2"},N:{"10":0.2519972,"11":0.2410408},J:{"7":0.0045864,"10":0.0183456},R:{_:"0"},M:{"0":0.034398},O:{"0":1.94922},Q:{_:"1.2"},H:{"0":0.62417791237113},L:{"0":51.202719}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TN.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TN.js new file mode 100644 index 0000000..705d128 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TN.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.02151,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0.00717,"24":0.3585,"25":0,"26":0,"27":0,"28":0,"29":0.13623,"30":0.19359,"31":0.01434,"32":0.00717,"33":0.00717,"34":0.00717,"35":0.3585,"36":0,"37":0,"38":0.01434,"39":0.11472,"40":0.00717,"41":0.00717,"42":0.00717,"43":0.04302,"44":0.00717,"45":0,"46":0.01434,"47":0.00717,"48":0.00717,"49":1.14003,"50":0.01434,"51":0.02868,"52":0.01434,"53":0.02151,"54":0.01434,"55":0.02868,"56":0.02151,"57":0.01434,"58":0.15774,"59":0.01434,"60":0.0717,"61":0.20793,"62":0.11472,"63":0.20076,"64":0.12189,"65":0.30114,"66":0.15774,"67":0.62379,"68":0.26529,"69":1.11852,"70":33.22578,"71":0.27246,"72":0.02151,"73":0},C:{"2":0.17925,"3":0.00717,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0.00717,"15":0.17208,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0.17208,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.01434,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.00717,"39":0,"40":0,"41":0,"42":0,"43":0.00717,"44":0,"45":0.00717,"46":0,"47":0.01434,"48":0.30114,"49":0.00717,"50":0.00717,"51":0.00717,"52":0.10755,"53":0,"54":0,"55":0,"56":0.02868,"57":0.03585,"58":0.02151,"59":0.01434,"60":0.04302,"61":0.03585,"62":0.10038,"63":2.10081,"64":0.02151,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.00717,"23":0,"24":0,"25":0.00717,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.00717,"33":0,"34":0.00717,"35":0,"36":0.01434,"37":0.00717,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.00717,"49":0.00717,"50":0.00717,"51":0,"52":0,"53":0,"54":0,"55":0.00717,"56":1.70646,"9.5-9.6":0,"10.0-10.1":0.17208,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0.01434,"8":0.02868,"9":0.01434,"10":0.04302,"11":0.0717,"12":0.42303,_:"0","3.1":0,"3.2":0,"5.1":0.00717,"6.1":0,"7.1":0,"9.1":0.04302,"10.1":0.09321,"11.1":0.15057},G:{"8":0.052786742719904,"3.2":0.0003258440908636,"4.0-4.1":0,"4.2-4.3":0.0003258440908636,"5.0-5.1":0.0039101290903633,"6.0-6.1":0.0019550645451816,"7.0-7.1":0.0074944140898629,"8.1-8.4":0.018247269088362,"9.0-9.2":0.010427010907635,"9.3":0.075269984989493,"10.0-10.2":0.088303748624037,"10.3":0.11404543180226,"11.0-11.2":0.2059334654258,"11.3-11.4":0.54806976083258,"12-12.1":2.1290652897028},I:{"3":0.0017808469055375,"4":0.22260586319218,_:"67","2.1":0,"2.2":0.0017808469055375,"2.3":0.049863713355049,"4.1":0.087261498371336,"4.2-4.3":0.42206071661238,"4.4":0,"4.4.3-4.4.4":0.85480651465798},A:{"6":0.0072462765957447,"7":0,"8":0.18840319148936,"9":0.18840319148936,"10":0.036231382978723,"11":0.26086595744681,"5.5":0},B:{"12":0.02151,"13":0.02868,"14":0.04302,"15":0.03585,"16":0.03585,"17":0.38001,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.65428922155689,"5":0.030197964071856,"6.2":0.090593892215569,_:"7.2"},N:{"10":0.011697333333333,"11":0.16376266666667},J:{"7":0.003396,"10":0.013584},R:{_:"0"},M:{"0":0.08773},O:{"0":0.39054},Q:{_:"1.2"},H:{"0":0.64838120274914},L:{"0":42.0856}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TO.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TO.js new file mode 100644 index 0000000..9fbf3a3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TO.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.005808,"39":0,"40":0,"41":0,"42":0.005808,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.1452,"50":0,"51":0.005808,"52":0.005808,"53":0.011616,"54":0,"55":0.023232,"56":0.011616,"57":0.110352,"58":0.02904,"59":0.005808,"60":0.017424,"61":0.005808,"62":0.05808,"63":0.098736,"64":0.011616,"65":0.034848,"66":0.284592,"67":0.034848,"68":1.71336,"69":0.633072,"70":17.296224,"71":0.005808,"72":0,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.005808,"13":0,"14":0,"15":0,"16":0,"17":0.005808,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.005808,"33":0,"34":0.005808,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.02904,"44":0.046464,"45":0.005808,"46":0,"47":0.034848,"48":0.023232,"49":0.005808,"50":0.046464,"51":0.098736,"52":0.017424,"53":0,"54":0,"55":0,"56":0.063888,"57":0,"58":0,"59":0.011616,"60":0.046464,"61":0.156816,"62":0.040656,"63":2.38128,"64":1.126752,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.005808,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.005808,"56":0.104544,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.005808,"9":0,"10":0.02904,"11":0.05808,"12":0.092928,_:"0","3.1":0,"3.2":0,"5.1":0.02904,"6.1":0,"7.1":0,"9.1":0.023232,"10.1":0.017424,"11.1":0.046464},G:{"8":0.25570249894926,"3.2":0.0015784104873411,"4.0-4.1":0,"4.2-4.3":0.0015784104873411,"5.0-5.1":0.018940925848094,"6.0-6.1":0.0094704629240468,"7.0-7.1":0.036303441208846,"8.1-8.4":0.088390987291104,"9.0-9.2":0.050509135594916,"9.3":0.3646128225758,"10.0-10.2":0.42774924206945,"10.3":0.5524436705694,"11.0-11.2":0.9975554279996,"11.3-11.4":2.6548864397078,"12-12.1":10.313334124287},I:{"3":0.00067389359391965,"4":0.084236699239957,_:"67","2.1":0,"2.2":0.00067389359391965,"2.3":0.01886902062975,"4.1":0.033020786102063,"4.2-4.3":0.15971278175896,"4.4":0,"4.4.3-4.4.4":0.32346892508143},A:{"6":0,"7":0,"8":0.066570320610687,"9":0.024207389312977,"10":0.012103694656489,"11":1.4827025954198,"5.5":0},B:{"12":0.005808,"13":0.02904,"14":0.052272,"15":0.156816,"16":0.098736,"17":1.24872,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.86889963243243,"5":0.24825703783784,"6.2":0.20688086486486,_:"7.2"},N:{"10":0,"11":0.04192},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.016768},O:{"0":2.376864},Q:{_:"1.2"},H:{"0":0.05159329209622},L:{"0":44.541264}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TR.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TR.js new file mode 100644 index 0000000..0ae9964 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TR.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.005195,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.07273,"23":0,"24":0.04156,"25":0,"26":0.02078,"27":0,"28":0,"29":0.036365,"30":0.02078,"31":0.005195,"32":0,"33":0,"34":0.036365,"35":0.046755,"36":0,"37":0,"38":0.04156,"39":0.005195,"40":0.005195,"41":0,"42":0.005195,"43":0.015585,"44":0.005195,"45":0.005195,"46":0.01039,"47":0.01039,"48":0.02078,"49":0.60262,"50":0.01039,"51":0.005195,"52":0.005195,"53":0.005195,"54":0.015585,"55":0.025975,"56":0.025975,"57":0.015585,"58":0.046755,"59":0.025975,"60":0.02078,"61":0.046755,"62":0.07273,"63":0.140265,"64":0.08312,"65":0.1039,"66":0.06234,"67":0.150655,"68":0.16624,"69":0.46755,"70":14.229105,"71":0.02078,"72":0.01039,"73":0},C:{"2":0.02078,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0.02078,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0.02078,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.005195,"44":0.005195,"45":0,"46":0,"47":0.005195,"48":0.02078,"49":0,"50":0.005195,"51":0.005195,"52":0.04156,"53":0.005195,"54":0.01039,"55":0,"56":0.01039,"57":0.02078,"58":0.01039,"59":0.01039,"60":0.01039,"61":0.01039,"62":0.036365,"63":0.576645,"64":0.005195,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.015585,"32":0.005195,"33":0,"34":0,"35":0,"36":0.005195,"37":0,"38":0,"39":0,"40":0.015585,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.005195,"49":0.005195,"50":0.005195,"51":0.005195,"52":0,"53":0,"54":0,"55":0.005195,"56":0.55067,"9.5-9.6":0,"10.0-10.1":0.02078,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.005195},E:{"4":0,"5":0,"6":0,"7":0,"8":0.005195,"9":0,"10":0.01039,"11":0.025975,"12":0.264945,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.01039,"10.1":0.025975,"11.1":0.06234},G:{"8":0.21116845091564,"3.2":0.0013035089562694,"4.0-4.1":0,"4.2-4.3":0.0013035089562694,"5.0-5.1":0.015642107475233,"6.0-6.1":0.0078210537376163,"7.0-7.1":0.029980705994196,"8.1-8.4":0.072996501551086,"9.0-9.2":0.04171228660062,"9.3":0.30111056889823,"10.0-10.2":0.353250927149,"10.3":0.45622813469429,"11.0-11.2":0.82381766036225,"11.3-11.4":2.1925020644451,"12-12.1":8.5171275202642},I:{"3":0.0038334527687296,"4":0.47918159609121,_:"67","2.1":0,"2.2":0.0038334527687296,"2.3":0.10733667752443,"4.1":0.18783918566775,"4.2-4.3":0.90852830618893,"4.4":0,"4.4.3-4.4.4":1.8400573289902},A:{"6":0,"7":0,"8":0.057483136094675,"9":0.057483136094675,"10":0.036580177514793,"11":0.73160355029586,"5.5":0},B:{"12":0.005195,"13":0.01039,"14":0.02078,"15":0.02078,"16":0.036365,"17":0.389625,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.8245292946708,"5":0.22550362068966,"6.2":0.31775510188088,_:"7.2"},N:{"10":0.022254736842105,"11":0.18916526315789},J:{"7":0.001922,"10":0.007688},R:{_:"0"},M:{"0":0.100905},O:{"0":0.148955},Q:{_:"1.2"},H:{"0":0.72785017182131},L:{"0":49.631795}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TT.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TT.js new file mode 100644 index 0000000..07c754b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TT.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.02638,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.03957,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.032975,"35":0,"36":0.006595,"37":0,"38":0.03957,"39":0,"40":0.006595,"41":0.006595,"42":0,"43":0.01319,"44":0.006595,"45":0,"46":0.006595,"47":0.006595,"48":0.006595,"49":0.283585,"50":0.006595,"51":0.006595,"52":0.006595,"53":0.02638,"54":0.01319,"55":0.02638,"56":0.02638,"57":0.02638,"58":0.046165,"59":0.019785,"60":0.02638,"61":0.02638,"62":0.05276,"63":0.07914,"64":0.059355,"65":0.112115,"66":0.059355,"67":0.151685,"68":0.14509,"69":1.022225,"70":20.91934,"71":0.059355,"72":0.046165,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.006595,"44":0,"45":0.006595,"46":0,"47":0.006595,"48":0.03957,"49":0.006595,"50":0.006595,"51":0.006595,"52":0.046165,"53":0,"54":0.006595,"55":0.006595,"56":0.072545,"57":0.006595,"58":0.006595,"59":0,"60":0.02638,"61":0.01319,"62":0.164875,"63":1.74108,"64":0.03957,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0.03957,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.006595,"30":0,"31":0,"32":0,"33":0.006595,"34":0,"35":0,"36":0,"37":0.006595,"38":0,"39":0,"40":0.006595,"41":0,"42":0,"43":0.006595,"44":0,"45":0.01319,"46":0,"47":0,"48":0.019785,"49":0,"50":0,"51":0,"52":0.01319,"53":0,"54":0,"55":0,"56":0.6595,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.006595},E:{"4":0,"5":0.019785,"6":0,"7":0,"8":0.01319,"9":0.01319,"10":0.019785,"11":0.085735,"12":1.299215,_:"0","3.1":0,"3.2":0,"5.1":0.01319,"6.1":0.006595,"7.1":0,"9.1":0.06595,"10.1":0.217635,"11.1":0.309965},G:{"8":0.24099036025218,"3.2":0.0014875948163715,"4.0-4.1":0,"4.2-4.3":0.0014875948163715,"5.0-5.1":0.017851137796458,"6.0-6.1":0.0089255688982288,"7.0-7.1":0.034214680776544,"8.1-8.4":0.083305309716802,"9.0-9.2":0.047603034123887,"9.3":0.34363440258181,"10.0-10.2":0.40313819523667,"10.3":0.52065818573001,"11.0-11.2":0.94015992394676,"11.3-11.4":2.5021344811368,"12-12.1":9.7199445301711},I:{"3":0.0022453800217155,"4":0.28067250271444,_:"67","2.1":0,"2.2":0.0022453800217155,"2.3":0.062870640608035,"4.1":0.11002362106406,"4.2-4.3":0.53215506514658,"4.4":0,"4.4.3-4.4.4":1.0777824104235},A:{"6":0,"7":0,"8":0.026678079096045,"9":0.046686638418079,"10":0.026678079096045,"11":1.0804622033898,"5.5":0},B:{"12":0.01319,"13":0.032975,"14":0.06595,"15":0.059355,"16":0.17147,"17":1.655345,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.45373853403141,"5":0.043213193717277,"6.2":0.20526267015707,_:"7.2"},N:{"10":0,"11":0.112365},J:{"7":0.010896,"10":0.043584},R:{_:"0"},M:{"0":0.132795},O:{"0":0.173655},Q:{_:"1.2"},H:{"0":0.65439770618557},L:{"0":42.063965}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TV.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TV.js new file mode 100644 index 0000000..85f2085 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TV.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.20853,"56":0,"57":0,"58":0,"59":0,"60":0,"61":0,"62":0,"63":0,"64":0,"65":0,"66":0,"67":0.053622,"68":0.994986,"69":1.7874,"70":18.791532,"71":0,"72":0.20853,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0.053622,"51":0.154908,"52":0,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0,"59":0.154908,"60":0,"61":0,"62":0,"63":0.786456,"64":0,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.154908,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.470682,"12":0.470682,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.732834,"10.1":0.053622,"11.1":0.053622},G:{"8":0.1127157190033,"3.2":0.00069577604323026,"4.0-4.1":0,"4.2-4.3":0.00069577604323026,"5.0-5.1":0.0083493125187631,"6.0-6.1":0.0041746562593816,"7.0-7.1":0.016002848994296,"8.1-8.4":0.038963458420895,"9.0-9.2":0.022264833383368,"9.3":0.16072426598619,"10.0-10.2":0.1885553077154,"10.3":0.24352161513059,"11.0-11.2":0.43973045932152,"11.3-11.4":1.1702953047133,"12-12.1":4.5462006664665},I:{"3":0.0026186297502714,"4":0.32732871878393,_:"67","2.1":0,"2.2":0.0026186297502714,"2.3":0.0733216330076,"4.1":0.1283128577633,"4.2-4.3":0.62061525081433,"4.4":0,"4.4.3-4.4.4":1.2569422801303},A:{"6":0,"7":0,"8":0.053622,"9":0,"10":0.107244,"11":3.199446,"5.5":0},B:{"12":0,"13":0.369396,"14":0.154908,"15":0.107244,"16":1.525248,"17":1.418004,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.55119770810811,"5":0.093599610810811,"6.2":0,_:"7.2"},N:{"10":0,"11":0},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.274856},O:{"0":0.367822},Q:{_:"1.2"},H:{"0":0.17220170103093},L:{"0":54.285588}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TW.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TW.js new file mode 100644 index 0000000..8a8b8ed --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TW.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.005669,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.005669,"23":0,"24":0,"25":0,"26":0.005669,"27":0,"28":0,"29":0.311795,"30":0,"31":0.005669,"32":0,"33":0.005669,"34":0.011338,"35":0.005669,"36":0.005669,"37":0,"38":0.045352,"39":0.005669,"40":0.005669,"41":0,"42":0,"43":0.005669,"44":0.005669,"45":0.005669,"46":0.005669,"47":0.011338,"48":0.011338,"49":0.572569,"50":0.011338,"51":0.017007,"52":0.005669,"53":0.011338,"54":0.011338,"55":0.034014,"56":0.022676,"57":0.022676,"58":0.034014,"59":0.017007,"60":0.022676,"61":0.102042,"62":0.028345,"63":0.102042,"64":0.051021,"65":0.051021,"66":0.068028,"67":0.175739,"68":0.272112,"69":0.804998,"70":17.738301,"71":0.028345,"72":0.017007,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0.011338,"34":0.005669,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.022676,"49":0,"50":0,"51":0,"52":0.051021,"53":0.005669,"54":0,"55":0.005669,"56":0.011338,"57":0.005669,"58":0.005669,"59":0.011338,"60":0.011338,"61":0.011338,"62":0.039683,"63":0.595245,"64":0.005669,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.005669,"37":0.175739,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.096373,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.011338,"9":0.011338,"10":0.022676,"11":0.051021,"12":0.532886,_:"0","3.1":0,"3.2":0,"5.1":0.005669,"6.1":0,"7.1":0,"9.1":0.045352,"10.1":0.085035,"11.1":0.17007},G:{"8":0.60775647973582,"3.2":0.0037515832082458,"4.0-4.1":0,"4.2-4.3":0.0037515832082458,"5.0-5.1":0.045018998498949,"6.0-6.1":0.022509499249475,"7.0-7.1":0.086286413789653,"8.1-8.4":0.21008865966176,"9.0-9.2":0.12005066266386,"9.3":0.86661572110477,"10.0-10.2":1.0166790494346,"10.3":1.313054122886,"11.0-11.2":2.3710005876113,"11.3-11.4":6.3101629562694,"12-12.1":24.512844682678},I:{"3":0.00052587513572204,"4":0.065734391965255,_:"67","2.1":0,"2.2":0.00052587513572204,"2.3":0.014724503800217,"4.1":0.02576788165038,"4.2-4.3":0.12463240716612,"4.4":0,"4.4.3-4.4.4":0.25242006514658},A:{"6":0,"7":0,"8":0.20007769553073,"9":0.040015539106145,"10":0.057165055865922,"11":1.7492507094972,"5.5":0},B:{"12":0.005669,"13":0.005669,"14":0.011338,"15":0.011338,"16":0.028345,"17":0.555562,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.502964,"5":0.065604,"6.2":0.10934,_:"7.2"},N:{"10":0,"11":0},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.051972},O:{"0":0.073627},Q:{_:"1.2"},H:{"0":0.91436935223368},L:{"0":30.807562}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TZ.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TZ.js new file mode 100644 index 0000000..8c10e30 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/TZ.js @@ -0,0 +1 @@ +module.exports={D:{"11":0.014888,"21":0.026054,"22":0.007444,"27":0.003722,"29":0.011166,"31":0.014888,"32":0.007444,"33":0.014888,"38":0.014888,"40":0.011166,"42":0.011166,"43":0.052108,"45":0.003722,"46":0.007444,"47":0.003722,"48":0.003722,"49":0.227042,"50":0.007444,"51":0.011166,"52":0.007444,"53":0.003722,"55":0.122826,"56":0.026054,"57":0.014888,"58":0.107938,"59":0.01861,"60":0.104216,"61":0.007444,"62":0.040942,"63":0.178656,"64":0.022332,"65":0.327536,"66":0.063274,"67":0.238208,"68":0.119104,"69":0.66996,"70":14.806116,"71":0.070718,"72":0.03722,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 23 24 25 26 28 30 34 35 36 37 39 41 44 54 73"},C:{"4":0.014888,"5":0.007444,"6":0.007444,"10":0.007444,"11":0.007444,"12":0.011166,"13":0.011166,"14":0.01861,"15":0.011166,"16":0.014888,"17":0.007444,"18":0.011166,"19":0.007444,"20":0.007444,"21":0.022332,"22":0.003722,"23":0.026054,"24":0.007444,"25":0.007444,"26":0.022332,"27":0.007444,"28":0.014888,"29":0.011166,"30":0.026054,"31":0.011166,"32":0.01861,"33":0.07444,"34":0.026054,"35":0.01861,"36":0.048386,"37":0.026054,"38":0.040942,"39":0.029776,"40":0.026054,"41":0.01861,"42":0.026054,"43":0.126548,"44":0.063274,"45":0.026054,"46":0.01861,"47":0.156324,"48":0.104216,"49":0.040942,"50":0.014888,"51":0.007444,"52":0.122826,"53":0.03722,"54":0.01861,"55":0.011166,"56":0.052108,"57":0.044664,"58":0.026054,"59":0.033498,"60":0.133992,"61":0.104216,"62":0.305204,"63":5.326182,"64":0.498748,"65":0.003722,_:"2 3 7 8 9 3.5","3.6":0.007444},F:{"31":0.011166,"34":0.003722,"35":0.003722,"36":0.01861,"37":0.003722,"42":0.007444,"48":0.003722,"49":0.014888,"53":0.007444,"54":0.011166,"55":0.01861,"56":2.054544,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 32 33 38 39 40 41 43 44 45 46 47 50 51 52 10.5 10.6 11.1 11.5 12.1","9.5-9.6":0.011166,"10.0-10.1":0,"11.6":0.003722},E:{"4":0,"5":0.003722,"7":0.003722,"8":0.026054,"9":0.040942,"10":0.029776,"11":0.160046,"12":0.63274,_:"0 6 3.1 3.2 7.1","5.1":0.007444,"6.1":0.003722,"9.1":0.085606,"10.1":0.089328,"11.1":0.457806},G:{"8":0.04651110297208,"3.2":0.00028710557390173,"4.0-4.1":0,"4.2-4.3":0.00028710557390173,"5.0-5.1":0.0034452668868208,"6.0-6.1":0.0017226334434104,"7.0-7.1":0.0066034281997398,"8.1-8.4":0.016077912138497,"9.0-9.2":0.0091873783648554,"9.3":0.0663213875713,"10.0-10.2":0.077805610527369,"10.3":0.10048695086561,"11.0-11.2":0.18145072270589,"11.3-11.4":0.48291157530271,"12-12.1":1.8759478198739},I:{"3":0.0020313181324647,"4":0.25391476655809,_:"67","2.1":0,"2.2":0.0020313181324647,"2.3":0.056876907709012,"4.1":0.099534588490771,"4.2-4.3":0.48142239739414,"4.4":0,"4.4.3-4.4.4":0.97503270358306},A:{"6":0.0076038404907975,"8":0.21290753374233,"9":0.015207680981595,"10":0.045623042944785,"11":0.95808390184049,_:"7 5.5"},B:{"12":0.133992,"13":0.096772,"14":0.063274,"15":0.063274,"16":0.100494,"17":0.70718,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.88832317180617,"5":0.10094581497797,"6.2":0.13122955947137,_:"7.2"},N:{"10":0.0486545,"11":0.3405815},J:{"7":0.0087892,"10":0.0351568},R:{_:"0"},M:{"0":0.295066},O:{"0":4.595496},Q:{_:"1.2"},H:{"0":22.104266292096},L:{"0":30.221444}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/UA.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/UA.js new file mode 100644 index 0000000..fb4cd60 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/UA.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.008361,"5":0.008361,"6":0.008361,"7":0.008361,"8":0,"9":0.008361,"10":0.008361,"11":0.016722,"12":0.008361,"13":0.008361,"14":0.008361,"15":0.016722,"16":0.016722,"17":0.025083,"18":0.016722,"19":0.016722,"20":0.008361,"21":0.025083,"22":0.025083,"23":0.016722,"24":0.016722,"25":0.008361,"26":0.016722,"27":0.025083,"28":0.008361,"29":0.317718,"30":0.008361,"31":0.008361,"32":0.008361,"33":0.008361,"34":0.008361,"35":0.008361,"36":0.008361,"37":0.008361,"38":0.016722,"39":0.016722,"40":0.041805,"41":0.016722,"42":0.008361,"43":0.016722,"44":0.008361,"45":0.008361,"46":0.025083,"47":0.016722,"48":0.008361,"49":1.028403,"50":0.025083,"51":0.066888,"52":0.050166,"53":0.016722,"54":0.050166,"55":0.058527,"56":0.075249,"57":0.075249,"58":0.091971,"59":0.075249,"60":0.142137,"61":0.635436,"62":0.142137,"63":0.234108,"64":0.142137,"65":0.192303,"66":0.16722,"67":0.401328,"68":0.493299,"69":1.571868,"70":37.499085,"71":0.050166,"72":0.150498,"73":0},C:{"2":0.016722,"3":0.025083,"4":0.008361,"5":0.008361,"6":0.008361,"7":0,"8":0,"9":0,"10":0.008361,"11":0.008361,"12":0.025083,"13":0.008361,"14":0.025083,"15":0.008361,"16":0.008361,"17":0.008361,"18":0,"19":0.008361,"20":0.008361,"21":0.008361,"22":0.008361,"23":0.008361,"24":0.008361,"25":0.008361,"26":0.008361,"27":0.008361,"28":0.008361,"29":0.033444,"30":0.008361,"31":0.016722,"32":0.008361,"33":0.008361,"34":0.008361,"35":0.016722,"36":0.008361,"37":0,"38":0.008361,"39":0,"40":0.008361,"41":0.008361,"42":0.008361,"43":0.033444,"44":0,"45":0.066888,"46":0.008361,"47":0.058527,"48":0.100332,"49":0.025083,"50":0.033444,"51":0.025083,"52":0.518382,"53":0.033444,"54":0.050166,"55":0.033444,"56":0.08361,"57":0.075249,"58":0.075249,"59":0.058527,"60":0.284274,"61":0.142137,"62":0.242469,"63":3.3444,"64":0.033444,"65":0,"3.5":0.041805,"3.6":0.133776},F:{"9":0,"11":0.008361,"12":0.058527,"15":0,"16":0,"17":0,"18":0.008361,"19":0,"20":0.008361,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0.025083,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.217386,"37":0.016722,"38":0.008361,"39":0,"40":0,"41":0,"42":0.016722,"43":0.008361,"44":0.008361,"45":0.008361,"46":0.008361,"47":0.008361,"48":0.025083,"49":0.025083,"50":0.016722,"51":0.025083,"52":0.008361,"53":0.016722,"54":0.025083,"55":0.058527,"56":5.108571,"9.5-9.6":0,"10.0-10.1":0,"10.5":0.008361,"10.6":0.016722,"11.1":0.008361,"11.5":0.008361,"11.6":0.033444,"12.1":1.396287},E:{"4":0.016722,"5":0.033444,"6":0.008361,"7":0.008361,"8":0.008361,"9":0.016722,"10":0.025083,"11":0.108693,"12":1.605312,_:"0","3.1":0,"3.2":0,"5.1":0.016722,"6.1":0.008361,"7.1":0,"9.1":0.033444,"10.1":0.091971,"11.1":0.342801},G:{"8":0.11392766316421,"3.2":0.00070325718002602,"4.0-4.1":0,"4.2-4.3":0.00070325718002602,"5.0-5.1":0.0084390861603122,"6.0-6.1":0.0042195430801561,"7.0-7.1":0.016174915140598,"8.1-8.4":0.039382402081457,"9.0-9.2":0.022504229760833,"9.3":0.16245240858601,"10.0-10.2":0.19058269578705,"10.3":0.24614001300911,"11.0-11.2":0.44445853777644,"11.3-11.4":1.1828785768038,"12-12.1":4.59508241429},I:{"3":0.000972332247557,"4":0.12154153094463,_:"67","2.1":0,"2.2":0.000972332247557,"2.3":0.027225302931596,"4.1":0.047644280130293,"4.2-4.3":0.23044274267101,"4.4":0,"4.4.3-4.4.4":0.46671947882736},A:{"6":0.0084160065789474,"7":0.0084160065789474,"8":0.14307211184211,"9":0.050496039473684,"10":0.084160065789474,"11":2.2639057697368,"5.5":0},B:{"12":0.008361,"13":0.008361,"14":0.075249,"15":0.033444,"16":0.041805,"17":0.41805,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.1735105,"5":0.020413,"6.2":0.0510325,_:"7.2"},N:{"10":0.013346142857143,"11":0.080076857142857},J:{"7":0.0019668,"10":0.0078672},R:{_:"0"},M:{"0":0.136037},O:{"0":0.468754},Q:{_:"1.2"},H:{"0":0.76809115979381},L:{"0":21.773113}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/UG.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/UG.js new file mode 100644 index 0000000..4fd583a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/UG.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0.004513,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.013539,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0.018052,"20":0,"21":0,"22":0.004513,"23":0,"24":0.004513,"25":0,"26":0.004513,"27":0,"28":0.004513,"29":0.004513,"30":0,"31":0.009026,"32":0,"33":0.009026,"34":0,"35":0,"36":0,"37":0,"38":0.004513,"39":0,"40":0.009026,"41":0,"42":0,"43":0.009026,"44":0,"45":0,"46":0.004513,"47":0,"48":0.004513,"49":0.166981,"50":0.013539,"51":0.013539,"52":0.004513,"53":0.004513,"54":0.009026,"55":0.013539,"56":0.009026,"57":0.004513,"58":0.049643,"59":0.009026,"60":0.027078,"61":0.004513,"62":0.022565,"63":0.054156,"64":0.018052,"65":0.063182,"66":0.049643,"67":0.112825,"68":0.081234,"69":0.392631,"70":8.673986,"71":0.022565,"72":0.036104,"73":0},C:{"2":0,"3":0.004513,"4":0.004513,"5":0.009026,"6":0,"7":0.004513,"8":0.009026,"9":0,"10":0.004513,"11":0.004513,"12":0.004513,"13":0.004513,"14":0.004513,"15":0.004513,"16":0.004513,"17":0.004513,"18":0.004513,"19":0.004513,"20":0.004513,"21":0.004513,"22":0.004513,"23":0.004513,"24":0.018052,"25":0,"26":0.004513,"27":0.004513,"28":0.009026,"29":0.004513,"30":0.013539,"31":0.013539,"32":0.009026,"33":0.004513,"34":0.004513,"35":0.013539,"36":0.009026,"37":0.036104,"38":0.022565,"39":0.022565,"40":0.013539,"41":0.013539,"42":0.009026,"43":0.067695,"44":0.121851,"45":0.031591,"46":0.022565,"47":0.108312,"48":0.054156,"49":0.04513,"50":0.031591,"51":0.009026,"52":0.194059,"53":0.013539,"54":0.027078,"55":0.022565,"56":0.067695,"57":0.112825,"58":0.027078,"59":0.036104,"60":0.099286,"61":0.081234,"62":0.248215,"63":3.303516,"64":0.559612,"65":0,"3.5":0,"3.6":0.004513},F:{"9":0,"11":0,"12":0,"15":0.004513,"16":0.009026,"17":0,"18":0.004513,"19":0.018052,"20":0.063182,"21":0,"22":0.009026,"23":0.063182,"24":0.004513,"25":0,"26":0,"27":0,"28":0.013539,"29":0.009026,"30":0.018052,"31":0,"32":0.022565,"33":0.013539,"34":0.009026,"35":0.009026,"36":0.004513,"37":0.009026,"38":0,"39":0,"40":0.004513,"41":0,"42":0.004513,"43":0.004513,"44":0,"45":0.009026,"46":0.004513,"47":0.004513,"48":0.036104,"49":0.004513,"50":0,"51":0,"52":0.004513,"53":0.004513,"54":0.004513,"55":0.009026,"56":0.794288,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.252728},E:{"4":0,"5":0,"6":0,"7":0,"8":0.004513,"9":0.004513,"10":0.013539,"11":0.036104,"12":0.171494,_:"0","3.1":0,"3.2":0,"5.1":0.009026,"6.1":0,"7.1":0,"9.1":0.036104,"10.1":0.058669,"11.1":0.085747},G:{"8":0.053142144100871,"3.2":0.00032803792654858,"4.0-4.1":0,"4.2-4.3":0.00032803792654858,"5.0-5.1":0.003936455118583,"6.0-6.1":0.0019682275592915,"7.0-7.1":0.0075448723106174,"8.1-8.4":0.018370123886721,"9.0-9.2":0.010497213649555,"9.3":0.075776761032723,"10.0-10.2":0.088898278094666,"10.3":0.114813274292,"11.0-11.2":0.20731996957871,"11.3-11.4":0.55175979245472,"12-12.1":2.1433998120684},I:{"3":0.0021536080347448,"4":0.26920100434311,_:"67","2.1":0,"2.2":0.0021536080347448,"2.3":0.060301024972856,"4.1":0.1055267937025,"4.2-4.3":0.51040510423453,"4.4":0,"4.4.3-4.4.4":1.0337318566775},A:{"6":0,"7":0.00460326,"8":0.05523912,"9":0.01380978,"10":0.05523912,"11":0.33143472,"5.5":0},B:{"12":0.103799,"13":0.072208,"14":0.054156,"15":0.040617,"16":0.063182,"17":0.365553,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.56984989090909,"5":0.10175890909091,"6.2":0.030527672727273,_:"7.2"},N:{"10":0.080861052631579,"11":0.57757894736842},J:{"7":0.0153636,"10":0.0614544},R:{_:"0"},M:{"0":0.27435},O:{"0":4.021971},Q:{_:"1.2"},H:{"0":22.695806448454},L:{"0":31.513717}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/US.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/US.js new file mode 100644 index 0000000..65644ed --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/US.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.005947,"5":0.005947,"6":0.005947,"7":0,"8":0,"9":0,"10":0,"11":0.005947,"12":0,"13":0,"14":0,"15":0.05947,"16":0,"17":0,"18":0.005947,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0.005947,"26":0,"27":0,"28":0,"29":0.166516,"30":0.005947,"31":0.005947,"32":0.005947,"33":0.005947,"34":0.005947,"35":0.011894,"36":0.005947,"37":0.023788,"38":0.011894,"39":0.011894,"40":0.053523,"41":0.017841,"42":0.005947,"43":0.005947,"44":0.005947,"45":0.005947,"46":0.005947,"47":0.011894,"48":0.029735,"49":0.220039,"50":0.005947,"51":0.017841,"52":0.011894,"53":0.011894,"54":0.017841,"55":0.023788,"56":0.047576,"57":0.083258,"58":0.154622,"59":0.047576,"60":0.041629,"61":0.101099,"62":0.077311,"63":0.17841,"64":0.095152,"65":0.220039,"66":0.124887,"67":0.368714,"68":0.315191,"69":1.528379,"70":13.814881,"71":0.047576,"72":0.023788,"73":0},C:{"2":0,"3":0,"4":0.023788,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.005947,"12":0.005947,"13":0,"14":0.005947,"15":0,"16":0.005947,"17":0.011894,"18":0,"19":0,"20":0,"21":0.005947,"22":0,"23":0,"24":0,"25":0.005947,"26":0.005947,"27":0.005947,"28":0.005947,"29":0.005947,"30":0.005947,"31":0.011894,"32":0.005947,"33":0.011894,"34":0,"35":0,"36":0,"37":0,"38":0.089205,"39":0,"40":0.005947,"41":0,"42":0,"43":0.005947,"44":0.011894,"45":0.017841,"46":0,"47":0.011894,"48":0.041629,"49":0.005947,"50":0.011894,"51":0.005947,"52":0.11894,"53":0.005947,"54":0.029735,"55":0.005947,"56":0.029735,"57":0.023788,"58":0.017841,"59":0.077311,"60":0.101099,"61":0.053523,"62":0.142728,"63":1.861411,"64":0.011894,"65":0,"3.5":0,"3.6":0.011894},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.005947,"37":0.005947,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.005947,"49":0.005947,"50":0,"51":0.005947,"52":0,"53":0,"54":0,"55":0.005947,"56":0.184357,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.005947},E:{"4":0,"5":0.005947,"6":0,"7":0.005947,"8":0.035682,"9":0.029735,"10":0.035682,"11":0.130834,"12":1.712736,_:"0","3.1":0,"3.2":0,"5.1":0.011894,"6.1":0.005947,"7.1":0,"9.1":0.089205,"10.1":0.220039,"11.1":0.499548},G:{"8":0.66754195316722,"12":26.924192111078,"3.2":0.0041206293405384,"4.0-4.1":0,"4.2-4.3":0.0041206293405384,"5.0-5.1":0.049447552086461,"6.0-6.1":0.02472377604323,"7.0-7.1":0.094774474832383,"8.1-8.4":0.23075524307015,"9.0-9.2":0.13186013889723,"9.3":0.95186537766436,"10.0-10.2":1.1166905512859,"10.3":1.4422202691884,"11.0-11.2":2.6042377432203,"11.3-11.4":6.9308985507855},I:{"3":0.0010476938110749,"4":0.13096172638436,_:"67","2.1":0,"2.2":0.0010476938110749,"2.3":0.029335426710098,"4.1":0.051336996742671,"4.2-4.3":0.24830343322476,"4.4":0,"4.4.3-4.4.4":0.50289302931596},A:{"6":0.0059705524752475,"7":0.0059705524752475,"8":0.10149939207921,"9":0.34032149108911,"10":0.041793867326733,"11":2.5195731445545,"5.5":0},B:{"12":0.011894,"13":0.017841,"14":0.047576,"15":0.053523,"16":0.130834,"17":2.188496,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.16299632432432,"5":0.06519852972973,"6.2":0.054332108108108,_:"7.2"},N:{"10":0.012159,"11":0.024318},J:{"7":0.0024318,"10":0.0097272},R:{_:"0"},M:{"0":0.24318},O:{"0":0.174279},Q:{_:"1.2"},H:{"0":0.12278779381443},L:{"0":23.895252}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/UY.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/UY.js new file mode 100644 index 0000000..cabb975 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/UY.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0.014066,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.007033,"27":0.014066,"28":0,"29":0.246155,"30":0,"31":0,"32":0.007033,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.007033,"39":0.007033,"40":0,"41":0,"42":0.021099,"43":0.014066,"44":0.007033,"45":0,"46":0.021099,"47":0.021099,"48":0.119561,"49":0.731432,"50":0.007033,"51":0.007033,"52":0.007033,"53":0.007033,"54":0.007033,"55":0.035165,"56":0.021099,"57":0.028132,"58":0.063297,"59":0.014066,"60":0.042198,"61":0.028132,"62":0.175825,"63":0.084396,"64":0.084396,"65":0.105495,"66":0.119561,"67":0.196924,"68":3.221114,"69":1.019785,"70":27.899911,"71":0.042198,"72":0.035165,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.007033,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.007033,"21":0,"22":0,"23":0,"24":0,"25":0.021099,"26":0,"27":0.021099,"28":0.007033,"29":0.007033,"30":0,"31":0,"32":0.007033,"33":0.028132,"34":0,"35":0.007033,"36":0,"37":0,"38":0.014066,"39":0.035165,"40":0.021099,"41":0,"42":0,"43":0.014066,"44":0,"45":0.028132,"46":0,"47":0.021099,"48":0.028132,"49":0.021099,"50":0.021099,"51":0.007033,"52":0.246155,"53":0.049231,"54":0.007033,"55":0.042198,"56":0.021099,"57":0.07033,"58":0.007033,"59":0.028132,"60":0.07033,"61":0.063297,"62":0.133627,"63":2.32089,"64":0.014066,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0.007033,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0.007033,"48":0.021099,"49":0,"50":0,"51":0,"52":0.007033,"53":0,"54":0,"55":0,"56":0.689234,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.035165,"9":0,"10":0.028132,"11":0.098462,"12":0.879125,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0.014066,"7.1":0,"9.1":0.042198,"10.1":0.084396,"11.1":0.246155},G:{"8":0.15811709036325,"3.2":0.0009760314219954,"4.0-4.1":0,"4.2-4.3":0.0009760314219954,"5.0-5.1":0.011712377063945,"6.0-6.1":0.0058561885319724,"7.0-7.1":0.022448722705894,"8.1-8.4":0.054657759631742,"9.0-9.2":0.031233005503853,"9.3":0.22546325848094,"10.0-10.2":0.26450451536075,"10.3":0.34161099769839,"11.0-11.2":0.61685185870109,"11.3-11.4":1.6416848517963,"12-12.1":6.3773893113179},I:{"3":0.00078748534201954,"4":0.098435667752443,_:"67","2.1":0,"2.2":0.00078748534201954,"2.3":0.022049589576547,"4.1":0.038586781758958,"4.2-4.3":0.18663402605863,"4.4":0,"4.4.3-4.4.4":0.37799296416938},A:{"6":0,"7":0,"8":0.028132,"9":0.014066,"10":0.014066,"11":0.640003,"5.5":0},B:{"12":0.021099,"13":0.007033,"14":0.035165,"15":0.035165,"16":0.07033,"17":0.555607,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.45004705263158,"5":0.030685026315789,"6.2":0.14319678947368,_:"7.2"},N:{"10":0,"11":0.332304},J:{"7":0.0011868,"10":0.0047472},R:{_:"0"},M:{"0":0.11868},O:{"0":0.023736},Q:{_:"1.2"},H:{"0":0.18820058247423},L:{"0":43.018212}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/UZ.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/UZ.js new file mode 100644 index 0000000..fb48365 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/UZ.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0.00486,"6":0.01944,"7":0.01944,"8":0.00486,"9":0.0243,"10":0.01944,"11":0.01458,"12":0.03402,"13":0,"14":0.05346,"15":0.00486,"16":0.0486,"17":0.01944,"18":0.0729,"19":0.05346,"20":0.01458,"21":0.04374,"22":0.01944,"23":0.01458,"24":0.00972,"25":0.02916,"26":0.0243,"27":0.0729,"28":0.01944,"29":0,"30":0,"31":0.02916,"32":0.02916,"33":0.02916,"34":0.00972,"35":0.0243,"36":0.00486,"37":0.00972,"38":0.02916,"39":0.03888,"40":0.02916,"41":0.00972,"42":0.0243,"43":0.02916,"44":0,"45":0,"46":0.00486,"47":0.00486,"48":0.00486,"49":0.42282,"50":0.00972,"51":0.03888,"52":0.00486,"53":0.00972,"54":0,"55":0.01458,"56":0.01944,"57":0.1701,"58":0.01944,"59":0.01944,"60":0.03888,"61":0.01944,"62":0.0243,"63":0.16038,"64":0.02916,"65":0.03888,"66":0.04374,"67":0.11664,"68":0.0972,"69":0.43254,"70":13.16088,"71":0.01458,"72":0.0243,"73":0},C:{"2":0.00486,"3":0.0243,"4":0.00972,"5":0.00972,"6":0,"7":0,"8":0,"9":0,"10":0.00972,"11":0,"12":0,"13":0.00486,"14":0.00486,"15":0,"16":0.00486,"17":0,"18":0.00972,"19":0.00486,"20":0,"21":0,"22":0.00972,"23":0,"24":0,"25":0.00486,"26":0.00972,"27":0,"28":0.01944,"29":0,"30":0.00486,"31":0.00486,"32":0.00486,"33":0.01458,"34":0.00486,"35":0.0243,"36":0.00972,"37":0,"38":0,"39":0.00486,"40":0,"41":0,"42":0.00486,"43":0.00972,"44":0,"45":0.00972,"46":0.00486,"47":0.00972,"48":0.00972,"49":0.00486,"50":0.01458,"51":0.01944,"52":0.12636,"53":0.00486,"54":0.00972,"55":0.01458,"56":0.02916,"57":0.01458,"58":0.00972,"59":0.00972,"60":0.04374,"61":0.04374,"62":0.05346,"63":0.82134,"64":0.01458,"65":0,"3.5":0.09234,"3.6":0.32076},F:{"9":0,"11":0.00486,"12":0.04374,"15":0,"16":0.00486,"17":0,"18":0.00972,"19":0.00486,"20":0.0486,"21":0.00972,"22":0.00486,"23":0,"24":0.00486,"25":0.00486,"26":0.00486,"27":0.10206,"28":0.00486,"29":0,"30":0.00972,"31":0,"32":0,"33":0.00486,"34":0.00972,"35":0.00486,"36":0.03402,"37":0.01458,"38":0,"39":0,"40":0.00486,"41":0.00972,"42":0.00972,"43":0.00486,"44":0.00486,"45":0.00972,"46":0.00486,"47":0.01458,"48":0.03888,"49":0.05346,"50":0.0243,"51":0.00486,"52":0.0243,"53":0.48114,"54":0.09234,"55":0.23814,"56":0.2673,"9.5-9.6":0,"10.0-10.1":0.00972,"10.5":0.00486,"10.6":0.02916,"11.1":0.00486,"11.5":0.01458,"11.6":0.06318,"12.1":0.1458},E:{"4":0.04374,"5":0.0972,"6":0.00972,"7":0,"8":0,"9":0,"10":0.00972,"11":0.00972,"12":0.13608,_:"0","3.1":0.00972,"3.2":0,"5.1":0.01458,"6.1":0,"7.1":0,"9.1":0.00972,"10.1":0.01458,"11.1":0.06318},G:{"8":0.083105854097868,"3.2":0.00051299909936956,"4.0-4.1":0,"4.2-4.3":0.00051299909936956,"5.0-5.1":0.0061559891924347,"6.0-6.1":0.0030779945962174,"7.0-7.1":0.0117989792855,"8.1-8.4":0.028727949564695,"9.0-9.2":0.016415971179826,"9.3":0.11850279195437,"10.0-10.2":0.13902275592915,"10.3":0.17954968477935,"11.0-11.2":0.32421543080156,"11.3-11.4":0.8628644851396,"12-12.1":3.3519361152807},I:{"3":0.0044934419109663,"4":0.56168023887079,_:"67","2.1":0,"2.2":0.0044934419109663,"2.3":0.12581637350706,"4.1":0.22017865363735,"4.2-4.3":1.064945732899,"4.4":0,"4.4.3-4.4.4":2.1568521172638},A:{"6":0,"7":0,"8":0.042298021978022,"9":0.095170549450549,"10":0.12160681318681,"11":0.21677736263736,"5.5":0},B:{"12":0.00486,"13":0.05346,"14":0.0243,"15":0.0243,"16":0.03888,"17":0.0729,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":3.6320867666667,"5":0.4249238,"6.2":0.47550996666667,_:"7.2"},N:{"10":0.026728,"11":0.106912},J:{"7":0.002056,"10":0.008224},R:{_:"0"},M:{"0":0.04112},O:{"0":14.26864},Q:{_:"1.2"},H:{"0":4.5937116151203},L:{"0":29.47382}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VA.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VA.js new file mode 100644 index 0000000..2cada72 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VA.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.019128,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.248664,"50":0,"51":0.028692,"52":0.028692,"53":0.009564,"54":0,"55":0.019128,"56":0,"57":0,"58":0.009564,"59":0,"60":0,"61":0,"62":0,"63":0.009564,"64":0.009564,"65":0,"66":0.918144,"67":0.229536,"68":0.401688,"69":0.516456,"70":45.486384,"71":0,"72":0,"73":0},C:{"2":0,"3":0.019128,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0.114768,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.162588,"44":0,"45":0,"46":0,"47":0,"48":0.009564,"49":0,"50":0,"51":0,"52":0.028692,"53":0,"54":0,"55":0,"56":0.019128,"57":0.14346,"58":0,"59":0.009564,"60":0.181716,"61":0.009564,"62":0.631224,"63":7.679892,"64":0,"65":0,"3.5":0,"3.6":0.009564},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.19128,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.009564,"9":0.028692,"10":0,"11":0.04782,"12":2.8692,_:"0","3.1":0,"3.2":0.028692,"5.1":0.028692,"6.1":0,"7.1":0,"9.1":0.468636,"10.1":0.420816,"11.1":0.162588},G:{"8":0.18903138516962,"3.2":0.0011668604022816,"4.0-4.1":0,"4.2-4.3":0.0011668604022816,"5.0-5.1":0.014002324827379,"6.0-6.1":0.0070011624136896,"7.0-7.1":0.026837789252477,"8.1-8.4":0.065344182527769,"9.0-9.2":0.037339532873011,"9.3":0.26954475292705,"10.0-10.2":0.31621916901831,"10.3":0.40840114079856,"11.0-11.2":0.73745577424197,"11.3-11.4":1.9626591966376,"12-12.1":7.624265868508},I:{"3":0.00017434961997828,"4":0.021793702497286,_:"67","2.1":0,"2.2":0.00017434961997828,"2.3":0.004881789359392,"4.1":0.0085431313789359,"4.2-4.3":0.041320859934853,"4.4":0,"4.4.3-4.4.4":0.083687817589577},A:{"6":0,"7":0,"8":0.04782,"9":0.009564,"10":0.038256,"11":17.875116,"5.5":0},B:{"12":0,"13":0,"14":0.009564,"15":0.133896,"16":0.353868,"17":2.77356,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.053555333333333,"5":0,"6.2":0,_:"7.2"},N:{"10":0,"11":0.027904},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.382372},O:{"0":0},Q:{_:"1.2"},H:{"0":0.015685512027491},L:{"0":4.500032}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VC.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VC.js new file mode 100644 index 0000000..d47185b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VC.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.006794,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.040764,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.013588,"30":0,"31":0.006794,"32":0,"33":0.006794,"34":0.061146,"35":0,"36":0,"37":0.006794,"38":0.006794,"39":0,"40":0.006794,"41":0,"42":0.006794,"43":0.006794,"44":0.006794,"45":0.006794,"46":0.020382,"47":0.006794,"48":0,"49":0.217408,"50":0.020382,"51":0.006794,"52":0.006794,"53":0.020382,"54":0.006794,"55":0.088322,"56":0.006794,"57":0.027176,"58":0.176644,"59":0.006794,"60":0.006794,"61":0.013588,"62":0.020382,"63":0.06794,"64":0.006794,"65":0.20382,"66":0.047558,"67":0.095116,"68":0.197026,"69":1.195744,"70":24.723366,"71":0.040764,"72":0.054352,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0.006794,"15":0,"16":0.006794,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0.006794,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.006794,"35":0,"36":0,"37":0,"38":0.006794,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.006794,"49":0,"50":0.006794,"51":0,"52":0.03397,"53":0.006794,"54":0.013588,"55":0,"56":0.006794,"57":0.006794,"58":0,"59":0.006794,"60":0.006794,"61":0.03397,"62":0.088322,"63":1.786822,"64":0.006794,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0.006794,"12":0,"15":0,"16":0,"17":0.074734,"18":0,"19":0.006794,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0.013588,"28":0,"29":0,"30":0,"31":0,"32":0.006794,"33":0.013588,"34":0,"35":0,"36":0.006794,"37":0.006794,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.013588,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.78131,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0.006794,"11.5":0,"11.6":0,"12.1":0.006794},E:{"4":0,"5":0,"6":0,"7":0,"8":0.013588,"9":0.006794,"10":0,"11":0.03397,"12":0.74734,_:"0","3.1":0,"3.2":0,"5.1":0.006794,"6.1":0,"7.1":0,"9.1":0.013588,"10.1":0.122292,"11.1":0.156262},G:{"8":0.15448925007505,"3.2":0.0009536373461423,"4.0-4.1":0,"4.2-4.3":0.0009536373461423,"5.0-5.1":0.011443648153708,"6.0-6.1":0.0057218240768538,"7.0-7.1":0.021933658961273,"8.1-8.4":0.053403691383969,"9.0-9.2":0.030516395076554,"9.3":0.22029022695887,"10.0-10.2":0.25843572080456,"10.3":0.3337730711498,"11.0-11.2":0.60269880276193,"11.3-11.4":1.6040180162113,"12-12.1":6.2310664196938},I:{"3":0.003400568946797,"4":0.42507111834962,_:"67","2.1":0,"2.2":0.003400568946797,"2.3":0.095215930510315,"4.1":0.16662787839305,"4.2-4.3":0.80593484039088,"4.4":0,"4.4.3-4.4.4":1.6322730944625},A:{"6":0,"7":0,"8":0.040764,"9":0.03397,"10":0.040764,"11":0.71337,"5.5":0},B:{"12":0.16985,"13":0.040764,"14":0.040764,"15":0.081528,"16":0.516344,"17":2.432252,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.36332181395349,"5":0.022019503875969,"6.2":0.09908776744186,_:"7.2"},N:{"10":0.012720580645161,"11":0.38161741935484},J:{"7":0.0083356,"10":0.0333424},R:{_:"0"},M:{"0":0.102592},O:{"0":0.11221},Q:{_:"1.2"},H:{"0":1.0350146838488},L:{"0":43.286484}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VE.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VE.js new file mode 100644 index 0000000..134fead --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VE.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0.007995,"7":0,"8":0,"9":0,"10":0,"11":0.01599,"12":0,"13":0.007995,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.007995,"21":0.023985,"22":0,"23":0,"24":0.007995,"25":0.007995,"26":0.007995,"27":0.01599,"28":0.007995,"29":0.14391,"30":0.04797,"31":0.007995,"32":0,"33":0.01599,"34":0.007995,"35":0.007995,"36":0.007995,"37":0.055965,"38":0.007995,"39":0.007995,"40":0.007995,"41":0.007995,"42":0.007995,"43":0.03198,"44":0.01599,"45":0.01599,"46":0.039975,"47":0.023985,"48":0.023985,"49":2.06271,"50":0.023985,"51":0.06396,"52":0.023985,"53":0.01599,"54":0.03198,"55":0.055965,"56":0.06396,"57":0.087945,"58":0.215865,"59":0.039975,"60":0.071955,"61":0.391755,"62":0.25584,"63":0.583635,"64":0.343785,"65":0.391755,"66":0.22386,"67":0.535665,"68":0.55965,"69":1.53504,"70":38.000235,"71":0.04797,"72":0.023985,"73":0},C:{"2":0.007995,"3":0.007995,"4":0,"5":0,"6":0,"7":0,"8":0.04797,"9":0,"10":0.007995,"11":0,"12":0.007995,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.01599,"21":0,"22":0,"23":0.007995,"24":0,"25":0,"26":0.007995,"27":0.09594,"28":0.007995,"29":0.03198,"30":0.007995,"31":0.03198,"32":0.007995,"33":0.007995,"34":0.007995,"35":0.007995,"36":0.01599,"37":0.007995,"38":0.023985,"39":0.01599,"40":0.03198,"41":0.007995,"42":0.01599,"43":0.06396,"44":0.01599,"45":0.071955,"46":0.01599,"47":0.06396,"48":0.1599,"49":0.03198,"50":0.03198,"51":0.04797,"52":0.823485,"53":0.01599,"54":0.023985,"55":0.023985,"56":0.06396,"57":0.12792,"58":0.087945,"59":0.071955,"60":0.151905,"61":0.103935,"62":0.20787,"63":3.75765,"64":0.039975,"65":0,"3.5":0,"3.6":0.04797},F:{"9":0,"11":0,"12":0.007995,"15":0,"16":0,"17":0.023985,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.007995,"30":0,"31":0,"32":0,"33":0.007995,"34":0,"35":0,"36":0.023985,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0.007995,"46":0,"47":0,"48":0.01599,"49":0.023985,"50":0.007995,"51":0.01599,"52":0.007995,"53":0.007995,"54":0.007995,"55":0.007995,"56":1.511055,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.03198},E:{"4":0,"5":0.01599,"6":0,"7":0,"8":0.007995,"9":0.01599,"10":0.023985,"11":0.06396,"12":0.407745,_:"0","3.1":0,"3.2":0,"5.1":0.007995,"6.1":0,"7.1":0.007995,"9.1":0.04797,"10.1":0.087945,"11.1":0.167895},G:{"8":0.05993432602822,"3.2":0.00036996497548284,"4.0-4.1":0,"4.2-4.3":0.00036996497548284,"5.0-5.1":0.0044395797057941,"6.0-6.1":0.002219789852897,"7.0-7.1":0.0085091944361053,"8.1-8.4":0.020718038627039,"9.0-9.2":0.011838879215451,"9.3":0.085461909336536,"10.0-10.2":0.10026050835585,"10.3":0.12948774141899,"11.0-11.2":0.23381786450515,"11.3-11.4":0.62228108876213,"12-12.1":2.4173511498049},I:{"3":0.0035678990228013,"4":0.44598737785016,_:"67","2.1":0,"2.2":0.0035678990228013,"2.3":0.099901172638436,"4.1":0.17482705211726,"4.2-4.3":0.84559206840391,"4.4":0,"4.4.3-4.4.4":1.7125915309446},A:{"6":0.02443471875,"7":0.02443471875,"8":0.3420860625,"9":0.06515925,"10":0.05701434375,"11":0.79005590625,"5.5":0},B:{"12":0.03198,"13":0.01599,"14":0.03198,"15":0.03198,"16":0.055965,"17":0.247845,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.13603787671233,"5":0.020928904109589,"6.2":0.041857808219178,_:"7.2"},N:{"10":0.049578181818182,"11":0.22310181818182},J:{"7":0.052531,"10":0.210124},R:{_:"0"},M:{"0":0.118295},O:{"0":0.154385},Q:{_:"1.2"},H:{"0":1.3970784879725},L:{"0":29.840365}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VG.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VG.js new file mode 100644 index 0000000..3a80ed8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VG.js @@ -0,0 +1 @@ +module.exports={D:{"38":0.047194,"49":0.26968,"50":0.411262,"51":0.040452,"53":0.128098,"57":0.03371,"58":0.3371,"59":0.006742,"60":0.03371,"61":2.0226,"62":3.681132,"63":2.312506,"64":0.84275,"65":0.06742,"66":0.020226,"67":0.03371,"68":0.680942,"69":0.916912,"70":25.68702,"71":0.013484,"72":1.132656,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 47 48 52 54 55 56 73"},C:{"43":0.013484,"54":0.215744,"56":0.026968,"57":0.026968,"58":0.006742,"59":0.384294,"60":0.06742,"62":0.026968,"63":2.46083,"64":0.006742,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 49 50 51 52 53 55 61 65 3.5 3.6"},F:{"49":0.013484,"56":0.889944,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 9.5-9.6 10.5 10.6 11.1 11.5 11.6 12.1","10.0-10.1":0},E:{"4":0,"9":0.013484,"10":0.013484,"11":0.053936,"12":2.683316,_:"0 5 6 7 8 3.1 3.2 5.1 6.1 7.1","9.1":0.053936,"10.1":1.503466,"11.1":1.004558},G:{"8":0.18126363674572,"3.2":0.0011189113379366,"4.0-4.1":0,"4.2-4.3":0.0011189113379366,"5.0-5.1":0.013426936055239,"6.0-6.1":0.0067134680276193,"7.0-7.1":0.025734960772541,"8.1-8.4":0.062659034924447,"9.0-9.2":0.03580516281397,"9.3":0.25846851906334,"10.0-10.2":0.30322497258081,"10.3":0.39161896827779,"11.0-11.2":0.7071519655759,"11.3-11.4":1.8820088704093,"12-12.1":7.3109666820775},I:{"3":0.00012377307274701,"4":0.015471634093377,_:"67","2.1":0,"2.2":0.00012377307274701,"2.3":0.0034656460369164,"4.1":0.0060648805646037,"4.2-4.3":0.029334218241042,"4.4":0,"4.4.3-4.4.4":0.059411074918567},A:{"8":0.013484,"11":4.95537,_:"6 7 9 10 5.5"},B:{"12":0.026968,"13":0.060678,"14":0.229228,"15":0.188776,"16":0.458456,"17":6.249834,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.20266145177665,"5":0.011258969543147,"6.2":0.28147423857868,_:"7.2"},N:{"10":0,"11":0.061883},J:{"7":0.0013028,"10":0.0052112},R:{_:"0"},M:{"0":0.094453},O:{"0":0.280102},Q:{_:"1.2"},H:{"0":0.18809454810997},L:{"0":24.377612}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VI.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VI.js new file mode 100644 index 0000000..d5b9f84 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VI.js @@ -0,0 +1 @@ +module.exports={D:{"6":0.010614,"8":0.010614,"15":0.015921,"21":0.005307,"28":0.010614,"31":0.005307,"35":0.010614,"38":0.015921,"39":0.005307,"40":0.031842,"42":0.010614,"43":0.010614,"45":0.005307,"49":0.095526,"50":0.010614,"53":0.095526,"58":0.026535,"59":0.010614,"63":0.021228,"64":0.021228,"65":0.05307,"66":0.111447,"67":0.191052,"68":0.488244,"69":3.306261,"70":23.287116,"71":0.031842,"72":0.031842,_:"4 5 7 9 10 11 12 13 14 16 17 18 19 20 22 23 24 25 26 27 29 30 32 33 34 36 37 41 44 46 47 48 51 52 54 55 56 57 60 61 62 73"},C:{"20":0.010614,"43":0.010614,"48":0.026535,"50":0.047763,"52":0.10614,"59":0.042456,"60":0.031842,"61":0.079605,"62":0.153903,"63":2.250168,"64":0.015921,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 49 51 53 54 55 56 57 58 65 3.5 3.6"},F:{"37":0.005307,"56":0.249429,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 9.5-9.6 10.5 10.6 11.1 11.5 11.6 12.1","10.0-10.1":0},E:{"4":0.005307,"7":0.005307,"8":0.010614,"10":0.074298,"11":0.164517,"12":1.990125,_:"0 5 6 9 3.1 3.2 5.1 6.1 7.1","9.1":0.095526,"10.1":0.313113,"11.1":0.705831},G:{"8":0.38861590393275,"3.2":0.0023988636045232,"4.0-4.1":0,"4.2-4.3":0.0023988636045232,"5.0-5.1":0.028786363254278,"6.0-6.1":0.014393181627139,"7.0-7.1":0.055173862904033,"8.1-8.4":0.1343363618533,"9.0-9.2":0.076763635344741,"9.3":0.55413749264485,"10.0-10.2":0.65009203682578,"10.3":0.83960226158311,"11.0-11.2":1.5160817980586,"11.3-11.4":4.034888582808,"12-12.1":15.674174791954},I:{"3":0.00049936373507058,"4":0.062420466883822,_:"67","2.1":0,"2.2":0.00049936373507058,"2.3":0.013982184581976,"4.1":0.024468823018458,"4.2-4.3":0.11834920521173,"4.4":0,"4.4.3-4.4.4":0.23969459283388},A:{"8":0.005307,"10":0.366183,"11":4.410117,_:"6 7 9 5.5"},B:{"12":0.005307,"13":0.031842,"14":0.148596,"15":0.451095,"16":0.382104,"17":7.827825,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{_:"4 5 6.2 7.2"},N:{"10":0.02216725,"11":0.15517075},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.398905},O:{"0":0.394212},Q:{_:"1.2"},H:{"0":0.04443029209622},L:{"0":19.393638}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VN.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VN.js new file mode 100644 index 0000000..1909296 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VN.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0.008327,"19":0.008327,"20":0,"21":0.008327,"22":0.008327,"23":0,"24":0,"25":0,"26":0.008327,"27":0,"28":0.016654,"29":0.349734,"30":0.058289,"31":0.033308,"32":0.016654,"33":0.008327,"34":0.016654,"35":0,"36":0.066616,"37":0.091597,"38":0.049962,"39":0.008327,"40":0.016654,"41":0.016654,"42":0.008327,"43":0.024981,"44":0.008327,"45":0.008327,"46":0.041635,"47":0.033308,"48":0.016654,"49":0.491293,"50":0.016654,"51":0.041635,"52":0.024981,"53":0.024981,"54":0.066616,"55":0.058289,"56":0.058289,"57":0.532928,"58":0.091597,"59":0.024981,"60":0.049962,"61":0.149886,"62":0.16654,"63":0.374715,"64":0.183194,"65":0.241483,"66":0.116578,"67":0.283118,"68":0.299772,"69":1.174107,"70":37.088458,"71":0.158213,"72":0.041635,"73":0},C:{"2":0,"3":0.008327,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.008327,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.008327,"29":0.024981,"30":0,"31":0.016654,"32":0,"33":0,"34":0.041635,"35":0,"36":0.008327,"37":0.008327,"38":0.008327,"39":0,"40":0,"41":0,"42":0.008327,"43":0.016654,"44":0.008327,"45":0.008327,"46":0,"47":0.016654,"48":0.058289,"49":0.016654,"50":0.024981,"51":0.016654,"52":0.174867,"53":0.016654,"54":0.016654,"55":0.008327,"56":0.058289,"57":0.066616,"58":0.058289,"59":0.041635,"60":0.033308,"61":0.041635,"62":0.124905,"63":1.615438,"64":0.199848,"65":0.016654,"3.5":0.008327,"3.6":0.016654},F:{"9":0,"11":0,"12":0.016654,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.008327,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0.008327,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.099924,"38":0,"39":0,"40":0,"41":0,"42":0,"43":1.448898,"44":0,"45":0,"46":0,"47":0,"48":0.008327,"49":0.008327,"50":0.008327,"51":0.008327,"52":0.016654,"53":0,"54":0.008327,"55":0,"56":0.549582,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0.008327,"12.1":0.016654},E:{"4":0.008327,"5":0.008327,"6":0,"7":0.008327,"8":0.008327,"9":0.016654,"10":0.049962,"11":0.124905,"12":1.057529,_:"0","3.1":0,"3.2":0,"5.1":0.008327,"6.1":0,"7.1":0,"9.1":0.041635,"10.1":0.216502,"11.1":0.324753},G:{"8":0.2043552752927,"3.2":0.0012614523166216,"4.0-4.1":0,"4.2-4.3":0.0012614523166216,"5.0-5.1":0.01513742779946,"6.0-6.1":0.0075687138997298,"7.0-7.1":0.029013403282298,"8.1-8.4":0.070641329730812,"9.0-9.2":0.040366474131892,"9.3":0.2913954851396,"10.0-10.2":0.34185357780446,"10.3":0.44150831081757,"11.0-11.2":0.79723786410487,"11.3-11.4":2.1217627965576,"12-12.1":8.2423294368058},I:{"3":0.00065939196525516,"4":0.082423995656895,_:"67","2.1":0,"2.2":0.00065939196525516,"2.3":0.018462975027144,"4.1":0.032310206297503,"4.2-4.3":0.15627589576547,"4.4":0,"4.4.3-4.4.4":0.31650814332248},A:{"6":0,"7":0.0087896111111111,"8":0.28126755555556,"9":0.061527277777778,"10":0.0791065,"11":0.51858705555556,"5.5":0},B:{"12":0.024981,"13":0.008327,"14":0.058289,"15":0.024981,"16":0.049962,"17":0.532928,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.185703,"5":0.0309505,"6.2":0.061901,_:"7.2"},N:{"10":0.02216725,"11":0.15517075},J:{"7":0.0046844,"10":0.0187376},R:{_:"0"},M:{"0":0.070266},O:{"0":0.854903},Q:{_:"1.2"},H:{"0":0.28351600859107},L:{"0":16.106032}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VU.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VU.js new file mode 100644 index 0000000..16e3336 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/VU.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0.011352,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.017028,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0.017028,"40":0.039732,"41":0.005676,"42":0,"43":0.005676,"44":0.005676,"45":0.011352,"46":0.011352,"47":0.22704,"48":0.005676,"49":1.067088,"50":0,"51":0.005676,"52":0,"53":0.039732,"54":0,"55":0.005676,"56":0.124872,"57":0.039732,"58":0.017028,"59":0.011352,"60":0.073788,"61":0,"62":0.011352,"63":0.488136,"64":0.261096,"65":0.249744,"66":0.062436,"67":0.192984,"68":0.1419,"69":0.36894,"70":14.235408,"71":0.102168,"72":0.02838,"73":0},C:{"2":0.005676,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.005676,"30":0,"31":0,"32":0.011352,"33":0,"34":0.011352,"35":0,"36":0,"37":0,"38":0.051084,"39":0,"40":0,"41":0.017028,"42":0.005676,"43":0.011352,"44":0.011352,"45":0.005676,"46":0,"47":0.011352,"48":0.017028,"49":0,"50":0.005676,"51":0,"52":0.02838,"53":0,"54":0.005676,"55":0.045408,"56":0.062436,"57":0.005676,"58":0.017028,"59":0.005676,"60":0.05676,"61":0.017028,"62":0.630036,"63":2.446356,"64":0.136224,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.005676,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.005676,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.136224,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.278124,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0.119196,"9":0,"10":0.011352,"11":0.045408,"12":0.658416,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0.039732,"10.1":0.641388,"11.1":0.363264},G:{"8":0.1459837069949,"3.2":0.00090113399379566,"4.0-4.1":0,"4.2-4.3":0.00090113399379566,"5.0-5.1":0.010813607925548,"6.0-6.1":0.0054068039627739,"7.0-7.1":0.0207260818573,"8.1-8.4":0.050463503652557,"9.0-9.2":0.028836287801461,"9.3":0.2081619525668,"10.0-10.2":0.24420731231862,"10.3":0.31539689782848,"11.0-11.2":0.56951668407886,"11.3-11.4":1.5157073775643,"12-12.1":5.8880095154608},I:{"3":0.0016697676438654,"4":0.20872095548317,_:"67","2.1":0,"2.2":0.0016697676438654,"2.3":0.04675349402823,"4.1":0.081818614549403,"4.2-4.3":0.39573493159609,"4.4":0,"4.4.3-4.4.4":0.80148846905537},A:{"6":0,"7":0,"8":1.7836807862715,"9":0.023624911076443,"10":0.029531138845554,"11":1.9490551638066,"5.5":0},B:{"12":0.062436,"13":0.1419,"14":0.136224,"15":0.034056,"16":0.22704,"17":0.76626,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.0516953782383,"5":0.064389512953368,"6.2":0.15024219689119,_:"7.2"},N:{"10":0,"11":0.073508},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.073508},O:{"0":0.531852},Q:{_:"1.2"},H:{"0":0.5894904742268},L:{"0":55.226696}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/WF.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/WF.js new file mode 100644 index 0000000..f486b5a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/WF.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.082308,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.041154,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0,"59":0,"60":0.020577,"61":0,"62":0,"63":0.294937,"64":0,"65":0,"66":0.020577,"67":4.684697,"68":0,"69":0.384104,"70":14.870312,"71":0,"72":0,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0.041154,"53":0,"54":0,"55":0,"56":0,"57":0.130321,"58":0,"59":0.082308,"60":1.268915,"61":0.130321,"62":0.528143,"63":8.957854,"64":0,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.507566,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.020577,"11":0.061731,"12":0.61731,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0,"10.1":0.041154,"11.1":0.082308},G:{"8":0.19918957790453,"3.2":0.001229565295707,"4.0-4.1":0,"4.2-4.3":0.001229565295707,"5.0-5.1":0.014754783548484,"6.0-6.1":0.007377391774242,"7.0-7.1":0.028280001801261,"8.1-8.4":0.068855656559592,"9.0-9.2":0.039346089462624,"9.3":0.28402958330832,"10.0-10.2":0.3332121951366,"10.3":0.43034785349745,"11.0-11.2":0.77708526688682,"11.3-11.4":2.0681288273792,"12-12.1":8.0339796421495},I:{"3":0.00043020304017372,"4":0.053775380021716,_:"67","2.1":0,"2.2":0.00043020304017372,"2.3":0.012045685124864,"4.1":0.021079948968512,"4.2-4.3":0.10195812052117,"4.4":0,"4.4.3-4.4.4":0.20649745928339},A:{"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.761349,"5.5":0},B:{"12":0,"13":0.020577,"14":0,"15":0,"16":0.041154,"17":0.425258,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.067048269230769,"5":0.10057240384615,"6.2":0.24584365384615,_:"7.2"},N:{"10":0,"11":0},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0},O:{"0":0},Q:{_:"1.2"},H:{"0":0},L:{"0":52.2486}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/WS.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/WS.js new file mode 100644 index 0000000..d8c971e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/WS.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0.036648,"26":0,"27":0.004581,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0.004581,"41":0,"42":0,"43":0.009162,"44":0,"45":0,"46":0,"47":0.004581,"48":0,"49":0.050391,"50":0.004581,"51":0.009162,"52":0,"53":0.132849,"54":0,"55":0.100782,"56":0,"57":0.077877,"58":0.009162,"59":0.013743,"60":0.004581,"61":0.004581,"62":0,"63":0.082458,"64":0.009162,"65":0.123687,"66":0.096201,"67":0.018324,"68":0.077877,"69":0.375642,"70":9.07038,"71":0.027486,"72":0,"73":0},C:{"2":0,"3":0.261117,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.004581,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0.004581,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0.004581,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0.004581,"41":0,"42":0,"43":0.036648,"44":0.009162,"45":0.004581,"46":0,"47":0.096201,"48":0,"49":0,"50":0,"51":0,"52":0.004581,"53":0.018324,"54":0,"55":0.004581,"56":0.013743,"57":0.027486,"58":0.009162,"59":0.004581,"60":0.054972,"61":0.009162,"62":0.027486,"63":2.263014,"64":0.348156,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0.004581,"33":0,"34":0,"35":0.004581,"36":0,"37":0.009162,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.316089,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.013743},E:{"4":0,"5":0.013743,"6":0,"7":0,"8":0.04581,"9":0,"10":0.009162,"11":0.004581,"12":0.196983,_:"0","3.1":0,"3.2":0,"5.1":0.004581,"6.1":0,"7.1":0,"9.1":0.009162,"10.1":0.022905,"11.1":0.041229},G:{"8":0.15639516961873,"3.2":0.00096540228159712,"4.0-4.1":0,"4.2-4.3":0.00096540228159712,"5.0-5.1":0.011584827379165,"6.0-6.1":0.0057924136895827,"7.0-7.1":0.022204252476734,"8.1-8.4":0.054062527769439,"9.0-9.2":0.030892873011108,"9.3":0.22300792704893,"10.0-10.2":0.26162401831282,"10.3":0.33789079855899,"11.0-11.2":0.61013424196938,"11.3-11.4":1.6238066376464,"12-12.1":6.3079385079556},I:{"3":0.0032177806731813,"4":0.40222258414767,_:"67","2.1":0,"2.2":0.0032177806731813,"2.3":0.090097858849077,"4.1":0.15767125298588,"4.2-4.3":0.76261401954397,"4.4":0,"4.4.3-4.4.4":1.544534723127},A:{"6":0,"7":0,"8":0.033594,"9":0.0095982857142857,"10":0.081585428571429,"11":0.37913228571429,"5.5":0},B:{"12":0.027486,"13":0.04581,"14":0.04581,"15":0.09162,"16":0.096201,"17":0.545139,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.1186677070707,"5":0.11500322222222,"6.2":0.75274836363636,_:"7.2"},N:{"10":0,"11":0.081285},J:{"7":0.0010838,"10":0.0043352},R:{_:"0"},M:{"0":0.021676},O:{"0":0.785755},Q:{_:"1.2"},H:{"0":4.3351534450172},L:{"0":57.383196}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/YE.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/YE.js new file mode 100644 index 0000000..21440dc --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/YE.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.002421,"11":0.004842,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0.002421,"19":0,"20":0.002421,"21":0.002421,"22":0,"23":0.002421,"24":0,"25":0,"26":0.002421,"27":0,"28":0.002421,"29":0.002421,"30":0.002421,"31":0.014526,"32":0.004842,"33":0.050841,"34":0.004842,"35":0.002421,"36":0.002421,"37":0,"38":0.002421,"39":0.009684,"40":0.007263,"41":0.002421,"42":0.002421,"43":0.016947,"44":0.002421,"45":0.004842,"46":0.007263,"47":0.002421,"48":0.004842,"49":0.104103,"50":0.007263,"51":0.007263,"52":0.004842,"53":0.004842,"54":0.002421,"55":0.012105,"56":0.007263,"57":0.007263,"58":0.02421,"59":0.014526,"60":0.014526,"61":0.019368,"62":0.014526,"63":0.021789,"64":0.031473,"65":0.026631,"66":0.038736,"67":0.04842,"68":0.067788,"69":0.147681,"70":2.558997,"71":0.007263,"72":0.002421,"73":0},C:{"2":0,"3":0.038736,"4":0,"5":0.002421,"6":0.002421,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.002421,"13":0,"14":0,"15":0,"16":0.002421,"17":0,"18":0,"19":0,"20":0,"21":0.002421,"22":0.002421,"23":0.002421,"24":0.002421,"25":0,"26":0.002421,"27":0.002421,"28":0,"29":0.002421,"30":0.002421,"31":0,"32":0,"33":0,"34":0.002421,"35":0.002421,"36":0.002421,"37":0,"38":0.019368,"39":0.004842,"40":0.004842,"41":0.002421,"42":0.002421,"43":0.021789,"44":0.009684,"45":0.004842,"46":0.002421,"47":0.029052,"48":0.009684,"49":0.014526,"50":0.016947,"51":0.004842,"52":0.077472,"53":0.002421,"54":0.012105,"55":0.007263,"56":0.016947,"57":0.014526,"58":0.009684,"59":0.012105,"60":0.021789,"61":0.019368,"62":0.053262,"63":0.573777,"64":0.012105,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0.012105,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.002421,"30":0.002421,"31":0,"32":0.002421,"33":0.002421,"34":0.002421,"35":0,"36":0,"37":0.004842,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0.002421,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.02421,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.007263},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.002421,"11":0.002421,"12":0.012105,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0,"10.1":0.002421,"11.1":0.002421},G:{"8":0.04194987811468,"3.2":0.00025894986490543,"4.0-4.1":0,"4.2-4.3":0.00025894986490543,"5.0-5.1":0.0031073983788652,"6.0-6.1":0.0015536991894326,"7.0-7.1":0.005955846892825,"8.1-8.4":0.014501192434704,"9.0-9.2":0.0082863956769739,"9.3":0.059817418793155,"10.0-10.2":0.070175413389373,"10.3":0.090632452716902,"11.0-11.2":0.16365631462023,"11.3-11.4":0.43555367277094,"12-12.1":1.6919784172921},I:{"3":0.030190563517915,"4":3.7738204397394,_:"67","2.1":0,"2.2":0.030190563517915,"2.3":0.84533577850163,"4.1":1.4793376123779,"4.2-4.3":7.1551635537459,"4.4":0,"4.4.3-4.4.4":14.491470488599},A:{"6":0,"7":0,"8":0.024773023255814,"9":0.0049546046511628,"10":0.037159534883721,"11":0.037159534883721,"5.5":0},B:{"12":0.002421,"13":0.009684,"14":0.004842,"15":0.004842,"16":0.016947,"17":0.019368,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.5890009006211,"5":0.27326767080745,"6.2":0.19229947204969,_:"7.2"},N:{"10":0.0189475,"11":0.0189475},J:{"7":0.0015158,"10":0.0060632},R:{_:"0"},M:{"0":0.363792},O:{"0":3.084653},Q:{_:"1.2"},H:{"0":1.3274318986254},L:{"0":54.733312}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/YT.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/YT.js new file mode 100644 index 0000000..df50ee4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/YT.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.014546,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0.007273,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.036365,"35":0.007273,"36":0.007273,"37":0,"38":0.014546,"39":0.021819,"40":0,"41":0,"42":0,"43":0.021819,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.138187,"50":0.007273,"51":0.094549,"52":0,"53":0.327285,"54":0,"55":0,"56":0.007273,"57":0.007273,"58":0.116368,"59":0.007273,"60":0.014546,"61":0,"62":0.007273,"63":0.007273,"64":0.007273,"65":0.210917,"66":0.007273,"67":0.305466,"68":0.196371,"69":0.894579,"70":21.397166,"71":0.007273,"72":0.050911,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0.014546,"36":0,"37":0.007273,"38":0.065457,"39":0,"40":0,"41":0,"42":0.007273,"43":0.029092,"44":0.007273,"45":0.021819,"46":0,"47":0.036365,"48":0.043638,"49":0.014546,"50":0,"51":0.014546,"52":0.065457,"53":0.007273,"54":0.014546,"55":0,"56":0.421834,"57":0.130914,"58":0.014546,"59":0.087276,"60":0.174552,"61":0.14546,"62":0.516383,"63":8.283947,"64":0.007273,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0.007273,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.014546,"56":1.629152,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.014546,"10":0.014546,"11":0.203644,"12":3.098298,_:"0","3.1":0,"3.2":0,"5.1":0.036365,"6.1":0,"7.1":0,"9.1":0.080003,"10.1":0.312739,"11.1":0.916398},G:{"8":0.18307959951966,"3.2":0.0011301209846893,"4.0-4.1":0,"4.2-4.3":0.0011301209846893,"5.0-5.1":0.013561451816271,"6.0-6.1":0.0067807259081357,"7.0-7.1":0.025992782647853,"8.1-8.4":0.0632867751426,"9.0-9.2":0.036163871510057,"9.3":0.26105794746322,"10.0-10.2":0.3062627868508,"10.3":0.39554234464125,"11.0-11.2":0.71423646232363,"11.3-11.4":1.9008634962474,"12-12.1":7.3842105139598},I:{"3":0.0010226112920738,"4":0.12782641150923,_:"67","2.1":0,"2.2":0.0010226112920738,"2.3":0.028633116178067,"4.1":0.050107953311618,"4.2-4.3":0.2423588762215,"4.4":0,"4.4.3-4.4.4":0.49085342019544},A:{"6":0,"7":0,"8":0.065457,"9":0.007273,"10":0.007273,"11":0.734573,"5.5":0},B:{"12":0.050911,"13":0.036365,"14":0.058184,"15":0.240009,"16":0.203644,"17":2.123716,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0.2727,"5":0.073419230769231,"6.2":0.073419230769231,_:"7.2"},N:{"10":0,"11":0.065448},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0.114534},O:{"0":0.310878},Q:{_:"1.2"},H:{"0":0.22719377319588},L:{"0":37.970667}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ZA.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ZA.js new file mode 100644 index 0000000..7141c23 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ZA.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.013203,"5":0.004401,"6":0.004401,"7":0,"8":0,"9":0.004401,"10":0.004401,"11":0.013203,"12":0.004401,"13":0.004401,"14":0.004401,"15":0,"16":0,"17":0.004401,"18":0,"19":0.004401,"20":0,"21":0,"22":0,"23":0.008802,"24":0,"25":0,"26":0.004401,"27":0,"28":0,"29":0.004401,"30":0,"31":0.004401,"32":0,"33":0,"34":0.004401,"35":0,"36":0.004401,"37":0,"38":0.004401,"39":0.004401,"40":0.017604,"41":0.004401,"42":0,"43":0.004401,"44":0.004401,"45":0.004401,"46":0.022005,"47":0.004401,"48":0.004401,"49":0.158436,"50":0.013203,"51":0.004401,"52":0.004401,"53":0.004401,"54":0.004401,"55":0.070416,"56":0.013203,"57":0.008802,"58":0.026406,"59":0.008802,"60":0.013203,"61":0.013203,"62":0.022005,"63":0.070416,"64":0.030807,"65":0.057213,"66":0.083619,"67":0.092421,"68":0.083619,"69":0.321273,"70":7.996617,"71":0.022005,"72":0.017604,"73":0},C:{"2":0,"3":0,"4":0.004401,"5":0.004401,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0.004401,"15":0,"16":0,"17":0,"18":0,"19":0.004401,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.004401,"35":0,"36":0.004401,"37":0,"38":0,"39":0.004401,"40":0.004401,"41":0.004401,"42":0,"43":0.004401,"44":0,"45":0.004401,"46":0,"47":0.008802,"48":0.030807,"49":0,"50":0.004401,"51":0.004401,"52":0.066015,"53":0.004401,"54":0.004401,"55":0.004401,"56":0.008802,"57":0.008802,"58":0.008802,"59":0.008802,"60":0.035208,"61":0.026406,"62":0.066015,"63":0.946215,"64":0.052812,"65":0,"3.5":0,"3.6":0.022005},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0.004401,"22":0.008802,"23":0,"24":0.017604,"25":0.008802,"26":0.030807,"27":0.008802,"28":0.057213,"29":0.013203,"30":0.022005,"31":0.013203,"32":0.057213,"33":0.039609,"34":0,"35":0.048411,"36":0.008802,"37":0.008802,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0.008802,"44":0,"45":0.008802,"46":0,"47":0,"48":0.013203,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0.004401,"55":0.004401,"56":0.268461,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.035208},E:{"4":0,"5":0.004401,"6":0,"7":0.004401,"8":0.008802,"9":0.004401,"10":0.017604,"11":0.04401,"12":0.426897,_:"0","3.1":0,"3.2":0,"5.1":0.004401,"6.1":0.004401,"7.1":0.004401,"9.1":0.030807,"10.1":0.052812,"11.1":0.127629},G:{"8":0.20746586010207,"3.2":0.0012806534574202,"4.0-4.1":0,"4.2-4.3":0.0012806534574202,"5.0-5.1":0.015367841489042,"6.0-6.1":0.0076839207445212,"7.0-7.1":0.029455029520664,"8.1-8.4":0.071716593615531,"9.0-9.2":0.040980910637446,"9.3":0.29583094866406,"10.0-10.2":0.34705708696087,"10.3":0.44822871009707,"11.0-11.2":0.80937298508956,"11.3-11.4":2.1540591153808,"12-12.1":8.3677896907835},I:{"3":0.0013055059717698,"4":0.16318824647123,_:"67","2.1":0,"2.2":0.0013055059717698,"2.3":0.036554167209555,"4.1":0.063969792616721,"4.2-4.3":0.30940491530945,"4.4":0,"4.4.3-4.4.4":0.62664286644951},A:{"6":0.004413982300885,"7":0.004413982300885,"8":0.04413982300885,"9":0.02648389380531,"10":0.04413982300885,"11":1.3683345132743,"5.5":0},B:{"12":0.022005,"13":0.035208,"14":0.052812,"15":0.066015,"16":0.101223,"17":0.629343,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":2.7142148295302,"5":0.35983908724832,"6.2":0.3495579704698,_:"7.2"},N:{"10":0.0352737,"11":0.3174633},J:{"7":0.1075008,"10":0.4300032},R:{_:"0"},M:{"0":0.201564},O:{"0":0.923835},Q:{_:"1.2"},H:{"0":8.0041649312715},L:{"0":45.621903}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ZM.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ZM.js new file mode 100644 index 0000000..8fef0f5 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ZM.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.005014,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.002507,"29":0,"30":0,"31":0.002507,"32":0,"33":0.002507,"34":0,"35":0,"36":0,"37":0.002507,"38":0,"39":0,"40":0.010028,"41":0,"42":0,"43":0.010028,"44":0,"45":0.002507,"46":0.010028,"47":0.002507,"48":0,"49":0.017549,"50":0.010028,"51":0.007521,"52":0,"53":0,"54":0.002507,"55":0.005014,"56":0.002507,"57":0.002507,"58":0.017549,"59":0.005014,"60":0.012535,"61":0.005014,"62":0.005014,"63":0.040112,"64":0.007521,"65":0.035098,"66":0.007521,"67":0.032591,"68":0.035098,"69":0.115322,"70":1.937911,"71":0.012535,"72":0.002507,"73":0},C:{"2":0,"3":0.002507,"4":0,"5":0.002507,"6":0,"7":0,"8":0.002507,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0.002507,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0.002507,"36":0,"37":0,"38":0.002507,"39":0,"40":0.002507,"41":0.002507,"42":0.005014,"43":0.007521,"44":0.005014,"45":0.007521,"46":0.002507,"47":0.017549,"48":0.005014,"49":0.002507,"50":0.002507,"51":0,"52":0.015042,"53":0.002507,"54":0.002507,"55":0.002507,"56":0.005014,"57":0.005014,"58":0.005014,"59":0.005014,"60":0.022563,"61":0.012535,"62":0.057661,"63":0.52647,"64":0.035098,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0.002507,"15":0.002507,"16":0.012535,"17":0.002507,"18":0.005014,"19":0.012535,"20":0.062675,"21":0.010028,"22":0.005014,"23":0.032591,"24":0.002507,"25":0,"26":0.002507,"27":0,"28":0.012535,"29":0.002507,"30":0.010028,"31":0,"32":0.010028,"33":0.007521,"34":0.002507,"35":0.015042,"36":0.005014,"37":0.005014,"38":0.002507,"39":0,"40":0.002507,"41":0,"42":0.010028,"43":0.010028,"44":0.002507,"45":0.007521,"46":0,"47":0.002507,"48":0.015042,"49":0.002507,"50":0,"51":0,"52":0,"53":0.005014,"54":0.007521,"55":0.007521,"56":0.483851,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0.002507,"12.1":0.265742},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.005014,"11":0.015042,"12":0.160448,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0.005014,"9.1":0.005014,"10.1":0.012535,"11.1":0.037605},G:{"8":0.040163047132993,"3.2":0.00024792004403082,"4.0-4.1":0,"4.2-4.3":0.00024792004403082,"5.0-5.1":0.0029750405283699,"6.0-6.1":0.0014875202641849,"7.0-7.1":0.0057021610127089,"8.1-8.4":0.013883522465726,"9.0-9.2":0.0079334414089863,"9.3":0.05726953017112,"10.0-10.2":0.067186331932353,"10.3":0.086772015410788,"11.0-11.2":0.15668546782748,"11.3-11.4":0.41700151405984,"12-12.1":1.6199095676974},I:{"3":0.0036940271444083,"4":0.46175339305103,_:"67","2.1":0,"2.2":0.0036940271444083,"2.3":0.10343276004343,"4.1":0.181007330076,"4.2-4.3":0.87548443322476,"4.4":0,"4.4.3-4.4.4":1.773133029316},A:{"6":0,"7":0,"8":0.047022050420168,"9":0.0052246722689076,"10":0.041797378151261,"11":0.21682389915966,"5.5":0},B:{"12":0.040112,"13":0.042619,"14":0.047633,"15":0.040112,"16":0.040112,"17":0.230644,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.0996425645933,"5":0.13236438277512,"6.2":0.10181875598086,_:"7.2"},N:{"10":0.12399920353982,"11":1.1498107964602},J:{"7":0.0584454,"10":0.2337816},R:{_:"0"},M:{"0":0.127381},O:{"0":6.646291},Q:{_:"1.2"},H:{"0":35.46234769244},L:{"0":28.392578}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ZW.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ZW.js new file mode 100644 index 0000000..96c1c13 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/ZW.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.009324,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0.02331,"30":0.004662,"31":0,"32":0,"33":0.004662,"34":0,"35":0,"36":0.004662,"37":0,"38":0.009324,"39":0.004662,"40":0.02331,"41":0,"42":0,"43":0.013986,"44":0,"45":0,"46":0.032634,"47":0,"48":0,"49":0.079254,"50":0.009324,"51":0.004662,"52":0.004662,"53":0.018648,"54":0.004662,"55":0.051282,"56":0.004662,"57":0.051282,"58":0.06993,"59":0.009324,"60":0.041958,"61":0.013986,"62":0.018648,"63":0.079254,"64":0.018648,"65":0.16317,"66":0.060606,"67":0.125874,"68":0.107226,"69":0.400932,"70":8.76456,"71":0.037296,"72":0.02331,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.004662,"11":0,"12":0.004662,"13":0,"14":0,"15":0,"16":0.013986,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0.004662,"31":0.004662,"32":0,"33":0,"34":0,"35":0.004662,"36":0.004662,"37":0.004662,"38":0.004662,"39":0,"40":0.004662,"41":0.004662,"42":0.004662,"43":0.027972,"44":0.009324,"45":0.018648,"46":0.009324,"47":0.04662,"48":0.009324,"49":0.009324,"50":0.004662,"51":0.004662,"52":0.083916,"53":0.004662,"54":0.004662,"55":0.009324,"56":0.018648,"57":0.018648,"58":0.02331,"59":0.027972,"60":0.083916,"61":0.074592,"62":0.144522,"63":2.391606,"64":0.205128,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0.004662,"16":0.004662,"17":0.004662,"18":0.004662,"19":0.013986,"20":0.032634,"21":0.009324,"22":0.004662,"23":0.004662,"24":0,"25":0.004662,"26":0,"27":0,"28":0.041958,"29":0.009324,"30":0.004662,"31":0,"32":0.009324,"33":0.004662,"34":0.004662,"35":0.009324,"36":0.018648,"37":0.018648,"38":0.004662,"39":0,"40":0.004662,"41":0,"42":0.097902,"43":0.004662,"44":0,"45":0.018648,"46":0.02331,"47":0.013986,"48":0.032634,"49":0,"50":0,"51":0.004662,"52":0.004662,"53":0.009324,"54":0.013986,"55":0.032634,"56":1.72494,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.321678},E:{"4":0,"5":0.004662,"6":0,"7":0.009324,"8":0.004662,"9":0.004662,"10":0.018648,"11":0.032634,"12":0.32634,_:"0","3.1":0,"3.2":0,"5.1":0.032634,"6.1":0,"7.1":0,"9.1":0.02331,"10.1":0.032634,"11.1":0.074592},G:{"8":0.063424921044731,"3.2":0.00039151185830081,"4.0-4.1":0,"4.2-4.3":0.00039151185830081,"5.0-5.1":0.0046981422996097,"6.0-6.1":0.0023490711498049,"7.0-7.1":0.0090047727409186,"8.1-8.4":0.021924664064845,"9.0-9.2":0.012528379465626,"9.3":0.090439239267487,"10.0-10.2":0.10609971359952,"10.3":0.13702915040528,"11.0-11.2":0.24743549444611,"11.3-11.4":0.65852294566196,"12-12.1":2.5581384821375},I:{"3":0.0055887122692725,"4":0.69858903365907,_:"67","2.1":0,"2.2":0.0055887122692725,"2.3":0.15648394353963,"4.1":0.27384690119435,"4.2-4.3":1.3245248078176,"4.4":0,"4.4.3-4.4.4":2.6825818892508},A:{"6":0,"7":0,"8":0.06993,"9":0.02331,"10":0.041958,"11":0.703962,"5.5":0},B:{"12":0.251748,"13":0.074592,"14":0.153846,"15":0.172494,"16":0.158508,"17":0.871794,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":1.2465858967136,"5":0.031426535211268,"6.2":0.094279605633803,_:"7.2"},N:{"10":0.077333430379747,"11":1.6681925696203},J:{"7":0.0256224,"10":0.1024896},R:{_:"0"},M:{"0":0.144126},O:{"0":2.951914},Q:{_:"1.2"},H:{"0":22.968946237113},L:{"0":24.933944}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-af.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-af.js new file mode 100644 index 0000000..95d9b66 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-af.js @@ -0,0 +1 @@ +module.exports={D:{"4":0.00667,"5":0.003335,"6":0.003335,"10":0.003335,"11":0.016675,"12":0.003335,"13":0.003335,"14":0.003335,"15":0.003335,"17":0.003335,"18":0.00667,"19":0.016675,"22":0.00667,"23":0.010005,"24":0.243455,"25":0.003335,"26":0.01334,"27":0.00667,"28":0.00667,"29":0.150075,"30":0.12006,"31":0.016675,"32":0.010005,"33":0.050025,"34":0.010005,"35":0.23345,"36":0.010005,"37":0.010005,"38":0.01334,"39":0.00667,"40":0.023345,"41":0.02668,"42":0.003335,"43":0.39353,"44":0.010005,"45":0.00667,"46":0.016675,"47":0.023345,"48":0.023345,"49":0.56695,"50":0.036685,"51":0.02668,"52":0.01334,"53":0.01334,"54":0.04669,"55":0.08004,"56":0.216775,"57":0.02668,"58":0.116725,"59":0.02668,"60":0.096715,"61":0.050025,"62":0.096715,"63":0.18676,"64":0.15341,"65":0.183425,"66":0.21344,"67":3.931965,"68":13.11989,"69":0.05336,"70":0.03335,_:"7 8 9 16 20 21 71"},C:{"2":0.116725,"3":0.01334,"4":0.00667,"11":0.003335,"12":0.003335,"13":0.003335,"15":0.12006,"18":0.016675,"19":0.00667,"20":0.00667,"21":0.02001,"22":0.003335,"23":0.116725,"24":0.003335,"25":0.03335,"26":0.003335,"28":0.003335,"29":0.00667,"30":0.030015,"31":0.00667,"32":0.00667,"33":0.00667,"34":0.00667,"35":0.010005,"36":0.010005,"37":0.010005,"38":0.010005,"39":0.010005,"40":0.016675,"41":0.010005,"42":0.010005,"43":0.06003,"44":0.016675,"45":0.02001,"46":0.010005,"47":0.07337,"48":0.076705,"49":0.023345,"50":0.02001,"51":0.03335,"52":0.35351,"53":0.010005,"54":0.01334,"55":0.01334,"56":0.05336,"57":0.043355,"58":0.02668,"59":0.043355,"60":0.07337,"61":3.018175,"62":0.196765,"63":0.003335,_:"5 6 7 8 9 10 14 16 17 27 3.5","3.6":0.02001},F:{"28":0.00667,"36":0.016675,"42":0.00667,"43":0.02668,"45":0.003335,"47":0.00667,"48":0.00667,"49":0.00667,"51":0.003335,"52":0.00667,"53":0.04002,"54":0.983825,"55":0.11339,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 37 38 39 40 41 44 46 50 9.5-9.6 10.5 10.6 11.1 11.5 11.6","10.0-10.1":0.11339,"12.1":0.01334},E:{"4":0.00667,"5":0.02001,"7":0.00667,"8":0.023345,"9":0.01334,"10":0.036685,"11":0.10005,"12":0.010005,_:"0 6 3.1 3.2","5.1":0.00667,"6.1":0.003335,"7.1":0.01334,"9.1":0.063365,"10.1":0.096715,"11.1":0.50692},G:{"8":0.00333950175088,"12":0.0358996438219,"3.2":0.000417437718859,"4.0-4.1":0,"4.2-4.3":0.000417437718859,"5.0-5.1":0.00626156578289,"6.0-6.1":0.00333950175088,"7.0-7.1":0.0166975087544,"8.1-8.4":0.0288032026013,"9.0-9.2":0.0192021350675,"9.3":0.114795372686,"10.0-10.2":0.131492881441,"10.3":0.217485051526,"11.0-11.2":0.4537548004,"11.3-11.4":3.14038395898},I:{"3":0,"4":0,_:"67","2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.292014205607,"4.4":0.985547943925,"4.4.3-4.4.4":0.675282850467},K:{_:"0 10 11 12 11.1 11.5 12.1"},A:{"6":0.00693468253968,"7":0.0277387301587,"8":0.22537718254,"9":0.194171111111,"10":0.114422261905,"11":1.17889603175,_:"5.5"},B:{"12":0.056695,"13":0.06003,"14":0.06003,"15":0.070035,"16":0.136735,"17":0.51359,_:"18"},P:{"4":1.43132932099,"5":0.19425183642,"6.2":0.286265864198,_:"7.2"},J:{"7":0.067983,"10":0.271932},N:{"10":0.0565076086957,"11":0.463362391304},R:{_:"0"},M:{"0":0.526535},Q:{_:"1.2"},O:{"0":4.81213},H:{"0":14.3678504381},L:{"0":37.26219}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-an.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-an.js new file mode 100644 index 0000000..4790a22 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-an.js @@ -0,0 +1 @@ +module.exports={D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0,"59":0,"60":0,"61":0,"62":0,"63":0,"64":0,"65":0,"66":0,"67":0,"68":0,"69":16.43901,"70":21.880278,"71":0,"72":0,"73":0},C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0,"59":0,"60":0,"61":0,"62":0,"63":5.201994,"64":0,"65":0,"3.5":0,"3.6":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":1.205232,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.602616,"12":3.872694,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":1.692642,"10.1":0,"11.1":0.965958},G:{"8":0.33008716661663,"3.2":0.0020375751025718,"4.0-4.1":0,"4.2-4.3":0.0020375751025718,"5.0-5.1":0.024450901230862,"6.0-6.1":0.012225450615431,"7.0-7.1":0.046864227359151,"8.1-8.4":0.11410420574402,"9.0-9.2":0.065202403282298,"9.3":0.47067984869409,"10.0-10.2":0.55218285279696,"10.3":0.71315128590013,"11.0-11.2":1.2877474648254,"11.3-11.4":3.4272013225258,"12-12.1":13.313515720204},I:{"3":0,"4":0,_:"67","2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},A:{"6":0,"7":0,"8":0,"9":0.363342,"10":0,"11":15.960462,"5.5":0},B:{"12":0,"13":1.3293,"14":0.602616,"15":0.239274,"16":0,"17":3.9879,_:"18"},K:{_:"0 10 11 12 11.1 11.5 12.1"},P:{"4":0,"5":0,"6.2":0,_:"7.2"},N:{"10":0,"11":0},J:{"7":0,"10":0},R:{_:"0"},M:{"0":0},O:{"0":0},Q:{_:"1.2"},H:{"0":0},L:{"0":5.295194}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-as.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-as.js new file mode 100644 index 0000000..84593c7 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-as.js @@ -0,0 +1 @@ +module.exports={D:{"11":0.01294,"12":0.003235,"18":0.003235,"21":0.00647,"22":0.02588,"24":0.01941,"25":0.009705,"26":0.009705,"27":0.00647,"28":0.00647,"29":0.113225,"30":0.016175,"31":0.03882,"32":0.00647,"33":0.016175,"34":0.016175,"35":0.016175,"36":0.016175,"37":0.00647,"38":0.03235,"39":0.00647,"40":0.01294,"41":0.02588,"42":0.009705,"43":0.04529,"44":0.009705,"45":0.01941,"46":0.01294,"47":0.02588,"48":0.05823,"49":0.49172,"50":0.02588,"51":0.02588,"52":0.01294,"53":0.016175,"54":0.022645,"55":0.36879,"56":0.100285,"57":0.0647,"58":0.100285,"59":0.035585,"60":0.061465,"61":0.054995,"62":0.08411,"63":0.35585,"64":0.113225,"65":0.16175,"66":0.210275,"67":4.42548,"68":15.24332,"69":0.07117,"70":0.04529,_:"4 5 6 7 8 9 10 13 14 15 16 17 19 20 23 71"},C:{"2":0.00647,"3":0.00647,"8":0.009705,"15":0.009705,"21":0.00647,"23":0.009705,"25":0.003235,"30":0.003235,"31":0.01941,"33":0.00647,"34":0.003235,"35":0.00647,"36":0.003235,"37":0.00647,"38":0.00647,"39":0.00647,"40":0.009705,"41":0.00647,"42":0.00647,"43":0.02588,"44":0.01294,"45":0.009705,"46":0.00647,"47":0.09705,"48":0.04529,"49":0.01294,"50":0.016175,"51":0.01294,"52":0.164985,"53":0.009705,"54":0.016175,"55":0.01941,"56":0.054995,"57":0.029115,"58":0.022645,"59":0.03882,"60":0.04529,"61":1.737195,"62":0.145575,_:"4 5 6 7 9 10 11 12 13 14 16 17 18 19 20 22 24 26 27 28 29 32 63 3.5 3.6"},F:{"28":0.00647,"31":0.003235,"36":0.00647,"43":0.003235,"53":0.009705,"54":0.41408,"55":0.03882,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 32 33 34 35 37 38 39 40 41 42 44 45 46 47 48 49 50 51 52 9.5-9.6 10.5 10.6 11.1 11.5 11.6","10.0-10.1":0.00647,"12.1":0.009705},E:{"4":0.00647,"5":0.003235,"7":0.00647,"8":0.016175,"9":0.009705,"10":0.035585,"11":0.100285,"12":0.00647,_:"0 6 3.1 3.2 7.1","5.1":0.029115,"6.1":0.003235,"9.1":0.054995,"10.1":0.09705,"11.1":0.54995},G:{"8":0,"12":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0,"8.1-8.4":0,"9.0-9.2":0,"9.3":0,"10.0-10.2":0,"10.3":0,"11.0-11.2":0,"11.3-11.4":0},I:{"3":0,"4":0,_:"67","2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{_:"0 10 11 12 11.1 11.5 12.1"},A:{"6":0.0104769886364,"7":0.0139693181818,"8":0.216524431818,"9":0.0942928977273,"10":0.0908005681818,"11":1.72521079545,_:"5.5"},B:{"12":0.016175,"13":0.016175,"14":0.02588,"15":0.029115,"16":0.09058,"17":0.5176,_:"18"},P:{"4":0,"5":0,"6.2":0,_:"7.2"},J:{"7":0,"10":0},N:{"10":0,"11":0},R:{_:"0"},M:{_:"0"},Q:{_:"1.2"},O:{_:"0"},H:{"0":0},L:{"0":1.06108}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-eu.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-eu.js new file mode 100644 index 0000000..0744abd --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-eu.js @@ -0,0 +1 @@ +module.exports={D:{"11":0.016197,"18":0.016197,"22":0.043192,"24":0.005399,"25":0.005399,"26":0.010798,"27":0.010798,"29":0.275349,"31":0.010798,"32":0.005399,"33":0.010798,"34":0.026995,"35":0.010798,"36":0.010798,"37":0.010798,"38":0.048591,"39":0.016197,"40":0.037793,"41":0.151172,"42":0.005399,"43":0.026995,"44":0.010798,"45":0.010798,"46":0.016197,"47":0.016197,"48":0.064788,"49":0.961022,"50":0.021596,"51":0.05399,"52":0.021596,"53":0.032394,"54":0.156571,"55":0.080985,"56":0.059389,"57":0.048591,"58":0.097182,"59":0.05399,"60":0.075586,"61":0.140374,"62":0.113379,"63":0.242955,"64":0.156571,"65":0.237556,"66":0.302344,"67":6.381618,"68":20.305639,"69":0.048591,"70":0.032394,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 19 20 21 23 28 30 71"},C:{"3":0.010798,"12":0.005399,"16":0.005399,"21":0.010798,"22":0.005399,"24":0.005399,"31":0.010798,"33":0.005399,"34":0.005399,"35":0.005399,"37":0.016197,"38":0.05399,"39":0.010798,"40":0.010798,"41":0.016197,"42":0.010798,"43":0.021596,"44":0.010798,"45":0.059389,"46":0.010798,"47":0.037793,"48":0.16197,"49":0.021596,"50":0.037793,"51":0.194364,"52":0.723466,"53":0.032394,"54":0.032394,"55":0.037793,"56":0.199763,"57":0.075586,"58":0.05399,"59":0.102581,"60":0.172768,"61":6.435608,"62":0.059389,_:"2 4 5 6 7 8 9 10 11 13 14 15 17 18 19 20 23 25 26 27 28 29 30 32 36 63 3.5","3.6":0.016197},F:{"12":0.010798,"28":0.016197,"31":0.026995,"36":0.059389,"40":0.010798,"42":0.005399,"48":0.005399,"49":0.010798,"50":0.005399,"51":0.005399,"52":0.010798,"53":0.026995,"54":1.614301,"55":0.151172,_:"9 11 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 32 33 34 35 37 38 39 41 43 44 45 46 47 9.5-9.6 10.5 10.6 11.1 11.5 11.6","10.0-10.1":0,"12.1":0.183566},E:{"4":0.016197,"5":0.016197,"7":0.010798,"8":0.032394,"9":0.037793,"10":0.080985,"11":0.280748,"12":0.026995,_:"0 6 3.1 3.2 7.1","5.1":0.026995,"6.1":0.021596,"9.1":0.151172,"10.1":0.280748,"11.1":2.262181},G:{"8":0.00865420710355,"12":0.0930327263632,"3.2":0.00108177588794,"4.0-4.1":0,"4.2-4.3":0.00108177588794,"5.0-5.1":0.0162266383192,"6.0-6.1":0.00865420710355,"7.0-7.1":0.0432710355178,"8.1-8.4":0.0746425362681,"9.0-9.2":0.0497616908454,"9.3":0.297488369185,"10.0-10.2":0.340759404702,"10.3":0.563605237619,"11.0-11.2":1.1758903902,"11.3-11.4":8.138200005},I:{"3":0,"4":0,_:"67","2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.097696,"4.4":0.329724,"4.4.3-4.4.4":0.225922},K:{_:"0 10 11 12 11.1 11.5 12.1"},A:{"6":0.0279552964427,"7":0.0167731778656,"8":0.257188727273,"9":0.123003304348,"10":0.150958600791,"11":3.66773489328,_:"5.5"},B:{"12":0.026995,"13":0.026995,"14":0.080985,"15":0.097182,"16":0.286147,"17":2.397156,_:"18"},P:{_:"4 5 6.2 7.2"},J:{"7":0.004601,"10":0.018404},N:{"10":0,"11":0},R:{_:"0"},M:{"0":0.271459},Q:{_:"1.2"},O:{"0":0.266858},H:{"0":0.392033659794},L:{"0":30.163856}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-na.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-na.js new file mode 100644 index 0000000..f1615a9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-na.js @@ -0,0 +1 @@ +module.exports={D:{"11":0.005178,"15":0.07767,"18":0.005178,"22":0.010356,"25":0.005178,"29":0.160518,"31":0.020712,"32":0.020712,"33":0.005178,"34":0.010356,"35":0.005178,"36":0.010356,"37":0.015534,"38":0.020712,"39":0.015534,"40":0.082848,"41":0.088026,"42":0.005178,"43":0.015534,"44":0.010356,"45":0.005178,"46":0.015534,"47":0.015534,"48":0.067314,"49":0.5178,"50":0.015534,"51":0.031068,"52":0.02589,"53":0.02589,"54":0.031068,"55":0.072492,"56":0.082848,"57":0.07767,"58":0.072492,"59":0.07767,"60":0.082848,"61":0.088026,"62":0.134628,"63":1.698384,"64":0.170874,"65":0.419418,"66":0.44013,"67":7.487388,"68":19.59873,"69":0.062136,"70":0.031068,_:"4 5 6 7 8 9 10 12 13 14 16 17 19 20 21 23 24 26 27 28 30 71"},C:{"4":0.031068,"11":0.010356,"17":0.010356,"31":0.010356,"34":0.005178,"38":0.445308,"40":0.010356,"43":0.015534,"44":0.020712,"45":0.02589,"46":0.005178,"47":0.02589,"48":0.093204,"49":0.010356,"50":0.02589,"51":0.015534,"52":0.315858,"53":0.010356,"54":0.02589,"55":0.031068,"56":0.05178,"57":0.041424,"58":0.031068,"59":0.062136,"60":0.113916,"61":3.510684,"62":0.031068,_:"2 3 5 6 7 8 9 10 12 13 14 15 16 18 19 20 21 22 23 24 25 26 27 28 29 30 32 33 35 36 37 39 41 42 63 3.5","3.6":0.010356},F:{"36":0.010356,"53":0.005178,"54":0.403884,"55":0.036246,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 9.5-9.6 10.5 10.6 11.1 11.5 11.6","10.0-10.1":0,"12.1":0.005178},E:{"4":0.010356,"5":0.015534,"7":0.005178,"8":0.10356,"9":0.062136,"10":0.10356,"11":0.33657,"12":0.02589,_:"0 6 3.1 3.2 7.1","5.1":0.02589,"6.1":0.015534,"9.1":0.191586,"10.1":0.41424,"11.1":2.961816},G:{"8":0.017711382091,"12":0.190397357479,"3.2":0.00221392276138,"4.0-4.1":0,"4.2-4.3":0.00221392276138,"5.0-5.1":0.0332088414207,"6.0-6.1":0.017711382091,"7.0-7.1":0.0885569104552,"8.1-8.4":0.152760670535,"9.0-9.2":0.101840447024,"9.3":0.60882875938,"10.0-10.2":0.697385669835,"10.3":1.15345375868,"11.0-11.2":2.40653404162,"11.3-11.4":16.6553409339},I:{"3":0,"4":0,_:"67","2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.0555205981308,"4.4":0.187382018692,"4.4.3-4.4.4":0.128391383178},K:{_:"0 10 11 12 11.1 11.5 12.1"},A:{"6":0.010493095723,"7":0.010493095723,"8":0.20986191446,"9":0.299053228106,"10":0.0944378615071,"11":4.52777080448,_:"5.5"},B:{"12":0.02589,"13":0.031068,"14":0.098382,"15":0.113916,"16":0.352104,"17":3.122334,_:"18"},P:{"4":0.277789130435,"5":0.0777809565217,"6.2":0.111115652174,_:"7.2"},J:{"7":0.0057864,"10":0.0231456},N:{"10":0,"11":0.067508},R:{_:"0"},M:{"0":0.2411},Q:{_:"1.2"},O:{"0":0.31343},H:{"0":0.205432113402},L:{"0":22.875634}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-oc.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-oc.js new file mode 100644 index 0000000..8f86956 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-oc.js @@ -0,0 +1 @@ +module.exports={D:{"11":0.010894,"26":0.010894,"29":0.005447,"34":0.016341,"36":0.005447,"38":0.065364,"39":0.010894,"40":0.021788,"41":0.070811,"43":0.010894,"44":0.016341,"45":0.016341,"46":0.016341,"47":0.021788,"48":0.021788,"49":0.495677,"50":0.016341,"51":0.038129,"52":0.027235,"53":0.027235,"54":0.049023,"55":0.38129,"56":0.10894,"57":0.092599,"58":0.092599,"59":0.092599,"60":0.10894,"61":0.098046,"62":0.196092,"63":0.59917,"64":0.332267,"65":0.38129,"66":0.582829,"67":8.802352,"68":22.00588,"69":0.081705,"70":0.038129,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 30 31 32 33 35 37 42 71"},C:{"31":0.005447,"36":0.005447,"37":0.005447,"38":0.005447,"43":0.010894,"44":0.005447,"45":0.027235,"47":0.038129,"48":0.059917,"49":0.021788,"50":0.021788,"51":0.005447,"52":0.266903,"53":0.032682,"54":0.016341,"55":0.016341,"56":0.10894,"57":0.092599,"58":0.038129,"59":0.05447,"60":0.190645,"61":4.461093,"62":0.076258,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 32 33 34 35 39 40 41 42 46 63 3.5","3.6":0.010894},F:{"28":0.005447,"36":0.005447,"40":0.005447,"53":0.005447,"54":0.413972,"55":0.032682,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 37 38 39 41 42 43 44 45 46 47 48 49 50 51 52 9.5-9.6 10.5 10.6 11.1 11.5 11.6","10.0-10.1":0,"12.1":0.005447},E:{"4":0,"5":0.005447,"7":0.005447,"8":0.049023,"9":0.05447,"10":0.152516,"11":0.533806,"12":0.027235,_:"0 6 3.1 3.2 7.1","5.1":0.021788,"6.1":0.016341,"9.1":0.261456,"10.1":0.566488,"11.1":3.349905},G:{"8":0.0185709558779,"12":0.199637775688,"3.2":0.00232136948474,"4.0-4.1":0,"4.2-4.3":0.00232136948474,"5.0-5.1":0.0348205422711,"6.0-6.1":0.0185709558779,"7.0-7.1":0.0928547793897,"8.1-8.4":0.160174494447,"9.0-9.2":0.106782996298,"9.3":0.638376608304,"10.0-10.2":0.731231387694,"10.3":1.20943350155,"11.0-11.2":2.52332862991,"11.3-11.4":17.4636626337},I:{"3":0,"4":0,_:"67","2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.0762521121495,"4.4":0.257350878505,"4.4.3-4.4.4":0.176333009346},K:{_:"0 10 11 12 11.1 11.5 12.1"},A:{"8":0.0450586153846,"9":0.0619555961538,"10":0.0450586153846,"11":3.65538017308,_:"6 7 5.5"},B:{"12":0.021788,"13":0.043576,"14":0.114387,"15":0.098046,"16":0.354055,"17":2.794311,_:"18"},P:{"4":0.467958565022,"5":0.128688605381,"6.2":0.116989641256,_:"7.2"},J:{"7":0.0018212,"10":0.0072848},N:{"10":0,"11":0.063742},R:{_:"0"},M:{"0":0.195779},Q:{_:"1.2"},O:{"0":0.646526},H:{"0":0.439669597938},L:{"0":17.865621}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-sa.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-sa.js new file mode 100644 index 0000000..ea3e91a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-sa.js @@ -0,0 +1 @@ +module.exports={D:{"18":0.012942,"22":0.019413,"26":0.012942,"27":0.006471,"29":0.155304,"31":0.012942,"32":0.012942,"34":0.019413,"35":0.012942,"36":0.051768,"37":0.012942,"38":0.058239,"39":0.019413,"40":0.006471,"41":0.051768,"43":0.032355,"44":0.012942,"45":0.012942,"46":0.019413,"47":0.032355,"48":0.032355,"49":1.345968,"50":0.019413,"51":0.058239,"52":0.019413,"53":0.025884,"54":0.032355,"55":0.051768,"56":0.058239,"57":0.051768,"58":0.220014,"59":0.06471,"60":0.090594,"61":0.103536,"62":0.142362,"63":0.291195,"64":0.207072,"65":0.291195,"66":0.45297,"67":10.774215,"68":38.353617,"69":0.122949,"70":0.045297,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 19 20 21 23 24 25 28 30 33 42 71"},C:{"3":0.006471,"21":0.006471,"37":0.012942,"38":0.012942,"40":0.012942,"41":0.012942,"43":0.019413,"45":0.032355,"46":0.006471,"47":0.038826,"48":0.051768,"49":0.012942,"50":0.025884,"51":0.019413,"52":0.485325,"53":0.012942,"54":0.025884,"55":0.012942,"56":0.051768,"57":0.051768,"58":0.045297,"59":0.051768,"60":0.071181,"61":3.36492,"62":0.032355,_:"2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 39 42 44 63 3.5 3.6"},F:{"28":0.012942,"36":0.090594,"49":0.006471,"53":0.006471,"54":0.912411,"55":0.103536,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 46 47 48 50 51 52 9.5-9.6 10.5 10.6 11.1 11.5 11.6","10.0-10.1":0,"12.1":0.019413},E:{"4":0.006471,"8":0.025884,"9":0.038826,"10":0.051768,"11":0.181188,"12":0.012942,_:"0 5 6 7 3.1 3.2 7.1","5.1":0.006471,"6.1":0.006471,"9.1":0.077652,"10.1":0.174717,"11.1":1.22949},G:{"8":0.00241786813407,"12":0.0259920824412,"3.2":0.000302233516758,"4.0-4.1":0,"4.2-4.3":0.000302233516758,"5.0-5.1":0.00453350275138,"6.0-6.1":0.00241786813407,"7.0-7.1":0.0120893406703,"8.1-8.4":0.0208541126563,"9.0-9.2":0.0139027417709,"9.3":0.0831142171086,"10.0-10.2":0.0952035577789,"10.3":0.157463662231,"11.0-11.2":0.328527832716,"11.3-11.4":2.27370274657},I:{"3":0,"4":0,_:"67","2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.082849046729,"4.4":0.27961553271,"4.4.3-4.4.4":0.191588420561},K:{_:"0 10 11 12 11.1 11.5 12.1"},A:{"6":0.00688467123288,"7":0.0137693424658,"8":0.227194150685,"9":0.0688467123288,"10":0.0688467123288,"11":1.12220141096,_:"5.5"},B:{"12":0.025884,"13":0.019413,"14":0.038826,"15":0.051768,"16":0.135891,"17":0.744165,_:"18"},P:{_:"4 5 6.2 7.2"},J:{"7":0.0049406,"10":0.0197624},N:{"10":0,"11":0.063742},R:{_:"0"},M:{"0":0.088225},Q:{_:"1.2"},O:{"0":0.479944},H:{"0":0.430992768041},L:{"0":29.127884}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-ww.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-ww.js new file mode 100644 index 0000000..33793af --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/data/regions/alt-ww.js @@ -0,0 +1 @@ +module.exports={D:{"11":0.008652,"15":0.017304,"18":0.008652,"22":0.025956,"24":0.02163,"25":0.008652,"26":0.008652,"27":0.004326,"28":0.004326,"29":0.155736,"30":0.012978,"31":0.025956,"32":0.008652,"33":0.012978,"34":0.017304,"35":0.02163,"36":0.017304,"37":0.008652,"38":0.034608,"39":0.008652,"40":0.030282,"41":0.06489,"42":0.008652,"43":0.047586,"44":0.008652,"45":0.012978,"46":0.012978,"47":0.02163,"48":0.056238,"49":0.6489,"50":0.02163,"51":0.034608,"52":0.017304,"53":0.02163,"54":0.056238,"55":0.211974,"56":0.090846,"57":0.060564,"58":0.103824,"59":0.051912,"60":0.073542,"61":0.082194,"62":0.10815,"63":0.596988,"64":0.147084,"65":0.242256,"66":0.298494,"67":5.930946,"68":18.619104,"69":0.069216,"70":0.038934,_:"4 5 6 7 8 9 10 12 13 14 16 17 19 20 21 23 71"},C:{"2":0.008652,"3":0.008652,"4":0.008652,"8":0.004326,"15":0.008652,"21":0.008652,"23":0.008652,"25":0.004326,"30":0.004326,"31":0.012978,"33":0.004326,"34":0.004326,"35":0.004326,"36":0.004326,"37":0.008652,"38":0.10815,"39":0.004326,"40":0.008652,"41":0.008652,"42":0.004326,"43":0.02163,"44":0.012978,"45":0.025956,"46":0.008652,"47":0.06489,"48":0.082194,"49":0.017304,"50":0.02163,"51":0.051912,"52":0.38934,"53":0.012978,"54":0.02163,"55":0.025956,"56":0.082194,"57":0.04326,"58":0.034608,"59":0.056238,"60":0.090846,"61":3.248826,"62":0.099498,_:"5 6 7 9 10 11 12 13 14 16 17 18 19 20 22 24 26 27 28 29 32 63 3.5","3.6":0.008652},F:{"28":0.008652,"31":0.008652,"36":0.02163,"49":0.004326,"52":0.004326,"53":0.012978,"54":0.774354,"55":0.073542,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 32 33 34 35 37 38 39 40 41 42 43 44 45 46 47 48 50 51 9.5-9.6 10.5 10.6 11.1 11.5 11.6","10.0-10.1":0.008652,"12.1":0.04326},E:{"4":0.008652,"5":0.008652,"7":0.004326,"8":0.038934,"9":0.030282,"10":0.060564,"11":0.19467,"12":0.017304,_:"0 6 3.1 3.2 7.1","5.1":0.025956,"6.1":0.008652,"9.1":0.10815,"10.1":0.207648,"11.1":1.475166},G:{"8":0.00843805262631,"12":0.0907090657329,"3.2":0.00105475657829,"4.0-4.1":0,"4.2-4.3":0.00105475657829,"5.0-5.1":0.0158213486743,"6.0-6.1":0.00843805262631,"7.0-7.1":0.0421902631316,"8.1-8.4":0.072778203902,"9.0-9.2":0.0485188026013,"9.3":0.29005805903,"10.0-10.2":0.332248322161,"10.3":0.549528177289,"11.0-11.2":1.1465204006,"11.3-11.4":7.93493373847},I:{"3":0,"4":0,_:"67","2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.153569196262,"4.4":0.518296037383,"4.4.3-4.4.4":0.355128766355},K:{_:"0 10 11 12 11.1 11.5 12.1"},A:{"6":0.0135342,"7":0.0135342,"8":0.2165472,"9":0.1533876,"10":0.1037622,"11":2.6572146,_:"5.5"},B:{"12":0.02163,"13":0.025956,"14":0.056238,"15":0.06489,"16":0.19467,"17":1.479492,_:"18"},P:{"4":0.8658524,"5":0.144308733333,"6.2":0.226770866667,_:"7.2"},J:{"7":0.0079436,"10":0.0317744},N:{"10":0.0219394666667,"11":0.142606533333},R:{_:"0"},M:{"0":0.187242},Q:{_:"1.2"},O:{"0":6.320836},H:{"0":2.46564547423},L:{"0":32.685556}}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/lib/statuses.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/lib/statuses.js new file mode 100644 index 0000000..c346e2b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/lib/statuses.js @@ -0,0 +1,14 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = { + 1: "ls", // WHATWG Living Standard + 2: "rec", // W3C Recommendation + 3: "pr", // W3C Proposed Recommendation + 4: "cr", // W3C Candidate Recommendation + 5: "wd", // W3C Working Draft + 6: "other", // Non-W3C, but reputable + 7: "unoff" // Unofficial, Editor's Draft or W3C "Note" +}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/lib/supported.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/lib/supported.js new file mode 100644 index 0000000..3523a87 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/lib/supported.js @@ -0,0 +1,14 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = { + y: 1 << 0, + n: 1 << 1, + a: 1 << 2, + p: 1 << 3, + u: 1 << 4, + x: 1 << 5, + d: 1 << 6 +}; diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/agents.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/agents.js new file mode 100644 index 0000000..8dc5d49 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/agents.js @@ -0,0 +1,51 @@ +'use strict'; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.agents = undefined; + +var _browsers = require('./browsers'); + +var _browserVersions = require('./browserVersions'); + +var agentsData = require('../../data/agents'); + +function unpackBrowserVersions(versionsData) { + return Object.keys(versionsData).reduce(function (usage, version) { + usage[_browserVersions.browserVersions[version]] = versionsData[version]; + return usage; + }, {}); +} + +var agents = exports.agents = Object.keys(agentsData).reduce(function (map, key) { + var versionsData = agentsData[key]; + map[_browsers.browsers[key]] = Object.keys(versionsData).reduce(function (data, entry) { + if (entry === 'A') { + data.usage_global = unpackBrowserVersions(versionsData[entry]); + } else if (entry === 'C') { + data.versions = versionsData[entry].reduce(function (list, version) { + if (version === '') { + list.push(null); + } else { + list.push(_browserVersions.browserVersions[version]); + } + return list; + }, []); + } else if (entry === 'D') { + data.prefix_exceptions = unpackBrowserVersions(versionsData[entry]); + } else if (entry === 'E') { + data.browser = versionsData[entry]; + } else if (entry === 'F') { + data.release_date = Object.keys(versionsData[entry]).reduce(function (map, key) { + map[_browserVersions.browserVersions[key]] = versionsData[entry][key]; + return map; + }, {}); + } else { + // entry is B + data.prefix = versionsData[entry]; + } + return data; + }, {}); + return map; +}, {}); \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/browserVersions.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/browserVersions.js new file mode 100644 index 0000000..f63d752 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/browserVersions.js @@ -0,0 +1,6 @@ +'use strict'; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +var browserVersions = exports.browserVersions = require('../../data/browserVersions'); \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/browsers.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/browsers.js new file mode 100644 index 0000000..4ef0082 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/browsers.js @@ -0,0 +1,6 @@ +'use strict'; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +var browsers = exports.browsers = require('../../data/browsers'); \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/feature.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/feature.js new file mode 100644 index 0000000..d484a57 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/feature.js @@ -0,0 +1,58 @@ +'use strict'; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = unpackFeature; + +var _statuses = require('../lib/statuses'); + +var _statuses2 = _interopRequireDefault(_statuses); + +var _supported = require('../lib/supported'); + +var _supported2 = _interopRequireDefault(_supported); + +var _browsers = require('./browsers'); + +var _browserVersions = require('./browserVersions'); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +var MATH2LOG = Math.log(2); + +function unpackSupport(cipher) { + // bit flags + var stats = Object.keys(_supported2.default).reduce(function (list, support) { + if (cipher & _supported2.default[support]) list.push(support); + return list; + }, []); + + // notes + var notes = cipher >> 7; + var notesArray = []; + while (notes) { + var note = Math.floor(Math.log(notes) / MATH2LOG) + 1; + notesArray.unshift('#' + note); + notes -= Math.pow(2, note - 1); + } + + return stats.concat(notesArray).join(' '); +} + +function unpackFeature(packed) { + var unpacked = { status: _statuses2.default[packed.B], title: packed.C }; + unpacked.stats = Object.keys(packed.A).reduce(function (browserStats, key) { + var browser = packed.A[key]; + browserStats[_browsers.browsers[key]] = Object.keys(browser).reduce(function (stats, support) { + var packedVersions = browser[support].split(' '); + var unpacked = unpackSupport(support); + packedVersions.forEach(function (v) { + return stats[_browserVersions.browserVersions[v]] = unpacked; + }); + return stats; + }, {}); + return browserStats; + }, {}); + return unpacked; +} \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/features.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/features.js new file mode 100644 index 0000000..dec36e3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/features.js @@ -0,0 +1,11 @@ +'use strict'; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +/* + * Load this dynamically so that it + * doesn't appear in the rollup bundle. + */ + +var features = exports.features = require('../../data/features'); \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/index.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/index.js new file mode 100644 index 0000000..2cc2f05 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/index.js @@ -0,0 +1,43 @@ +'use strict'; + +Object.defineProperty(exports, "__esModule", { + value: true +}); + +var _agents = require('./agents'); + +Object.defineProperty(exports, 'agents', { + enumerable: true, + get: function get() { + return _agents.agents; + } +}); + +var _feature = require('./feature'); + +Object.defineProperty(exports, 'feature', { + enumerable: true, + get: function get() { + return _interopRequireDefault(_feature).default; + } +}); + +var _features = require('./features'); + +Object.defineProperty(exports, 'features', { + enumerable: true, + get: function get() { + return _features.features; + } +}); + +var _region = require('./region'); + +Object.defineProperty(exports, 'region', { + enumerable: true, + get: function get() { + return _interopRequireDefault(_region).default; + } +}); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/region.js b/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/region.js new file mode 100644 index 0000000..e09ae36 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/dist/unpacker/region.js @@ -0,0 +1,26 @@ +'use strict'; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = unpackRegion; + +var _browsers = require('./browsers'); + +function unpackRegion(packed) { + return Object.keys(packed).reduce(function (list, browser) { + var data = packed[browser]; + list[_browsers.browsers[browser]] = Object.keys(data).reduce(function (memo, key) { + var stats = data[key]; + if (key === '_') { + stats.split(' ').forEach(function (version) { + return memo[version] = null; + }); + } else { + memo[key] = stats; + } + return memo; + }, {}); + return list; + }, {}); +} \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/caniuse-lite/package.json b/user/themes/gilles_acezat/node_modules/caniuse-lite/package.json new file mode 100644 index 0000000..db4ee17 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caniuse-lite/package.json @@ -0,0 +1,60 @@ +{ + "_from": "caniuse-lite@^1.0.30000921", + "_id": "caniuse-lite@1.0.30000921", + "_inBundle": false, + "_integrity": "sha512-Bu09ciy0lMWLgpYC77I0YGuI8eFRBPPzaSOYJK1jTI64txCphYCqnWbxJYjHABYVt/TYX/p3jNjLBR87u1Bfpw==", + "_location": "/caniuse-lite", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "caniuse-lite@^1.0.30000921", + "name": "caniuse-lite", + "escapedName": "caniuse-lite", + "rawSpec": "^1.0.30000921", + "saveSpec": null, + "fetchSpec": "^1.0.30000921" + }, + "_requiredBy": [ + "/autoprefixer", + "/browserslist" + ], + "_resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000921.tgz", + "_shasum": "7a607c1623444b22351d834e093aedda3c42fbe8", + "_spec": "caniuse-lite@^1.0.30000921", + "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres/node_modules/autoprefixer", + "author": { + "name": "Ben Briggs", + "email": "beneb.info@gmail.com", + "url": "http://beneb.info" + }, + "bugs": { + "url": "https://github.com/ben-eb/caniuse-lite/issues" + }, + "bundleDependencies": false, + "deprecated": false, + "description": "A smaller version of caniuse-db, with only the essentials!", + "files": [ + "data", + "dist" + ], + "homepage": "https://github.com/ben-eb/caniuse-lite#readme", + "keywords": [ + "support", + "css", + "js", + "html5", + "svg" + ], + "license": "CC-BY-4.0", + "main": "dist/unpacker/index.js", + "name": "caniuse-lite", + "repository": { + "type": "git", + "url": "git+https://github.com/ben-eb/caniuse-lite.git" + }, + "scripts": { + "prepublish": "del-cli dist && babel src/unpacker -d dist/unpacker && mkdir dist/lib && babel src/lib/statuses.js -o dist/lib/statuses.js && babel src/lib/supported.js -o dist/lib/supported.js" + }, + "version": "1.0.30000921" +} diff --git a/user/themes/gilles_acezat/node_modules/caseless/LICENSE b/user/themes/gilles_acezat/node_modules/caseless/LICENSE new file mode 100644 index 0000000..61789f4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caseless/LICENSE @@ -0,0 +1,28 @@ +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +1. Definitions. +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby 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, sublicense, and distribute the Work and such Derivative Works in Source or Object form. +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: +You must give any other recipients of the Work or Derivative Works a copy of this License; and +You must cause any modified files to carry prominent notices stating that You changed the files; and +You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and +If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. +END OF TERMS AND CONDITIONS \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/caseless/README.md b/user/themes/gilles_acezat/node_modules/caseless/README.md new file mode 100644 index 0000000..e5077a2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caseless/README.md @@ -0,0 +1,45 @@ +## Caseless -- wrap an object to set and get property with caseless semantics but also preserve caseing. + +This library is incredibly useful when working with HTTP headers. It allows you to get/set/check for headers in a caseless manner while also preserving the caseing of headers the first time they are set. + +## Usage + +```javascript +var headers = {} + , c = caseless(headers) + ; +c.set('a-Header', 'asdf') +c.get('a-header') === 'asdf' +``` + +## has(key) + +Has takes a name and if it finds a matching header will return that header name with the preserved caseing it was set with. + +```javascript +c.has('a-header') === 'a-Header' +``` + +## set(key, value[, clobber=true]) + +Set is fairly straight forward except that if the header exists and clobber is disabled it will add `','+value` to the existing header. + +```javascript +c.set('a-Header', 'fdas') +c.set('a-HEADER', 'more', false) +c.get('a-header') === 'fdsa,more' +``` + +## swap(key) + +Swaps the casing of a header with the new one that is passed in. + +```javascript +var headers = {} + , c = caseless(headers) + ; +c.set('a-Header', 'fdas') +c.swap('a-HEADER') +c.has('a-header') === 'a-HEADER' +headers === {'a-HEADER': 'fdas'} +``` diff --git a/user/themes/gilles_acezat/node_modules/caseless/index.js b/user/themes/gilles_acezat/node_modules/caseless/index.js new file mode 100644 index 0000000..b194734 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/caseless/index.js @@ -0,0 +1,67 @@ +function Caseless (dict) { + this.dict = dict || {} +} +Caseless.prototype.set = function (name, value, clobber) { + if (typeof name === 'object') { + for (var i in name) { + this.set(i, name[i], value) + } + } else { + if (typeof clobber === 'undefined') clobber = true + var has = this.has(name) + + if (!clobber && has) this.dict[has] = this.dict[has] + ',' + value + else this.dict[has || name] = value + return has + } +} +Caseless.prototype.has = function (name) { + var keys = Object.keys(this.dict) + , name = name.toLowerCase() + ; + for (var i=0;i 1) { + // don't slice `arguments`, it prevents v8 optimizations + for (var a = 1; a < argsLen; a++) { + str += ' ' + args[a]; + } + } + + if (!this.enabled || !str) { + return str; + } + + var nestedStyles = this._styles; + var i = nestedStyles.length; + + // Turns out that on Windows dimmed gray text becomes invisible in cmd.exe, + // see https://github.com/chalk/chalk/issues/58 + // If we're on Windows and we're dealing with a gray color, temporarily make 'dim' a noop. + var originalDim = ansiStyles.dim.open; + if (isSimpleWindowsTerm && (nestedStyles.indexOf('gray') !== -1 || nestedStyles.indexOf('grey') !== -1)) { + ansiStyles.dim.open = ''; + } + + while (i--) { + var code = ansiStyles[nestedStyles[i]]; + + // Replace any instances already present with a re-opening code + // otherwise only the part of the string until said closing code + // will be colored, and the rest will simply be 'plain'. + str = code.open + str.replace(code.closeRe, code.open) + code.close; + } + + // Reset the original 'dim' if we changed it to work around the Windows dimmed gray issue. + ansiStyles.dim.open = originalDim; + + return str; +} + +function init() { + var ret = {}; + + Object.keys(styles).forEach(function (name) { + ret[name] = { + get: function () { + return build.call(this, [name]); + } + }; + }); + + return ret; +} + +defineProps(Chalk.prototype, init()); + +module.exports = new Chalk(); +module.exports.styles = ansiStyles; +module.exports.hasColor = hasAnsi; +module.exports.stripColor = stripAnsi; +module.exports.supportsColor = supportsColor; diff --git a/user/themes/gilles_acezat/node_modules/chalk/index.js.flow b/user/themes/gilles_acezat/node_modules/chalk/index.js.flow new file mode 100644 index 0000000..872a156 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/chalk/index.js.flow @@ -0,0 +1,93 @@ +// @flow + +type TemplateStringsArray = $ReadOnlyArray; + +export type Level = $Values<{ + None: 0, + Basic: 1, + Ansi256: 2, + TrueColor: 3 +}>; + +export type ChalkOptions = {| + enabled?: boolean, + level?: Level +|}; + +export type ColorSupport = {| + level: Level, + hasBasic: boolean, + has256: boolean, + has16m: boolean +|}; + +export interface Chalk { + (...text: string[]): string, + (text: TemplateStringsArray, ...placeholders: string[]): string, + constructor(options?: ChalkOptions): Chalk, + enabled: boolean, + level: Level, + rgb(r: number, g: number, b: number): Chalk, + hsl(h: number, s: number, l: number): Chalk, + hsv(h: number, s: number, v: number): Chalk, + hwb(h: number, w: number, b: number): Chalk, + bgHex(color: string): Chalk, + bgKeyword(color: string): Chalk, + bgRgb(r: number, g: number, b: number): Chalk, + bgHsl(h: number, s: number, l: number): Chalk, + bgHsv(h: number, s: number, v: number): Chalk, + bgHwb(h: number, w: number, b: number): Chalk, + hex(color: string): Chalk, + keyword(color: string): Chalk, + + +reset: Chalk, + +bold: Chalk, + +dim: Chalk, + +italic: Chalk, + +underline: Chalk, + +inverse: Chalk, + +hidden: Chalk, + +strikethrough: Chalk, + + +visible: Chalk, + + +black: Chalk, + +red: Chalk, + +green: Chalk, + +yellow: Chalk, + +blue: Chalk, + +magenta: Chalk, + +cyan: Chalk, + +white: Chalk, + +gray: Chalk, + +grey: Chalk, + +blackBright: Chalk, + +redBright: Chalk, + +greenBright: Chalk, + +yellowBright: Chalk, + +blueBright: Chalk, + +magentaBright: Chalk, + +cyanBright: Chalk, + +whiteBright: Chalk, + + +bgBlack: Chalk, + +bgRed: Chalk, + +bgGreen: Chalk, + +bgYellow: Chalk, + +bgBlue: Chalk, + +bgMagenta: Chalk, + +bgCyan: Chalk, + +bgWhite: Chalk, + +bgBlackBright: Chalk, + +bgRedBright: Chalk, + +bgGreenBright: Chalk, + +bgYellowBright: Chalk, + +bgBlueBright: Chalk, + +bgMagentaBright: Chalk, + +bgCyanBright: Chalk, + +bgWhiteBrigh: Chalk, + + supportsColor: ColorSupport +}; + +declare module.exports: Chalk; diff --git a/user/themes/gilles_acezat/node_modules/chalk/license b/user/themes/gilles_acezat/node_modules/chalk/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/chalk/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.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/user/themes/gilles_acezat/node_modules/chalk/package.json b/user/themes/gilles_acezat/node_modules/chalk/package.json new file mode 100644 index 0000000..e042483 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/chalk/package.json @@ -0,0 +1,122 @@ +{ + "_args": [ + [ + "chalk@1.1.3", + "/mnt/data/Sites/r2c.net/user/themes/r2c" + ] + ], + "_development": true, + "_from": "chalk@1.1.3", + "_id": "chalk@1.1.3", + "_inBundle": false, + "_integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "_location": "/chalk", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "chalk@1.1.3", + "name": "chalk", + "escapedName": "chalk", + "rawSpec": "1.1.3", + "saveSpec": null, + "fetchSpec": "1.1.3" + }, + "_requiredBy": [ + "/fancy-log", + "/gulp", + "/gulp-util", + "/har-validator", + "/node-sass" + ], + "_resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "_spec": "1.1.3", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c", + "bugs": { + "url": "https://github.com/chalk/chalk/issues" + }, + "dependencies": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "description": "Terminal string styling done right. Much color.", + "devDependencies": { + "coveralls": "^2.11.2", + "matcha": "^0.6.0", + "mocha": "*", + "nyc": "^3.0.0", + "require-uncached": "^1.0.2", + "resolve-from": "^1.0.0", + "semver": "^4.3.3", + "xo": "*" + }, + "engines": { + "node": ">=0.10.0" + }, + "files": [ + "index.js" + ], + "homepage": "https://github.com/chalk/chalk#readme", + "keywords": [ + "color", + "colour", + "colors", + "terminal", + "console", + "cli", + "string", + "str", + "ansi", + "style", + "styles", + "tty", + "formatting", + "rgb", + "256", + "shell", + "xterm", + "log", + "logging", + "command-line", + "text" + ], + "license": "MIT", + "maintainers": [ + { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + { + "name": "Joshua Appelman", + "email": "jappelman@xebia.com", + "url": "jbnicolai.com" + }, + { + "name": "JD Ballard", + "email": "i.am.qix@gmail.com", + "url": "github.com/qix-" + } + ], + "name": "chalk", + "repository": { + "type": "git", + "url": "git+https://github.com/chalk/chalk.git" + }, + "scripts": { + "bench": "matcha benchmark.js", + "coverage": "nyc npm test && nyc report", + "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls", + "test": "xo && mocha" + }, + "version": "1.1.3", + "xo": { + "envs": [ + "node", + "mocha" + ] + } +} diff --git a/user/themes/gilles_acezat/node_modules/chalk/readme.md b/user/themes/gilles_acezat/node_modules/chalk/readme.md new file mode 100644 index 0000000..5cf111e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/chalk/readme.md @@ -0,0 +1,213 @@ +

+
+
+ chalk +
+
+
+

+ +> Terminal string styling done right + +[![Build Status](https://travis-ci.org/chalk/chalk.svg?branch=master)](https://travis-ci.org/chalk/chalk) +[![Coverage Status](https://coveralls.io/repos/chalk/chalk/badge.svg?branch=master)](https://coveralls.io/r/chalk/chalk?branch=master) +[![](http://img.shields.io/badge/unicorn-approved-ff69b4.svg)](https://www.youtube.com/watch?v=9auOCbH5Ns4) + + +[colors.js](https://github.com/Marak/colors.js) used to be the most popular string styling module, but it has serious deficiencies like extending `String.prototype` which causes all kinds of [problems](https://github.com/yeoman/yo/issues/68). Although there are other ones, they either do too much or not enough. + +**Chalk is a clean and focused alternative.** + +![](https://github.com/chalk/ansi-styles/raw/master/screenshot.png) + + +## Why + +- Highly performant +- Doesn't extend `String.prototype` +- Expressive API +- Ability to nest styles +- Clean and focused +- Auto-detects color support +- Actively maintained +- [Used by ~4500 modules](https://www.npmjs.com/browse/depended/chalk) as of July 15, 2015 + + +## Install + +``` +$ npm install --save chalk +``` + + +## Usage + +Chalk comes with an easy to use composable API where you just chain and nest the styles you want. + +```js +var chalk = require('chalk'); + +// style a string +chalk.blue('Hello world!'); + +// combine styled and normal strings +chalk.blue('Hello') + 'World' + chalk.red('!'); + +// compose multiple styles using the chainable API +chalk.blue.bgRed.bold('Hello world!'); + +// pass in multiple arguments +chalk.blue('Hello', 'World!', 'Foo', 'bar', 'biz', 'baz'); + +// nest styles +chalk.red('Hello', chalk.underline.bgBlue('world') + '!'); + +// nest styles of the same type even (color, underline, background) +chalk.green( + 'I am a green line ' + + chalk.blue.underline.bold('with a blue substring') + + ' that becomes green again!' +); +``` + +Easily define your own themes. + +```js +var chalk = require('chalk'); +var error = chalk.bold.red; +console.log(error('Error!')); +``` + +Take advantage of console.log [string substitution](http://nodejs.org/docs/latest/api/console.html#console_console_log_data). + +```js +var name = 'Sindre'; +console.log(chalk.green('Hello %s'), name); +//=> Hello Sindre +``` + + +## API + +### chalk.`
core.js
'use strict';
Function _classCallCheck
✓ Was called
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }
Branch IfStatement
✗ Positive was not executed (if)
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }
✓ Negative was executed (else)
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }
require('babel/polyfill');
var fs = require('fs');
var gonzales = require('gonzales-pe');
var minimatch = require('minimatch');
var Errors = require('./errors');
var Plugin = require('./plugin');
var vow = require('vow');
var vfs = require('vow-fs');
var Comb = (function () {
Function Comb
✓ Was called
function Comb() {···
_classCallCheck(this, Comb);

this.config = {};
this.exclude = [];
// Whether lint mode is on.
this.lint = false;
// List of file paths that should be excluded from processing.
this.pathsToExclude = null;
// List of used plugins.
this.plugins = [];
this.pluginsDependencies = {};
// List of supported syntaxes.
this.supportedSyntaxes = new Set();
// Whether verbose mode is on.
this.verbose = false;
}
function Comb() {
_classCallCheck(this, Comb);
this.config = {};
this.exclude = [];
// Whether lint mode is on.
this.lint = false;
// List of file paths that should be excluded from processing.
this.pathsToExclude = null;
// List of used plugins.
this.plugins = [];
this.pluginsDependencies = {};
// List of supported syntaxes.
this.supportedSyntaxes = new Set();
// Whether verbose mode is on.
this.verbose = false;
}
Function configure
✓ Was called
Comb.prototype.configure = function configure(config) {···
if (typeof config !== 'object')
// TODO: throw error
throw new Error();

this.lint = config.lint;
this.verbose = config.verbose;
if (config.exclude) this.exclude = config.exclude.map(function (pattern) {
return new minimatch.Minimatch(pattern);
});

for (var i = 0, l = this.plugins.length; i < l; i++) {
var plugin = this.plugins[i];
var _name = plugin.name;
if (!config.hasOwnProperty(_name)) continue;

try {
plugin.value = config[_name];
this.config[_name] = plugin.value;
} catch (e) {}
}

// Chaining.
return this;
};
Comb.prototype.configure = function configure(config) {
Branch IfStatement
✓ Positive was executed (if)
throw new Error();
✓ Negative was executed (else)
throw new Error();···

this.lint = config.lint;
if (typeof config !== 'object')
// TODO: throw error
throw new Error();
this.lint = config.lint;
this.verbose = config.verbose;
Function (anonymous_5)
✓ Was called
if (config.exclude) this.exclude = config.exclude.map(function (pattern) {···
return new minimatch.Minimatch(pattern);
});
Branch IfStatement
✓ Positive was executed (if)
if (config.exclude) this.exclude = config.exclude.map(function (pattern) {···
return new minimatch.Minimatch(pattern);
});
✓ Negative was executed (else)
});···

for (var i = 0, l = this.plugins.length; i < l; i++) {
if (config.exclude) this.exclude = config.exclude.map(function (pattern) {
return new minimatch.Minimatch(pattern);
});
for (var i = 0, l = this.plugins.length; i < l; i++) {
var plugin = this.plugins[i];
var _name = plugin.name;
Branch IfStatement
✗ Positive was not executed (if)
if (!config.hasOwnProperty(_name)) continue;
✓ Negative was executed (else)
if (!config.hasOwnProperty(_name)) continue;···

try {
if (!config.hasOwnProperty(_name)) continue;
try {
plugin.value = config[_name];
this.config[_name] = plugin.value;
} catch (e) {}
}
// Chaining.
return this;
};
Function getAcceptableFilesFromDirectory
✓ Was called
Comb.prototype.getAcceptableFilesFromDirectory = function getAcceptableFilesFromDirectory(path) {···
if (!this.shouldProcess(path)) return;

var files = [];
var filesInThisDir = fs.readdirSync(path);

for (var i = 0, fl = filesInThisDir.length; i < fl; i++) {
var fullname = path + '/' + filesInThisDir[i];
var stat = fs.statSync(fullname);
if (stat.isDirectory() && this.shouldProcess(fullname)) files = files.concat(this.getAcceptableFilesFromDirectory(fullname));else if (this.shouldProcessFile(fullname)) files.push(fullname);
}

return files;
};
Comb.prototype.getAcceptableFilesFromDirectory = function getAcceptableFilesFromDirectory(path) {
Branch IfStatement
✗ Positive was not executed (if)
if (!this.shouldProcess(path)) return;
✓ Negative was executed (else)
if (!this.shouldProcess(path)) return;···

var files = [];
if (!this.shouldProcess(path)) return;
var files = [];
var filesInThisDir = fs.readdirSync(path);
for (var i = 0, fl = filesInThisDir.length; i < fl; i++) {
var fullname = path + '/' + filesInThisDir[i];
var stat = fs.statSync(fullname);
Branch IfStatement
✓ Positive was executed (if)
if (stat.isDirectory() && this.shouldProcess(fullname)) files = files.concat(this.getAcceptableFilesFromDirectory(fullname));else if (this.shouldProcessFile(fullname)) files.push(fullname);
✓ Negative was executed (else)
if (stat.isDirectory() && this.shouldProcess(fullname)) files = files.concat(this.getAcceptableFilesFromDirectory(fullname));else if (this.shouldProcessFile(fullname)) files.push(fullname);
Branch LogicalExpression
✓ Was returned
if (stat.isDirectory() && this.shouldProcess(fullname)) files = files.concat(this.getAcceptableFilesFromDirectory(fullname));else if (this.shouldProcessFile(fullname)) files.push(fullname);
✓ Was returned
if (stat.isDirectory() && this.shouldProcess(fullname)) files = files.concat(this.getAcceptableFilesFromDirectory(fullname));else if (this.shouldProcessFile(fullname)) files.push(fullname);
Branch IfStatement
✓ Positive was executed (if)
if (stat.isDirectory() && this.shouldProcess(fullname)) files = files.concat(this.getAcceptableFilesFromDirectory(fullname));else if (this.shouldProcessFile(fullname)) files.push(fullname);
✓ Negative was executed (else)
if (stat.isDirectory() && this.shouldProcess(fullname)) files = files.concat(this.getAcceptableFilesFromDirectory(fullname));else if (this.shouldProcessFile(fullname)) files.push(fullname);···
}
if (stat.isDirectory() && this.shouldProcess(fullname)) files = files.concat(this.getAcceptableFilesFromDirectory(fullname));else if (this.shouldProcessFile(fullname)) files.push(fullname);
}
return files;
};
/**
* @param {String} path
* @returns {Promise}
*/
Function lintDirectory
✓ Was called
Comb.prototype.lintDirectory = function lintDirectory(path) {···
var _this = this;

var files = this.getAcceptableFilesFromDirectory(path);
var promises = files.map(function (file) {
return _this.lintFile(file);
});
return Promise.all(promises);
};
Comb.prototype.lintDirectory = function lintDirectory(path) {
var _this = this;
var files = this.getAcceptableFilesFromDirectory(path);
Function (anonymous_8)
✓ Was called
var promises = files.map(function (file) {···
return _this.lintFile(file);
});
var promises = files.map(function (file) {
return _this.lintFile(file);
});
return Promise.all(promises);
};
/**
* @param {String} path
* @returns {Promise}
*/
Function lintFile
✓ Was called
Comb.prototype.lintFile = function lintFile(path) {···
var _this2 = this;

var syntax = path.split('.').pop();
return this.readFile(path).then(function (string) {
return _this2.lintString(string, { syntax: syntax, filename: path });
});
};
Comb.prototype.lintFile = function lintFile(path) {
var _this2 = this;
var syntax = path.split('.').pop();
Function (anonymous_10)
✓ Was called
return this.readFile(path).then(function (string) {···
return _this2.lintString(string, { syntax: syntax, filename: path });
});
return this.readFile(path).then(function (string) {
return _this2.lintString(string, { syntax: syntax, filename: path });
});
};
/**
* @param {String} path
*/
Function lintPath
✓ Was called
Comb.prototype.lintPath = function lintPath(path) {···
path = path.replace(/\/$/, '');
return fs.statSync(path).isDirectory() ? this.lintDirectory(path) : this.lintFile(path);
};
Comb.prototype.lintPath = function lintPath(path) {
path = path.replace(/\/$/, '');
Branch ConditionalExpression
✓ Positive was returned (? ...)
return fs.statSync(path).isDirectory() ? this.lintDirectory(path) : this.lintFile(path);
✓ Negative was returned (: ...)
return fs.statSync(path).isDirectory() ? this.lintDirectory(path) : this.lintFile(path);
return fs.statSync(path).isDirectory() ? this.lintDirectory(path) : this.lintFile(path);
};
/**
* @param {String} text
* @param {{context: String, filename: String, syntax: String}} options
* @returns {Promise} Resolves with <Array> list of found errors.
*/
Function lintString
✓ Was called
Comb.prototype.lintString = function lintString(text, options) {···
return this.parseString(text, options).then(this.lintTree.bind(this));
};
Comb.prototype.lintString = function lintString(text, options) {
return this.parseString(text, options).then(this.lintTree.bind(this));
};
/**
* @param {Node} ast
* @param {String=} filename
* @return {Promise} Resolves with <Array> list of errors.
*/
Function lintTree
✓ Was called
Comb.prototype.lintTree = function lintTree(ast, filename) {···
var _this3 = this;

var errors = [];
var config = this.config;

return new Promise(function (resolve) {
_this3.plugins.filter(function (plugin) {
return typeof plugin.value !== null && typeof plugin.lint === 'function' && plugin.syntax.indexOf(ast.syntax) !== -1;
}).forEach(function (plugin) {
var e = plugin.lint(ast, config);
errors = errors.concat(e);
});

if (filename) {
errors.map(function (error) {
error.filename = filename;
return error;
});
}

resolve(errors);
});
};
Comb.prototype.lintTree = function lintTree(ast, filename) {
var _this3 = this;
var errors = [];
var config = this.config;
Function (anonymous_14)
✓ Was called
return new Promise(function (resolve) {···
_this3.plugins.filter(function (plugin) {
return typeof plugin.value !== null && typeof plugin.lint === 'function' && plugin.syntax.indexOf(ast.syntax) !== -1;
}).forEach(function (plugin) {
var e = plugin.lint(ast, config);
errors = errors.concat(e);
});

if (filename) {
errors.map(function (error) {
error.filename = filename;
return error;
});
}

resolve(errors);
});
return new Promise(function (resolve) {
Function (anonymous_15)
✓ Was called
_this3.plugins.filter(function (plugin) {···
return typeof plugin.value !== null && typeof plugin.lint === 'function' && plugin.syntax.indexOf(ast.syntax) !== -1;
}).forEach(function (plugin) {
_this3.plugins.filter(function (plugin) {
Branch LogicalExpression
✓ Was returned
return typeof plugin.value !== null && typeof plugin.lint === 'function' && plugin.syntax.indexOf(ast.syntax) !== -1;
✗ Was not returned
return typeof plugin.value !== null && typeof plugin.lint === 'function' && plugin.syntax.indexOf(ast.syntax) !== -1;
Branch LogicalExpression
✓ Was returned
return typeof plugin.value !== null && typeof plugin.lint === 'function' && plugin.syntax.indexOf(ast.syntax) !== -1;
✗ Was not returned
return typeof plugin.value !== null && typeof plugin.lint === 'function' && plugin.syntax.indexOf(ast.syntax) !== -1;
return typeof plugin.value !== null && typeof plugin.lint === 'function' && plugin.syntax.indexOf(ast.syntax) !== -1;
Function (anonymous_16)
✓ Was called
}).forEach(function (plugin) {···
var e = plugin.lint(ast, config);
errors = errors.concat(e);
});
}).forEach(function (plugin) {
var e = plugin.lint(ast, config);
errors = errors.concat(e);
});
Branch IfStatement
✓ Positive was executed (if)
if (filename) {···
errors.map(function (error) {
error.filename = filename;
return error;
});
}
✓ Negative was executed (else)
}···

resolve(errors);
if (filename) {
Function (anonymous_17)
✓ Was called
errors.map(function (error) {···
error.filename = filename;
return error;
});
errors.map(function (error) {
error.filename = filename;
return error;
});
}
resolve(errors);
});
};
Function parseString
✓ Was called
Comb.prototype.parseString = function parseString(text, options) {···
var syntax = options && options.syntax;
var filename = options && options.filename || '';
var context = options && options.context;
var tree = undefined;

if (!text) return this.lint ? [] : text;

if (!syntax) syntax = 'css';
this.syntax = syntax;

return new Promise(function (resolve) {
try {
tree = gonzales.parse(text, { syntax: syntax, rule: context });
resolve(tree, filename);
} catch (e) {
var version = require('../package.json').version;
var message = filename ? [filename] : [];
message.push(e.message);
message.push('CSScomb Core version: ' + version);
e.stack = e.message = message.join('\n');
throw e;
}
});
};
Comb.prototype.parseString = function parseString(text, options) {
Branch LogicalExpression
✓ Was returned
var syntax = options && options.syntax;
✓ Was returned
var syntax = options && options.syntax;
var syntax = options && options.syntax;
Branch LogicalExpression
✓ Was returned
var filename = options && options.filename || '';
✓ Was returned
var filename = options && options.filename || '';
Branch LogicalExpression
✓ Was returned
var filename = options && options.filename || '';
✓ Was returned
var filename = options && options.filename || '';
var filename = options && options.filename || '';
Branch LogicalExpression
✓ Was returned
var context = options && options.context;
✓ Was returned
var context = options && options.context;
var context = options && options.context;
var tree = undefined;
Branch IfStatement
✗ Positive was not executed (if)
if (!text) return this.lint ? [] : text;
✓ Negative was executed (else)
if (!text) return this.lint ? [] : text;···

if (!syntax) syntax = 'css';
Branch ConditionalExpression
✗ Positive was not returned (? ...)
if (!text) return this.lint ? [] : text;
✗ Negative was not returned (: ...)
if (!text) return this.lint ? [] : text;
if (!text) return this.lint ? [] : text;
Branch IfStatement
✓ Positive was executed (if)
if (!syntax) syntax = 'css';
✓ Negative was executed (else)
if (!syntax) syntax = 'css';···
this.syntax = syntax;
if (!syntax) syntax = 'css';
this.syntax = syntax;
Function (anonymous_19)
✓ Was called
return new Promise(function (resolve) {···
try {
tree = gonzales.parse(text, { syntax: syntax, rule: context });
resolve(tree, filename);
} catch (e) {
var version = require('../package.json').version;
var message = filename ? [filename] : [];
message.push(e.message);
message.push('CSScomb Core version: ' + version);
e.stack = e.message = message.join('\n');
throw e;
}
});
return new Promise(function (resolve) {
try {
tree = gonzales.parse(text, { syntax: syntax, rule: context });
resolve(tree, filename);
} catch (e) {
var version = require('../package.json').version;
Branch ConditionalExpression
✗ Positive was not returned (? ...)
var message = filename ? [filename] : [];
✗ Negative was not returned (: ...)
var message = filename ? [filename] : [];
var message = filename ? [filename] : [];
message.push(e.message);
message.push('CSScomb Core version: ' + version);
e.stack = e.message = message.join('\n');
throw e;
}
});
};
Function pluginAlreadyUsed
✓ Was called
Comb.prototype.pluginAlreadyUsed = function pluginAlreadyUsed(name) {···
return this.pluginIndex(name) !== -1;
};
Comb.prototype.pluginAlreadyUsed = function pluginAlreadyUsed(name) {
return this.pluginIndex(name) !== -1;
};
Function pluginIndex
✓ Was called
Comb.prototype.pluginIndex = function pluginIndex(name) {···
var index = -1;
this.plugins.some(function (plugin, i) {
if (plugin.name === name) {
index = i;
return true;
}
});
return index;
};
Comb.prototype.pluginIndex = function pluginIndex(name) {
var index = -1;
Function (anonymous_22)
✗ Was not called
this.plugins.some(function (plugin, i) {···
if (plugin.name === name) {
index = i;
return true;
}
});
this.plugins.some(function (plugin, i) {
Branch IfStatement
✗ Positive was not executed (if)
if (plugin.name === name) {···
index = i;
return true;
}
✗ Negative was not executed (else)
}···
});
if (plugin.name === name) {
index = i;
return true;
}
});
return index;
};
/**
* Processes directory recursively.
*
* @param {String} path
* @returns {Promise}
*/
Function processDirectory
✗ Was not called
Comb.prototype.processDirectory = function processDirectory(path) {···
var that = this;

return vfs.listDir(path).then(function (filenames) {
return vow.all(filenames.map(function (filename) {
var fullname = path + '/' + filename;
return vfs.stat(fullname).then(function (stat) {
if (stat.isDirectory() && that.shouldProcess(fullname)) {
return that.processDirectory(fullname);
} else {
return that.processFile(fullname);
}
});
})).then(function (results) {
return [].concat.apply([], results);
});
});
};
Comb.prototype.processDirectory = function processDirectory(path) {
var that = this;
Function (anonymous_24)
✗ Was not called
return vfs.listDir(path).then(function (filenames) {···
return vow.all(filenames.map(function (filename) {
var fullname = path + '/' + filename;
return vfs.stat(fullname).then(function (stat) {
if (stat.isDirectory() && that.shouldProcess(fullname)) {
return that.processDirectory(fullname);
} else {
return that.processFile(fullname);
}
});
})).then(function (results) {
return [].concat.apply([], results);
});
});
return vfs.listDir(path).then(function (filenames) {
Function (anonymous_25)
✗ Was not called
return vow.all(filenames.map(function (filename) {···
var fullname = path + '/' + filename;
return vfs.stat(fullname).then(function (stat) {
if (stat.isDirectory() && that.shouldProcess(fullname)) {
return that.processDirectory(fullname);
} else {
return that.processFile(fullname);
}
});
})).then(function (results) {
return vow.all(filenames.map(function (filename) {
var fullname = path + '/' + filename;
Function (anonymous_26)
✗ Was not called
return vfs.stat(fullname).then(function (stat) {···
if (stat.isDirectory() && that.shouldProcess(fullname)) {
return that.processDirectory(fullname);
} else {
return that.processFile(fullname);
}
});
return vfs.stat(fullname).then(function (stat) {
Branch IfStatement
✗ Positive was not executed (if)
if (stat.isDirectory() && that.shouldProcess(fullname)) {···
return that.processDirectory(fullname);
} else {
✗ Negative was not executed (else)
} else {···
return that.processFile(fullname);
}
Branch LogicalExpression
✗ Was not returned
if (stat.isDirectory() && that.shouldProcess(fullname)) {
✗ Was not returned
if (stat.isDirectory() && that.shouldProcess(fullname)) {
if (stat.isDirectory() && that.shouldProcess(fullname)) {
return that.processDirectory(fullname);
} else {
return that.processFile(fullname);
}
});
Function (anonymous_27)
✗ Was not called
})).then(function (results) {···
return [].concat.apply([], results);
});
})).then(function (results) {
return [].concat.apply([], results);
});
});
};
/**
* Processes single file.
*
* @param {String} path
* @returns {Promise}
*/
Function processFile
✗ Was not called
Comb.prototype.processFile = function processFile(path) {···
var that = this;

if (!this.shouldProcessFile(path)) return;

return vfs.read(path, 'utf8').then(function (data) {
var syntax = path.split('.').pop();
var processedData = that.processString(data, {
syntax: syntax,
filename: path
});

if (that.lint) return processedData;

if (data === processedData) {
if (that.verbose) console.log(' ', path);
return 0;
}

return vfs.write(path, processedData, 'utf8').then(function () {
if (that.verbose) console.log('✓', path);
return 1;
});
});
};
Comb.prototype.processFile = function processFile(path) {
var that = this;
Branch IfStatement
✗ Positive was not executed (if)
if (!this.shouldProcessFile(path)) return;
✗ Negative was not executed (else)
if (!this.shouldProcessFile(path)) return;···

return vfs.read(path, 'utf8').then(function (data) {
if (!this.shouldProcessFile(path)) return;
Function (anonymous_29)
✗ Was not called
return vfs.read(path, 'utf8').then(function (data) {···
var syntax = path.split('.').pop();
var processedData = that.processString(data, {
syntax: syntax,
filename: path
});

if (that.lint) return processedData;

if (data === processedData) {
if (that.verbose) console.log(' ', path);
return 0;
}

return vfs.write(path, processedData, 'utf8').then(function () {
if (that.verbose) console.log('✓', path);
return 1;
});
});
return vfs.read(path, 'utf8').then(function (data) {
var syntax = path.split('.').pop();
var processedData = that.processString(data, {
syntax: syntax,
filename: path
});
Branch IfStatement
✗ Positive was not executed (if)
if (that.lint) return processedData;
✗ Negative was not executed (else)
if (that.lint) return processedData;···

if (data === processedData) {
if (that.lint) return processedData;
Branch IfStatement
✗ Positive was not executed (if)
if (data === processedData) {···
if (that.verbose) console.log(' ', path);
return 0;
}
✗ Negative was not executed (else)
}···

return vfs.write(path, processedData, 'utf8').then(function () {
if (data === processedData) {
Branch IfStatement
✗ Positive was not executed (if)
if (that.verbose) console.log(' ', path);
✗ Negative was not executed (else)
if (that.verbose) console.log(' ', path);···
return 0;
if (that.verbose) console.log(' ', path);
return 0;
}
Function (anonymous_30)
✗ Was not called
return vfs.write(path, processedData, 'utf8').then(function () {···
if (that.verbose) console.log('✓', path);
return 1;
});
return vfs.write(path, processedData, 'utf8').then(function () {
Branch IfStatement
✗ Positive was not executed (if)
if (that.verbose) console.log('✓', path);
✗ Negative was not executed (else)
if (that.verbose) console.log('✓', path);···
return 1;
if (that.verbose) console.log('✓', path);
return 1;
});
});
};
Function readFile
✓ Was called
Comb.prototype.readFile = function readFile(path) {···
var _this4 = this;

return new Promise(function (resolve, reject) {
if (!_this4.shouldProcessFile(path)) reject();

fs.readFile(path, 'utf8', function (e, string) {
if (e) reject();
resolve(string);
});
});
};
Comb.prototype.readFile = function readFile(path) {
var _this4 = this;
Function (anonymous_32)
✓ Was called
return new Promise(function (resolve, reject) {···
if (!_this4.shouldProcessFile(path)) reject();

fs.readFile(path, 'utf8', function (e, string) {
if (e) reject();
resolve(string);
});
});
return new Promise(function (resolve, reject) {
Branch IfStatement
✓ Positive was executed (if)
if (!_this4.shouldProcessFile(path)) reject();
✓ Negative was executed (else)
if (!_this4.shouldProcessFile(path)) reject();···

fs.readFile(path, 'utf8', function (e, string) {
if (!_this4.shouldProcessFile(path)) reject();
Function (anonymous_33)
✓ Was called
fs.readFile(path, 'utf8', function (e, string) {···
if (e) reject();
resolve(string);
});
fs.readFile(path, 'utf8', function (e, string) {
Branch IfStatement
✗ Positive was not executed (if)
if (e) reject();
✓ Negative was executed (else)
if (e) reject();···
resolve(string);
if (e) reject();
resolve(string);
});
});
};
/**
* Processes directory or file.
*
* @returns {Promise}
*/
Function processPath
✗ Was not called
Comb.prototype.processPath = function processPath(path) {···
var that = this;
path = path.replace(/\/$/, '');

return vfs.stat(path).then(function (stat) {
if (stat.isDirectory()) {
return that.processDirectory(path);
} else {
return that.processFile(path);
}
});
};
Comb.prototype.processPath = function processPath(path) {
var that = this;
path = path.replace(/\/$/, '');
Function (anonymous_35)
✗ Was not called
return vfs.stat(path).then(function (stat) {···
if (stat.isDirectory()) {
return that.processDirectory(path);
} else {
return that.processFile(path);
}
});
return vfs.stat(path).then(function (stat) {
Branch IfStatement
✗ Positive was not executed (if)
if (stat.isDirectory()) {···
return that.processDirectory(path);
} else {
✗ Negative was not executed (else)
} else {···
return that.processFile(path);
}
if (stat.isDirectory()) {
return that.processDirectory(path);
} else {
return that.processFile(path);
}
});
};
/**
* Processes a string.
*
* @param {String} text
* @param {{context: String, filename: String, syntax: String}} options
* @returns {String} Processed string
*/
Function processString
✓ Was called
Comb.prototype.processString = function processString(text, options) {···
return this.parseString(text, options).then(this.processTree.bind(this)).then(function (ast) {
return ast.toString();
});
};
Comb.prototype.processString = function processString(text, options) {
Function (anonymous_37)
✓ Was called
return this.parseString(text, options).then(this.processTree.bind(this)).then(function (ast) {···
return ast.toString();
});
return this.parseString(text, options).then(this.processTree.bind(this)).then(function (ast) {
return ast.toString();
});
};
/**
* @param {Node} ast
* @return {Node} Transformed AST
*/
Function processTree
✓ Was called
Comb.prototype.processTree = function processTree(ast) {···
var _this5 = this;

var config = this.config;

return new Promise(function (resolve) {
_this5.plugins.filter(function (plugin) {
return plugin.value !== null && typeof plugin.process === 'function' && plugin.syntax.indexOf(ast.syntax) !== -1;
}).forEach(function (plugin) {
plugin.process(ast, config);
});

resolve(ast);
});
};
Comb.prototype.processTree = function processTree(ast) {
var _this5 = this;
var config = this.config;
Function (anonymous_39)
✓ Was called
return new Promise(function (resolve) {···
_this5.plugins.filter(function (plugin) {
return plugin.value !== null && typeof plugin.process === 'function' && plugin.syntax.indexOf(ast.syntax) !== -1;
}).forEach(function (plugin) {
plugin.process(ast, config);
});

resolve(ast);
});
return new Promise(function (resolve) {
Function (anonymous_40)
✓ Was called
_this5.plugins.filter(function (plugin) {···
return plugin.value !== null && typeof plugin.process === 'function' && plugin.syntax.indexOf(ast.syntax) !== -1;
}).forEach(function (plugin) {
_this5.plugins.filter(function (plugin) {
Branch LogicalExpression
✓ Was returned
return plugin.value !== null && typeof plugin.process === 'function' && plugin.syntax.indexOf(ast.syntax) !== -1;
✗ Was not returned
return plugin.value !== null && typeof plugin.process === 'function' && plugin.syntax.indexOf(ast.syntax) !== -1;
Branch LogicalExpression
✓ Was returned
return plugin.value !== null && typeof plugin.process === 'function' && plugin.syntax.indexOf(ast.syntax) !== -1;
✗ Was not returned
return plugin.value !== null && typeof plugin.process === 'function' && plugin.syntax.indexOf(ast.syntax) !== -1;
return plugin.value !== null && typeof plugin.process === 'function' && plugin.syntax.indexOf(ast.syntax) !== -1;
Function (anonymous_41)
✓ Was called
}).forEach(function (plugin) {···
plugin.process(ast, config);
});
}).forEach(function (plugin) {
plugin.process(ast, config);
});
resolve(ast);
});
};
/**
* Checks if path is not present in `exclude` list.
*
* @param {String} path
* @returns {Boolean} False if specified path is present in `exclude` list.
* Otherwise returns true.
*/
Function shouldProcess
✓ Was called
Comb.prototype.shouldProcess = function shouldProcess(path) {···
path = path.replace(/\/$/, '');
if (!fs.existsSync(path)) {
console.warn('Path ' + path + ' was not found.');
return false;
}

path = path.replace(/^\.\//, '');
return this.exclude.every(function (e) {
return !e.match(path);
});
};
Comb.prototype.shouldProcess = function shouldProcess(path) {
path = path.replace(/\/$/, '');
Branch IfStatement
✗ Positive was not executed (if)
if (!fs.existsSync(path)) {···
console.warn('Path ' + path + ' was not found.');
return false;
}
✓ Negative was executed (else)
}···

path = path.replace(/^\.\//, '');
if (!fs.existsSync(path)) {
console.warn('Path ' + path + ' was not found.');
return false;
}
path = path.replace(/^\.\//, '');
Function (anonymous_43)
✗ Was not called
return this.exclude.every(function (e) {···
return !e.match(path);
});
return this.exclude.every(function (e) {
return !e.match(path);
});
};
/**
* Checks if specified path is not present in `exclude` list and it has one of
* acceptable extensions.
*
* @param {String} path
* @returns {Boolean} False if the path either has unacceptable extension or
* is present in `exclude` list. True if everything is ok.
*/
Function shouldProcessFile
✓ Was called
Comb.prototype.shouldProcessFile = function shouldProcessFile(path) {···
// Get file's extension:
var syntax = path.split('.').pop();

// Check if syntax is supported. If not, ignore the file:
if (!this.supportedSyntaxes.has(syntax)) return false;

return this.shouldProcess(path);
};
Comb.prototype.shouldProcessFile = function shouldProcessFile(path) {
// Get file's extension:
var syntax = path.split('.').pop();
// Check if syntax is supported. If not, ignore the file:
Branch IfStatement
✓ Positive was executed (if)
if (!this.supportedSyntaxes.has(syntax)) return false;
✓ Negative was executed (else)
if (!this.supportedSyntaxes.has(syntax)) return false;···

return this.shouldProcess(path);
if (!this.supportedSyntaxes.has(syntax)) return false;
return this.shouldProcess(path);
};
/**
* Add a plugin.
* @param {Object} options
* @return {Comb}
*/
Function use
✓ Was called
Comb.prototype.use = function use(options) {···
// Check whether plugin with the same is already used.
var pluginName = options.name;
if (this.pluginAlreadyUsed(pluginName)) {
if (this.verbose) console.warn(Errors.twoPluginsWithSameName(pluginName));
return;
}

var plugin = new Plugin(options);

plugin.syntax.forEach(function (s) {
this.supportedSyntaxes.add(s);
}, this);

// Sort plugins.
var pluginToRunBefore = plugin.runBefore;

if (!pluginToRunBefore) {
this.plugins.push(plugin);
} else {
if (this.pluginAlreadyUsed(pluginToRunBefore)) {
var i = this.pluginIndex(pluginToRunBefore);
this.plugins.splice(i, 0, plugin);
} else {
this.plugins.push(plugin);
if (!this.pluginsDependencies[pluginToRunBefore]) this.pluginsDependencies[pluginToRunBefore] = [];
this.pluginsDependencies[pluginToRunBefore].push(pluginName);
}
}

var dependents = this.pluginsDependencies[pluginName];
if (!dependents) return this;

for (var i = 0, l = dependents.length; i < l; i++) {
var _name2 = dependents[i];
var x = this.pluginIndex(_name2);
var _plugin = this.plugins[x];
this.plugins.splice(x, 1);
this.plugins.splice(-1, 0, _plugin);
}

// Chaining.
return this;
};
Comb.prototype.use = function use(options) {
// Check whether plugin with the same is already used.
var pluginName = options.name;
Branch IfStatement
✗ Positive was not executed (if)
if (this.pluginAlreadyUsed(pluginName)) {···
if (this.verbose) console.warn(Errors.twoPluginsWithSameName(pluginName));
return;
}
✓ Negative was executed (else)
}···

var plugin = new Plugin(options);
if (this.pluginAlreadyUsed(pluginName)) {
Branch IfStatement
✗ Positive was not executed (if)
if (this.verbose) console.warn(Errors.twoPluginsWithSameName(pluginName));
✗ Negative was not executed (else)
if (this.verbose) console.warn(Errors.twoPluginsWithSameName(pluginName));···
return;
if (this.verbose) console.warn(Errors.twoPluginsWithSameName(pluginName));
return;
}
var plugin = new Plugin(options);
Function (anonymous_46)
✓ Was called
plugin.syntax.forEach(function (s) {···
this.supportedSyntaxes.add(s);
}, this);
plugin.syntax.forEach(function (s) {
this.supportedSyntaxes.add(s);
}, this);
// Sort plugins.
var pluginToRunBefore = plugin.runBefore;
Branch IfStatement
✓ Positive was executed (if)
if (!pluginToRunBefore) {···
this.plugins.push(plugin);
} else {
✗ Negative was not executed (else)
} else {···
if (this.pluginAlreadyUsed(pluginToRunBefore)) {
var i = this.pluginIndex(pluginToRunBefore);
this.plugins.splice(i, 0, plugin);
} else {
this.plugins.push(plugin);
if (!this.pluginsDependencies[pluginToRunBefore]) this.pluginsDependencies[pluginToRunBefore] = [];
this.pluginsDependencies[pluginToRunBefore].push(pluginName);
}
}
if (!pluginToRunBefore) {
this.plugins.push(plugin);
} else {
Branch IfStatement
✗ Positive was not executed (if)
if (this.pluginAlreadyUsed(pluginToRunBefore)) {···
var i = this.pluginIndex(pluginToRunBefore);
this.plugins.splice(i, 0, plugin);
} else {
✗ Negative was not executed (else)
} else {···
this.plugins.push(plugin);
if (!this.pluginsDependencies[pluginToRunBefore]) this.pluginsDependencies[pluginToRunBefore] = [];
this.pluginsDependencies[pluginToRunBefore].push(pluginName);
}
if (this.pluginAlreadyUsed(pluginToRunBefore)) {
var i = this.pluginIndex(pluginToRunBefore);
this.plugins.splice(i, 0, plugin);
} else {
this.plugins.push(plugin);
Branch IfStatement
✗ Positive was not executed (if)
if (!this.pluginsDependencies[pluginToRunBefore]) this.pluginsDependencies[pluginToRunBefore] = [];
✗ Negative was not executed (else)
if (!this.pluginsDependencies[pluginToRunBefore]) this.pluginsDependencies[pluginToRunBefore] = [];···
this.pluginsDependencies[pluginToRunBefore].push(pluginName);
if (!this.pluginsDependencies[pluginToRunBefore]) this.pluginsDependencies[pluginToRunBefore] = [];
this.pluginsDependencies[pluginToRunBefore].push(pluginName);
}
}
var dependents = this.pluginsDependencies[pluginName];
Branch IfStatement
✓ Positive was executed (if)
if (!dependents) return this;
✗ Negative was not executed (else)
if (!dependents) return this;···

for (var i = 0, l = dependents.length; i < l; i++) {
if (!dependents) return this;
for (var i = 0, l = dependents.length; i < l; i++) {
var _name2 = dependents[i];
var x = this.pluginIndex(_name2);
var _plugin = this.plugins[x];
this.plugins.splice(x, 1);
this.plugins.splice(-1, 0, _plugin);
}
// Chaining.
return this;
};
return Comb;
})();
module.exports = Comb;
// TODO: throw error
errors.js
'use strict';
var format = require('./format');
module.exports = {
Function implementSetValue
✓ Was called
implementSetValue: function implementSetValue(valueType) {···
if (typeof valueType === 'undefined') throw new Error();

return format('If you see this message and you are not\n a developer adding a new option, please open an issue here:\n https://github.com/csscomb/core/issues/new\n\n For option to accept values of type "' + valueType + '"\n you need to implement custom `setValue()` method.');
},
implementSetValue: function implementSetValue(valueType) {
Branch IfStatement
✓ Positive was executed (if)
if (typeof valueType === 'undefined') throw new Error();
✓ Negative was executed (else)
if (typeof valueType === 'undefined') throw new Error();···

return format('If you see this message and you are not\n a developer adding a new option, please open an issue here:\n https://github.com/csscomb/core/issues/new\n\n For option to accept values of type "' + valueType + '"\n you need to implement custom `setValue()` method.');
if (typeof valueType === 'undefined') throw new Error();
return format('If you see this message and you are not\n a developer adding a new option, please open an issue here:\n https://github.com/csscomb/core/issues/new\n\n For option to accept values of type "' + valueType + '"\n you need to implement custom `setValue()` method.');
},
Function missingName
✓ Was called
missingName: function missingName() {···
return 'Plugin must have a valid `name` property.';
},
missingName: function missingName() {
return 'Plugin must have a valid `name` property.';
},
Function missingSetValue
✓ Was called
missingSetValue: function missingSetValue() {···
return format('Plugin must either implemet `setValue()` method\n or provide `accepts` object with acceptable values.');
},
missingSetValue: function missingSetValue() {
return format('Plugin must either implemet `setValue()` method\n or provide `accepts` object with acceptable values.');
},
Function missingSyntax
✓ Was called
missingSyntax: function missingSyntax() {···
return 'Plugin must list supported syntaxes.';
},
missingSyntax: function missingSyntax() {
return 'Plugin must list supported syntaxes.';
},
Function twoPluginsWithSameName
✓ Was called
twoPluginsWithSameName: function twoPluginsWithSameName(pluginName) {···
if (typeof pluginName === 'undefined') throw new Error();

return format('You\'re trying to use one plugin twice:\n ' + pluginName + '. Please make sure there are not two different\n plugins with the same name.');
},
twoPluginsWithSameName: function twoPluginsWithSameName(pluginName) {
Branch IfStatement
✓ Positive was executed (if)
if (typeof pluginName === 'undefined') throw new Error();
✓ Negative was executed (else)
if (typeof pluginName === 'undefined') throw new Error();···

return format('You\'re trying to use one plugin twice:\n ' + pluginName + '. Please make sure there are not two different\n plugins with the same name.');
if (typeof pluginName === 'undefined') throw new Error();
return format('You\'re trying to use one plugin twice:\n ' + pluginName + '. Please make sure there are not two different\n plugins with the same name.');
},
Function unacceptableBoolean
✓ Was called
unacceptableBoolean: function unacceptableBoolean(pattern) {···
if (typeof pattern === 'undefined') throw new Error();

return 'Value must be one of the following: ' + pattern.join(', ') + '.';
},
unacceptableBoolean: function unacceptableBoolean(pattern) {
Branch IfStatement
✓ Positive was executed (if)
if (typeof pattern === 'undefined') throw new Error();
✓ Negative was executed (else)
if (typeof pattern === 'undefined') throw new Error();···

return 'Value must be one of the following: ' + pattern.join(', ') + '.';
if (typeof pattern === 'undefined') throw new Error();
return 'Value must be one of the following: ' + pattern.join(', ') + '.';
},
Function unacceptableNumber
✓ Was called
unacceptableNumber: function unacceptableNumber() {···
return 'Value must be an integer.';
},
unacceptableNumber: function unacceptableNumber() {
return 'Value must be an integer.';
},
Function unacceptableString
✓ Was called
unacceptableString: function unacceptableString(pattern) {···
if (typeof pattern === 'undefined') throw new Error();

return 'Value must match pattern ' + pattern + '.';
},
unacceptableString: function unacceptableString(pattern) {
Branch IfStatement
✓ Positive was executed (if)
if (typeof pattern === 'undefined') throw new Error();
✓ Negative was executed (else)
if (typeof pattern === 'undefined') throw new Error();···

return 'Value must match pattern ' + pattern + '.';
if (typeof pattern === 'undefined') throw new Error();
return 'Value must match pattern ' + pattern + '.';
},
Function unacceptableValueType
✓ Was called
unacceptableValueType: function unacceptableValueType(valueType, accepts) {···
if (typeof valueType === 'undefined' || typeof accepts === 'undefined') throw new Error();

return format('The option does not accept values of type\n ' + valueType + '.\nValue\'s type must be one the following:\n ' + Object.keys(accepts).join(', ') + '.');
}
unacceptableValueType: function unacceptableValueType(valueType, accepts) {
Branch IfStatement
✓ Positive was executed (if)
if (typeof valueType === 'undefined' || typeof accepts === 'undefined') throw new Error();
✓ Negative was executed (else)
if (typeof valueType === 'undefined' || typeof accepts === 'undefined') throw new Error();···

return format('The option does not accept values of type\n ' + valueType + '.\nValue\'s type must be one the following:\n ' + Object.keys(accepts).join(', ') + '.');
Branch LogicalExpression
✓ Was returned
if (typeof valueType === 'undefined' || typeof accepts === 'undefined') throw new Error();
✓ Was returned
if (typeof valueType === 'undefined' || typeof accepts === 'undefined') throw new Error();
if (typeof valueType === 'undefined' || typeof accepts === 'undefined') throw new Error();
return format('The option does not accept values of type\n ' + valueType + '.\nValue\'s type must be one the following:\n ' + Object.keys(accepts).join(', ') + '.');
}
};
format.js
'use strict';
Function (anonymous_56)
✓ Was called
module.exports = function (string) {···
return string.replace(/\n\s*/gm, ' ');
};
module.exports = function (string) {
return string.replace(/\n\s*/gm, ' ');
};
plugin.js
'use strict';
var Errors = require('./errors');
Function Plugin
✗ Was not called
var Plugin = function Plugin(methods) {···
for (var method in methods) {
this[method] = typeof method === 'function' ? methods[method].bind(this) : methods[method];
}

this.validate();
};
var Plugin = function Plugin(methods) {
for (var method in methods) {
Branch ConditionalExpression
✗ Positive was not returned (? ...)
this[method] = typeof method === 'function' ? methods[method].bind(this) : methods[method];
✗ Negative was not returned (: ...)
this[method] = typeof method === 'function' ? methods[method].bind(this) : methods[method];
this[method] = typeof method === 'function' ? methods[method].bind(this) : methods[method];
}
this.validate();
};
Plugin.prototype = Object.defineProperties({
/**
* Plugin's name.
* @type {String}
*/
name: null,
/**
* List of supported syntaxes.
* @type {Array}
*/
syntax: null,
/**
* @type {Object}
*/
accepts: null,
/**
* @type {Function}
*/
process: null,
/**
* @type {Function}
*/
lint: null,
value_: null,
Function validate
✗ Was not called
validate: function validate() {···
if (typeof this.name !== 'string' || !this.name) throw new Error(Errors.missingName());

if (!Array.isArray(this.syntax) || this.syntax.length === 0) throw new Error(Errors.missingSyntax());

if (typeof this.accepts !== 'object' && typeof this.setValue !== 'function') throw new Error(Errors.missingSetValue());
}
validate: function validate() {
Branch IfStatement
✗ Positive was not executed (if)
if (typeof this.name !== 'string' || !this.name) throw new Error(Errors.missingName());
✗ Negative was not executed (else)
if (typeof this.name !== 'string' || !this.name) throw new Error(Errors.missingName());···

if (!Array.isArray(this.syntax) || this.syntax.length === 0) throw new Error(Errors.missingSyntax());
Branch LogicalExpression
✗ Was not returned
if (typeof this.name !== 'string' || !this.name) throw new Error(Errors.missingName());
✗ Was not returned
if (typeof this.name !== 'string' || !this.name) throw new Error(Errors.missingName());
if (typeof this.name !== 'string' || !this.name) throw new Error(Errors.missingName());
Branch IfStatement
✗ Positive was not executed (if)
if (!Array.isArray(this.syntax) || this.syntax.length === 0) throw new Error(Errors.missingSyntax());
✗ Negative was not executed (else)
if (!Array.isArray(this.syntax) || this.syntax.length === 0) throw new Error(Errors.missingSyntax());···

if (typeof this.accepts !== 'object' && typeof this.setValue !== 'function') throw new Error(Errors.missingSetValue());
Branch LogicalExpression
✗ Was not returned
if (!Array.isArray(this.syntax) || this.syntax.length === 0) throw new Error(Errors.missingSyntax());
✗ Was not returned
if (!Array.isArray(this.syntax) || this.syntax.length === 0) throw new Error(Errors.missingSyntax());
if (!Array.isArray(this.syntax) || this.syntax.length === 0) throw new Error(Errors.missingSyntax());
Branch IfStatement
✗ Positive was not executed (if)
if (typeof this.accepts !== 'object' && typeof this.setValue !== 'function') throw new Error(Errors.missingSetValue());
✗ Negative was not executed (else)
if (typeof this.accepts !== 'object' && typeof this.setValue !== 'function') throw new Error(Errors.missingSetValue());···
}
Branch LogicalExpression
✗ Was not returned
if (typeof this.accepts !== 'object' && typeof this.setValue !== 'function') throw new Error(Errors.missingSetValue());
✗ Was not returned
if (typeof this.accepts !== 'object' && typeof this.setValue !== 'function') throw new Error(Errors.missingSetValue());
if (typeof this.accepts !== 'object' && typeof this.setValue !== 'function') throw new Error(Errors.missingSetValue());
}
}, {
value: {
Function (anonymous_59)
✗ Was not called
get: function () {···
return this.value_;
},
get: function () {
return this.value_;
},
Function (anonymous_60)
✗ Was not called
set: function (value) {···
var valueType = typeof value;
var pattern = this.accepts && this.accepts[valueType];

if (this.setValue) {
this.value_ = this.setValue(value);
return this.value_;
}

if (!pattern) throw new Error(Errors.unacceptableValueType(valueType, this.accepts));

if (valueType === 'boolean') {
if (pattern.indexOf(value) < 0) throw new Error(Errors.unacceptableBoolean(pattern));
this.value_ = value;
return this.value_;
}

if (valueType === 'number') {
if (value !== parseInt(value)) throw new Error(Errors.unacceptableNumber());
this.value_ = new Array(value + 1).join(' ');
return this.value_;
}

if (valueType = 'string') {
if (!value.match(pattern)) throw new Error(Errors.unacceptableString(pattern));
this.value_ = value;
return this.value_;
}

throw new Error(Errors.implementSetValue(valueType));
},
set: function (value) {
var valueType = typeof value;
Branch LogicalExpression
✗ Was not returned
var pattern = this.accepts && this.accepts[valueType];
✗ Was not returned
var pattern = this.accepts && this.accepts[valueType];
var pattern = this.accepts && this.accepts[valueType];
Branch IfStatement
✗ Positive was not executed (if)
if (this.setValue) {···
this.value_ = this.setValue(value);
return this.value_;
}
✗ Negative was not executed (else)
}···

if (!pattern) throw new Error(Errors.unacceptableValueType(valueType, this.accepts));
if (this.setValue) {
this.value_ = this.setValue(value);
return this.value_;
}
Branch IfStatement
✗ Positive was not executed (if)
if (!pattern) throw new Error(Errors.unacceptableValueType(valueType, this.accepts));
✗ Negative was not executed (else)
if (!pattern) throw new Error(Errors.unacceptableValueType(valueType, this.accepts));···

if (valueType === 'boolean') {
if (!pattern) throw new Error(Errors.unacceptableValueType(valueType, this.accepts));
Branch IfStatement
✗ Positive was not executed (if)
if (valueType === 'boolean') {···
if (pattern.indexOf(value) < 0) throw new Error(Errors.unacceptableBoolean(pattern));
this.value_ = value;
return this.value_;
}
✗ Negative was not executed (else)
}···

if (valueType === 'number') {
if (valueType === 'boolean') {
Branch IfStatement
✗ Positive was not executed (if)
if (pattern.indexOf(value) < 0) throw new Error(Errors.unacceptableBoolean(pattern));
✗ Negative was not executed (else)
if (pattern.indexOf(value) < 0) throw new Error(Errors.unacceptableBoolean(pattern));···
this.value_ = value;
if (pattern.indexOf(value) < 0) throw new Error(Errors.unacceptableBoolean(pattern));
this.value_ = value;
return this.value_;
}
Branch IfStatement
✗ Positive was not executed (if)
if (valueType === 'number') {···
if (value !== parseInt(value)) throw new Error(Errors.unacceptableNumber());
this.value_ = new Array(value + 1).join(' ');
return this.value_;
}
✗ Negative was not executed (else)
}···

if (valueType = 'string') {
if (valueType === 'number') {
Branch IfStatement
✗ Positive was not executed (if)
if (value !== parseInt(value)) throw new Error(Errors.unacceptableNumber());
✗ Negative was not executed (else)
if (value !== parseInt(value)) throw new Error(Errors.unacceptableNumber());···
this.value_ = new Array(value + 1).join(' ');
if (value !== parseInt(value)) throw new Error(Errors.unacceptableNumber());
this.value_ = new Array(value + 1).join(' ');
return this.value_;
}
Branch IfStatement
✗ Positive was not executed (if)
if (valueType = 'string') {···
if (!value.match(pattern)) throw new Error(Errors.unacceptableString(pattern));
this.value_ = value;
return this.value_;
}
✗ Negative was not executed (else)
}···

throw new Error(Errors.implementSetValue(valueType));
if (valueType = 'string') {
Branch IfStatement
✗ Positive was not executed (if)
if (!value.match(pattern)) throw new Error(Errors.unacceptableString(pattern));
✗ Negative was not executed (else)
if (!value.match(pattern)) throw new Error(Errors.unacceptableString(pattern));···
this.value_ = value;
if (!value.match(pattern)) throw new Error(Errors.unacceptableString(pattern));
this.value_ = value;
return this.value_;
}
throw new Error(Errors.implementSetValue(valueType));
},
configurable: true,
enumerable: true
}
});
module.exports = Plugin;
\ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/lib/core.js b/user/themes/gilles_acezat/node_modules/csscomb-core/lib/core.js new file mode 100644 index 0000000..782c56e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb-core/lib/core.js @@ -0,0 +1,561 @@ +var gonzales = require('gonzales-pe'); +var minimatch = require('minimatch'); +var vow = require('vow'); +var vfs = require('vow-fs'); + +/** + * @param {Array} predefinedOptions + * @constructor + * @name Comb + */ +var Comb = function(predefinedOptions) { + // For unambiguity, use `that` to access public methods + // and `_this` to access private ones. + var that = this; + + /** + * PRIVATE AREA + * Those properties and methods are made available for easy testing. + */ + Object.defineProperty(that, '_', { + enumerable: false, + writable: true, + configurable: true + }); + var _this = that._ = {}; + + /** + * PRIVATE PROPERTIES + */ + + // List of handlers: + _this.handlers = null; + // List of supported syntaxes: + _this.supportedSyntaxes = Array.prototype.slice.call(arguments, 1); + // List of file paths that should be excluded from processing: + _this.exclude = null; + // List of configured options with values: + _this.configuredOptions = null; + // Whether lint mode is on: + _this.lint = null; + // Whether verbose mode is on: + _this.verbose = null; + // Map of used options: + _this.options = {}; + // List of option names in exact order they should be processed: + _this.optionsOrder = []; + _this.unmetOptions = {}; + + /** + * PRIVATE METHODS + * - addHandler; + * - lintTree; + * - processTree; + * - setValue; + * - shouldProcess; + * - shouldProcessFile; + * - updateOptionOrder; + * - usePredefinedOptions; + */ + + /** + * Adds an option to list of configured options. + * + * @param {Object} option Option's object + * @param {Object} value Value that should be set for the option + * @returns {Object} Object with option's name, value and link to + * `process()` method + */ + _this.addHandler = function addHandler(option, value) { + value = option.setValue ? + option.setValue(value) : + _this.setValue(option.accepts, value); + _this.handlers.push(option); + _this.configuredOptions[option.name] = value; + }; + + /** + * Processes stylesheet tree node. + * + * @param {Object} tree Parsed tree + * @returns {Array} List of found errors + */ + _this.lintTree = function lintTree(tree) { + var _handlers; + + _handlers = _this.handlers.filter(function(handler) { + var syntax = that.getSyntax(); + return handler.syntax.indexOf(syntax) > -1 && + typeof handler.lint === 'function'; + }).map(function(handler) { + return handler.lint.bind(that); + }); + + // We walk across complete tree for each handler, + // because we need strictly maintain order in which handlers work, + // despite fact that handlers work on different level of the tree. + var errors = []; + _handlers.forEach(function(handler) { + tree.map(function(node) { + var error = handler(node); + if (!error) return; + if (Array.isArray(error)) { + errors = errors.concat(error); + } else { + errors.push(error); + } + }); + }); + return errors; + }; + + /** + * Processes stylesheet tree node. + * + * @param {Array} tree Parsed tree + * @returns {Array} Modified tree + */ + _this.processTree = function processTree(tree) { + var _handlers; + + _handlers = _this.handlers.filter(function(handler) { + var syntax = that.getSyntax(); + return handler.syntax.indexOf(syntax) > -1; + }).map(function(handler) { + return handler.process.bind(that); + }); + + // We walk across complete tree for each handler, + // because we need strictly maintain order in which handlers work, + // despite fact that handlers work on different level of the tree. + _handlers.forEach(function(handler) { + tree.map(handler); + }); + return tree; + }; + + /** + * Processes value and checks if it is acceptable by the option. + * + * @param {Object} acceptableValues Map of value types that are acceptable + * by option. If `string` property is present, its value is a regular + * expression that is used to validate value passed to the function. + * @param {Object|undefined} value + * @returns {Boolean|String} Valid option's value + */ + _this.setValue = function setValue(acceptableValues, value) { + if (!acceptableValues) throw new Error('Option\'s module must either' + + ' implement `setValue()` method or provide `accepts` object' + + ' with acceptable values.'); + + var valueType = typeof value; + var pattern = acceptableValues[valueType]; + + if (!pattern) throw new Error('The option does not accept values of type "' + + valueType + '".\nValue\'s type must be one the following: ' + + Object.keys(acceptableValues).join(', ') + '.'); + + switch (valueType) { + case 'boolean': + if (pattern.indexOf(value) < 0) throw new Error(' Value must be ' + + 'one of the following: ' + pattern.join(', ') + '.'); + return value; + case 'number': + if (value !== parseInt(value)) throw new Error('Value must be an integer.'); + return new Array(value + 1).join(' '); + case 'string': + if (!value.match(pattern)) throw new Error('Value must match pattern ' + + pattern + '.'); + return value; + default: + throw new Error('If you see this message and you are not' + + ' a developer adding a new option, please open an issue here:' + + ' https://github.com/csscomb/csscomb.js/issues/new' + + '\nFor option to accept values of type "' + valueType + + '" you need to implement custom `setValue()` method. See' + + ' `lib/options/sort-order.js` for example.'); + } + }; + + /** + * Checks if path is present in `exclude` list. + * + * @param {String} path + * @returns {Boolean} False if specified path is present in `exclude` list. + * Otherwise returns true. + */ + _this.shouldProcess = function shouldProcess(path) { + path = path.replace(/^\.\//, ''); + for (var i = _this.exclude.length; i--;) { + if (_this.exclude[i].match(path)) return false; + } + return true; + }; + + /** + * Checks if specified path is not present in `exclude` list and it has one of + * acceptable extensions. + * + * @param {String} path + * @returns {Boolean} False if the path either has unacceptable extension or + * is present in `exclude` list. True if everything is ok. + */ + _this.shouldProcessFile = function shouldProcessFile(path) { + // Get file's extension: + var syntax = path.split('.').pop(); + + // Check if syntax is supported. If not, ignore the file: + if (_this.supportedSyntaxes.indexOf(syntax) < 0) { + return false; + } + return _this.shouldProcess(path); + }; + + /** + * @param {Object} option + */ + _this.updateOptionOrder = function updateOptionOrder(option) { + var name = option.name; + var runBefore = option.runBefore; + var runBeforeIndex; + + _this.options[name] = option; + + if (runBefore) { + runBeforeIndex = _this.optionsOrder.indexOf(runBefore); + if (runBeforeIndex > -1) { + _this.optionsOrder.splice(runBeforeIndex, 0, name); + } else { + _this.optionsOrder.push(name); + if (!_this.unmetOptions[runBefore]) _this.unmetOptions[runBefore] = []; + _this.unmetOptions[runBefore].push(name); + } + } else { + _this.optionsOrder.push(name); + } + + var unmet = _this.unmetOptions[name]; + if (unmet) { + unmet.forEach(function(name) { + var i = _this.optionsOrder.indexOf(name); + _this.optionsOrder.splice(i, 1); + _this.optionsOrder.splice( -1, 0, name); + }); + } + }; + + _this.usePredefinedOptions = function usePredefinedOptions() { + if (!predefinedOptions) return; + + predefinedOptions.forEach(function(option) { + that.use(option); + }); + }; + + + /** + * PUBLIC INSTANCE METHODS + * Methods that depend on certain instance variables, e.g. configuration: + * - configure; + * - getOptionsOrder; + * - getSyntax; + * - getValue; + * - lintFile; + * - lintDirectory; + * - lintPath; + * - lintString; + * - processFile; + * - processDirectory; + * - processPath; + * - processString; + * - use; + */ + + /** + * Loads configuration from JSON. + * Activates and configures required options. + * + * @param {Object} config + * @returns {Object} Comb's object (that makes the method chainable). + */ + that.configure = function configure(config) { + _this.handlers = []; + _this.configuredOptions = {}; + _this.verbose = config.verbose; + _this.lint = config.lint; + _this.exclude = (config.exclude || []).map(function(pattern) { + return new minimatch.Minimatch(pattern); + }); + + _this.optionsOrder.forEach(function(optionName) { + if (config[optionName] === undefined) return; + + try { + _this.addHandler(_this.options[optionName], config[optionName]); + } catch (e) { + // Show warnings about illegal config values only in verbose mode: + if (_this.verbose) { + console.warn('\nFailed to configure "%s" option:\n%s', + optionName, e.message); + } + } + }); + + return that; + }; + + that.getOptionsOrder = function getOptionsOrder() { + return _this.optionsOrder.slice(); + }; + + that.getSyntax = function getSyntax() { + return that.syntax; + }; + + /** + * Gets option's value. + * + * @param {String} optionName + * @returns {String|Boolean|undefined} + */ + that.getValue = function getValue(optionName) { + return _this.configuredOptions[optionName]; + }; + + /** + * @param {String} path + * @returns {Promise} + */ + that.lintDirectory = function lintDirectory(path) { + return vfs.listDir(path).then(function(filenames) { + return vow.all(filenames.map(function(filename) { + var fullname = path + '/' + filename; + return vfs.stat(fullname).then(function(stat) { + if (stat.isDirectory()) { + return _this.shouldProcess(fullname) && that.lintDirectory(fullname); + } else { + return that.lintFile(fullname); + } + }); + })).then(function(results) { + return [].concat.apply([], results); + }); + }); + }; + + /** + * @param {String} path + * @returns {Promise} + */ + that.lintFile = function lintFile(path) { + if (!_this.shouldProcessFile(path)) return; + return vfs.read(path, 'utf8').then(function(data) { + var syntax = path.split('.').pop(); + return that.lintString(data, { syntax: syntax, filename: path }); + }); + }; + + /** + * @param {String} path + * @returns {Promise} + */ + that.lintPath = function lintPath(path) { + path = path.replace(/\/$/, ''); + + return vfs.exists(path).then(function(exists) { + if (!exists) { + console.warn('Path ' + path + ' was not found.'); + return; + } + return vfs.stat(path).then(function(stat) { + if (stat.isDirectory()) { + return that.lintDirectory(path); + } else { + return that.lintFile(path); + } + }); + }); + }; + + /** + * @param {String} text + * @param {{context: String, filename: String, syntax: String}} options + * @returns {Array} List of found errors + */ + that.lintString = function lintString(text, options) { + var syntax = options && options.syntax; + var filename = options && options.filename; + var context = options && options.context; + var tree; + + if (!text) return []; + + if (!syntax) syntax = 'css'; + that.syntax = syntax; + + try { + tree = gonzales.parse(text, { syntax: syntax, rule: context }); + } catch (e) { + var version = require('../package.json').version; + var message = filename ? [filename] : []; + message.push(e.message); + message.push('CSScomb Core version: ' + version); + e.stack = e.message = message.join('\n'); + throw e; + } + + var errors = _this.lintTree(tree); + if (filename) { + errors.map(function(error) { + return error.filename = filename; + }) + } + return errors; + }; + + /** + * Processes directory recursively. + * + * @param {String} path + * @returns {Promise} + */ + that.processDirectory = function processDirectory(path) { + return vfs.listDir(path).then(function(filenames) { + return vow.all(filenames.map(function(filename) { + var fullname = path + '/' + filename; + return vfs.stat(fullname).then(function(stat) { + if (stat.isDirectory()) { + return _this.shouldProcess(fullname) && that.processDirectory(fullname); + } else { + return that.processFile(fullname); + } + }); + })).then(function(results) { + return [].concat.apply([], results); + }); + }); + }; + + /** + * Processes single file. + * + * @param {String} path + * @returns {Promise} + */ + that.processFile = function processFile(path) { + if (!_this.shouldProcessFile(path)) return; + return vfs.read(path, 'utf8').then(function(data) { + var syntax = path.split('.').pop(); + var processedData = that.processString(data, { syntax: syntax, filename: path }); + var isChanged = data !== processedData; + + var tick = isChanged ? (_this.lint ? '!' : '✓') : ' '; + var output = function() { + if (_this.verbose) console.log(tick, path); + return isChanged ? 1 : 0; + }; + + if (!isChanged || _this.lint) { + return output(); + } else { + return vfs.write(path, processedData, 'utf8').then(output); + } + }); + }; + + + /** + * Processes directory or file. + * + * @param {String} path + * @returns {Promise} + */ + that.processPath = function processPath(path) { + path = path.replace(/\/$/, ''); + + return vfs.exists(path).then(function(exists) { + if (!exists) { + console.warn('Path ' + path + ' was not found.'); + return; + } + return vfs.stat(path).then(function(stat) { + if (stat.isDirectory()) { + return that.processDirectory(path); + } else { + return that.processFile(path); + } + }); + }); + }; + + /** + * Processes a string. + * + * @param {String} text + * @param {{context: String, filename: String, syntax: String}} options + * @returns {String} Processed string + */ + that.processString = function processString(text, options) { + var syntax = options && options.syntax; + var filename = options && options.filename || ''; + var context = options && options.context; + var tree; + + if (!text) return text; + + // TODO: Parse different syntaxes + syntax = syntax || 'css'; + that.syntax = syntax || 'css'; + + try { + tree = gonzales.parse(text, { syntax: syntax, rule: context }); + } catch (e) { + var version = require('../package.json').version; + var message = [filename, + e.message, + 'CSScomb Core version: ' + version]; + e.stack = e.message = message.join('\n'); + throw e; + } + + tree = _this.processTree(tree); + return tree.toCSS(syntax); + }; + + /** + * + * @param {Object} option + * @returns {Object} Comb's object + */ + that.use = function use(option) { + var name; + + if (typeof option !== 'object') { + throw new Error('Can\'t use option because it is not an object'); + } + + name = option.name; + if (typeof name !== 'string' || !name) { + throw new Error('Can\'t use option because it has invalid name: ' + + name); + } + + if (typeof option.accepts !== 'object' && + typeof option.setValue !== 'function') { + throw new Error('Can\'t use option "' + name + '"'); + } + + if (typeof option.process !== 'function') { + throw new Error('Can\'t use option "' + name + '"'); + } + + _this.updateOptionOrder(option); + + return that; + }; + + _this.usePredefinedOptions(); +}; + +module.exports = Comb; + diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/lib/errors.js b/user/themes/gilles_acezat/node_modules/csscomb-core/lib/errors.js new file mode 100644 index 0000000..a1c7ac4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb-core/lib/errors.js @@ -0,0 +1,51 @@ +'use strict'; + +var format = require('./format'); + +module.exports = { + implementSetValue: function implementSetValue(valueType) { + if (typeof valueType === 'undefined') throw new Error(); + + return format('If you see this message and you are not\n a developer adding a new option, please open an issue here:\n https://github.com/csscomb/core/issues/new\n\n For option to accept values of type "' + valueType + '"\n you need to implement custom `setValue()` method.'); + }, + + missingName: function missingName() { + return 'Plugin must have a valid `name` property.'; + }, + + missingSetValue: function missingSetValue() { + return format('Plugin must either implemet `setValue()` method\n or provide `accepts` object with acceptable values.'); + }, + + missingSyntax: function missingSyntax() { + return 'Plugin must list supported syntaxes.'; + }, + + twoPluginsWithSameName: function twoPluginsWithSameName(pluginName) { + if (typeof pluginName === 'undefined') throw new Error(); + + return format('You\'re trying to use one plugin twice:\n ' + pluginName + '. Please make sure there are not two different\n plugins with the same name.'); + }, + + unacceptableBoolean: function unacceptableBoolean(pattern) { + if (typeof pattern === 'undefined') throw new Error(); + + return 'Value must be one of the following: ' + pattern.join(', ') + '.'; + }, + + unacceptableNumber: function unacceptableNumber() { + return 'Value must be an integer.'; + }, + + unacceptableString: function unacceptableString(pattern) { + if (typeof pattern === 'undefined') throw new Error(); + + return 'Value must match pattern ' + pattern + '.'; + }, + + unacceptableValueType: function unacceptableValueType(valueType, accepts) { + if (typeof valueType === 'undefined' || typeof accepts === 'undefined') throw new Error(); + + return format('The option does not accept values of type\n ' + valueType + '.\nValue\'s type must be one the following:\n ' + Object.keys(accepts).join(', ') + '.'); + } +}; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/lib/format.js b/user/themes/gilles_acezat/node_modules/csscomb-core/lib/format.js new file mode 100644 index 0000000..a169f64 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb-core/lib/format.js @@ -0,0 +1,5 @@ +'use strict'; + +module.exports = function (string) { + return string.replace(/\n\s*/gm, ' '); +}; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/lib/plugin.js b/user/themes/gilles_acezat/node_modules/csscomb-core/lib/plugin.js new file mode 100644 index 0000000..1491d0f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb-core/lib/plugin.js @@ -0,0 +1,91 @@ +'use strict'; + +var Errors = require('./errors'); + +var Plugin = function Plugin(methods) { + for (var method in methods) { + this[method] = typeof method === 'function' ? methods[method].bind(this) : methods[method]; + } + + this.validate(); +}; + +Plugin.prototype = Object.defineProperties({ + /** + * Plugin's name. + * @type {String} + */ + name: null, + + /** + * List of supported syntaxes. + * @type {Array} + */ + syntax: null, + + /** + * @type {Object} + */ + accepts: null, + + /** + * @type {Function} + */ + process: null, + + /** + * @type {Function} + */ + lint: null, + + value_: null, + + validate: function validate() { + if (typeof this.name !== 'string' || !this.name) throw new Error(Errors.missingName()); + + if (!Array.isArray(this.syntax) || this.syntax.length === 0) throw new Error(Errors.missingSyntax()); + + if (typeof this.accepts !== 'object' && typeof this.setValue !== 'function') throw new Error(Errors.missingSetValue()); + } +}, { + value: { + get: function get() { + return this.value_; + }, + set: function set(value) { + var valueType = typeof value; + var pattern = this.accepts && this.accepts[valueType]; + + if (this.setValue) { + this.value_ = this.setValue(value); + return this.value_; + } + + if (!pattern) throw new Error(Errors.unacceptableValueType(valueType, this.accepts)); + + if (valueType === 'boolean') { + if (pattern.indexOf(value) < 0) throw new Error(Errors.unacceptableBoolean(pattern)); + this.value_ = value; + return this.value_; + } + + if (valueType === 'number') { + if (value !== parseInt(value)) throw new Error(Errors.unacceptableNumber()); + this.value_ = new Array(value + 1).join(' '); + return this.value_; + } + + if (valueType = 'string') { + if (!value.match(pattern)) throw new Error(Errors.unacceptableString(pattern)); + this.value_ = value; + return this.value_; + } + + throw new Error(Errors.implementSetValue(valueType)); + }, + configurable: true, + enumerable: true + } +}); + +module.exports = Plugin; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/LICENSE b/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/LICENSE new file mode 100644 index 0000000..05a4010 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/LICENSE @@ -0,0 +1,23 @@ +Copyright 2009, 2010, 2011 Isaac Z. Schlueter. +All rights reserved. + +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/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/README.md b/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/README.md new file mode 100644 index 0000000..6fd07d2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/README.md @@ -0,0 +1,218 @@ +# minimatch + +A minimal matching utility. + +[![Build Status](https://secure.travis-ci.org/isaacs/minimatch.png)](http://travis-ci.org/isaacs/minimatch) + + +This is the matching library used internally by npm. + +Eventually, it will replace the C binding in node-glob. + +It works by converting glob expressions into JavaScript `RegExp` +objects. + +## Usage + +```javascript +var minimatch = require("minimatch") + +minimatch("bar.foo", "*.foo") // true! +minimatch("bar.foo", "*.bar") // false! +``` + +## Features + +Supports these glob features: + +* Brace Expansion +* Extended glob matching +* "Globstar" `**` matching + +See: + +* `man sh` +* `man bash` +* `man 3 fnmatch` +* `man 5 gitignore` + +### Comparisons to other fnmatch/glob implementations + +While strict compliance with the existing standards is a worthwhile +goal, some discrepancies exist between minimatch and other +implementations, and are intentional. + +If the pattern starts with a `!` character, then it is negated. Set the +`nonegate` flag to suppress this behavior, and treat leading `!` +characters normally. This is perhaps relevant if you wish to start the +pattern with a negative extglob pattern like `!(a|B)`. Multiple `!` +characters at the start of a pattern will negate the pattern multiple +times. + +If a pattern starts with `#`, then it is treated as a comment, and +will not match anything. Use `\#` to match a literal `#` at the +start of a line, or set the `nocomment` flag to suppress this behavior. + +The double-star character `**` is supported by default, unless the +`noglobstar` flag is set. This is supported in the manner of bsdglob +and bash 4.1, where `**` only has special significance if it is the only +thing in a path part. That is, `a/**/b` will match `a/x/y/b`, but +`a/**b` will not. **Note that this is different from the way that `**` is +handled by ruby's `Dir` class.** + +If an escaped pattern has no matches, and the `nonull` flag is set, +then minimatch.match returns the pattern as-provided, rather than +interpreting the character escapes. For example, +`minimatch.match([], "\\*a\\?")` will return `"\\*a\\?"` rather than +`"*a?"`. This is akin to setting the `nullglob` option in bash, except +that it does not resolve escaped pattern characters. + +If brace expansion is not disabled, then it is performed before any +other interpretation of the glob pattern. Thus, a pattern like +`+(a|{b),c)}`, which would not be valid in bash or zsh, is expanded +**first** into the set of `+(a|b)` and `+(a|c)`, and those patterns are +checked for validity. Since those two are valid, matching proceeds. + + +## Minimatch Class + +Create a minimatch object by instanting the `minimatch.Minimatch` class. + +```javascript +var Minimatch = require("minimatch").Minimatch +var mm = new Minimatch(pattern, options) +``` + +### Properties + +* `pattern` The original pattern the minimatch object represents. +* `options` The options supplied to the constructor. +* `set` A 2-dimensional array of regexp or string expressions. + Each row in the + array corresponds to a brace-expanded pattern. Each item in the row + corresponds to a single path-part. For example, the pattern + `{a,b/c}/d` would expand to a set of patterns like: + + [ [ a, d ] + , [ b, c, d ] ] + + If a portion of the pattern doesn't have any "magic" in it + (that is, it's something like `"foo"` rather than `fo*o?`), then it + will be left as a string rather than converted to a regular + expression. + +* `regexp` Created by the `makeRe` method. A single regular expression + expressing the entire pattern. This is useful in cases where you wish + to use the pattern somewhat like `fnmatch(3)` with `FNM_PATH` enabled. +* `negate` True if the pattern is negated. +* `comment` True if the pattern is a comment. +* `empty` True if the pattern is `""`. + +### Methods + +* `makeRe` Generate the `regexp` member if necessary, and return it. + Will return `false` if the pattern is invalid. +* `match(fname)` Return true if the filename matches the pattern, or + false otherwise. +* `matchOne(fileArray, patternArray, partial)` Take a `/`-split + filename, and match it against a single row in the `regExpSet`. This + method is mainly for internal use, but is exposed so that it can be + used by a glob-walker that needs to avoid excessive filesystem calls. + +All other methods are internal, and will be called as necessary. + +## Functions + +The top-level exported function has a `cache` property, which is an LRU +cache set to store 100 items. So, calling these methods repeatedly +with the same pattern and options will use the same Minimatch object, +saving the cost of parsing it multiple times. + +### minimatch(path, pattern, options) + +Main export. Tests a path against the pattern using the options. + +```javascript +var isJS = minimatch(file, "*.js", { matchBase: true }) +``` + +### minimatch.filter(pattern, options) + +Returns a function that tests its +supplied argument, suitable for use with `Array.filter`. Example: + +```javascript +var javascripts = fileList.filter(minimatch.filter("*.js", {matchBase: true})) +``` + +### minimatch.match(list, pattern, options) + +Match against the list of +files, in the style of fnmatch or glob. If nothing is matched, and +options.nonull is set, then return a list containing the pattern itself. + +```javascript +var javascripts = minimatch.match(fileList, "*.js", {matchBase: true})) +``` + +### minimatch.makeRe(pattern, options) + +Make a regular expression object from the pattern. + +## Options + +All options are `false` by default. + +### debug + +Dump a ton of stuff to stderr. + +### nobrace + +Do not expand `{a,b}` and `{1..3}` brace sets. + +### noglobstar + +Disable `**` matching against multiple folder names. + +### dot + +Allow patterns to match filenames starting with a period, even if +the pattern does not explicitly have a period in that spot. + +Note that by default, `a/**/b` will **not** match `a/.d/b`, unless `dot` +is set. + +### noext + +Disable "extglob" style patterns like `+(a|b)`. + +### nocase + +Perform a case-insensitive match. + +### nonull + +When a match is not found by `minimatch.match`, return a list containing +the pattern itself. When set, an empty list is returned if there are +no matches. + +### matchBase + +If set, then patterns without slashes will be matched +against the basename of the path if it contains slashes. For example, +`a?b` would match the path `/xyz/123/acb`, but not `/xyz/acb/123`. + +### nocomment + +Suppress the behavior of treating `#` at the start of a pattern as a +comment. + +### nonegate + +Suppress the behavior of treating a leading `!` character as negation. + +### flipNegate + +Returns from negate expressions the same as if they were not negated. +(Ie, true on a hit, false on a miss.) diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/minimatch.js b/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/minimatch.js new file mode 100644 index 0000000..405746b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/minimatch.js @@ -0,0 +1,1079 @@ +;(function (require, exports, module, platform) { + +if (module) module.exports = minimatch +else exports.minimatch = minimatch + +if (!require) { + require = function (id) { + switch (id) { + case "sigmund": return function sigmund (obj) { + return JSON.stringify(obj) + } + case "path": return { basename: function (f) { + f = f.split(/[\/\\]/) + var e = f.pop() + if (!e) e = f.pop() + return e + }} + case "lru-cache": return function LRUCache () { + // not quite an LRU, but still space-limited. + var cache = {} + var cnt = 0 + this.set = function (k, v) { + cnt ++ + if (cnt >= 100) cache = {} + cache[k] = v + } + this.get = function (k) { return cache[k] } + } + } + } +} + +minimatch.Minimatch = Minimatch + +var LRU = require("lru-cache") + , cache = minimatch.cache = new LRU({max: 100}) + , GLOBSTAR = minimatch.GLOBSTAR = Minimatch.GLOBSTAR = {} + , sigmund = require("sigmund") + +var path = require("path") + // any single thing other than / + // don't need to escape / when using new RegExp() + , qmark = "[^/]" + + // * => any number of characters + , star = qmark + "*?" + + // ** when dots are allowed. Anything goes, except .. and . + // not (^ or / followed by one or two dots followed by $ or /), + // followed by anything, any number of times. + , twoStarDot = "(?:(?!(?:\\\/|^)(?:\\.{1,2})($|\\\/)).)*?" + + // not a ^ or / followed by a dot, + // followed by anything, any number of times. + , twoStarNoDot = "(?:(?!(?:\\\/|^)\\.).)*?" + + // characters that need to be escaped in RegExp. + , reSpecials = charSet("().*{}+?[]^$\\!") + +// "abc" -> { a:true, b:true, c:true } +function charSet (s) { + return s.split("").reduce(function (set, c) { + set[c] = true + return set + }, {}) +} + +// normalizes slashes. +var slashSplit = /\/+/ + +minimatch.monkeyPatch = monkeyPatch +function monkeyPatch () { + var desc = Object.getOwnPropertyDescriptor(String.prototype, "match") + var orig = desc.value + desc.value = function (p) { + if (p instanceof Minimatch) return p.match(this) + return orig.call(this, p) + } + Object.defineProperty(String.prototype, desc) +} + +minimatch.filter = filter +function filter (pattern, options) { + options = options || {} + return function (p, i, list) { + return minimatch(p, pattern, options) + } +} + +function ext (a, b) { + a = a || {} + b = b || {} + var t = {} + Object.keys(b).forEach(function (k) { + t[k] = b[k] + }) + Object.keys(a).forEach(function (k) { + t[k] = a[k] + }) + return t +} + +minimatch.defaults = function (def) { + if (!def || !Object.keys(def).length) return minimatch + + var orig = minimatch + + var m = function minimatch (p, pattern, options) { + return orig.minimatch(p, pattern, ext(def, options)) + } + + m.Minimatch = function Minimatch (pattern, options) { + return new orig.Minimatch(pattern, ext(def, options)) + } + + return m +} + +Minimatch.defaults = function (def) { + if (!def || !Object.keys(def).length) return Minimatch + return minimatch.defaults(def).Minimatch +} + + +function minimatch (p, pattern, options) { + if (typeof pattern !== "string") { + throw new TypeError("glob pattern string required") + } + + if (!options) options = {} + + // shortcut: comments match nothing. + if (!options.nocomment && pattern.charAt(0) === "#") { + return false + } + + // "" only matches "" + if (pattern.trim() === "") return p === "" + + return new Minimatch(pattern, options).match(p) +} + +function Minimatch (pattern, options) { + if (!(this instanceof Minimatch)) { + return new Minimatch(pattern, options, cache) + } + + if (typeof pattern !== "string") { + throw new TypeError("glob pattern string required") + } + + if (!options) options = {} + pattern = pattern.trim() + + // windows: need to use /, not \ + // On other platforms, \ is a valid (albeit bad) filename char. + if (platform === "win32") { + pattern = pattern.split("\\").join("/") + } + + // lru storage. + // these things aren't particularly big, but walking down the string + // and turning it into a regexp can get pretty costly. + var cacheKey = pattern + "\n" + sigmund(options) + var cached = minimatch.cache.get(cacheKey) + if (cached) return cached + minimatch.cache.set(cacheKey, this) + + this.options = options + this.set = [] + this.pattern = pattern + this.regexp = null + this.negate = false + this.comment = false + this.empty = false + + // make the set of regexps etc. + this.make() +} + +Minimatch.prototype.make = make +function make () { + // don't do it more than once. + if (this._made) return + + var pattern = this.pattern + var options = this.options + + // empty patterns and comments match nothing. + if (!options.nocomment && pattern.charAt(0) === "#") { + this.comment = true + return + } + if (!pattern) { + this.empty = true + return + } + + // step 1: figure out negation, etc. + this.parseNegate() + + // step 2: expand braces + var set = this.globSet = this.braceExpand() + + if (options.debug) console.error(this.pattern, set) + + // step 3: now we have a set, so turn each one into a series of path-portion + // matching patterns. + // These will be regexps, except in the case of "**", which is + // set to the GLOBSTAR object for globstar behavior, + // and will not contain any / characters + set = this.globParts = set.map(function (s) { + return s.split(slashSplit) + }) + + if (options.debug) console.error(this.pattern, set) + + // glob --> regexps + set = set.map(function (s, si, set) { + return s.map(this.parse, this) + }, this) + + if (options.debug) console.error(this.pattern, set) + + // filter out everything that didn't compile properly. + set = set.filter(function (s) { + return -1 === s.indexOf(false) + }) + + if (options.debug) console.error(this.pattern, set) + + this.set = set +} + +Minimatch.prototype.parseNegate = parseNegate +function parseNegate () { + var pattern = this.pattern + , negate = false + , options = this.options + , negateOffset = 0 + + if (options.nonegate) return + + for ( var i = 0, l = pattern.length + ; i < l && pattern.charAt(i) === "!" + ; i ++) { + negate = !negate + negateOffset ++ + } + + if (negateOffset) this.pattern = pattern.substr(negateOffset) + this.negate = negate +} + +// Brace expansion: +// a{b,c}d -> abd acd +// a{b,}c -> abc ac +// a{0..3}d -> a0d a1d a2d a3d +// a{b,c{d,e}f}g -> abg acdfg acefg +// a{b,c}d{e,f}g -> abdeg acdeg abdeg abdfg +// +// Invalid sets are not expanded. +// a{2..}b -> a{2..}b +// a{b}c -> a{b}c +minimatch.braceExpand = function (pattern, options) { + return new Minimatch(pattern, options).braceExpand() +} + +Minimatch.prototype.braceExpand = braceExpand +function braceExpand (pattern, options) { + options = options || this.options + pattern = typeof pattern === "undefined" + ? this.pattern : pattern + + if (typeof pattern === "undefined") { + throw new Error("undefined pattern") + } + + if (options.nobrace || + !pattern.match(/\{.*\}/)) { + // shortcut. no need to expand. + return [pattern] + } + + var escaping = false + + // examples and comments refer to this crazy pattern: + // a{b,c{d,e},{f,g}h}x{y,z} + // expected: + // abxy + // abxz + // acdxy + // acdxz + // acexy + // acexz + // afhxy + // afhxz + // aghxy + // aghxz + + // everything before the first \{ is just a prefix. + // So, we pluck that off, and work with the rest, + // and then prepend it to everything we find. + if (pattern.charAt(0) !== "{") { + // console.error(pattern) + var prefix = null + for (var i = 0, l = pattern.length; i < l; i ++) { + var c = pattern.charAt(i) + // console.error(i, c) + if (c === "\\") { + escaping = !escaping + } else if (c === "{" && !escaping) { + prefix = pattern.substr(0, i) + break + } + } + + // actually no sets, all { were escaped. + if (prefix === null) { + // console.error("no sets") + return [pattern] + } + + var tail = braceExpand(pattern.substr(i), options) + return tail.map(function (t) { + return prefix + t + }) + } + + // now we have something like: + // {b,c{d,e},{f,g}h}x{y,z} + // walk through the set, expanding each part, until + // the set ends. then, we'll expand the suffix. + // If the set only has a single member, then'll put the {} back + + // first, handle numeric sets, since they're easier + var numset = pattern.match(/^\{(-?[0-9]+)\.\.(-?[0-9]+)\}/) + if (numset) { + // console.error("numset", numset[1], numset[2]) + var suf = braceExpand(pattern.substr(numset[0].length), options) + , start = +numset[1] + , end = +numset[2] + , inc = start > end ? -1 : 1 + , set = [] + for (var i = start; i != (end + inc); i += inc) { + // append all the suffixes + for (var ii = 0, ll = suf.length; ii < ll; ii ++) { + set.push(i + suf[ii]) + } + } + return set + } + + // ok, walk through the set + // We hope, somewhat optimistically, that there + // will be a } at the end. + // If the closing brace isn't found, then the pattern is + // interpreted as braceExpand("\\" + pattern) so that + // the leading \{ will be interpreted literally. + var i = 1 // skip the \{ + , depth = 1 + , set = [] + , member = "" + , sawEnd = false + , escaping = false + + function addMember () { + set.push(member) + member = "" + } + + // console.error("Entering for") + FOR: for (i = 1, l = pattern.length; i < l; i ++) { + var c = pattern.charAt(i) + // console.error("", i, c) + + if (escaping) { + escaping = false + member += "\\" + c + } else { + switch (c) { + case "\\": + escaping = true + continue + + case "{": + depth ++ + member += "{" + continue + + case "}": + depth -- + // if this closes the actual set, then we're done + if (depth === 0) { + addMember() + // pluck off the close-brace + i ++ + break FOR + } else { + member += c + continue + } + + case ",": + if (depth === 1) { + addMember() + } else { + member += c + } + continue + + default: + member += c + continue + } // switch + } // else + } // for + + // now we've either finished the set, and the suffix is + // pattern.substr(i), or we have *not* closed the set, + // and need to escape the leading brace + if (depth !== 0) { + // console.error("didn't close", pattern) + return braceExpand("\\" + pattern, options) + } + + // x{y,z} -> ["xy", "xz"] + // console.error("set", set) + // console.error("suffix", pattern.substr(i)) + var suf = braceExpand(pattern.substr(i), options) + // ["b", "c{d,e}","{f,g}h"] -> + // [["b"], ["cd", "ce"], ["fh", "gh"]] + var addBraces = set.length === 1 + // console.error("set pre-expanded", set) + set = set.map(function (p) { + return braceExpand(p, options) + }) + // console.error("set expanded", set) + + + // [["b"], ["cd", "ce"], ["fh", "gh"]] -> + // ["b", "cd", "ce", "fh", "gh"] + set = set.reduce(function (l, r) { + return l.concat(r) + }) + + if (addBraces) { + set = set.map(function (s) { + return "{" + s + "}" + }) + } + + // now attach the suffixes. + var ret = [] + for (var i = 0, l = set.length; i < l; i ++) { + for (var ii = 0, ll = suf.length; ii < ll; ii ++) { + ret.push(set[i] + suf[ii]) + } + } + return ret +} + +// parse a component of the expanded set. +// At this point, no pattern may contain "/" in it +// so we're going to return a 2d array, where each entry is the full +// pattern, split on '/', and then turned into a regular expression. +// A regexp is made at the end which joins each array with an +// escaped /, and another full one which joins each regexp with |. +// +// Following the lead of Bash 4.1, note that "**" only has special meaning +// when it is the *only* thing in a path portion. Otherwise, any series +// of * is equivalent to a single *. Globstar behavior is enabled by +// default, and can be disabled by setting options.noglobstar. +Minimatch.prototype.parse = parse +var SUBPARSE = {} +function parse (pattern, isSub) { + var options = this.options + + // shortcuts + if (!options.noglobstar && pattern === "**") return GLOBSTAR + if (pattern === "") return "" + + var re = "" + , hasMagic = !!options.nocase + , escaping = false + // ? => one single character + , patternListStack = [] + , plType + , stateChar + , inClass = false + , reClassStart = -1 + , classStart = -1 + // . and .. never match anything that doesn't start with ., + // even when options.dot is set. + , patternStart = pattern.charAt(0) === "." ? "" // anything + // not (start or / followed by . or .. followed by / or end) + : options.dot ? "(?!(?:^|\\\/)\\.{1,2}(?:$|\\\/))" + : "(?!\\.)" + + function clearStateChar () { + if (stateChar) { + // we had some state-tracking character + // that wasn't consumed by this pass. + switch (stateChar) { + case "*": + re += star + hasMagic = true + break + case "?": + re += qmark + hasMagic = true + break + default: + re += "\\"+stateChar + break + } + stateChar = false + } + } + + for ( var i = 0, len = pattern.length, c + ; (i < len) && (c = pattern.charAt(i)) + ; i ++ ) { + + if (options.debug) { + console.error("%s\t%s %s %j", pattern, i, re, c) + } + + // skip over any that are escaped. + if (escaping && reSpecials[c]) { + re += "\\" + c + escaping = false + continue + } + + SWITCH: switch (c) { + case "/": + // completely not allowed, even escaped. + // Should already be path-split by now. + return false + + case "\\": + clearStateChar() + escaping = true + continue + + // the various stateChar values + // for the "extglob" stuff. + case "?": + case "*": + case "+": + case "@": + case "!": + if (options.debug) { + console.error("%s\t%s %s %j <-- stateChar", pattern, i, re, c) + } + + // all of those are literals inside a class, except that + // the glob [!a] means [^a] in regexp + if (inClass) { + if (c === "!" && i === classStart + 1) c = "^" + re += c + continue + } + + // if we already have a stateChar, then it means + // that there was something like ** or +? in there. + // Handle the stateChar, then proceed with this one. + clearStateChar() + stateChar = c + // if extglob is disabled, then +(asdf|foo) isn't a thing. + // just clear the statechar *now*, rather than even diving into + // the patternList stuff. + if (options.noext) clearStateChar() + continue + + case "(": + if (inClass) { + re += "(" + continue + } + + if (!stateChar) { + re += "\\(" + continue + } + + plType = stateChar + patternListStack.push({ type: plType + , start: i - 1 + , reStart: re.length }) + // negation is (?:(?!js)[^/]*) + re += stateChar === "!" ? "(?:(?!" : "(?:" + stateChar = false + continue + + case ")": + if (inClass || !patternListStack.length) { + re += "\\)" + continue + } + + hasMagic = true + re += ")" + plType = patternListStack.pop().type + // negation is (?:(?!js)[^/]*) + // The others are (?:) + switch (plType) { + case "!": + re += "[^/]*?)" + break + case "?": + case "+": + case "*": re += plType + case "@": break // the default anyway + } + continue + + case "|": + if (inClass || !patternListStack.length || escaping) { + re += "\\|" + escaping = false + continue + } + + re += "|" + continue + + // these are mostly the same in regexp and glob + case "[": + // swallow any state-tracking char before the [ + clearStateChar() + + if (inClass) { + re += "\\" + c + continue + } + + inClass = true + classStart = i + reClassStart = re.length + re += c + continue + + case "]": + // a right bracket shall lose its special + // meaning and represent itself in + // a bracket expression if it occurs + // first in the list. -- POSIX.2 2.8.3.2 + if (i === classStart + 1 || !inClass) { + re += "\\" + c + escaping = false + continue + } + + // finish up the class. + hasMagic = true + inClass = false + re += c + continue + + default: + // swallow any state char that wasn't consumed + clearStateChar() + + if (escaping) { + // no need + escaping = false + } else if (reSpecials[c] + && !(c === "^" && inClass)) { + re += "\\" + } + + re += c + + } // switch + } // for + + + // handle the case where we left a class open. + // "[abc" is valid, equivalent to "\[abc" + if (inClass) { + // split where the last [ was, and escape it + // this is a huge pita. We now have to re-walk + // the contents of the would-be class to re-translate + // any characters that were passed through as-is + var cs = pattern.substr(classStart + 1) + , sp = this.parse(cs, SUBPARSE) + re = re.substr(0, reClassStart) + "\\[" + sp[0] + hasMagic = hasMagic || sp[1] + } + + // handle the case where we had a +( thing at the *end* + // of the pattern. + // each pattern list stack adds 3 chars, and we need to go through + // and escape any | chars that were passed through as-is for the regexp. + // Go through and escape them, taking care not to double-escape any + // | chars that were already escaped. + var pl + while (pl = patternListStack.pop()) { + var tail = re.slice(pl.reStart + 3) + // maybe some even number of \, then maybe 1 \, followed by a | + tail = tail.replace(/((?:\\{2})*)(\\?)\|/g, function (_, $1, $2) { + if (!$2) { + // the | isn't already escaped, so escape it. + $2 = "\\" + } + + // need to escape all those slashes *again*, without escaping the + // one that we need for escaping the | character. As it works out, + // escaping an even number of slashes can be done by simply repeating + // it exactly after itself. That's why this trick works. + // + // I am sorry that you have to see this. + return $1 + $1 + $2 + "|" + }) + + // console.error("tail=%j\n %s", tail, tail) + var t = pl.type === "*" ? star + : pl.type === "?" ? qmark + : "\\" + pl.type + + hasMagic = true + re = re.slice(0, pl.reStart) + + t + "\\(" + + tail + } + + // handle trailing things that only matter at the very end. + clearStateChar() + if (escaping) { + // trailing \\ + re += "\\\\" + } + + // only need to apply the nodot start if the re starts with + // something that could conceivably capture a dot + var addPatternStart = false + switch (re.charAt(0)) { + case ".": + case "[": + case "(": addPatternStart = true + } + + // if the re is not "" at this point, then we need to make sure + // it doesn't match against an empty path part. + // Otherwise a/* will match a/, which it should not. + if (re !== "" && hasMagic) re = "(?=.)" + re + + if (addPatternStart) re = patternStart + re + + // parsing just a piece of a larger pattern. + if (isSub === SUBPARSE) { + return [ re, hasMagic ] + } + + // skip the regexp for non-magical patterns + // unescape anything in it, though, so that it'll be + // an exact match against a file etc. + if (!hasMagic) { + return globUnescape(pattern) + } + + var flags = options.nocase ? "i" : "" + , regExp = new RegExp("^" + re + "$", flags) + + regExp._glob = pattern + regExp._src = re + + return regExp +} + +minimatch.makeRe = function (pattern, options) { + return new Minimatch(pattern, options || {}).makeRe() +} + +Minimatch.prototype.makeRe = makeRe +function makeRe () { + if (this.regexp || this.regexp === false) return this.regexp + + // at this point, this.set is a 2d array of partial + // pattern strings, or "**". + // + // It's better to use .match(). This function shouldn't + // be used, really, but it's pretty convenient sometimes, + // when you just want to work with a regex. + var set = this.set + + if (!set.length) return this.regexp = false + var options = this.options + + var twoStar = options.noglobstar ? star + : options.dot ? twoStarDot + : twoStarNoDot + , flags = options.nocase ? "i" : "" + + var re = set.map(function (pattern) { + return pattern.map(function (p) { + return (p === GLOBSTAR) ? twoStar + : (typeof p === "string") ? regExpEscape(p) + : p._src + }).join("\\\/") + }).join("|") + + // must match entire pattern + // ending in a * or ** will make it less strict. + re = "^(?:" + re + ")$" + + // can match anything, as long as it's not this. + if (this.negate) re = "^(?!" + re + ").*$" + + try { + return this.regexp = new RegExp(re, flags) + } catch (ex) { + return this.regexp = false + } +} + +minimatch.match = function (list, pattern, options) { + var mm = new Minimatch(pattern, options) + list = list.filter(function (f) { + return mm.match(f) + }) + if (options.nonull && !list.length) { + list.push(pattern) + } + return list +} + +Minimatch.prototype.match = match +function match (f, partial) { + // console.error("match", f, this.pattern) + // short-circuit in the case of busted things. + // comments, etc. + if (this.comment) return false + if (this.empty) return f === "" + + if (f === "/" && partial) return true + + var options = this.options + + // windows: need to use /, not \ + // On other platforms, \ is a valid (albeit bad) filename char. + if (platform === "win32") { + f = f.split("\\").join("/") + } + + // treat the test path as a set of pathparts. + f = f.split(slashSplit) + if (options.debug) { + console.error(this.pattern, "split", f) + } + + // just ONE of the pattern sets in this.set needs to match + // in order for it to be valid. If negating, then just one + // match means that we have failed. + // Either way, return on the first hit. + + var set = this.set + // console.error(this.pattern, "set", set) + + for (var i = 0, l = set.length; i < l; i ++) { + var pattern = set[i] + var hit = this.matchOne(f, pattern, partial) + if (hit) { + if (options.flipNegate) return true + return !this.negate + } + } + + // didn't get any hits. this is success if it's a negative + // pattern, failure otherwise. + if (options.flipNegate) return false + return this.negate +} + +// set partial to true to test if, for example, +// "/a/b" matches the start of "/*/b/*/d" +// Partial means, if you run out of file before you run +// out of pattern, then that's fine, as long as all +// the parts match. +Minimatch.prototype.matchOne = function (file, pattern, partial) { + var options = this.options + + if (options.debug) { + console.error("matchOne", + { "this": this + , file: file + , pattern: pattern }) + } + + if (options.matchBase && pattern.length === 1) { + file = path.basename(file.join("/")).split("/") + } + + if (options.debug) { + console.error("matchOne", file.length, pattern.length) + } + + for ( var fi = 0 + , pi = 0 + , fl = file.length + , pl = pattern.length + ; (fi < fl) && (pi < pl) + ; fi ++, pi ++ ) { + + if (options.debug) { + console.error("matchOne loop") + } + var p = pattern[pi] + , f = file[fi] + + if (options.debug) { + console.error(pattern, p, f) + } + + // should be impossible. + // some invalid regexp stuff in the set. + if (p === false) return false + + if (p === GLOBSTAR) { + if (options.debug) + console.error('GLOBSTAR', [pattern, p, f]) + + // "**" + // a/**/b/**/c would match the following: + // a/b/x/y/z/c + // a/x/y/z/b/c + // a/b/x/b/x/c + // a/b/c + // To do this, take the rest of the pattern after + // the **, and see if it would match the file remainder. + // If so, return success. + // If not, the ** "swallows" a segment, and try again. + // This is recursively awful. + // + // a/**/b/**/c matching a/b/x/y/z/c + // - a matches a + // - doublestar + // - matchOne(b/x/y/z/c, b/**/c) + // - b matches b + // - doublestar + // - matchOne(x/y/z/c, c) -> no + // - matchOne(y/z/c, c) -> no + // - matchOne(z/c, c) -> no + // - matchOne(c, c) yes, hit + var fr = fi + , pr = pi + 1 + if (pr === pl) { + if (options.debug) + console.error('** at the end') + // a ** at the end will just swallow the rest. + // We have found a match. + // however, it will not swallow /.x, unless + // options.dot is set. + // . and .. are *never* matched by **, for explosively + // exponential reasons. + for ( ; fi < fl; fi ++) { + if (file[fi] === "." || file[fi] === ".." || + (!options.dot && file[fi].charAt(0) === ".")) return false + } + return true + } + + // ok, let's see if we can swallow whatever we can. + WHILE: while (fr < fl) { + var swallowee = file[fr] + + if (options.debug) { + console.error('\nglobstar while', + file, fr, pattern, pr, swallowee) + } + + // XXX remove this slice. Just pass the start index. + if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) { + if (options.debug) + console.error('globstar found match!', fr, fl, swallowee) + // found a match. + return true + } else { + // can't swallow "." or ".." ever. + // can only swallow ".foo" when explicitly asked. + if (swallowee === "." || swallowee === ".." || + (!options.dot && swallowee.charAt(0) === ".")) { + if (options.debug) + console.error("dot detected!", file, fr, pattern, pr) + break WHILE + } + + // ** swallows a segment, and continue. + if (options.debug) + console.error('globstar swallow a segment, and continue') + fr ++ + } + } + // no match was found. + // However, in partial mode, we can't say this is necessarily over. + // If there's more *pattern* left, then + if (partial) { + // ran out of file + // console.error("\n>>> no match, partial?", file, fr, pattern, pr) + if (fr === fl) return true + } + return false + } + + // something other than ** + // non-magic patterns just have to match exactly + // patterns with magic have been turned into regexps. + var hit + if (typeof p === "string") { + if (options.nocase) { + hit = f.toLowerCase() === p.toLowerCase() + } else { + hit = f === p + } + if (options.debug) { + console.error("string match", p, f, hit) + } + } else { + hit = f.match(p) + if (options.debug) { + console.error("pattern match", p, f, hit) + } + } + + if (!hit) return false + } + + // Note: ending in / means that we'll get a final "" + // at the end of the pattern. This can only match a + // corresponding "" at the end of the file. + // If the file ends in /, then it can only match a + // a pattern that ends in /, unless the pattern just + // doesn't have any more for it. But, a/b/ should *not* + // match "a/b/*", even though "" matches against the + // [^/]*? pattern, except in partial mode, where it might + // simply not be reached yet. + // However, a/b/ should still satisfy a/* + + // now either we fell off the end of the pattern, or we're done. + if (fi === fl && pi === pl) { + // ran out of pattern and filename at the same time. + // an exact hit! + return true + } else if (fi === fl) { + // ran out of file, but still had pattern left. + // this is ok if we're doing the match as part of + // a glob fs traversal. + return partial + } else if (pi === pl) { + // ran out of pattern, still have file left. + // this is only acceptable if we're on the very last + // empty segment of a file with a trailing slash. + // a/* should match a/b/ + var emptyFileEnd = (fi === fl - 1) && (file[fi] === "") + return emptyFileEnd + } + + // should be unreachable. + throw new Error("wtf?") +} + + +// replace stuff like \* with * +function globUnescape (s) { + return s.replace(/\\(.)/g, "$1") +} + + +function regExpEscape (s) { + return s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&") +} + +})( typeof require === "function" ? require : null, + this, + typeof module === "object" ? module : null, + typeof process === "object" ? process.platform : "win32" + ) diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/package.json b/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/package.json new file mode 100644 index 0000000..e42c314 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/package.json @@ -0,0 +1,65 @@ +{ + "_args": [ + [ + "minimatch@0.2.12", + "/mnt/data/Sites/r2c.net/user/themes/r2c" + ] + ], + "_development": true, + "_from": "minimatch@0.2.12", + "_id": "minimatch@0.2.12", + "_inBundle": false, + "_integrity": "sha1-6oKgEqxmLH3fqhRPHBR+aUb12vs=", + "_location": "/csscomb-core/minimatch", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "minimatch@0.2.12", + "name": "minimatch", + "escapedName": "minimatch", + "rawSpec": "0.2.12", + "saveSpec": null, + "fetchSpec": "0.2.12" + }, + "_requiredBy": [ + "/csscomb-core" + ], + "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.12.tgz", + "_spec": "0.2.12", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c", + "author": { + "name": "Isaac Z. Schlueter", + "email": "i@izs.me", + "url": "http://blog.izs.me" + }, + "bugs": { + "url": "https://github.com/isaacs/minimatch/issues" + }, + "dependencies": { + "lru-cache": "2", + "sigmund": "~1.0.0" + }, + "description": "a glob matcher in javascript", + "devDependencies": { + "tap": "" + }, + "engines": { + "node": "*" + }, + "homepage": "https://github.com/isaacs/minimatch#readme", + "license": { + "type": "MIT", + "url": "http://github.com/isaacs/minimatch/raw/master/LICENSE" + }, + "main": "minimatch.js", + "name": "minimatch", + "repository": { + "type": "git", + "url": "git://github.com/isaacs/minimatch.git" + }, + "scripts": { + "test": "tap test" + }, + "version": "0.2.12" +} diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/test/basic.js b/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/test/basic.js new file mode 100644 index 0000000..ae7ac73 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/test/basic.js @@ -0,0 +1,399 @@ +// http://www.bashcookbook.com/bashinfo/source/bash-1.14.7/tests/glob-test +// +// TODO: Some of these tests do very bad things with backslashes, and will +// most likely fail badly on windows. They should probably be skipped. + +var tap = require("tap") + , globalBefore = Object.keys(global) + , mm = require("../") + , files = [ "a", "b", "c", "d", "abc" + , "abd", "abe", "bb", "bcd" + , "ca", "cb", "dd", "de" + , "bdir/", "bdir/cfile"] + , next = files.concat([ "a-b", "aXb" + , ".x", ".y" ]) + + +var patterns = + [ "http://www.bashcookbook.com/bashinfo/source/bash-1.14.7/tests/glob-test" + , ["a*", ["a", "abc", "abd", "abe"]] + , ["X*", ["X*"], {nonull: true}] + + // allow null glob expansion + , ["X*", []] + + // isaacs: Slightly different than bash/sh/ksh + // \\* is not un-escaped to literal "*" in a failed match, + // but it does make it get treated as a literal star + , ["\\*", ["\\*"], {nonull: true}] + , ["\\**", ["\\**"], {nonull: true}] + , ["\\*\\*", ["\\*\\*"], {nonull: true}] + + , ["b*/", ["bdir/"]] + , ["c*", ["c", "ca", "cb"]] + , ["**", files] + + , ["\\.\\./*/", ["\\.\\./*/"], {nonull: true}] + , ["s/\\..*//", ["s/\\..*//"], {nonull: true}] + + , "legendary larry crashes bashes" + , ["/^root:/{s/^[^:]*:[^:]*:\([^:]*\).*$/\\1/" + , ["/^root:/{s/^[^:]*:[^:]*:\([^:]*\).*$/\\1/"], {nonull: true}] + , ["/^root:/{s/^[^:]*:[^:]*:\([^:]*\).*$/\1/" + , ["/^root:/{s/^[^:]*:[^:]*:\([^:]*\).*$/\1/"], {nonull: true}] + + , "character classes" + , ["[a-c]b*", ["abc", "abd", "abe", "bb", "cb"]] + , ["[a-y]*[^c]", ["abd", "abe", "bb", "bcd", + "bdir/", "ca", "cb", "dd", "de"]] + , ["a*[^c]", ["abd", "abe"]] + , function () { files.push("a-b", "aXb") } + , ["a[X-]b", ["a-b", "aXb"]] + , function () { files.push(".x", ".y") } + , ["[^a-c]*", ["d", "dd", "de"]] + , function () { files.push("a*b/", "a*b/ooo") } + , ["a\\*b/*", ["a*b/ooo"]] + , ["a\\*?/*", ["a*b/ooo"]] + , ["*\\\\!*", [], {null: true}, ["echo !7"]] + , ["*\\!*", ["echo !7"], null, ["echo !7"]] + , ["*.\\*", ["r.*"], null, ["r.*"]] + , ["a[b]c", ["abc"]] + , ["a[\\b]c", ["abc"]] + , ["a?c", ["abc"]] + , ["a\\*c", [], {null: true}, ["abc"]] + , ["", [""], { null: true }, [""]] + + , "http://www.opensource.apple.com/source/bash/bash-23/" + + "bash/tests/glob-test" + , function () { files.push("man/", "man/man1/", "man/man1/bash.1") } + , ["*/man*/bash.*", ["man/man1/bash.1"]] + , ["man/man1/bash.1", ["man/man1/bash.1"]] + , ["a***c", ["abc"], null, ["abc"]] + , ["a*****?c", ["abc"], null, ["abc"]] + , ["?*****??", ["abc"], null, ["abc"]] + , ["*****??", ["abc"], null, ["abc"]] + , ["?*****?c", ["abc"], null, ["abc"]] + , ["?***?****c", ["abc"], null, ["abc"]] + , ["?***?****?", ["abc"], null, ["abc"]] + , ["?***?****", ["abc"], null, ["abc"]] + , ["*******c", ["abc"], null, ["abc"]] + , ["*******?", ["abc"], null, ["abc"]] + , ["a*cd**?**??k", ["abcdecdhjk"], null, ["abcdecdhjk"]] + , ["a**?**cd**?**??k", ["abcdecdhjk"], null, ["abcdecdhjk"]] + , ["a**?**cd**?**??k***", ["abcdecdhjk"], null, ["abcdecdhjk"]] + , ["a**?**cd**?**??***k", ["abcdecdhjk"], null, ["abcdecdhjk"]] + , ["a**?**cd**?**??***k**", ["abcdecdhjk"], null, ["abcdecdhjk"]] + , ["a****c**?**??*****", ["abcdecdhjk"], null, ["abcdecdhjk"]] + , ["[-abc]", ["-"], null, ["-"]] + , ["[abc-]", ["-"], null, ["-"]] + , ["\\", ["\\"], null, ["\\"]] + , ["[\\\\]", ["\\"], null, ["\\"]] + , ["[[]", ["["], null, ["["]] + , ["[", ["["], null, ["["]] + , ["[*", ["[abc"], null, ["[abc"]] + , "a right bracket shall lose its special meaning and\n" + + "represent itself in a bracket expression if it occurs\n" + + "first in the list. -- POSIX.2 2.8.3.2" + , ["[]]", ["]"], null, ["]"]] + , ["[]-]", ["]"], null, ["]"]] + , ["[a-\z]", ["p"], null, ["p"]] + , ["??**********?****?", [], { null: true }, ["abc"]] + , ["??**********?****c", [], { null: true }, ["abc"]] + , ["?************c****?****", [], { null: true }, ["abc"]] + , ["*c*?**", [], { null: true }, ["abc"]] + , ["a*****c*?**", [], { null: true }, ["abc"]] + , ["a********???*******", [], { null: true }, ["abc"]] + , ["[]", [], { null: true }, ["a"]] + , ["[abc", [], { null: true }, ["["]] + + , "nocase tests" + , ["XYZ", ["xYz"], { nocase: true, null: true } + , ["xYz", "ABC", "IjK"]] + , ["ab*", ["ABC"], { nocase: true, null: true } + , ["xYz", "ABC", "IjK"]] + , ["[ia]?[ck]", ["ABC", "IjK"], { nocase: true, null: true } + , ["xYz", "ABC", "IjK"]] + + // [ pattern, [matches], MM opts, files, TAP opts] + , "onestar/twostar" + , ["{/*,*}", [], {null: true}, ["/asdf/asdf/asdf"]] + , ["{/?,*}", ["/a", "bb"], {null: true} + , ["/a", "/b/b", "/a/b/c", "bb"]] + + , "dots should not match unless requested" + , ["**", ["a/b"], {}, ["a/b", "a/.d", ".a/.d"]] + + // .. and . can only match patterns starting with ., + // even when options.dot is set. + , function () { + files = ["a/./b", "a/../b", "a/c/b", "a/.d/b"] + } + , ["a/*/b", ["a/c/b", "a/.d/b"], {dot: true}] + , ["a/.*/b", ["a/./b", "a/../b", "a/.d/b"], {dot: true}] + , ["a/*/b", ["a/c/b"], {dot:false}] + , ["a/.*/b", ["a/./b", "a/../b", "a/.d/b"], {dot: false}] + + + // this also tests that changing the options needs + // to change the cache key, even if the pattern is + // the same! + , ["**", ["a/b","a/.d",".a/.d"], { dot: true } + , [ ".a/.d", "a/.d", "a/b"]] + + , "paren sets cannot contain slashes" + , ["*(a/b)", ["*(a/b)"], {nonull: true}, ["a/b"]] + + // brace sets trump all else. + // + // invalid glob pattern. fails on bash4 and bsdglob. + // however, in this implementation, it's easier just + // to do the intuitive thing, and let brace-expansion + // actually come before parsing any extglob patterns, + // like the documentation seems to say. + // + // XXX: if anyone complains about this, either fix it + // or tell them to grow up and stop complaining. + // + // bash/bsdglob says this: + // , ["*(a|{b),c)}", ["*(a|{b),c)}"], {}, ["a", "ab", "ac", "ad"]] + // but we do this instead: + , ["*(a|{b),c)}", ["a", "ab", "ac"], {}, ["a", "ab", "ac", "ad"]] + + // test partial parsing in the presence of comment/negation chars + , ["[!a*", ["[!ab"], {}, ["[!ab", "[ab"]] + , ["[#a*", ["[#ab"], {}, ["[#ab", "[ab"]] + + // like: {a,b|c\\,d\\\|e} except it's unclosed, so it has to be escaped. + , ["+(a|*\\|c\\\\|d\\\\\\|e\\\\\\\\|f\\\\\\\\\\|g" + , ["+(a|b\\|c\\\\|d\\\\|e\\\\\\\\|f\\\\\\\\|g"] + , {} + , ["+(a|b\\|c\\\\|d\\\\|e\\\\\\\\|f\\\\\\\\|g", "a", "b\\c"]] + + + // crazy nested {,,} and *(||) tests. + , function () { + files = [ "a", "b", "c", "d" + , "ab", "ac", "ad" + , "bc", "cb" + , "bc,d", "c,db", "c,d" + , "d)", "(b|c", "*(b|c" + , "b|c", "b|cc", "cb|c" + , "x(a|b|c)", "x(a|c)" + , "(a|b|c)", "(a|c)"] + } + , ["*(a|{b,c})", ["a", "b", "c", "ab", "ac"]] + , ["{a,*(b|c,d)}", ["a","(b|c", "*(b|c", "d)"]] + // a + // *(b|c) + // *(b|d) + , ["{a,*(b|{c,d})}", ["a","b", "bc", "cb", "c", "d"]] + , ["*(a|{b|c,c})", ["a", "b", "c", "ab", "ac", "bc", "cb"]] + + + // test various flag settings. + , [ "*(a|{b|c,c})", ["x(a|b|c)", "x(a|c)", "(a|b|c)", "(a|c)"] + , { noext: true } ] + , ["a?b", ["x/y/acb", "acb/"], {matchBase: true} + , ["x/y/acb", "acb/", "acb/d/e", "x/y/acb/d"] ] + , ["#*", ["#a", "#b"], {nocomment: true}, ["#a", "#b", "c#d"]] + + + // begin channelling Boole and deMorgan... + , "negation tests" + , function () { + files = ["d", "e", "!ab", "!abc", "a!b", "\\!a"] + } + + // anything that is NOT a* matches. + , ["!a*", ["\\!a", "d", "e", "!ab", "!abc"]] + + // anything that IS !a* matches. + , ["!a*", ["!ab", "!abc"], {nonegate: true}] + + // anything that IS a* matches + , ["!!a*", ["a!b"]] + + // anything that is NOT !a* matches + , ["!\\!a*", ["a!b", "d", "e", "\\!a"]] + + // negation nestled within a pattern + , function () { + files = [ "foo.js" + , "foo.bar" + // can't match this one without negative lookbehind. + , "foo.js.js" + , "blar.js" + , "foo." + , "boo.js.boo" ] + } + , ["*.!(js)", ["foo.bar", "foo.", "boo.js.boo"] ] + + // https://github.com/isaacs/minimatch/issues/5 + , function () { + files = [ 'a/b/.x/c' + , 'a/b/.x/c/d' + , 'a/b/.x/c/d/e' + , 'a/b/.x' + , 'a/b/.x/' + , 'a/.x/b' + , '.x' + , '.x/' + , '.x/a' + , '.x/a/b' + , 'a/.x/b/.x/c' + , '.x/.x' ] + } + , ["**/.x/**", [ '.x/' + , '.x/a' + , '.x/a/b' + , 'a/.x/b' + , 'a/b/.x/' + , 'a/b/.x/c' + , 'a/b/.x/c/d' + , 'a/b/.x/c/d/e' ] ] + + ] + +var regexps = + [ '/^(?:(?=.)a[^/]*?)$/', + '/^(?:(?=.)X[^/]*?)$/', + '/^(?:(?=.)X[^/]*?)$/', + '/^(?:\\*)$/', + '/^(?:(?=.)\\*[^/]*?)$/', + '/^(?:\\*\\*)$/', + '/^(?:(?=.)b[^/]*?\\/)$/', + '/^(?:(?=.)c[^/]*?)$/', + '/^(?:(?:(?!(?:\\/|^)\\.).)*?)$/', + '/^(?:\\.\\.\\/(?!\\.)(?=.)[^/]*?\\/)$/', + '/^(?:s\\/(?=.)\\.\\.[^/]*?\\/)$/', + '/^(?:\\/\\^root:\\/\\{s\\/(?=.)\\^[^:][^/]*?:[^:][^/]*?:\\([^:]\\)[^/]*?\\.[^/]*?\\$\\/1\\/)$/', + '/^(?:\\/\\^root:\\/\\{s\\/(?=.)\\^[^:][^/]*?:[^:][^/]*?:\\([^:]\\)[^/]*?\\.[^/]*?\\$\\/\u0001\\/)$/', + '/^(?:(?!\\.)(?=.)[a-c]b[^/]*?)$/', + '/^(?:(?!\\.)(?=.)[a-y][^/]*?[^c])$/', + '/^(?:(?=.)a[^/]*?[^c])$/', + '/^(?:(?=.)a[X-]b)$/', + '/^(?:(?!\\.)(?=.)[^a-c][^/]*?)$/', + '/^(?:a\\*b\\/(?!\\.)(?=.)[^/]*?)$/', + '/^(?:(?=.)a\\*[^/]\\/(?!\\.)(?=.)[^/]*?)$/', + '/^(?:(?!\\.)(?=.)[^/]*?\\\\\\![^/]*?)$/', + '/^(?:(?!\\.)(?=.)[^/]*?\\![^/]*?)$/', + '/^(?:(?!\\.)(?=.)[^/]*?\\.\\*)$/', + '/^(?:(?=.)a[b]c)$/', + '/^(?:(?=.)a[b]c)$/', + '/^(?:(?=.)a[^/]c)$/', + '/^(?:a\\*c)$/', + 'false', + '/^(?:(?!\\.)(?=.)[^/]*?\\/(?=.)man[^/]*?\\/(?=.)bash\\.[^/]*?)$/', + '/^(?:man\\/man1\\/bash\\.1)$/', + '/^(?:(?=.)a[^/]*?[^/]*?[^/]*?c)$/', + '/^(?:(?=.)a[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]c)$/', + '/^(?:(?!\\.)(?=.)[^/][^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/][^/])$/', + '/^(?:(?!\\.)(?=.)[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/][^/])$/', + '/^(?:(?!\\.)(?=.)[^/][^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]c)$/', + '/^(?:(?!\\.)(?=.)[^/][^/]*?[^/]*?[^/]*?[^/][^/]*?[^/]*?[^/]*?[^/]*?c)$/', + '/^(?:(?!\\.)(?=.)[^/][^/]*?[^/]*?[^/]*?[^/][^/]*?[^/]*?[^/]*?[^/]*?[^/])$/', + '/^(?:(?!\\.)(?=.)[^/][^/]*?[^/]*?[^/]*?[^/][^/]*?[^/]*?[^/]*?[^/]*?)$/', + '/^(?:(?!\\.)(?=.)[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?c)$/', + '/^(?:(?!\\.)(?=.)[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/])$/', + '/^(?:(?=.)a[^/]*?cd[^/]*?[^/]*?[^/][^/]*?[^/]*?[^/][^/]k)$/', + '/^(?:(?=.)a[^/]*?[^/]*?[^/][^/]*?[^/]*?cd[^/]*?[^/]*?[^/][^/]*?[^/]*?[^/][^/]k)$/', + '/^(?:(?=.)a[^/]*?[^/]*?[^/][^/]*?[^/]*?cd[^/]*?[^/]*?[^/][^/]*?[^/]*?[^/][^/]k[^/]*?[^/]*?[^/]*?)$/', + '/^(?:(?=.)a[^/]*?[^/]*?[^/][^/]*?[^/]*?cd[^/]*?[^/]*?[^/][^/]*?[^/]*?[^/][^/][^/]*?[^/]*?[^/]*?k)$/', + '/^(?:(?=.)a[^/]*?[^/]*?[^/][^/]*?[^/]*?cd[^/]*?[^/]*?[^/][^/]*?[^/]*?[^/][^/][^/]*?[^/]*?[^/]*?k[^/]*?[^/]*?)$/', + '/^(?:(?=.)a[^/]*?[^/]*?[^/]*?[^/]*?c[^/]*?[^/]*?[^/][^/]*?[^/]*?[^/][^/][^/]*?[^/]*?[^/]*?[^/]*?[^/]*?)$/', + '/^(?:(?!\\.)(?=.)[-abc])$/', + '/^(?:(?!\\.)(?=.)[abc-])$/', + '/^(?:\\\\)$/', + '/^(?:(?!\\.)(?=.)[\\\\])$/', + '/^(?:(?!\\.)(?=.)[\\[])$/', + '/^(?:\\[)$/', + '/^(?:(?=.)\\[(?!\\.)(?=.)[^/]*?)$/', + '/^(?:(?!\\.)(?=.)[\\]])$/', + '/^(?:(?!\\.)(?=.)[\\]-])$/', + '/^(?:(?!\\.)(?=.)[a-z])$/', + '/^(?:(?!\\.)(?=.)[^/][^/][^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/][^/]*?[^/]*?[^/]*?[^/]*?[^/])$/', + '/^(?:(?!\\.)(?=.)[^/][^/][^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/][^/]*?[^/]*?[^/]*?[^/]*?c)$/', + '/^(?:(?!\\.)(?=.)[^/][^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?c[^/]*?[^/]*?[^/]*?[^/]*?[^/][^/]*?[^/]*?[^/]*?[^/]*?)$/', + '/^(?:(?!\\.)(?=.)[^/]*?c[^/]*?[^/][^/]*?[^/]*?)$/', + '/^(?:(?=.)a[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?c[^/]*?[^/][^/]*?[^/]*?)$/', + '/^(?:(?=.)a[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/][^/][^/][^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?)$/', + '/^(?:\\[\\])$/', + '/^(?:\\[abc)$/', + '/^(?:(?=.)XYZ)$/i', + '/^(?:(?=.)ab[^/]*?)$/i', + '/^(?:(?!\\.)(?=.)[ia][^/][ck])$/i', + '/^(?:\\/(?!\\.)(?=.)[^/]*?|(?!\\.)(?=.)[^/]*?)$/', + '/^(?:\\/(?!\\.)(?=.)[^/]|(?!\\.)(?=.)[^/]*?)$/', + '/^(?:(?:(?!(?:\\/|^)\\.).)*?)$/', + '/^(?:a\\/(?!(?:^|\\/)\\.{1,2}(?:$|\\/))(?=.)[^/]*?\\/b)$/', + '/^(?:a\\/(?=.)\\.[^/]*?\\/b)$/', + '/^(?:a\\/(?!\\.)(?=.)[^/]*?\\/b)$/', + '/^(?:a\\/(?=.)\\.[^/]*?\\/b)$/', + '/^(?:(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?)$/', + '/^(?:(?!\\.)(?=.)[^/]*?\\(a\\/b\\))$/', + '/^(?:(?!\\.)(?=.)(?:a|b)*|(?!\\.)(?=.)(?:a|c)*)$/', + '/^(?:(?=.)\\[(?=.)\\!a[^/]*?)$/', + '/^(?:(?=.)\\[(?=.)#a[^/]*?)$/', + '/^(?:(?=.)\\+\\(a\\|[^/]*?\\|c\\\\\\\\\\|d\\\\\\\\\\|e\\\\\\\\\\\\\\\\\\|f\\\\\\\\\\\\\\\\\\|g)$/', + '/^(?:(?!\\.)(?=.)(?:a|b)*|(?!\\.)(?=.)(?:a|c)*)$/', + '/^(?:a|(?!\\.)(?=.)[^/]*?\\(b\\|c|d\\))$/', + '/^(?:a|(?!\\.)(?=.)(?:b|c)*|(?!\\.)(?=.)(?:b|d)*)$/', + '/^(?:(?!\\.)(?=.)(?:a|b|c)*|(?!\\.)(?=.)(?:a|c)*)$/', + '/^(?:(?!\\.)(?=.)[^/]*?\\(a\\|b\\|c\\)|(?!\\.)(?=.)[^/]*?\\(a\\|c\\))$/', + '/^(?:(?=.)a[^/]b)$/', + '/^(?:(?=.)#[^/]*?)$/', + '/^(?!^(?:(?=.)a[^/]*?)$).*$/', + '/^(?:(?=.)\\!a[^/]*?)$/', + '/^(?:(?=.)a[^/]*?)$/', + '/^(?!^(?:(?=.)\\!a[^/]*?)$).*$/', + '/^(?:(?!\\.)(?=.)[^/]*?\\.(?:(?!js)[^/]*?))$/', + '/^(?:(?:(?!(?:\\/|^)\\.).)*?\\/\\.x\\/(?:(?!(?:\\/|^)\\.).)*?)$/' ] +var re = 0; + +tap.test("basic tests", function (t) { + var start = Date.now() + + // [ pattern, [matches], MM opts, files, TAP opts] + patterns.forEach(function (c) { + if (typeof c === "function") return c() + if (typeof c === "string") return t.comment(c) + + var pattern = c[0] + , expect = c[1].sort(alpha) + , options = c[2] || {} + , f = c[3] || files + , tapOpts = c[4] || {} + + // options.debug = true + var m = new mm.Minimatch(pattern, options) + var r = m.makeRe() + var expectRe = regexps[re++] + tapOpts.re = String(r) || JSON.stringify(r) + tapOpts.files = JSON.stringify(f) + tapOpts.pattern = pattern + tapOpts.set = m.set + tapOpts.negated = m.negate + + var actual = mm.match(f, pattern, options) + actual.sort(alpha) + + t.equivalent( actual, expect + , JSON.stringify(pattern) + " " + JSON.stringify(expect) + , tapOpts ) + + t.equal(tapOpts.re, expectRe, tapOpts) + }) + + t.comment("time=" + (Date.now() - start) + "ms") + t.end() +}) + +tap.test("global leak test", function (t) { + var globalAfter = Object.keys(global) + t.equivalent(globalAfter, globalBefore, "no new globals, please") + t.end() +}) + +function alpha (a, b) { + return a > b ? 1 : -1 +} diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/test/brace-expand.js b/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/test/brace-expand.js new file mode 100644 index 0000000..7ee278a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/test/brace-expand.js @@ -0,0 +1,33 @@ +var tap = require("tap") + , minimatch = require("../") + +tap.test("brace expansion", function (t) { + // [ pattern, [expanded] ] + ; [ [ "a{b,c{d,e},{f,g}h}x{y,z}" + , [ "abxy" + , "abxz" + , "acdxy" + , "acdxz" + , "acexy" + , "acexz" + , "afhxy" + , "afhxz" + , "aghxy" + , "aghxz" ] ] + , [ "a{1..5}b" + , [ "a1b" + , "a2b" + , "a3b" + , "a4b" + , "a5b" ] ] + , [ "a{b}c", ["a{b}c"] ] + ].forEach(function (tc) { + var p = tc[0] + , expect = tc[1] + t.equivalent(minimatch.braceExpand(p), expect, p) + }) + console.error("ending") + t.end() +}) + + diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/test/caching.js b/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/test/caching.js new file mode 100644 index 0000000..0fec4b0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/test/caching.js @@ -0,0 +1,14 @@ +var Minimatch = require("../minimatch.js").Minimatch +var tap = require("tap") +tap.test("cache test", function (t) { + var mm1 = new Minimatch("a?b") + var mm2 = new Minimatch("a?b") + t.equal(mm1, mm2, "should get the same object") + // the lru should drop it after 100 entries + for (var i = 0; i < 100; i ++) { + new Minimatch("a"+i) + } + mm2 = new Minimatch("a?b") + t.notEqual(mm1, mm2, "cache should have dropped") + t.end() +}) diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/test/defaults.js b/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/test/defaults.js new file mode 100644 index 0000000..25f1f60 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb-core/node_modules/minimatch/test/defaults.js @@ -0,0 +1,274 @@ +// http://www.bashcookbook.com/bashinfo/source/bash-1.14.7/tests/glob-test +// +// TODO: Some of these tests do very bad things with backslashes, and will +// most likely fail badly on windows. They should probably be skipped. + +var tap = require("tap") + , globalBefore = Object.keys(global) + , mm = require("../") + , files = [ "a", "b", "c", "d", "abc" + , "abd", "abe", "bb", "bcd" + , "ca", "cb", "dd", "de" + , "bdir/", "bdir/cfile"] + , next = files.concat([ "a-b", "aXb" + , ".x", ".y" ]) + +tap.test("basic tests", function (t) { + var start = Date.now() + + // [ pattern, [matches], MM opts, files, TAP opts] + ; [ "http://www.bashcookbook.com/bashinfo" + + "/source/bash-1.14.7/tests/glob-test" + , ["a*", ["a", "abc", "abd", "abe"]] + , ["X*", ["X*"], {nonull: true}] + + // allow null glob expansion + , ["X*", []] + + // isaacs: Slightly different than bash/sh/ksh + // \\* is not un-escaped to literal "*" in a failed match, + // but it does make it get treated as a literal star + , ["\\*", ["\\*"], {nonull: true}] + , ["\\**", ["\\**"], {nonull: true}] + , ["\\*\\*", ["\\*\\*"], {nonull: true}] + + , ["b*/", ["bdir/"]] + , ["c*", ["c", "ca", "cb"]] + , ["**", files] + + , ["\\.\\./*/", ["\\.\\./*/"], {nonull: true}] + , ["s/\\..*//", ["s/\\..*//"], {nonull: true}] + + , "legendary larry crashes bashes" + , ["/^root:/{s/^[^:]*:[^:]*:\([^:]*\).*$/\\1/" + , ["/^root:/{s/^[^:]*:[^:]*:\([^:]*\).*$/\\1/"], {nonull: true}] + , ["/^root:/{s/^[^:]*:[^:]*:\([^:]*\).*$/\1/" + , ["/^root:/{s/^[^:]*:[^:]*:\([^:]*\).*$/\1/"], {nonull: true}] + + , "character classes" + , ["[a-c]b*", ["abc", "abd", "abe", "bb", "cb"]] + , ["[a-y]*[^c]", ["abd", "abe", "bb", "bcd", + "bdir/", "ca", "cb", "dd", "de"]] + , ["a*[^c]", ["abd", "abe"]] + , function () { files.push("a-b", "aXb") } + , ["a[X-]b", ["a-b", "aXb"]] + , function () { files.push(".x", ".y") } + , ["[^a-c]*", ["d", "dd", "de"]] + , function () { files.push("a*b/", "a*b/ooo") } + , ["a\\*b/*", ["a*b/ooo"]] + , ["a\\*?/*", ["a*b/ooo"]] + , ["*\\\\!*", [], {null: true}, ["echo !7"]] + , ["*\\!*", ["echo !7"], null, ["echo !7"]] + , ["*.\\*", ["r.*"], null, ["r.*"]] + , ["a[b]c", ["abc"]] + , ["a[\\b]c", ["abc"]] + , ["a?c", ["abc"]] + , ["a\\*c", [], {null: true}, ["abc"]] + , ["", [""], { null: true }, [""]] + + , "http://www.opensource.apple.com/source/bash/bash-23/" + + "bash/tests/glob-test" + , function () { files.push("man/", "man/man1/", "man/man1/bash.1") } + , ["*/man*/bash.*", ["man/man1/bash.1"]] + , ["man/man1/bash.1", ["man/man1/bash.1"]] + , ["a***c", ["abc"], null, ["abc"]] + , ["a*****?c", ["abc"], null, ["abc"]] + , ["?*****??", ["abc"], null, ["abc"]] + , ["*****??", ["abc"], null, ["abc"]] + , ["?*****?c", ["abc"], null, ["abc"]] + , ["?***?****c", ["abc"], null, ["abc"]] + , ["?***?****?", ["abc"], null, ["abc"]] + , ["?***?****", ["abc"], null, ["abc"]] + , ["*******c", ["abc"], null, ["abc"]] + , ["*******?", ["abc"], null, ["abc"]] + , ["a*cd**?**??k", ["abcdecdhjk"], null, ["abcdecdhjk"]] + , ["a**?**cd**?**??k", ["abcdecdhjk"], null, ["abcdecdhjk"]] + , ["a**?**cd**?**??k***", ["abcdecdhjk"], null, ["abcdecdhjk"]] + , ["a**?**cd**?**??***k", ["abcdecdhjk"], null, ["abcdecdhjk"]] + , ["a**?**cd**?**??***k**", ["abcdecdhjk"], null, ["abcdecdhjk"]] + , ["a****c**?**??*****", ["abcdecdhjk"], null, ["abcdecdhjk"]] + , ["[-abc]", ["-"], null, ["-"]] + , ["[abc-]", ["-"], null, ["-"]] + , ["\\", ["\\"], null, ["\\"]] + , ["[\\\\]", ["\\"], null, ["\\"]] + , ["[[]", ["["], null, ["["]] + , ["[", ["["], null, ["["]] + , ["[*", ["[abc"], null, ["[abc"]] + , "a right bracket shall lose its special meaning and\n" + + "represent itself in a bracket expression if it occurs\n" + + "first in the list. -- POSIX.2 2.8.3.2" + , ["[]]", ["]"], null, ["]"]] + , ["[]-]", ["]"], null, ["]"]] + , ["[a-\z]", ["p"], null, ["p"]] + , ["??**********?****?", [], { null: true }, ["abc"]] + , ["??**********?****c", [], { null: true }, ["abc"]] + , ["?************c****?****", [], { null: true }, ["abc"]] + , ["*c*?**", [], { null: true }, ["abc"]] + , ["a*****c*?**", [], { null: true }, ["abc"]] + , ["a********???*******", [], { null: true }, ["abc"]] + , ["[]", [], { null: true }, ["a"]] + , ["[abc", [], { null: true }, ["["]] + + , "nocase tests" + , ["XYZ", ["xYz"], { nocase: true, null: true } + , ["xYz", "ABC", "IjK"]] + , ["ab*", ["ABC"], { nocase: true, null: true } + , ["xYz", "ABC", "IjK"]] + , ["[ia]?[ck]", ["ABC", "IjK"], { nocase: true, null: true } + , ["xYz", "ABC", "IjK"]] + + // [ pattern, [matches], MM opts, files, TAP opts] + , "onestar/twostar" + , ["{/*,*}", [], {null: true}, ["/asdf/asdf/asdf"]] + , ["{/?,*}", ["/a", "bb"], {null: true} + , ["/a", "/b/b", "/a/b/c", "bb"]] + + , "dots should not match unless requested" + , ["**", ["a/b"], {}, ["a/b", "a/.d", ".a/.d"]] + + // .. and . can only match patterns starting with ., + // even when options.dot is set. + , function () { + files = ["a/./b", "a/../b", "a/c/b", "a/.d/b"] + } + , ["a/*/b", ["a/c/b", "a/.d/b"], {dot: true}] + , ["a/.*/b", ["a/./b", "a/../b", "a/.d/b"], {dot: true}] + , ["a/*/b", ["a/c/b"], {dot:false}] + , ["a/.*/b", ["a/./b", "a/../b", "a/.d/b"], {dot: false}] + + + // this also tests that changing the options needs + // to change the cache key, even if the pattern is + // the same! + , ["**", ["a/b","a/.d",".a/.d"], { dot: true } + , [ ".a/.d", "a/.d", "a/b"]] + + , "paren sets cannot contain slashes" + , ["*(a/b)", ["*(a/b)"], {nonull: true}, ["a/b"]] + + // brace sets trump all else. + // + // invalid glob pattern. fails on bash4 and bsdglob. + // however, in this implementation, it's easier just + // to do the intuitive thing, and let brace-expansion + // actually come before parsing any extglob patterns, + // like the documentation seems to say. + // + // XXX: if anyone complains about this, either fix it + // or tell them to grow up and stop complaining. + // + // bash/bsdglob says this: + // , ["*(a|{b),c)}", ["*(a|{b),c)}"], {}, ["a", "ab", "ac", "ad"]] + // but we do this instead: + , ["*(a|{b),c)}", ["a", "ab", "ac"], {}, ["a", "ab", "ac", "ad"]] + + // test partial parsing in the presence of comment/negation chars + , ["[!a*", ["[!ab"], {}, ["[!ab", "[ab"]] + , ["[#a*", ["[#ab"], {}, ["[#ab", "[ab"]] + + // like: {a,b|c\\,d\\\|e} except it's unclosed, so it has to be escaped. + , ["+(a|*\\|c\\\\|d\\\\\\|e\\\\\\\\|f\\\\\\\\\\|g" + , ["+(a|b\\|c\\\\|d\\\\|e\\\\\\\\|f\\\\\\\\|g"] + , {} + , ["+(a|b\\|c\\\\|d\\\\|e\\\\\\\\|f\\\\\\\\|g", "a", "b\\c"]] + + + // crazy nested {,,} and *(||) tests. + , function () { + files = [ "a", "b", "c", "d" + , "ab", "ac", "ad" + , "bc", "cb" + , "bc,d", "c,db", "c,d" + , "d)", "(b|c", "*(b|c" + , "b|c", "b|cc", "cb|c" + , "x(a|b|c)", "x(a|c)" + , "(a|b|c)", "(a|c)"] + } + , ["*(a|{b,c})", ["a", "b", "c", "ab", "ac"]] + , ["{a,*(b|c,d)}", ["a","(b|c", "*(b|c", "d)"]] + // a + // *(b|c) + // *(b|d) + , ["{a,*(b|{c,d})}", ["a","b", "bc", "cb", "c", "d"]] + , ["*(a|{b|c,c})", ["a", "b", "c", "ab", "ac", "bc", "cb"]] + + + // test various flag settings. + , [ "*(a|{b|c,c})", ["x(a|b|c)", "x(a|c)", "(a|b|c)", "(a|c)"] + , { noext: true } ] + , ["a?b", ["x/y/acb", "acb/"], {matchBase: true} + , ["x/y/acb", "acb/", "acb/d/e", "x/y/acb/d"] ] + , ["#*", ["#a", "#b"], {nocomment: true}, ["#a", "#b", "c#d"]] + + + // begin channelling Boole and deMorgan... + , "negation tests" + , function () { + files = ["d", "e", "!ab", "!abc", "a!b", "\\!a"] + } + + // anything that is NOT a* matches. + , ["!a*", ["\\!a", "d", "e", "!ab", "!abc"]] + + // anything that IS !a* matches. + , ["!a*", ["!ab", "!abc"], {nonegate: true}] + + // anything that IS a* matches + , ["!!a*", ["a!b"]] + + // anything that is NOT !a* matches + , ["!\\!a*", ["a!b", "d", "e", "\\!a"]] + + // negation nestled within a pattern + , function () { + files = [ "foo.js" + , "foo.bar" + // can't match this one without negative lookbehind. + , "foo.js.js" + , "blar.js" + , "foo." + , "boo.js.boo" ] + } + , ["*.!(js)", ["foo.bar", "foo.", "boo.js.boo"] ] + + ].forEach(function (c) { + if (typeof c === "function") return c() + if (typeof c === "string") return t.comment(c) + + var pattern = c[0] + , expect = c[1].sort(alpha) + , options = c[2] || {} + , f = c[3] || files + , tapOpts = c[4] || {} + + // options.debug = true + var Class = mm.defaults(options).Minimatch + var m = new Class(pattern, {}) + var r = m.makeRe() + tapOpts.re = String(r) || JSON.stringify(r) + tapOpts.files = JSON.stringify(f) + tapOpts.pattern = pattern + tapOpts.set = m.set + tapOpts.negated = m.negate + + var actual = mm.match(f, pattern, options) + actual.sort(alpha) + + t.equivalent( actual, expect + , JSON.stringify(pattern) + " " + JSON.stringify(expect) + , tapOpts ) + }) + + t.comment("time=" + (Date.now() - start) + "ms") + t.end() +}) + +tap.test("global leak test", function (t) { + var globalAfter = Object.keys(global) + t.equivalent(globalAfter, globalBefore, "no new globals, please") + t.end() +}) + +function alpha (a, b) { + return a > b ? 1 : -1 +} diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/package.json b/user/themes/gilles_acezat/node_modules/csscomb-core/package.json new file mode 100644 index 0000000..621be21 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb-core/package.json @@ -0,0 +1,68 @@ +{ + "_args": [ + [ + "csscomb-core@3.0.0-3.1", + "/mnt/data/Sites/r2c.net/user/themes/r2c" + ] + ], + "_development": true, + "_from": "csscomb-core@3.0.0-3.1", + "_id": "csscomb-core@3.0.0-3.1", + "_inBundle": false, + "_integrity": "sha1-tBHI18/g3z8v4d+E0b1kpvAEbGg=", + "_location": "/csscomb-core", + "_phantomChildren": { + "lru-cache": "2.7.3", + "sigmund": "1.0.1" + }, + "_requested": { + "type": "version", + "registry": true, + "raw": "csscomb-core@3.0.0-3.1", + "name": "csscomb-core", + "escapedName": "csscomb-core", + "rawSpec": "3.0.0-3.1", + "saveSpec": null, + "fetchSpec": "3.0.0-3.1" + }, + "_requiredBy": [ + "/csscomb" + ], + "_resolved": "https://registry.npmjs.org/csscomb-core/-/csscomb-core-3.0.0-3.1.tgz", + "_spec": "3.0.0-3.1", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c", + "bugs": { + "url": "https://github.com/csscomb/core/issues" + }, + "dependencies": { + "gonzales-pe": "3.0.0-28", + "minimatch": "0.2.12", + "vow": "0.4.4", + "vow-fs": "0.3.2" + }, + "description": "Framework for writing postprocessors", + "devDependencies": { + "jscoverage": "0.5.x", + "mocha": "1.20.x" + }, + "homepage": "https://github.com/csscomb/core#readme", + "license": "MIT", + "main": "lib/core.js", + "maintainers": [ + { + "name": "Tony Ganch", + "email": "tonyganch+github@gmail.com", + "url": "http://tonyganch.com/" + } + ], + "name": "csscomb-core", + "repository": { + "type": "git", + "url": "git+https://github.com/csscomb/core.git" + }, + "scripts": { + "cov": "mocha -r jscoverage --covout=html test >> /dev/null && open ./covreporter/index.html", + "test": "mocha" + }, + "version": "3.0.0-3.1" +} diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/test/add_handler.js b/user/themes/gilles_acezat/node_modules/csscomb-core/test/add_handler.js new file mode 100644 index 0000000..e494441 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb-core/test/add_handler.js @@ -0,0 +1,32 @@ +// Depends on: _.setValue() + +var Comb = require('../lib/core'); +var assert = require('assert'); + +describe('_.addHandler()', function() { + it('Option has `setValue` method', function() { + var comb = new Comb(); + comb._.handlers = []; + comb._.configuredOptions = {}; + var option = { + name: 'nani', + setValue: function(value) { return value.toUpperCase(); } + }; + comb._.addHandler(option, 'foo'); + assert.deepEqual([option], comb._.handlers); + assert.equal('FOO', comb._.configuredOptions.nani); + }); + + it('Option has no `setValue` method', function() { + var comb = new Comb(); + comb._.handlers = []; + comb._.configuredOptions = {}; + var option = { + accepts: {string: /^foo$/}, + name: 'nani' + }; + comb._.addHandler(option, 'foo'); + assert.deepEqual([option], comb._.handlers); + assert.equal('foo', comb._.configuredOptions.nani); + }); +}); diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/test/configure.js b/user/themes/gilles_acezat/node_modules/csscomb-core/test/configure.js new file mode 100644 index 0000000..e69de29 diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/test/constructor.js b/user/themes/gilles_acezat/node_modules/csscomb-core/test/constructor.js new file mode 100644 index 0000000..1457cc4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb-core/test/constructor.js @@ -0,0 +1,22 @@ +var Comb = require('../lib/core'); +var assert = require('assert'); + +describe('constructor', function() { + it('Passing no options to constructor', function() { + var comb = new Comb(); + assert.equal(null, comb._.handlers); + assert.deepEqual([], comb._.optionsOrder); + }); + + it('Passing an empty array of options to constructor', function() { + var comb = new Comb([]); + assert.equal(null, comb._.handlers); + assert.deepEqual([], comb._.optionsOrder); + }); + + it('Passing no options to constructor', function() { + var comb = new Comb(); + assert.equal(null, comb._.handlers); + }); + +}); diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/test/get_options_order.js b/user/themes/gilles_acezat/node_modules/csscomb-core/test/get_options_order.js new file mode 100644 index 0000000..e69de29 diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/test/get_syntax.js b/user/themes/gilles_acezat/node_modules/csscomb-core/test/get_syntax.js new file mode 100644 index 0000000..1129cda --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb-core/test/get_syntax.js @@ -0,0 +1,10 @@ +var Comb = require('../lib/core'); +var assert = require('assert'); + +describe('_.getSyntax()', function() { + it('Ok', function() { + var comb = new Comb(); + comb.syntax = 'css'; + assert.equal('css', comb.getSyntax()); + }); +}); diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/test/get_value.js b/user/themes/gilles_acezat/node_modules/csscomb-core/test/get_value.js new file mode 100644 index 0000000..bb4ef5c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb-core/test/get_value.js @@ -0,0 +1,11 @@ +var Comb = require('../lib/core'); +var assert = require('assert'); + +describe('_.getSyntax()', function() { + it('Ok', function() { + var comb = new Comb(); + comb._.configuredOptions = {nani: 'foo'}; + assert.equal('foo', comb.getValue('nani')); + }); +}); + diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/test/lint_directory.js b/user/themes/gilles_acezat/node_modules/csscomb-core/test/lint_directory.js new file mode 100644 index 0000000..e69de29 diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/test/lint_file.js b/user/themes/gilles_acezat/node_modules/csscomb-core/test/lint_file.js new file mode 100644 index 0000000..e69de29 diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/test/lint_path.js b/user/themes/gilles_acezat/node_modules/csscomb-core/test/lint_path.js new file mode 100644 index 0000000..e69de29 diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/test/lint_string.js b/user/themes/gilles_acezat/node_modules/csscomb-core/test/lint_string.js new file mode 100644 index 0000000..10c0144 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb-core/test/lint_string.js @@ -0,0 +1,19 @@ +// Depends on: _.lintTree() + +var Comb = require('../lib/core'); +var assert = require('assert'); + +describe('lintString()', function() { + it('Should lint', function() { + var comb = new Comb(); + var string = 'a{color:red}'; + var error = {line:1, column: 7, message: 'foo'}; + comb._.handlers = [{ + syntax: ['css'], + lint: function(node) { + if (node.content === 'red') return error; + } + }]; + assert.deepEqual([error], comb.lintString(string)); + }); +}); diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/test/lint_tree.js b/user/themes/gilles_acezat/node_modules/csscomb-core/test/lint_tree.js new file mode 100644 index 0000000..ef2c335 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb-core/test/lint_tree.js @@ -0,0 +1,59 @@ +// Depends on: getSyntax(), gonzales + +var Comb = require('../lib/core'); +var assert = require('assert'); +var gonzales = require('gonzales-pe'); + +describe('lintTree()', function() { + it('Skip handlers that do not support given syntax', function() { + var comb = new Comb(); + var ast = {}; + comb.syntax = 'less'; + comb._.handlers = [{ + syntax: ['css'] + }]; + assert.deepEqual([], comb._.lintTree(ast)); + }); + + it('Skip handlers that have no `lint` method', function() { + var comb = new Comb(); + var ast = {}; + comb.syntax = 'css'; + comb._.handlers = [{ + syntax: ['css'] + }]; + assert.deepEqual([], comb._.lintTree(ast)); + }); + + it('Should lint, one error', function() { + var comb = new Comb(); + var ast = originalAST = gonzales.parse('a{color:red}'); + var error = {line:1, column: 7, message: 'foo'}; + comb.syntax = 'css'; + comb._.handlers = [{ + syntax: ['css'], + lint: function(node) { + if (node.content === 'red') return error; + } + }]; + assert.deepEqual([error], comb._.lintTree(ast)); + // Should not modify ast: + assert.deepEqual(originalAST, ast); + }); + + it('Should lint, multiple errors', function() { + var comb = new Comb(); + var ast = originalAST = gonzales.parse('a{color:red}'); + var error = {line:1, column: 7, message: 'foo'}; + comb.syntax = 'css'; + comb._.handlers = [{ + syntax: ['css'], + lint: function(node) { + if (node.content === 'red') return [error, error]; + } + }]; + assert.deepEqual([error, error], comb._.lintTree(ast)); + // Should not modify ast: + assert.deepEqual(originalAST, ast); + }); +}); diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/test/process_directory.js b/user/themes/gilles_acezat/node_modules/csscomb-core/test/process_directory.js new file mode 100644 index 0000000..e69de29 diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/test/process_file.js b/user/themes/gilles_acezat/node_modules/csscomb-core/test/process_file.js new file mode 100644 index 0000000..e69de29 diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/test/process_path.js b/user/themes/gilles_acezat/node_modules/csscomb-core/test/process_path.js new file mode 100644 index 0000000..e69de29 diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/test/process_string.js b/user/themes/gilles_acezat/node_modules/csscomb-core/test/process_string.js new file mode 100644 index 0000000..e69de29 diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/test/process_tree.js b/user/themes/gilles_acezat/node_modules/csscomb-core/test/process_tree.js new file mode 100644 index 0000000..e69de29 diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/test/set_value.js b/user/themes/gilles_acezat/node_modules/csscomb-core/test/set_value.js new file mode 100644 index 0000000..3154464 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb-core/test/set_value.js @@ -0,0 +1,73 @@ +var Comb = require('../lib/core'); +var assert = require('assert'); + +describe('_.setValue()', function() { + it('No options', function() { + var comb = new Comb(); + assert.throws(function() { + comb._.setValue(); + }); + }); + + it('Empty options', function() { + var comb = new Comb(); + assert.throws(function() { + comb._.setValue({}); + }); + }); + + it('Value of unacceptable type', function() { + var comb = new Comb(); + assert.throws(function() { + comb._.setValue({boolean: [true]}, 'nani'); + }); + }); + + it('Not-Ok boolean', function() { + var comb = new Comb(); + assert.throws(function() { + comb._.setValue({boolean: [true]}, false); + }); + }); + + it('Ok boolean', function() { + var comb = new Comb(); + var value = comb._.setValue({boolean: [true]}, true); + assert.equal(true, value); + }); + + it('Not-Ok number', function() { + var comb = new Comb(); + assert.throws(function() { + comb._.setValue({number: true}, 3.6); + }); + }); + + it('Ok number', function() { + var comb = new Comb(); + var value = comb._.setValue({number: true}, 3); + assert.equal(' ', value); + }); + + it('Not-Ok string', function() { + var comb = new Comb(); + assert.throws(function() { + comb._.setValue({string: /^nani$/}, 'foo'); + }); + }); + + it('Ok string', function() { + var comb = new Comb(); + var value = comb._.setValue({string: /^nani$/}, 'nani'); + assert.equal('nani', value); + }); + + it('setValue method not implemented', function() { + var comb = new Comb(); + assert.throws(function() { + comb._.setValue({object: true}, {}); + }); + }); + +}); + diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/test/should_process.js b/user/themes/gilles_acezat/node_modules/csscomb-core/test/should_process.js new file mode 100644 index 0000000..7f601bd --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb-core/test/should_process.js @@ -0,0 +1,54 @@ +var Comb = require('../lib/core'); +var assert = require('assert'); +var minimatch = require('minimatch'); + +describe('_.shouldProcess()', function() { + it('No options', function() { + var comb = new Comb(); + assert.throws(function() { + comb._.shouldProcess(); + }); + }); + + it('Empty list of excludes', function() { + var comb = new Comb(); + comb._.exclude = []; + var should = comb._.shouldProcess('/Users/tg/nani'); + assert.equal(true, should); + }); + + it('Not excluded', function() { + var comb = new Comb(); + comb._.exclude = [minimatch.Minimatch('/tmp/*')]; + var should = comb._.shouldProcess('/Users/tg/nani'); + assert.equal(true, should); + }); + + it('Not excluded, 2', function() { + var comb = new Comb(); + comb._.exclude = [minimatch.Minimatch('/tmp/*')]; + var should = comb._.shouldProcess('/tmp/foo/nani'); + assert.equal(true, should); + }); + + it('Excluded', function() { + var comb = new Comb(); + comb._.exclude = [minimatch.Minimatch('/tmp/*')]; + var should = comb._.shouldProcess('/tmp/nani'); + assert.equal(false, should); + }); + + it('Excluded, 2', function() { + var comb = new Comb(); + comb._.exclude = [minimatch.Minimatch('/tmp/**/*')]; + var should = comb._.shouldProcess('/tmp/foo/nani'); + assert.equal(false, should); + }); + + it('Excluded, 3, with slash at the end', function() { + var comb = new Comb(); + comb._.exclude = [minimatch.Minimatch('/tmp/nani')]; + var should = comb._.shouldProcess('/tmp/nani/'); + assert.equal(false, should); + }); +}); diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/test/should_process_file.js b/user/themes/gilles_acezat/node_modules/csscomb-core/test/should_process_file.js new file mode 100644 index 0000000..598967c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb-core/test/should_process_file.js @@ -0,0 +1,27 @@ +var Comb = require('../lib/core'); +var assert = require('assert'); + +describe('_.shouldProcessFile()', function() { + it('No options', function() { + var comb = new Comb(); + assert.throws(function() { + comb._.shouldProcessFile(); + }); + }); + + it('Supported syntax', function() { + var comb = new Comb(); + comb._.supportedSyntaxes = ['css']; + comb._.exclude = []; + var should = comb._.shouldProcessFile('nani.css'); + assert.equal(true, should); + }); + + it('Not supported syntax', function() { + var comb = new Comb(); + comb._.supportedSyntaxes = ['css']; + comb._.exclude = []; + var should = comb._.shouldProcessFile('nani.js'); + assert.equal(false, should); + }); +}); diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/test/update_option_order.js b/user/themes/gilles_acezat/node_modules/csscomb-core/test/update_option_order.js new file mode 100644 index 0000000..e69de29 diff --git a/user/themes/gilles_acezat/node_modules/csscomb-core/test/use.js b/user/themes/gilles_acezat/node_modules/csscomb-core/test/use.js new file mode 100644 index 0000000..e69de29 diff --git a/user/themes/gilles_acezat/node_modules/csscomb/CHANGELOG.md b/user/themes/gilles_acezat/node_modules/csscomb/CHANGELOG.md new file mode 100644 index 0000000..794cec0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/CHANGELOG.md @@ -0,0 +1,232 @@ +# Changelog + +## 3.1.7 - 2015-06-09 + +- Do not remove units from values starting from zeroes, like `0.5em` (#394) + +## 3.1.6 - 2015-06-09 +- Hotfix for issue when `unitless-zero` crashed on percentages in Less (#389) + +## 3.1.5 - 2015-05-27 +- Fixed dependencies + +## 3.1.4 - 2015-05-24 +- Fixed `space-after-opening-brace` option for empty media queries (#387) + +## 3.1.3 - 2015-05-20 +- Do not add extra space before combinators which go first in selectors (#381) + +## 3.1.2 - 2015-05-20 +- Fixed processing of hashes (#379) + +## 3.1.1 - 2015-05-20 +- Fixed `space-between-declarations` vs. media queries (#378) + +## 3.1.0 - 2015-05-19 +**Thanks to +[@1000ch](https://github.com/1000ch), +[@alexeykuzmin](https://github.com/alexeykuzmin), +[@jonrohan](https://github.com/jonrohan)** +- Used new Gonzales PE API +- Fixed nested properties (#319) +- Added support for symlinked configs +- Added support for configs with any extension + +## 3.0.4 - 2014-11-15 +**Thanks to +[@gonzalocasas](https://github.com/gonzalocasas), +[@tomByrer](https://github.com/tomByrer)** +- Improved docs +- Fixed Gonzales PE version + +## 3.0.3 - 2014-09-29 +**Thanks to +[@kizu](https://github.com/kizu), +[@necolas](https://github.com/necolas)** +- Improved README +- Added non-essential files to npmignore +- Renamed `CONTRIBUTE.md` to `CONTRIBUTING.md` +- Fixed unwanted removal of empty lines between nested rulesets (#317) + +## 3.0.2 - 2014-09-21 +- Fixed Gonzales PE version + +## 3.0.1 - 2014-08-18 +**Thanks to +[@mishanga](https://github.com/mishanga), +[@cust0dian](https://github.com/cust0dian)** +- Added `khtml` to list of vendor prefixes +- Updated docs + +## 3.0.0 - 2014-07-19 +**Thanks to +[@cvrebert](https://github.com/cvrebert), +[@filtercake](https://github.com/filtercake), +[@lefoy](https://github.com/lefoy), +[@L0stSoul](https://github.com/L0stSoul), +[@kizu](https://github.com/kizu), +[@schneyra](https://github.com/schneyra), +[@thejameskyle](https://github.com/thejameskyle), +[@vecmezoni](https://github.com/vecmezoni)** + +New: + +- Sass support +- Leftovers (#160) +- Use [CSScomb Core](https://github.com/csscomb/core) +- Plugins API (with `.use()` method) +- `sort-order-fallback` (alphabetical sort order) +- `space-before-colon` +- `space-after-colon` +- `space-before-combinator` +- `space-after-combinator` +- `space-before-selector-delimiter` +- `space-after-selector-delimiter` +- `space-before-opening-brace` +- `space-after-opening-brace` +- `space-before-closing-brace` +- `space-after-declaration` +- `tab-size` + +Removed: + +- `colon-space` +- `combinator-space` +- `rule-indent` +- `stick-brace` + +Changed: + +- Divided `process` and `detect` methods +- Made `getConfig` and `detect` static methods +- Removed "best guess" logic from options +- Excluded `bower_components/**` from processing +- Updated badges at README page +- Update Gonzales PE to v3.0 +- Various fixes + +## 2.0.5 - 2014-06-09 +- Updated dependencies (#229) + +## 2.0.4 - 2014-01-16 +- Fixed relative path to config (#164) + +## 2.0.3 - 2014-01-16 +- Documentation moved to `doc` directory +- Fixed incorrect left indent (#153) + +## 2.0.2 - 2014-01-09 +- Added test coverage (#138) +- Added test helpers (#147) +- Fixed config file recursive searching (#151) +- Fixed `block-indent` detecting (#148) +- Fixed `quote` value setter (#149) +- Fixed detection integral tests (#150) + +## 2.0.1 - 2013-12-23 +- Fix for `remove-empty-rulesets` option (#133) + +## 2.0.0 - 2013-12-18 +**Great thanks for @tonyganch and @kizu!** +- Use Gonzales PE to parse *.scss and *.less files +- Support sorting properties in *.scss and *.less files +- Codestyle detection +- Option: always-semicolon (scss + less) +- Option: quotes +- Two more config examples now: `csscomb` and `zen` +- Lots of refactoring and fixes +- Lots of tests added +- Node v0.8 no longer supported + +## 1.0.0 - 2013-11-06 +- Option: vendor-prefix-align +- Dependencies updated +- Fixed options order in readme + +## 0.1.0 - 2013-10-11 +- CLI: lint mode + +## 0.0.15 - 2013-10-03 +- Option: remove-empty-rulesets (#67) +- Option colon-space expanded +- Some refactoring and fixes + +## 0.0.14 - 2013-09-12 +- Option: eof-newline (#55) +- Verbose option (#62) +- Some refactoring + +## 0.0.13 - 2013-09-12 +- Fixed failing on empty files (#66) + +## 0.0.12 - 2013-09-11 +- Option: combinator-space +- Readme update +- Some CLI fixes +- Contributor added: @anton-rudeshko + +## 0.0.11 - 2013-09-10 +- Option: element-case +- Fixed block-indent bug with space after at-rule opening brace +- Fixed JSDoc +- Fixed colon-space description + +## 0.0.10 - 2013-09-06 +- Option: color-case +- Option: color-shorthand +- Option: leading-zero +- Option: unitless-zero +- Option update: colon-space +- Contributors added: @kizu and @ignovak +- Readme updated +- Licence added +- Contributing info added +- Changelog added + +## 0.0.9 - 2013-08-28 +- Option: sort-order +- Sort order config fix +- JSCS version and config update +- jshint config fix +- Some codestyle fixes + +## 0.0.8 - 2013-08-22 +- !!! Now using Gonzales instead of CSSP +- Option: block-indent +- Option: rule-indent +- Added few links to README +- Added some debug info +- Fixed default sort order +- Fixed path processing bug +- Fixed stick-brace option + +## 0.0.7 - 2013-08-09 +- jshint config fix +- Codestyle fix for always-semicolon +- Integral test fix +- Removed old php code + +## 0.0.6 - 2013-08-08 +- Option: always-semicolon + +## 0.0.5 - 2013-08-08 +- Fix for value setting +- Bugfix for stick-brace +- Added integral test + +## 0.0.4 - 2013-08-07 +- Some refactoring +- Tests added + +## 0.0.3 - 2013-08-05 +- Option: colon-space +- Option: stick-brace +- Moved to github/csscomb/csscomb.js + +## 0.0.2 - 2013-08-04 +- Option: strip-spaces - fix + +## 0.0.1 - 2013-08-03 +- Initial release +- Option: strip spaces +- Travis support diff --git a/user/themes/gilles_acezat/node_modules/csscomb/LICENSE b/user/themes/gilles_acezat/node_modules/csscomb/LICENSE new file mode 100644 index 0000000..a868d2a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) +Copyright © 2013 Mikhail Troshev, http://mishanga.pro + +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/user/themes/gilles_acezat/node_modules/csscomb/README.md b/user/themes/gilles_acezat/node_modules/csscomb/README.md new file mode 100644 index 0000000..5889592 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/README.md @@ -0,0 +1,104 @@ +# CSScomb [![CSSComb](logo.png)](http://csscomb.com/) +[![Build Status](https://travis-ci.org/csscomb/csscomb.js.svg?branch=master)](http://travis-ci.org/csscomb/csscomb.js) +[![NPM version](https://badge.fury.io/js/csscomb.svg)](http://badge.fury.io/js/csscomb) +[![Dependency Status](https://david-dm.org/csscomb/csscomb.js.svg)](https://david-dm.org/csscomb/csscomb.js) +[![devDependency Status](https://david-dm.org/csscomb/csscomb.js/dev-status.svg)](https://david-dm.org/csscomb/csscomb.js#info=devDependencies) + +CSScomb is a coding style formatter for CSS. +You can easily write your own [configuration](doc/configuration.md) to make +your style sheets beautiful and consistent. + +The main feature is [sorting properties](doc/options.md#sort-order) in a specific order. +It was inspired by [@miripiruni](https://github.com/miripiruni)'s +[PHP-based tool](https://github.com/csscomb/csscomb) of the same name. +This is the new JavaScript version, based on the powerful CSS parser +[Gonzales PE](https://github.com/tonyganch/gonzales-pe). + +## 1. Install + +Global installation (for use as a command-line tool): + +```bash +npm install csscomb -g +``` + +Local installation (for use as a command-line tool within current directory): + +```bash +npm install csscomb +``` + +To install as a project dependency (the package will appear in your dependencies): + +```bash +npm install csscomb --save +``` + +To install as a dev dependency (the package will appear in your devDependencies): + +```bash +npm install csscomb --save-dev +``` + +## 2. [Configure](doc/configuration.md) + +There are a number of ways to configure CSScomb: + +- Use one of [predefined configs](config) +- Put `.csscomb.json` file in the project root. +- Set path to config's file +- Use `*.css` file as a template + +## 3. Use + +### [Command Line](doc/usage-cli.md) + +```bash +csscomb assets/css +``` + +### [Node.js module](doc/usage-node.md) + +```js +var Comb = require('csscomb'); +var comb = new Comb('zen'); +comb.processPath('assets/css'); +``` + +## 4. Contribute + +Anyone and everyone is welcome to contribute. +Please take a moment to review the [guidelines for contributing](CONTRIBUTING.md). + +## Authors + +[@mishanga](https://github.com/mishanga), +[@tonyganch](https://github.com/tonyganch) + +Thanks for assistance and contributions: + +[@miripiruni](https://github.com/miripiruni), +[@anton-rudeshko](https://github.com/anton-rudeshko), +[@cvrebert](https://github.com/cvrebert), +[@filtercake](https://github.com/filtercake), +[@ignovak](https://github.com/ignovak), +[@kizu](https://github.com/kizu), +[@lefoy](https://github.com/lefoy), +[@L0stSoul](https://github.com/L0stSoul), +[@mishaberezin](https://github.com/mishaberezin), +[@puzankov](https://github.com/puzankov), +[@schneyra](https://github.com/schneyra), +[@thejameskyle](https://github.com/thejameskyle), +[@vecmezoni](https://github.com/vecmezoni) + +## License + +This software is released under the terms of the +[MIT license](https://github.com/csscomb/csscomb.js/blob/master/LICENSE). + +## Other projects +* https://github.com/senchalabs/cssbeautify +* https://github.com/css/gonzales +* https://github.com/tonyganch/gonzales-pe +* https://github.com/css/csso +* https://github.com/nzakas/parser-lib diff --git a/user/themes/gilles_acezat/node_modules/csscomb/bin/csscomb b/user/themes/gilles_acezat/node_modules/csscomb/bin/csscomb new file mode 100644 index 0000000..4ed1172 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/bin/csscomb @@ -0,0 +1,2 @@ +#!/usr/bin/env node +require('../lib/cli'); diff --git a/user/themes/gilles_acezat/node_modules/csscomb/config/csscomb.json b/user/themes/gilles_acezat/node_modules/csscomb/config/csscomb.json new file mode 100644 index 0000000..ae0ddb7 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/config/csscomb.json @@ -0,0 +1,328 @@ +{ + "exclude": [ + ".git/**", + "node_modules/**", + "bower_components/**" + ], + "always-semicolon": true, + "block-indent": " ", + "color-case": "lower", + "color-shorthand": true, + "element-case": "lower", + "eof-newline": true, + "leading-zero": false, + "quotes": "single", + "remove-empty-rulesets": true, + "space-after-colon": " ", + "space-after-combinator": " ", + "space-after-opening-brace": "\n", + "space-after-selector-delimiter": "\n", + "space-before-closing-brace": "\n", + "space-before-colon": "", + "space-before-combinator": " ", + "space-before-opening-brace": "\n", + "space-before-selector-delimiter": "", + "strip-spaces": true, + "unitless-zero": true, + "vendor-prefix-align": true, + "sort-order": [ + [ + "font", + "font-family", + "font-size", + "font-weight", + "font-style", + "font-variant", + "font-size-adjust", + "font-stretch", + "font-effect", + "font-emphasize", + "font-emphasize-position", + "font-emphasize-style", + "font-smooth", + "line-height" + ], + [ + "position", + "z-index", + "top", + "right", + "bottom", + "left" + ], + [ + "display", + "visibility", + "float", + "clear", + "overflow", + "overflow-x", + "overflow-y", + "-ms-overflow-x", + "-ms-overflow-y", + "clip", + "zoom", + "flex-direction", + "flex-order", + "flex-pack", + "flex-align" + ], + [ + "-webkit-box-sizing", + "-moz-box-sizing", + "box-sizing", + "width", + "min-width", + "max-width", + "height", + "min-height", + "max-height", + "margin", + "margin-top", + "margin-right", + "margin-bottom", + "margin-left", + "padding", + "padding-top", + "padding-right", + "padding-bottom", + "padding-left" + ], + [ + "table-layout", + "empty-cells", + "caption-side", + "border-spacing", + "border-collapse", + "list-style", + "list-style-position", + "list-style-type", + "list-style-image" + ], + [ + "content", + "quotes", + "counter-reset", + "counter-increment", + "resize", + "cursor", + "-webkit-user-select", + "-moz-user-select", + "-ms-user-select", + "user-select", + "nav-index", + "nav-up", + "nav-right", + "nav-down", + "nav-left", + "-webkit-transition", + "-moz-transition", + "-ms-transition", + "-o-transition", + "transition", + "-webkit-transition-delay", + "-moz-transition-delay", + "-ms-transition-delay", + "-o-transition-delay", + "transition-delay", + "-webkit-transition-timing-function", + "-moz-transition-timing-function", + "-ms-transition-timing-function", + "-o-transition-timing-function", + "transition-timing-function", + "-webkit-transition-duration", + "-moz-transition-duration", + "-ms-transition-duration", + "-o-transition-duration", + "transition-duration", + "-webkit-transition-property", + "-moz-transition-property", + "-ms-transition-property", + "-o-transition-property", + "transition-property", + "-webkit-transform", + "-moz-transform", + "-ms-transform", + "-o-transform", + "transform", + "-webkit-transform-origin", + "-moz-transform-origin", + "-ms-transform-origin", + "-o-transform-origin", + "transform-origin", + "-webkit-animation", + "-moz-animation", + "-ms-animation", + "-o-animation", + "animation", + "-webkit-animation-name", + "-moz-animation-name", + "-ms-animation-name", + "-o-animation-name", + "animation-name", + "-webkit-animation-duration", + "-moz-animation-duration", + "-ms-animation-duration", + "-o-animation-duration", + "animation-duration", + "-webkit-animation-play-state", + "-moz-animation-play-state", + "-ms-animation-play-state", + "-o-animation-play-state", + "animation-play-state", + "-webkit-animation-timing-function", + "-moz-animation-timing-function", + "-ms-animation-timing-function", + "-o-animation-timing-function", + "animation-timing-function", + "-webkit-animation-delay", + "-moz-animation-delay", + "-ms-animation-delay", + "-o-animation-delay", + "animation-delay", + "-webkit-animation-iteration-count", + "-moz-animation-iteration-count", + "-ms-animation-iteration-count", + "-o-animation-iteration-count", + "animation-iteration-count", + "-webkit-animation-direction", + "-moz-animation-direction", + "-ms-animation-direction", + "-o-animation-direction", + "animation-direction", + "text-align", + "-webkit-text-align-last", + "-moz-text-align-last", + "-ms-text-align-last", + "text-align-last", + "vertical-align", + "white-space", + "text-decoration", + "text-emphasis", + "text-emphasis-color", + "text-emphasis-style", + "text-emphasis-position", + "text-indent", + "-ms-text-justify", + "text-justify", + "letter-spacing", + "word-spacing", + "-ms-writing-mode", + "text-outline", + "text-transform", + "text-wrap", + "text-overflow", + "-ms-text-overflow", + "text-overflow-ellipsis", + "text-overflow-mode", + "-ms-word-wrap", + "word-wrap", + "word-break", + "-ms-word-break", + "-moz-tab-size", + "-o-tab-size", + "tab-size", + "-webkit-hyphens", + "-moz-hyphens", + "hyphens", + "pointer-events" + ], + [ + "opacity", + "filter:progid:DXImageTransform.Microsoft.Alpha(Opacity", + "-ms-filter:\\'progid:DXImageTransform.Microsoft.Alpha", + "-ms-interpolation-mode", + "color", + "border", + "border-width", + "border-style", + "border-color", + "border-top", + "border-top-width", + "border-top-style", + "border-top-color", + "border-right", + "border-right-width", + "border-right-style", + "border-right-color", + "border-bottom", + "border-bottom-width", + "border-bottom-style", + "border-bottom-color", + "border-left", + "border-left-width", + "border-left-style", + "border-left-color", + "-webkit-border-radius", + "-moz-border-radius", + "border-radius", + "-webkit-border-top-left-radius", + "-moz-border-radius-topleft", + "border-top-left-radius", + "-webkit-border-top-right-radius", + "-moz-border-radius-topright", + "border-top-right-radius", + "-webkit-border-bottom-right-radius", + "-moz-border-radius-bottomright", + "border-bottom-right-radius", + "-webkit-border-bottom-left-radius", + "-moz-border-radius-bottomleft", + "border-bottom-left-radius", + "-webkit-border-image", + "-moz-border-image", + "-o-border-image", + "border-image", + "-webkit-border-image-source", + "-moz-border-image-source", + "-o-border-image-source", + "border-image-source", + "-webkit-border-image-slice", + "-moz-border-image-slice", + "-o-border-image-slice", + "border-image-slice", + "-webkit-border-image-width", + "-moz-border-image-width", + "-o-border-image-width", + "border-image-width", + "-webkit-border-image-outset", + "-moz-border-image-outset", + "-o-border-image-outset", + "border-image-outset", + "-webkit-border-image-repeat", + "-moz-border-image-repeat", + "-o-border-image-repeat", + "border-image-repeat", + "outline", + "outline-width", + "outline-style", + "outline-color", + "outline-offset", + "background", + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader", + "background-color", + "background-image", + "background-repeat", + "background-attachment", + "background-position", + "background-position-x", + "-ms-background-position-x", + "background-position-y", + "-ms-background-position-y", + "-webkit-background-clip", + "-moz-background-clip", + "background-clip", + "background-origin", + "-webkit-background-size", + "-moz-background-size", + "-o-background-size", + "background-size", + "box-decoration-break", + "-webkit-box-shadow", + "-moz-box-shadow", + "box-shadow", + "filter:progid:DXImageTransform.Microsoft.gradient", + "-ms-filter:\\'progid:DXImageTransform.Microsoft.gradient", + "text-shadow" + ] + ] +} diff --git a/user/themes/gilles_acezat/node_modules/csscomb/config/yandex.json b/user/themes/gilles_acezat/node_modules/csscomb/config/yandex.json new file mode 100644 index 0000000..c8155e4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/config/yandex.json @@ -0,0 +1,324 @@ +{ + "exclude": [ + ".git/**", + "node_modules/**", + "bower_components/**" + ], + "sort-order": [ + [ + "position", + "z-index", + "top", + "right", + "bottom", + "left" + ], + [ + "display", + "visibility", + "float", + "clear", + "overflow", + "overflow-x", + "overflow-y", + "-ms-overflow-x", + "-ms-overflow-y", + "-webkit-overflow-scrolling", + "clip", + "zoom", + "flex-direction", + "flex-order", + "flex-pack", + "flex-align" + ], + [ + "-webkit-box-sizing", + "-moz-box-sizing", + "box-sizing", + "width", + "min-width", + "max-width", + "height", + "min-height", + "max-height", + "margin", + "margin-top", + "margin-right", + "margin-bottom", + "margin-left", + "padding", + "padding-top", + "padding-right", + "padding-bottom", + "padding-left" + ], + [ + "table-layout", + "empty-cells", + "caption-side", + "border-spacing", + "border-collapse", + "list-style", + "list-style-position", + "list-style-type", + "list-style-image" + ], + [ + "content", + "quotes", + "counter-reset", + "counter-increment", + "resize", + "cursor", + "-webkit-user-select", + "-moz-user-select", + "-ms-user-select", + "user-select", + "nav-index", + "nav-up", + "nav-right", + "nav-down", + "nav-left", + "-webkit-transition", + "-moz-transition", + "-ms-transition", + "-o-transition", + "transition", + "-webkit-transition-delay", + "-moz-transition-delay", + "-ms-transition-delay", + "-o-transition-delay", + "transition-delay", + "-webkit-transition-timing-function", + "-moz-transition-timing-function", + "-ms-transition-timing-function", + "-o-transition-timing-function", + "transition-timing-function", + "-webkit-transition-duration", + "-moz-transition-duration", + "-ms-transition-duration", + "-o-transition-duration", + "transition-duration", + "-webkit-transition-property", + "-moz-transition-property", + "-ms-transition-property", + "-o-transition-property", + "transition-property", + "-webkit-transform", + "-moz-transform", + "-ms-transform", + "-o-transform", + "transform", + "-webkit-transform-origin", + "-moz-transform-origin", + "-ms-transform-origin", + "-o-transform-origin", + "transform-origin", + "-webkit-animation", + "-moz-animation", + "-ms-animation", + "-o-animation", + "animation", + "-webkit-animation-name", + "-moz-animation-name", + "-ms-animation-name", + "-o-animation-name", + "animation-name", + "-webkit-animation-duration", + "-moz-animation-duration", + "-ms-animation-duration", + "-o-animation-duration", + "animation-duration", + "-webkit-animation-play-state", + "-moz-animation-play-state", + "-ms-animation-play-state", + "-o-animation-play-state", + "animation-play-state", + "-webkit-animation-timing-function", + "-moz-animation-timing-function", + "-ms-animation-timing-function", + "-o-animation-timing-function", + "animation-timing-function", + "-webkit-animation-delay", + "-moz-animation-delay", + "-ms-animation-delay", + "-o-animation-delay", + "animation-delay", + "-webkit-animation-iteration-count", + "-moz-animation-iteration-count", + "-ms-animation-iteration-count", + "-o-animation-iteration-count", + "animation-iteration-count", + "-webkit-animation-iteration-count", + "-moz-animation-iteration-count", + "-ms-animation-iteration-count", + "-o-animation-iteration-count", + "animation-iteration-count", + "-webkit-animation-direction", + "-moz-animation-direction", + "-ms-animation-direction", + "-o-animation-direction", + "animation-direction", + "text-align", + "-webkit-text-align-last", + "-moz-text-align-last", + "-ms-text-align-last", + "text-align-last", + "vertical-align", + "white-space", + "text-decoration", + "text-emphasis", + "text-emphasis-color", + "text-emphasis-style", + "text-emphasis-position", + "text-indent", + "-ms-text-justify", + "text-justify", + "text-transform", + "letter-spacing", + "word-spacing", + "-ms-writing-mode", + "text-outline", + "text-transform", + "text-wrap", + "text-overflow", + "-ms-text-overflow", + "text-overflow-ellipsis", + "text-overflow-mode", + "-ms-word-wrap", + "word-wrap", + "word-break", + "-ms-word-break", + "-moz-tab-size", + "-o-tab-size", + "tab-size", + "-webkit-hyphens", + "-moz-hyphens", + "hyphens", + "pointer-events" + ], + [ + "opacity", + "filter:progid:DXImageTransform.Microsoft.Alpha(Opacity", + "-ms-filter:\\'progid:DXImageTransform.Microsoft.Alpha", + "-ms-interpolation-mode", + "color", + "border", + "border-collapse", + "border-width", + "border-style", + "border-color", + "border-top", + "border-top-width", + "border-top-style", + "border-top-color", + "border-right", + "border-right-width", + "border-right-style", + "border-right-color", + "border-bottom", + "border-bottom-width", + "border-bottom-style", + "border-bottom-color", + "border-left", + "border-left-width", + "border-left-style", + "border-left-color", + "-webkit-border-radius", + "-moz-border-radius", + "border-radius", + "-webkit-border-top-left-radius", + "-moz-border-radius-topleft", + "border-top-left-radius", + "-webkit-border-top-right-radius", + "-moz-border-radius-topright", + "border-top-right-radius", + "-webkit-border-bottom-right-radius", + "-moz-border-radius-bottomright", + "border-bottom-right-radius", + "-webkit-border-bottom-left-radius", + "-moz-border-radius-bottomleft", + "border-bottom-left-radius", + "-webkit-border-image", + "-moz-border-image", + "-o-border-image", + "border-image", + "-webkit-border-image-source", + "-moz-border-image-source", + "-o-border-image-source", + "border-image-source", + "-webkit-border-image-slice", + "-moz-border-image-slice", + "-o-border-image-slice", + "border-image-slice", + "-webkit-border-image-width", + "-moz-border-image-width", + "-o-border-image-width", + "border-image-width", + "-webkit-border-image-outset", + "-moz-border-image-outset", + "-o-border-image-outset", + "border-image-outset", + "-webkit-border-image-repeat", + "-moz-border-image-repeat", + "-o-border-image-repeat", + "border-image-repeat", + "outline", + "outline-width", + "outline-style", + "outline-color", + "outline-offset", + "background", + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader", + "background-color", + "background-image", + "background-repeat", + "background-attachment", + "background-position", + "background-position-x", + "-ms-background-position-x", + "background-position-y", + "-ms-background-position-y", + "-webkit-background-clip", + "-moz-background-clip", + "background-clip", + "background-origin", + "-webkit-background-size", + "-moz-background-size", + "-o-background-size", + "background-size", + "box-decoration-break", + "-webkit-box-shadow", + "-moz-box-shadow", + "box-shadow", + "-webkit-box-shadow", + "-moz-box-shadow", + "box-shadow", + "-webkit-box-shadow", + "-moz-box-shadow", + "box-shadow", + "-webkit-box-shadow", + "-moz-box-shadow", + "box-shadow", + "filter:progid:DXImageTransform.Microsoft.gradient", + "-ms-filter:\\'progid:DXImageTransform.Microsoft.gradient", + "text-shadow" + ], + [ + "font", + "font-family", + "font-size", + "font-weight", + "font-style", + "font-variant", + "font-size-adjust", + "font-stretch", + "font-effect", + "font-emphasize", + "font-emphasize-position", + "font-emphasize-style", + "font-smooth", + "line-height" + ] + ] +} diff --git a/user/themes/gilles_acezat/node_modules/csscomb/config/zen.json b/user/themes/gilles_acezat/node_modules/csscomb/config/zen.json new file mode 100644 index 0000000..593c0d3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/config/zen.json @@ -0,0 +1,384 @@ +{ + "exclude": [ + ".git/**", + "node_modules/**", + "bower_components/**" + ], + "sort-order": [ [ + "position", + "top", + "right", + "bottom", + "left", + "z-index", + "display", + "visibility", + "-webkit-flex-direction", + "-moz-flex-direction", + "-ms-flex-direction", + "-o-flex-direction", + "flex-direction", + "-webkit-flex-order", + "-moz-flex-order", + "-ms-flex-order", + "-o-flex-order", + "flex-order", + "-webkit-flex-pack", + "-moz-flex-pack", + "-ms-flex-pack", + "-o-flex-pack", + "flex-pack", + "float", + "clear", + "-webkit-flex-align", + "-moz-flex-align", + "-ms-flex-align", + "-o-flex-align", + "flex-align", + "overflow", + "-ms-overflow-x", + "-ms-overflow-y", + "overflow-x", + "overflow-y", + "-webkit-overflow-scrolling", + "clip", + "-webkit-box-sizing", + "-moz-box-sizing", + "box-sizing", + "margin", + "margin-top", + "margin-right", + "margin-bottom", + "margin-left", + "padding", + "padding-top", + "padding-right", + "padding-bottom", + "padding-left", + "min-width", + "min-height", + "max-width", + "max-height", + "width", + "height", + "outline", + "outline-width", + "outline-style", + "outline-color", + "outline-offset", + "border", + "border-spacing", + "border-collapse", + "border-width", + "border-style", + "border-color", + "border-top", + "border-top-width", + "border-top-style", + "border-top-color", + "border-right", + "border-right-width", + "border-right-style", + "border-right-color", + "border-bottom", + "border-bottom-width", + "border-bottom-style", + "border-bottom-color", + "border-left", + "border-left-width", + "border-left-style", + "border-left-color", + "-webkit-border-radius", + "-moz-border-radius", + "border-radius", + "-webkit-border-top-left-radius", + "-moz-border-radius-topleft", + "border-top-left-radius", + "-webkit-border-top-right-radius", + "-moz-border-radius-topright", + "border-top-right-radius", + "-webkit-border-bottom-right-radius", + "-moz-border-radius-bottomright", + "border-bottom-right-radius", + "-webkit-border-bottom-left-radius", + "-moz-border-radius-bottomleft", + "border-bottom-left-radius", + "-webkit-border-image", + "-moz-border-image", + "-o-border-image", + "border-image", + "-webkit-border-image-source", + "-moz-border-image-source", + "-o-border-image-source", + "border-image-source", + "-webkit-border-image-slice", + "-moz-border-image-slice", + "-o-border-image-slice", + "border-image-slice", + "-webkit-border-image-width", + "-moz-border-image-width", + "-o-border-image-width", + "border-image-width", + "-webkit-border-image-outset", + "-moz-border-image-outset", + "-o-border-image-outset", + "border-image-outset", + "-webkit-border-image-repeat", + "-moz-border-image-repeat", + "-o-border-image-repeat", + "border-image-repeat", + "-webkit-border-top-image", + "-moz-border-top-image", + "-o-border-top-image", + "border-top-image", + "-webkit-border-right-image", + "-moz-border-right-image", + "-o-border-right-image", + "border-right-image", + "-webkit-border-bottom-image", + "-moz-border-bottom-image", + "-o-border-bottom-image", + "border-bottom-image", + "-webkit-border-left-image", + "-moz-border-left-image", + "-o-border-left-image", + "border-left-image", + "-webkit-border-corner-image", + "-moz-border-corner-image", + "-o-border-corner-image", + "border-corner-image", + "-webkit-border-top-left-image", + "-moz-border-top-left-image", + "-o-border-top-left-image", + "border-top-left-image", + "-webkit-border-top-right-image", + "-moz-border-top-right-image", + "-o-border-top-right-image", + "border-top-right-image", + "-webkit-border-bottom-right-image", + "-moz-border-bottom-right-image", + "-o-border-bottom-right-image", + "border-bottom-right-image", + "-webkit-border-bottom-left-image", + "-moz-border-bottom-left-image", + "-o-border-bottom-left-image", + "border-bottom-left-image", + "background", + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader", + "background-color", + "background-image", + "background-attachment", + "background-position", + "-ms-background-position-x", + "-ms-background-position-y", + "background-position-x", + "background-position-y", + "-webkit-background-clip", + "-moz-background-clip", + "background-clip", + "background-origin", + "-webkit-background-size", + "-moz-background-size", + "-o-background-size", + "background-size", + "background-repeat", + "box-decoration-break", + "-webkit-box-shadow", + "-moz-box-shadow", + "box-shadow", + "color", + "table-layout", + "caption-side", + "empty-cells", + "list-style", + "list-style-position", + "list-style-type", + "list-style-image", + "quotes", + "content", + "counter-increment", + "counter-reset", + "-ms-writing-mode", + "vertical-align", + "text-align", + "-webkit-text-align-last", + "-moz-text-align-last", + "-ms-text-align-last", + "text-align-last", + "text-decoration", + "text-emphasis", + "text-emphasis-position", + "text-emphasis-style", + "text-emphasis-color", + "text-indent", + "-ms-text-justify", + "text-justify", + "text-outline", + "text-transform", + "text-wrap", + "-ms-text-overflow", + "text-overflow", + "text-overflow-ellipsis", + "text-overflow-mode", + "text-shadow", + "white-space", + "word-spacing", + "-ms-word-wrap", + "word-wrap", + "-ms-word-break", + "word-break", + "-moz-tab-size", + "-o-tab-size", + "tab-size", + "-webkit-hyphens", + "-moz-hyphens", + "hyphens", + "letter-spacing", + "font", + "font-weight", + "font-style", + "font-variant", + "font-size-adjust", + "font-stretch", + "font-size", + "font-family", + "src", + "line-height", + "opacity", + "-ms-filter:\\'progid:DXImageTransform.Microsoft.Alpha", + "filter:progid:DXImageTransform.Microsoft.Alpha(Opacity", + "-ms-interpolation-mode", + "-webkit-filter", + "-ms-filter", + "filter", + "resize", + "cursor", + "nav-index", + "nav-up", + "nav-right", + "nav-down", + "nav-left", + "-webkit-transition", + "-moz-transition", + "-ms-transition", + "-o-transition", + "transition", + "-webkit-transition-delay", + "-moz-transition-delay", + "-ms-transition-delay", + "-o-transition-delay", + "transition-delay", + "-webkit-transition-timing-function", + "-moz-transition-timing-function", + "-ms-transition-timing-function", + "-o-transition-timing-function", + "transition-timing-function", + "-webkit-transition-duration", + "-moz-transition-duration", + "-ms-transition-duration", + "-o-transition-duration", + "transition-duration", + "-webkit-transition-property", + "-moz-transition-property", + "-ms-transition-property", + "-o-transition-property", + "transition-property", + "-webkit-transform", + "-moz-transform", + "-ms-transform", + "-o-transform", + "transform", + "-webkit-transform-origin", + "-moz-transform-origin", + "-ms-transform-origin", + "-o-transform-origin", + "transform-origin", + "-webkit-animation", + "-moz-animation", + "-ms-animation", + "-o-animation", + "animation", + "-webkit-animation-name", + "-moz-animation-name", + "-ms-animation-name", + "-o-animation-name", + "animation-name", + "-webkit-animation-duration", + "-moz-animation-duration", + "-ms-animation-duration", + "-o-animation-duration", + "animation-duration", + "-webkit-animation-play-state", + "-moz-animation-play-state", + "-ms-animation-play-state", + "-o-animation-play-state", + "animation-play-state", + "-webkit-animation-timing-function", + "-moz-animation-timing-function", + "-ms-animation-timing-function", + "-o-animation-timing-function", + "animation-timing-function", + "-webkit-animation-delay", + "-moz-animation-delay", + "-ms-animation-delay", + "-o-animation-delay", + "animation-delay", + "-webkit-animation-iteration-count", + "-moz-animation-iteration-count", + "-ms-animation-iteration-count", + "-o-animation-iteration-count", + "animation-iteration-count", + "-webkit-animation-direction", + "-moz-animation-direction", + "-ms-animation-direction", + "-o-animation-direction", + "animation-direction", + "pointer-events", + "unicode-bidi", + "direction", + "-webkit-columns", + "-moz-columns", + "columns", + "-webkit-column-span", + "-moz-column-span", + "column-span", + "-webkit-column-width", + "-moz-column-width", + "column-width", + "-webkit-column-count", + "-moz-column-count", + "column-count", + "-webkit-column-fill", + "-moz-column-fill", + "column-fill", + "-webkit-column-gap", + "-moz-column-gap", + "column-gap", + "-webkit-column-rule", + "-moz-column-rule", + "column-rule", + "-webkit-column-rule-width", + "-moz-column-rule-width", + "column-rule-width", + "-webkit-column-rule-style", + "-moz-column-rule-style", + "column-rule-style", + "-webkit-column-rule-color", + "-moz-column-rule-color", + "column-rule-color", + "break-before", + "break-inside", + "break-after", + "page-break-before", + "page-break-inside", + "page-break-after", + "orphans", + "widows", + "-ms-zoom", + "zoom", + "max-zoom", + "min-zoom", + "user-zoom", + "orientation" + ] ] +} diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/cli.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/cli.js new file mode 100644 index 0000000..0c99bd2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/cli.js @@ -0,0 +1,100 @@ +/** + * Command line implementation for CSSComb + * + * Usage example: + * ./node_modules/.bin/csscomb [options] file1 [dir1 [fileN [dirN]]] + */ +var fs = require('fs'); +var path = require('path'); +var program = require('commander'); +var vow = require('vow'); +var Comb = require('./csscomb'); + +program + .version(require('../package.json').version) + .usage('[options] ') + .option('-v, --verbose', 'verbose mode') + .option('-c, --config [path]', 'configuration file path') + .option('-d, --detect', 'detect mode (would return detected options)') + .option('-l, --lint', 'in case some fixes needed returns an error') + .parse(process.argv); + +if (!program.args.length) { + console.log('No input paths specified'); + program.help(); +} + +var comb = new Comb(); + +if (program.detect) { + console.log(JSON.stringify(Comb.detectInFile(program.args[0]), false, 4)); + process.exit(0); +} + +var config; +var configPath = program.config && + path.resolve(process.cwd(), program.config) || + Comb.getCustomConfigPath(); + +if (!fs.existsSync(configPath)) { + config = require('../config/csscomb.json'); +} else if (configPath.match(/\.css$/)) { + config = Comb.detectInFile(configPath); +} else { + config = Comb.getCustomConfig(configPath); +} + +if (!config) { + console.log('Configuration file ' + configPath + ' was not found.'); + process.exit(1); +} + +if (config.template) { + if (fs.existsSync(config.template)) { + var templateConfig = Comb.detectInFile(config.template); + for (var attrname in templateConfig) { + if (!config[attrname]) { + config[attrname] = templateConfig[attrname]; + } + } + } else { + console.log('Template configuration file ' + config.template + ' was not found.'); + process.exit(1); + } +} + +console.time('spent'); + +config.verbose = program.verbose === true || config.verbose; +config.lint = program.lint; + +comb.configure(config); + +vow.all(program.args.map(comb.processPath.bind(comb))) +.then(function(changedFiles) { + changedFiles = [].concat.apply([], changedFiles) + .filter(function(isChanged) { + return isChanged !== undefined; + }); + + for (var i = changedFiles.length, tbchanged = 0; i--;) { + tbchanged += changedFiles[i]; + } + + var changed = config.lint ? 0 : tbchanged; + + if (config.verbose) { + console.log(''); + console.log(changedFiles.length + ' file' + (changedFiles.length === 1 ? '' : 's') + ' processed'); + console.log(changed + ' file' + (changed === 1 ? '' : 's') + ' fixed'); + console.timeEnd('spent'); + } + + if (config.lint && tbchanged) { + process.exit(1); + } +}) +.fail(function(e) { + console.log('stack: ', e.stack); + process.exit(1); +}); diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/csscomb.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/csscomb.js new file mode 100644 index 0000000..94b4f76 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/csscomb.js @@ -0,0 +1,321 @@ +var Comb = require('csscomb-core'); +var gonzales = require('gonzales-pe'); +var fs = require('fs'); +var path = require('path'); + +/** + * Converts CSS string to AST. + * + * @param {String} text CSS string + * @param {String} [syntax] Syntax name (e.g., `scss`) + * @param {String} [filename] + * @returns {Array} AST + */ +function cssToAST(text, syntax, filename) { + var string = JSON.stringify; + var fileInfo = filename ? ' at ' + filename : ''; + var tree; + + try { + tree = gonzales.parse(text, { syntax: syntax }); + } catch (e) { + throw new Error('Parsing error' + fileInfo + ': ' + e.message); + } + + // TODO: When can tree be undefined? + if (typeof tree === 'undefined') { + throw new Error('Undefined tree' + fileInfo + ': ' + string(text) + ' => ' + string(tree)); + } + + return tree; +} + +/** + * Gets option's data needed for detection + * + * @param {String} optionName + * @returns {Object} Object with option's name, link to `detect()` method + * and default value for the case when nothing can be detected + */ +function getHandler(optionName) { + var option = require('./options/' + optionName); + if (!option.detect) throw new Error('Option does not have `detect()` method.'); + return { + name: option.name, + detect: option.detect, + detectDefault: option.detectDefault + }; +} + +/** + * Processes tree node and detects options. + * + * @param {Array} node Tree node + * @param {Number} level Indent level + * @param {Object} handler Object with option's data + * @param {Object} detectedOptions + */ +function detectInNode(node, level, handler, detectedOptions) { + node.map(function(tree) { + var detected = handler.detect(tree); + var variants = detectedOptions[handler.name]; + if (typeof detected === 'object') { + variants.push.apply(variants, detected); + } else if (typeof detected !== 'undefined') { + variants.push(detected); + } + + //if (nodeType === 'atrulers' || nodeType === 'block') level++; + }); +} + +/** + * Processes tree and detects options. + * + * @param {Array} tree + * @param {Array} handlers List of options that we should look for + * @returns {Object} Map with detected options and all variants of possible + * values + */ +function detectInTree(tree, handlers) { + var detectedOptions = {}; + // We walk across complete tree for each handler, + // because we need strictly maintain order in which handlers work, + // despite fact that handlers work on different level of the tree. + handlers.forEach(function(handler) { + detectedOptions[handler.name] = []; + // TODO: Pass all parameters as one object? + detectInNode(tree, 0, handler, detectedOptions); + }); + return detectedOptions; +} + +/** + * Gets the detected options. + * + * @param {Object} detected + * @param {Array} handlers + * @returns {Object} + */ +function getDetectedOptions(detected, handlers) { + var options = {}; + Object.keys(detected).forEach(function(option) { + // List of all the detected variants from the stylesheet for the given option: + var values = detected[option]; + var i; + if (!values.length) { + // If there are no values for the option, check if there is a default one: + for (i = handlers.length; i--;) { + if (handlers[i].name === option && + handlers[i].detectDefault !== undefined) { + options[option] = handlers[i].detectDefault; + break; + } + } + } else if (values.length === 1) { + options[option] = values[0]; + } else { + // If there are more than one value for the option, find the most popular one; + // `variants` would be populated with the popularity for different values. + var variants = {}; + var bestGuess = null; + var maximum = 0; + for (i = values.length; i--;) { + var currentValue = values[i]; + // Count the current value: + if (variants[currentValue]) { + variants[currentValue]++; + } else { + variants[currentValue] = 1; + } + // If the current variant is the most popular one, treat + // it as the best guess: + if (variants[currentValue] >= maximum) { + maximum = variants[currentValue]; + bestGuess = currentValue; + } + } + if (bestGuess !== null) { + options[option] = bestGuess; + } + } + }); + + return options; +} + +/** + * Starts Code Style processing process. + * + * @param {String|Object} config + * @constructor + * @name CSScomb + */ +var CSScomb = function(config) { + var options = fs.readdirSync(__dirname + '/options').map(function(option) { + return require('./options/' + option); + }); + + var comb = new Comb(options, 'css', 'less', 'scss', 'sass'); + + // If config was passed, configure: + if (typeof config === 'string') { + config = CSScomb.getConfig(config); + } + if (typeof config === 'object') { + comb.configure(config); + } + + return comb; +}; + +/** + * STATIC METHODS + * Methods that can be called without creating an instance: + * - getConfig; + * - getCustomConfig; + * - getCustomConfigPath; + * - detectInFile; + * - detectInString. + * For example: `CSScomb.getConfig('zen')` + */ + +/** + * Gets one of configuration files from configs' directory. + * + * @param {String} name Config's name, e.g. 'yandex' + * @returns {Object} Configuration object + */ +CSScomb.getConfig = function getConfig(name) { + var DEFAULT_CONFIG_NAME = 'csscomb'; + name = name || DEFAULT_CONFIG_NAME; + + if (typeof name !== 'string') { + throw new Error('Config name must be a string.'); + } + + var CONFIG_DIR_PATH = '../config'; + var availableConfigsNames = fs.readdirSync(__dirname + '/' + CONFIG_DIR_PATH) + .map(function(configFileName) { + return configFileName.split('.')[0]; // strip file extension(s) + }); + + if (availableConfigsNames.indexOf(name) < 0) { + var configsNamesAsString = availableConfigsNames + .map(function(configName) { + return '\'' + configName + '\''; + }) + .join(', '); + throw new Error('"' + name + '" is not a valid config name. Try one of ' + + 'the following: ' + configsNamesAsString + '.'); + } + + return require(CONFIG_DIR_PATH + '/' + name + '.json'); +}; + +/** + * Gets configuration from provided config path or looks for it in common + * places. + * + * @param {String} [configPath] + * @returns {Object|null} + */ +CSScomb.getCustomConfig = function getCustomConfig(configPath) { + var config; + configPath = configPath || CSScomb.getCustomConfigPath(); + + try { + config = JSON.parse(fs.readFileSync(configPath, 'utf8')); + } catch (e) { + config = null; + } + + return config; +}; + +/** + * Looks for a config file: recursively from current (process) directory + * up to $HOME dir + * If no custom config file is found, return `null`. + * + * @param {String} [configPath] + * @returns {String | null} + */ +CSScomb.getCustomConfigPath = function getCustomConfigPath(configPath) { + var HOME = process.env.HOME || process.env.HOMEPATH || process.env.USERPROFILE; + + configPath = configPath || path.join(process.cwd(), '.csscomb.json'); + + // If we've finally found a config, return its path: + if (fs.existsSync(configPath)) return fs.realpathSync(configPath); + + // If we are in HOME dir already and yet no config file, return a default + // one from our package. + // If project is located not under HOME, compare to root instead. + // Since there appears to be no good way to get root path in + // Windows, assume that if current dir has no parent dir, we're in + // root. + var dirname = path.dirname(configPath); + var parentDirname = path.dirname(dirname); + if (dirname === HOME || dirname === parentDirname) return null; + + // If there is no config in this directory, go one level up and look for + // a config there: + configPath = path.join(parentDirname, '.csscomb.json'); + return CSScomb.getCustomConfigPath(configPath); +}; + +/** + * Detects the options in the given file + * + * @param {String} path Path to the stylesheet + * @param {Array} options List of options to detect + * @returns {Object} Detected options + */ +CSScomb.detectInFile = function detectInFile(path, options) { + var stylesheet = fs.readFileSync(path, 'utf8'); + return CSScomb.detectInString(stylesheet, options); +}; + +/** + * Detects the options in the given string + * + * @param {String} text Stylesheet + * @param {Array} options List of options to detect + * @returns {Object} Detected options + */ +CSScomb.detectInString = function detectInString(text, options) { + var result; + var handlers = []; + + if (!text) return text; + + var optionNames = fs.readdirSync(__dirname + '/options'); + optionNames.forEach(function(option) { + option = option.slice(0, -3); + if (options && options.indexOf(option) < 0) return; + try { + handlers.push(getHandler(option)); + } catch (e) { + console.warn('\nFailed to load "%s" option:\n%s', option, e.message); + } + }); + + var tree = cssToAST(text); + var detectedOptions = detectInTree(tree, handlers); + result = getDetectedOptions(detectedOptions, handlers); + + // Handle conflicting options with spaces around braces: + var blockIndent = result['block-indent']; + var spaceAfterOpeningBrace = result['space-after-opening-brace']; + + if (typeof blockIndent === 'string' && + spaceAfterOpeningBrace && + spaceAfterOpeningBrace.indexOf('\n') > -1) { + result['space-after-opening-brace'] = '\n'; + } + + return result; +}; + +module.exports = CSScomb; diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/format.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/format.js new file mode 100644 index 0000000..851e8d9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/format.js @@ -0,0 +1,5 @@ +'use strict'; + +module.exports = function (string) { + return string.replace(/\n\s+/gm, ' '); +}; \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/gonzales.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/gonzales.js new file mode 100644 index 0000000..3bb1525 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/gonzales.js @@ -0,0 +1,4 @@ +// jscs:disable +'use strict'; + +module.exports = require('../node_modules/csscomb-core/node_modules/gonzales-pe'); \ No newline at end of file diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/always-semicolon.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/always-semicolon.js new file mode 100644 index 0000000..e84716d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/always-semicolon.js @@ -0,0 +1,73 @@ +var gonzales = require('gonzales-pe'); + +module.exports = { + name: 'always-semicolon', + + syntax: ['css', 'less', 'sass', 'scss'], + + accepts: { boolean: [true] }, + + /** + * Processes tree node. + * @param {node} node + */ + process: function(node) { + var nodeWithoutSemicolon; + + if (!node.is('block')) return; + + mainLoop: + for (var i = node.length; i--;) { + var currentNode = node.get(i); + + // Skip nodes that already have `;` at the end: + if (currentNode.is('declarationDelimiter')) break; + + // Add semicolon only after declarations and includes. + // If current node is include, insert semicolon right into it. + // If it's declaration, look for value node: + if (currentNode.is('include')) { + nodeWithoutSemicolon = currentNode; + } else if (currentNode.is('declaration')) { + nodeWithoutSemicolon = currentNode.last('value'); + } else { + continue; + } + + // Check if there are spaces and comments at the end of the node: + for (var j = nodeWithoutSemicolon.length; j--; ) { + var lastNode = nodeWithoutSemicolon.get(j); + + // If the node's last child is block, do not add semicolon: + // TODO: Add syntax check and run the code only for scss + if (lastNode.is('block')) { + break mainLoop; + } else if (!lastNode.is('space') && + !lastNode.is('multilineComment') && + !lastNode.is('singlelineComment')) { + j++; + break; + } + } + + var declDelim = gonzales.createNode({ type: 'declarationDelimiter', content: ';' }); + nodeWithoutSemicolon.insert(j, declDelim); + break; + } + }, + + /** + * Detects the value of an option at the tree node. + * + * @param {node} node + */ + detect: function(node) { + if (!node.is('block')) return; + + for (var i = node.length; i--;) { + var nodeItem = node.get(i); + if (nodeItem.is('declarationDelimiter')) return true; + if (nodeItem.is('declaration')) return false; + } + } +}; diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/block-indent.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/block-indent.js new file mode 100644 index 0000000..3bc12aa --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/block-indent.js @@ -0,0 +1,135 @@ +module.exports = (function() { + var syntax; + var value; + + function processNode(node, level) { + level = level || 0; + + // XXX: Hack for braces + if (node.is('braces') || node.is('id')) return; + + for (var i = 0; i < node.length; i++) { + var n = node.get(i); + if (!n) continue; + + if (syntax === 'sass' && n.is('block')) { + processSassBlock(n, level, value); + } + + // Continue only with space nodes inside {...}: + if (syntax !== 'sass' && level !== 0 && n.is('space')) { + processSpaceNode(n, level, value); + } + + if (n.is('block') || n.is('atrulers')) level++; + + processNode(n, level); + } + } + + function processSassBlock(node, level, value) { + var spaces; + var whitespaceNode; + var i; + + for (i = node.length; i--;) { + whitespaceNode = node.get(i); + + if (!whitespaceNode.is('space')) continue; + + if (whitespaceNode.content === '\n') continue; + + spaces = whitespaceNode.content.replace(/[ \t]/gm, ''); + spaces += new Array(level + 2).join(value); + whitespaceNode.content = spaces; + } + } + + function processSpaceNode(node, level, value) { + var spaces; + + // Remove all whitespaces and tabs, leave only new lines: + spaces = node.content.replace(/[ \t]/gm, ''); + + if (!spaces) return; + + spaces += new Array(level + 1).join(value); + node.content = spaces; + } + + return { + name: 'block-indent', + + runBefore: 'sort-order', + + syntax: ['css', 'less', 'sass', 'scss'], + + accepts: { + number: true, + string: /^[ \t]*$/ + }, + + /** + * Processes tree node. + * + * @param {node} node + */ + process: function process(node) { + var spaces; + var whitespaceNode; + var i; + + if (!node.is('stylesheet')) return; + + syntax = this.getSyntax(); + value = this.getValue('block-indent'); + + + for (i = node.length; i--;) { + whitespaceNode = node.get(i); + + if (!whitespaceNode.is('space')) continue; + + spaces = whitespaceNode.content.replace(/\n[ \t]+/gm, '\n'); + + if (spaces === '') { + node.remove(i); + } else { + whitespaceNode.content = spaces; + } + } + + processNode(node); + }, + + /** + * Detects the value of an option at the tree node. + * + * @param {node} node + */ + detect: function(node) { + var result = []; + + // Continue only with non-empty {...} blocks: + if (!node.is('atrulers') && !node.is('block') || !node.length) + return; + + for (var i = node.length; i--;) { + var whitespaceNode = node.get(i); + if (!whitespaceNode.is('space')) continue; + + var spaces = whitespaceNode.content; + var lastIndex = spaces.lastIndexOf('\n'); + + // Do not continue if there is no line break: + if (lastIndex < 0) continue; + + // Number of spaces from beginning of line: + var spacesLength = spaces.slice(lastIndex + 1).length + 1; + result.push(new Array(spacesLength).join(' ')); + } + + return result; + } + }; +})(); diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/color-case.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/color-case.js new file mode 100644 index 0000000..ef1345c --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/color-case.js @@ -0,0 +1,34 @@ +module.exports = { + name: 'color-case', + + syntax: ['css', 'less', 'sass', 'scss'], + + accepts: { string: /^lower|upper$/ }, + + /** + * Processes tree node. + * @param {node} node + */ + process: function(node) { + if (!node.is('color')) return; + + node.content = this.getValue('color-case') === 'lower' ? + node.content.toLowerCase() : + node.content.toUpperCase(); + }, + + /** + * Detects the value of an option at the tree node. + * + * @param {node} node + */ + detect: function(node) { + if (!node.is('color')) return; + + if (node.content.match(/^[^A-F]*[a-f][^A-F]*$/)) { + return 'lower'; + } else if (node.content.match(/^[^a-f]*[A-F][^a-f]*$/)) { + return 'upper'; + } + } +}; diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/color-shorthand.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/color-shorthand.js new file mode 100644 index 0000000..4e723bd --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/color-shorthand.js @@ -0,0 +1,34 @@ +module.exports = { + name: 'color-shorthand', + + syntax: ['css', 'less', 'sass', 'scss'], + + accepts: { boolean: [true, false] }, + + /** + * Processes tree node. + * @param {node} node + */ + process: function(node) { + if (!node.is('color')) return; + + node.content = this.getValue('color-shorthand') ? + node.content.replace(/(\w)\1(\w)\2(\w)\3/i, '$1$2$3') : + node.content.replace(/^(\w)(\w)(\w)$/, '$1$1$2$2$3$3'); + }, + + /** + * Detects the value of an option at the tree node. + * + * @param {node} node + */ + detect: function(node) { + if (!node.is('color')) return; + + if (node.content.match(/^\w{3}$/)) { + return true; + } else if (node.content.match(/^(\w)\1(\w)\2(\w)\3$/)) { + return false; + } + } +}; diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/element-case.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/element-case.js new file mode 100644 index 0000000..ab8b0fb --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/element-case.js @@ -0,0 +1,49 @@ +module.exports = { + name: 'element-case', + + syntax: ['css', 'less', 'sass', 'scss'], + + accepts: { string: /^lower|upper$/ }, + + /** + * Processes tree node. + * @param {node} node + */ + process: function(node) { + if (!node.is('selector') && + !node.is('arguments')) return; + + var value = this.getValue('element-case'); + + node.forEach('simpleSelector', function(selector) { + selector.forEach('ident', function(ident) { + ident.content = value === 'lower' ? + ident.content.toLowerCase() : + ident.content.toUpperCase(); + }); + }); + }, + + /** + * Detects the value of an option at the tree node. + * + * @param {node} node + */ + detect: function(node) { + if (!node.is('selector') && + !node.is('arguments')) return; + + var variants = []; + + node.forEach('simpleSelector', function(selector) { + selector.forEach('ident', function(ident) { + if (ident.content.match(/^[a-z]+$/)) { + variants.push('lower'); + } else if (ident.content.match(/^[A-Z]+$/)) { + variants.push('upper'); + } + }); + }); + return variants; + } +}; diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/eof-newline.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/eof-newline.js new file mode 100644 index 0000000..7b914c9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/eof-newline.js @@ -0,0 +1,41 @@ +var gonzales = require('gonzales-pe'); + +module.exports = { + name: 'eof-newline', + + syntax: ['css', 'less', 'sass', 'scss'], + + accepts: { boolean: [true, false] }, + + /** + * Processes tree node. + * @param {node} node + */ + process: function(node) { + if (!node.is('stylesheet')) return; + + var lastChild = node.last(); + if (!lastChild.is('space')) { + lastChild = gonzales.createNode({ type: 'space', content: '' }); + node.content.push(lastChild); + } + lastChild.content = lastChild.content.replace(/\n$/, ''); + if (this.getValue('eof-newline')) lastChild.content += '\n'; + }, + + /** + * Detects the value of an option at the tree node. + * + * @param {node} node + */ + detect: function(node) { + if (!node.is('stylesheet')) return; + + var lastChild = node.last(); + if (lastChild.is('space') && lastChild.content.indexOf('\n') !== -1) { + return true; + } else { + return false; + } + } +}; diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/leading-zero.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/leading-zero.js new file mode 100644 index 0000000..bf98236 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/leading-zero.js @@ -0,0 +1,37 @@ +module.exports = { + name: 'leading-zero', + + syntax: ['css', 'less', 'sass', 'scss'], + + accepts: { boolean: [true, false] }, + + /** + * Processes tree node. + * @param {node} node + */ + process: function(node) { + if (!node.is('number')) return; + + if (this.getValue('leading-zero')) { + if (node.content[0] === '.') + node.content = '0' + node.content; + } else { + node.content = node.content.replace(/^0+(?=\.)/, ''); + } + }, + + /** + * Detects the value of an option at the tree node. + * + * @param {node} node + */ + detect: function(node) { + if (!node.is('number')) return; + + if (node.content.match(/^\.[0-9]+/)) { + return false; + } else if (node.content.match(/^0\.[0-9]+/)) { + return true; + } + } +}; diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/quotes.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/quotes.js new file mode 100644 index 0000000..ee657c6 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/quotes.js @@ -0,0 +1,45 @@ +module.exports = { + name: 'quotes', + + syntax: ['css', 'less', 'sass', 'scss'], + + accepts: { string: /^single|double$/ }, + + /** + * Processes tree node. + * @param {node} node + */ + process: function(node) { + if (!node.is('string')) return; + + var value = this.getValue('quotes'); + + if (node.content[0] === '"' && value === 'single') { + node.content = node.content + .replace(/\\"/g, '"') // unescape all escaped double quotes + .replace(/([^\\])'/g, '$1\\\'') // escape all the single quotes + .replace(/^"|"$/g, '\''); // replace the first and the last quote + + } else if (node.content[0] === '\'' && value === 'double') { + node.content = node.content + .replace(/\\'/g, '\'') // unescape all escaped single quotes + .replace(/([^\\])"/g, '$1\\\"') // escape all the double quotes + .replace(/^'|'$/g, '"'); // replace the first and the last quote + } + }, + + /** + * Detects the value of an option at the tree node. + * + * @param {node} node + */ + detect: function(node) { + if (!node.is('string')) return; + + if (node.content[0] === '"') { + return 'double'; + } else if (node.content[0] === '\'') { + return 'single'; + } + } +}; diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/remove-empty-rulesets.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/remove-empty-rulesets.js new file mode 100644 index 0000000..180e230 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/remove-empty-rulesets.js @@ -0,0 +1,81 @@ +module.exports = (function() { + function processNode(node) { + removeEmptyRulesets(node); + mergeAdjacentWhitespace(node); + } + + function removeEmptyRulesets(stylesheet) { + stylesheet.forEach('ruleset', function(ruleset, i) { + var block = ruleset.first('block'); + processNode(block); + if (isEmptyBlock(block)) stylesheet.remove(i); + }); + } + + /** + * Removing ruleset nodes from tree may result in two adjacent whitespace + * nodes which is not correct AST: + * [space, ruleset, space] => [space, space] + * To ensure correctness of further processing we should merge such nodes + * into one: + * [space, space] => [space] + */ + function mergeAdjacentWhitespace(node) { + var i = node.content.length - 1; + while (i-- > 0) { + if (node.get(i).is('space') && node.get(i + 1).is('space')) { + node.get(i).content += node.get(i + 1).content; + node.remove(i + 1); + } + } + } + + /** + * Block is considered empty when it has nothing but spaces. + */ + function isEmptyBlock(node) { + if (!node.length) return true; + + return !node.content.some(function(node) { + return !node.is('space'); + }); + } + + return { + name: 'remove-empty-rulesets', + + runBefore: 'block-indent', + + syntax: ['css', 'less', 'sass', 'scss'], + + accepts: { boolean: [true] }, + + /** + * Remove rulesets with no declarations. + * + * @param {String} node + */ + process: function(node) { + if (!node.is('stylesheet')) return; + + processNode(node); + }, + + detectDefault: true, + + /** + * Detects the value of an option at the tree node. + * This option is treated as `true` by default, but any trailing space would invalidate it. + * + * @param {node} node + */ + detect: function(node) { + if (!node.is('atrulers') && !node.is('block')) return; + + if (node.length === 0 || + (node.length === 1 && node.first().is('space'))) { + return false; + } + } + }; +})(); diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/sort-order-fallback.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/sort-order-fallback.js new file mode 100644 index 0000000..21d25b0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/sort-order-fallback.js @@ -0,0 +1,9 @@ +module.exports = { + name: 'sort-order-fallback', + + syntax: ['css', 'less', 'sass', 'scss'], + + accepts: { string: /^abc$/ }, + + process: function() {} +}; diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/sort-order.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/sort-order.js new file mode 100644 index 0000000..03adb28 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/sort-order.js @@ -0,0 +1,388 @@ +var gonzales = require('gonzales-pe'); + +module.exports = { + name: 'sort-order', + + runBefore: 'space-before-closing-brace', + + syntax: ['css', 'less', 'sass', 'scss'], + + /** + * Sets handler value. + * + * @param {Array} value Option value + * @returns {Array} + */ + setValue: function(value) { + if (!Array.isArray(value)) throw new Error('The option accepts only array of properties.'); + + var order = {}; + + if (typeof value[0] === 'string') { + value.forEach(function(prop, propIndex) { + order[prop] = { group: 0, prop: propIndex }; + }); + } else { + value.forEach(function(group, groupIndex) { + group.forEach(function(prop, propIndex) { + order[prop] = { group: groupIndex, prop: propIndex }; + }); + }); + } + + return order; + }, + + /** + * Processes tree node. + * @param {node} node + */ + process: function(node) { + var _this = this; + // Types of nodes that can be sorted: + var NODES = ['atruleb', 'atruler', 'atrules', 'multilineComment', 'singlelineComment', + 'declaration', 'space', 'include']; + // Spaces and comments: + var SC = ['multilineComment', 'singlelineComment', 'space']; + + var currentNode; + // Sort order of properties: + var order = this.getValue('sort-order'); + var syntax = this.getSyntax(); + // List of declarations that should be sorted: + var sorted = []; + // list of nodes that should be removed from parent node: + var deleted = []; + // List of spaces and comments that go before declaration/@-rule: + var sc0 = []; + // Value to search in sort order: either a declaration's property name + // (e.g. `color`), or @-rule's special keyword (e.g. `$import`): + var propertyName; + + // Index to place the nodes that shouldn't be sorted + var lastGroupIndex = order['...'] ? order['...'].group : Infinity; + var lastPropertyIndex = order['...'] ? order['...'].prop : Infinity; + + // Counters for loops: + var i; + var l; + var j; + var nl; + + /** + * Remove empty lines in space node. + * @param {node} node Space node. + */ + var removeEmptyLines = function(node) { + node.content = node.content.replace(/\n[\s\t\n\r]*\n/, '\n'); + }; + + /** + * Check if there are any comments or spaces before + * the declaration/@-rule. + * @returns {Array} List of nodes with spaces and comments + */ + var checkSC0 = function() { + // List of nodes with spaces and comments: + var sc = []; + // List of nodes that can be later deleted from parent node: + var d = []; + + for (; i < l; i++) { + currentNode = node.get(i); + // If there is no node left, + // stop and do nothing with previously found spaces/comments: + if (!currentNode) { + return false; + } + + // If the node is declaration or @-rule, stop and return all + // found nodes with spaces and comments (if there are any): + if (SC.indexOf(currentNode.type) === -1) break; + + sc.push(currentNode); + d.push(i); + } + + deleted = deleted.concat(d); + + return sc; + }; + + /** + * Check if there are any comments or spaces after + * the declaration/@-rule. + * @returns {Array} List of nodes with spaces and comments + * @private + */ + var checkSC1 = function() { + // List of nodes with spaces and comments: + var sc = []; + // List of nodes that can be later deleted from parent node: + var d = []; + // Position of `\n` symbol inside a node with spaces: + var lbIndex; + + // Check every next node: + for (; i < l; i++) { + currentNode = node.get(i + 1); + // If there is no node, or it is nor spaces neither comment, stop: + if (!currentNode || SC.indexOf(currentNode.type) === -1) break; + + if (currentNode.is('multilineComment') || currentNode.is('singlelineComment')) { + sc.push(currentNode); + d.push(i + 1); + continue; + } + + lbIndex = currentNode.content.indexOf('\n'); + + // If there are any line breaks in a node with spaces, stop and + // split the node into two: one with spaces before line break + // and one with `\n` symbol and everything that goes after. + // Combine the first one with declaration/@-rule's node: + if (lbIndex > -1) { + // TODO: Don't push an empty array + var s = currentNode.content.substring(0, lbIndex); + var space = gonzales.createNode({ type: 's', content: s }); + sc.push(space); + currentNode.content = currentNode.content.substring(lbIndex); + break; + } + + sc.push(currentNode); + d.push(i + 1); + } + + deleted = deleted.concat(d); + + return sc; + }; + + /** + * Combine declaration/@-rule's node with other relevant information: + * property index, semicolon, spaces and comments. + * @returns {Object} Extended node + */ + var extendNode = function() { + currentNode = node.get(i); + var nextNode = node.get(i + 1); + // Object containing current node, all corresponding spaces, + // comments and other information: + var extendedNode; + // Check if current node's property name is in sort order. + // If it is, save information about its indices: + var orderProperty = order[propertyName]; + + extendedNode = { + i: i, + node: currentNode, + sc0: sc0, + sc1: [], + sc2: [], + delim: [] + }; + + // If the declaration's property is in order's list, save its + // group and property indices. Otherwise set them to 10000, so + // declaration appears at the bottom of a sorted list: + + extendedNode.groupIndex = orderProperty && orderProperty.group > -1 ? + orderProperty.group : lastGroupIndex; + extendedNode.propertyIndex = orderProperty && orderProperty.prop > -1 ? + orderProperty.prop : lastPropertyIndex; + + // Mark current node to remove it later from parent node: + deleted.push(i); + + extendedNode.sc1 = checkSC1(); + + if (extendedNode.sc1.length) { + currentNode = node.get(i); + nextNode = node.get(i + 1); + } + + // If there is `;` right after the declaration, save it with the + // declaration and mark it for removing from parent node: + if (currentNode && nextNode && nextNode.is('declarationDelimiter')) { + extendedNode.delim.push(nextNode); + deleted.push(i + 1); + i++; + + if (syntax === 'sass') return extendedNode; + + // Save spaces and comments which follow right after the declaration + // and mark them for removing from parent node: + extendedNode.sc2 = checkSC1(); + } + + return extendedNode; + }; + + /** + * Sorts properties alphabetically. + * + * @param {Object} a First extended node + * @param {Object} b Second extended node + * @returns {Number} `-1` if properties should go in order `a, b`. `1` + * if properties should go in order `b, a`. + */ + var sortLeftovers = function(a, b) { + var prefixes = ['-webkit-', '-moz-', '-ms-', '-o-', '']; + var prefixesRegExp = /^(-webkit-|-moz-|-ms-|-o-)(.*)$/; + + // Get property name (i.e. `color`, `-o-animation`): + a = a.node.get(0).get(0).content; + b = b.node.get(0).get(0).content; + + // Get prefix and unprefixed part. For example: + // ['-o-animation', '-o-', 'animation'] + // ['color', '', 'color'] + a = a.match(prefixesRegExp) || [a, '', a]; + b = b.match(prefixesRegExp) || [b, '', b]; + + if (a[2] !== b[2]) { + // If unprefixed parts are different (i.e. `border` and + // `color`), compare them: + return a[2] < b[2] ? -1 : 1; + } else { + // If unprefixed parts are identical (i.e. `border` in + // `-moz-border` and `-o-border`), compare prefixes (they + // should go in the same order they are set in `prefixes` array): + return prefixes.indexOf(a[1]) < prefixes.indexOf(b[1]) ? -1 : 1; + } + }; + + // TODO: Think it through! + // Sort properties only inside blocks: + if (!node.is('block')) return; + + // Check every child node. + // If it is declaration (property-value pair, e.g. `color: tomato`), + // or @-rule (e.g. `@include nani`), + // combine it with spaces, semicolon and comments and move them from + // current node to a separate list for further sorting: + for (i = 0, l = node.length; i < l; i++) { + if (NODES.indexOf(node.get(i).type) === -1) continue; + + // Save preceding spaces and comments, if there are any, and mark + // them for removing from parent node: + sc0 = checkSC0(); + if (!sc0) continue; + + // If spaces/comments are the last nodes, stop and go to sorting: + if (!node.get(i)) { + deleted.splice(deleted.length - sc0.length, deleted.length + 1); + break; + } + + // Check if the node needs to be sorted: + // it should be a special @-rule (e.g. `@include`) or a declaration + // with a valid property (e.g. `color` or `$width`). + // If not, proceed with the next node: + propertyName = null; + // Look for includes: + if (node.get(i).is('include')) { + propertyName = '$include'; + } else { + for (j = 0, nl = node.get(i).length; j < nl; j++) { + currentNode = node.get(i).get(j); + if (!currentNode) continue; + + if (currentNode.is('property')) { + propertyName = currentNode.get(0).is('variable') ? + '$variable' : currentNode.get(0).content; + break; + } else if (currentNode.is('atkeyword') && + currentNode.get(0).content === 'import') { // Look for imports + propertyName = '$import'; + break; + } + } + } + + // If current node is not property-value pair or import or include, + // skip it and continue with the next node: + if (!propertyName) { + deleted.splice(deleted.length - sc0.length, deleted.length + 1); + continue; + } + + // Make an extended node and move it to a separate list for further + // sorting: + sorted.push(extendNode()); + } + + // Remove all nodes, that were moved to a `sorted` list, from parent node: + for (i = deleted.length - 1; i > -1; i--) { + node.content.splice(deleted[i], 1); + } + + // Sort declarations saved for sorting: + sorted.sort(function(a, b) { + // If a's group index is higher than b's group index, in a sorted + // list a appears after b: + if (a.groupIndex !== b.groupIndex) return a.groupIndex - b.groupIndex; + + // If a and b belong to leftovers and `sort-order-fallback` option + // is set to `abc`, sort properties alphabetically: + if (a.groupIndex === lastGroupIndex && + _this.getValue('sort-order-fallback')) { + return sortLeftovers(a, b); + } + + // If a and b have the same group index, and a's property index is + // higher than b's property index, in a sorted list a appears after + // b: + if (a.propertyIndex !== b.propertyIndex) return a.propertyIndex - b.propertyIndex; + + // If a and b have the same group index and the same property index, + // in a sorted list they appear in the same order they were in + // original array: + return a.i - b.i; + }); + + // Build all nodes back together. First go sorted declarations, then + // everything else: + if (sorted.length > 0) { + for (i = sorted.length - 1, l = -1; i > l; i--) { + currentNode = sorted[i]; + var prevNode = sorted[i - 1]; + sc0 = currentNode.sc0; + var sc1 = currentNode.sc1; + var sc2 = currentNode.sc2; + + sc0.reverse().map(removeEmptyLines); + sc1.reverse().map(removeEmptyLines); + sc2.reverse().map(removeEmptyLines); + + // Divide declarations from different groups with an empty line: + if (prevNode && currentNode.groupIndex > prevNode.groupIndex) { + if (sc0[0] && sc0[0].is('space') && + (this.syntax === 'sass' || + sc0[0].content.match(/\n/g) && + sc0[0].content.match(/\n/g).length < 2)) { + sc0[0].content = '\n' + sc0[0].content; + } + } + + for (j = 0, nl = sc2.length; j < nl; j++) { + node.content.unshift(sc2[j]); + } + if (currentNode.delim.length > 0) { + var delim = this.syntax === 'sass' ? '\n' : ';'; + var declDelim = gonzales.createNode({ type: 'declarationDelimiter', content: delim }); + node.content.unshift(declDelim); + } + for (j = 0, nl = sc1.length; j < nl; j++) { + node.content.unshift(sc1[j]); + } + node.content.unshift(currentNode.node); + + for (j = 0, nl = sc0.length; j < nl; j++) { + node.content.unshift(sc0[j]); + } + } + } + } +}; diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-after-colon.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-after-colon.js new file mode 100644 index 0000000..86fab0e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-after-colon.js @@ -0,0 +1,58 @@ +var gonzales = require('gonzales-pe'); + +module.exports = { + name: 'space-after-colon', + + runBefore: 'block-indent', + + syntax: ['css', 'less', 'sass', 'scss'], + + accepts: { + number: true, + string: /^[ \t\n]*$/ + }, + + /** + * Processes tree node. + * + * @param {node} node + */ + process: function(node) { + if (!node.is('declaration')) return; + + var value = this.getValue('space-after-colon'); + + for (var i = node.length; i--;) { + if (!node.get(i).is('propertyDelimiter')) continue; + + if (this.getSyntax() === 'sass' && !node.get(i - 1)) break; + + // Remove any spaces after colon: + if (node.get(i + 1).is('space')) node.remove(i + 1); + // If the value set in config is not empty, add spaces: + var space = gonzales.createNode({ type: 'space', content: value }); + if (value !== '') node.insert(i + 1, space); + + break; + } + }, + + /** + * Detects the value of an option at the tree node. + * + * @param {node} node + */ + detect: function(node) { + if (!node.is('declaration')) return; + + for (var i = node.length; i--;) { + if (!node.get(i).is('propertyDelimiter')) continue; + + if (node.get(i + 1).is('space')) { + return node.get(i + 1).content; + } else { + return ''; + } + } + } +}; diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-after-combinator.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-after-combinator.js new file mode 100644 index 0000000..7d1d54a --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-after-combinator.js @@ -0,0 +1,60 @@ +var gonzales = require('gonzales-pe'); + +module.exports = { + name: 'space-after-combinator', + + runBefore: 'block-indent', + + syntax: ['css', 'less', 'sass', 'scss'], + + accepts: { + number: true, + string: /^[ \t\n]*$/ + }, + + /** + * Processes tree node. + * + * @param {node} node + */ + process: function(node) { + if (!node.is('selector')) return; + + var value = this.getValue('space-after-combinator'); + + node.forEach('simpleSelector', function(simpleSelector) { + simpleSelector.forEach('combinator', function(combinator, i) { + if (simpleSelector.get(i + 1).is('space')) { + simpleSelector.get(i + 1).content = value; + } else { + var space = gonzales.createNode({ type: 'space', content: value }); + simpleSelector.insert(i + 1, space); + } + }); + }); + }, + + /** + * Detects the value of an option at the tree node. + * + * @param {node} node + */ + detect: function(node) { + if (!node.is('selector')) return; + + var variants = []; + + node.forEach('simpleSelector', function(simpleSelector) { + simpleSelector.forEach('combinator', function(combinator, i) { + if (simpleSelector.get(i + 1).is('space')) { + variants.push(simpleSelector.get(i + 1).content); + } else { + variants.push(''); + } + }); + }); + + return variants; + } +}; + diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-after-opening-brace.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-after-opening-brace.js new file mode 100644 index 0000000..f41f562 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-after-opening-brace.js @@ -0,0 +1,49 @@ +var gonzales = require('gonzales-pe'); + +module.exports = { + name: 'space-after-opening-brace', + + runBefore: 'block-indent', + + syntax: ['css', 'less', 'scss'], + + accepts: { + number: true, + string: /^[ \t\n]*$/ + }, + + /** + * Processes tree node. + * + * @param {node} node + */ + process: function(node) { + // If found block node stop at the next one for space check + if (!node.is('block') && !node.is('atrulers')) return; + + var value = this.getValue('space-after-opening-brace'); + + if (node.first() && + node.first().is('space')) { + node.first().content = value; + } else if (value !== '') { + var space = gonzales.createNode({ type: 'space', content: value }); + node.insert(0, space); + } + }, + + /** + * Detects the value of an option at the tree node. + * + * @param {node} node + */ + detect: function(node) { + if (!node.is('block') && !node.is('atrulers')) return; + + if (node.first().is('space')) { + return node.first().content; + } else { + return ''; + } + } +}; diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-after-selector-delimiter.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-after-selector-delimiter.js new file mode 100644 index 0000000..e35bfdd --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-after-selector-delimiter.js @@ -0,0 +1,62 @@ +var gonzales = require('gonzales-pe'); + +module.exports = { + name: 'space-after-selector-delimiter', + + runBefore: 'block-indent', + + syntax: ['css', 'less', 'sass', 'scss'], + + accepts: { + number: true, + string: /^[ \t\n]*$/ + }, + + /** + * Processes tree node. + * + * @param {node} node + */ + process: function(node) { + if (!node.is('selector')) return; + + var value = this.getValue('space-after-selector-delimiter'); + + node.forEach('delimiter', function(delimiter, i) { + var nextNode = node.get(i + 1); + + if (nextNode.is('space')) { + nextNode.content = value; + } else if (nextNode.first().is('space')) { + nextNode.first().content = value; + } else { + var space = gonzales.createNode({ type: 'space', content: value }); + nextNode.insert(0, space); + } + }); + }, + + /** + * Detects the value of an option at the tree node. + * + * @param {node} node + */ + detect: function(node) { + if (!node.is('selector')) return; + + var variants = []; + + node.forEach('delimiter', function(delimiter, i) { + var nextNode = node.get(i + 1); + if (nextNode && nextNode.is('space')) { + variants.push(nextNode.content); + } else if (nextNode.first() && nextNode.first().is('space')) { + variants.push(nextNode.first().content); + } else { + variants.push(''); + } + }); + + return variants; + } +}; diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-before-closing-brace.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-before-closing-brace.js new file mode 100644 index 0000000..ff81b26 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-before-closing-brace.js @@ -0,0 +1,103 @@ +var gonzales = require('gonzales-pe'); + +module.exports = (function() { + var valueFromSettings; + var blockIndent; + + function getLastWhitespaceNode(node) { + var lastNode = node.last(); + + if (!lastNode || !lastNode.content) return null; + + if (lastNode.is('block')) return null; + if (lastNode.is('space')) return lastNode; + + return getLastWhitespaceNode(lastNode); + } + + function processBlock(x, level) { + level = level || 0; + + // XXX: Hack for braces + if (x.is('braces') || x.is('id')) return; + + x.forEach(function(node) { + if (!node.is('block') && + !node.is('atrulers')) return processBlock(node, level); + + level++; + + var value = valueFromSettings; + if (value.indexOf('\n') > -1) { + // TODO: Check that it works for '' block indent value + if (blockIndent) { + value += new Array(level).join(blockIndent); + } + } + + // If found block node stop at the next one for space check + // For the pre-block node, find its last (the deepest) child + var whitespaceNode = getLastWhitespaceNode(node); + + // If it's spaces, modify this node + // If it's something different from spaces, add a space node to the end + if (whitespaceNode) { + whitespaceNode.content = value; + } else if (value !== '') { + var space = gonzales.createNode({ type: 'space', content: value }); + node.content.push(space); + } + + processBlock(node, level); + }); + } + + + return { + name: 'space-before-closing-brace', + + runBefore: 'tab-size', + + syntax: ['css', 'less', 'scss'], + + accepts: { + number: true, + string: /^[ \t\n]*$/ + }, + + /** + * Processes tree node. + * @param {node} node + */ + process: function(node) { + valueFromSettings = this.getValue('space-before-closing-brace'); + blockIndent = this.getValue('block-indent'); + + if (!node.is('stylesheet')) return; + + processBlock(node); + }, + + /** + * Detects the value of an option at the tree node. + * + * @param {node} node + */ + detect: function(node) { + if (!node.is('block') && !node.is('atrulers')) return; + + var variants = []; + + // For the block node, find its last (the deepest) child + var whitespaceNode = getLastWhitespaceNode(node); + if (whitespaceNode) { + variants.push(whitespaceNode.content); + } else { + variants.push(''); + } + + return variants; + } + }; +})(); + diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-before-colon.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-before-colon.js new file mode 100644 index 0000000..ed332f4 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-before-colon.js @@ -0,0 +1,60 @@ +var gonzales = require('gonzales-pe'); + +module.exports = { + name: 'space-before-colon', + + runBefore: 'block-indent', + + syntax: ['css', 'less', 'sass', 'scss'], + + accepts: { + number: true, + string: /^[ \t\n]*$/ + }, + + /** + * Processes tree node. + * + * @param {node} node + */ + process: function(node) { + if (!node.is('declaration')) return; + + var value = this.getValue('space-before-colon'); + var syntax = this.getSyntax(); + + node.forEach('propertyDelimiter', function(delimiter, i) { + if (syntax === 'sass' && !node.get(i - 1)) return; + + // Remove any spaces before colon: + if (node.get(i - 1).is('space')) { + node.remove(--i); + } + + // If the value set in config is not empty, add spaces: + var space = gonzales.createNode({ type: 'space', content: value }); + if (value !== '') node.insert(i, space); + }); + }, + + /** + * Detects the value of an option at the tree node. + * + * @param {node} node + */ + detect: function(node) { + if (!node.is('declaration')) return; + + var result; + + node.forEach('propertyDelimiter', function(delimiter, i) { + if (node.get(i - 1).is('space')) { + result = node.get(i - 1).content; + } else { + result = ''; + } + }); + + return result; + } +}; diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-before-combinator.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-before-combinator.js new file mode 100644 index 0000000..1046092 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-before-combinator.js @@ -0,0 +1,68 @@ +var gonzales = require('gonzales-pe'); + +module.exports = { + name: 'space-before-combinator', + + runBefore: 'block-indent', + + syntax: ['css', 'less', 'sass', 'scss'], + + accepts: { + number: true, + string: /^[ \t\n]*$/ + }, + + /** + * Processes tree node. + * + * @param {node} node + */ + process: function(node) { + if (!node.is('selector')) return; + + var value = this.getValue('space-before-combinator'); + + node.forEach(function(simpleSelector) { + var notFirst = false; + + simpleSelector.forEach(function(n, i) { + if (!n.is('space') && !n.is('combinator')) notFirst = true; + + // If combinator is the first thing in selector, + // do not add extra spaces: + if (!n.is('combinator') || !notFirst) return; + + if (simpleSelector.get(i - 1).is('space')) { + simpleSelector.get(i - 1).content = value; + } else { + var space = gonzales.createNode({ type: 'space', content: value }); + simpleSelector.insert(i, space); + } + }); + }); + }, + + /** + * Detects the value of an option at the tree node. + * + * @param {node} node + */ + detect: function(node) { + if (!node.is('selector')) return; + + var variants = []; + + node.forEach(function(simpleSelector) { + simpleSelector.forEach('combinator', function(combinator, i) { + if (simpleSelector.get(i - 1).is('space')) { + variants.push(simpleSelector.get(i - 1).content); + } else { + variants.push(''); + } + }); + }); + + return variants; + } +}; + diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-before-opening-brace.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-before-opening-brace.js new file mode 100644 index 0000000..4d0622b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-before-opening-brace.js @@ -0,0 +1,99 @@ +var gonzales = require('gonzales-pe'); + +module.exports = (function() { + /** + * Gets the last (the deepest) whitespace node. + * + * @param {node} node + * @returns {node|undefined} If no whitespace node is found, returns + * `undefined` + */ + function getLastWhitespaceNode(node) { + if (typeof node !== 'object') return; + if (node.is('space')) return node; + + return getLastWhitespaceNode(node.last()); + } + + return { + name: 'space-before-opening-brace', + + runBefore: 'block-indent', + + syntax: ['css', 'less', 'scss'], + + accepts: { + number: true, + string: /^[ \t\n]*$/ + }, + + /** + * Processes tree node. + * + * @param {node} node + */ + process: function(node) { + var value = this.getValue('space-before-opening-brace'); + + // XXX: Hack for braces + if (node.is('braces') || node.is('id')) return; + + node.forEach(function(block, i) { + // If found block node stop at the next one for space check: + if (!block.is('block') && !block.is('atrulers')) return; + + // For the pre-block node, find its last (the deepest) child: + // TODO: Exclude nodes with braces (for example, arguments) + var previousNode = node.get(i - 1); + var whitespaceNode = getLastWhitespaceNode(previousNode); + + // If it's spaces, modify this node. + // If it's something different from spaces, add a space node to + // the end: + if (whitespaceNode) { + whitespaceNode.content = value; + } else if (value !== '') { + var space = gonzales.createNode({ type: 'space', content: value }); + if (previousNode && previousNode.is('atrulerq')) { + previousNode.content.push(space); + } else { + node.insert(i, space); + } + } + }); + }, + + /** + * Detects the value of an option at the tree node. + * + * @param {node} node + */ + detect: function(node) { + var variants = []; + + // XXX: Hack for braces + if (node.is('braces') || node.is('id')) return []; + + node.forEach(function(block, i) { + // If found block node stop at the next one for space check: + if (!block.is('block') && !block.is('atrulers')) return; + + // For the pre-block node, find its last (the deepest) child: + // TODO: Exclude nodes with braces (for example, arguments) + var previousNode = node.get(i - 1); + var whitespaceNode = getLastWhitespaceNode(previousNode); + + // If it's spaces, modify this node. + // If it's something different from spaces, add a space node to + // the end: + if (whitespaceNode) { + variants.push(whitespaceNode.content); + } else { + variants.push(''); + } + }); + + return variants; + } + }; +})(); diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-before-selector-delimiter.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-before-selector-delimiter.js new file mode 100644 index 0000000..21204d0 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-before-selector-delimiter.js @@ -0,0 +1,57 @@ +var gonzales = require('gonzales-pe'); + +module.exports = { + name: 'space-before-selector-delimiter', + + runBefore: 'block-indent', + + syntax: ['css', 'less', 'sass', 'scss'], + + accepts: { + number: true, + string: /^[ \t\n]*$/ + }, + + /** + * Processes tree node. + * + * @param {node} node + */ + process: function(node) { + if (!node.is('selector')) return; + + var value = this.getValue('space-before-selector-delimiter'); + + node.forEach('delimiter', function(delim, i) { + var previousNode = node.get(i - 1); + if (previousNode.last().is('space')) { + previousNode.last().content = value; + } else { + var space = gonzales.createNode({ type: 'space', content: value }); + previousNode.content.push(space); + } + }); + }, + + /** + * Detects the value of an option at the tree node. + * + * @param {node} node + */ + detect: function(node) { + if (!node.is('selector')) return; + + var variants = []; + + node.forEach('delimiter', function(delim, i) { + var previousNode = node.get(i - 1); + if (previousNode.last().is('space')) { + variants.push(previousNode.last().content); + } else { + variants.push(''); + } + }); + + return variants; + } +}; diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-between-declarations.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-between-declarations.js new file mode 100644 index 0000000..cc0819d --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/space-between-declarations.js @@ -0,0 +1,97 @@ +var gonzales = require('gonzales-pe'); + +module.exports = (function() { + function getDeclarationEnd(node, i) { + for (;i < node.length; i++) { + if (!node.get(i + 1) || typeof node.get(i + 1) === 'string') { + return 0; + } else if (node.get(i + 1).is('space')) { + if (node.get(i + 1).content.indexOf('\n') > -1) { + if (node.get(i + 2) && node.get(i + 2).is('declaration')) { + return i; + } else { + return 0; + } + } else if (node.get(i + 2) && node.get(i + 2).is('multilineComment')) { + if (node.get(i + 3) && node.get(i + 3).is('declaration')) { + return i + 2; + } else if (node.get(i + 3) && node.get(i + 3).is('space')) { + if (node.get(i + 4) && node.get(i + 4).is('declaration')) { + return i + 2; + } else { + return 0; + } + } else { + return 0; + } + } else if (node.get(i + 2) && node.get(i + 2).is('declaration')) { + return i; + } + } else if (node.get(i + 1).is('declaration')) { + return i; + } else if (node.get(i + 1).is('multilineComment')) { + if (node.get(i + 2) && node.get(i + 2).is('declaration')) { + return i + 1; + } else if (node.get(i + 2) && node.get(i + 2).is('space')) { + if (node.get(i + 3) && node.get(i + 3).is('declaration')) { + return i + 1; + } + } else { + return 0; + } + } else { + return 0; + } + } + } + + return { + name: 'space-between-declarations', + + runBefore: 'block-indent', + + syntax: ['css', 'less', 'scss'], + + accepts: { + number: true, + string: /^[ \t\n]*$/ + }, + + /** + * Processes tree node. + * + * @param {node} node + */ + process: function(node) { + var value = this.getValue('space-between-declarations'); + + // TODO: Limit nodes to blocks, stylesheet, etc. + // XXX: Hack for braces + if (node.is('braces') || node.is('id')) return; + + for (var i = 0, l = node.length; i < l; i++) { + if (!node.get(i) || !node.get(i).is('declarationDelimiter')) continue; + + // Grom user's point of view "declaration" includes semicolons + // and comments placed on the same line. + // So group those things together: + var declarationEnd = getDeclarationEnd(node, i); + if (!declarationEnd) { + continue; + } else { + i = declarationEnd; + } + + var nextNode = node.get(i + 1); + if (nextNode.is('space')) { + nextNode.content = value; + } else { + i++; + l++; + var space = gonzales.createNode({ type: 'space', content: value }); + node.insert(i, space); + } + } + } + }; +})(); diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/strip-spaces.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/strip-spaces.js new file mode 100644 index 0000000..36f3f83 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/strip-spaces.js @@ -0,0 +1,58 @@ +module.exports = (function() { + /** + * Trim trailing spaces on each line. + * @private + * @param {String} string Spaceful string + * @returns {String} + */ + function trim(string) { + return string.replace(/[ \t]+\n/g, '\n'); + } + + return { + name: 'strip-spaces', + + syntax: ['css', 'less', 'sass', 'scss'], + + accepts: { boolean: [true] }, + + /** + * Processes tree node. + * @param {node} node + */ + process: function(node) { + if (node.is('space')) { + node.content = trim(node.content); + } else if (node.is('stylesheet')) { + var lastChild = node.last(); + if (lastChild.is('space')) { + lastChild.content = trim(lastChild.content) + .replace(/[ \t]+$/, '') + .replace(/[\n]+/g, '\n'); + } + } + }, + + detectDefault: true, + + /** + * Detects the value of an option at the tree node. + * This option is treated as `true` by default, but any trailing space would invalidate it. + * + * @param {node} node + */ + detect: function(node) { + if (node.is('space') && + node.content.match(/[ \t]\n/)) { + return false; + } else if (node.is('stylesheet')) { + var lastChild = node.last(); + if (lastChild.is('space') && + lastChild.content !== '\n' && + lastChild.content.match(/^[ \n\t]+$/)) { + return false; + } + } + } + }; +})(); diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/tab-size.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/tab-size.js new file mode 100644 index 0000000..1ab2935 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/tab-size.js @@ -0,0 +1,19 @@ +module.exports = { + name: 'tab-size', + + runBefore: 'vendor-prefix-align', + + syntax: ['css', 'less', 'sass', 'scss'], + + accepts: { number: true }, + + /** + * Processes tree node. + * + * @param {node} node + */ + process: function(node) { + if (!node.is('space')) return; + node.content = node.content.replace(/\t/, this.getValue('tab-size')); + } +}; diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/unitless-zero.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/unitless-zero.js new file mode 100644 index 0000000..a712efa --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/unitless-zero.js @@ -0,0 +1,82 @@ +module.exports = { + name: 'unitless-zero', + + syntax: ['css', 'less', 'sass', 'scss'], + + accepts: { boolean: [true] }, + + /** + * Processes tree node. + * + * @param {node} node + */ + process: function(node) { + var UNITS = ['cm', 'em', 'ex', 'pt', 'px']; + + if (!node.is('value') && !node.is('braces')) return; + + node.forEach(function(value) { + if (typeof value === 'string') return; + + if (value.is('dimension')) { + var unit = value.first('ident').content; + if (value.first('number').content === '0' && + UNITS.indexOf(unit) !== -1) { + value.remove(1); + } + } else if (value.is('percentage')) { + // XXX(tonyganch): There is a bug in Gonzales when in Less, + // percentage's content is not wrapped as an array but actually + // type of node's content is object. This bug has already been + // fixed in newer versions of Gonzales so the issue should be + // gone after update of dependencies and csscomb@4.0 release. + // This hack is here as a hotfix for csscomb@3.1 and must be + // removed once csscom@4.0 is released. See #389. + var number; + if (!Array.isArray(value.content) && + value.content.is('number')) { + number = value.content; + } else { + number = value.first('number').content; + } + + if (number === '0') { + value.type = 'number'; + value.content = number; + } + } + }); + }, + + /** + * Detects the value of an option at the tree node. + * + * @param {node} node + */ + detect: function(node) { + var result; + + // If we see a zero with unit and it is not degree, then we don’t have an option + + if (node.is('percentage') && node.first('number').content[1] === '0') { + result = false; + } else if (node.is('dimension') && + node.first('number').content === '0' && + node.first('ident').content !== 'deg') { + result = false; + } + + // If we see a zero and previous node is not percentage or dimension, then we have an option + if (node.is('number') && + node.content === '0' && + this._prev !== 'percentage' && + this._prev !== 'dimension') { + result = true; + } + + // Store the previous nodeType + this._prev = node.type; + + return result; + } +}; diff --git a/user/themes/gilles_acezat/node_modules/csscomb/lib/options/vendor-prefix-align.js b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/vendor-prefix-align.js new file mode 100644 index 0000000..39d15d3 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/lib/options/vendor-prefix-align.js @@ -0,0 +1,436 @@ +var gonzales = require('gonzales-pe'); + +module.exports = (function() { + // Vendor prefixes list: + var PREFIXES = [ + 'webkit', + 'khtml', + 'moz', + 'ms', + 'o' + ]; + + var oneline; + + /** + * Makes namespace from property name. + * + * @param {String} propertyName + * @returns {String|undefined} + */ + function makeNamespace(propertyName) { + var info = getPrefixInfo(propertyName); + return info && info.baseName; + } + + /** + * Creates object which contains info about vendor prefix used in propertyName. + * + * @param {String} propertyName property name + * @param {String} [namespace=''] namespace name + * @param {Number} [extraSymbols=0] extra symbols count + * @returns {Object|undefined} + */ + function getPrefixInfo(propertyName, namespace, extraSymbols) { + var baseName = propertyName; + var prefixLength = 0; + + namespace = namespace || ''; + extraSymbols = extraSymbols || 0; + + if (!propertyName) return; + + PREFIXES.some(function(prefix) { + prefix = '-' + prefix + '-'; + if (propertyName.indexOf(prefix) !== 0) return; + + baseName = baseName.substr(prefix.length); + prefixLength = prefix.length; + + return true; + }); + + return { + id: namespace + baseName, + baseName: baseName, + prefixLength: prefixLength, + extra: extraSymbols + }; + } + + /** + * Returns extra indent for item in arguments + * + * @param {Array} nodes nodes to process + * @returns {Number|undefined} + */ + function extraIndent(nodes) { + if (!nodes || !nodes.length) return; + + var node; + var crPos; + var tabPos; + var result = 0; + + for (var i = nodes.length; i--;) { + node = nodes[i]; + + if (!node.content) { + crPos = -1; + } else { + crPos = node.content.lastIndexOf('\n'); + tabPos = node.content.lastIndexOf('\t'); + if (tabPos > crPos) crPos = tabPos; + } + + if (crPos !== -1) + oneline = false; + + if (node.is('space')) { + result += node.content.length - crPos - 1; + if (crPos !== -1) + break; + } + if (node.is('multilineComment')) { + if (crPos === -1) { + result += node.content.length + 4 /* comment symbols length */ ; + } else { + result += node.content.length - crPos + 1 /* only last comment symbols length - 1(not count \n)*/; + break; + } + } + } + + return result; + } + + /** + * Wrapper for extra indent function for `property` node. + * + * @param {Array} nodes all nodes + * @param {Number} i position in nodes array + */ + function extraIndentProperty(nodes, i) { + var subset = []; + while (i--) { + if (!nodes.get(i) || nodes.get(i).is('declarationDelimiter')) + break; + subset.unshift(nodes.get(i)); + } + return extraIndent(subset); + } + + /** + * Wrapper for extra indent function for val-node. + * + * @param {Array} nodes all nodes + * @param {Number} i position in nodes array + */ + function extraIndentVal(nodes, i) { + var subset = []; + var declaration = nodes.get(i); + if (!declaration.is('declaration')) return; + + for (var x = declaration.length; x--;) { + if (!declaration.get(x).is('value')) continue; + + x--; + + while (!declaration.get(x).is('propertyDelimiter')) { + subset.push(declaration.get(x)); + x--; + } + + break; + } + return extraIndent(subset); + } + + /** + * Walks across nodes, and call payload for every node that pass selector check. + * + * @param {Object} args arguments in form of: + * { + * node: {object} current node, + * selector: {function} propertyName selector + * payload: {function} work to do with gathered info + * namespaceSelector: {function} selector for namespace + * getExtraSymbols: {Number} extra symbols count + * } + */ + function walk(args) { + args.node.forEach(function(item, i) { + var name = args.selector(item); + var namespace = args.namespaceSelector && makeNamespace(args.namespaceSelector(item)); + var extraSymbols = args.getExtraSymbols(args.node, i); + + var info = name && getPrefixInfo(name, namespace, extraSymbols); + if (!info) return; + args.payload(info, i); + }); + } + + /** + * Returns property name. + * e.g. + * for: 'color: #fff' + * returns string: 'color' + * + * @param {node} node + * @returns {String|undefined} + */ + function getPropertyName(node) { + if (!node.is('declaration')) return; + // TODO: Check that it's not a variable + return node.get(0).get(0).content; + } + + /** + * Returns property value name. + * e.g. + * for: '-webkit-transition: -webkit-transform 150ms linear' + * returns string: '-webkit-transform', and + * for: 'background: -webkit-linear-gradient(...)' + * returns string: '-webkit-linear-gradient' + * + * @param {node} node + * @returns {String|undefined} + */ + function getValName(node) { + if (!node.is('declaration')) return; + + var value = node.first('value'); + if (value.get(0).is('ident')) return value.get(0).content; + if (value.get(0).is('function')) return value.get(0).get(0).content; + } + + /** + * Updates dict which contains info about items align. + * + * @param {Object} info, + * @param {Object} dict, + */ + function updateDict(info, dict) { + if (info.prefixLength === 0 && info.extra === 0) return; + + var indent = dict[info.id] || { prefixLength: 0, extra: 0 }; + + dict[info.id] = indent.prefixLength + indent.extra > info.prefixLength + info.extra ? + indent : + { + prefixLength: info.prefixLength, + extra: info.extra, + }; + } + + /** + * Returns string with correct number of spaces for info.baseName property. + * + * @param {Object} info, + * @param {Object} dict, + * @param {String} whitespaceNode + * @returns {String} + */ + function updateIndent(info, dict, whitespaceNode) { + var item = dict[info.id]; + if (!item) + return whitespaceNode; + + var crPos = whitespaceNode.lastIndexOf('\n'); + var tabPos = whitespaceNode.lastIndexOf('\t'); + if (tabPos > crPos) crPos = tabPos; + + var firstPart = whitespaceNode.substr(0, crPos + 1 ); + var extraIndent = new Array( + (item.prefixLength - info.prefixLength) + + (item.extra - info.extra) + + whitespaceNode.length - firstPart.length + + 1).join(' '); + + return firstPart.concat(extraIndent); + } + + return { + name: 'vendor-prefix-align', + + syntax: ['css', 'less', 'sass', 'scss'], + + accepts: { boolean: [true] }, + + /** + * Processes tree node. + * + * @param {node} node + */ + process: function(node) { + if (!node.is('block')) return; + oneline = true; + + var dict = {}; + + // Gathering Info + walk({ + node: node, + selector: getPropertyName, + getExtraSymbols: extraIndentProperty, + payload: function(info) { + updateDict(info, dict); + } + }); + + walk({ + node: node, + selector: getValName, + namespaceSelector: getPropertyName, + getExtraSymbols: extraIndentVal, + payload: function(info) { + updateDict(info, dict); + } + }); + + if (oneline && this.getSyntax() !== 'sass') return; + + // Update nodes + walk({ + node: node, + selector: getValName, + namespaceSelector: getPropertyName, + getExtraSymbols: extraIndentVal, + payload: function(info, i) { + for (var x = node.get(i).length; x--;) { + if (node.get(i).get(x).is('value')) break; + } + + if (!node.get(i).get(x - 1).is('space')) { + var space = gonzales.createNode({ type: 'space', content: '' }); + node.get(i).insert(x, space); + ++x; + } + + node.get(i).get(x - 1).content = updateIndent(info, dict, node.get(i).get(x - 1).content); + } + }); + + if (this.getSyntax() === 'sass') return; + + walk({ + node: node, + selector: getPropertyName, + getExtraSymbols: extraIndentProperty, + payload: function(info, i) { + // `node.get(i - 1)` can be either space or comment: + var whitespaceNode = node.get(i - 1); + if (!whitespaceNode) return; + // If it's a comment, insert an empty space node: + if (!whitespaceNode.is('space')) { + whitespaceNode = gonzales.createNode({ type: 'space', content: '' }); + node.insert(i - 1, whitespaceNode); + } + whitespaceNode.content = updateIndent(info, dict, whitespaceNode.content); + } + }); + }, + + /** + * Detects the value of an option at the tree node. + * + * @param {node} node + */ + detect: function(node) { + if (!node.is('block')) return; + + var result = { + true: 0, + false: 0 + }; + + var maybePrefix = false; + var prevPrefixLength = false; + var prevProp; + var prevSum; + var partialResult = null; + + var getResult = function(node, sum, info, i) { + var prop = info.baseName; + + // If this is the last item in a row and we have a result, then catch it + if (prop !== prevProp && partialResult !== null) { + if (partialResult) { + result.true++; + } else { + result.false++; + } + partialResult = null; + } + + if (prop === prevProp && info.prefixLength !== prevPrefixLength) { + maybePrefix = true; + } else { + maybePrefix = false; + } + + if (maybePrefix && partialResult !== false) { + // If there is prefixed prop, check if the prefixes are aligned, + // but only if we hadn't already catched that it is false + if (sum === prevSum) { + partialResult = true; + } else { + partialResult = false; + } + } + + if (node.length === i + 3 && partialResult !== null) { + // If we're at the last property and have a result, catch it + if (partialResult) { + result.true++; + } else { + result.false++; + } + } + + prevPrefixLength = info.prefixLength; + prevProp = prop; + prevSum = sum; + }; + + // Gathering Info + walk({ + node: node, + selector: getPropertyName, + getExtraSymbols: extraIndentProperty, + payload: function(info, i) { + if (node.get(i - 1) && node.get(i - 1).content) { + var sum = node.get(i - 1).content. + replace(/^[ \t]*\n+/, '').length + info.prefixLength; + getResult(node, sum, info, i); + } + } + }); + + walk({ + node: node, + selector: getValName, + getExtraSymbols: extraIndentVal, + payload: function(info, i) { + for (var x = node.get(i).length; x--;) { + if (node.get(i).get(x).is('value')) break; + } + + if (node.get(i).get(x - 1)) { + var sum = node.get(i).get(x - 1).content + .replace(/^[ \t]*\n+/, '').length + info.prefixLength; + getResult(node, sum, info, i); + } + } + }); + + if (result.true > 0 || result.false > 0) { + if (result.true >= result.false) { + return true; + } else { + return false; + } + } + } + }; +})(); diff --git a/user/themes/gilles_acezat/node_modules/csscomb/package.json b/user/themes/gilles_acezat/node_modules/csscomb/package.json new file mode 100644 index 0000000..0f2b888 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/csscomb/package.json @@ -0,0 +1,104 @@ +{ + "_args": [ + [ + "csscomb@3.1.8", + "/mnt/data/Sites/r2c.net/user/themes/r2c" + ] + ], + "_development": true, + "_from": "csscomb@3.1.8", + "_id": "csscomb@3.1.8", + "_inBundle": false, + "_integrity": "sha1-qKc4iE9Am6817JRhr8UuHHW9I6I=", + "_location": "/csscomb", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "csscomb@3.1.8", + "name": "csscomb", + "escapedName": "csscomb", + "rawSpec": "3.1.8", + "saveSpec": null, + "fetchSpec": "3.1.8" + }, + "_requiredBy": [ + "/gulp-csscomb" + ], + "_resolved": "https://registry.npmjs.org/csscomb/-/csscomb-3.1.8.tgz", + "_spec": "3.1.8", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c", + "author": { + "name": "Mikhail Troshev", + "email": "mishanga@yandex-team.ru" + }, + "bin": { + "csscomb": "./bin/csscomb" + }, + "bugs": { + "url": "https://github.com/csscomb/csscomb.js/issues" + }, + "contributors": [ + { + "name": "Igor Novak", + "email": "bezengi@gmail.com" + }, + { + "name": "Roman Komarov", + "email": "kizmarh@ya.ru" + }, + { + "name": "Denis Payase", + "email": "lostsoul@yandex-team.ru" + }, + { + "name": "Mikhail Troshev", + "email": "mishanga@yandex-team.ru", + "url": "http://mishanga.pro/" + }, + { + "name": "Sergey Puzankov", + "email": "puzankov@yandex-team.ru" + } + ], + "dependencies": { + "commander": "2.0.0", + "csscomb-core": "3.0.0-3.1", + "gonzales-pe": "3.0.0-28", + "vow": "0.4.4" + }, + "description": "CSS coding style formatter", + "devDependencies": { + "jscs": "1.4.5", + "jshint": "2.3.0", + "jshint-groups": "0.5.3", + "mocha": "1.20.1" + }, + "engines": { + "node": ">= 0.10.0" + }, + "files": [ + "bin", + "config", + "lib" + ], + "homepage": "http://csscomb.com/", + "main": "./lib/csscomb.js", + "maintainers": [ + { + "name": "Tony Ganch", + "email": "tonyganch+github@gmail.com", + "url": "http://tonyganch.com/" + } + ], + "name": "csscomb", + "repository": { + "type": "git", + "url": "git+https://github.com/csscomb/csscomb.js.git" + }, + "scripts": { + "test": "jshint-groups && ./node_modules/.bin/jscs . && node test/mocha", + "test-cov": "rm -rf lib-cov && jscoverage lib lib-cov && TEST_COV=true node test/mocha > ./test/test-coverage.html" + }, + "version": "3.1.8" +} diff --git a/user/themes/gilles_acezat/node_modules/currently-unhandled/browser.js b/user/themes/gilles_acezat/node_modules/currently-unhandled/browser.js new file mode 100644 index 0000000..aa9e56f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/currently-unhandled/browser.js @@ -0,0 +1,27 @@ +'use strict'; +var core = require('./core'); + +function unwrapEvent(event) { + if (event && event.detail && event.detail.promise) { + return event.detail; + } + + return event; +} + +module.exports = function (w) { + w = w || window; + var c = core(); + + w.addEventListener('unhandledrejection', function (event) { + event = unwrapEvent(event); + c.onUnhandledRejection(event.reason, event.promise); + }); + + w.addEventListener('rejectionhandled', function (event) { + event = unwrapEvent(event); + c.onRejectionHandled(event.promise); + }); + + return c.currentlyUnhandled; +}; diff --git a/user/themes/gilles_acezat/node_modules/currently-unhandled/core.js b/user/themes/gilles_acezat/node_modules/currently-unhandled/core.js new file mode 100644 index 0000000..73db22e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/currently-unhandled/core.js @@ -0,0 +1,33 @@ +'use strict'; +var arrayFindIndex = require('array-find-index'); + +module.exports = function () { + var unhandledRejections = []; + + function onUnhandledRejection(reason, promise) { + unhandledRejections.push({reason: reason, promise: promise}); + } + + function onRejectionHandled(promise) { + var index = arrayFindIndex(unhandledRejections, function (x) { + return x.promise === promise; + }); + + unhandledRejections.splice(index, 1); + } + + function currentlyUnhandled() { + return unhandledRejections.map(function (entry) { + return { + reason: entry.reason, + promise: entry.promise + }; + }); + } + + return { + onUnhandledRejection: onUnhandledRejection, + onRejectionHandled: onRejectionHandled, + currentlyUnhandled: currentlyUnhandled + }; +}; diff --git a/user/themes/gilles_acezat/node_modules/currently-unhandled/index.js b/user/themes/gilles_acezat/node_modules/currently-unhandled/index.js new file mode 100644 index 0000000..238b9d9 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/currently-unhandled/index.js @@ -0,0 +1,12 @@ +'use strict'; +var core = require('./core'); + +module.exports = function (p) { + p = p || process; + var c = core(); + + p.on('unhandledRejection', c.onUnhandledRejection); + p.on('rejectionHandled', c.onRejectionHandled); + + return c.currentlyUnhandled; +}; diff --git a/user/themes/gilles_acezat/node_modules/currently-unhandled/license b/user/themes/gilles_acezat/node_modules/currently-unhandled/license new file mode 100644 index 0000000..ad5d021 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/currently-unhandled/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) James Talmage (github.com/jamestalmage) + +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/user/themes/gilles_acezat/node_modules/currently-unhandled/package.json b/user/themes/gilles_acezat/node_modules/currently-unhandled/package.json new file mode 100644 index 0000000..ea12844 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/currently-unhandled/package.json @@ -0,0 +1,107 @@ +{ + "_args": [ + [ + "currently-unhandled@0.4.1", + "/mnt/data/Sites/r2c.net/user/themes/r2c" + ] + ], + "_development": true, + "_from": "currently-unhandled@0.4.1", + "_id": "currently-unhandled@0.4.1", + "_inBundle": false, + "_integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", + "_location": "/currently-unhandled", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "currently-unhandled@0.4.1", + "name": "currently-unhandled", + "escapedName": "currently-unhandled", + "rawSpec": "0.4.1", + "saveSpec": null, + "fetchSpec": "0.4.1" + }, + "_requiredBy": [ + "/loud-rejection" + ], + "_resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", + "_spec": "0.4.1", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c", + "author": { + "name": "James Talmage", + "email": "james@talmage.io", + "url": "github.com/jamestalmage" + }, + "ava": { + "files": "test.js" + }, + "browser": { + "./index.js": "./browser.js" + }, + "bugs": { + "url": "https://github.com/jamestalmage/currently-unhandled/issues" + }, + "dependencies": { + "array-find-index": "^1.0.1" + }, + "description": "Track the list of currently unhandled promise rejections.", + "devDependencies": { + "ava": "^0.15.1", + "bluebird": "^3.4.0", + "browserify": "^13.0.1", + "coveralls": "^2.11.9", + "delay": "^1.3.1", + "is-ci": "^1.0.8", + "karma": "^0.13.22", + "karma-browserify": "^5.0.5", + "karma-chrome-launcher": "^1.0.1", + "karma-firefox-launcher": "^1.0.0", + "karma-mocha": "^1.0.1", + "mocha": "^2.5.3", + "nyc": "^6.4.0", + "watchify": "^3.7.0", + "xo": "^0.15.0" + }, + "engines": { + "node": ">=0.10.0" + }, + "files": [ + "index.js", + "core.js", + "browser.js" + ], + "homepage": "https://github.com/jamestalmage/currently-unhandled#readme", + "keywords": [ + "unhandled", + "unhandledRejection", + "rejected", + "promises" + ], + "license": "MIT", + "name": "currently-unhandled", + "nyc": { + "reporter": [ + "lcov", + "text" + ] + }, + "repository": { + "type": "git", + "url": "git+https://github.com/jamestalmage/currently-unhandled.git" + }, + "scripts": { + "test": "xo && nyc ava" + }, + "version": "0.4.1", + "xo": { + "ignores": [ + "browser-bluebird-test.js" + ], + "envs": [ + "browser", + "mocha", + "node" + ] + } +} diff --git a/user/themes/gilles_acezat/node_modules/currently-unhandled/readme.md b/user/themes/gilles_acezat/node_modules/currently-unhandled/readme.md new file mode 100644 index 0000000..b73c568 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/currently-unhandled/readme.md @@ -0,0 +1,44 @@ +# currently-unhandled [![Build Status](https://travis-ci.org/jamestalmage/currently-unhandled.svg?branch=master)](https://travis-ci.org/jamestalmage/currently-unhandled) [![Coverage Status](https://coveralls.io/repos/github/jamestalmage/currently-unhandled/badge.svg?branch=master)](https://coveralls.io/github/jamestalmage/currently-unhandled?branch=master) + +> Track the list of currently unhandled promise rejections. + + +## Install + +``` +$ npm install --save currently-unhandled +``` + + +## Usage + +```js +const currentlyUnhandled = require('currently-unhandled')(); // <- note the invocation + +var fooError = new Error('foo'); +var p = Promise.reject(new Error('foo')); + +// on the next tick - unhandled rejected promise is added to the list: +currentlyUnhandled(); +//=> [{promise: p, reason: fooError}]' + +p.catch(() => {}); + +// on the next tick - handled promise is now removed from the list: +currentlyUnhandled(); +//=> []; +``` + +## API + +### currentlyUnhandled() + +Returns an array of objects with `promise` and `reason` properties representing the rejected promises that currently do not have a rejection handler. The list grows and shrinks as unhandledRejections are published, and later handled. + +## Browser Support + +This module can be bundled with `browserify`. At time of writing, it will work with native Promises in the Chrome browser only. For best cross-browser support, use `bluebird` instead of native Promise support in browsers. + +## License + +MIT © [James Talmage](http://github.com/jamestalmage) diff --git a/user/themes/gilles_acezat/node_modules/d/.lint b/user/themes/gilles_acezat/node_modules/d/.lint new file mode 100644 index 0000000..cf54d81 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/d/.lint @@ -0,0 +1,11 @@ +@root + +module + +tabs +indent 2 +maxlen 100 + +ass +nomen +plusplus diff --git a/user/themes/gilles_acezat/node_modules/d/.npmignore b/user/themes/gilles_acezat/node_modules/d/.npmignore new file mode 100644 index 0000000..155e41f --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/d/.npmignore @@ -0,0 +1,4 @@ +.DS_Store +/node_modules +/npm-debug.log +/.lintcache diff --git a/user/themes/gilles_acezat/node_modules/d/.travis.yml b/user/themes/gilles_acezat/node_modules/d/.travis.yml new file mode 100644 index 0000000..01e3b24 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/d/.travis.yml @@ -0,0 +1,15 @@ +sudo: false # http://docs.travis-ci.com/user/workers/container-based-infrastructure/ +language: node_js +node_js: + - 0.12 + - 4 + - 5 + +before_install: + - mkdir node_modules; ln -s ../ node_modules/d + +notifications: + email: + - medikoo+d@medikoo.com + +script: "npm test && npm run lint" diff --git a/user/themes/gilles_acezat/node_modules/d/CHANGES b/user/themes/gilles_acezat/node_modules/d/CHANGES new file mode 100644 index 0000000..594b8ef --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/d/CHANGES @@ -0,0 +1,13 @@ +v1.0.0 -- 2015.12.04 +- autoBind changes: + - replace `bindTo` argument with options and `resolveContext` option + - Add support `overwriteDefinition` +- Introduce IE11 bug workaround in `lazy` handler + +v0.1.1 -- 2014.04.24 +- Add `autoBind` and `lazy` utilities +- Allow to pass other options to be merged onto created descriptor. + Useful when used with other custom utilties + +v0.1.0 -- 2013.06.20 +Initial (derived from es5-ext project) diff --git a/user/themes/gilles_acezat/node_modules/d/LICENSE b/user/themes/gilles_acezat/node_modules/d/LICENSE new file mode 100644 index 0000000..aaf3528 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/d/LICENSE @@ -0,0 +1,19 @@ +Copyright (C) 2013 Mariusz Nowak (www.medikoo.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/user/themes/gilles_acezat/node_modules/d/README.md b/user/themes/gilles_acezat/node_modules/d/README.md new file mode 100644 index 0000000..ccdadc6 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/d/README.md @@ -0,0 +1,104 @@ +# D +## Property descriptor factory + +_Originally derived from [es5-ext](https://github.com/medikoo/es5-ext) package._ + +Defining properties with descriptors is very verbose: + +```javascript +var Account = function () {}; +Object.defineProperties(Account.prototype, { + deposit: { value: function () { + /* ... */ + }, configurable: true, enumerable: false, writable: true }, + withdraw: { value: function () { + /* ... */ + }, configurable: true, enumerable: false, writable: true }, + balance: { get: function () { + /* ... */ + }, configurable: true, enumerable: false } +}); +``` + +D cuts that to: + +```javascript +var d = require('d'); + +var Account = function () {}; +Object.defineProperties(Account.prototype, { + deposit: d(function () { + /* ... */ + }), + withdraw: d(function () { + /* ... */ + }), + balance: d.gs(function () { + /* ... */ + }) +}); +``` + +By default, created descriptor follow characteristics of native ES5 properties, and defines values as: + +```javascript +{ configurable: true, enumerable: false, writable: true } +``` + +You can overwrite it by preceding _value_ argument with instruction: +```javascript +d('c', value); // { configurable: true, enumerable: false, writable: false } +d('ce', value); // { configurable: true, enumerable: true, writable: false } +d('e', value); // { configurable: false, enumerable: true, writable: false } + +// Same way for get/set: +d.gs('e', value); // { configurable: false, enumerable: true } +``` + +### Installation + + $ npm install d + +To port it to Browser or any other (non CJS) environment, use your favorite CJS bundler. No favorite yet? Try: [Browserify](http://browserify.org/), [Webmake](https://github.com/medikoo/modules-webmake) or [Webpack](http://webpack.github.io/) + +### Other utilities + +#### autoBind(obj, props) _(d/auto-bind)_ + +Define methods which will be automatically bound to its instances + +```javascript +var d = require('d'); +var autoBind = require('d/auto-bind'); + +var Foo = function () { this._count = 0; }; +Object.defineProperties(Foo.prototype, autoBind({ + increment: d(function () { ++this._count; }); +})); + +var foo = new Foo(); + +// Increment foo counter on each domEl click +domEl.addEventListener('click', foo.increment, false); +``` + +#### lazy(obj, props) _(d/lazy)_ + +Define lazy properties, which will be resolved on first access + +```javascript +var d = require('d'); +var lazy = require('d/lazy'); + +var Foo = function () {}; +Object.defineProperties(Foo.prototype, lazy({ + items: d(function () { return []; }) +})); + +var foo = new Foo(); +foo.items.push(1, 2); // foo.items array created and defined directly on foo +``` + +## Tests [![Build Status](https://travis-ci.org/medikoo/d.png)](https://travis-ci.org/medikoo/d) + + $ npm test diff --git a/user/themes/gilles_acezat/node_modules/d/auto-bind.js b/user/themes/gilles_acezat/node_modules/d/auto-bind.js new file mode 100644 index 0000000..0fdac9b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/d/auto-bind.js @@ -0,0 +1,32 @@ +'use strict'; + +var copy = require('es5-ext/object/copy') + , normalizeOptions = require('es5-ext/object/normalize-options') + , ensureCallable = require('es5-ext/object/valid-callable') + , map = require('es5-ext/object/map') + , callable = require('es5-ext/object/valid-callable') + , validValue = require('es5-ext/object/valid-value') + + , bind = Function.prototype.bind, defineProperty = Object.defineProperty + , hasOwnProperty = Object.prototype.hasOwnProperty + , define; + +define = function (name, desc, options) { + var value = validValue(desc) && callable(desc.value), dgs; + dgs = copy(desc); + delete dgs.writable; + delete dgs.value; + dgs.get = function () { + if (!options.overwriteDefinition && hasOwnProperty.call(this, name)) return value; + desc.value = bind.call(value, options.resolveContext ? options.resolveContext(this) : this); + defineProperty(this, name, desc); + return this[name]; + }; + return dgs; +}; + +module.exports = function (props/*, options*/) { + var options = normalizeOptions(arguments[1]); + if (options.resolveContext != null) ensureCallable(options.resolveContext); + return map(props, function (desc, name) { return define(name, desc, options); }); +}; diff --git a/user/themes/gilles_acezat/node_modules/d/index.js b/user/themes/gilles_acezat/node_modules/d/index.js new file mode 100644 index 0000000..076ae46 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/d/index.js @@ -0,0 +1,63 @@ +'use strict'; + +var assign = require('es5-ext/object/assign') + , normalizeOpts = require('es5-ext/object/normalize-options') + , isCallable = require('es5-ext/object/is-callable') + , contains = require('es5-ext/string/#/contains') + + , d; + +d = module.exports = function (dscr, value/*, options*/) { + var c, e, w, options, desc; + if ((arguments.length < 2) || (typeof dscr !== 'string')) { + options = value; + value = dscr; + dscr = null; + } else { + options = arguments[2]; + } + if (dscr == null) { + c = w = true; + e = false; + } else { + c = contains.call(dscr, 'c'); + e = contains.call(dscr, 'e'); + w = contains.call(dscr, 'w'); + } + + desc = { value: value, configurable: c, enumerable: e, writable: w }; + return !options ? desc : assign(normalizeOpts(options), desc); +}; + +d.gs = function (dscr, get, set/*, options*/) { + var c, e, options, desc; + if (typeof dscr !== 'string') { + options = set; + set = get; + get = dscr; + dscr = null; + } else { + options = arguments[3]; + } + if (get == null) { + get = undefined; + } else if (!isCallable(get)) { + options = get; + get = set = undefined; + } else if (set == null) { + set = undefined; + } else if (!isCallable(set)) { + options = set; + set = undefined; + } + if (dscr == null) { + c = true; + e = false; + } else { + c = contains.call(dscr, 'c'); + e = contains.call(dscr, 'e'); + } + + desc = { get: get, set: set, configurable: c, enumerable: e }; + return !options ? desc : assign(normalizeOpts(options), desc); +}; diff --git a/user/themes/gilles_acezat/node_modules/d/lazy.js b/user/themes/gilles_acezat/node_modules/d/lazy.js new file mode 100644 index 0000000..d75b34b --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/d/lazy.js @@ -0,0 +1,117 @@ +'use strict'; + +var map = require('es5-ext/object/map') + , isCallable = require('es5-ext/object/is-callable') + , validValue = require('es5-ext/object/valid-value') + , contains = require('es5-ext/string/#/contains') + + , call = Function.prototype.call + , defineProperty = Object.defineProperty + , getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor + , getPrototypeOf = Object.getPrototypeOf + , hasOwnProperty = Object.prototype.hasOwnProperty + , cacheDesc = { configurable: false, enumerable: false, writable: false, + value: null } + , define; + +define = function (name, options) { + var value, dgs, cacheName, desc, writable = false, resolvable + , flat; + options = Object(validValue(options)); + cacheName = options.cacheName; + flat = options.flat; + if (cacheName == null) cacheName = name; + delete options.cacheName; + value = options.value; + resolvable = isCallable(value); + delete options.value; + dgs = { configurable: Boolean(options.configurable), + enumerable: Boolean(options.enumerable) }; + if (name !== cacheName) { + dgs.get = function () { + if (hasOwnProperty.call(this, cacheName)) return this[cacheName]; + cacheDesc.value = resolvable ? call.call(value, this, options) : value; + cacheDesc.writable = writable; + defineProperty(this, cacheName, cacheDesc); + cacheDesc.value = null; + if (desc) defineProperty(this, name, desc); + return this[cacheName]; + }; + } else if (!flat) { + dgs.get = function self() { + var ownDesc; + if (hasOwnProperty.call(this, name)) { + ownDesc = getOwnPropertyDescriptor(this, name); + // It happens in Safari, that getter is still called after property + // was defined with a value, following workarounds that + // While in IE11 it may happen that here ownDesc is undefined (go figure) + if (ownDesc) { + if (ownDesc.hasOwnProperty('value')) return ownDesc.value; + if ((typeof ownDesc.get === 'function') && (ownDesc.get !== self)) { + return ownDesc.get.call(this); + } + return value; + } + } + desc.value = resolvable ? call.call(value, this, options) : value; + defineProperty(this, name, desc); + desc.value = null; + return this[name]; + }; + } else { + dgs.get = function self() { + var base = this, ownDesc; + if (hasOwnProperty.call(this, name)) { + // It happens in Safari, that getter is still called after property + // was defined with a value, following workarounds that + ownDesc = getOwnPropertyDescriptor(this, name); + if (ownDesc.hasOwnProperty('value')) return ownDesc.value; + if ((typeof ownDesc.get === 'function') && (ownDesc.get !== self)) { + return ownDesc.get.call(this); + } + } + while (!hasOwnProperty.call(base, name)) base = getPrototypeOf(base); + desc.value = resolvable ? call.call(value, base, options) : value; + defineProperty(base, name, desc); + desc.value = null; + return base[name]; + }; + } + dgs.set = function (value) { + if (hasOwnProperty.call(this, name)) { + throw new TypeError("Cannot assign to lazy defined '" + name + "' property of " + this); + } + dgs.get.call(this); + this[cacheName] = value; + }; + if (options.desc) { + desc = { + configurable: contains.call(options.desc, 'c'), + enumerable: contains.call(options.desc, 'e') + }; + if (cacheName === name) { + desc.writable = contains.call(options.desc, 'w'); + desc.value = null; + } else { + writable = contains.call(options.desc, 'w'); + desc.get = dgs.get; + desc.set = dgs.set; + } + delete options.desc; + } else if (cacheName === name) { + desc = { + configurable: Boolean(options.configurable), + enumerable: Boolean(options.enumerable), + writable: Boolean(options.writable), + value: null + }; + } + delete options.configurable; + delete options.enumerable; + delete options.writable; + return dgs; +}; + +module.exports = function (props) { + return map(props, function (desc, name) { return define(name, desc); }); +}; diff --git a/user/themes/gilles_acezat/node_modules/d/package.json b/user/themes/gilles_acezat/node_modules/d/package.json new file mode 100644 index 0000000..fd357c2 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/d/package.json @@ -0,0 +1,74 @@ +{ + "_args": [ + [ + "d@1.0.0", + "/mnt/data/Sites/r2c.net/user/themes/r2c" + ] + ], + "_from": "d@1.0.0", + "_id": "d@1.0.0", + "_inBundle": false, + "_integrity": "sha1-dUu1v+VUUdpppYuU1F9MWwRi1Y8=", + "_location": "/d", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "d@1.0.0", + "name": "d", + "escapedName": "d", + "rawSpec": "1.0.0", + "saveSpec": null, + "fetchSpec": "1.0.0" + }, + "_requiredBy": [ + "/es6-iterator", + "/es6-symbol", + "/es6-weak-map", + "/event-emitter", + "/memoizee" + ], + "_resolved": "https://registry.npmjs.org/d/-/d-1.0.0.tgz", + "_spec": "1.0.0", + "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c", + "author": { + "name": "Mariusz Nowak", + "email": "medyk@medikoo.com", + "url": "http://www.medikoo.com/" + }, + "bugs": { + "url": "https://github.com/medikoo/d/issues" + }, + "dependencies": { + "es5-ext": "^0.10.9" + }, + "description": "Property descriptor factory", + "devDependencies": { + "tad": "^0.2.4", + "xlint": "^0.2.2", + "xlint-jslint-medikoo": "^0.1.4" + }, + "homepage": "https://github.com/medikoo/d#readme", + "keywords": [ + "descriptor", + "es", + "ecmascript", + "ecma", + "property", + "descriptors", + "meta", + "properties" + ], + "license": "MIT", + "name": "d", + "repository": { + "type": "git", + "url": "git://github.com/medikoo/d.git" + }, + "scripts": { + "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream", + "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch", + "test": "node node_modules/tad/bin/tad" + }, + "version": "1.0.0" +} diff --git a/user/themes/gilles_acezat/node_modules/d/test/auto-bind.js b/user/themes/gilles_acezat/node_modules/d/test/auto-bind.js new file mode 100644 index 0000000..89edfb8 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/d/test/auto-bind.js @@ -0,0 +1,12 @@ +'use strict'; + +var d = require('../'); + +module.exports = function (t, a) { + var o = Object.defineProperties({}, t({ + bar: d(function () { return this === o; }), + bar2: d(function () { return this; }) + })); + + a.deep([(o.bar)(), (o.bar2)()], [true, o]); +}; diff --git a/user/themes/gilles_acezat/node_modules/d/test/index.js b/user/themes/gilles_acezat/node_modules/d/test/index.js new file mode 100644 index 0000000..3db0af1 --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/d/test/index.js @@ -0,0 +1,182 @@ +'use strict'; + +var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor; + +module.exports = function (t, a) { + var o, c, cg, cs, ce, ceg, ces, cew, cw, e, eg, es, ew, v, vg, vs, w, df, dfg + , dfs; + + o = Object.create(Object.prototype, { + c: t('c', c = {}), + cgs: t.gs('c', cg = function () {}, cs = function () {}), + ce: t('ce', ce = {}), + cegs: t.gs('ce', ceg = function () {}, ces = function () {}), + cew: t('cew', cew = {}), + cw: t('cw', cw = {}), + e: t('e', e = {}), + egs: t.gs('e', eg = function () {}, es = function () {}), + ew: t('ew', ew = {}), + v: t('', v = {}), + vgs: t.gs('', vg = function () {}, vs = function () {}), + w: t('w', w = {}), + + df: t(df = {}), + dfgs: t.gs(dfg = function () {}, dfs = function () {}) + }); + + return { + c: function (a) { + var d = getOwnPropertyDescriptor(o, 'c'); + a(d.value, c, "Value"); + a(d.get, undefined, "Get"); + a(d.set, undefined, "Set"); + a(d.configurable, true, "Configurable"); + a(d.enumerable, false, "Enumerable"); + a(d.writable, false, "Writable"); + + d = getOwnPropertyDescriptor(o, 'cgs'); + a(d.value, undefined, "GS Value"); + a(d.get, cg, "GS Get"); + a(d.set, cs, "GS Set"); + a(d.configurable, true, "GS Configurable"); + a(d.enumerable, false, "GS Enumerable"); + a(d.writable, undefined, "GS Writable"); + }, + ce: function (a) { + var d = getOwnPropertyDescriptor(o, 'ce'); + a(d.value, ce, "Value"); + a(d.get, undefined, "Get"); + a(d.set, undefined, "Set"); + a(d.configurable, true, "Configurable"); + a(d.enumerable, true, "Enumerable"); + a(d.writable, false, "Writable"); + + d = getOwnPropertyDescriptor(o, 'cegs'); + a(d.value, undefined, "GS Value"); + a(d.get, ceg, "GS Get"); + a(d.set, ces, "GS Set"); + a(d.configurable, true, "GS Configurable"); + a(d.enumerable, true, "GS Enumerable"); + a(d.writable, undefined, "GS Writable"); + }, + cew: function (a) { + var d = getOwnPropertyDescriptor(o, 'cew'); + a(d.value, cew, "Value"); + a(d.get, undefined, "Get"); + a(d.set, undefined, "Set"); + a(d.configurable, true, "Configurable"); + a(d.enumerable, true, "Enumerable"); + a(d.writable, true, "Writable"); + }, + cw: function (a) { + var d = getOwnPropertyDescriptor(o, 'cw'); + a(d.value, cw, "Value"); + a(d.get, undefined, "Get"); + a(d.set, undefined, "Set"); + a(d.configurable, true, "Configurable"); + a(d.enumerable, false, "Enumerable"); + a(d.writable, true, "Writable"); + }, + e: function (a) { + var d = getOwnPropertyDescriptor(o, 'e'); + a(d.value, e, "Value"); + a(d.get, undefined, "Get"); + a(d.set, undefined, "Set"); + a(d.configurable, false, "Configurable"); + a(d.enumerable, true, "Enumerable"); + a(d.writable, false, "Writable"); + + d = getOwnPropertyDescriptor(o, 'egs'); + a(d.value, undefined, "GS Value"); + a(d.get, eg, "GS Get"); + a(d.set, es, "GS Set"); + a(d.configurable, false, "GS Configurable"); + a(d.enumerable, true, "GS Enumerable"); + a(d.writable, undefined, "GS Writable"); + }, + ew: function (a) { + var d = getOwnPropertyDescriptor(o, 'ew'); + a(d.value, ew, "Value"); + a(d.get, undefined, "Get"); + a(d.set, undefined, "Set"); + a(d.configurable, false, "Configurable"); + a(d.enumerable, true, "Enumerable"); + a(d.writable, true, "Writable"); + }, + v: function (a) { + var d = getOwnPropertyDescriptor(o, 'v'); + a(d.value, v, "Value"); + a(d.get, undefined, "Get"); + a(d.set, undefined, "Set"); + a(d.configurable, false, "Configurable"); + a(d.enumerable, false, "Enumerable"); + a(d.writable, false, "Writable"); + + d = getOwnPropertyDescriptor(o, 'vgs'); + a(d.value, undefined, "GS Value"); + a(d.get, vg, "GS Get"); + a(d.set, vs, "GS Set"); + a(d.configurable, false, "GS Configurable"); + a(d.enumerable, false, "GS Enumerable"); + a(d.writable, undefined, "GS Writable"); + }, + w: function (a) { + var d = getOwnPropertyDescriptor(o, 'w'); + a(d.value, w, "Value"); + a(d.get, undefined, "Get"); + a(d.set, undefined, "Set"); + a(d.configurable, false, "Configurable"); + a(d.enumerable, false, "Enumerable"); + a(d.writable, true, "Writable"); + }, + d: function (a) { + var d = getOwnPropertyDescriptor(o, 'df'); + a(d.value, df, "Value"); + a(d.get, undefined, "Get"); + a(d.set, undefined, "Set"); + a(d.configurable, true, "Configurable"); + a(d.enumerable, false, "Enumerable"); + a(d.writable, true, "Writable"); + + d = getOwnPropertyDescriptor(o, 'dfgs'); + a(d.value, undefined, "GS Value"); + a(d.get, dfg, "GS Get"); + a(d.set, dfs, "GS Set"); + a(d.configurable, true, "GS Configurable"); + a(d.enumerable, false, "GS Enumerable"); + a(d.writable, undefined, "GS Writable"); + }, + Options: { + v: function (a) { + var x = {}, d = t(x, { foo: true }); + a.deep(d, { configurable: true, enumerable: false, writable: true, + value: x, foo: true }, "No descriptor"); + d = t('c', 'foo', { marko: 'elo' }); + a.deep(d, { configurable: true, enumerable: false, writable: false, + value: 'foo', marko: 'elo' }, "Descriptor"); + }, + gs: function (a) { + var gFn = function () {}, sFn = function () {}, d; + d = t.gs(gFn, sFn, { foo: true }); + a.deep(d, { configurable: true, enumerable: false, get: gFn, set: sFn, + foo: true }, "No descriptor"); + d = t.gs(null, sFn, { foo: true }); + a.deep(d, { configurable: true, enumerable: false, get: undefined, + set: sFn, foo: true }, "No descriptor: Just set"); + d = t.gs(gFn, { foo: true }); + a.deep(d, { configurable: true, enumerable: false, get: gFn, + set: undefined, foo: true }, "No descriptor: Just get"); + + d = t.gs('e', gFn, sFn, { bar: true }); + a.deep(d, { configurable: false, enumerable: true, get: gFn, set: sFn, + bar: true }, "Descriptor"); + d = t.gs('e', null, sFn, { bar: true }); + a.deep(d, { configurable: false, enumerable: true, get: undefined, + set: sFn, bar: true }, "Descriptor: Just set"); + d = t.gs('e', gFn, { bar: true }); + a.deep(d, { configurable: false, enumerable: true, get: gFn, + set: undefined, bar: true }, "Descriptor: Just get"); + } + } + }; +}; diff --git a/user/themes/gilles_acezat/node_modules/d/test/lazy.js b/user/themes/gilles_acezat/node_modules/d/test/lazy.js new file mode 100644 index 0000000..e4023fa --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/d/test/lazy.js @@ -0,0 +1,82 @@ +'use strict'; + +var d = require('../') + + , getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor; + +module.exports = function (t, a) { + var Foo = function () {}, i = 1, o, o2, desc; + Object.defineProperties(Foo.prototype, t({ + bar: d(function () { return ++i; }), + bar2: d(function () { return this.bar + 23; }), + bar3: d(function () { return this.bar2 + 34; }, { desc: 'ew' }), + bar4: d(function () { return this.bar3 + 12; }, { cacheName: '_bar4_' }), + bar5: d(function () { return this.bar4 + 3; }, + { cacheName: '_bar5_', desc: 'e' }) + })); + + desc = getOwnPropertyDescriptor(Foo.prototype, 'bar'); + a(desc.configurable, true, "Configurable: default"); + a(desc.enumerable, false, "Enumerable: default"); + + o = new Foo(); + a.deep([o.bar, o.bar2, o.bar3, o.bar4, o.bar5], [2, 25, 59, 71, 74], + "Values"); + + a.deep(getOwnPropertyDescriptor(o, 'bar3'), { configurable: false, + enumerable: true, writable: true, value: 59 }, "Desc"); + a(o.hasOwnProperty('bar4'), false, "Cache not exposed"); + desc = getOwnPropertyDescriptor(o, 'bar5'); + a.deep(desc, { configurable: false, + enumerable: true, get: desc.get, set: desc.set }, "Cache & Desc: desc"); + + o2 = Object.create(o); + o2.bar = 30; + o2.bar3 = 100; + + a.deep([o2.bar, o2.bar2, o2.bar3, o2.bar4, o2.bar5], [30, 25, 100, 112, 115], + "Extension Values"); + + Foo = function () {}; + Object.defineProperties(Foo.prototype, t({ + test: d('w', function () { return 'raz'; }), + test2: d('', function () { return 'raz'; }, { desc: 'w' }), + test3: d('', function () { return 'raz'; }, + { cacheName: '__test3__', desc: 'w' }), + test4: d('w', 'bar') + })); + + o = new Foo(); + o.test = 'marko'; + a.deep(getOwnPropertyDescriptor(o, 'test'), + { configurable: false, enumerable: false, writable: true, value: 'marko' }, + "Set before get"); + o.test2 = 'marko2'; + a.deep(getOwnPropertyDescriptor(o, 'test2'), + { configurable: false, enumerable: false, writable: true, value: 'marko2' }, + "Set before get: Custom desc"); + o.test3 = 'marko3'; + a.deep(getOwnPropertyDescriptor(o, '__test3__'), + { configurable: false, enumerable: false, writable: true, value: 'marko3' }, + "Set before get: Custom cache name"); + a(o.test4, 'bar', "Resolve by value"); + + a.h1("Flat"); + Object.defineProperties(Foo.prototype, t({ + flat: d(function () { return 'foo'; }, { flat: true }), + flat2: d(function () { return 'bar'; }, { flat: true }) + })); + + a.h2("Instance"); + a(o.flat, 'foo', "Value"); + a(o.hasOwnProperty('flat'), false, "Instance"); + a(Foo.prototype.flat, 'foo', "Prototype"); + + a.h2("Direct"); + a(Foo.prototype.flat2, 'bar'); + + a.h2("Reset direct"); + Object.defineProperties(Foo.prototype, t({ testResetDirect: d(false) })); + + a.throws(function () { Foo.prototype.testResetDirect = false; }, TypeError); +}; diff --git a/user/themes/gilles_acezat/node_modules/dashdash/CHANGES.md b/user/themes/gilles_acezat/node_modules/dashdash/CHANGES.md new file mode 100644 index 0000000..d7c8f4e --- /dev/null +++ b/user/themes/gilles_acezat/node_modules/dashdash/CHANGES.md @@ -0,0 +1,364 @@ +# node-dashdash changelog + +## not yet released + +(nothing yet) + +## 1.14.1 + +- [issue #30] Change the output used by dashdash's Bash completion support to + indicate "there are no completions for this argument" to cope with different + sorting rules on different Bash/platforms. For example: + + $ triton -v -p test2 package get # before + ##-no -tritonpackage- completions-## + + $ triton -v -p test2 package get # after + ##-no-completion- -results-## + +## 1.14.0 + +- New `synopsisFromOpt(

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 literal 0 HcmV?d00001 diff --git a/user/themes/gilles_acezat/fonts/line-awesome.woff2 b/user/themes/gilles_acezat/fonts/line-awesome.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..f825cfbef34b78e04206ac7d28551ad6fe3cfe8d GIT binary patch literal 76372 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