reformatting media.js
[dokuwiki.git] / composer.lock
blob2442009f5e977fbe63f2bd6c8847d3fea9f1fe58
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#composer-lock-the-lock-file",
5         "This file is @generated automatically"
6     ],
7     "hash": "23ee0dd06136e2301c930e75055300d5",
8     "packages": [
9         {
10             "name": "easybook/geshi",
11             "version": "v1.0.8.17",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/easybook/geshi.git",
15                 "reference": "0fced4f530c0a1726588651f04c2bf2a3073c9c0"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/easybook/geshi/zipball/0fced4f530c0a1726588651f04c2bf2a3073c9c0",
20                 "reference": "0fced4f530c0a1726588651f04c2bf2a3073c9c0",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": ">4.3.0"
25             },
26             "type": "library",
27             "autoload": {
28                 "classmap": [
29                     "./"
30                 ]
31             },
32             "notification-url": "https://packagist.org/downloads/",
33             "license": [
34                 "GPL-2.0"
35             ],
36             "authors": [
37                 {
38                     "name": "Nigel McNie",
39                     "email": "nigel@geshi.org"
40                 },
41                 {
42                     "name": "Benny Baumann",
43                     "email": "BenBE@geshi.org"
44                 }
45             ],
46             "description": "GeSHi - Generic Syntax Highlighter. This is an unmodified port of GeSHi project code found on SourceForge.",
47             "homepage": "http://qbnz.com/highlighter",
48             "keywords": [
49                 "highlight",
50                 "highlighter",
51                 "syntax"
52             ],
53             "time": "2016-03-29 13:15:17"
54         },
55         {
56             "name": "splitbrain/php-archive",
57             "version": "1.0.7",
58             "source": {
59                 "type": "git",
60                 "url": "https://github.com/splitbrain/php-archive.git",
61                 "reference": "c075304b44c4aadff0718af445e86bf730f331ff"
62             },
63             "dist": {
64                 "type": "zip",
65                 "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/c075304b44c4aadff0718af445e86bf730f331ff",
66                 "reference": "c075304b44c4aadff0718af445e86bf730f331ff",
67                 "shasum": ""
68             },
69             "require": {
70                 "php": ">=5.3.0"
71             },
72             "require-dev": {
73                 "phpunit/phpunit": "4.5.*"
74             },
75             "type": "library",
76             "autoload": {
77                 "psr-4": {
78                     "splitbrain\\PHPArchive\\": "src"
79                 }
80             },
81             "notification-url": "https://packagist.org/downloads/",
82             "license": [
83                 "MIT"
84             ],
85             "authors": [
86                 {
87                     "name": "Andreas Gohr",
88                     "email": "andi@splitbrain.org"
89                 }
90             ],
91             "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
92             "keywords": [
93                 "archive",
94                 "extract",
95                 "tar",
96                 "unpack",
97                 "unzip",
98                 "zip"
99             ],
100             "time": "2015-08-12 13:24:34"
101         }
102     ],
103     "packages-dev": [],
104     "aliases": [],
105     "minimum-stability": "stable",
106     "stability-flags": [],
107     "prefer-stable": false,
108     "prefer-lowest": false,
109     "platform": [],
110     "platform-dev": []