Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / video / composer.json
1 {
2   "name": "drupal/video",
3   "description": "Video module allows you to embedded videos from YouTube, Vimeo, Facebook, Vine etc (Drupal 8 only) and upload videos and play using HTML5 video player.",
4   "type": "drupal-module",
5   "homepage": "https://www.drupal.org/project/video",
6   "license": "GPL-2.0+",
7   "extra": {
8     "drupal": {
9       "package": "Field types",
10       "version": "8.x-1.x"
11     }
12   }
13 }