Bimba.git

ref: 5ec6b8b626f241c6a4b55f98f0f06c45d1d12e8c

converter/server/vendor/composer/installed.json


  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
[
    {
        "name": "mustangostang/spyc",
        "version": "0.6.2",
        "version_normalized": "0.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mustangostang/spyc.git",
            "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mustangostang/spyc/zipball/23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
            "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.1"
        },
        "require-dev": {
            "phpunit/phpunit": "4.3.*@dev"
        },
        "time": "2017-02-24T16:06:33+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "Spyc.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "mustangostang",
                "email": "vlad.andersen@gmail.com"
            }
        ],
        "description": "A simple YAML loader/dumper class for PHP",
        "homepage": "https://github.com/mustangostang/spyc/",
        "keywords": [
            "spyc",
            "yaml",
            "yml"
        ]
    },
    {
        "name": "paragonie/random_compat",
        "version": "v9.99.99",
        "version_normalized": "9.99.99.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "7dd806d6be2dd16a43a9ee05b87255c8c52bc7a4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/7dd806d6be2dd16a43a9ee05b87255c8c52bc7a4",
            "reference": "7dd806d6be2dd16a43a9ee05b87255c8c52bc7a4",
            "shasum": ""
        },
        "require": {
            "php": "^7"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*",
            "vimeo/psalm": "^1"
        },
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
        },
        "time": "2018-06-06T17:16:32+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/random.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
        "keywords": [
            "csprng",
            "polyfill",
            "pseudorandom",
            "random"
        ]
    },
    {
        "name": "paragonie/sodium_compat",
        "version": "v1.6.3",
        "version_normalized": "1.6.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/sodium_compat.git",
            "reference": "7d0549c3947eaea620f4e523f42ab236cf7fd304"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/7d0549c3947eaea620f4e523f42ab236cf7fd304",
            "reference": "7d0549c3947eaea620f4e523f42ab236cf7fd304",
            "shasum": ""
        },
        "require": {
            "paragonie/random_compat": ">=1",
            "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7"
        },
        "require-dev": {
            "phpunit/phpunit": "^3|^4|^5"
        },
        "suggest": {
            "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
            "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
        },
        "time": "2018-06-06T17:30:29+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "autoload.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "ISC"
        ],
        "authors": [
            {
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com"
            },
            {
                "name": "Frank Denis",
                "email": "jedisct1@pureftpd.org"
            }
        ],
        "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
        "keywords": [
            "Authentication",
            "BLAKE2b",
            "ChaCha20",
            "ChaCha20-Poly1305",
            "Chapoly",
            "Curve25519",
            "Ed25519",
            "EdDSA",
            "Edwards-curve Digital Signature Algorithm",
            "Elliptic Curve Diffie-Hellman",
            "Poly1305",
            "Pure-PHP cryptography",
            "RFC 7748",
            "RFC 8032",
            "Salpoly",
            "Salsa20",
            "X25519",
            "XChaCha20-Poly1305",
            "XSalsa20-Poly1305",
            "Xchacha20",
            "Xsalsa20",
            "aead",
            "cryptography",
            "ecdh",
            "elliptic curve",
            "elliptic curve cryptography",
            "encryption",
            "libsodium",
            "php",
            "public-key cryptography",
            "secret-key cryptography",
            "side-channel resistant"
        ]
    },
    {
        "name": "rybakit/msgpack",
        "version": "v0.5.3",
        "version_normalized": "0.5.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/rybakit/msgpack.php.git",
            "reference": "2c2f046ad6f2cc013770487517eaa99a6fec102a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/rybakit/msgpack.php/zipball/2c2f046ad6f2cc013770487517eaa99a6fec102a",
            "reference": "2c2f046ad6f2cc013770487517eaa99a6fec102a",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.1"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.12",
            "phpunit/phpunit": "^7.1"
        },
        "time": "2018-06-15T22:56:26+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "MessagePack\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eugene Leonovich",
                "email": "gen.work@gmail.com"
            }
        ],
        "description": "A pure PHP implementation of the MessagePack serialization format.",
        "keywords": [
            "messagepack",
            "msgpack",
            "pure",
            "streaming"
        ]
    }
]