diff --git a/apps/documenteditor/forms/app.js b/apps/documenteditor/forms/app.js index e488f7b438..09349c9975 100644 --- a/apps/documenteditor/forms/app.js +++ b/apps/documenteditor/forms/app.js @@ -61,9 +61,6 @@ require.config({ }, shim: { - underscore: { - exports: '_' - }, backbone: { deps: [ 'underscore', @@ -115,6 +112,10 @@ require.config({ } }); +require(['underscore'], function(_) { + window._ = _ +}) + require([ 'backbone', 'bootstrap', diff --git a/apps/documenteditor/forms/app_dev.js b/apps/documenteditor/forms/app_dev.js index 51e60b322b..a2784fd796 100644 --- a/apps/documenteditor/forms/app_dev.js +++ b/apps/documenteditor/forms/app_dev.js @@ -59,9 +59,6 @@ require.config({ }, shim: { - underscore: { - exports: '_' - }, backbone: { deps: [ 'underscore', @@ -104,6 +101,10 @@ require.config({ } }); +require(['underscore'], function(_) { + window._ = _ +}) + require([ 'backbone', 'bootstrap', @@ -113,7 +114,6 @@ require([ 'gateway', 'locale', 'socketio', - 'underscore' ], function (Backbone, Bootstrap, Core) { if (Backbone.History && Backbone.History.started) return; diff --git a/apps/documenteditor/main/app.js b/apps/documenteditor/main/app.js index d0d9920fd2..bc944cfb33 100644 --- a/apps/documenteditor/main/app.js +++ b/apps/documenteditor/main/app.js @@ -68,9 +68,6 @@ require.config({ }, shim: { - underscore: { - exports: '_' - }, backbone: { deps: [ 'underscore', @@ -121,6 +118,10 @@ require.config({ } }); +require(['underscore'], function(_) { + window._ = _ +}) + require([ 'sdk', 'backbone', diff --git a/apps/documenteditor/main/app_dev.js b/apps/documenteditor/main/app_dev.js index 838a5e1ad0..449369ebb9 100644 --- a/apps/documenteditor/main/app_dev.js +++ b/apps/documenteditor/main/app_dev.js @@ -66,9 +66,6 @@ require.config({ }, shim: { - underscore: { - exports: '_' - }, backbone: { deps: [ 'underscore', @@ -111,6 +108,10 @@ require.config({ } }); +require(['underscore'], function(_) { + window._ = _ +}) + require([ 'backbone', 'bootstrap', diff --git a/apps/pdfeditor/main/app.js b/apps/pdfeditor/main/app.js index c3ad9a82f8..317a3dcb3f 100644 --- a/apps/pdfeditor/main/app.js +++ b/apps/pdfeditor/main/app.js @@ -68,9 +68,6 @@ require.config({ }, shim: { - underscore: { - exports: '_' - }, backbone: { deps: [ 'underscore', @@ -121,6 +118,10 @@ require.config({ } }); +require(['underscore'], function(_) { + window._ = _ +}) + require([ 'sdk', 'backbone', diff --git a/apps/pdfeditor/main/app_dev.js b/apps/pdfeditor/main/app_dev.js index c7abd80ef4..de85fff10e 100644 --- a/apps/pdfeditor/main/app_dev.js +++ b/apps/pdfeditor/main/app_dev.js @@ -66,9 +66,6 @@ require.config({ }, shim: { - underscore: { - exports: '_' - }, backbone: { deps: [ 'underscore', @@ -111,6 +108,10 @@ require.config({ } }); +require(['underscore'], function(_) { + window._ = _ +}) + require([ 'backbone', 'bootstrap', @@ -119,7 +120,6 @@ require([ 'gateway', 'locale', 'socketio', - 'underscore' ], function (Backbone, Bootstrap, Core) { if (Backbone.History && Backbone.History.started) return; diff --git a/apps/presentationeditor/main/app.js b/apps/presentationeditor/main/app.js index 075d2f7b99..94bdfa0c59 100644 --- a/apps/presentationeditor/main/app.js +++ b/apps/presentationeditor/main/app.js @@ -67,9 +67,6 @@ require.config({ irregularstack : 'common/IrregularStack' }, shim: { - underscore: { - exports: '_' - }, backbone: { deps: [ 'underscore', @@ -120,6 +117,10 @@ require.config({ } }); +require(['underscore'], function(_) { + window._ = _ +}) + require([ 'sdk', 'backbone', diff --git a/apps/presentationeditor/main/app.reporter.js b/apps/presentationeditor/main/app.reporter.js index 95db763324..deb7a9d015 100644 --- a/apps/presentationeditor/main/app.reporter.js +++ b/apps/presentationeditor/main/app.reporter.js @@ -52,9 +52,6 @@ require.config({ sdk : '../../sdkjs/slide/sdk-all-min' }, shim: { - underscore: { - exports: '_' - }, sdk: { deps: [ 'jquery', @@ -67,8 +64,10 @@ require.config({ }); require([ - 'sdk' -], function () { + 'underscore', + 'sdk', +], function (_) { + window._ = _ var _msg_func = function(msg) { var data = msg.data, cmd; diff --git a/apps/presentationeditor/main/app_dev.js b/apps/presentationeditor/main/app_dev.js index 8566e2ca0d..ab525606a5 100644 --- a/apps/presentationeditor/main/app_dev.js +++ b/apps/presentationeditor/main/app_dev.js @@ -65,9 +65,6 @@ require.config({ irregularstack : 'common/IrregularStack' }, shim: { - underscore: { - exports: '_' - }, backbone: { deps: [ 'underscore', @@ -110,6 +107,10 @@ require.config({ } }); +require(['underscore'], function(_) { + window._ = _ +}) + require([ 'backbone', 'bootstrap', @@ -119,7 +120,6 @@ require([ 'locale', 'socketio', 'xregexp', - 'underscore' ], function (Backbone, Bootstrap, Core) { if (Backbone.History && Backbone.History.started) return; diff --git a/apps/presentationeditor/main/app_dev.reporter.js b/apps/presentationeditor/main/app_dev.reporter.js index badba3754d..3b45dd6a3c 100644 --- a/apps/presentationeditor/main/app_dev.reporter.js +++ b/apps/presentationeditor/main/app_dev.reporter.js @@ -51,9 +51,6 @@ require.config({ allfonts : '../../sdkjs/common/AllFonts' }, shim: { - underscore: { - exports: '_' - }, sdk: { deps: [ 'jquery', @@ -66,11 +63,13 @@ require.config({ } }); + require([ + 'underscore', 'socketio', 'xregexp', - 'underscore' -], function () { +], function (_) { + window._ = _ var _msg_func = function(msg) { var data = msg.data, cmd; diff --git a/apps/spreadsheeteditor/main/app.js b/apps/spreadsheeteditor/main/app.js index 20b62c8e20..4ec09a2b29 100644 --- a/apps/spreadsheeteditor/main/app.js +++ b/apps/spreadsheeteditor/main/app.js @@ -67,9 +67,6 @@ require.config({ irregularstack : 'common/IrregularStack' }, shim: { - underscore: { - exports: '_' - }, backbone: { deps: [ 'underscore', @@ -120,6 +117,10 @@ require.config({ } }); +require(['underscore'], function(_) { + window._ = _ +}) + require([ 'sdk', 'backbone', diff --git a/apps/spreadsheeteditor/main/app_dev.js b/apps/spreadsheeteditor/main/app_dev.js index 66d81b3732..95b9e5855e 100644 --- a/apps/spreadsheeteditor/main/app_dev.js +++ b/apps/spreadsheeteditor/main/app_dev.js @@ -65,9 +65,6 @@ require.config({ irregularstack : 'common/IrregularStack' }, shim: { - underscore: { - exports: '_' - }, backbone: { deps: [ 'underscore', @@ -110,6 +107,10 @@ require.config({ } }); +require(['underscore'], function(_) { + window._ = _ +}) + require([ 'backbone', 'bootstrap', @@ -118,7 +119,6 @@ require([ 'gateway', 'locale', 'socketio', - 'underscore' ], function (Backbone, Bootstrap, Core) { if (Backbone.History && Backbone.History.started) return; diff --git a/vendor/underscore/.eslintrc b/vendor/underscore/.eslintrc index 5ab39e4611..16c8fedc84 100644 --- a/vendor/underscore/.eslintrc +++ b/vendor/underscore/.eslintrc @@ -4,90 +4,7 @@ "node": true, "amd": true }, - - "rules": { - "array-bracket-spacing": [2], - "block-scoped-var": 1, - "brace-style": [1, "1tbs"], - "camelcase": 2, - "comma-dangle": [2, "never"], - "comma-spacing": 2, - "computed-property-spacing": [2, "never"], - "consistent-return": 1, - "dot-notation": [2, { "allowKeywords": false }], - "eol-last": 2, - "eqeqeq": [2, "smart"], - "indent": [2, 2, {"SwitchCase": 1, "VariableDeclarator": 2}], - "key-spacing": 1, - "linebreak-style": 2, - "max-depth": [1, 4], - "max-params": [1, 5], - "new-cap": 2, - "no-alert": 2, - "no-caller": 2, - "no-catch-shadow": 2, - "no-console": 2, - "no-debugger": 2, - "no-delete-var": 2, - "no-div-regex": 1, - "no-dupe-args": 2, - "no-dupe-keys": 2, - "no-duplicate-case": 2, - "no-else-return": 1, - "no-empty-character-class": 2, - "no-empty-label": 2, - "no-eval": 2, - "no-ex-assign": 2, - "no-extend-native": 2, - "no-extra-boolean-cast": 2, - "no-extra-parens": 1, - "no-extra-semi": 2, - "no-fallthrough": 2, - "no-floating-decimal": 2, - "no-func-assign": 2, - "no-implied-eval": 2, - "no-inner-declarations": 2, - "no-irregular-whitespace": 2, - "no-label-var": 2, - "no-lone-blocks": 2, - "no-lonely-if": 2, - "no-multi-spaces": 1, - "no-multi-str": 2, - "no-native-reassign": 2, - "no-negated-in-lhs": 1, - "no-nested-ternary": 2, - "no-new-object": 2, - "no-new-wrappers": 2, - "no-obj-calls": 2, - "no-octal": 2, - "no-octal-escape": 2, - "no-proto": 2, - "no-redeclare": 2, - "no-shadow": 2, - "no-spaced-func": 2, - "no-throw-literal": 2, - "no-trailing-spaces": 2, - "no-undef": 2, - "no-undef-init": 2, - "no-undefined": 2, - "no-unneeded-ternary": 2, - "no-unreachable": 2, - "no-unused-expressions": 2, - "no-unused-vars": 2, - "no-use-before-define": [1, "nofunc"], - "no-with": 2, - "object-curly-spacing": [2, "never"], - "quote-props": [1, "as-needed"], - "quotes": [2, "single", "avoid-escape"], - "radix": 2, - "semi": 2, - "space-after-keywords": [2, "always"], - "space-before-function-paren": [2, {"anonymous": "never", "named": "never"}], - "space-infix-ops": 2, - "space-return-throw-case": 2, - "space-unary-ops": [2, { "words": true, "nonwords": false }], - "use-isnan": 2, - "valid-typeof": 2, - "wrap-iife": 2 + "parserOptions": { + "ecmaVersion": 3 } } diff --git a/vendor/underscore/.github/FUNDING.yml b/vendor/underscore/.github/FUNDING.yml new file mode 100644 index 0000000000..349ba98e42 --- /dev/null +++ b/vendor/underscore/.github/FUNDING.yml @@ -0,0 +1,3 @@ +tidelift: "npm/underscore" +patreon: juliangonggrijp +github: [jgonggrijp] diff --git a/vendor/underscore/.github/config/codeql.yml b/vendor/underscore/.github/config/codeql.yml new file mode 100644 index 0000000000..05e73fcf82 --- /dev/null +++ b/vendor/underscore/.github/config/codeql.yml @@ -0,0 +1,6 @@ +paths: + - 'modules/**' + - 'test/**' + - 'test-treeshake/**' + - 'rollup*.js' + - 'index.html' diff --git a/vendor/underscore/.github/workflows/codeql-analysis.yml b/vendor/underscore/.github/workflows/codeql-analysis.yml new file mode 100644 index 0000000000..3158b12ee2 --- /dev/null +++ b/vendor/underscore/.github/workflows/codeql-analysis.yml @@ -0,0 +1,78 @@ +# For most projects, this workflow file will not need changing; you simply need +# to commit it to your repository. +# +# You may wish to alter this file to override the set of languages analyzed, +# or to provide custom queries or build logic. +# +# ******** NOTE ******** +# We have attempted to detect the languages in your repository. Please check +# the `language` matrix defined below to confirm you have the correct set of +# supported CodeQL languages. +# +name: "CodeQL" + +on: + push: + branches: [ master ] + pull_request: + # The branches below must be a subset of the branches above + branches: [ master ] + paths: + - 'modules/**' + - 'test/**' + - 'test-treeshake/**' + - 'rollup*.js' + - 'index.html' + schedule: + - cron: '16 8 * * 3' + +jobs: + analyze: + name: Analyze + runs-on: ubuntu-latest + permissions: + actions: read + contents: read + security-events: write + + strategy: + fail-fast: false + matrix: + language: [ 'javascript' ] + # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] + # Learn more about CodeQL language support at + # https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/ + + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + uses: github/codeql-action/init@v3 + with: + languages: ${{ matrix.language }} + # If you wish to specify custom queries, you can do so here or in a config file. + # By default, queries listed here will override any specified in a config file. + # Prefix the list here with "+" to use these queries and those in the config file. + # queries: ./path/to/local/query, your-org/your-repo/queries@main + config-file: ./.github/config/codeql.yml + + # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). + # If this step fails, then you should remove it and run the build manually (see below) + - name: Autobuild + uses: github/codeql-action/autobuild@v3 + + # ℹ️ Command-line programs to run using the OS shell. + # 📚 https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions + + # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines + # and modify them (or add more) to build your code if your project + # uses a compiled language + + #- run: | + # make bootstrap + # make release + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v3 diff --git a/vendor/underscore/.gitignore b/vendor/underscore/.gitignore index ab5b5c583b..744003c444 100644 --- a/vendor/underscore/.gitignore +++ b/vendor/underscore/.gitignore @@ -5,3 +5,7 @@ node_modules *.swp nyc_output coverage +test-treeshake/*-umd.js +amd +cjs +/underscore-node-*-pre* diff --git a/vendor/underscore/.travis.yml b/vendor/underscore/.travis.yml index f0e6ad1485..87b67d7d34 100644 --- a/vendor/underscore/.travis.yml +++ b/vendor/underscore/.travis.yml @@ -1,24 +1,34 @@ language: node_js sudo: false -node_js: - - "0.8" - - "0.10" - - "0.12" -matrix: +jobs: include: - - node_js: "4.0" - env: BROWSER=true + - node_js: 8 + env: + - DOWNGRADE=true + - EXTRA=false + - node_js: 12 + env: + - DOWNGRADE=false + - EXTRA=false + - node_js: 16 + env: + - DOWNGRADE=false + - EXTRA=true before_install: - - npm install -g npm@2.6 - - npm install -g karma-cli + - "[ $EXTRA = false ] || npm install -g karma-cli" before_script: - - npm install karma-sauce-launcher - - export DISPLAY=:99.0 - - sh -e /etc/init.d/xvfb start + - "[ $EXTRA = false ] || npm install karma-sauce-launcher" + - "[ $DOWNGRADE = false ] || npm install rollup@1" script: - - npm test - - "[ $BROWSER == false ] || npm run test-browser" - - "[ $BROWSER == false ] || karma start karma.conf-sauce.js" + - "[ $EXTRA = false ] || npm run lint" + - npm run prepare-tests + - "[ $EXTRA = false ] || npm run build-umd" + - "[ $EXTRA = false ] || npm run build-esm" + - "[ $EXTRA = false ] || npm run doc" + - "[ $EXTRA = true ] || npm run test-node" + - "[ $EXTRA = false ] || npm run coveralls" + - "[ $EXTRA = false ] || npm run test-browser" + - "[ $EXTRA = false ] || karma start karma.conf-sauce.js" notifications: email: false env: @@ -26,5 +36,3 @@ env: - NPM_CONFIG_PROGRESS="false" - secure: bDZSBQfqr21hCayjcZ20IxrV6+XGhxQPFIfwWqEKLrF93Gu8LLVjZRxXE/mE8I8N4Z5WtDNb4ZHrm/TTzmcPa5MuHgIxEdknQCncobH8oimwc83SHwEPk6okeNKl39VlCjvvnmoe/V/KpnknuYn3Rqghtl/Uv9KLpCwskwjTtcw= - secure: SRECgXuwcZTcD3GVxTS2bYNgRyye4vq6BLrV2PH9FyNenowsKQR2EwlC/dppc1Q8NWMgv79J/R96q9JOFh+mEH9L5dlBb2yhnGH8amVeM/ChAJHT/F8YktKM453uVpz5fR00QcCQDDUOx6Pvx374ID0OKNpWKAkQBWA9mPTsLnE= - matrix: BROWSER=false -after_success: npm run coveralls diff --git a/vendor/underscore/CODE_OF_CONDUCT.md b/vendor/underscore/CODE_OF_CONDUCT.md index 6b777fb6da..98a60e7fb3 100644 --- a/vendor/underscore/CODE_OF_CONDUCT.md +++ b/vendor/underscore/CODE_OF_CONDUCT.md @@ -87,7 +87,7 @@ been posted. ## Attribution This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, -available at [http://contributor-covenant.org/version/1/4][version] +available at [https://contributor-covenant.org/version/1/4][version] -[homepage]: http://contributor-covenant.org -[version]: http://contributor-covenant.org/version/1/4/ +[homepage]: https://contributor-covenant.org +[version]: https://contributor-covenant.org/version/1/4/ diff --git a/vendor/underscore/CONTRIBUTING.md b/vendor/underscore/CONTRIBUTING.md index 7e9a579e4a..b55e1765d6 100644 --- a/vendor/underscore/CONTRIBUTING.md +++ b/vendor/underscore/CONTRIBUTING.md @@ -2,12 +2,19 @@ * This project adheres to a [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. +* Please do not open a ticket to report a security issue. Consult the [security policy](SECURITY.md) on what to do instead. + * Before you open a ticket or send a pull request, [search](https://github.com/jashkenas/underscore/issues) for previous discussions about the same feature or issue. Add to the earlier ticket if you find one. * If you're proposing a new feature, make sure it isn't already implemented in [Underscore-Contrib](https://github.com/documentcloud/underscore-contrib). -* Before sending a pull request for a feature, be sure to have [tests](http://underscorejs.org/test/). +* When contributing code, make sure that you edit the source code in the `modules/` directory. Also, run `npm install` before committing any changes to ensure that our commit hooks can do their work. -* Use the same coding style as the rest of the [codebase](https://github.com/jashkenas/underscore/blob/master/underscore.js). +* Before sending a pull request for a feature, be sure to have [tests](https://underscorejs.org/test/). -* In your pull request, do not add documentation or re-build the minified `underscore-min.js` file. We'll do those things before cutting a new release. +* Use the same coding style as the rest of the [codebase](https://github.com/jashkenas/underscore/blob/master/modules/index.js). + +* In your pull request, do not add documentation or re-build the minified `underscore-umd-min.js` file. We'll do those things before cutting a new release. + +### "Help, cloning fails with `fatal: fsck error in packed object`" +This error is caused by zero-padded file modes in the commit history. As fixing this is highly destructive, we suggest ignoring these warnings. The simplest way is to instruct git to do so when cloning. For example, to clone from `jashkenas/underscore`, run the following command: `git clone --config transfer.fsckobjects=false git@github.com:jashkenas/underscore.git`. If cloning from a different user or organization, replace `jashkenas` with their name in the previous command. \ No newline at end of file diff --git a/vendor/underscore/LICENSE b/vendor/underscore/LICENSE index 04be0d9fb0..12a7f05a20 100644 --- a/vendor/underscore/LICENSE +++ b/vendor/underscore/LICENSE @@ -1,5 +1,4 @@ -Copyright (c) 2009-2017 Jeremy Ashkenas, DocumentCloud and Investigative -Reporters & Editors +Copyright (c) 2009-2022 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/vendor/underscore/README.md b/vendor/underscore/README.md index a99db18950..9beae50594 100644 --- a/vendor/underscore/README.md +++ b/vendor/underscore/README.md @@ -12,17 +12,23 @@ Underscore.js is a utility-belt library for JavaScript that provides support for the usual functional suspects (each, map, reduce, filter...) without extending any core JavaScript objects. -This project adheres to a [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. - For Docs, License, Tests, and pre-packed downloads, see: -http://underscorejs.org +https://underscorejs.org -For support and questions, please use +For support and questions, please consult +our [security policy](SECURITY.md), [the gitter channel](https://gitter.im/jashkenas/underscore) -or [stackoverflow](http://stackoverflow.com/search?q=underscore.js) +or [stackoverflow](https://stackoverflow.com/search?q=underscore.js) Underscore is an open-sourced component of DocumentCloud: https://github.com/documentcloud Many thanks to our contributors: https://github.com/jashkenas/underscore/contributors + +You can support the project by donating on +[Patreon](https://patreon.com/juliangonggrijp). +Enterprise coverage is available as part of the +[Tidelift Subscription](https://tidelift.com/subscription/pkg/npm-underscore?utm_source=npm-underscore&utm_medium=referral&utm_campaign=enterprise). + +This project adheres to a [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. diff --git a/vendor/underscore/SECURITY.md b/vendor/underscore/SECURITY.md new file mode 100644 index 0000000000..9d564f97de --- /dev/null +++ b/vendor/underscore/SECURITY.md @@ -0,0 +1,38 @@ +# Security Policy + +## Supported Versions + +We currently support the following versions of Underscore with security updates: + +- the latest commit on the `master` branch (published as "edge" on the + [project website][website]); +- the 1.x release tagged as [latest][npm-latest] on npm; +- any release tagged as [preview][npm-preview] on npm, if present. + +[website]: https://underscorejs.org +[npm-latest]: https://www.npmjs.com/package/underscore/v/latest +[npm-preview]: https://www.npmjs.com/package/underscore/v/preview + +## Reporting a Vulnerability + +Please report security issues by sending an email to +dev@juliangonggrijp.com and jashkenas@gmail.com. + +Do __not__ submit an issue ticket or pull request or otherwise publicly +disclose the issue. + +After receiving your email, we will respond as soon as possible and indicate +what we plan to do. + +## Disclosure policy + +After confirming a vulnerability, we will generally release a security update +as soon as possible, including the minimum amount of information required for +software maintainers and system administrators to assess the urgency of the +update for their particular situation. + +We postpone the publication of any further details such as code comments, +tests, commit history and diffs, in order to enable a substantial share of the +users to install the security fix before this time. + +Upon publication of full details, we will credit the reporter if the reporter wishes to be publicly identified. diff --git a/vendor/underscore/bower.json b/vendor/underscore/bower.json index d5e1d7852a..03260df70e 100644 --- a/vendor/underscore/bower.json +++ b/vendor/underscore/bower.json @@ -1,6 +1,6 @@ { "name": "underscore", - "main": "underscore.js", + "main": "underscore-umd.js", "keywords": ["util", "functional", "server", "client", "browser"], "ignore" : ["docs", "test", "*.yml", "CNAME", "index.html", "favicon.ico", "CONTRIBUTING.md", ".*", "package.json", "karma.*"] } diff --git a/vendor/underscore/docs/.eslintrc b/vendor/underscore/docs/.eslintrc index aac42a91cc..0c3c9c9e2d 100644 --- a/vendor/underscore/docs/.eslintrc +++ b/vendor/underscore/docs/.eslintrc @@ -1,5 +1,7 @@ { "globals": { - "_": true + "_": true, + "parserOptions": {}, + "rules": [], } } diff --git a/vendor/underscore/docs/linked-esm.jst b/vendor/underscore/docs/linked-esm.jst new file mode 100644 index 0000000000..bdeb4cd233 --- /dev/null +++ b/vendor/underscore/docs/linked-esm.jst @@ -0,0 +1,108 @@ +<% /* + This is an extended version of the resources/parallel/docco.jst that is + bundled with Docco 0.8.0. + The license of the original file is available over here: + https://github.com/jashkenas/docco/blob/master/LICENSE. + The extension adds hyperlinking to javascript import statements. +*/ %> + + + + + <%= title %> + + + + + +
+
+ <% if (sources.length > 1) { %> + + <% } %> + +
+ <% /* Start of hyperlinking extension */ %> + + + <% /* End of hyperlinking extension */ %> + + diff --git a/vendor/underscore/docs/modules/_baseCreate.html b/vendor/underscore/docs/modules/_baseCreate.html new file mode 100644 index 0000000000..29418ebe05 --- /dev/null +++ b/vendor/underscore/docs/modules/_baseCreate.html @@ -0,0 +1,943 @@ + + + + + + _baseCreate.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_baseIteratee.html b/vendor/underscore/docs/modules/_baseIteratee.html new file mode 100644 index 0000000000..bb8441fab4 --- /dev/null +++ b/vendor/underscore/docs/modules/_baseIteratee.html @@ -0,0 +1,930 @@ + + + + + + _baseIteratee.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_cb.html b/vendor/underscore/docs/modules/_cb.html new file mode 100644 index 0000000000..6f54ca4632 --- /dev/null +++ b/vendor/underscore/docs/modules/_cb.html @@ -0,0 +1,923 @@ + + + + + + _cb.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_chainResult.html b/vendor/underscore/docs/modules/_chainResult.html new file mode 100644 index 0000000000..9845f66689 --- /dev/null +++ b/vendor/underscore/docs/modules/_chainResult.html @@ -0,0 +1,919 @@ + + + + + + _chainResult.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_collectNonEnumProps.html b/vendor/underscore/docs/modules/_collectNonEnumProps.html new file mode 100644 index 0000000000..95107e1505 --- /dev/null +++ b/vendor/underscore/docs/modules/_collectNonEnumProps.html @@ -0,0 +1,977 @@ + + + + + + _collectNonEnumProps.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_createAssigner.html b/vendor/underscore/docs/modules/_createAssigner.html new file mode 100644 index 0000000000..017d25b6fe --- /dev/null +++ b/vendor/underscore/docs/modules/_createAssigner.html @@ -0,0 +1,919 @@ + + + + + + _createAssigner.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_createEscaper.html b/vendor/underscore/docs/modules/_createEscaper.html new file mode 100644 index 0000000000..64457f1399 --- /dev/null +++ b/vendor/underscore/docs/modules/_createEscaper.html @@ -0,0 +1,943 @@ + + + + + + _createEscaper.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_createIndexFinder.html b/vendor/underscore/docs/modules/_createIndexFinder.html new file mode 100644 index 0000000000..bf998fe7bc --- /dev/null +++ b/vendor/underscore/docs/modules/_createIndexFinder.html @@ -0,0 +1,941 @@ + + + + + + _createIndexFinder.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_createPredicateIndexFinder.html b/vendor/underscore/docs/modules/_createPredicateIndexFinder.html new file mode 100644 index 0000000000..459d9dbf87 --- /dev/null +++ b/vendor/underscore/docs/modules/_createPredicateIndexFinder.html @@ -0,0 +1,928 @@ + + + + + + _createPredicateIndexFinder.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_createReduce.html b/vendor/underscore/docs/modules/_createReduce.html new file mode 100644 index 0000000000..6731a74d1d --- /dev/null +++ b/vendor/underscore/docs/modules/_createReduce.html @@ -0,0 +1,954 @@ + + + + + + _createReduce.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_createSizePropertyCheck.html b/vendor/underscore/docs/modules/_createSizePropertyCheck.html new file mode 100644 index 0000000000..6e3d207987 --- /dev/null +++ b/vendor/underscore/docs/modules/_createSizePropertyCheck.html @@ -0,0 +1,922 @@ + + + + + + _createSizePropertyCheck.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_deepGet.html b/vendor/underscore/docs/modules/_deepGet.html new file mode 100644 index 0000000000..b56e06c24f --- /dev/null +++ b/vendor/underscore/docs/modules/_deepGet.html @@ -0,0 +1,910 @@ + + + + + + _deepGet.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_escapeMap.html b/vendor/underscore/docs/modules/_escapeMap.html new file mode 100644 index 0000000000..6484eadf5e --- /dev/null +++ b/vendor/underscore/docs/modules/_escapeMap.html @@ -0,0 +1,910 @@ + + + + + + _escapeMap.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_executeBound.html b/vendor/underscore/docs/modules/_executeBound.html new file mode 100644 index 0000000000..9f945f1f88 --- /dev/null +++ b/vendor/underscore/docs/modules/_executeBound.html @@ -0,0 +1,926 @@ + + + + + + _executeBound.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_flatten.html b/vendor/underscore/docs/modules/_flatten.html new file mode 100644 index 0000000000..5534fcdee9 --- /dev/null +++ b/vendor/underscore/docs/modules/_flatten.html @@ -0,0 +1,957 @@ + + + + + + _flatten.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_getByteLength.html b/vendor/underscore/docs/modules/_getByteLength.html new file mode 100644 index 0000000000..6c26000528 --- /dev/null +++ b/vendor/underscore/docs/modules/_getByteLength.html @@ -0,0 +1,917 @@ + + + + + + _getByteLength.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_getLength.html b/vendor/underscore/docs/modules/_getLength.html new file mode 100644 index 0000000000..b437d95d60 --- /dev/null +++ b/vendor/underscore/docs/modules/_getLength.html @@ -0,0 +1,917 @@ + + + + + + _getLength.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_group.html b/vendor/underscore/docs/modules/_group.html new file mode 100644 index 0000000000..c52c05d282 --- /dev/null +++ b/vendor/underscore/docs/modules/_group.html @@ -0,0 +1,928 @@ + + + + + + _group.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_has.html b/vendor/underscore/docs/modules/_has.html new file mode 100644 index 0000000000..66a3220d5c --- /dev/null +++ b/vendor/underscore/docs/modules/_has.html @@ -0,0 +1,919 @@ + + + + + + _has.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_hasObjectTag.html b/vendor/underscore/docs/modules/_hasObjectTag.html new file mode 100644 index 0000000000..a39b6491e2 --- /dev/null +++ b/vendor/underscore/docs/modules/_hasObjectTag.html @@ -0,0 +1,904 @@ + + + + + + _hasObjectTag.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_isArrayLike.html b/vendor/underscore/docs/modules/_isArrayLike.html new file mode 100644 index 0000000000..e3227aada7 --- /dev/null +++ b/vendor/underscore/docs/modules/_isArrayLike.html @@ -0,0 +1,921 @@ + + + + + + _isArrayLike.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_isBufferLike.html b/vendor/underscore/docs/modules/_isBufferLike.html new file mode 100644 index 0000000000..5a1eea70ef --- /dev/null +++ b/vendor/underscore/docs/modules/_isBufferLike.html @@ -0,0 +1,919 @@ + + + + + + _isBufferLike.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_keyInObj.html b/vendor/underscore/docs/modules/_keyInObj.html new file mode 100644 index 0000000000..ae216dee08 --- /dev/null +++ b/vendor/underscore/docs/modules/_keyInObj.html @@ -0,0 +1,906 @@ + + + + + + _keyInObj.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_methodFingerprint.html b/vendor/underscore/docs/modules/_methodFingerprint.html new file mode 100644 index 0000000000..30cf83a283 --- /dev/null +++ b/vendor/underscore/docs/modules/_methodFingerprint.html @@ -0,0 +1,1000 @@ + + + + + + _methodFingerprint.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_optimizeCb.html b/vendor/underscore/docs/modules/_optimizeCb.html new file mode 100644 index 0000000000..133fae2a13 --- /dev/null +++ b/vendor/underscore/docs/modules/_optimizeCb.html @@ -0,0 +1,935 @@ + + + + + + _optimizeCb.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_setup.html b/vendor/underscore/docs/modules/_setup.html new file mode 100644 index 0000000000..eee00abe2f --- /dev/null +++ b/vendor/underscore/docs/modules/_setup.html @@ -0,0 +1,1040 @@ + + + + + + _setup.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_shallowProperty.html b/vendor/underscore/docs/modules/_shallowProperty.html new file mode 100644 index 0000000000..d4ab216013 --- /dev/null +++ b/vendor/underscore/docs/modules/_shallowProperty.html @@ -0,0 +1,907 @@ + + + + + + _shallowProperty.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_stringTagBug.html b/vendor/underscore/docs/modules/_stringTagBug.html new file mode 100644 index 0000000000..fc80cda704 --- /dev/null +++ b/vendor/underscore/docs/modules/_stringTagBug.html @@ -0,0 +1,923 @@ + + + + + + _stringTagBug.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_tagTester.html b/vendor/underscore/docs/modules/_tagTester.html new file mode 100644 index 0000000000..76de8e09ee --- /dev/null +++ b/vendor/underscore/docs/modules/_tagTester.html @@ -0,0 +1,922 @@ + + + + + + _tagTester.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_toBufferView.html b/vendor/underscore/docs/modules/_toBufferView.html new file mode 100644 index 0000000000..80fa4e3249 --- /dev/null +++ b/vendor/underscore/docs/modules/_toBufferView.html @@ -0,0 +1,924 @@ + + + + + + _toBufferView.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_toPath.html b/vendor/underscore/docs/modules/_toPath.html new file mode 100644 index 0000000000..40c0586a26 --- /dev/null +++ b/vendor/underscore/docs/modules/_toPath.html @@ -0,0 +1,921 @@ + + + + + + _toPath.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/_unescapeMap.html b/vendor/underscore/docs/modules/_unescapeMap.html new file mode 100644 index 0000000000..fa97de10be --- /dev/null +++ b/vendor/underscore/docs/modules/_unescapeMap.html @@ -0,0 +1,918 @@ + + + + + + _unescapeMap.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/after.html b/vendor/underscore/docs/modules/after.html new file mode 100644 index 0000000000..3ef20cd2af --- /dev/null +++ b/vendor/underscore/docs/modules/after.html @@ -0,0 +1,909 @@ + + + + + + after.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/allKeys.html b/vendor/underscore/docs/modules/allKeys.html new file mode 100644 index 0000000000..ba69bb9fa9 --- /dev/null +++ b/vendor/underscore/docs/modules/allKeys.html @@ -0,0 +1,939 @@ + + + + + + allKeys.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/before.html b/vendor/underscore/docs/modules/before.html new file mode 100644 index 0000000000..2244df7d3b --- /dev/null +++ b/vendor/underscore/docs/modules/before.html @@ -0,0 +1,913 @@ + + + + + + before.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/bind.html b/vendor/underscore/docs/modules/bind.html new file mode 100644 index 0000000000..26a83567f3 --- /dev/null +++ b/vendor/underscore/docs/modules/bind.html @@ -0,0 +1,926 @@ + + + + + + bind.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/bindAll.html b/vendor/underscore/docs/modules/bindAll.html new file mode 100644 index 0000000000..f034b1d857 --- /dev/null +++ b/vendor/underscore/docs/modules/bindAll.html @@ -0,0 +1,930 @@ + + + + + + bindAll.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/chain.html b/vendor/underscore/docs/modules/chain.html new file mode 100644 index 0000000000..cbead05c2d --- /dev/null +++ b/vendor/underscore/docs/modules/chain.html @@ -0,0 +1,921 @@ + + + + + + chain.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/chunk.html b/vendor/underscore/docs/modules/chunk.html new file mode 100644 index 0000000000..f839551554 --- /dev/null +++ b/vendor/underscore/docs/modules/chunk.html @@ -0,0 +1,926 @@ + + + + + + chunk.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/clone.html b/vendor/underscore/docs/modules/clone.html new file mode 100644 index 0000000000..6714edeb91 --- /dev/null +++ b/vendor/underscore/docs/modules/clone.html @@ -0,0 +1,922 @@ + + + + + + clone.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/compact.html b/vendor/underscore/docs/modules/compact.html new file mode 100644 index 0000000000..7e771208c7 --- /dev/null +++ b/vendor/underscore/docs/modules/compact.html @@ -0,0 +1,919 @@ + + + + + + compact.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/compose.html b/vendor/underscore/docs/modules/compose.html new file mode 100644 index 0000000000..0c67915f39 --- /dev/null +++ b/vendor/underscore/docs/modules/compose.html @@ -0,0 +1,913 @@ + + + + + + compose.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/constant.html b/vendor/underscore/docs/modules/constant.html new file mode 100644 index 0000000000..04826ebe22 --- /dev/null +++ b/vendor/underscore/docs/modules/constant.html @@ -0,0 +1,907 @@ + + + + + + constant.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/contains.html b/vendor/underscore/docs/modules/contains.html new file mode 100644 index 0000000000..5a994851e4 --- /dev/null +++ b/vendor/underscore/docs/modules/contains.html @@ -0,0 +1,923 @@ + + + + + + contains.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/countBy.html b/vendor/underscore/docs/modules/countBy.html new file mode 100644 index 0000000000..98349d9915 --- /dev/null +++ b/vendor/underscore/docs/modules/countBy.html @@ -0,0 +1,922 @@ + + + + + + countBy.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/create.html b/vendor/underscore/docs/modules/create.html new file mode 100644 index 0000000000..3f7e037ddf --- /dev/null +++ b/vendor/underscore/docs/modules/create.html @@ -0,0 +1,924 @@ + + + + + + create.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/debounce.html b/vendor/underscore/docs/modules/debounce.html new file mode 100644 index 0000000000..d2baa64712 --- /dev/null +++ b/vendor/underscore/docs/modules/debounce.html @@ -0,0 +1,966 @@ + + + + + + debounce.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/defaults.html b/vendor/underscore/docs/modules/defaults.html new file mode 100644 index 0000000000..76fa0605c1 --- /dev/null +++ b/vendor/underscore/docs/modules/defaults.html @@ -0,0 +1,918 @@ + + + + + + defaults.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/defer.html b/vendor/underscore/docs/modules/defer.html new file mode 100644 index 0000000000..ebeea9808a --- /dev/null +++ b/vendor/underscore/docs/modules/defer.html @@ -0,0 +1,920 @@ + + + + + + defer.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/delay.html b/vendor/underscore/docs/modules/delay.html new file mode 100644 index 0000000000..b757cafc80 --- /dev/null +++ b/vendor/underscore/docs/modules/delay.html @@ -0,0 +1,922 @@ + + + + + + delay.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/difference.html b/vendor/underscore/docs/modules/difference.html new file mode 100644 index 0000000000..95d13dc589 --- /dev/null +++ b/vendor/underscore/docs/modules/difference.html @@ -0,0 +1,926 @@ + + + + + + difference.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/each.html b/vendor/underscore/docs/modules/each.html new file mode 100644 index 0000000000..a434f91517 --- /dev/null +++ b/vendor/underscore/docs/modules/each.html @@ -0,0 +1,936 @@ + + + + + + each.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/escape.html b/vendor/underscore/docs/modules/escape.html new file mode 100644 index 0000000000..6143cee989 --- /dev/null +++ b/vendor/underscore/docs/modules/escape.html @@ -0,0 +1,918 @@ + + + + + + escape.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/every.html b/vendor/underscore/docs/modules/every.html new file mode 100644 index 0000000000..5f48556364 --- /dev/null +++ b/vendor/underscore/docs/modules/every.html @@ -0,0 +1,928 @@ + + + + + + every.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/extend.html b/vendor/underscore/docs/modules/extend.html new file mode 100644 index 0000000000..2c5621dbee --- /dev/null +++ b/vendor/underscore/docs/modules/extend.html @@ -0,0 +1,918 @@ + + + + + + extend.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/extendOwn.html b/vendor/underscore/docs/modules/extendOwn.html new file mode 100644 index 0000000000..bcbaacfb79 --- /dev/null +++ b/vendor/underscore/docs/modules/extendOwn.html @@ -0,0 +1,920 @@ + + + + + + extendOwn.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/filter.html b/vendor/underscore/docs/modules/filter.html new file mode 100644 index 0000000000..9ec8d513ff --- /dev/null +++ b/vendor/underscore/docs/modules/filter.html @@ -0,0 +1,925 @@ + + + + + + filter.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/find.html b/vendor/underscore/docs/modules/find.html new file mode 100644 index 0000000000..7e166297b8 --- /dev/null +++ b/vendor/underscore/docs/modules/find.html @@ -0,0 +1,923 @@ + + + + + + find.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/findIndex.html b/vendor/underscore/docs/modules/findIndex.html new file mode 100644 index 0000000000..f192672ecc --- /dev/null +++ b/vendor/underscore/docs/modules/findIndex.html @@ -0,0 +1,917 @@ + + + + + + findIndex.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/findKey.html b/vendor/underscore/docs/modules/findKey.html new file mode 100644 index 0000000000..62a7a6c422 --- /dev/null +++ b/vendor/underscore/docs/modules/findKey.html @@ -0,0 +1,925 @@ + + + + + + findKey.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/findLastIndex.html b/vendor/underscore/docs/modules/findLastIndex.html new file mode 100644 index 0000000000..ced3b4eb96 --- /dev/null +++ b/vendor/underscore/docs/modules/findLastIndex.html @@ -0,0 +1,917 @@ + + + + + + findLastIndex.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/findWhere.html b/vendor/underscore/docs/modules/findWhere.html new file mode 100644 index 0000000000..68ed4ed5bd --- /dev/null +++ b/vendor/underscore/docs/modules/findWhere.html @@ -0,0 +1,921 @@ + + + + + + findWhere.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/first.html b/vendor/underscore/docs/modules/first.html new file mode 100644 index 0000000000..c58a347fe5 --- /dev/null +++ b/vendor/underscore/docs/modules/first.html @@ -0,0 +1,922 @@ + + + + + + first.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/flatten.html b/vendor/underscore/docs/modules/flatten.html new file mode 100644 index 0000000000..ab435eafd0 --- /dev/null +++ b/vendor/underscore/docs/modules/flatten.html @@ -0,0 +1,920 @@ + + + + + + flatten.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/functions.html b/vendor/underscore/docs/modules/functions.html new file mode 100644 index 0000000000..9c995734ff --- /dev/null +++ b/vendor/underscore/docs/modules/functions.html @@ -0,0 +1,923 @@ + + + + + + functions.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/get.html b/vendor/underscore/docs/modules/get.html new file mode 100644 index 0000000000..e3c1faa289 --- /dev/null +++ b/vendor/underscore/docs/modules/get.html @@ -0,0 +1,925 @@ + + + + + + get.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/groupBy.html b/vendor/underscore/docs/modules/groupBy.html new file mode 100644 index 0000000000..812fa83466 --- /dev/null +++ b/vendor/underscore/docs/modules/groupBy.html @@ -0,0 +1,921 @@ + + + + + + groupBy.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/has.html b/vendor/underscore/docs/modules/has.html new file mode 100644 index 0000000000..7137637d6b --- /dev/null +++ b/vendor/underscore/docs/modules/has.html @@ -0,0 +1,929 @@ + + + + + + has.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/identity.html b/vendor/underscore/docs/modules/identity.html new file mode 100644 index 0000000000..a72356f8e7 --- /dev/null +++ b/vendor/underscore/docs/modules/identity.html @@ -0,0 +1,905 @@ + + + + + + identity.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/index-all.html b/vendor/underscore/docs/modules/index-all.html new file mode 100644 index 0000000000..8fa744eadb --- /dev/null +++ b/vendor/underscore/docs/modules/index-all.html @@ -0,0 +1,921 @@ + + + + + + ESM Exports + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/index-default.html b/vendor/underscore/docs/modules/index-default.html new file mode 100644 index 0000000000..d97372db0f --- /dev/null +++ b/vendor/underscore/docs/modules/index-default.html @@ -0,0 +1,969 @@ + + + + + + Default Export + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/index.html b/vendor/underscore/docs/modules/index.html new file mode 100644 index 0000000000..cc618d95c6 --- /dev/null +++ b/vendor/underscore/docs/modules/index.html @@ -0,0 +1,1325 @@ + + + + + + Named Exports + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/indexBy.html b/vendor/underscore/docs/modules/indexBy.html new file mode 100644 index 0000000000..0578dd4285 --- /dev/null +++ b/vendor/underscore/docs/modules/indexBy.html @@ -0,0 +1,920 @@ + + + + + + indexBy.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/indexOf.html b/vendor/underscore/docs/modules/indexOf.html new file mode 100644 index 0000000000..8627c856e2 --- /dev/null +++ b/vendor/underscore/docs/modules/indexOf.html @@ -0,0 +1,922 @@ + + + + + + indexOf.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/initial.html b/vendor/underscore/docs/modules/initial.html new file mode 100644 index 0000000000..d1c364bad9 --- /dev/null +++ b/vendor/underscore/docs/modules/initial.html @@ -0,0 +1,921 @@ + + + + + + initial.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/intersection.html b/vendor/underscore/docs/modules/intersection.html new file mode 100644 index 0000000000..f5d00c03aa --- /dev/null +++ b/vendor/underscore/docs/modules/intersection.html @@ -0,0 +1,932 @@ + + + + + + intersection.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/invert.html b/vendor/underscore/docs/modules/invert.html new file mode 100644 index 0000000000..b4a042f341 --- /dev/null +++ b/vendor/underscore/docs/modules/invert.html @@ -0,0 +1,924 @@ + + + + + + invert.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/invoke.html b/vendor/underscore/docs/modules/invoke.html new file mode 100644 index 0000000000..a491bfb669 --- /dev/null +++ b/vendor/underscore/docs/modules/invoke.html @@ -0,0 +1,941 @@ + + + + + + invoke.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isArguments.html b/vendor/underscore/docs/modules/isArguments.html new file mode 100644 index 0000000000..4e611e4cdd --- /dev/null +++ b/vendor/underscore/docs/modules/isArguments.html @@ -0,0 +1,929 @@ + + + + + + isArguments.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isArray.html b/vendor/underscore/docs/modules/isArray.html new file mode 100644 index 0000000000..7e7fbb1c0a --- /dev/null +++ b/vendor/underscore/docs/modules/isArray.html @@ -0,0 +1,919 @@ + + + + + + isArray.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isArrayBuffer.html b/vendor/underscore/docs/modules/isArrayBuffer.html new file mode 100644 index 0000000000..8b2b1d7dd0 --- /dev/null +++ b/vendor/underscore/docs/modules/isArrayBuffer.html @@ -0,0 +1,904 @@ + + + + + + isArrayBuffer.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isBoolean.html b/vendor/underscore/docs/modules/isBoolean.html new file mode 100644 index 0000000000..709823d534 --- /dev/null +++ b/vendor/underscore/docs/modules/isBoolean.html @@ -0,0 +1,919 @@ + + + + + + isBoolean.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isDataView.html b/vendor/underscore/docs/modules/isDataView.html new file mode 100644 index 0000000000..2eacf9bc26 --- /dev/null +++ b/vendor/underscore/docs/modules/isDataView.html @@ -0,0 +1,927 @@ + + + + + + isDataView.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isDate.html b/vendor/underscore/docs/modules/isDate.html new file mode 100644 index 0000000000..fb29f8b3b9 --- /dev/null +++ b/vendor/underscore/docs/modules/isDate.html @@ -0,0 +1,904 @@ + + + + + + isDate.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isElement.html b/vendor/underscore/docs/modules/isElement.html new file mode 100644 index 0000000000..391fd53739 --- /dev/null +++ b/vendor/underscore/docs/modules/isElement.html @@ -0,0 +1,905 @@ + + + + + + isElement.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isEmpty.html b/vendor/underscore/docs/modules/isEmpty.html new file mode 100644 index 0000000000..bde06ab0d4 --- /dev/null +++ b/vendor/underscore/docs/modules/isEmpty.html @@ -0,0 +1,944 @@ + + + + + + isEmpty.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isEqual.html b/vendor/underscore/docs/modules/isEqual.html new file mode 100644 index 0000000000..2944b31083 --- /dev/null +++ b/vendor/underscore/docs/modules/isEqual.html @@ -0,0 +1,1420 @@ + + + + + + isEqual.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isError.html b/vendor/underscore/docs/modules/isError.html new file mode 100644 index 0000000000..0992c66ed6 --- /dev/null +++ b/vendor/underscore/docs/modules/isError.html @@ -0,0 +1,904 @@ + + + + + + isError.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isFinite.html b/vendor/underscore/docs/modules/isFinite.html new file mode 100644 index 0000000000..1e8dc98dc6 --- /dev/null +++ b/vendor/underscore/docs/modules/isFinite.html @@ -0,0 +1,920 @@ + + + + + + isFinite.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isFunction.html b/vendor/underscore/docs/modules/isFunction.html new file mode 100644 index 0000000000..c863bd889c --- /dev/null +++ b/vendor/underscore/docs/modules/isFunction.html @@ -0,0 +1,928 @@ + + + + + + isFunction.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isMap.html b/vendor/underscore/docs/modules/isMap.html new file mode 100644 index 0000000000..7e293efe0f --- /dev/null +++ b/vendor/underscore/docs/modules/isMap.html @@ -0,0 +1,906 @@ + + + + + + isMap.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isMatch.html b/vendor/underscore/docs/modules/isMatch.html new file mode 100644 index 0000000000..6bf69cb750 --- /dev/null +++ b/vendor/underscore/docs/modules/isMatch.html @@ -0,0 +1,926 @@ + + + + + + isMatch.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isNaN.html b/vendor/underscore/docs/modules/isNaN.html new file mode 100644 index 0000000000..e570a92f88 --- /dev/null +++ b/vendor/underscore/docs/modules/isNaN.html @@ -0,0 +1,920 @@ + + + + + + isNaN.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isNull.html b/vendor/underscore/docs/modules/isNull.html new file mode 100644 index 0000000000..2d1c016a10 --- /dev/null +++ b/vendor/underscore/docs/modules/isNull.html @@ -0,0 +1,905 @@ + + + + + + isNull.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isNumber.html b/vendor/underscore/docs/modules/isNumber.html new file mode 100644 index 0000000000..24fa0e4271 --- /dev/null +++ b/vendor/underscore/docs/modules/isNumber.html @@ -0,0 +1,904 @@ + + + + + + isNumber.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isObject.html b/vendor/underscore/docs/modules/isObject.html new file mode 100644 index 0000000000..81ee7f5e5b --- /dev/null +++ b/vendor/underscore/docs/modules/isObject.html @@ -0,0 +1,906 @@ + + + + + + isObject.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isRegExp.html b/vendor/underscore/docs/modules/isRegExp.html new file mode 100644 index 0000000000..29887c06c9 --- /dev/null +++ b/vendor/underscore/docs/modules/isRegExp.html @@ -0,0 +1,904 @@ + + + + + + isRegExp.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isSet.html b/vendor/underscore/docs/modules/isSet.html new file mode 100644 index 0000000000..6949e7975d --- /dev/null +++ b/vendor/underscore/docs/modules/isSet.html @@ -0,0 +1,906 @@ + + + + + + isSet.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isString.html b/vendor/underscore/docs/modules/isString.html new file mode 100644 index 0000000000..aa06a654d5 --- /dev/null +++ b/vendor/underscore/docs/modules/isString.html @@ -0,0 +1,904 @@ + + + + + + isString.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isSymbol.html b/vendor/underscore/docs/modules/isSymbol.html new file mode 100644 index 0000000000..43e2a66350 --- /dev/null +++ b/vendor/underscore/docs/modules/isSymbol.html @@ -0,0 +1,904 @@ + + + + + + isSymbol.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isTypedArray.html b/vendor/underscore/docs/modules/isTypedArray.html new file mode 100644 index 0000000000..3bf73263a4 --- /dev/null +++ b/vendor/underscore/docs/modules/isTypedArray.html @@ -0,0 +1,941 @@ + + + + + + isTypedArray.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isUndefined.html b/vendor/underscore/docs/modules/isUndefined.html new file mode 100644 index 0000000000..a386379a61 --- /dev/null +++ b/vendor/underscore/docs/modules/isUndefined.html @@ -0,0 +1,905 @@ + + + + + + isUndefined.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isWeakMap.html b/vendor/underscore/docs/modules/isWeakMap.html new file mode 100644 index 0000000000..d5dd3d8ef1 --- /dev/null +++ b/vendor/underscore/docs/modules/isWeakMap.html @@ -0,0 +1,906 @@ + + + + + + isWeakMap.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/isWeakSet.html b/vendor/underscore/docs/modules/isWeakSet.html new file mode 100644 index 0000000000..8dcbf059ce --- /dev/null +++ b/vendor/underscore/docs/modules/isWeakSet.html @@ -0,0 +1,904 @@ + + + + + + isWeakSet.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/iteratee.html b/vendor/underscore/docs/modules/iteratee.html new file mode 100644 index 0000000000..eda56589ca --- /dev/null +++ b/vendor/underscore/docs/modules/iteratee.html @@ -0,0 +1,923 @@ + + + + + + iteratee.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/keys.html b/vendor/underscore/docs/modules/keys.html new file mode 100644 index 0000000000..936f5ad70a --- /dev/null +++ b/vendor/underscore/docs/modules/keys.html @@ -0,0 +1,942 @@ + + + + + + keys.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/last.html b/vendor/underscore/docs/modules/last.html new file mode 100644 index 0000000000..6e9cf1a5d4 --- /dev/null +++ b/vendor/underscore/docs/modules/last.html @@ -0,0 +1,922 @@ + + + + + + last.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/lastIndexOf.html b/vendor/underscore/docs/modules/lastIndexOf.html new file mode 100644 index 0000000000..0215aa0d69 --- /dev/null +++ b/vendor/underscore/docs/modules/lastIndexOf.html @@ -0,0 +1,919 @@ + + + + + + lastIndexOf.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/map.html b/vendor/underscore/docs/modules/map.html new file mode 100644 index 0000000000..ab353245a3 --- /dev/null +++ b/vendor/underscore/docs/modules/map.html @@ -0,0 +1,929 @@ + + + + + + map.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/mapObject.html b/vendor/underscore/docs/modules/mapObject.html new file mode 100644 index 0000000000..1289eecebd --- /dev/null +++ b/vendor/underscore/docs/modules/mapObject.html @@ -0,0 +1,929 @@ + + + + + + mapObject.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/matcher.html b/vendor/underscore/docs/modules/matcher.html new file mode 100644 index 0000000000..b82929224c --- /dev/null +++ b/vendor/underscore/docs/modules/matcher.html @@ -0,0 +1,924 @@ + + + + + + matcher.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/max.html b/vendor/underscore/docs/modules/max.html new file mode 100644 index 0000000000..8af6bcc160 --- /dev/null +++ b/vendor/underscore/docs/modules/max.html @@ -0,0 +1,942 @@ + + + + + + max.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/memoize.html b/vendor/underscore/docs/modules/memoize.html new file mode 100644 index 0000000000..2335113001 --- /dev/null +++ b/vendor/underscore/docs/modules/memoize.html @@ -0,0 +1,926 @@ + + + + + + memoize.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/min.html b/vendor/underscore/docs/modules/min.html new file mode 100644 index 0000000000..8a389334fd --- /dev/null +++ b/vendor/underscore/docs/modules/min.html @@ -0,0 +1,942 @@ + + + + + + min.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/mixin.html b/vendor/underscore/docs/modules/mixin.html new file mode 100644 index 0000000000..047dcdb813 --- /dev/null +++ b/vendor/underscore/docs/modules/mixin.html @@ -0,0 +1,931 @@ + + + + + + mixin.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/negate.html b/vendor/underscore/docs/modules/negate.html new file mode 100644 index 0000000000..9bba2c883b --- /dev/null +++ b/vendor/underscore/docs/modules/negate.html @@ -0,0 +1,907 @@ + + + + + + negate.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/noop.html b/vendor/underscore/docs/modules/noop.html new file mode 100644 index 0000000000..bee8fd763a --- /dev/null +++ b/vendor/underscore/docs/modules/noop.html @@ -0,0 +1,903 @@ + + + + + + noop.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/now.html b/vendor/underscore/docs/modules/now.html new file mode 100644 index 0000000000..ebccce8069 --- /dev/null +++ b/vendor/underscore/docs/modules/now.html @@ -0,0 +1,905 @@ + + + + + + now.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/object.html b/vendor/underscore/docs/modules/object.html new file mode 100644 index 0000000000..3581663462 --- /dev/null +++ b/vendor/underscore/docs/modules/object.html @@ -0,0 +1,929 @@ + + + + + + object.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/omit.html b/vendor/underscore/docs/modules/omit.html new file mode 100644 index 0000000000..2f4a8f82e2 --- /dev/null +++ b/vendor/underscore/docs/modules/omit.html @@ -0,0 +1,935 @@ + + + + + + omit.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/once.html b/vendor/underscore/docs/modules/once.html new file mode 100644 index 0000000000..9d0f3c74ee --- /dev/null +++ b/vendor/underscore/docs/modules/once.html @@ -0,0 +1,919 @@ + + + + + + once.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/pairs.html b/vendor/underscore/docs/modules/pairs.html new file mode 100644 index 0000000000..504b819642 --- /dev/null +++ b/vendor/underscore/docs/modules/pairs.html @@ -0,0 +1,926 @@ + + + + + + pairs.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/partial.html b/vendor/underscore/docs/modules/partial.html new file mode 100644 index 0000000000..63ae4e387c --- /dev/null +++ b/vendor/underscore/docs/modules/partial.html @@ -0,0 +1,937 @@ + + + + + + partial.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/partition.html b/vendor/underscore/docs/modules/partition.html new file mode 100644 index 0000000000..1025aceb94 --- /dev/null +++ b/vendor/underscore/docs/modules/partition.html @@ -0,0 +1,920 @@ + + + + + + partition.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/pick.html b/vendor/underscore/docs/modules/pick.html new file mode 100644 index 0000000000..be43d803d6 --- /dev/null +++ b/vendor/underscore/docs/modules/pick.html @@ -0,0 +1,939 @@ + + + + + + pick.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/pluck.html b/vendor/underscore/docs/modules/pluck.html new file mode 100644 index 0000000000..1ad51ecf0c --- /dev/null +++ b/vendor/underscore/docs/modules/pluck.html @@ -0,0 +1,920 @@ + + + + + + pluck.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/property.html b/vendor/underscore/docs/modules/property.html new file mode 100644 index 0000000000..87df085a67 --- /dev/null +++ b/vendor/underscore/docs/modules/property.html @@ -0,0 +1,924 @@ + + + + + + property.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/propertyOf.html b/vendor/underscore/docs/modules/propertyOf.html new file mode 100644 index 0000000000..74f33c2158 --- /dev/null +++ b/vendor/underscore/docs/modules/propertyOf.html @@ -0,0 +1,923 @@ + + + + + + propertyOf.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/random.html b/vendor/underscore/docs/modules/random.html new file mode 100644 index 0000000000..21a6c1f262 --- /dev/null +++ b/vendor/underscore/docs/modules/random.html @@ -0,0 +1,909 @@ + + + + + + random.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/range.html b/vendor/underscore/docs/modules/range.html new file mode 100644 index 0000000000..3593821cc3 --- /dev/null +++ b/vendor/underscore/docs/modules/range.html @@ -0,0 +1,922 @@ + + + + + + range.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/reduce.html b/vendor/underscore/docs/modules/reduce.html new file mode 100644 index 0000000000..09a2bf9895 --- /dev/null +++ b/vendor/underscore/docs/modules/reduce.html @@ -0,0 +1,918 @@ + + + + + + reduce.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/reduceRight.html b/vendor/underscore/docs/modules/reduceRight.html new file mode 100644 index 0000000000..66a2e3c734 --- /dev/null +++ b/vendor/underscore/docs/modules/reduceRight.html @@ -0,0 +1,917 @@ + + + + + + reduceRight.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/reject.html b/vendor/underscore/docs/modules/reject.html new file mode 100644 index 0000000000..d866c216a9 --- /dev/null +++ b/vendor/underscore/docs/modules/reject.html @@ -0,0 +1,921 @@ + + + + + + reject.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/rest.html b/vendor/underscore/docs/modules/rest.html new file mode 100644 index 0000000000..3b7204fb7f --- /dev/null +++ b/vendor/underscore/docs/modules/rest.html @@ -0,0 +1,921 @@ + + + + + + rest.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/restArguments.html b/vendor/underscore/docs/modules/restArguments.html new file mode 100644 index 0000000000..6bd77bd30c --- /dev/null +++ b/vendor/underscore/docs/modules/restArguments.html @@ -0,0 +1,928 @@ + + + + + + restArguments.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/result.html b/vendor/underscore/docs/modules/result.html new file mode 100644 index 0000000000..ef03ff122c --- /dev/null +++ b/vendor/underscore/docs/modules/result.html @@ -0,0 +1,935 @@ + + + + + + result.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/sample.html b/vendor/underscore/docs/modules/sample.html new file mode 100644 index 0000000000..4a4c505a11 --- /dev/null +++ b/vendor/underscore/docs/modules/sample.html @@ -0,0 +1,940 @@ + + + + + + sample.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/shuffle.html b/vendor/underscore/docs/modules/shuffle.html new file mode 100644 index 0000000000..3ba3d1e7b2 --- /dev/null +++ b/vendor/underscore/docs/modules/shuffle.html @@ -0,0 +1,919 @@ + + + + + + shuffle.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/size.html b/vendor/underscore/docs/modules/size.html new file mode 100644 index 0000000000..aac60174c0 --- /dev/null +++ b/vendor/underscore/docs/modules/size.html @@ -0,0 +1,921 @@ + + + + + + size.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/some.html b/vendor/underscore/docs/modules/some.html new file mode 100644 index 0000000000..8a9eacf9b3 --- /dev/null +++ b/vendor/underscore/docs/modules/some.html @@ -0,0 +1,928 @@ + + + + + + some.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/sortBy.html b/vendor/underscore/docs/modules/sortBy.html new file mode 100644 index 0000000000..3c015c2c80 --- /dev/null +++ b/vendor/underscore/docs/modules/sortBy.html @@ -0,0 +1,937 @@ + + + + + + sortBy.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/sortedIndex.html b/vendor/underscore/docs/modules/sortedIndex.html new file mode 100644 index 0000000000..cb3901aa28 --- /dev/null +++ b/vendor/underscore/docs/modules/sortedIndex.html @@ -0,0 +1,928 @@ + + + + + + sortedIndex.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/tap.html b/vendor/underscore/docs/modules/tap.html new file mode 100644 index 0000000000..be4111cb8b --- /dev/null +++ b/vendor/underscore/docs/modules/tap.html @@ -0,0 +1,908 @@ + + + + + + tap.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/template.html b/vendor/underscore/docs/modules/template.html new file mode 100644 index 0000000000..55ee7ea2a5 --- /dev/null +++ b/vendor/underscore/docs/modules/template.html @@ -0,0 +1,1124 @@ + + + + + + template.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/templateSettings.html b/vendor/underscore/docs/modules/templateSettings.html new file mode 100644 index 0000000000..32995ce464 --- /dev/null +++ b/vendor/underscore/docs/modules/templateSettings.html @@ -0,0 +1,922 @@ + + + + + + templateSettings.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/throttle.html b/vendor/underscore/docs/modules/throttle.html new file mode 100644 index 0000000000..f5c20ed6a4 --- /dev/null +++ b/vendor/underscore/docs/modules/throttle.html @@ -0,0 +1,960 @@ + + + + + + throttle.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/times.html b/vendor/underscore/docs/modules/times.html new file mode 100644 index 0000000000..9d45af7709 --- /dev/null +++ b/vendor/underscore/docs/modules/times.html @@ -0,0 +1,922 @@ + + + + + + times.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/toArray.html b/vendor/underscore/docs/modules/toArray.html new file mode 100644 index 0000000000..8c75db4210 --- /dev/null +++ b/vendor/underscore/docs/modules/toArray.html @@ -0,0 +1,946 @@ + + + + + + toArray.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/toPath.html b/vendor/underscore/docs/modules/toPath.html new file mode 100644 index 0000000000..fadbeae8fb --- /dev/null +++ b/vendor/underscore/docs/modules/toPath.html @@ -0,0 +1,922 @@ + + + + + + toPath.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/underscore-array-methods.html b/vendor/underscore/docs/modules/underscore-array-methods.html new file mode 100644 index 0000000000..dd6b31c51e --- /dev/null +++ b/vendor/underscore/docs/modules/underscore-array-methods.html @@ -0,0 +1,956 @@ + + + + + + underscore-array-methods.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/underscore.html b/vendor/underscore/docs/modules/underscore.html new file mode 100644 index 0000000000..b05b2a1b12 --- /dev/null +++ b/vendor/underscore/docs/modules/underscore.html @@ -0,0 +1,962 @@ + + + + + + underscore.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/unescape.html b/vendor/underscore/docs/modules/unescape.html new file mode 100644 index 0000000000..f5a4e48e17 --- /dev/null +++ b/vendor/underscore/docs/modules/unescape.html @@ -0,0 +1,918 @@ + + + + + + unescape.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/union.html b/vendor/underscore/docs/modules/union.html new file mode 100644 index 0000000000..7c22b6a876 --- /dev/null +++ b/vendor/underscore/docs/modules/union.html @@ -0,0 +1,922 @@ + + + + + + union.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/uniq.html b/vendor/underscore/docs/modules/uniq.html new file mode 100644 index 0000000000..f86a24d3f2 --- /dev/null +++ b/vendor/underscore/docs/modules/uniq.html @@ -0,0 +1,949 @@ + + + + + + uniq.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/uniqueId.html b/vendor/underscore/docs/modules/uniqueId.html new file mode 100644 index 0000000000..72315295cc --- /dev/null +++ b/vendor/underscore/docs/modules/uniqueId.html @@ -0,0 +1,908 @@ + + + + + + uniqueId.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/unzip.html b/vendor/underscore/docs/modules/unzip.html new file mode 100644 index 0000000000..3a13a193d6 --- /dev/null +++ b/vendor/underscore/docs/modules/unzip.html @@ -0,0 +1,928 @@ + + + + + + unzip.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/values.html b/vendor/underscore/docs/modules/values.html new file mode 100644 index 0000000000..80538c2a54 --- /dev/null +++ b/vendor/underscore/docs/modules/values.html @@ -0,0 +1,925 @@ + + + + + + values.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/where.html b/vendor/underscore/docs/modules/where.html new file mode 100644 index 0000000000..58a2ca6e04 --- /dev/null +++ b/vendor/underscore/docs/modules/where.html @@ -0,0 +1,921 @@ + + + + + + where.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/without.html b/vendor/underscore/docs/modules/without.html new file mode 100644 index 0000000000..8d35307fac --- /dev/null +++ b/vendor/underscore/docs/modules/without.html @@ -0,0 +1,920 @@ + + + + + + without.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/wrap.html b/vendor/underscore/docs/modules/wrap.html new file mode 100644 index 0000000000..a9419eba8c --- /dev/null +++ b/vendor/underscore/docs/modules/wrap.html @@ -0,0 +1,921 @@ + + + + + + wrap.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/modules/zip.html b/vendor/underscore/docs/modules/zip.html new file mode 100644 index 0000000000..dfcb6003e5 --- /dev/null +++ b/vendor/underscore/docs/modules/zip.html @@ -0,0 +1,919 @@ + + + + + + zip.js + + + + + +
+
+ + + + +
+ + + + + + diff --git a/vendor/underscore/docs/underscore-esm.html b/vendor/underscore/docs/underscore-esm.html new file mode 100644 index 0000000000..69f7f28c8a --- /dev/null +++ b/vendor/underscore/docs/underscore-esm.html @@ -0,0 +1,4724 @@ + + + + + underscore-esm.js + + + + + +
+
+ + +
+ + diff --git a/vendor/underscore/index.html b/vendor/underscore/index.html index 173ca6fdcd..5b12f43520 100644 --- a/vendor/underscore/index.html +++ b/vendor/underscore/index.html @@ -4,9 +4,8 @@ - - - + + Underscore.js -