PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 4.0.6
Visualizer – Tables & Charts Manager with Built-in AI Generator v4.0.6
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 4.0.6, at vendor/composer/installed.json

233 lines 8.7 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.55",
6 "version_normalized": "3.3.55.0",
7 "source": {
8 "type": "git",
9 "url": "https://github.com/Codeinwp/themeisle-sdk.git",
10 "reference": "bd601798d209a4bc5962d2a19a22dc6dddf341cc"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/bd601798d209a4bc5962d2a19a22dc6dddf341cc",
15 "reference": "bd601798d209a4bc5962d2a19a22dc6dddf341cc",
16 "shasum": ""
17 },
18 "require-dev": {
19 "codeinwp/phpcs-ruleset": "dev-main",
20 "yoast/phpunit-polyfills": "^4.0"
21 },
22 "time": "2026-07-20T10:57:27+00:00",
23 "type": "library",
24 "installation-source": "dist",
25 "notification-url": "https://packagist.org/downloads/",
26 "license": [
27 "GPL-2.0+"
28 ],
29 "authors": [
30 {
31 "name": "ThemeIsle team",
32 "email": "friends@themeisle.com",
33 "homepage": "https://themeisle.com"
34 }
35 ],
36 "description": "Themeisle SDK library.",
37 "homepage": "https://github.com/Codeinwp/themeisle-sdk",
38 "keywords": [
39 "wordpress"
40 ],
41 "support": {
42 "issues": "https://github.com/Codeinwp/themeisle-sdk/issues",
43 "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.3.55"
44 },
45 "install-path": "../codeinwp/themeisle-sdk"
46 },
47 {
48 "name": "neitanod/forceutf8",
49 "version": "v2.0.4",
50 "version_normalized": "2.0.4.0",
51 "source": {
52 "type": "git",
53 "url": "https://github.com/neitanod/forceutf8.git",
54 "reference": "c1fbe70bfb5ad41b8ec5785056b0e308b40d4831"
55 },
56 "dist": {
57 "type": "zip",
58 "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/c1fbe70bfb5ad41b8ec5785056b0e308b40d4831",
59 "reference": "c1fbe70bfb5ad41b8ec5785056b0e308b40d4831",
60 "shasum": ""
61 },
62 "require": {
63 "php": ">=5.3.0"
64 },
65 "time": "2019-12-10T14:09:14+00:00",
66 "type": "library",
67 "installation-source": "dist",
68 "autoload": {
69 "psr-0": {
70 "ForceUTF8\\": "src/"
71 }
72 },
73 "notification-url": "https://packagist.org/downloads/",
74 "license": [
75 "BSD-3-Clause"
76 ],
77 "authors": [
78 {
79 "name": "Sebastián Grignoli",
80 "email": "grignoli@gmail.com"
81 }
82 ],
83 "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.",
84 "homepage": "https://github.com/neitanod/forceutf8",
85 "support": {
86 "issues": "https://github.com/neitanod/forceutf8/issues",
87 "source": "https://github.com/neitanod/forceutf8/tree/master"
88 },
89 "install-path": "../neitanod/forceutf8"
90 },
91 {
92 "name": "openspout/openspout",
93 "version": "v3.7.4",
94 "version_normalized": "3.7.4.0",
95 "source": {
96 "type": "git",
97 "url": "https://github.com/openspout/openspout.git",
98 "reference": "dfbbd53b5edcd486b45a37f6a04fac33073c70f3"
99 },
100 "dist": {
101 "type": "zip",
102 "url": "https://api.github.com/repos/openspout/openspout/zipball/dfbbd53b5edcd486b45a37f6a04fac33073c70f3",
103 "reference": "dfbbd53b5edcd486b45a37f6a04fac33073c70f3",
104 "shasum": ""
105 },
106 "require": {
107 "ext-dom": "*",
108 "ext-filter": "*",
109 "ext-libxml": "*",
110 "ext-xmlreader": "*",
111 "ext-zip": "*",
112 "php": "~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0"
113 },
114 "require-dev": {
115 "ext-zlib": "*",
116 "friendsofphp/php-cs-fixer": "^3.4",
117 "phpstan/phpstan": "^1.4",
118 "phpstan/phpstan-phpunit": "^1.0",
119 "phpunit/phpunit": "^9.5"
120 },
121 "suggest": {
122 "ext-iconv": "To handle non UTF-8 CSV files (if \"php-intl\" is not already installed or is too limited)",
123 "ext-intl": "To handle non UTF-8 CSV files (if \"iconv\" is not already installed)"
124 },
125 "time": "2022-03-31T06:15:15+00:00",
126 "type": "library",
127 "extra": {
128 "branch-alias": {
129 "dev-master": "3.3.x-dev"
130 }
131 },
132 "installation-source": "dist",
133 "autoload": {
134 "psr-4": {
135 "OpenSpout\\": "src/"
136 }
137 },
138 "notification-url": "https://packagist.org/downloads/",
139 "license": [
140 "MIT"
141 ],
142 "authors": [
143 {
144 "name": "Adrien Loison",
145 "email": "adrien@box.com"
146 }
147 ],
148 "description": "PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way",
149 "homepage": "https://github.com/openspout/openspout",
150 "keywords": [
151 "OOXML",
152 "csv",
153 "excel",
154 "memory",
155 "odf",
156 "ods",
157 "office",
158 "open",
159 "php",
160 "read",
161 "scale",
162 "spreadsheet",
163 "stream",
164 "write",
165 "xlsx"
166 ],
167 "support": {
168 "issues": "https://github.com/openspout/openspout/issues",
169 "source": "https://github.com/openspout/openspout/tree/v3.7.4"
170 },
171 "funding": [
172 {
173 "url": "https://paypal.me/filippotessarotto",
174 "type": "custom"
175 },
176 {
177 "url": "https://github.com/Slamdunk",
178 "type": "github"
179 }
180 ],
181 "install-path": "../openspout/openspout"
182 },
183 {
184 "name": "woocommerce/action-scheduler",
185 "version": "3.9.3",
186 "version_normalized": "3.9.3.0",
187 "source": {
188 "type": "git",
189 "url": "https://github.com/woocommerce/action-scheduler.git",
190 "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c"
191 },
192 "dist": {
193 "type": "zip",
194 "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/c58cdbab17651303d406cd3b22cf9d75c71c986c",
195 "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c",
196 "shasum": ""
197 },
198 "require": {
199 "php": ">=7.2"
200 },
201 "require-dev": {
202 "phpunit/phpunit": "^8.5",
203 "woocommerce/woocommerce-sniffs": "0.1.0",
204 "wp-cli/wp-cli": "~2.5.0",
205 "yoast/phpunit-polyfills": "^2.0"
206 },
207 "time": "2025-07-15T09:32:30+00:00",
208 "type": "wordpress-plugin",
209 "extra": {
210 "scripts-description": {
211 "test": "Run unit tests",
212 "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
213 "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier"
214 }
215 },
216 "installation-source": "dist",
217 "notification-url": "https://packagist.org/downloads/",
218 "license": [
219 "GPL-3.0-or-later"
220 ],
221 "description": "Action Scheduler for WordPress and WooCommerce",
222 "homepage": "https://actionscheduler.org/",
223 "support": {
224 "issues": "https://github.com/woocommerce/action-scheduler/issues",
225 "source": "https://github.com/woocommerce/action-scheduler/tree/3.9.3"
226 },
227 "install-path": "../woocommerce/action-scheduler"
228 }
229 ],
230 "dev": false,
231 "dev-package-names": []
232 }
233