Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / advagg / advagg_validator / advagg_validator.libraries.yml
1 csslint:
2   remote: https://github.com/CSSLint/csslint/
3   version: VERSION
4   license:
5     name: MIT
6     url: https://github.com/CSSLint/csslint/blob/master/LICENSE
7     gpl-compatible: true
8   js:
9     //cdn.rawgit.com/stubbornella/csslint/master/release/csslint.js: { type: external }
10     js/csslint_form.js: {}
11   dependencies:
12     - core/drupal.form
13 jshint:
14   remote: https://github.com/jshint/jshint
15   version: VERSION
16   license:
17     name: MIT
18     url: https://github.com/jshint/jshint/blob/master/LICENSE
19     gpl-compatible: true
20   js:
21     //cdn.rawgit.com/jshint/jshint/master/dist/jshint.js: { type: external }
22     js/jshint_form.js: {}
23   dependencies:
24     - core/drupal.form