2018-08-19 05:14:05 +00:00
|
|
|
### Format of this file
|
|
|
|
|
#
|
2018-09-12 16:13:53 +00:00
|
|
|
# The top-level keys are directory names (under resources/lib/).
|
|
|
|
|
# They should match module names (as registered in Resources.php), but there are exceptions.
|
2018-08-25 04:43:43 +00:00
|
|
|
# Each top-level key holds a resource descriptor that must have one of
|
|
|
|
|
# the following `type` values:
|
2018-08-19 05:14:05 +00:00
|
|
|
#
|
2018-08-19 23:02:29 +00:00
|
|
|
# - `tar`: For tarball archive (may be gzip-compressed).
|
2018-08-25 04:43:43 +00:00
|
|
|
# - `file: For a plain file.
|
|
|
|
|
# - `multi-file`: For multiple plain files.
|
2018-08-19 05:14:05 +00:00
|
|
|
#
|
2018-08-19 23:02:29 +00:00
|
|
|
### Type tar
|
|
|
|
|
#
|
2018-09-12 16:13:53 +00:00
|
|
|
# The `src` and `integrity` keys are required.
|
2018-08-19 23:02:29 +00:00
|
|
|
#
|
2018-09-12 16:13:53 +00:00
|
|
|
# * `src`: Full URL to the remote resource.
|
2018-08-19 23:02:29 +00:00
|
|
|
# * `integrity`: Cryptographic hash (integrity metadata format per <https://www.w3.org/TR/SRI/>).
|
|
|
|
|
# * `dest`: An object mapping paths to files or directory from the remote resource to a destination
|
|
|
|
|
# in the module directory. The value of key in dest may be omitted, which will extract the key
|
|
|
|
|
# directly to the module directory.
|
2018-08-25 04:43:43 +00:00
|
|
|
#
|
|
|
|
|
### Type file
|
|
|
|
|
#
|
2018-09-12 16:13:53 +00:00
|
|
|
# The `src` and `integrity` keys are required.
|
2018-08-25 04:43:43 +00:00
|
|
|
#
|
2018-09-12 16:13:53 +00:00
|
|
|
# * `src`: Full URL to the remote resource.
|
2018-08-25 04:43:43 +00:00
|
|
|
# * `integrity`: Cryptographic hash (integrity metadata format per <https://www.w3.org/TR/SRI/>).
|
|
|
|
|
# * `dest`: The name of the file in the module directory. Default: Basename of URL.
|
|
|
|
|
#
|
2018-09-12 16:13:53 +00:00
|
|
|
### Type multi-file
|
2018-08-25 04:43:43 +00:00
|
|
|
#
|
|
|
|
|
# The `files` key is required.
|
|
|
|
|
#
|
|
|
|
|
# * `files`: An object mapping destination paths to an object containing `src` and `integrity`
|
|
|
|
|
# keys.
|
2018-09-10 23:24:55 +00:00
|
|
|
|
2018-09-10 23:26:21 +00:00
|
|
|
CLDRPluralRuleParser:
|
|
|
|
|
type: file
|
2018-10-04 21:17:30 +00:00
|
|
|
src: https://raw.githubusercontent.com/santhoshtr/CLDRPluralRuleParser/0dda851/src/CLDRPluralRuleParser.js
|
|
|
|
|
integrity: sha384-M4taeYYG2+9Ob1/La16iO+zlRRmBV5lBR3xUKkQT6kfkJ0aLbCi6yc0RYI1BDzdh
|
2018-09-10 23:26:21 +00:00
|
|
|
|
2018-09-11 02:41:19 +00:00
|
|
|
easy-deflate:
|
|
|
|
|
type: multi-file
|
|
|
|
|
files:
|
|
|
|
|
deflate.js:
|
|
|
|
|
src: https://raw.githubusercontent.com/edg2s/Easy-Deflate/7a6056e5302f6f385ff2efa60afda45b4ad81e51/deflate.js
|
|
|
|
|
integrity: sha384-sHnZLDSWMUhA2w9ygkzCK8YFvoh/fQKY6lXMbvmrYzjuNURiLB0DZFCDNMpGyZ77
|
|
|
|
|
easydeflate.js:
|
|
|
|
|
src: https://raw.githubusercontent.com/edg2s/Easy-Deflate/7a6056e5302f6f385ff2efa60afda45b4ad81e51/easydeflate.js
|
|
|
|
|
integrity: sha384-EwPfP2RMkDPa1HkzQsXgzTsy1KEjcIzQPA1HDS/JPHjvEMvVUsCxWwm1oXql/jk2
|
|
|
|
|
inflate.js:
|
|
|
|
|
src: https://raw.githubusercontent.com/edg2s/Easy-Deflate/7a6056e5302f6f385ff2efa60afda45b4ad81e51/inflate.js
|
|
|
|
|
integrity: sha384-hMg44Hw424mUYvmzKl0JT4J8UU/1YYhTiGRtR0YX/MXNLK9qWTK0d62FBCDGxmxw
|
|
|
|
|
README.md:
|
|
|
|
|
src: https://raw.githubusercontent.com/edg2s/Easy-Deflate/7a6056e5302f6f385ff2efa60afda45b4ad81e51/README.md
|
|
|
|
|
integrity: sha384-6kwcfCLivvqXBZy2ATyya+mTVWLk3eaQyBdC6tbpBtkygnBrM2SNkq3jz/l7IkvP
|
|
|
|
|
|
2018-09-10 23:24:55 +00:00
|
|
|
html5shiv:
|
|
|
|
|
type: file
|
|
|
|
|
src: https://raw.githubusercontent.com/aFarkas/html5shiv/3.7.3/src/html5shiv.js
|
|
|
|
|
integrity: sha384-RPXhaTf22QktT8KTwZ6bUz/C+7CnccaIw5W/y/t0FW5WSDGj3wc3YtRIJC0w47in
|
2018-09-10 23:26:21 +00:00
|
|
|
|
|
|
|
|
jquery:
|
|
|
|
|
type: file
|
|
|
|
|
src: https://code.jquery.com/jquery-3.3.1.js
|
|
|
|
|
# Integrity from link modals https://code.jquery.com/jquery/
|
|
|
|
|
integrity: sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=
|
|
|
|
|
dest: jquery.js
|
2018-09-10 23:24:55 +00:00
|
|
|
|
2018-10-15 02:27:41 +00:00
|
|
|
jquery.client:
|
|
|
|
|
type: tar
|
2019-02-09 22:42:09 +00:00
|
|
|
src: https://registry.npmjs.org/jquery-client/-/jquery-client-2.0.2.tgz
|
|
|
|
|
integrity: sha256-8c8nBbBykHEMc4I7ksdKJvvw/P7WkaC2X46RTPdz/pw=
|
2018-10-15 02:27:41 +00:00
|
|
|
dest:
|
|
|
|
|
package/AUTHORS.txt:
|
|
|
|
|
package/jquery.client.js:
|
|
|
|
|
package/LICENSE-MIT:
|
|
|
|
|
package/README.md:
|
|
|
|
|
|
2018-09-23 20:50:16 +00:00
|
|
|
jquery.cookie:
|
2018-09-24 17:14:31 +00:00
|
|
|
type: multi-file
|
|
|
|
|
files:
|
|
|
|
|
jquery.cookie.js:
|
|
|
|
|
src: https://raw.githubusercontent.com/carhartl/jquery-cookie/v1.3.1/jquery.cookie.js
|
|
|
|
|
integrity: sha384-Xxq63E9KDgzUJ6WPNPqVeOtRIwZyx6y9DzEwY2u6LYKSnWrjSoGtWSKmTindYBf2
|
|
|
|
|
MIT-LICENSE.txt:
|
|
|
|
|
src: https://raw.githubusercontent.com/carhartl/jquery-cookie/v1.3.1/MIT-LICENSE.txt
|
|
|
|
|
integrity: sha384-zYsGf3KJ7S0AhOICjcoh0kkn7aGZlzYUXXX5xz8dwR9KjLMM+/JPR2g/jVOGGeId
|
|
|
|
|
CHANGELOG.md:
|
|
|
|
|
src: https://raw.githubusercontent.com/carhartl/jquery-cookie/v1.3.1/CHANGELOG.md
|
|
|
|
|
integrity: sha384-SQOHhLc7PHxHDQpGE/zv9XfXKL0A7OBu8kuyVDnHVp+zSoWyRw4xUJ+LSm5ql4kS
|
2018-09-23 20:50:16 +00:00
|
|
|
|
2019-01-23 00:51:45 +00:00
|
|
|
moment:
|
|
|
|
|
type: tar
|
2019-02-22 10:34:40 +00:00
|
|
|
src: https://codeload.github.com/moment/moment/tar.gz/2.24.0
|
|
|
|
|
integrity: sha384-2/I9rfqkN8AAgh5wOXXphuo827uV7lMmOodrCfIvqC6W6JKKiDGOwd+lE3e8R0yz
|
2019-01-23 00:51:45 +00:00
|
|
|
dest:
|
2019-02-22 10:34:40 +00:00
|
|
|
moment-2.24.0/moment.js:
|
|
|
|
|
moment-2.24.0/CHANGELOG.md:
|
|
|
|
|
moment-2.24.0/README.md:
|
|
|
|
|
moment-2.24.0/LICENSE:
|
|
|
|
|
moment-2.24.0/locale/*.js: locale
|
2019-01-23 00:51:45 +00:00
|
|
|
|
2018-09-23 19:13:42 +00:00
|
|
|
mustache:
|
|
|
|
|
type: multi-file
|
|
|
|
|
files:
|
|
|
|
|
mustache.js:
|
2018-09-23 19:18:47 +00:00
|
|
|
src: https://raw.githubusercontent.com/janl/mustache.js/v1.0.0/mustache.js
|
|
|
|
|
integrity: sha384-k2UYqmzoiq/qgIzZvcYBxbXQW4YdPAsXDOTkHTGb9TCZ9sjCkyT4TlaUN0wQRkql
|
2018-09-23 19:13:42 +00:00
|
|
|
LICENSE:
|
2018-09-23 19:18:47 +00:00
|
|
|
src: https://raw.githubusercontent.com/janl/mustache.js/v1.0.0/LICENSE
|
2018-09-23 19:13:42 +00:00
|
|
|
integrity: sha384-MYVwXwula9+YkyXexOJVZ0v0DaVvG22uX57mNq5Di+7u8OH9EG9q3yuXkp1Iehiq
|
|
|
|
|
|
2018-08-19 05:14:05 +00:00
|
|
|
oojs:
|
2018-08-19 23:02:29 +00:00
|
|
|
type: tar
|
2018-08-19 05:14:05 +00:00
|
|
|
src: https://registry.npmjs.org/oojs/-/oojs-2.2.2.tgz
|
|
|
|
|
integrity: sha256-ebgQW2EGrSkBCnDJBGqDpsBDjA3PMN/M8U5DyLHt9mw=
|
|
|
|
|
dest:
|
|
|
|
|
package/dist/oojs.jquery.js:
|
|
|
|
|
package/AUTHORS.txt:
|
|
|
|
|
package/LICENSE-MIT:
|
|
|
|
|
package/README.md:
|
2018-09-10 20:42:14 +00:00
|
|
|
|
2019-02-06 19:52:46 +00:00
|
|
|
oojs-router:
|
|
|
|
|
type: tar
|
2019-02-06 20:22:03 +00:00
|
|
|
src: https://registry.npmjs.org/oojs-router/-/oojs-router-0.2.0.tgz
|
|
|
|
|
integrity: sha384-VngYqdQ3vTDMXbm4e4FUZCCGos7fB0Jkr9V+kBL5MElprK1h0yQZOzBNnMHtSJS/
|
2019-02-06 19:52:46 +00:00
|
|
|
dest:
|
|
|
|
|
package/dist/oojs-router.js:
|
|
|
|
|
package/LICENSE:
|
2019-02-06 20:22:03 +00:00
|
|
|
package/AUTHORS.txt:
|
|
|
|
|
package/History.md:
|
2019-02-06 19:52:46 +00:00
|
|
|
|
2018-09-10 20:42:52 +00:00
|
|
|
ooui:
|
2018-08-19 23:02:29 +00:00
|
|
|
type: tar
|
2019-03-14 01:03:02 +00:00
|
|
|
src: https://registry.npmjs.org/oojs-ui/-/oojs-ui-0.31.0.tgz
|
|
|
|
|
integrity: sha384-kmMOvTjLZbr0Nd1iiV61KSDevnZffuY0jpr7Wjoo61HrJY53b9SacjQqebcNzTEK
|
2018-08-19 05:14:05 +00:00
|
|
|
dest:
|
|
|
|
|
# Main stuff
|
|
|
|
|
package/dist/oojs-ui-core.js{,.map.json}:
|
|
|
|
|
package/dist/oojs-ui-core-{wikimediaui,apex}.css:
|
|
|
|
|
package/dist/oojs-ui-widgets.js{,.map.json}:
|
|
|
|
|
package/dist/oojs-ui-widgets-{wikimediaui,apex}.css:
|
|
|
|
|
package/dist/oojs-ui-toolbars.js{,.map.json}:
|
|
|
|
|
package/dist/oojs-ui-toolbars-{wikimediaui,apex}.css:
|
|
|
|
|
package/dist/oojs-ui-windows.js{,.map.json}:
|
|
|
|
|
package/dist/oojs-ui-windows-{wikimediaui,apex}.css:
|
|
|
|
|
package/dist/oojs-ui-{wikimediaui,apex}.js{,.map.json}:
|
|
|
|
|
package/dist/i18n:
|
|
|
|
|
package/dist/images:
|
|
|
|
|
# WikimediaUI theme
|
|
|
|
|
package/dist/themes/wikimediaui/images/icons/*.{svg,png}: themes/wikimediaui/images/icons
|
|
|
|
|
package/dist/themes/wikimediaui/images/indicators/*.{svg,png}: themes/wikimediaui/images/indicators
|
|
|
|
|
package/dist/themes/wikimediaui/images/textures/*.{gif,svg}: themes/wikimediaui/images/textures
|
|
|
|
|
package/src/themes/wikimediaui/*.json: themes/wikimediaui
|
|
|
|
|
package/dist/wikimedia-ui-base.less:
|
|
|
|
|
# Apex theme (icons, indicators, and textures)
|
|
|
|
|
package/src/themes/apex/*.json: themes/apex
|
|
|
|
|
# Misc stuff
|
|
|
|
|
package/dist/AUTHORS.txt:
|
|
|
|
|
package/dist/History.md:
|
|
|
|
|
package/dist/LICENSE-MIT:
|
|
|
|
|
package/dist/README.md:
|
2018-09-10 20:42:14 +00:00
|
|
|
|
2018-08-25 04:43:43 +00:00
|
|
|
qunitjs:
|
|
|
|
|
type: multi-file
|
2018-08-31 19:32:16 +00:00
|
|
|
# Integrity from link modals at https://code.jquery.com/qunit/
|
2018-08-25 04:43:43 +00:00
|
|
|
files:
|
|
|
|
|
qunit.js:
|
2019-01-08 04:59:44 +00:00
|
|
|
src: http://code.jquery.com/qunit/qunit-2.9.1.js
|
|
|
|
|
integrity: sha256-eNccBdxd8zReziWcVjEsPeyJDi3LKMYnzMXyDv8bzsU=
|
2018-08-25 04:43:43 +00:00
|
|
|
qunit.css:
|
2019-01-08 04:59:44 +00:00
|
|
|
src: https://code.jquery.com/qunit/qunit-2.9.1.css
|
|
|
|
|
integrity: sha256-SSS7o92V7wzcIFg3qnJL9mc4msePaT4klbxtuSGvVVo=
|
2018-09-24 01:39:56 +00:00
|
|
|
|
|
|
|
|
sinonjs:
|
|
|
|
|
type: file
|
2018-09-24 01:47:47 +00:00
|
|
|
src: https://sinonjs.org/releases/sinon-1.17.7.js
|
|
|
|
|
integrity: sha384-wR63Jwy75KqwBfzCmXd6gYws6uj3qV/XMAybzXrkEYGYG3AQ58ZWwr1fVpkHa5e8
|
|
|
|
|
dest: sinon.js
|