Including security review as a submodule - with patched for Yaffs.
[yaffs-website] / web / modules / contrib / devel / webprofiler / webprofiler.libraries.yml
1 d3:
2   remote: https://github.com/d3/d3
3   version: 3.5.17
4   license:
5     name: BSD-3
6     url: https://github.com/d3/d3/blob/master/LICENSE
7     gpl-compatible: true
8   js:
9     /libraries/d3/d3.min.js: {}
10 highlightjs:
11   remote: https://github.com/isagalaev/highlight.js
12   version: 9.7.0
13   license:
14     name: BSD-3
15     url: https://github.com/isagalaev/highlight.js/blob/master/LICENSE
16     gpl-compatible: true
17   js:
18     /libraries/highlightjs/highlight.pack.js: {}
19   css:
20     component:
21       /libraries/highlightjs/styles/idea.css: {}
22 dashboard:
23   version: 2.0
24   js:
25     js/app/main.js: {}
26     js/app/helpers.js: {}
27     js/app/models/collector.js: {}
28     js/app/collections/collectors.js: {}
29     js/app/views/collector.js: {}
30     js/app/views/collectorsList.js: {}
31     js/app/views/layout.js: {}
32     js/app/views/details.js: {}
33     js/app/routers/collectors.js: {}
34   css:
35     component:
36       css/app/dashboard.css: {}
37   dependencies:
38     - core/jquery
39     - core/jquery.once
40     - core/drupal
41     - core/drupalSettings
42     - core/backbone
43 database:
44   version: 2.0
45   js:
46     js/database.js: {}
47   dependencies:
48     - core/jquery
49     - core/drupal
50     - core/drupalSettings
51     - webprofiler/highlightjs
52 timeline:
53   version: 2.0
54   js:
55     js/timeline.js: {}
56   css:
57     component:
58       css/timeline.css: {}
59   dependencies:
60     - core/jquery
61     - core/drupal
62     - core/drupalSettings
63     - webprofiler/d3