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