### Format of this file # # The top-level keys are module names (as registered in Resources.php). # Each top-level key holds a resource descriptor that must have one of # the following `type` values: # # - `tar`: For tarball archive (may be gzip-compressed). # - `file: For a plain file. # - `multi-file`: For multiple plain files. # ### Type tar # # The `src` and `integrity` keys are quired. # # * `src`: Full URL to thes remote resource. # * `integrity`: Cryptographic hash (integrity metadata format per ). # * `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. # ### Type file # # The `src` and `integrity` keys are quired. # # * `src`: Full URL to thes remote resource. # * `integrity`: Cryptographic hash (integrity metadata format per ). # * `dest`: The name of the file in the module directory. Default: Basename of URL. # ### Type mult-file # # The `files` key is required. # # * `files`: An object mapping destination paths to an object containing `src` and `integrity` # keys. oojs: type: tar 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: oojs-ui: type: tar src: https://registry.npmjs.org/oojs-ui/-/oojs-ui-0.28.0.tgz integrity: sha384-j8bzlCPrfS4sca+U9JO9tdcewDlLlDlOVOsLn+Vqlcg5GU59vLSd7TVm4FiuTowy 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: jquery: type: file src: https://code.jquery.com/jquery-3.2.1.js # From https://code.jquery.com/jquery/ integrity: sha256-DZAnKJ/6XZ9si04Hgrsxu/8s717jcIzLy3oi35EouyE= dest: jquery.js qunitjs: type: multi-file files: qunit.js: src: https://code.jquery.com/qunit/qunit-2.6.0.js integrity: sha384-5O3bKbJBbAbxsqV+w/I1fcXgWJgbqM+hmYAPOE9aELSYpcTEsv48X8H+Hnq66V/9 qunit.css: src: https://code.jquery.com/qunit/qunit-2.6.0.css integrity: sha384-8vDvsmsuiD7tCQyC+pW2LOwDDgsluGsIPeCqr3rHsDSF2k4WpmfvKKxcgSV5zPai