PluginProbe
Import WP – CSV & XML Import Export for WordPress / 2.14.24
Import WP – CSV & XML Import Export for WordPress v2.14.24
2.15.1 2.15.0 2.14.24 2.14.23 2.7.0 2.7.1 2.7.10 2.7.11 2.7.12 2.7.13 2.7.14 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.9.0 2.9.1 All 144 releases
jc-importer / libs / composer / installed.json

installed.json in Import WP – CSV & XML Import Export for WordPress 2.14.24, at libs/composer/installed.json

247 lines 9.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "packages": [
3 {
4 "name": "paragonie/constant_time_encoding",
5 "version": "v1.1.0",
6 "version_normalized": "1.1.0.0",
7 "source": {
8 "type": "git",
9 "url": "https://github.com/paragonie/constant_time_encoding.git",
10 "reference": "317718fb438e60151f72b20404f040cb5ae1d494"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/317718fb438e60151f72b20404f040cb5ae1d494",
15 "reference": "317718fb438e60151f72b20404f040cb5ae1d494",
16 "shasum": ""
17 },
18 "require": {
19 "php": "^5.3|^7|^8"
20 },
21 "require-dev": {
22 "paragonie/random_compat": "^1.4|^2",
23 "phpunit/phpunit": ">= 4"
24 },
25 "time": "2022-01-17T05:23:46+00:00",
26 "type": "library",
27 "installation-source": "dist",
28 "autoload": {
29 "psr-4": {
30 "ParagonIE\\ConstantTime\\": "src/"
31 }
32 },
33 "notification-url": "https://packagist.org/downloads/",
34 "license": [
35 "MIT"
36 ],
37 "authors": [
38 {
39 "name": "Paragon Initiative Enterprises",
40 "email": "[email protected]",
41 "homepage": "https://paragonie.com",
42 "role": "Maintainer"
43 },
44 {
45 "name": "Steve 'Sc00bz' Thomas",
46 "email": "[email protected]",
47 "homepage": "https://www.tobtu.com",
48 "role": "Original Developer"
49 }
50 ],
51 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
52 "keywords": [
53 "base16",
54 "base32",
55 "base32_decode",
56 "base32_encode",
57 "base64",
58 "base64_decode",
59 "base64_encode",
60 "bin2hex",
61 "encoding",
62 "hex",
63 "hex2bin",
64 "rfc4648"
65 ],
66 "support": {
67 "email": "[email protected]",
68 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
69 "source": "https://github.com/paragonie/constant_time_encoding"
70 },
71 "install-path": "../paragonie/constant_time_encoding"
72 },
73 {
74 "name": "paragonie/random_compat",
75 "version": "v2.0.21",
76 "version_normalized": "2.0.21.0",
77 "source": {
78 "type": "git",
79 "url": "https://github.com/paragonie/random_compat.git",
80 "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae"
81 },
82 "dist": {
83 "type": "zip",
84 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/96c132c7f2f7bc3230723b66e89f8f150b29d5ae",
85 "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae",
86 "shasum": ""
87 },
88 "require": {
89 "php": ">=5.2.0"
90 },
91 "require-dev": {
92 "phpunit/phpunit": "*"
93 },
94 "suggest": {
95 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
96 },
97 "time": "2022-02-16T17:07:03+00:00",
98 "type": "library",
99 "installation-source": "dist",
100 "autoload": {
101 "files": [
102 "lib/random.php"
103 ]
104 },
105 "notification-url": "https://packagist.org/downloads/",
106 "license": [
107 "MIT"
108 ],
109 "authors": [
110 {
111 "name": "Paragon Initiative Enterprises",
112 "email": "[email protected]",
113 "homepage": "https://paragonie.com"
114 }
115 ],
116 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
117 "keywords": [
118 "csprng",
119 "polyfill",
120 "pseudorandom",
121 "random"
122 ],
123 "support": {
124 "email": "[email protected]",
125 "issues": "https://github.com/paragonie/random_compat/issues",
126 "source": "https://github.com/paragonie/random_compat"
127 },
128 "install-path": "../paragonie/random_compat"
129 },
130 {
131 "name": "phpseclib/phpseclib",
132 "version": "3.0.37",
133 "version_normalized": "3.0.37.0",
134 "source": {
135 "type": "git",
136 "url": "https://github.com/phpseclib/phpseclib.git",
137 "reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8"
138 },
139 "dist": {
140 "type": "zip",
141 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
142 "reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
143 "shasum": ""
144 },
145 "require": {
146 "paragonie/constant_time_encoding": "^1|^2",
147 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
148 "php": ">=5.6.1"
149 },
150 "require-dev": {
151 "phpunit/phpunit": "*"
152 },
153 "suggest": {
154 "ext-dom": "Install the DOM extension to load XML formatted public keys.",
155 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
156 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
157 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
158 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
159 },
160 "time": "2024-03-03T02:14:58+00:00",
161 "type": "library",
162 "installation-source": "dist",
163 "autoload": {
164 "files": [
165 "phpseclib/bootstrap.php"
166 ],
167 "psr-4": {
168 "phpseclib3\\": "phpseclib/"
169 }
170 },
171 "notification-url": "https://packagist.org/downloads/",
172 "license": [
173 "MIT"
174 ],
175 "authors": [
176 {
177 "name": "Jim Wigginton",
178 "email": "[email protected]",
179 "role": "Lead Developer"
180 },
181 {
182 "name": "Patrick Monnerat",
183 "email": "[email protected]",
184 "role": "Developer"
185 },
186 {
187 "name": "Andreas Fischer",
188 "email": "[email protected]",
189 "role": "Developer"
190 },
191 {
192 "name": "Hans-Jürgen Petrich",
193 "email": "[email protected]",
194 "role": "Developer"
195 },
196 {
197 "name": "Graham Campbell",
198 "email": "[email protected]",
199 "role": "Developer"
200 }
201 ],
202 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
203 "homepage": "http://phpseclib.sourceforge.net",
204 "keywords": [
205 "BigInteger",
206 "aes",
207 "asn.1",
208 "asn1",
209 "blowfish",
210 "crypto",
211 "cryptography",
212 "encryption",
213 "rsa",
214 "security",
215 "sftp",
216 "signature",
217 "signing",
218 "ssh",
219 "twofish",
220 "x.509",
221 "x509"
222 ],
223 "support": {
224 "issues": "https://github.com/phpseclib/phpseclib/issues",
225 "source": "https://github.com/phpseclib/phpseclib/tree/3.0.37"
226 },
227 "funding": [
228 {
229 "url": "https://github.com/terrafrost",
230 "type": "github"
231 },
232 {
233 "url": "https://www.patreon.com/phpseclib",
234 "type": "patreon"
235 },
236 {
237 "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
238 "type": "tidelift"
239 }
240 ],
241 "install-path": "../phpseclib/phpseclib"
242 }
243 ],
244 "dev": true,
245 "dev-package-names": []
246 }
247