]> git.mxchange.org Git - friendica-addons.git/blob - securemail/composer.lock
modified: nitter/lang/C/messages.po
[friendica-addons.git] / securemail / composer.lock
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": "e0f467bdac029de5c8176dbb7e955f94",
8     "packages": [
9         {
10             "name": "paragonie/constant_time_encoding",
11             "version": "v2.6.3",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/paragonie/constant_time_encoding.git",
15                 "reference": "58c3f47f650c94ec05a151692652a868995d2938"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
20                 "reference": "58c3f47f650c94ec05a151692652a868995d2938",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": "^7|^8"
25             },
26             "require-dev": {
27                 "phpunit/phpunit": "^6|^7|^8|^9",
28                 "vimeo/psalm": "^1|^2|^3|^4"
29             },
30             "type": "library",
31             "autoload": {
32                 "psr-4": {
33                     "ParagonIE\\ConstantTime\\": "src/"
34                 }
35             },
36             "notification-url": "https://packagist.org/downloads/",
37             "license": [
38                 "MIT"
39             ],
40             "authors": [
41                 {
42                     "name": "Paragon Initiative Enterprises",
43                     "email": "security@paragonie.com",
44                     "homepage": "https://paragonie.com",
45                     "role": "Maintainer"
46                 },
47                 {
48                     "name": "Steve 'Sc00bz' Thomas",
49                     "email": "steve@tobtu.com",
50                     "homepage": "https://www.tobtu.com",
51                     "role": "Original Developer"
52                 }
53             ],
54             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
55             "keywords": [
56                 "base16",
57                 "base32",
58                 "base32_decode",
59                 "base32_encode",
60                 "base64",
61                 "base64_decode",
62                 "base64_encode",
63                 "bin2hex",
64                 "encoding",
65                 "hex",
66                 "hex2bin",
67                 "rfc4648"
68             ],
69             "support": {
70                 "email": "info@paragonie.com",
71                 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
72                 "source": "https://github.com/paragonie/constant_time_encoding"
73             },
74             "time": "2022-06-14T06:56:20+00:00"
75         },
76         {
77             "name": "paragonie/random_compat",
78             "version": "v9.99.100",
79             "source": {
80                 "type": "git",
81                 "url": "https://github.com/paragonie/random_compat.git",
82                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
83             },
84             "dist": {
85                 "type": "zip",
86                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
87                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
88                 "shasum": ""
89             },
90             "require": {
91                 "php": ">= 7"
92             },
93             "require-dev": {
94                 "phpunit/phpunit": "4.*|5.*",
95                 "vimeo/psalm": "^1"
96             },
97             "suggest": {
98                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
99             },
100             "type": "library",
101             "notification-url": "https://packagist.org/downloads/",
102             "license": [
103                 "MIT"
104             ],
105             "authors": [
106                 {
107                     "name": "Paragon Initiative Enterprises",
108                     "email": "security@paragonie.com",
109                     "homepage": "https://paragonie.com"
110                 }
111             ],
112             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
113             "keywords": [
114                 "csprng",
115                 "polyfill",
116                 "pseudorandom",
117                 "random"
118             ],
119             "support": {
120                 "email": "info@paragonie.com",
121                 "issues": "https://github.com/paragonie/random_compat/issues",
122                 "source": "https://github.com/paragonie/random_compat"
123             },
124             "time": "2020-10-15T08:29:30+00:00"
125         },
126         {
127             "name": "phpseclib/phpseclib",
128             "version": "3.0.17",
129             "source": {
130                 "type": "git",
131                 "url": "https://github.com/phpseclib/phpseclib.git",
132                 "reference": "dbc2307d5c69aeb22db136c52e91130d7f2ca761"
133             },
134             "dist": {
135                 "type": "zip",
136                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/dbc2307d5c69aeb22db136c52e91130d7f2ca761",
137                 "reference": "dbc2307d5c69aeb22db136c52e91130d7f2ca761",
138                 "shasum": ""
139             },
140             "require": {
141                 "paragonie/constant_time_encoding": "^1|^2",
142                 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
143                 "php": ">=5.6.1"
144             },
145             "require-dev": {
146                 "phpunit/phpunit": "*"
147             },
148             "suggest": {
149                 "ext-dom": "Install the DOM extension to load XML formatted public keys.",
150                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
151                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
152                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
153                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
154             },
155             "type": "library",
156             "autoload": {
157                 "files": [
158                     "phpseclib/bootstrap.php"
159                 ],
160                 "psr-4": {
161                     "phpseclib3\\": "phpseclib/"
162                 }
163             },
164             "notification-url": "https://packagist.org/downloads/",
165             "license": [
166                 "MIT"
167             ],
168             "authors": [
169                 {
170                     "name": "Jim Wigginton",
171                     "email": "terrafrost@php.net",
172                     "role": "Lead Developer"
173                 },
174                 {
175                     "name": "Patrick Monnerat",
176                     "email": "pm@datasphere.ch",
177                     "role": "Developer"
178                 },
179                 {
180                     "name": "Andreas Fischer",
181                     "email": "bantu@phpbb.com",
182                     "role": "Developer"
183                 },
184                 {
185                     "name": "Hans-Jürgen Petrich",
186                     "email": "petrich@tronic-media.com",
187                     "role": "Developer"
188                 },
189                 {
190                     "name": "Graham Campbell",
191                     "email": "graham@alt-three.com",
192                     "role": "Developer"
193                 }
194             ],
195             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
196             "homepage": "http://phpseclib.sourceforge.net",
197             "keywords": [
198                 "BigInteger",
199                 "aes",
200                 "asn.1",
201                 "asn1",
202                 "blowfish",
203                 "crypto",
204                 "cryptography",
205                 "encryption",
206                 "rsa",
207                 "security",
208                 "sftp",
209                 "signature",
210                 "signing",
211                 "ssh",
212                 "twofish",
213                 "x.509",
214                 "x509"
215             ],
216             "support": {
217                 "issues": "https://github.com/phpseclib/phpseclib/issues",
218                 "source": "https://github.com/phpseclib/phpseclib/tree/3.0.17"
219             },
220             "funding": [
221                 {
222                     "url": "https://github.com/terrafrost",
223                     "type": "github"
224                 },
225                 {
226                     "url": "https://www.patreon.com/phpseclib",
227                     "type": "patreon"
228                 },
229                 {
230                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
231                     "type": "tidelift"
232                 }
233             ],
234             "time": "2022-10-24T10:51:50+00:00"
235         },
236         {
237             "name": "singpolyma/openpgp-php",
238             "version": "0.6.0",
239             "source": {
240                 "type": "git",
241                 "url": "https://github.com/singpolyma/openpgp-php.git",
242                 "reference": "1c3bdcd2d9c6113c2d6b768e208e7432a48d3a1e"
243             },
244             "dist": {
245                 "type": "zip",
246                 "url": "https://api.github.com/repos/singpolyma/openpgp-php/zipball/1c3bdcd2d9c6113c2d6b768e208e7432a48d3a1e",
247                 "reference": "1c3bdcd2d9c6113c2d6b768e208e7432a48d3a1e",
248                 "shasum": ""
249             },
250             "require": {
251                 "php": "^5.6 || ^7.0 || ^8.0",
252                 "phpseclib/phpseclib": "^3.0.14"
253             },
254             "require-dev": {
255                 "phpunit/phpunit": "^9.0"
256             },
257             "suggest": {
258                 "ext-mcrypt": "required if you use encryption cast5",
259                 "ext-openssl": "required if you use encryption cast5"
260             },
261             "type": "library",
262             "autoload": {
263                 "classmap": [
264                     "lib/"
265                 ]
266             },
267             "notification-url": "https://packagist.org/downloads/",
268             "license": [
269                 "Unlicense"
270             ],
271             "authors": [
272                 {
273                     "name": "Arto Bendiken",
274                     "email": "arto.bendiken@gmail.com"
275                 },
276                 {
277                     "name": "Stephen Paul Weber",
278                     "email": "singpolyma@singpolyma.net"
279                 }
280             ],
281             "description": "Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)",
282             "support": {
283                 "issues": "https://github.com/singpolyma/openpgp-php/issues",
284                 "source": "https://github.com/singpolyma/openpgp-php/tree/0.6.0"
285             },
286             "funding": [
287                 {
288                     "url": "https://github.com/singpolyma",
289                     "type": "github"
290                 },
291                 {
292                     "url": "https://liberapay.com/singpolyma",
293                     "type": "liberapay"
294                 },
295                 {
296                     "url": "https://www.patreon.com/singpolyma",
297                     "type": "patreon"
298                 }
299             ],
300             "time": "2022-10-31T13:43:21+00:00"
301         }
302     ],
303     "packages-dev": [],
304     "aliases": [],
305     "minimum-stability": "stable",
306     "stability-flags": [],
307     "prefer-stable": false,
308     "prefer-lowest": false,
309     "platform": [],
310     "platform-dev": [],
311     "platform-overrides": {
312         "php": "7.3"
313     },
314     "plugin-api-version": "2.0.0"
315 }