PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.10.8
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.10.8
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 3.10.4 All 148 releases
visualizer / vendor / composer / installed.json

installed.json in Visualizer – Tables & Charts Manager with Built-in AI Generator 3.10.8, at vendor/composer/installed.json

404 lines 15.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "packages": [
3 {
4 "name": "codeinwp/themeisle-sdk",
5 "version": "3.3.14",
6 "version_normalized": "3.3.14.0",
7 "source": {
8 "type": "git",
9 "url": "https://github.com/Codeinwp/themeisle-sdk.git",
10 "reference": "662952078c57b12e4d3af9bc98ef847ea3500206"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/662952078c57b12e4d3af9bc98ef847ea3500206",
15 "reference": "662952078c57b12e4d3af9bc98ef847ea3500206",
16 "shasum": ""
17 },
18 "require-dev": {
19 "codeinwp/phpcs-ruleset": "dev-main"
20 },
21 "time": "2024-02-27T17:30:04+00:00",
22 "type": "library",
23 "installation-source": "dist",
24 "notification-url": "https://packagist.org/downloads/",
25 "license": [
26 "GPL-2.0+"
27 ],
28 "authors": [
29 {
30 "name": "ThemeIsle team",
31 "email": "friends@themeisle.com",
32 "homepage": "https://themeisle.com"
33 }
34 ],
35 "description": "ThemeIsle SDK",
36 "homepage": "https://github.com/Codeinwp/themeisle-sdk",
37 "keywords": [
38 "wordpress"
39 ],
40 "install-path": "../codeinwp/themeisle-sdk"
41 },
42 {
43 "name": "markbaker/complex",
44 "version": "1.5.0",
45 "version_normalized": "1.5.0.0",
46 "source": {
47 "type": "git",
48 "url": "https://github.com/MarkBaker/PHPComplex.git",
49 "reference": "c3131244e29c08d44fefb49e0dd35021e9e39dd2"
50 },
51 "dist": {
52 "type": "zip",
53 "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/c3131244e29c08d44fefb49e0dd35021e9e39dd2",
54 "reference": "c3131244e29c08d44fefb49e0dd35021e9e39dd2",
55 "shasum": ""
56 },
57 "require": {
58 "php": "^5.6.0|^7.0"
59 },
60 "require-dev": {
61 "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
62 "phpcompatibility/php-compatibility": "^9.0",
63 "phpdocumentor/phpdocumentor": "2.*",
64 "phploc/phploc": "^4.0|^5.0|^6.0|^7.0",
65 "phpmd/phpmd": "2.*",
66 "phpunit/phpunit": "^4.8.35|^5.0|^6.0|^7.0",
67 "sebastian/phpcpd": "2.*",
68 "squizlabs/php_codesniffer": "^3.4.0"
69 },
70 "time": "2020-08-26T19:47:57+00:00",
71 "type": "library",
72 "installation-source": "dist",
73 "autoload": {
74 "files": [
75 "classes/src/functions/abs.php",
76 "classes/src/functions/acos.php",
77 "classes/src/functions/acosh.php",
78 "classes/src/functions/acot.php",
79 "classes/src/functions/acoth.php",
80 "classes/src/functions/acsc.php",
81 "classes/src/functions/acsch.php",
82 "classes/src/functions/argument.php",
83 "classes/src/functions/asec.php",
84 "classes/src/functions/asech.php",
85 "classes/src/functions/asin.php",
86 "classes/src/functions/asinh.php",
87 "classes/src/functions/atan.php",
88 "classes/src/functions/atanh.php",
89 "classes/src/functions/conjugate.php",
90 "classes/src/functions/cos.php",
91 "classes/src/functions/cosh.php",
92 "classes/src/functions/cot.php",
93 "classes/src/functions/coth.php",
94 "classes/src/functions/csc.php",
95 "classes/src/functions/csch.php",
96 "classes/src/functions/exp.php",
97 "classes/src/functions/inverse.php",
98 "classes/src/functions/ln.php",
99 "classes/src/functions/log2.php",
100 "classes/src/functions/log10.php",
101 "classes/src/functions/negative.php",
102 "classes/src/functions/pow.php",
103 "classes/src/functions/rho.php",
104 "classes/src/functions/sec.php",
105 "classes/src/functions/sech.php",
106 "classes/src/functions/sin.php",
107 "classes/src/functions/sinh.php",
108 "classes/src/functions/sqrt.php",
109 "classes/src/functions/tan.php",
110 "classes/src/functions/tanh.php",
111 "classes/src/functions/theta.php",
112 "classes/src/operations/add.php",
113 "classes/src/operations/subtract.php",
114 "classes/src/operations/multiply.php",
115 "classes/src/operations/divideby.php",
116 "classes/src/operations/divideinto.php"
117 ],
118 "psr-4": {
119 "Complex\\": "classes/src/"
120 }
121 },
122 "notification-url": "https://packagist.org/downloads/",
123 "license": [
124 "MIT"
125 ],
126 "authors": [
127 {
128 "name": "Mark Baker",
129 "email": "mark@lange.demon.co.uk"
130 }
131 ],
132 "description": "PHP Class for working with complex numbers",
133 "homepage": "https://github.com/MarkBaker/PHPComplex",
134 "keywords": [
135 "complex",
136 "mathematics"
137 ],
138 "install-path": "../markbaker/complex"
139 },
140 {
141 "name": "markbaker/matrix",
142 "version": "1.2.3",
143 "version_normalized": "1.2.3.0",
144 "source": {
145 "type": "git",
146 "url": "https://github.com/MarkBaker/PHPMatrix.git",
147 "reference": "44bb1ab01811116f01fe216ab37d921dccc6c10d"
148 },
149 "dist": {
150 "type": "zip",
151 "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/44bb1ab01811116f01fe216ab37d921dccc6c10d",
152 "reference": "44bb1ab01811116f01fe216ab37d921dccc6c10d",
153 "shasum": ""
154 },
155 "require": {
156 "php": "^5.6.0|^7.0.0"
157 },
158 "require-dev": {
159 "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
160 "phpcompatibility/php-compatibility": "dev-master",
161 "phploc/phploc": "^4",
162 "phpmd/phpmd": "dev-master",
163 "phpunit/phpunit": "^5.7|^6.0|7.0",
164 "sebastian/phpcpd": "^3.0",
165 "squizlabs/php_codesniffer": "^3.0@dev"
166 },
167 "time": "2021-01-26T14:36:01+00:00",
168 "type": "library",
169 "installation-source": "dist",
170 "autoload": {
171 "files": [
172 "classes/src/Functions/adjoint.php",
173 "classes/src/Functions/antidiagonal.php",
174 "classes/src/Functions/cofactors.php",
175 "classes/src/Functions/determinant.php",
176 "classes/src/Functions/diagonal.php",
177 "classes/src/Functions/identity.php",
178 "classes/src/Functions/inverse.php",
179 "classes/src/Functions/minors.php",
180 "classes/src/Functions/trace.php",
181 "classes/src/Functions/transpose.php",
182 "classes/src/Operations/add.php",
183 "classes/src/Operations/directsum.php",
184 "classes/src/Operations/subtract.php",
185 "classes/src/Operations/multiply.php",
186 "classes/src/Operations/divideby.php",
187 "classes/src/Operations/divideinto.php"
188 ],
189 "psr-4": {
190 "Matrix\\": "classes/src/"
191 }
192 },
193 "notification-url": "https://packagist.org/downloads/",
194 "license": [
195 "MIT"
196 ],
197 "authors": [
198 {
199 "name": "Mark Baker",
200 "email": "mark@lange.demon.co.uk"
201 }
202 ],
203 "description": "PHP Class for working with matrices",
204 "homepage": "https://github.com/MarkBaker/PHPMatrix",
205 "keywords": [
206 "mathematics",
207 "matrix",
208 "vector"
209 ],
210 "install-path": "../markbaker/matrix"
211 },
212 {
213 "name": "neitanod/forceutf8",
214 "version": "v2.0.4",
215 "version_normalized": "2.0.4.0",
216 "source": {
217 "type": "git",
218 "url": "https://github.com/neitanod/forceutf8.git",
219 "reference": "c1fbe70bfb5ad41b8ec5785056b0e308b40d4831"
220 },
221 "dist": {
222 "type": "zip",
223 "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/c1fbe70bfb5ad41b8ec5785056b0e308b40d4831",
224 "reference": "c1fbe70bfb5ad41b8ec5785056b0e308b40d4831",
225 "shasum": ""
226 },
227 "require": {
228 "php": ">=5.3.0"
229 },
230 "time": "2019-12-10T14:09:14+00:00",
231 "type": "library",
232 "installation-source": "dist",
233 "autoload": {
234 "psr-0": {
235 "ForceUTF8\\": "src/"
236 }
237 },
238 "notification-url": "https://packagist.org/downloads/",
239 "license": [
240 "BSD-3-Clause"
241 ],
242 "authors": [
243 {
244 "name": "Sebastián Grignoli",
245 "email": "grignoli@gmail.com"
246 }
247 ],
248 "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.",
249 "homepage": "https://github.com/neitanod/forceutf8",
250 "install-path": "../neitanod/forceutf8"
251 },
252 {
253 "name": "phpoffice/phpspreadsheet",
254 "version": "1.8.2",
255 "version_normalized": "1.8.2.0",
256 "source": {
257 "type": "git",
258 "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
259 "reference": "0c1346a1956347590b7db09533966307d20cb7cc"
260 },
261 "dist": {
262 "type": "zip",
263 "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/0c1346a1956347590b7db09533966307d20cb7cc",
264 "reference": "0c1346a1956347590b7db09533966307d20cb7cc",
265 "shasum": ""
266 },
267 "require": {
268 "ext-ctype": "*",
269 "ext-dom": "*",
270 "ext-fileinfo": "*",
271 "ext-gd": "*",
272 "ext-iconv": "*",
273 "ext-libxml": "*",
274 "ext-mbstring": "*",
275 "ext-simplexml": "*",
276 "ext-xml": "*",
277 "ext-xmlreader": "*",
278 "ext-xmlwriter": "*",
279 "ext-zip": "*",
280 "ext-zlib": "*",
281 "markbaker/complex": "^1.4",
282 "markbaker/matrix": "^1.1",
283 "php": "^5.6|^7.0",
284 "psr/simple-cache": "^1.0"
285 },
286 "require-dev": {
287 "doctrine/instantiator": "^1.0.0",
288 "dompdf/dompdf": "^0.8.0",
289 "friendsofphp/php-cs-fixer": "@stable",
290 "jpgraph/jpgraph": "^4.0",
291 "mpdf/mpdf": "^7.0.0",
292 "phpcompatibility/php-compatibility": "^8.0",
293 "phpunit/phpunit": "^5.7",
294 "squizlabs/php_codesniffer": "^3.3",
295 "tecnickcom/tcpdf": "^6.2"
296 },
297 "suggest": {
298 "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
299 "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
300 "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
301 "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
302 },
303 "time": "2019-07-08T21:21:25+00:00",
304 "type": "library",
305 "installation-source": "dist",
306 "autoload": {
307 "psr-4": {
308 "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
309 }
310 },
311 "notification-url": "https://packagist.org/downloads/",
312 "license": [
313 "LGPL-2.1-or-later"
314 ],
315 "authors": [
316 {
317 "name": "Erik Tilt"
318 },
319 {
320 "name": "Adrien Crivelli"
321 },
322 {
323 "name": "Maarten Balliauw",
324 "homepage": "https://blog.maartenballiauw.be"
325 },
326 {
327 "name": "Mark Baker",
328 "homepage": "https://markbakeruk.net"
329 },
330 {
331 "name": "Franck Lefevre",
332 "homepage": "https://rootslabs.net"
333 }
334 ],
335 "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
336 "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
337 "keywords": [
338 "OpenXML",
339 "excel",
340 "gnumeric",
341 "ods",
342 "php",
343 "spreadsheet",
344 "xls",
345 "xlsx"
346 ],
347 "install-path": "../phpoffice/phpspreadsheet"
348 },
349 {
350 "name": "psr/simple-cache",
351 "version": "1.0.1",
352 "version_normalized": "1.0.1.0",
353 "source": {
354 "type": "git",
355 "url": "https://github.com/php-fig/simple-cache.git",
356 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
357 },
358 "dist": {
359 "type": "zip",
360 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
361 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
362 "shasum": ""
363 },
364 "require": {
365 "php": ">=5.3.0"
366 },
367 "time": "2017-10-23T01:57:42+00:00",
368 "type": "library",
369 "extra": {
370 "branch-alias": {
371 "dev-master": "1.0.x-dev"
372 }
373 },
374 "installation-source": "dist",
375 "autoload": {
376 "psr-4": {
377 "Psr\\SimpleCache\\": "src/"
378 }
379 },
380 "notification-url": "https://packagist.org/downloads/",
381 "license": [
382 "MIT"
383 ],
384 "authors": [
385 {
386 "name": "PHP-FIG",
387 "homepage": "http://www.php-fig.org/"
388 }
389 ],
390 "description": "Common interfaces for simple caching",
391 "keywords": [
392 "cache",
393 "caching",
394 "psr",
395 "psr-16",
396 "simple-cache"
397 ],
398 "install-path": "../psr/simple-cache"
399 }
400 ],
401 "dev": false,
402 "dev-package-names": []
403 }
404