Bump qunit from 2.6.0 to 2.6.2
[lhc/web/wiklou.git] / maintenance / resources / foreign-resources.yaml
1 ### Format of this file
2 #
3 # The top-level keys are module names (as registered in Resources.php).
4 # Each top-level key holds a resource descriptor that must have one of
5 # the following `type` values:
6 #
7 # - `tar`: For tarball archive (may be gzip-compressed).
8 # - `file: For a plain file.
9 # - `multi-file`: For multiple plain files.
10 #
11 ### Type tar
12 #
13 # The `src` and `integrity` keys are quired.
14 #
15 # * `src`: Full URL to thes remote resource.
16 # * `integrity`: Cryptographic hash (integrity metadata format per <https://www.w3.org/TR/SRI/>).
17 # * `dest`: An object mapping paths to files or directory from the remote resource to a destination
18 # in the module directory. The value of key in dest may be omitted, which will extract the key
19 # directly to the module directory.
20 #
21 ### Type file
22 #
23 # The `src` and `integrity` keys are quired.
24 #
25 # * `src`: Full URL to thes remote resource.
26 # * `integrity`: Cryptographic hash (integrity metadata format per <https://www.w3.org/TR/SRI/>).
27 # * `dest`: The name of the file in the module directory. Default: Basename of URL.
28 #
29 ### Type mult-file
30 #
31 # The `files` key is required.
32 #
33 # * `files`: An object mapping destination paths to an object containing `src` and `integrity`
34 # keys.
35 oojs:
36 type: tar
37 src: https://registry.npmjs.org/oojs/-/oojs-2.2.2.tgz
38 integrity: sha256-ebgQW2EGrSkBCnDJBGqDpsBDjA3PMN/M8U5DyLHt9mw=
39 dest:
40 package/dist/oojs.jquery.js:
41 package/AUTHORS.txt:
42 package/LICENSE-MIT:
43 package/README.md:
44 oojs-ui:
45 type: tar
46 src: https://registry.npmjs.org/oojs-ui/-/oojs-ui-0.28.1.tgz
47 integrity: sha384-7fme1YXFt2pg+f7zeeexPcoA8GCHORZb3yKVSd/yUtfeu8xwAYEZKnaKYSU9FSYj
48 dest:
49 # Main stuff
50 package/dist/oojs-ui-core.js{,.map.json}:
51 package/dist/oojs-ui-core-{wikimediaui,apex}.css:
52 package/dist/oojs-ui-widgets.js{,.map.json}:
53 package/dist/oojs-ui-widgets-{wikimediaui,apex}.css:
54 package/dist/oojs-ui-toolbars.js{,.map.json}:
55 package/dist/oojs-ui-toolbars-{wikimediaui,apex}.css:
56 package/dist/oojs-ui-windows.js{,.map.json}:
57 package/dist/oojs-ui-windows-{wikimediaui,apex}.css:
58 package/dist/oojs-ui-{wikimediaui,apex}.js{,.map.json}:
59 package/dist/i18n:
60 package/dist/images:
61 # WikimediaUI theme
62 package/dist/themes/wikimediaui/images/icons/*.{svg,png}: themes/wikimediaui/images/icons
63 package/dist/themes/wikimediaui/images/indicators/*.{svg,png}: themes/wikimediaui/images/indicators
64 package/dist/themes/wikimediaui/images/textures/*.{gif,svg}: themes/wikimediaui/images/textures
65 package/src/themes/wikimediaui/*.json: themes/wikimediaui
66 package/dist/wikimedia-ui-base.less:
67 # Apex theme (icons, indicators, and textures)
68 package/src/themes/apex/*.json: themes/apex
69 # Misc stuff
70 package/dist/AUTHORS.txt:
71 package/dist/History.md:
72 package/dist/LICENSE-MIT:
73 package/dist/README.md:
74 jquery:
75 type: file
76 src: https://code.jquery.com/jquery-3.3.1.js
77 # Integrity from link modals https://code.jquery.com/jquery/
78 integrity: sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=
79 dest: jquery.js
80 qunitjs:
81 type: multi-file
82 # Integrity from link modals at https://code.jquery.com/qunit/
83 files:
84 qunit.js:
85 src: https://code.jquery.com/qunit/qunit-2.6.2.js
86 integrity: sha256-72OhbBvECs6Z5vG0GfPqiyYvTf8vhdEVHKQcacIcIeM=
87 qunit.css:
88 src: https://code.jquery.com/qunit/qunit-2.6.2.css
89 integrity: sha256-qpkurjTvVTJJCSpMABcvF4IlYUJkd8saxiHgUQpEjX8=
90 CLDRPluralRuleParser:
91 type: file
92 src: https://raw.githubusercontent.com/santhoshtr/CLDRPluralRuleParser/v1.1.3/src/CLDRPluralRuleParser.js
93 integrity: sha384-Y0qxTEDVQgh+N5In+vLbZLL2H7PEROnicj8vxof0mxR8kXcGysGE6OcF+cS+Ao0u
94 dest: CLDRPluralRuleParser.js