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

187 lines 6.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.37",
6 "version_normalized": "3.3.37.0",
7 "source": {
8 "type": "git",
9 "url": "https://github.com/Codeinwp/themeisle-sdk.git",
10 "reference": "73e9010fb4e30ad8835f00a0df802733f98c4094"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/73e9010fb4e30ad8835f00a0df802733f98c4094",
15 "reference": "73e9010fb4e30ad8835f00a0df802733f98c4094",
16 "shasum": ""
17 },
18 "require-dev": {
19 "codeinwp/phpcs-ruleset": "dev-main",
20 "yoast/phpunit-polyfills": "^2.0"
21 },
22 "time": "2024-11-06T14:44:53+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",
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.37"
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 "dev": false,
185 "dev-package-names": []
186 }
187