xref: /dokuwiki/vendor/composer/installed.json (revision 59419fd02219a2bf13b3e66cde6d6ea5da43bc48)
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-12 13:24:34",
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-29 13:15:17",
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": "phpseclib/phpseclib",
101        "version": "2.0.3",
102        "version_normalized": "2.0.3.0",
103        "source": {
104            "type": "git",
105            "url": "https://github.com/phpseclib/phpseclib.git",
106            "reference": "41f85e9c2582b3f6d1b7d20395fb40c687ad5370"
107        },
108        "dist": {
109            "type": "zip",
110            "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/41f85e9c2582b3f6d1b7d20395fb40c687ad5370",
111            "reference": "41f85e9c2582b3f6d1b7d20395fb40c687ad5370",
112            "shasum": ""
113        },
114        "require": {
115            "php": ">=5.3.3"
116        },
117        "require-dev": {
118            "phing/phing": "~2.7",
119            "phpunit/phpunit": "~4.0",
120            "sami/sami": "~2.0",
121            "squizlabs/php_codesniffer": "~2.0"
122        },
123        "suggest": {
124            "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
125            "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
126            "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
127            "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
128        },
129        "time": "2016-08-18 18:49:14",
130        "type": "library",
131        "installation-source": "dist",
132        "autoload": {
133            "files": [
134                "phpseclib/bootstrap.php"
135            ],
136            "psr-4": {
137                "phpseclib\\": "phpseclib/"
138            }
139        },
140        "notification-url": "https://packagist.org/downloads/",
141        "license": [
142            "MIT"
143        ],
144        "authors": [
145            {
146                "name": "Jim Wigginton",
147                "email": "terrafrost@php.net",
148                "role": "Lead Developer"
149            },
150            {
151                "name": "Patrick Monnerat",
152                "email": "pm@datasphere.ch",
153                "role": "Developer"
154            },
155            {
156                "name": "Andreas Fischer",
157                "email": "bantu@phpbb.com",
158                "role": "Developer"
159            },
160            {
161                "name": "Hans-Jürgen Petrich",
162                "email": "petrich@tronic-media.com",
163                "role": "Developer"
164            },
165            {
166                "name": "Graham Campbell",
167                "email": "graham@alt-three.com",
168                "role": "Developer"
169            }
170        ],
171        "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
172        "homepage": "http://phpseclib.sourceforge.net",
173        "keywords": [
174            "BigInteger",
175            "aes",
176            "asn.1",
177            "asn1",
178            "blowfish",
179            "crypto",
180            "cryptography",
181            "encryption",
182            "rsa",
183            "security",
184            "sftp",
185            "signature",
186            "signing",
187            "ssh",
188            "twofish",
189            "x.509",
190            "x509"
191        ]
192    }
193]
194