xref: /dokuwiki/vendor/composer/installed.json (revision f515db7fa4f336497ade5e5831cfd1365c7862ea)
1[
2    {
3        "name": "splitbrain/php-archive",
4        "version": "1.0.7",
5        "version_normalized": "1.0.7.0",
6        "source": {
7            "type": "git",
8            "url": "https://github.com/splitbrain/php-archive.git",
9            "reference": "c075304b44c4aadff0718af445e86bf730f331ff"
10        },
11        "dist": {
12            "type": "zip",
13            "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/c075304b44c4aadff0718af445e86bf730f331ff",
14            "reference": "c075304b44c4aadff0718af445e86bf730f331ff",
15            "shasum": ""
16        },
17        "require": {
18            "php": ">=5.3.0"
19        },
20        "require-dev": {
21            "phpunit/phpunit": "4.5.*"
22        },
23        "time": "2015-08-12T13:24:34+00:00",
24        "type": "library",
25        "installation-source": "dist",
26        "autoload": {
27            "psr-4": {
28                "splitbrain\\PHPArchive\\": "src"
29            }
30        },
31        "notification-url": "https://packagist.org/downloads/",
32        "license": [
33            "MIT"
34        ],
35        "authors": [
36            {
37                "name": "Andreas Gohr",
38                "email": "andi@splitbrain.org"
39            }
40        ],
41        "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
42        "keywords": [
43            "archive",
44            "extract",
45            "tar",
46            "unpack",
47            "unzip",
48            "zip"
49        ]
50    },
51    {
52        "name": "easybook/geshi",
53        "version": "v1.0.8.17",
54        "version_normalized": "1.0.8.17",
55        "source": {
56            "type": "git",
57            "url": "https://github.com/easybook/geshi.git",
58            "reference": "0fced4f530c0a1726588651f04c2bf2a3073c9c0"
59        },
60        "dist": {
61            "type": "zip",
62            "url": "https://api.github.com/repos/easybook/geshi/zipball/0fced4f530c0a1726588651f04c2bf2a3073c9c0",
63            "reference": "0fced4f530c0a1726588651f04c2bf2a3073c9c0",
64            "shasum": ""
65        },
66        "require": {
67            "php": ">4.3.0"
68        },
69        "time": "2016-03-29T13:15:17+00:00",
70        "type": "library",
71        "installation-source": "dist",
72        "autoload": {
73            "classmap": [
74                "./"
75            ]
76        },
77        "notification-url": "https://packagist.org/downloads/",
78        "license": [
79            "GPL-2.0"
80        ],
81        "authors": [
82            {
83                "name": "Nigel McNie",
84                "email": "nigel@geshi.org"
85            },
86            {
87                "name": "Benny Baumann",
88                "email": "BenBE@geshi.org"
89            }
90        ],
91        "description": "GeSHi - Generic Syntax Highlighter. This is an unmodified port of GeSHi project code found on SourceForge.",
92        "homepage": "http://qbnz.com/highlighter",
93        "keywords": [
94            "highlight",
95            "highlighter",
96            "syntax"
97        ]
98    },
99    {
100        "name": "paragonie/random_compat",
101        "version": "v2.0.4",
102        "version_normalized": "2.0.4.0",
103        "source": {
104            "type": "git",
105            "url": "https://github.com/paragonie/random_compat.git",
106            "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e"
107        },
108        "dist": {
109            "type": "zip",
110            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
111            "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
112            "shasum": ""
113        },
114        "require": {
115            "php": ">=5.2.0"
116        },
117        "require-dev": {
118            "phpunit/phpunit": "4.*|5.*"
119        },
120        "suggest": {
121            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
122        },
123        "time": "2016-11-07T23:38:38+00:00",
124        "type": "library",
125        "installation-source": "dist",
126        "autoload": {
127            "files": [
128                "lib/random.php"
129            ]
130        },
131        "notification-url": "https://packagist.org/downloads/",
132        "license": [
133            "MIT"
134        ],
135        "authors": [
136            {
137                "name": "Paragon Initiative Enterprises",
138                "email": "security@paragonie.com",
139                "homepage": "https://paragonie.com"
140            }
141        ],
142        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
143        "keywords": [
144            "csprng",
145            "pseudorandom",
146            "random"
147        ]
148    }
149]
150