xref: /plugin/aichat/vendor/composer/installed.json (revision 7ee8b02d54a468f0b7f9bba54177ef52db1e95de)
1{
2    "packages": [
3        {
4            "name": "hexogen/kdtree",
5            "version": "v0.2.5",
6            "version_normalized": "0.2.5.0",
7            "source": {
8                "type": "git",
9                "url": "https://github.com/hexogen/kdtree.git",
10                "reference": "f739186638445990463762d467e07a8262228daa"
11            },
12            "dist": {
13                "type": "zip",
14                "url": "https://api.github.com/repos/hexogen/kdtree/zipball/f739186638445990463762d467e07a8262228daa",
15                "reference": "f739186638445990463762d467e07a8262228daa",
16                "shasum": ""
17            },
18            "require": {
19                "php": "^7.1|^8.0"
20            },
21            "require-dev": {
22                "league/csv": "^9.7.0",
23                "mockery/mockery": "dev-master",
24                "phpunit/phpunit": "^9.0",
25                "squizlabs/php_codesniffer": "^3.5.0"
26            },
27            "time": "2022-11-21T13:19:19+00:00",
28            "type": "library",
29            "extra": {
30                "branch-alias": {
31                    "dev-master": "1.0-dev"
32                }
33            },
34            "installation-source": "dist",
35            "autoload": {
36                "psr-4": {
37                    "Hexogen\\KDTree\\": "src"
38                }
39            },
40            "notification-url": "https://packagist.org/downloads/",
41            "license": [
42                "MIT"
43            ],
44            "authors": [
45                {
46                    "name": "Volodymyr Basarab",
47                    "email": "volodymyrbas@gmail.com",
48                    "homepage": "https://github.com/hexogen",
49                    "role": "Developer"
50                }
51            ],
52            "description": "file system KDTree index",
53            "homepage": "https://github.com/hexogen/kdtree",
54            "keywords": [
55                "algorithms",
56                "data structures",
57                "hexogen",
58                "kdtree",
59                "search"
60            ],
61            "support": {
62                "issues": "https://github.com/hexogen/kdtree/issues",
63                "source": "https://github.com/hexogen/kdtree/tree/v0.2.5"
64            },
65            "install-path": "../hexogen/kdtree"
66        },
67        {
68            "name": "mehrab-wj/tiktoken-php",
69            "version": "v1.0.0",
70            "version_normalized": "1.0.0.0",
71            "source": {
72                "type": "git",
73                "url": "https://github.com/mehrab-wj/tiktoken-php.git",
74                "reference": "f894247f05bb3494a9cb4bcad5d588e87ff50e73"
75            },
76            "dist": {
77                "type": "zip",
78                "url": "https://api.github.com/repos/mehrab-wj/tiktoken-php/zipball/f894247f05bb3494a9cb4bcad5d588e87ff50e73",
79                "reference": "f894247f05bb3494a9cb4bcad5d588e87ff50e73",
80                "shasum": ""
81            },
82            "require": {
83                "ext-mbstring": "*",
84                "php": "^8.1"
85            },
86            "require-dev": {
87                "friendsofphp/php-cs-fixer": "^3.14",
88                "phpstan/phpstan": "^1.9",
89                "phpunit/phpunit": "^9.5",
90                "rector/rector": "^0.15.12",
91                "symfony/var-dumper": "^6.2"
92            },
93            "time": "2023-04-19T18:36:48+00:00",
94            "type": "library",
95            "installation-source": "dist",
96            "autoload": {
97                "psr-4": {
98                    "TikToken\\": "src"
99                }
100            },
101            "notification-url": "https://packagist.org/downloads/",
102            "license": [
103                "MIT"
104            ],
105            "authors": [
106                {
107                    "name": "Mehrab Hojjati Pour",
108                    "email": "thisismehrab@gmail.com"
109                }
110            ],
111            "description": "a clone of python tiktoken but for PHP! fast BPE tokeniser for use with OpenAI's models.",
112            "support": {
113                "source": "https://github.com/mehrab-wj/tiktoken-php/tree/v1.0.0"
114            },
115            "install-path": "../mehrab-wj/tiktoken-php"
116        },
117        {
118            "name": "vanderlee/php-sentence",
119            "version": "1.0.7",
120            "version_normalized": "1.0.7.0",
121            "source": {
122                "type": "git",
123                "url": "https://github.com/vanderlee/php-sentence.git",
124                "reference": "ed7ce41ef815bd21e61f62b692418740f988451f"
125            },
126            "dist": {
127                "type": "zip",
128                "url": "https://api.github.com/repos/vanderlee/php-sentence/zipball/ed7ce41ef815bd21e61f62b692418740f988451f",
129                "reference": "ed7ce41ef815bd21e61f62b692418740f988451f",
130                "shasum": ""
131            },
132            "require": {
133                "ext-ctype": "*",
134                "ext-mbstring": "*",
135                "php": ">=5.4.0"
136            },
137            "require-dev": {
138                "phpunit/phpunit": "^3.6.12"
139            },
140            "time": "2022-03-24T16:25:31+00:00",
141            "type": "library",
142            "installation-source": "dist",
143            "autoload": {
144                "psr-4": {
145                    "Vanderlee\\Sentence\\": "src"
146                }
147            },
148            "notification-url": "https://packagist.org/downloads/",
149            "license": [
150                "MIT"
151            ],
152            "description": "Simple text sentence splitting and counting. Supports atleast english, german and dutch, possibly more.",
153            "homepage": "https://github.com/vanderlee/php-sentence.git",
154            "keywords": [
155                "boundary",
156                "count",
157                "disambiguation",
158                "segmentation",
159                "sentence",
160                "split"
161            ],
162            "support": {
163                "issues": "https://github.com/vanderlee/php-sentence/issues",
164                "source": "https://github.com/vanderlee/php-sentence"
165            },
166            "install-path": "../vanderlee/php-sentence"
167        }
168    ],
169    "dev": true,
170    "dev-package-names": []
171}
172