1[
2    {
3        "name": "happyworm/jplayer",
4        "version": "2.9.2",
5        "version_normalized": "2.9.2.0",
6        "source": {
7            "type": "git",
8            "url": "https://github.com/happyworm/jPlayer.git",
9            "reference": "34e55cd7694552447bd0dbc38d886fdc96df0d06"
10        },
11        "dist": {
12            "type": "zip",
13            "url": "https://api.github.com/repos/happyworm/jPlayer/zipball/34e55cd7694552447bd0dbc38d886fdc96df0d06",
14            "reference": "34e55cd7694552447bd0dbc38d886fdc96df0d06",
15            "shasum": ""
16        },
17        "require": {
18            "robloach/component-installer": "*"
19        },
20        "suggest": {
21            "components/jquery": ">=1.7.2"
22        },
23        "time": "2014-12-15T00:55:35+00:00",
24        "type": "component",
25        "extra": {
26            "component": {
27                "scripts": [
28                    "dist/jplayer/jquery.jplayer.js"
29                ],
30                "files": [
31                    "dist"
32                ],
33                "shim": {
34                    "deps": [
35                        "jquery"
36                    ]
37                }
38            }
39        },
40        "installation-source": "dist",
41        "notification-url": "https://packagist.org/downloads/",
42        "license": [
43            "MIT"
44        ],
45        "authors": [
46            {
47                "name": "Mark J Panaghiston",
48                "email": "markp@happyworm.com"
49            }
50        ],
51        "description": "jPlayer allows you to create a media player with a consistent interface and experience across all browsers.",
52        "homepage": "http://jplayer.org/",
53        "keywords": [
54            "HTML5",
55            "audio",
56            "jplayer",
57            "media",
58            "player",
59            "streaming",
60            "video"
61        ]
62    },
63    {
64        "name": "james-heinrich/getid3",
65        "version": "v1.9.20",
66        "version_normalized": "1.9.20.0",
67        "source": {
68            "type": "git",
69            "url": "https://github.com/JamesHeinrich/getID3.git",
70            "reference": "3c15e353b9bb1252201c73394bb8390b573a751d"
71        },
72        "dist": {
73            "type": "zip",
74            "url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/3c15e353b9bb1252201c73394bb8390b573a751d",
75            "reference": "3c15e353b9bb1252201c73394bb8390b573a751d",
76            "shasum": ""
77        },
78        "require": {
79            "php": ">=5.3.0"
80        },
81        "require-dev": {
82            "jakub-onderka/php-parallel-lint": "^0.9 || ^1.0"
83        },
84        "suggest": {
85            "ext-SimpleXML": "SimpleXML extension is required to analyze RIFF/WAV/BWF audio files (also requires `ext-libxml`).",
86            "ext-com_dotnet": "COM extension is required when loading files larger than 2GB on Windows.",
87            "ext-ctype": "ctype extension is required when loading files larger than 2GB on 32-bit PHP (also on 64-bit PHP on Windows) or executing `getid3_lib::CopyTagsToComments`.",
88            "ext-dba": "DBA extension is required to use the DBA database as a cache storage.",
89            "ext-exif": "EXIF extension is required for graphic modules.",
90            "ext-iconv": "iconv extension is required to work with different character sets (when `ext-mbstring` is not available).",
91            "ext-json": "JSON extension is required to analyze Apple Quicktime videos.",
92            "ext-libxml": "libxml extension is required to analyze RIFF/WAV/BWF audio files.",
93            "ext-mbstring": "mbstring extension is required to work with different character sets.",
94            "ext-mysql": "MySQL extension is required to use the MySQL database as a cache storage (deprecated in PHP 5.5, removed in PHP >= 7.0, use `ext-mysqli` instead).",
95            "ext-mysqli": "MySQLi extension is required to use the MySQL database as a cache storage.",
96            "ext-rar": "RAR extension is required for RAR archive module.",
97            "ext-sqlite3": "SQLite3 extension is required to use the SQLite3 database as a cache storage.",
98            "ext-xml": "XML extension is required for graphic modules to analyze the XML metadata.",
99            "ext-zlib": "Zlib extension is required for archive modules and compressed metadata."
100        },
101        "time": "2020-06-30T18:43:34+00:00",
102        "type": "library",
103        "extra": {
104            "branch-alias": {
105                "dev-master": "1.9.x-dev"
106            }
107        },
108        "installation-source": "dist",
109        "autoload": {
110            "classmap": [
111                "getid3/"
112            ]
113        },
114        "notification-url": "https://packagist.org/downloads/",
115        "license": [
116            "GPL-1.0-or-later",
117            "LGPL-3.0-only",
118            "MPL-2.0"
119        ],
120        "description": "PHP script that extracts useful information from popular multimedia file formats",
121        "homepage": "https://www.getid3.org/",
122        "keywords": [
123            "codecs",
124            "php",
125            "tags"
126        ]
127    },
128    {
129        "name": "kriswallsmith/assetic",
130        "version": "v1.4.0",
131        "version_normalized": "1.4.0.0",
132        "source": {
133            "type": "git",
134            "url": "https://github.com/kriswallsmith/assetic.git",
135            "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1"
136        },
137        "dist": {
138            "type": "zip",
139            "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
140            "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
141            "shasum": ""
142        },
143        "require": {
144            "php": ">=5.3.1",
145            "symfony/process": "~2.1|~3.0"
146        },
147        "conflict": {
148            "twig/twig": "<1.27"
149        },
150        "require-dev": {
151            "leafo/lessphp": "^0.3.7",
152            "leafo/scssphp": "~0.1",
153            "meenie/javascript-packer": "^1.1",
154            "mrclay/minify": "<2.3",
155            "natxet/cssmin": "3.0.4",
156            "patchwork/jsqueeze": "~1.0|~2.0",
157            "phpunit/phpunit": "~4.8 || ^5.6",
158            "psr/log": "~1.0",
159            "ptachoire/cssembed": "~1.0",
160            "symfony/phpunit-bridge": "~2.7|~3.0",
161            "twig/twig": "~1.23|~2.0",
162            "yfix/packager": "dev-master"
163        },
164        "suggest": {
165            "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
166            "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
167            "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
168            "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
169            "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
170            "twig/twig": "Assetic provides the integration with the Twig templating engine"
171        },
172        "time": "2016-11-11T18:43:20+00:00",
173        "type": "library",
174        "extra": {
175            "branch-alias": {
176                "dev-master": "1.4-dev"
177            }
178        },
179        "installation-source": "dist",
180        "autoload": {
181            "psr-0": {
182                "Assetic": "src/"
183            },
184            "files": [
185                "src/functions.php"
186            ]
187        },
188        "notification-url": "https://packagist.org/downloads/",
189        "license": [
190            "MIT"
191        ],
192        "authors": [
193            {
194                "name": "Kris Wallsmith",
195                "email": "kris.wallsmith@gmail.com",
196                "homepage": "http://kriswallsmith.net/"
197            }
198        ],
199        "description": "Asset Management for PHP",
200        "homepage": "https://github.com/kriswallsmith/assetic",
201        "keywords": [
202            "assets",
203            "compression",
204            "minification"
205        ]
206    },
207    {
208        "name": "mustache/mustache",
209        "version": "v2.13.0",
210        "version_normalized": "2.13.0.0",
211        "source": {
212            "type": "git",
213            "url": "https://github.com/bobthecow/mustache.php.git",
214            "reference": "e95c5a008c23d3151d59ea72484d4f72049ab7f4"
215        },
216        "dist": {
217            "type": "zip",
218            "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/e95c5a008c23d3151d59ea72484d4f72049ab7f4",
219            "reference": "e95c5a008c23d3151d59ea72484d4f72049ab7f4",
220            "shasum": ""
221        },
222        "require": {
223            "php": ">=5.2.4"
224        },
225        "require-dev": {
226            "friendsofphp/php-cs-fixer": "~1.11",
227            "phpunit/phpunit": "~3.7|~4.0|~5.0"
228        },
229        "time": "2019-11-23T21:40:31+00:00",
230        "type": "library",
231        "installation-source": "dist",
232        "autoload": {
233            "psr-0": {
234                "Mustache": "src/"
235            }
236        },
237        "notification-url": "https://packagist.org/downloads/",
238        "license": [
239            "MIT"
240        ],
241        "authors": [
242            {
243                "name": "Justin Hileman",
244                "email": "justin@justinhileman.info",
245                "homepage": "http://justinhileman.com"
246            }
247        ],
248        "description": "A Mustache implementation in PHP.",
249        "homepage": "https://github.com/bobthecow/mustache.php",
250        "keywords": [
251            "mustache",
252            "templating"
253        ]
254    },
255    {
256        "name": "robloach/component-installer",
257        "version": "0.2.3",
258        "version_normalized": "0.2.3.0",
259        "source": {
260            "type": "git",
261            "url": "https://github.com/RobLoach/component-installer.git",
262            "reference": "908a859aa7c4949ba9ad67091e67bac10b66d3d7"
263        },
264        "dist": {
265            "type": "zip",
266            "url": "https://api.github.com/repos/RobLoach/component-installer/zipball/908a859aa7c4949ba9ad67091e67bac10b66d3d7",
267            "reference": "908a859aa7c4949ba9ad67091e67bac10b66d3d7",
268            "shasum": ""
269        },
270        "require": {
271            "composer-plugin-api": "^1.0",
272            "kriswallsmith/assetic": "1.*",
273            "php": ">=5.3.2"
274        },
275        "require-dev": {
276            "composer/composer": "1.*@alpha",
277            "phpunit/phpunit": "4.*"
278        },
279        "time": "2015-08-10T12:35:38+00:00",
280        "type": "composer-plugin",
281        "extra": {
282            "branch-alias": {
283                "dev-master": "1.0.x-dev"
284            },
285            "class": "ComponentInstaller\\ComponentInstallerPlugin"
286        },
287        "installation-source": "dist",
288        "autoload": {
289            "psr-0": {
290                "ComponentInstaller": "src/"
291            }
292        },
293        "notification-url": "https://packagist.org/downloads/",
294        "license": [
295            "MIT"
296        ],
297        "authors": [
298            {
299                "name": "Rob Loach",
300                "homepage": "http://robloach.net"
301            }
302        ],
303        "description": "Allows installation of Components via Composer.",
304        "abandoned": "oomphinc/composer-installers-extender"
305    },
306    {
307        "name": "symfony/process",
308        "version": "v3.4.46",
309        "version_normalized": "3.4.46.0",
310        "source": {
311            "type": "git",
312            "url": "https://github.com/symfony/process.git",
313            "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca"
314        },
315        "dist": {
316            "type": "zip",
317            "url": "https://api.github.com/repos/symfony/process/zipball/b8648cf1d5af12a44a51d07ef9bf980921f15fca",
318            "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca",
319            "shasum": ""
320        },
321        "require": {
322            "php": "^5.5.9|>=7.0.8"
323        },
324        "time": "2020-10-24T10:57:07+00:00",
325        "type": "library",
326        "installation-source": "dist",
327        "autoload": {
328            "psr-4": {
329                "Symfony\\Component\\Process\\": ""
330            },
331            "exclude-from-classmap": [
332                "/Tests/"
333            ]
334        },
335        "notification-url": "https://packagist.org/downloads/",
336        "license": [
337            "MIT"
338        ],
339        "authors": [
340            {
341                "name": "Fabien Potencier",
342                "email": "fabien@symfony.com"
343            },
344            {
345                "name": "Symfony Community",
346                "homepage": "https://symfony.com/contributors"
347            }
348        ],
349        "description": "Symfony Process Component",
350        "homepage": "https://symfony.com"
351    }
352]
353